/* @import url('http://example.com/example_style.css'); */
/* Get Font Awesome */
@import url("https://1958393.fs1.hubspotusercontent-na1.net/hubfs/1958393/Fonts/font-awesome/css/font-awesome.css");
@import url("https://use.typekit.net/gzz6gdg.css");



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

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

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

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

/* Videos */

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

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

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

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

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

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

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

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

/* Menus */

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

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

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

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

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

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

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

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

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

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

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

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

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

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

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

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

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

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

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

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

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

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

/* Blog Author Section */

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

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

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

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

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

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

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

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

@font-face {
    font-family: 'RobotoSlab-regular';
    src: url('https://www.sonatype.com/hubfs/ADDO-2020%20Refresh/fonts/RobotoSlab-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoSlab-light';
    src: url('https://www.sonatype.com/hubfs/ADDO-2020%20Refresh/fonts/RobotoSlab-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoSlab-bold';
    src: url('https://www.sonatype.com/hubfs/ADDO-2020%20Refresh/fonts/RobotoSlab-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: bold;
}

body {
    background-color:#ffffff;
    color:#000000;
    font-family: proxima-soft, sans-serif;
    font-weight: 300;
    font-style: normal;
    margin:0;
    letter-spacing: 0px;
/*    padding-left:82px; 
    padding-top:35px;*/
}
strong {
  font-weight: 600;
}
.container-fluid .row-fluid .page-center {
    float: none;
    max-width: 1200px;
    margin: 0 auto;

}
.body-padding {
    padding-left:15px;
    padding-right:15px;
}
.body-background {
    background-size:100% auto;
    background-position:top center; 
    padding-top:85px;
    background-repeat:no-repeat;    
}
/**************Colors****************/






 
 
 
 



















.topic-box.keynote {
  background-color:#3E51A1;
}
.black-bg {
  background-color:#000000;
}
.grayscale {
    filter:grayscale(100%);
    -webkit-filter:grayscale(100%);
}
.addo-text.keynote,
a.addo-text.keynote,
.addo-text.knotes,
a.addo-text.knotes{
  color:#3E51A1;
}
.addo-text.cicd,
a.addo-text.cicd  {
  color:#FFCC00;
}
.addo-text.cloud,
a.addo-text.cloud,
.addo-text.moderni,
a.addo-text.moderni{
  color:#51B1CC;
}
.addo-text.dso,
a.addo-text.dso  {
  color:#ADD64D;
}
.addo-text.transformation,
a.addo-text.transformation,
.addo-text.culture,
a.addo-text.culture{
  color:#D93654;
}
.addo-text.sre,
a.addo-text.sre,
.addo-text.reliable,
a.addo-text.reliable {
  color:#DB00B6;
}
.addo-text.workshop,
a.addo-text.workshop  {
  color:#E3E8F0;
}
.addo-text.allTopics,
a.addo-text.allTopics  {
  color:#545E72;
}
.addo-text.host,
a.addo-text.host  {
  color:#8C96A6;
}
.addo-text.government,
a.addo-text.government  {
  color:#422878;
}
.addo-text.workshops,
a.addo-text.workshops  {
  color:#8C96A6;
}
.rubber_duck {
   color:#FFCC00;
}
.carribean {
  color:#51B1CC;
}
.plum {
  color:#422878;
}
.fandango {
  color:#DB00B6;
}
.keynote_bg {
  background-color:#3E51A1;
}
.cicd_bg {
  background-color:#FFCC00;
}
.cloud_bg {
  background-color:#51B1CC;
}
.dso_bg {
  background-color:#ADD64D;
}
.transformation_bg {
  background-color:#D93654;
}
.sre_bg {
  background-color:#DB00B6;
}
.government_bg {
  background-color:#422878;
}
.workshop_bg {
  background-color:#E3E8F0;
}
.carribean_bg {
  background-color:#51B1CC;
}
.plum_bg {
  background-color:#422878;
}
.fandango_bg {
  background-color:#DB00B6;
}
/************  typography  ************/

p {
    font-size:18px;
    margin-top: 0;
}
h1 {
    font-family: 'RobotoSlab-light'; 
    font-size:52px;
  line-height: 58px;
    font-weight:normal;
    letter-spacing:1.25px;
    margin-top: 40px;
    margin-bottom: 0;
}
h2 {
    font-family: 'RobotoSlab-light'; 
    font-size:42px;
   /* font-size: 36px;  */
    line-height: 48px;
    font-weight:normal;
    margin-bottom: 10px;
}
h3 {
    font-family: 'RobotoSlab-regular'; 
  font-size: 25px;
font-weight: normal;
    margin-top: 35px;
    margin-bottom: 5px;
}
h4 {
    font-size: 18px;
    line-height: 21px;
    font-weight:600;
}
h5 {
    font-size: 16px;
    line-height: 18px;
    font-weight:600;
}
h6 {
    font-size: 14px;
    line-height: 16px;
    font-weight:600;
    text-transform:uppercase;
}
a {
    font-weight:600;
    color:#51b1cc;
    text-decoration:none;
}
a:hover {
    text-decoration:none;
}
.turquoise-heading h1 {
    color:#4df3c5;
}
.black-heading h1 {
    color:#000000;
}
/*********************  Strike Through for the Headings  ******************/
.strike-thru {
    margin-top: 60px;
    margin-bottom: 40px;
    width: 100%;
    position: relative;
}
.strike-thru .heading {
    overflow: hidden;
    height: 1px;
}
.strike-thru .heading:after {
    content: '';
    display: block;
    margin: -25px auto 0;
    width: 100%;
    height: 25px;
    box-shadow: 0 0 1px black;
}
.strike-thru span {
    position: absolute;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: fit-content;
    background: white;
    bottom:-34px;
}
.strike-thru span h3 {
  margin:0;
  text-align:center;
}
.supporters .strike-thru span {
  background:transparent;
  color:#fc0;
}
/****************** Buttons *******************/
.addo-button {
    border-radius:30px;
    color:#ffffff;
    letter-spacing: 1px;
    text-transform:uppercase;
    font-weight:bold;
    font-size:14px;
    font-family:  proxima-soft, sans-serif;
    padding:10px 20px;
    text-decoration:none;
    text-align:center;
}
.addo-button.primary {
  background-color:#51B1CC;
    border:1px solid transparent;
}
.addo-button.primary.narrow {
    padding:10px 0;
    max-width:215px;
}
.addo-button.primary:hover {
    border-color:#51B1CC;
    text-decoration:none;
} 
.addo-button.primary:active {
    border-color:white;
    text-decoration:none;
    border-size:2px;
}
.addo-button.secondary {
    border:1px solid transparent;
  background-color:#000000;
}
.addo-button.secondary:hover {
    background-color:#000000;
    color:white;
    text-decoration:none;
}
.addo-button.secondary:active {
    background-color:transparent;
    border:1px solid ;
    color:;
    text-decoration:none;
    border-size:2px;
}
a.addo-button.primary.vertical {
	transform: rotate(90deg);
	transform-origin: left top 0; 
	display:block;
	max-width:71px;
}
.addo-button.primary.register {
    background-color:#51B1CC;
}
.addo-button.primary.viewing-rsvp {
    background-color:#4df3c5;
    color:#000000;
}
.addo-button.black {
  background-color:#000000;
  color:#ffffff;
  border:none;
}
.addo-button.pink {
  background-color:#DB00B6;
  color:#ffffff;
  border:none;
}
.addo-button.shadow {
    text-shadow:.5px .5px #000000;
}
.addo-button.whitetransparent {
  background:transparent;
  color:#ffffff;
  border:3px solid #ffffff;
}
.addo-button.white {
  background:#ffffff;
  color:#000000;
  border:1px solid #000000;
}
ul.sample-buttons li {
    list-style-type:none;
    margin-bottom:25px;
    
}
.center-button {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;  
}
.left-button {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;  
}
.right-button {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;  
}
.center-button a,
.left-button a,
.right-button a {
  margin-top:5px; 
}
/***********  Forms  ************/
.addo-form.white-bg {
  background-color:#ffffff;
  padding:20px;
  border-radius:10px;
}

.addo-form.white-bg label {
    font-size:20px;
}
.addo-form.white-bg.smaller label {
  font-size:18px;
}
.addo-form.white-bg.smaller h3 {
  margin-top:10px;
  text-align:center;
}
.addo-form.white-bg.border {
  border:1px solid #000000;
  padding:10px 5px 10px 10px;
}
.addo-form.white-bg input {
  background-color:#E3E8F0;
  border-radius:0;
  border:1px solid #000000;
  font-family: proxima-soft, sans-serif;
  height:45px;
  margin-bottom:15px;
  color:#000000;
}
.addo-form.white-bg .actions input {
    background-color:#DB00B6;
}
.addo-form.white-bg select {
  background-color:#E3E8F0;
  border-radius:0;
  border:1px solid #000000;
  font-family: proxima-soft, sans-serif;
  height:45px;
  color:#000000;
}
.addo-form.white-bg fieldset.form-columns-1  {
    width: 100%;
    max-width:100%;
}
.addo-form.white-bg fieldset.form-columns-2 select.hs-input {
    width: 100%;
      max-width:100%;
  margin-bottom:15px;
}
.addo-form.white-bg fieldset.form-columns-2 {
    width:100%;
    max-width:100%;
}
.addo-form.white-bg .form-columns-1 .hs-input {
  width:100%;
  max-width:100%;
}
.addo-form.white-bg ul.inputs-list.multi-container {
  padding-left:0;
}
.addo-form.white-bg .inputs-list.multi-container li {
  list-style-type:none;
}
.addo-form.white-bg  option {
  color:#000000;
}
.addo-form .form-columns-1 input.hs-input[type="checkbox"]  {
  width:auto;
  height:auto;
  margin-right: 15px;
}
.addo-form.smaller .form-columns-1 input.hs-input[type="checkbox"] {
   margin-bottom: 5px;
}
.hs_what_area_of_devops_interests_you_most {
  margin-top:20px;
}


.addo-form input {
    background-color:transparent;
    border-radius: 6px;
    border: #FFF;
    border-width: 1px;
    border-style: solid;   
    font-family: proxima-soft, sans-serif;
}
.addo-form input .hs-input  {
    color:white;
}
.addo-form .actions input {
    background-color:#51B1CC;
    color:#ffffff;
    padding:10px 20px;
    border-radius:30px;
    font-family: proxima-soft, sans-serif;
    font-weight:bold;
    font-size:14px;
    text-transform:uppercase;
    letter-spacing:1.25px;
    border:none;
     -webkit-appearance: none;
  margin-top: 15px;
}
.addo-form input {
    color: white;    
}
.addo-form input::-webkit-input-placeholder { /* Chrome */
  color: white;
}
.addo-form input:-ms-input-placeholder { /* IE 10+ */
  color: white;
}
.addo-form input::-moz-placeholder { /* Firefox 19+ */
  color: white;
  opacity: 1;
}
.addo-form input:-moz-placeholder { /* Firefox 4 - 18 */
  color: white;
  opacity: 1;
}
.addo-form select {
    background-color:transparent;
    border:none;
    color:#ffffff;
    border-radius: 6px;
    border: #FFF;
    border-width: 1px;
    border-style: solid;
    font-family: proxima-soft, sans-serif;
}
.addo-form.zap-form {
  background-color:#000000;
  padding:15px;
  margin-bottom:15px;
}
.addo-form.zap-form input {
  margin-bottom:7px;
}
.addo-form.zap-form .actions {
  margin-top:15px;
}
.addo-form.zap-form fieldset.form-columns-1 select.hs-input {
    margin-bottom: 7px;
    width: 100%;
}
.addo-form.side-form input {
  margin-bottom:7px;
}
.addo-form.side-form {
  margin-top:30px;
}
.addo-form.side-form .actions {
  margin-top:15px;
}
.addo-form.register-form.side-form fieldset.form-columns-2 .input {
  margin-right:8px;
}  
.addo-form.side-form fieldset.form-columns-1 select.hs-input {
    width: 100%;
}
.addo-form.side-form .form-columns-1 .hs-input {
  width:100%;
}
.hs-error-msg { 
  color: #e85c5e;
}
.addo-form option {
    color:#000000;
    font-family: proxima-soft, sans-serif;
}
.form-popup .hbspt-form {
    background-color:#000000;
    padding:20px;
    color:#ffffff;
}
.form-popup .hbspt-form .input input,
.form-popup .hbspt-form .input textarea,
.form-popup .hbspt-form .input select {
    background-color:#000000;
    border:none;
    border-bottom:1px solid #ffffff;
    color:#ffffff;
}
.form-popup .hbspt-form .actions input {
    background-color:#336699;
    color:#ffffff;
    padding:10px 20px;
    border-radius:30px;
    font-family: proxima-soft, sans-serif;
    font-weight:bold;
    font-size:14px;
    text-transform:uppercase;
    letter-spacing:1.25px;
    border:none;
     -webkit-appearance: none;
}
.form-popup .hbspt-form .actions {
    margin-top:20px;
}
.fancybox-outer {
    background-color:#000000;
}

form.form-popup {
    color:#ffffff;
    font-size:14px;
}
form.form-popup.hbspt-form {
    background-color:#000000;
    padding:20px;
    color:#ffffff;
}
form.form-popup .input input,
form.form-popup .input textarea,
form.form-popup .input select {
    background-color:#000000;
    border:none;
    border-bottom:1px solid #ffffff;
    color:#ffffff;
}
form.form-popup .input  textarea.hs-input,
form.form-popup .input  select.hs-input,
form.form-popup fieldset.form-columns-1 .hs-input{
    width:100%;    
}
form.form-popup .actions input {
    background-color:#336699;
    color:#ffffff;
    padding:10px 20px;
    border-radius:30px;
    font-family: proxima-soft, sans-serif;
    font-weight:bold;
    font-size:14px;
    text-transform:uppercase;
    letter-spacing:1.25px;
    border:none;
     -webkit-appearance: none;
}
form.form-popup .actions {
    margin-top:20px;
}
#supporter-form,
#login_form {
    margin:10px;
}

#supporter-form .submitted-message,
#login_form .submitted-message {
    color:#ffffff;
}
.fancybox-form {
    display:none;
}
#login-form {
    display:none;
}
.fancybox-form.show-fancyform {
    display:block;
}
#login-form.show-fancyform {
    display:block;
}
.fancybox-form.close-fancyform {
    display:none;
}
#login-form.close-fancyform {
    display:none;
}
.addo-form.one-col fieldset {
    max-width:100%;
}
.addo-form.one-col fieldset.form-columns-1 .hs-input {
    width:100%;    
}
.addo-form.one-col .actions {
    margin-top:20px;
}
/**************   On scroll header  **********************/

.header-graybar {
  height:40px;
  background:#545E72;
  margin-bottom:15px;
  position:fixed;
  top:0;
  z-index:2000;
  padding: 2px 0;
}
#on-scroll-header {
    background-color:#FFCC00;
    padding-top:15px;
}
#on-scroll-header .scroll-register {
    margin-top:10px;
}
#on-scroll-header .scroll-register .addo-button {
    padding:10px 25px;
}
.row-fluid [class*="span"]#on-scroll-header.scroll-show {
    display:block;
    transition: height .35s ease-in-out;
    height:120px;
    z-index:2000;
    padding-top:15px;
    padding-bottom:15px;
/*    -webkit-box-shadow: 0px 10px 19px -4px rgba(48,48,48,1);
    -moz-box-shadow: 0px 10px 19px -4px rgba(48,48,48,1);
    box-shadow: 0px 10px 19px -4px rgba(48,48,48,1); */
}
.on-scroll-logo {
 /*   margin-top:15px; */
}
.on-scroll-main-menu, 
.on-scroll-sub-menu {
    text-align:right;
}
.on-scroll-sub-menu li:nth-child(5) a i.fa,
.on-scroll-sub-menu li:nth-child(7) a i.fa {
    font-family:"FontAwesome", "Proxima Nova Semibold";    
}

.on-scroll-sub-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a i.fa {
  font-family:"FontAwesome";
  font-size:25px;
}
.on-scroll-sub-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:nth-last-child(5) a,
.on-scroll-sub-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:nth-last-child(4) a,
.on-scroll-sub-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:nth-last-child(3) a,
.on-scroll-sub-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:nth-last-child(2) a,
.on-scroll-sub-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:nth-last-child(1) a {
   padding:0 10px;
}
.on-scroll-main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    text-transform:uppercase;
    padding-bottom:0;
    max-width:210px;
    letter-spacing: 1px;
    color:#000000;
}
.on-scroll-main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child a {
    background-color:#000000;
    padding:10px 25px;
    border-radius:30px;
    border:1px solid transparent;
  	color:#ffffff;
}
.on-scroll-main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child a:hover {
    border:1px solid #ffffff;
    text-decoration:none;
}
.on-scroll-sub-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    font-size:13px;  
    font-weight:600;
    padding-top:0;
    padding-bottom:5px;
    color:#000000;
}
.container-fluid .scroll-show .row-fluid .page-center {
    padding-right:15px;
}
.row-fluid [class*="span"].social-slideout {
    display:none;  
    position:absolute;
    top:-21px;
    left:43px;
    width:150px;
    background-color:#000000;
    padding:5px 5px 5px 0;
}
.row-fluid [class*="span"].social-slideout.show-social{
    display:block;
}
.social-slideout ul {
    padding-left:0;
}
.social-slideout ul li {
    list-style-type:none;
    display:inline;
    margin-right:10px;
}
.social-share-icon {
    text-align:center;   
}
.social-share-icon i {
    color:#4df3c5;
}
.graybar-register a {
  color:#FFCC00;
  font-size:18px;
  font-family:proxima-soft,sans-serif;
}
.graybar-register {
  margin-top:4px;
  text-align:right;
}
/*******************************/
.vertical-text {
	transform: rotate(90deg);
	transform-origin: left top 0;
}
.vertical-right {
	transform: rotate(90deg);
	transform-origin: right top 0;
}

/*****************************   Home Page 2020   ********************/
.home-banner .page-center {
  /*  background-image: url(https://www.sonatype.com/hubfs/2021%20ADDO/Bobby_2021_BW-1-trimmed_2.png);
    background-image: url(https://www.sonatype.com/hubfs/2022%20-%20ADDO/Neon-Bobby-midsized-1300x808.png); */
      background-image: url(https://www.sonatype.com/hubfs/2023%20ADDO/addo-sign-hero.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 45% auto;
    padding-top:50px;
    padding-bottom:50px;
}
.home-banner.nobackground .page-center {
    background:none;
}
.home-banner {
  	background: url(https://www.sonatype.com/hubfs/2022%20-%20ADDO/ADDO_bricks%201.png);
}
.home-banner h1 {
  font-size:52px;
  font-family:"RobotoSlab-light";
  color:#FFCC00;
}
.home-banner p {
    font-size: 25px;
    line-height: 31px;
    font-weight: 600;
    margin-top: 30px;
      color: #ffffff;
}
.home-overview {
  background-color:#000000;
  color:#ffffff;
  text-align:center;
}
.home-overview h4 {
  margin:0;
}
.home-keynotes {
  background-color:#3E51A1;
  color:#ffffff;
}

.row-fluid [class*="span"].mobile-home-bobby {
  display:none;
}
.addo-home-banner-text {
  
}
.home-black-bar span{
  font-size:81px;
  font-family:"RobotoSlab-light";
}
.home-black-bar h4 {
  font-family:proxima-soft,sans-serif;
}
/****************  End Home page 2020   **************************************/


/*******************   Smart Nav Desktop  *************/
ul.smart-nav-desktop {
    text-align:right;   
}
ul.smart-nav-desktop li {
    display:inline;
    list-style-type:none;
}
ul.smart-nav-desktop li:last-child {
    background-color: #336699;
    padding: 10px 25px;
    border-radius: 30px;
    border: 1px solid transparent;    
}
ul.smart-nav-desktop li:last-child:hover {
    border: 1px solid #ffffff;    
}
ul.smart-nav-desktop li a {
    padding: 10px 15px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;    
}
/**************  Mobile Header  *********************/
.row-fluid [class*="span"].mobile-header {
    display:none;
}





/***********************************************************/
/***********  Viewing Parties Page  **************************/
/**********************************************************/
.viewing-intro {
    background-image:url('https://www.sonatype.com/hubfs/ADDO-2018/backgrounds/bg-parties.png');
}
.register-heading .addo-button,
.viewing-heading .addo-button {
    text-align:center;
    max-width:250px;
    margin-top:50px;
}
.viewing-heading {
    margin-bottom:100px;
}
table.vp-table {
    border-collapse:collapse;
    width:100%;
}
.vp-table th {
    font-weight:normal;
    text-align:left;
    text-transform:uppercase;
    padding-bottom:10px;
    border-bottom:2px solid #ffffff;
}
.vp-table thead {
    border-bottom:2px solid #ffffff;
}
.vp-table tr {
    border-bottom:1px solid #000000;
}
.vp-table tr td {
    font-weight:normal;
    padding-top:10px;
    padding-bottom:10px;
    padding-right:20px;
}
.viewing-intro .vp-table .addo-button  {
    margin-top:0;
    padding:8px 4px;
    width:125px;
}
.view-filter ul li {
    list-style-type:none;
}
.view-filter ul {
    padding-left:0;
}
.view-filter {
    position:fixed;
    right:50px;
    top:200px;
    background-color:#000000;
    padding:10px 20px;
}
.view-filter.white {
  background-color:#ffffff;
}
.viewbox {
    margin-bottom:20px;
}
.viewcheckbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;    
}
.viewmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff; 
  border:2px solid #ffffff;
}
.viewcheckbox:hover input ~ .viewmark {
    background-color: #FFF;
}
.viewcheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.viewcheckbox :hover input ~ .viewmark {
  background-color: #FFF;
}
.viewcheckbox input:checked ~ .viewmark {
  background-color: #ffffff;
}
.viewmark:after {
  content: "";
  position: absolute;
  display: none;
}
.viewcheckbox input:checked ~ .viewmark:after {
  display: block;
}
.viewcheckbox .viewmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid black;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.viewing-flag {
    width:32px;
}
.viewing-country {
    min-width:120px;
}
.viewing-city {
    min-width:115px;
}
.viewing-host {
    min-width:370px;
}
/***********************************************************/
/***********  Speaker Page  **************************/
/**********************************************************/

.speaker-intro {
     background-image:url('https://www.sonatype.com/hubfs/ADDO-2018/backgrounds/bg-speakers.png');
    position:relative;
}
.speaker-intro .blog-section {
    margin-top:40px;
}
.speaker-post .hs-featured-image {
    float:left;
    max-width:462px;
    max-height:462px;
    margin-left:0;
    width:100%;
    height:auto;
}
.speaker-post h2 {
    font-weight:normal;
    margin-top:0;
}
.speaker-info .post-header {
    width:100%;
    position:absolute;
    bottom: -1px;
    border-radius: 0 0 5px 5px;
}

/*.speaker-info .post-header {
    width:85%;
    margin-left:10px;
    margin-right:10px;
    padding:5px;
    position:absolute;
    bottom:0;
    height:25px;
}*/
.speaker-info img {
    width:100%;
    height:100%;
  background-color:#ffffff;
}
.speaker-info.speaker-more .post-header {
    /*height:40px;*/
    transition: height .35s ease-in-out;
}
.speaker-meta {
    font-size:10px;
    color:#000000;
    display:none;
}
.speaker-meta.show {
    display:block;
    border-top:1px solid #000000;
}

.speaker-listing-image img {
    width:215px;
    height:215px;
}
.speaker-info .post-header p a {
    color:#000000;
    font-size:14px;
    font-weight:bold;
}
.speaker-info .post-header p {
    margin:0;
  padding: 5px;

}
.speaker-info {;
    position:relative;
    background-size:215px 215px;
    margin-bottom:20px;
}
.speaker-filter ul li {
    list-style-type:none;    
}
.speaker-filter ul {
    padding-left:0;
    margin-left:0;
}
.speaker-filter-box {
    position:absolute;
    right:0;
    top:170px;
    max-width:220px;
    background:#ffffff;
    padding:10px 10px 10px 15px;
    border:1px solid #545e72;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}
p.speaker-name a:hover{
    text-decoration:none; 
}
.more-speakers {
    width:175px; 
    height:175px;
    border:1px dashed white;
    padding:20px;
    background-color:#000000;
    background-image:url("https://www.sonatype.com/hubfs/ADDO-2018/backgrounds/mini-speaker.png");
    background-repeat:no-repeat;
    background-position:bottom right;
}
.more-speakers-image {
    width:100%;
    height:100%;
    background-color:#000000;
}
.viewmark.alltracks {
   border:2px solid #545E72;
}
.viewcheckbox:hover input ~ .viewmark.alltracks {
  background-color: #545E72;
}
.viewcheckbox input:checked ~ .viewmark.alltracks {
  background-color: #545E72;
}
.viewmark.knotes {
   border:2px solid #3E51A1;
}
.viewcheckbox:hover input ~ .viewmark.knotes {
  background-color: #3E51A1;
}
.viewcheckbox input:checked ~ .viewmark.knotes {
  background-color: #3E51A1;
}
.viewmark.cicd {
   border:2px solid #FFCC00;
}
.viewcheckbox:hover input ~ .viewmark.cicd {
  background-color: #FFCC00;
}
.viewcheckbox input:checked ~ .viewmark.cicd {
  background-color: #FFCC00;
}
.viewmark.culture {
   border:2px solid #D93654;
}
.viewcheckbox:hover input ~ .viewmark.culture {
  background-color: #D93654;
}
.viewcheckbox input:checked ~ .viewmark.culture {
  background-color: #D93654;
}
.viewmark.dso {
   border:2px solid #ADD64D;
}
.viewcheckbox:hover input ~ .viewmark.dso {
  background-color: #ADD64D;
}
.viewcheckbox input:checked ~ .viewmark.dso {
  background-color: #ADD64D;
}
.viewmark.moderni {
   border:2px solid #51B1CC;
}
.viewcheckbox:hover input ~ .viewmark.moderni {
  background-color: #51B1CC;
}
.viewcheckbox input:checked ~ .viewmark.moderni {
  background-color: #51B1CC;
}
.viewmark.reliable {
   border:2px solid #DB00B6;
}
.viewcheckbox:hover input ~ .viewmark.reliable {
  background-color: #DB00B6;
}
.viewcheckbox input:checked ~ .viewmark.reliable {
  background-color: #DB00B6;
}
.viewmark.host {
   border:2px solid #8C96A6;
}
.viewcheckbox:hover input ~ .viewmark.host {
  background-color: #8C96A6;
}
.viewcheckbox input:checked ~ .viewmark.host {
  background-color: #8C96A6;
}
.viewmark.government {
   border:2px solid #422878;
}
.viewcheckbox:hover input ~ .viewmark.government {
  background-color: #422878;
}
.viewcheckbox input:checked ~ .viewmark.government {
  background-color: #422878;
}
.viewmark.workshops {
   border:2px solid #8C96A6;
}
.viewcheckbox:hover input ~ .viewmark.workshops {
  background-color: #8C96A6;
}
.viewcheckbox input:checked ~ .viewmark.workshops {
  background-color: #8C96A6;
}
.viewcheckbox .viewmark.knotes:after,
.viewcheckbox .viewmark.alltracks:after,
.viewcheckbox .viewmark.culture:after,
.viewcheckbox .viewmark.reliable:after,
.viewcheckbox .viewmark.government:after,
.viewcheckbox .viewmark.workshops:after,
.viewcheckbox .viewmark.host:after
{
  border:solid #ffffff;
  border-width: 0 3px 3px 0;
}
.viewmark.black {
   border:2px solid #000000;
}  

.speaker-feature {
    height:100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    margin-bottom:30px;
    max-width:462px;
}
.speaker-feature .speaker-behind img.hs-featured-image.post-banner {
    height: 100%;
    position: relative;
    width: 98%;
}
.speaker-feature .speaker-caption {
    height: 100%;
    left: 75px;
    padding: 0;
    position: absolute;
    width: 94%;
	top:0;
	z-index:150;
	color:#000000;
	margin-top:10px;
}
.speaker-feature .speaker-caption p {
    padding:0 5px;
    margin-top:5px;
}
.speaker-feature .speaker-caption h3 {
    margin-bottom:5px;
    margin-top:5px;
    border-bottom:1px solid #000000;
    font-weight:normal;
}

.speaker-heading a:hover {
    text-decoration:none;
}
.narrow-monitor {
    display:none;
}
/***** Speaker page updates 2022  ********/
.blog-pagination {
    text-align: center;
    margin-top: 20px;
}
a.all-posts-link {
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
    background: #DB00B6;
    border-radius: 22.5px;
    padding: 5px 35px;
}
.speaker-listing-banner {
    background: url(https://www.sonatype.com/hubfs/2022%20-%20ADDO/ADDO_bricks%201.png);
}
.speaker-inner {
    border-radius: 10px;
}
.speaker-inner img {
    border-radius: 5px;
}
/****  End Speaker page updates 2022  ******/
/******************************************************************/
/****   Speaker bio pages refresh 2021/2022  ********/
/***************************************************************/
.speaker-topic-bar {
    margin-top:90px;
    margin-left:-100%;
    text-align:right;
    padding:5px 20px;
}
.speaker-featured-image {
    margin-top:-140px;
}
.speaker-bio-content {
    margin-top:20px;
}
.speaker-bio-content h5 {
    margin-top: 5px;
    font-weight: 700;
    font-family: 'proxima-soft';    
    font-size:21px;
    margin-bottom:20px;
}
.speaker-bio-content h6 {
    color:#545E72;
    text-transform:uppercase;
    margin-bottom: 5px;
    font-weight: 400;
    font-family: 'proxima-soft';    
    letter-spacing:1px;
    font-size:16px;
}
.speaker-featured-image {
    text-align:left;
}
.speaker-featured-image h2 {
    font-family:'RobotoSlab-regular';
    margin-top:20px;
}
.speaker-featured-image h3 {
    font-family:'proxima-soft';
    font-size:34px;
    line-height:45px;
    font-weight:400;
    margin-top:0;
}
.speaker-breadcrumbs a {
    text-transform:uppercase;
    color:#000000;
    font-family:'proxima-soft';    
    font-weight:400;
    font-size:20px;    
}  
.speaker-breadcrumbs {
    margin-top:10px;
    margin-bottom:100px;
}
.speaker-blog-social {
    margin:10px 0;
}
.speaker-blog-social img {
    margin-right:10px;
}
.speaker-blog-social  {
    font-weight:600;
    font-size:16px;
    line-height:29px;
    font-family:'proxima-soft';
}
ul.speaker-social-list {
     padding-left:10px;
}
ul.speaker-social-list img,
ul.speaker-mobsoc-list img {
     width:28px;
     height:auto;
}
ul.speaker-social-list li {
    display:inline;
    list-style-type:none;
}
ul.speaker-social-list li a {
    color:#000000;
}
ul.speaker-mobsoc-list {
    padding-left:20px;
}
ul.speaker-mobsoc-list li {
     display:inline;
    list-style-type:none;
    margin-right:15px;
}
.speaker-topic-bar.mobile {
    display:none;
}
#social_popup {
    display:none;
    background-color: #D93654;
    width: 500px;
    
}
#social_popup .social-popup-heading {
    background-color:#545E72;
    color:#ffffff;
    text-align:center;
    padding:20px;
    font-size:21px;
    font-family:'proxima-soft';    
    font-weight:700;
}  
#social_popup .social-popup-icons {
     padding: 40px; 
    width:415px;
}
.speaker-info-mobile {
    display:none;
}
.mobile-social {
    display:none;
}
#socially_awkward h6 {
    color: #545e72;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 400;
    font-family: 'proxima-soft';
    letter-spacing: 1px;
    font-size: 16px;
    padding-left:10px;
}
.addo-speaker-buttons {
  margin-top:40px;
}
.addo-speaker-buttons a {
  display:block;
}
/******************************************************************/
/****   END Speaker bio pages refresh 2021  ********/
/***************************************************************/

/*********************************************************/
/*  Club 50 page  ***************************************/
/*******************************************************/
.club-50 .viewing-heading .addo-button {
    max-width:150px;    
}
.club20_bg {
  background-image:url("https://www.sonatype.com/hubfs/2020%20ADDO/Supporter_Page_Bottom_Image.jpg");
  background-repeat:no-repeat;
  background-position:top left;
  background-size:cover;
  margin-top:-300px;
}
.club-20-bg {
  background-image:url("https://www.sonatype.com/hubfs/2022%20-%20ADDO/brick-bg-seamless-neon@2x-1-trim.png");
}
/**************************************************************/
/*************   ADDO Live page  ****************************/
/**********************************************************/
.addo-live-page  .addo-form .input {
    min-height:45px;
    margin-top:10px;
}
.addo-live-page  .addo-form .actions input {
    min-width:250px;
    margin-top:30px;
    background-color:#336699;
     -webkit-appearance: none;
}

/*********************************************************/
/********   incorporating Sonatype Overview Block css ***/
/*******************************************************/
.sonatype-overview-block {
    background-color: inherit;
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;
}

.video-training .sonatype-overview-block  {
    justify-content:center; /* added by HS Support 6/20/2016 */
}

.sonatype-emphasis .sonatype-overview-block {
    border: solid 2px #dcd54a;
}

.sonatype-overview-block .image {
    padding-left: 1em;
    padding-top: 1em;
    padding-right: 1em;
    text-align: center;
}

.sonatype-overview-block img {
    max-width: 100%;
}

/* Turn the background of alternating overview blocks transparent */
.left.striped > span > div:nth-child(even) .sonatype-overview-block {
    background-color: transparent;
}

/* Turn the background of a specific overview block transparent */
.nobackground .sonatype-overview-block {
    background-color: transparent;
}

@media (min-width: 1024px) {
    /* Use flexbox to left- and right-align images */
    .left .sonatype-overview-block {
        display: -ms-flexbox;
        display: flex;
        align-items: center;
    }
    .left.top .sonatype-overview-block {
        align-items: flex-start;
    }
    .left .sonatype-overview-block .text {
        -ms-flex: 1;
    }
    .left .sonatype-overview-block .image {
        flex-shrink: 0;
    }
    .left.top .sonatype-overview-block img {
        padding-top: 1em;
    }
    
    /* Alternating left/right blocks */
    .alternating > span > div:nth-child(even) .sonatype-overview-block {
        flex-direction: row-reverse;
    }
    
    .alternating > span > div:nth-child(even) .sonatype-overview-block .image {
        padding-left: 2em;
        padding-right: 0;
    }
}

.left .sonatype-overview-block .image img {
    max-width: inherit;
}

.left.nobackground .sonatype-overview-block {
    padding-top: 1em;
    margin-top: 1em;
}

.left.nobackground .sonatype-overview-block .image {
    padding-top: 0;
}

.left.nobackground .sonatype-overview-block .image,
.left.nobackground .sonatype-overview-block .text {
    padding-left: 0;
}

.left.nobackground .sonatype-overview-block .image {
    padding-right: 2em;
}

.left.nobackground .sonatype-overview-block .text {
    padding-right: 0;
}

.left .sonatype-overview-block {
    text-align: left;
}

.left .sonatype-overview-block .text h1,
.left .sonatype-overview-block .text h2,
.left .sonatype-overview-block .text h3 {
    margin-top: 0;
    text-decoration: none;
}

.left.nobackground.solo .sonatype-overview-block {
    padding: 0;
    margin: 0;
}

.sonatype-overview-block .text {
    padding: 1em;
}

.sonatype-overview-block .cta-container {
    margin-top: 20px;
}

/*********************************************************/
/********   Main Footer  ********************************/
/*******************************************************/

.addo-footer {
    background-color:#000312;
    padding-top: 30px;
    padding-bottom: 10px;
    color:#ffffff !important;
}
.addo-footer .footer-border {
    border-top:8px solid #ffffff; 
    padding-top:30px;
}
.footer-menus {
    padding-top:50px;
}
.footer-menus a {
    color:#ffffff;
    font-size:14px;
    font-weight:bold;
    letter-spacing: 1px;
}
.footer-menus .hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding-left:0;
    padding-bottom:5px;
    letter-spacing: 1px;   
}
.footer-subscribe {
    background-color:#8C96A6;
    font-weight:bold;
    font-size:18px;
    padding-top:15px;
    padding-bottom:30px;
    margin-top:-100px;
    margin-bottom:15px;
    color:#000000;
}
.footer-social {
    text-align:right;
}
.footer-social .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    padding:0 10px;
    color:#ffffff;
}
.footer-social li:nth-child(2) a i.fa,
.footer-social li:nth-child(4) a i.fa {
    font-family:"FontAwesome";
}
.footer-form.addo-form .actions input {
    float:right;
    margin-top:-43px;
    background-color:#000312;
    padding: 10px 45px;
    color:#ffffff;
}
.footer-form.addo-form .input {
    margin-top:-20px;
    width:65%;
    background:#ffffff;
    padding:5px;

}

.footer-form.addo-form input {
    border-bottom:none;
      color:#545E72;
}

.footer-form.addo-form input {
    border-bottom:transparent !important;
}
.footer-form.addo-form input:focus {
   outline:none;
}
.footer-bobby {
    text-align:right;
   z-index:100;
   position:relative;
}
.footer-terms {
  background-color:#000312;
}
/**************************************************/
/**********  Supporters **************************/
/************************************************/
.supporters-intro {
    background-image:url('https://www.sonatype.com/hubfs/ADDO-2018/backgrounds/bg-supporters.png');
    
}
.supporters-box {
/*    width:215px;
    height:177px;
    background-color:#ffffff; */
    text-align:center;
    margin-bottom:10px;
}
.supporters-box img {
    max-width:215px;
    max-height:177px;
  border-radius:6px;
}
.supporters-intro h3 {
    margin-top:50px;
}
.supporters-intro .view-filter {
/*    top:55px; */
    top:125px;
}
.row-fluid [class*="span"].supporters-box {
     display:table;
    min-width:215px;
  margin-bottom:20px;
}
.row-fluid [class*="span"].supporters-box .image {
    vertical-align:middle;
    display:table-cell;
      border: 5px solid #D93654;
    filter: drop-shadow(0px 0px 20px #D93654);
    border-radius: 10px;
      background-color: #ffffff;
    padding: 5px 0 5px;
}
.supporters-row {
    margin-bottom:20px;
      display: flex;
    flex-direction: row;
    justify-content: center;
  flex-wrap:wrap;
}
.supporters-box-last {
    background-color:#000000;
    border:1px dashed #ffffff;
    padding:1% 11% 55%;
    max-width:215px;
}
.supporters-box-last p {
    font-size:14px;
}
/***********************   Schedule Page  ******************/
.sched-intro {
    background-image:url('https://www.sonatype.com/hubfs/ADDO-2018/backgrounds/bg-schedule.png');
}
#sched-container-header-menu li a.sched-menu-link-active {
    background-color:#ffffff;
}
#zone-message {
    margin-bottom:40px;    
}
#zone-message a {
   text-decoration:underline; 
}
.viewTopic {
    margin-bottom: 20px;
}
.schedule_bg {
  background-image:url("https://www.sonatype.com/hubfs/2020%20ADDO/Schedule_Page_Bottom_Image.jpg");
  background-repeat:no-repeat;
  background-position:top left;
  background-size:cover;
  margin-top:-300px;
}
/***********************   Recordings/Archives/Best of Page  ******************/
.recordings-intro {
    background-image:url('https://www.sonatype.com/hubfs/ADDO-2018/backgrounds/bg-archives@2x.png');
}
.recordings ul.etabs {
    padding-left:0;
}
.recordings ul.etabs li {
    display:inline;
    list-style-type:none;
    margin-right:20px;
}
.recordings ul.etabs li a {
    font-weight:normal;
    color:#808A94;
}
.recordings ul.etabs li a:hover {
    text-decoration:none;
}
.recordings ul.etabs li:hover {
    border-bottom:4px solid #4df3c5;
    text-decoration:none;
}
.recordings ul.etabs li.active {
    border-bottom:4px solid #4df3c5;
}
.recordings ul.etabs li.active a {
   font-weight:bold; 
   color:#ffffff;
}
.recordings .archives {

    color:#000000;
    font-size:18px;
    margin-bottom:15px;
}
.recordings .panel-container {
    margin-top:40px;
}
.recordings .archives .rkeynotes {
    background-color:#3E51A1;
    position:relative;
    padding:24px;
}
.recordings .archives .rci-cd {
    background-color:#FFCC00;
    position:relative;
    padding:24px;
}
.recordings .archives .rcultural {
    background-color:#D93654;
    position:relative;
    padding:24px;
}
.recordings .archives .rdevsecops {
    background-color:#ADD64D;
    position:relative;
    padding:24px;
}
.recordings .archives .rmodern {
    background-color:#51B1CC;
    position:relative;
    padding:24px;
}
.recordings .archives .rsreo {
    background-color:#DB00B6;
    position:relative;
    padding:24px;
}
.recordings .archives .rgov {
    background-color:#422878;
    position:relative;
    padding:24px;
}
.recordings .archives-data {
    margin-top:20px;
}
.archive-item {
    margin-bottom:20px;
}
.archive-item a {
    color:black;
}
.archive-item a:hover {
    text-decoration:none;
}
.archive-item .flex-row {
    display:-webkit-flex;
    display:flex;    
}
.archive-item .flex-image {
    align-self:center;
    -webkit-align-self:center;   
}
.archive-item .flex-image img {
    border-radius:50%;
}
.archive-item .flex-text {
    -webkit-align-items:stretch;
    align-items:stretch; 
    min-height:170px;
    position:relative;
    width:100%;
    margin-left:10px;
}
.archive-image {
    text-align:center;
}
.archive-image img {
    max-height:160px;
    border-radius:50%;
    width:auto;
}
.archive-text {
    text-align:center;
    min-height:165px;
    position:relative;
}
.archive-play {
    position:absolute;
    bottom:0;
    padding-top:5px;
}
.row-fluid [class*="span"].archive-item {
    padding:8px;
}
.archive-row {
}
.archive-item p.speaker {
    font-size:8px;
    font-weight:normal;
    color:#000000;
    text-transform:uppercase;
    border-bottom:1px solid black;
    padding-bottom:3px;
}
.archive-item p.recording-title {
    font-weight:bold;
    font-size:13px;
    color:#000000;
}
.archive-item .recording-blurb p {
    font-size:10px;
    font-weight:normal;
    color:#000000;
}
.archive-item img {
    
}
.archive-item.arch-cicd {
    background-color:#FFCC00;  
}
.archive-item.arch-dso {
    background-color:#ADD64D;  
}
.archive-item.arch-sre {
    background-color:#DB00B6;
}
.archive-item.arch-gov {
    background-color:#422878;
}
.archive-item.arch-trans {
    background-color:#D93654;  
}
.archive-item.arch-cni {
    background-color:#51B1CC;
}
.archive-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 14px;
    right: 20px;
    width: 100% !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
}
.archive-trigger:hover{
    text-decoration: none;
}
.archive-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    left:45%;
}
.archive-trigger i:after{
    position: absolute;
    content: '';
}
.archive-trigger i, .archive-trigger i:after{
    width: 18px; /* Icon line width */
    height: 4px; /* Icon line height */
    background-color:#000000; /* Icon color */
    display: block;
}
.archive-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.archive-trigger.archive-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.archive-trigger.archive-open i{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
} 
.archives-data {
  display:none;
}
.archives-data.archive-show {
  display:block;
}
.tiny-bobby  {
	margin-top: 4px;
}
.tiny-logo  {
    margin-top: 4px;
    text-align: center;
}
.record-play-button {
	text-align:right;
}
/*************************************************************/
/**********  Blog and Resources   ****************************/
/********  Orginally these had the same design and both were using a blog, but now Resources is using HubDB  ****/
/*************************************************************/
.resources-intro {
    background-image:url('https://www.sonatype.com/hubfs/ADDO-2018/backgrounds/bg-resources.png');
}
.blog-intro {
   /* background-image:url('https://www.sonatype.com/hubfs/ADDO-2018/backgrounds/bg-blog.png');   */
}
.blog-intro  h1 {
    color: #000211;
  letter-spacing: 0px;
  margin-top: 40px;
  }
.blog-submit {
    background-color:#ffffff;
    padding:20px;
    color:#000000;
    margin-bottom:40px;
  
    background:#add54c;
}
.blog-submit.page1 {
    margin-bottom:0;
    margin-top:0;
}
.blog-submit h3 {
    margin-top:3px;
    margin-bottom:0;
  
    font-weight: normal;
    font-size: 28px;
    margin-top: 8px;    
}
 .blog-submit .addo-button.primary {
    background-color: #51b1cc;
    font-size: 18px;
    border: none;
}
.blog-submit .addo-button.primary:hover {
    background-color: #545e72;
    border: none;
}
.blog-submit span.addo-button {
    padding:10px 30px;
    margin-top:5px;
}
.addo-blog-section {
    margin-top:40px;
}
.listing-content {
    padding: 0 20px 20px 20px;

}
.row-fluid [class*="span"].listing-content {
    min-height:300px;
}
.listing-image {
    height:190px;
    width:100%;
    background-image: url('https://www.sonatype.com/hubfs/ADDO-2018/backgrounds/checked-bg.png');
}
.listing-image img {
 /*   opacity:.5; */
}
.listing-image.banner {
    height:390px;
    width:100%;
}
.listing {
    border:1px solid #E1E5E5;
    margin-bottom:40px;
    min-height:540px !important;
    padding:0;
    background-color:#000000;  
    background-color:#545e72;
}
.listing.carribean {
	border: 5px solid #51B1CC;
    border-radius: 10px;
    filter: drop-shadow(0 0 20px #51B1CC);
}

.listing.fandango {

	border: 5px solid #DB00B6;
    border-radius: 10px;
    filter: drop-shadow(0 0 20px #DB00B6);
}
.listing.plum {

	border: 5px solid #422878;
    border-radius: 10px;
    filter: drop-shadow(0 0 20px #422878);
}
.listing.green {

	border: 5px solid #a0dd81;
    border-radius: 10px;
    filter: drop-shadow(0 0 20px #a0dd81);
}
.listing h6 {
    font-weight:normal;
    margin-top:0;
  
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
    margin-top: 10px;
    color: #fff;
    margin-bottom: 0;
    letter-spacing: 1px;    
}
.listing h3 a {
    color:#ffffff;
    text-decoration:none;
    font-weight:bold;
    font-size:25px; 
    color: unset;
    text-decoration: unset;
    font-weight: unset;
    font-size: unset
}
.listing h3 {
    font-size:18px;
    line-height:30px;
    margin-bottom:5px;
  
    font-family: 'RobotoSlab-light';
    font-size: 28px;
    line-height: 37px;
    margin-bottom: 5px;
    color: #fff;
    font-weight: normal;
}
.listing h3 a:hover {
  color: #add54c;
}
.listing h6 {
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
    margin-top: 10px;
    color: #fff;
    margin-bottom: 0;
    letter-spacing: 1px;
}
  .listing p {
    color: #ffffff;
    font-size: 20px;
  }
 .listing p a {
    font-weight: 300;
  }
  .listing p a {
   color: #FFFFFF !important;
  }
  .span12.listing-content {
    width: 98%;
}
a.blog-read-more {
    font-weight: 600;
    color: #add54c;
}
a.blog-read-more:hover {
    color: #ffffff;
}

.blog-banner-text {
    padding-right:20px;
}


.blog-intro img.hs-featured-image,
.blog-post-intro img.hs-featured-image{
    width:100%;
    margin:0;
    max-width:100%;
    height:190px;
    object-fit:cover;
    object-position:0% 0%;
}

.blog-intro .hs-featured-image.banner,
.blog-intro .hs-featured-image.post-banner{
    width:780px;
    height:390px;
/*    opacity:.5; */
}

.blog-intro .hs-featured-image.post-banner{
    margin-top:40px;
    margin-bottom:20px;
}

.blog-intro .post-banner{
    background-image: url('https://www.sonatype.com/hubfs/ADDO-2018/backgrounds/checked-bg.png');  
    float:left;
}


.blog-intro img.hs-featured-image.banner {
    opacity:.5;
}

.blog-intro .next-posts-link
 {
    float:right;
    font-style: italic;
}

.blog-intro .previous-posts-link{
     font-style: italic;   
}

.blog-intro a.next-posts-link:after{
    content:" ->";
}

.blog-intro a.previous-posts-link:before{
    content:"<- ";
}

.blog-post-intro{
    background-color:#ffffff;
    background-image:url('https://www.sonatype.com/hubfs/ADDO-2018/backgrounds/bg-resources-post.png');
    color:#000000;
}
.blog-post-intro {
    background-image:url('https://www.sonatype.com/hubfs/ADDO-2018/backgrounds/bg-blog-lt.png');    
}
.addo-blog-content a {
    color:#336699;
      color: #51b1cc !important;
      font-weight: 600;
}
.addo-blog-content a:hover {
	text-decoration: underline;
}
p.date-author {
    margin-top: 15px;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
}
.hs-featured-image.post-banner {
  float: unset;
  margin: 0 0 20px 0;
  max-width: 70%;
}
.addo-blog-content h3 {
    font-size: 25px;
    margin-bottom: 5px;
}
.addo-blog-content ul li {
   font-size: 18px;
}
.blog-post-intro i{

}

.blog-post-intro  .hs-featured-image.post-banner{
    width:709px;
    height:355px;
    margin-top:40px;
    margin-bottom:50px;
}

.blog-post-intro .social-sharing-wrapper{
    margin-top:40px;
    padding-top:20px;
    padding-bottom:20px;
    border-top:1px solid #000000;
    border-bottom:1px solid #000000;
    margin-bottom:40px;
}

.blog-post-intro .social-sharing-wrapper ul li{
    line-height:0;
}

.blog-post-intro .body-padding{
    padding-bottom:50px;
}

.blog-post-intro  .addo-form input{
    border-bottom:1px solid #000000;
    margin-bottom:10px;
}

.blog-post-intro  .addo-form input{
    border-bottom:1px solid #000000;
    margin-bottom:10px;
}

.blog-post-intro  .addo-form input{
    color:black;
}

.blog-post-intro  .addo-form input::-webkit-input-placeholder{ /* Chrome */
  color: black;
}

.blog-post-intro  .addo-form input:-ms-input-placeholder{ /* IE 10+ */
  color: black;
}

.blog-post-intro  .addo-form input::-moz-placeholder{ /* Firefox 19+ */
  color: black;
  opacity: 1;
}

.blog-post-intro  .addo-form input:-moz-placeholder { /* Firefox 4 - 18 */
  color: black;
  opacity: 1;
}

.blog-post-intro .actions{
    margin-top:20px;
}

.blog-post-intro  .addo-form .actions input{
    color:white;  
    border:none;
}

.blog-post-intro .post-footer label {
    font-size:14px;
}

.blog-post-intro .post-footer fieldset.form-columns-1 .input textarea {
    border:1px solid #000000;
    width:100%;
    min-height:200px;
}

.addo-blog-sidebar ul li a{
    color:#000000;
}
.addo-resource-block {
    margin-bottom:50px;
    color:#ffffff;
}

.addo-blog-content p {
    font-size:18px;   
}
.addo-blog-sidebar {
    padding-left:30px;
    margin-top:140px;
}
.addo-blog-header a:hover {
    text-decoration:none;
}
.blog-media-sponsor {
    margin-bottom:0;
    margin-top:20px;
    text-align:center;
}
.blog-media-sponsor img {
    border-radius: 18px;
}
.row-fluid.blog-listing-flex {
  display:flex;
}

/*****************************************************************/
/***   BEGIN Live page  **********************************************/
/***************************************************************/

.addo-live.ci-cd,
.addo-live.cultural,
.addo-live.engineering,
.addo-live.devsecops,
.addo-live.infrastructure{
    max-width:100%;
}
.addo-live-play {
    display:block;
    margin:0 auto;
    max-width:80px; 
}
.addo-play-button {
    border:5px solid black;
    border-radius:50%;
    padding:10px 15px;
    text-align:center;
    transform:translateY(100%);
}
/*****************************************************************/
/***  ENDI Live page  **********************************************/
/***************************************************************/

.addo-opaque-bg-black {
  background:none repeat scroll 0 0 rgba(0,0,0,0.6);
  padding:15px 0 15px 15px;
  color:#ffffff;
}
/**********************************************************************
* Masonry styles 
***********************************************************************/
.masonry-item {
    width: 255px;
    margin-bottom: 17px;
    float: left;
    border: 1px solid #ffffff;
    padding: 25px;
    text-align:center;
    background-color:#ffffff;
}
.masonry-item img {
  /*  max-width:125px; */
    height:auto;
    width:100%;
    opacity:.5;
}
.masonry-item p {
    margin-top:0;
    margin-bottom:20px;
}
.masonry-container {
    margin:0 auto;
    width:auto;
   max-width:956px;
}
/**********************************************************************
*  END masonry styles 
***********************************************************************/ 
/*************************   Generic One Column Template  **************/
.one-col-intro {
     background-image:url('https://www.sonatype.com/hubfs/ADDO-2018/backgrounds/bg-speakers.png');
}
/**********************************************************************
*  ADDO Pathfactory START
***********************************************************************/ 
.pf-sponsor-text {
  border:1px solid #000000; 
  margin-top:20px; 
  padding:10px;

}
.container-fluid .row-fluid .pf-page-center {
    float: none;
    max-width: 1300px;
    margin: 0 auto;
}
.pf-session-info p {
  font-size:18px;
}
.pf-session-info ul li{
  margin-bottom:10px;
  font-size:18px;
}
/**********************************************************************
*  ADDO Pathfactory END
***********************************************************************/ 

/*******************************************************************/
/***   BEGIN ADDO Work for Sonatype  10/2020  **/
/**********************************************************************/
.insta-image {
    height: 250px;
    width: 290px;
    max-width: 290px;
    max-height: 250px;
    overflow: hidden;
    margin-bottom: 5px;
}
.careers-instagram .row-fluid [class*="span"] {
    margin-left: .5%;
    width: 24.1%;
}


element.style {
    width: 320px;
    border-width: 0px;
    border: 0px;
}

.insta-image img {
    width: 100%;
    object-fit: cover;
    object-position: 0;
    height: 250px;
    max-width: 290px;
    max-height: 250px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.insta-image:hover img {
    transform: scale(1.2);    
}

/*******************************************************************/
/***   END ADDO Work for Sonatype  10/2020  **/
/**********************************************************************/

/*******************************************************************/
/***   BEGIN ADDO updates 6-2022  **/
/**********************************************************************/
.register-bg {
  background-image:url(https://www.sonatype.com/hubfs/2022%20-%20ADDO/brick-bg-seamless-neon@2x%201.png);
  background-repeat:no-repeat;
  background-size:cover;
}
  .register-typ {
    background-image:url(https://www.sonatype.com/hubfs/2022%20-%20ADDO/brick-bg-seamless-neon@2x%202.png);
    background-repeat:repeat;
  }
.addo-confirm-resources .image-only-flex-item img {
     transition: transform 1s;  
}
.addo-confirm-resources .image-only-flex-item:hover img {
   transform: scale(1.07);
}
.speaker-topic-banner {
  padding:5px 20px 2px;
}
  .addo-speaker-buttons.mobile {
    display:none;
  }
.speaker-listing-content {
  max-width:910px;
}
.addo-speaker-share {
  padding:15px 10px;
}
/*******************************************************************/
/***   END ADDO updates 6-2022  **/
/**********************************************************************/
/*** 2023 updates  ***/
  .graphic-brick-bg {
    background-image:url(https://www.sonatype.com/hubfs/2023%20ADDO/brick-bg-seamless-1440x942.png);
  }
.image-bricks-repeating-bg {
    background-image: url(https://1958393.fs1.hubspotusercontent-na1.net/hubfs/1958393/2022%20-%20ADDO/brick-bg-seamless-neon@2x%201.png);
}
/*** end 2023 updates ****/
 /* ==========================================================================
   Custom Menu Primary
   ========================================================================== */

/* Parent List */

.custom-menu-primary .hs-menu-wrapper > ul{ 
    background:transparent;
    padding-top: 10px;
    float: right;
   transition("all .1s ease-in-out") 
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
    background:transparent;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    margin-right: 10px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    padding: 10px;
    position: relative;
    color: white;
    display: block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    color:white;
    text-decoration:underline;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
    left: 15px!important;
    background: #fff;
    padding: 10px 0px;
    border: 1px solid white;
    min-width: 150px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:hover {
    background::transparent;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul:before {
    content: "\f0d8";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: -12px;
    left: 0;
    width: 100%;
    padding-left: 10px;
    text-shadow: 0px -1px 0px #ccc;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
    background:transparent;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
    color:white;
    padding: 3px 10px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    color: #FFF;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    overflow: visible !important;
    max-width: none !important;
    width: auto !important;
    text-transform: none;
    padding-left: 20px;
    padding: 0 5px 0 25px;
    line-height: 35px;
}

/* Carret after Menu items with dropdown */
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children > a:after {
    content: "\f0d7";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 7px;
    font-size: 13px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:after  {
    border-top-color: blue;
}

/* Show menu and remove background color on desktop after toggling mobile menu */
@media screen and (min-width:769px) {
  .custom-menu-primary .hs-menu-wrapper { 
      display:block !important;
      background: transparent !important;
  }
}

/* Force header to trigger mobile layout on iPads */
@media (max-width: 767px){
  .header-container-wrapper .container-fluid  .row-fluid [class*="span"] {
    display: block;
    float: none !important;
    width: auto !important;
    margin-left: 0 !important;
  }
}




/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

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

@media (max-width: 767px){


  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */

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

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

  .mobile-trigger{
    display: inline-block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 65px;          /* Position Button at top right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 6px 12px;
    margin-top: -16px;
    z-index: 99999999999; /* Z-index to keep button on top of other layers */
    font-size: 16px;
    text-align: center;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{}


  /* Toggle Button Icon & Animations
     ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -5px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 25px; /* Icon line width */
    height: 2px; /* Icon line height */
    background-color: #000000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    margin-top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    margin-top: 6px; /* Position bottom line */
  }


  /* Child Toggle Button
     ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }


  /* Child Toggle Button Icon & Animations
     ========================================================================== */

  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  

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

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

  /* Mobile Menu Styles */
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0px;          /**************************************************************/                                              
    width: 100%;   
  }
  .custom-menu-primary .hs-menu-wrapper{
    padding: 0 0 0 0;
    width: 100%; /* Full screen width */
    z-index: 8888;
  }

   /* Level 1 Menu List Styles */
   .custom-menu-primary .hs-menu-wrapper > ul {
    background: ;
   }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 15px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff !important; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff !important; /* link hover color set by global mobile-aColorHover variable */
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children > a:after {
      display: none;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    background: transparent;  
    border: 0px;
    padding: 0px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:after{
      display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul:before {
      display: none;
  }

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

}
   
/****************  Media Queries  **********************/
@media (max-width:1475px) {
    .right-sidebar .container-fluid .speaker-intro .row-fluid .page-center {
        max-width:1200px;
        padding-right:250px;
    }
    .container-fluid .row-fluid .pf-page-center {
       padding-left:15px;
       padding-right:15px;
    }
}
@media (max-width:1350px) {
    .right-sidebar .body-container .row-fluid .page-center {
        max-width:1200px;
        padding-right:250px;
    }
    .right-sidebar .container-fluid .scroll-show .row-fluid .page-center {
        padding-right:95px;
    }
    .right-sidebar .container-fluid #on-scroll-header .row-fluid .page-center {
        padding-right:10px;
    }
    .body-padding {
        padding-left:20px; 
 /*          padding-right:15px; */
    }  
    .supporters-box-last {
        padding:1% 4% 44%;
    }
    .narrow-monitor {
        display:block;
    }
    .speaker-listing-content {
      max-width:800px;
    }
    .wide-monitor {
        display:none;
    }

}
@media (max-width:1250px) {
    .viewing-country {
        min-width:0;
    }

}

@media (max-width:1200px) {
    .body-padding {
 /*       padding-left:90px; 
        padding-right:15px; */
    } 
    .row-fluid [class*="span"].home-banner-content {
        padding-right:240px;
    }
    .on-scroll-main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
        font-size:12px;
        padding:10px 7px 0;
        letter-spacing: 1px;
    }
    .on-scroll-sub-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
        padding:0 15px 10px;
    }

    .viewing-city {
        min-width:0;
    }
    .viewing-host {
        min-width:290px;
    }
     .container-fluid .row-fluid .page-center  {
       padding-left:15px;
       padding-right:15px;
  }
      .home-banner .page-center {
     /*   background-size:60%;*/
     }
}
@media (max-width:1200px) {

    .viewing-host {
        min-width:0;
    }
    .graybar-register a {
      font-size:15px;
  }
}
@media (max-width:1100px) {
    .speaker-listing-content {
      max-width:680px;
    }
}
@media (max-width:1000px) {
    .row-fluid [class*="span"].home-banner-content {
        padding-right:75px;
    }
   /* .all-tracks, .cultural, .engineering, .keynotes, .devsecops, .ci-cd, .infrastructure {
        padding:15px;
    } */
    .addo-home h1 {
        font-size:40px;
    }
    .home-banner-text h1 {
        line-height:50px;
    }

    #tracks h3 {
        line-height:25px;
    }
}
@media (max-width:950px) {
    .speaker-listing-content {
      max-width:580px;
    }
}
@media (max-width:900px) {
  .graybar-register a {
    font-size:12px;
  }
}

@media (max-width:875px) {
	.vp-table   th {
		display: none;  
	}
	.vp-table td {
		display: block; 
	}   
    .vp-table td:first-child {
		padding-top: 10px;
		border-top:1px solid white;
        
    }
    .vp-table td:last-child {
		padding-bottom: .5em;
    }
    .vp-table td:before {
		 content: attr(data-th);/*": "; */
		 font-weight: bold;  
		 display: inline-block;
    }
    .vp-table td.viewing-flag:before {
        content:" "; 
    }
    .row-fluid [class*="span"].home-banner-content {
        padding-right:0;
    }
    .archive-text {
	    min-height:195px;
	}
  .on-scroll-main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:last-child a {
    padding:10px 12px;
  }
      

}
@media (min-width: 875px) {
	 .vp-table th, .vp-table td  {
		  display: table-cell;
		  padding-right:15px;
	}
}  
@media (max-width:980px) {
    .footer-form.addo-form .input {
        max-width:57%;
    }
  
}
@media (max-width:850px) {
    .speaker-listing-content {
      max-width:480px;
    }
}
@media (max-width:830px) {
     .home-banner .page-center {
        background-position:right bottom;
     } 

}
@media (max-width:767px) {
/****   needed for 2020 changes  **************/
  .footer-subscribe {
    margin-top:20px;
  }
  .footer-bobby img {
    max-width:250px;
  }
    body {
        padding-left:0;
        padding-top:0;
    }
    .row-fluid [class*="span"].mobile-header {
        display:block;
        background-color:#FFCC00;
       
    }
  .row-fluid [class*="span"].mobile-home-bobby {
    display:block;
  }
  .home-banner .page-center {
    background:none;
    text-align:center;
  }
  .addo-home-banner-text {
  
  }
  .narrow-monitor {
    margin-top:35px;
  }
  .speaker-info {
    max-width:215px;
    margin-left:auto;
    margin-right:auto;
  }
  .header-container-wrapper .container-fluid .row-fluid [class*="span"].countdown-module {
    display:none;
  }
  .header-graybar {
    position:inherit;
    margin-bottom:0;
  }
  .graybar-register {
    text-align:center;
  }
  .graybar-register a {
    font-size: 15px;
  }
  .mobile-logo {
    padding:10px;
  }
  .row-fluid [class*="span"].home-banner-button {
    display:none;
  }
  .row-fluid [class*="span"].schedule_bg {
    display:none;
  }

  .left-button.center-mobile {
      justify-content: center;  
  }
  .right-button.center-mobile {
      justify-content: center;
  }   
    .careers-instagram .row-fluid [class*="span"] {
        margin-left: 2%;
        width: 100%;    
    }
/******  End 2020  **************************/
    .row-fluid [class*="span"].home-nav {
        display:none;
    }
    .row-fluid [class*="span"].keynotes-desktop {
        display:none;
    }
    .row-fluid [class*="span"].keynotes-mobile {
        display:block;
    }
    .track-col3, 
    .track-col2 {
        padding-top:0;
    }

    #on-scroll-header {
        display:none;
    }
    .row-fluid [class*="span"].main-sidebar {
        display:none;
    }
    .row-fluid [class*="span"]#on-scroll-header.scroll-show {
        display:none;        
    }

    .body-padding {
        padding-left:15px;
    }
    .body-background {
        padding-top:0px;
    }
    ul.mobile-top {
        padding-left:0;
    }
    ul.mobile-top li {
        list-style-type:none;
        display:inline;
    }
    ul.mobile-top li .addo-button {
        padding:5px;
    }
    .container-fluid .row-fluid .page-center {
        max-width:1200px;
        padding-right:15px;
        padding-left:15px;
    }
    .home-intro-text {
        padding-bottom:40px;
    }
    .overview-info {
        padding-bottom:30px;
    }
    .row-fluid [class*="span"].home-banner-content {

    }
    .footer-form {
        margin-top:35px;
    }
    .footer-social li {
        margin-top:10px;
    }
    .addo-footer {
        text-align:center;
    }
    .footer-form.addo-form input {
        text-align:center;
    }
    .footer-bobby {
        text-align:center;
    }
 /*   .home-sponsors.platinum {
        width:462px;
        margin-left:auto !important;
        margin-right:auto;
    }
    .home-sponsors.gold {
        width:302px;
        margin-left:auto !important;
        margin-right:auto;
    }
    .home-sponsors.viewing {
        width:220px;
        margin-left:auto !important;
        margin-right:auto;
    }  */
    .all-tracks, .cultural, .engineering, .keynotes, .devsecops, .ci-cd, .infrastructure {
        margin-left:auto !important;
        margin-right:auto;
    }
   /* .get-sponsors .row-fluid .span4.home-sponsors.gold {
        width:48%;
        margin-left:2%;
        float:left;
    }
    .get-sponsors .row-fluid .span3.home-sponsors.viewing {
        width:31%;
        margin-left:2%;
        float:left;
    } 
    .get-sponsors.row-fluid [class*="span"]:first-child.home-sponsors.viewing,
    .get-sponsors.row-fluid [class*="span"]:first-child.home-sponsors.gold    {
        margin-left:0;
    } */
    .speaker-info img {
        max-width:215px;
        max-height:215px;
    }
    .more-speakers-image {
        max-width:215px;
        max-height:215px;
    }
    .speaker-info .post-header {
        max-width:100%;
    }
 /*   .speaker-filter ul li {
        display:inline-block;
    }
  */
    .speaker-filter-box {
        max-width:100%;
        position:inherit;
    }
    .speaker-intro .blog-section {
        margin-top:225px;
    }
    .right-sidebar .container-fluid .speaker-intro .row-fluid .page-center {
        max-width:1200px;
        padding-right:15px;
    } 
    .row-fluid [class*="span"].listing-content {
        min-height:0;
    }
    .resources-content {
        min-height:0;
    }
    .featured-resource {
        text-align:center;
        padding-top:20px;
    }
    .featured-resource img {
        max-width:250px;
    }
    .supporters-intro .view-filter ul li {
        display:inline-block;
    }
    .supporters-intro .view-filter {
        position:relative;
    }
    .supporters-box {
        width:215px !important;
    }
    .supporters-box-last {
        height:177px;
        padding:1% 2% 6%;
    }
    .footer-social {
        text-align:center;
    }
    .view-filter {
        position:relative;
        top:0;
        right:0;
    }
    .viewing-heading {
        margin-bottom:10px;
    }
    .vp-table th, .vp-table td.viewing-flag {
        display:none;
    }
    .blog-banner-text {
        padding-left:20px;

    }
    .post-banner {
        padding-bottom:10px;   
    }
    #clockdiv {
     /*   display:none; */
    }
    .archive-item .flex-image img {
        max-width:160px;
    }
    .row-fluid [class*="span"].tiny-bobby {
        display:none;
    }
    .right-sidebar .body-container .row-fluid .page-center {
        max-width:1200px;
        padding-right:15px;
    }
    .home-sponsors.platinum .image img {
        max-width:462px;
        height:auto;
    }
/*    .home-sponsors.gold .image img {
        max-width:302px;
        height:auto;
    }
    .home-sponsors.viewing .image img {
        max-width:220px;
        height:auto;
    }  */
    .home-intro {
        background-position:0px 115px;
    }
    .addo-resources-block-header {
        min-height:0;
    }
     .row-fluid [class*="span"].countdown-timer {
      display:none;
  }
  .row-fluid [class*="span"].supporters-box {
    margin-left:auto;
    margin-right:auto;
  }
/*** for 2021 speaker bio refresh  **/
  .speaker-topic-bar.mobile {
    display:block;
    text-align:center;
    margin-top:-20px;
    padding:30px 10px 10px;
    margin-left:0;

  }
  .speaker-topic-bar.desktop {
    display:none;
  }
  .speaker-featured-image {
    margin:0 auto;
    max-width:100%;
    text-align:center;
    margin-top:-50px;
  }
  .speaker-featured-image .speaker-behind img {
    width:100%;
  }
  .speaker-info-desktop {
    display:none;
  }
  .speaker-info-mobile {
    display:block;
    text-align:center;
  }
  .speaker-breadcrumbs {
    margin-bottom:10px;
  }
  .desktop-social {
    display:none;
  }
  .mobile-social {
     display:block;
  } 
/*** end 2021 speaker bio refresh  **/

/*** for 2022 updates  ***/
  .register-bg {
    background-image:url(https://www.sonatype.com/hubfs/2022%20-%20ADDO/brick-bg-seamless-neon@2x%202.png);
    background-repeat:repeat;
    background-size:auto;
  }
  .register-typ {
    background-repeat:repeat;
    background-size:auto;
  }
  .row-fluid [class*=span].go-away-on-mobile {
    display:none;
  }
  .speaker-topic-banner {
    padding-bottom:60px;
    text-align:center;
    padding-top:20px;
  }
  .addo-speaker-buttons.mobile {
    display:block;
  }
  .addo-speaker-buttons.desktop {
    display:none;
  }
   .speaker-listing-content {
      max-width:100%;
    }
  .speaker-meta {
    display:block;
    border-top:1px solid #000000;
  }
  .speaker-filter-box {
	  background:transparent;
	  box-shadow: none;
    -webkit-box-shadow: none;
	  -moz-box-shadow:none;
    border: none;
  }
  #speaker_filter_heading {
      background: #ffffff;
      padding: 15px;
      border-radius:10px;
        text-align: center;
      font-weight: 700;
      font-size: 21px;
  }
  #speaker_filter_heading p {
    padding:0;
    margin:0;
  }
  #speaker_filter_list ul li {
      list-style-type: none;
      background: #ffffff;
      padding: 15px 15px 3px;
      margin-bottom: 15px;
      border-radius: 10px;
  }
  #speaker_filter_heading p:after {
    content: "\f0d7";
    font-family: 'FontAwesome';
    margin-left: 20px;
  }
  #speaker_filter_heading {
	  cursor:pointer;
  }
  #speaker_filter_heading.show_arrow p:after {
    content: "\f0d8";
  }
  #speaker_filter_list {
    display:none;
  }
  #speaker_filter_list.show_filters {
    display:block;
  }
  .addo-speaker-share {
    display:none;
  }
  .addo-speaker-buttons.mobile .span6 {
    margin-bottom:15px;
  }
/*** end 2022 updates **/
  
/**** 2023 updates  ****/
  .row-fluid.blog-listing-flex {
    flex-wrap:wrap;
  }

/*** end 2023 updates **/
}
/*** for 2021 speaker bio refresh  **/
@media (max-width:600px) {
  #social_popup {
    width: 245px;    
  }
 #social_popup .social-popup-icons {
     padding: 10px; 
    width:225px;
  }
  #social_popup .social-popup-heading {
    padding-top:7px;
    padding-bottom:7px;
  }
}
/*** end 2021 speaker bio refresh  **/
@media (max-width:500px) {
    .footer-form.addo-form .actions input {
        float:none;
        margin-top:0
    }
    .footer-form.addo-form .input {
        margin-top:0;
        width:100%;
        margin-bottom:10px;
    } 
    .home-sponsors.platinum {
        width:100%;
    }
    .get-sponsors .row-fluid .span4.home-sponsors.gold {
        width:100%;
        margin-left:2%;
        float:none;
    }
    .get-sponsors .row-fluid .span3.home-sponsors.viewing {
        width:100%;
        margin-left:2%;
        float:none;
    }
    .home-sponsors.platinum .image img {
        width:100%;
    }
    .home-sponsors.gold .image img {
        width:100%;
    }
    .home-sponsors.viewing .image img {
        width:100%;
    }
    .keynotes-mobile-info {
        width:92%;
    }

    .speaker-intro .blog-section {
        margin-top:435px;
    }
    .archive-item .flex-row {
        display:block;
    }
    .archive-item .flex-text {
        text-align:center;
    }
    .archive-item .flex-image {
        text-align:center;
    }
    .record-play-button {
        text-align:center;
    }
    .tiny-logo {
        margin-bottom:5px;
        margin-top:0;
    }
    .archive-item .flex-text {
        margin-left:0;
    }
    .row-fluid [class*="span"].home-page-logo {
        display:none;
    }
    .register-intro,
    .supporters-intro,
    .viewing-intro,
    .blog-intro,
    .blog-post-intro,
    .one-col-intro,
    .speaker-intro,
    .resources-page-intro,
    .recordings-intro {
        background-position:0px 125px;
    }

}