@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

/****************************************/
/*      ^^^^^^ CSS Imports ^^^^^^       */
/*       Add external fonts above       */
/****************************************/

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

/****************************************/
/*                                      */
/*                                      */
/*      Table of contents:              */
/*          HubL variables              */
/*          Macros                      */
/*          Base sets                   */
/*          Bootstrap standards 		*/
/*          Globals                     */
/*          Typography                  */
/*          Structure                   */
/*          Responsive 				    */
/*                                      */
/****************************************/

/*************** HubL variables ***************/







/*************** Macros ***************/










/*************** Base sets ***************/
*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html,
body {
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	width: 100%;
	font-family: 'Roboto', sans-serif;
}

/* ************* Responsive Bootstrap Standard ************ */
.page-center {
	display: table;
	float: none !important;
	width: 100% !important;
}

@media only screen and (min-width: 320px) and (max-width: 736px) {
	.page-center {
		display: block;
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (min-width: 750px) {
	.page-center {
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto !important;
		margin-left: auto !important;
	}
}

@media (min-width: 992px) {
	.page-center {
		max-width: 970px;
	}
}

@media (min-width: 1200px) {
	.page-center {
		max-width: 1145px;
	}
}

/*************** Globals ***************/
a {
  color: #CBA94C;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
}

a:hover,
a:focus {
  color: #C20047; 
  text-decoration: underline;
}

input:focus {
  outline: none;
}

img {
  max-width: 100%;
}

.hs_cos_wrapper_type_rich_text table {
  width: 100%;
}

.row-fluid [class*="span"] {
  min-height: 0;
}

.widget-type-space {
  padding: 1px;
}

ul.hs-error-msgs li {
  list-style-type: none;
  margin-left: 25px;
}

ul.hs-error-msgs li label {
  display: block !important;
  font-size: 14px;
  color: #C20047;
  margin-bottom: 5px;
  margin-top: 6px;
}

.hs_error_rollup {
  display: none !important;
}

span.hs-form-required {
  color: #C20047;
  font-size: 16px;
  position: absolute;
  top: 12px;
  left: 35px;
}

.show-mobile, .hidden {
  display: none !important;
}

.hero-banner-content-slider, .hero-banner-content-slider a {
  visibility: hidden;
}

.hidden-element {
  display: none !important;
}

/* No JS */
.no-js.hs-inline-edit h1,
.no-js.hs-inline-edit p {
  visibility: visible;
}
/* No JS */

/*************** Typography ***************/
/* -------- Basic text -------- */
p,
q {
  color: #2F3238;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  margin: 0;
  padding: 0;
  text-rendering: optimizelegibility;
}

label {
  color: #2F3238;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6em;
  margin: 0;
  padding: 0;
  text-rendering: optimizelegibility;
}

p.semi {
  font-weight: 600;
}

strong {
  font-weight: 700;
}

em {}
cite {}
code {}
pre {}
q {
  font-style: italic;
  font-weight: 300;
  line-height: ;
}

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

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

/* -------- Headings -------- */
h1, h2, h3, h4, h5, h6 {
  color: #C20047;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 1.2em;
  margin: ;
  text-rendering: optimizelegibility;
}

h1 {
  font-size: 80px;
  line-height: 72px;
  font-weight: 100;
  color: #fff;
}

h1 span {
  font-weight: 900;
  position: relative;
  display: inline-block;
}

h1 span::after {
  content: '';
  height: 3px;
  background-color: #C20047;
  display: block;
  width: 100px;
  margin-top: 10px;
  margin-bottom: 38px;
  position: absolute;
  left: 0;
}

h2 {
  font-size: 30px;
  line-height: 50px;
  font-weight: 300;
  color: #C20047;
  margin-bottom: 22px;
}

h2::after {
  content: '';
  display: block;
  height: 1px;
  max-width: 130px;
  background-color: #C20047;
  margin: 20px auto 50px auto;
}

h3 {
  font-size: 18px;
  line-height: 21px;
  font-weight: 900;
  color: #C20047;
  margin-bottom: 34px;
  text-transform: uppercase;
}

h4 {
  font-size: 20px;
  line-height: 50px;
  font-weight: 300;
  color: #fff;
}

h5 {
  font-size: 48px;
  line-height: 63px;
  font-weight: 300;
  color: #C20047;
}

h6 {
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 400;
  color: #2F3238;
}

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

::selection {
  color: #fff;
  background:#3399FF;
  text-shadow: none;
}

::placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
::-webkit-input-placeholder,
:placeholder-shown {
  color: #2F3238;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

/* -------- Lists -------- */
ol, ul {
  padding-left: 0;
}

li {
  color: #2F3238;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  text-rendering: optimizelegibility;
}

.widget-type-rich_text ul {
  list-style-type: none;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  margin: 1rem 0;
  padding: 0;
}

.widget-type-rich_text ul li {
  padding-left: 0.6rem;
}

ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* -------- 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 {
   
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
	
  background-color: #fff;
  border-color: ;
  color: #2F3238;
  padding-left: 15px;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}

input[type="submit"] {
  color: #fff;
  background-color: #C20047;
   
  -webkit-transition: all ease 0.5s ;
  -moz-transition: all ease 0.5s ;
  -o-transition: all ease 0.5s ;
  -ms-transition: all ease 0.5s ;
  transition: all ease 0.5s ;

  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
}

input[type="submit"]:hover {
  background-color: #2F3238;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
  background: none;
}

.hs-form-field > label {
  display: block;	
}

/* Quotes */
.body-container .hs_cos_wrapper_type_rich_text ul {
  padding-left: 20px;
}

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: hidden !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:769px) {
  .custom-menu-primary .hs-menu-wrapper { 
    display:block !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; /* Hide button on Desktop */
}

@media (max-width: 768px){

  /* 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: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
	
    -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;
  }

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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 0px;          /* Position Button at right of screen  */
    right: 0;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 0 8px ;
    background: transparent; /* Background color */
    border: 1px solid transparent;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
     
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
	
    margin-top:-40px !important;
    color: transparent; 
    z-index: 9;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: transparent; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: transparent; 
    border-color: transparent;
  }
  .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal .mobile-trigger {
    margin-top: 30px !important;
    margin-right: 15px !important;
  }

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

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: 0;
  }
  .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: 2.25px; /* Icon line height */
     
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
	
    background-color: #fff; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }

  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: #ffffff; /* Icon color */
  }

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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 60px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px solid rgba(194, 0, 71, 0.5);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#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{
  }


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

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

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    top: 0;             
    left: 0;          
    padding: 0;
    background: rgb(255, 255, 255);
    z-index: 5;
    position: absolute;
    margin-top: 30px;
    padding:35px 0;
     
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
	
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:transparent; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

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

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-bottom: 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; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #7E7EB9; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .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 */
  }

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

  .mobile-open .mobile-trigger i {
    background-color: transparent !important;
  }
  .mobile-open .mobile-trigger i:before {
    top: -11px;
    opacity: 1;
    background-color: #fff;
    -webkit-transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, -webkit-transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, -webkit-transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    -o-transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s, -webkit-transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
  }
  .mobile-open .mobile-trigger i:after {
    top: -11px;
    opacity: 1;
    background-color: #fff;
    -webkit-transition: top .2s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .13s cubic-bezier(.215,.61,.355,1) .22s;
    transition: top .2s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .13s cubic-bezier(.215,.61,.355,1) .22s;
    -o-transition: top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s cubic-bezier(.215,.61,.355,1) .22s;
    transition: top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s cubic-bezier(.215,.61,.355,1) .22s;
    transition: top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s cubic-bezier(.215,.61,.355,1) .22s,-webkit-transform .13s cubic-bezier(.215,.61,.355,1) .22s;
    -webkit-transform: translate3d(0,10px,0) rotate(-45deg);
    transform: translate3d(0,10px,0) rotate(-45deg);
  }
  .mobile-trigger i {
    background-color: #fff;
    -webkit-transition: background-color 0s linear .13s;
    -o-transition: background-color 0s linear .13s;
    transition: background-color 0s linear .13s;
  }
  .mobile-trigger i:before {
    top: -8px;
    opacity: 1;
    background-color: #fff;
    -webkit-transition: top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);
    transition: top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);
    -o-transition: top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19);
    transition: top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19);
    transition: top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);
  }
  .mobile-trigger i:after {
    top: 9px;
    opacity: 1;
    background-color: #fff;
    -webkit-transition: top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);
    transition: top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);
    -o-transition: top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19);
    transition: top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19);
    transition: top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);
  } 
  .head-nav-wrapper .hs-menu-depth-1 > .hs-menu-children-wrapper li {
    background-color: transparent;
  }
  .head-nav-wrapper .hs-menu-depth-1 > .hs-menu-children-wrapper li a {
    line-height: 22px;
    text-transform: capitalize;
    font-size: 14px;
  }
}

/* -------- Additional Main menu Styling ------------- */
/*  STYLING FOR SUB MENU */
.head-nav-wrapper .hs-menu-children-wrapper li{
  background-color: rgba(47, 50,56,.7);
  text-align: left;
  padding: 0 25px 0;
  margin-top: 0 !important;
}
.head-nav-wrapper .hs-menu-children-wrapper{
  padding-top:32px;
}
.head-nav-wrapper .hs-menu-children-wrapper li a{
  font-size: 13px;
  line-height: 24px;
  border-bottom: 1px solid #777777;
}
.head-nav-wrapper .hs-menu-children-wrapper li:last-child a{
  border-bottom:0;
}
.head-nav-wrapper .hs-menu-children-wrapper li:last-of-type, .head-nav-wrapper .hs-menu-children-wrapper li:last-child{
  border-bottom: 0;
}
.head-nav-wrapper .hs-menu-children-wrapper li a{
  padding-left:0 !important;
  padding-right:0 !important;
  padding-top:12px !important;
  padding-bottom:12px !important;
}
.head-nav-wrapper .widget-type-menu ul.hs-menu-children-wrapper li::after{
  display:none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1{
  height: 52px;
  padding-top: 8px;
}
.head-nav-wrapper.black-bg .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
  height: 36px;
}
.head-nav-wrapper.black-bg .hs-menu-children-wrapper {
  margin-top: 10px !important;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  margin-top: 4px;
    margin-top: 10px;
}
.black-bg .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
/*   margin-top: 0 !important; */
  margin-top: 7px;
}
.custom-menu-primary .hs-menu-wrapper {
  position: relative;
  padding-right: 205px;
}
.custom-menu-primary .hs-menu-wrapper span.hs-cta-wrapper {
  display: inline-block;
  vertical-align: 30px;
  margin-left: 31px;
  min-width: 169px;
  position: absolute;
  right: 0;
  top: 5px;
}

/*************** Structure ***************/
/* -------- Header ---------------- */
.side-spacing {
  padding-left: 50px;
  padding-right: 50px;
}
.head-nav-wrapper {
  padding: 30px 0 10px 0;
  position: fixed;
  background-color: transparent;
  width: 100% !important;
  z-index: 99;
   
  -webkit-transition: all ease 0.5s ;
  -moz-transition: all ease 0.5s ;
  -o-transition: all ease 0.5s ;
  -ms-transition: all ease 0.5s ;
  transition: all ease 0.5s ;

}

/* -------- Intro ---------------- */
.fixed-header.introjs-fixParent {
  z-index: 99 !important;
}
.introjs-helperLayer {
  background-color: rgba(255,255,255,0.3) !important;
}
/* -------- Intro ---------------- */

.head-nav-wrapper .widget-type-menu {
  text-align: right;
}
.head-nav-wrapper .widget-type-menu ul li a {
  color: #fff;
  max-width: 300px;
  padding: 0 20px ;
  font-size: 14px;
  font-weight: 400;   
  text-transform: initial;
   
  -webkit-transition: border ease 0.5s ;
  -moz-transition: border ease 0.5s ;
  -o-transition: border ease 0.5s ;
  -ms-transition: border ease 0.5s ;
  transition: border ease 0.5s ;

}
.head-nav-wrapper .widget-type-menu ul li.hs-menu-depth-2 a {
  font-size: 13px;
}
.head-nav-wrapper .widget-type-menu ul li a::after {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  margin: 6px auto 0 auto;
}
.head-nav-wrapper .widget-type-menu ul li.hs-menu-depth-2 a::after {
  display: none !important;
}
.head-nav-wrapper .widget-type-menu ul li a:hover {
  color: #fff;
}
.head-nav-wrapper .widget-type-menu ul li a:hover::after {
  background-color: #fff;
   
  -webkit-transition: all ease 0.5s ;
  -moz-transition: all ease 0.5s ;
  -o-transition: all ease 0.5s ;
  -ms-transition: all ease 0.5s ;
  transition: all ease 0.5s ;

}
.head-nav-wrapper .hs-menu-children-wrapper li.hs-menu-depth-2 a:hover {
  opacity: 0.5 !important;
}
.head-nav-wrapper .widget-type-menu ul li::after {
  content: '|';
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
}
.head-nav-wrapper ul li:last-of-type a {
  padding-right: 0 !important;
}
.head-nav-wrapper ul li:last-of-type::after, .head-nav-wrapper ul li:last-of-type::after {
  visibility: hidden;
}
.head-nav-wrapper .widget-type-menu.custom-menu-primary {
  margin-top: -2px !important;
}
.head-nav-wrapper .widget-type-cta {
  margin-top: 4px;
}
.logo-wrapper img {
   
  -webkit-transition: all ease 0.5s ;
  -moz-transition: all ease 0.5s ;
  -o-transition: all ease 0.5s ;
  -ms-transition: all ease 0.5s ;
  transition: all ease 0.5s ;

}
.background-image-wrapper {
  position: relative;
}
.banner-content-wrapper {  
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.banner-content-wrapper img {
  margin-bottom: 28px;
}
.banner-content-wrapper p {
  color: #fff;
}
.background-image-wrapper {
  overflow: hidden;
  background-color: rgba(116, 0, 42, 0.8);
  background-blend-mode: multiply;
}
.background-image-wrapper > .row-fluid-wrapper.row-depth-1:nth-child(1) {
  min-height: 600px;
}
.hero-banner-content-slider .slick-dots {
  bottom: 30px;
}
.hero-banner-content-slider .slick-dotted.slick-slider  {
  margin-bottom: 0;
}
.hero-banner-content-slider .slick-dots li, .testimonial-slider .slick-dots li {
  width: 12px;
  height: 12px;
}
.hero-banner-content-slider .slick-dots li button::before, .testimonial-slider .slick-dots li button::before {
  opacity: 0 !important;
  visibility: hidden;
}
.hero-banner-content-slider .slick-dots li button, .testimonial-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
   
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
	
}
.hero-banner-content-slider .slick-dots li.slick-active button {
  background: #fff;
}
.hero-banner-content-slider .slick-dots {
  bottom: -169px;
}
.form-style-v1 {
  background-color: #EEEFF1;
  padding-top: 40px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.form-style-v1 .submitted-message {
  color: #C20047;
  text-align: center;
  margin: 60px 0 101px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  padding: 0 15px;
}
.form-style-v1 h3 {
  text-align: center;
  text-transform: uppercase;
  color: #9B0038;
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 32px;
}
.form-style-v1 input {
  height: 43px;
  border: 0;
  padding-left: 12px;
}
.form-style-v1 label {
  display: none;
}
.form-style-v1 div.input {
  margin-left: 25px;
  margin-right: 25px;
}
.form-style-v1 .hs-form-field {
  margin-bottom: 10px;
  position: relative;
}
.form-style-v1 input[type="submit"] {
  margin-bottom: 0;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  line-height: 28px;
  background-color: #2F3238;
  margin-top: 25px;
  height: 50px;
  padding: 0;
  cursor: pointer;
   
  -webkit-transition: all ease 0.5s ;
  -moz-transition: all ease 0.5s ;
  -o-transition: all ease 0.5s ;
  -ms-transition: all ease 0.5s ;
  transition: all ease 0.5s ;

  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
   
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
	
}
input[type="submit"]:hover {
  background-color: #C20047;
}
.head-nav-wrapper .hs-menu-wrapper .hs-menu-item.hs-menu-depth-1 .hs-menu-children-wrapper .hs-cta-wrapper, .head-nav-wrapper.black-bg .hs-menu-wrapper .hs-menu-item.hs-menu-depth-1 .hs-menu-children-wrapper .hs-cta-wrapper {
  display: none !important;
}
.hb-style-v2 {
  max-width: 560px;
}
.hb-style-v2 h1 {
  margin-top: 82px !important;
}
.hb-style-v2 h1::after {
  margin-bottom: 26px;
}



/* Homepage Slider */
.home-slider {
  overflow:hidden;
}
.image-section{
  height: 600px;
  background-size: cover;
  background-position: center;
  position: relative;
  display:table;
  width:100%;
}
.redgradient-overlay{
  background-color: rgba(116, 0, 42, 0.8);
  mix-blend-mode: multiply;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
}
.slider-caption.go-center{
  height: 600px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  padding:0;
}
.slider-caption {
  position: absolute;
  display: table;
  width: 100%;
  bottom: 0;
  padding: 27px 0 55px;
}
.slider-caption .page-center{
  position:relative;
  z-index:2;
}
.slider-caption.go-center:after{
  display:none;
}
.slider-caption:after{
  content:"";
  background-color: rgba(116, 0, 42, 0.8);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.no-overlay.slider-caption:after {
  display: none;
}
.slider-caption.top {
  top: 0;
  bottom: inherit;
  margin: auto;
}
.slider-caption.middle {
  top: 0;
  bottom: 0;
  margin: auto;
}
.slider-caption h1 span::after {
  background-color: #CBA94C;
}
.slider-caption.go-center h1 span::after{
  background-color: #C20047;
}
.slider-caption h1{
  font-size:48px;
}
.slider-caption h1 span{
  display:inline;
}
.home-slider{
  position:relative;
}
.home-slider .slick-dots li{
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  width: 11px;
  height: 11px;
}
.home-slider .slick-dots {
  position: absolute;
  bottom: 30px;
}
.home-slider .slick-dots li a {
  box-shadow: inset 0 0 3px rgba(255,255,255,1);
  background: none;
}
.home-slider .slick-dots li.slick-active button:before {
  background: #FFF;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  content: '';
  border:1px solid #fff;
}
.home-slider .slick-dots li button:before {
  width: 11px;
  height: 11px;
  border: 1px solid #fff;
  content: "";
  border-radius: 50%;
}
.home-slider .slick-next:before {
  content: '';
}
.home-slider .slick-next {
  right:25px;
  width: 29px;
  height: 61px;
  background-image: url(https://cdn2.hubspot.net/hubfs/2946146/Dicker%20Data/homepage/arrow-white.png?t=1525997244859);
  z-index: 1;
  background-size: cover;
}
.home-slider .slick-prev:before {
  content: '';
}
.home-slider .slick-prev{
  transform: scaleX(-1);
  left:85px;
  width: 29px;
  height: 61px;
  background-image: url(https://cdn2.hubspot.net/hubfs/2946146/Dicker%20Data/homepage/arrow-white.png?t=1525997244859);
  z-index: 1;
  background-size: cover;
}
.smallBoxText{
  max-width: 650px;
  margin: 0 auto !important;
  float: none !important;
}

/* -------- Banner Image With Gradient Section ---------------- */
.background-image-wrapper.bg-gradient {
  background-color: transparent !important;
  background-blend-mode: normal !important;
}
.background-image-wrapper.bg-gradient > .row-fluid-wrapper.row-depth-1:nth-child(1) {
  background: rgba(194,0,71,0.8);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(194,0,71,0.8)), color-stop(50%, rgba(194,0,71,0.8)), color-stop(51%, rgba(194,0,71,0.8)), color-stop(71%, rgba(184,6,71,0.8)), color-stop(91%, rgba(163,12,70,0.8)), color-stop(100%, rgba(143,44,82,0.8)));
  background: -webkit-linear-gradient(left, rgba(194,0,71,0.8) 0%, rgba(194,0,71,0.8) 50%, rgba(194,0,71,0.8) 51%, rgba(184,6,71,0.8) 71%, rgba(163,12,70,0.8) 91%, rgba(143,44,82,0.8) 100%);
  background: -o-linear-gradient(left, rgba(194,0,71,0.8) 0%, rgba(194,0,71,0.8) 50%, rgba(194,0,71,0.8) 51%, rgba(184,6,71,0.8) 71%, rgba(163,12,70,0.8) 91%, rgba(143,44,82,0.8) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(194,0,71,0.8)), color-stop(50%, rgba(194,0,71,0.8)), color-stop(51%, rgba(194,0,71,0.8)), color-stop(71%, rgba(184,6,71,0.8)), color-stop(91%, rgba(163,12,70,0.8)), to(rgba(143,44,82,0.8)));
  background: linear-gradient(to right, rgba(194,0,71,0.8) 0%, rgba(194,0,71,0.8) 50%, rgba(194,0,71,0.8) 51%, rgba(184,6,71,0.8) 71%, rgba(163,12,70,0.8) 91%, rgba(143,44,82,0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c20047', endColorstr='#8f2c52', GradientType=1 );
}
.background-image-wrapper.bg-gradient h1 {
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 170px;
}
.background-image-wrapper.bg-gradient h1::after {
  height: 3px;
  width: 100px;
  display: block;
  content: '';
  background-color: #CBA94C;
  margin-top: 19px;
  margin-bottom: 26px;
}
.background-image-wrapper.bg-gradient .banner-content-wrapper p {
  font-size: 18px;
  max-width: 540px;
}
.background-image-wrapper .black-bg .logo-wrapper {
  margin-top: 4px;
}
.vendors-section.vendors-page {
  padding: 116px 0 84px 0;
}
.vendors-section.vendors-page .span3 {
  text-align: left;
  margin-bottom: 57px;
}
.vendors-section.vendors-page img {
  max-width: 100px !important;
  min-height: 63px;
  max-height: 63px;
  margin-bottom: 22px;
}
.vendors-section.vendors-page h3 {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
}
.vendors-section.vendors-page p {
  line-height: 28px;
}
.vendors-section.vendors-page .row-fluid .span4:first-of-type {
  margin-left: 0 !important;
}
.vendors-section.vendors-page a  {
  color: #2F3238 !important;
}
.vendor-detail p, .vendor-detail a {
  visibility: visible !important;
}

.vendors-page .hero-banner-content-slider h1 {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}
.vendors-page .hero-banner-content-slider p {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

/* -------- White Section ---------------- */
.white-bg-wrapper {
  background-color: #fff;
  padding: 100px 0;
  position: relative;
}
.white-bg-wrapper p {
  max-width: 650px;
  margin: 0 auto;
}
.rtext-style-1 {
  text-align: center;
}
.rtext-style-1 .cell-wrapper {
  max-width: 650px;
  margin: 0 auto;
}
.rtext-style-1 p {
  font-size: 16px;
  line-height: 30px;
}
.rtext-style-1 a#cta_button_2946146_8814947c-cb56-4d70-97de-11c6bf649ec4 {
  margin-right: 27px;
}
.white-bg-wrapper .rtext-style-1 h2, .white-bg-wrapper .rtext-style-1 h3, .white-bg-wrapper .rtext-style-1 p, .white-bg-wrapper .rtext-style-1 a {
  visibility: hidden;
}
html.hs-inline-edit .white-bg-wrapper .rtext-style-1 h2, 
html.hs-inline-edit .white-bg-wrapper .rtext-style-1 h3, 
html.hs-inline-edit .white-bg-wrapper .rtext-style-1 p, 
html.hs-inline-edit .white-bg-wrapper .rtext-style-1 a {
  visibility: visible;
}
.rtext-style-1 a {
  background-color: #fff;
  color: #2F3238;
  font-size: 16px;
  font-weight: 500;
  border: 2px solid #2F3238;
  padding: 15px 0;
  display: inline-block;
  line-height: 16px;
  -webkit-border-radius: 31px;
  -moz-border-radius: 31px;
  -o-border-radius: 31px;
  -ms-border-radius: 31px;
  border-radius: 31px;
  cursor: pointer;
  text-decoration: none;
  margin-right: 25px;
  font-family: 'Roboto', sans-serif;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
  width: 180px;
}
.rtext-style-1 a:hover {
  background-color: #C20047;
  color: #fff;
  border-color:#C20047;
}
.rtext-style-1 a:last-of-type {
  margin: 0;
}
.link-bottom {
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  z-index:2;
}

/* -------- Solutions Slider Section ---------------- */
.solutions-slider-wrapper {
  background-color: #EEEFF1;
  text-align: center;
  padding: 110px 0;
}
.solutions-slider {
  margin-top: 40px;
}
.solutions-slider > button {
  visibility: hidden; 
}
.solution-item .img-wrapper, .solution-item a {
  cursor: pointer;
}
.solution-item a {
  color: #2F3238;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  max-width: 180px;
  margin: 28px auto 15px auto;
  display: inline-block;
  text-decoration: none;
  letter-spacing: 0.5px;
}
.solution-item .img-wrapper img {
  margin: 0 auto;
}
.solution-item .img-wrapper {
  background-color: #fff;
  width: auto !important;
  max-width: 150px;
  height: 150px !important;
  margin: 0 auto;
   
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
	
  border: 1px solid #fff;
  position: relative;
}
.solution-item .img-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width:100px;
}
.solution-item:hover .img-wrapper {
   
  -webkit-transition: all ease 0.5s ;
  -moz-transition: all ease 0.5s ;
  -o-transition: all ease 0.5s ;
  -ms-transition: all ease 0.5s ;
  transition: all ease 0.5s ;

  background-color: transparent;
  border: 1px solid #C20047;
}
.solution-item:hover a {
  color: #C20047;
   
  -webkit-transition: all ease 0.5s ;
  -moz-transition: all ease 0.5s ;
  -o-transition: all ease 0.5s ;
  -ms-transition: all ease 0.5s ;
  transition: all ease 0.5s ;

}
.solutions-slider-wrapper .slick-dots {
  position:relative;
}
.cta-wrapper {
  margin-top: 85px;
  margin-bottom: 9px;
}
.solutions-slider-wrapper h2, .solutions-slider-wrapper .solutions-slider, .solutions-slider-wrapper a {
  visibility: hidden;
}
.solutions-slider-wrapper .page-center{
  position:relative;
}
.solutions-slider-wrapper .slick-slider{
  position:relative;
}
.solutions-slider-wrapper .slick-prev{
  left:-9px;
  top:45px;
}
.solutions-slider-wrapper .slick-next{
  right:-9px;
  top:45px;
}

/* -------- Partner With The Best Section ---------------- */
.pwtb-section {
  background-color: #2F3238;
  padding: 147px 0;
}
.pwtb-section p {
  color: #fff;
}
.pwtb-section .heading-left p {
  font-size: 80px;
  line-height: 72px;
  font-weight: 100;
}
.pwtb-section .heading-left p strong {
  font-weight: 900;
}
.pwtb-section .heading-left p strong span {
  display: inline-block;
  position: relative;
}
.pwtb-section .heading-left p strong span::after {
  content: '';
  display: block;
  height: 3px;
  width: 100px;
  background-color: #C20047;
  position: absolute;
  left: 0;
  margin-top: 18px;
}
.pwtb-section .content-right p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 29px;
}
.pwtb-section .content-right a {
  font-weight: 600 !important;
  padding: 15px 20px !important;
  border: 2px solid #fff !important;
  line-height: 16px !important;
  font-size: 16px !important;

}
.pwtb-section .content-right a:hover {
  border: 2px solid #C20047 !important;
}
.pwtb-section .heading-left p, .pwtb-section .content-right p, .pwtb-section .content-right a {
  visibility: hidden;
}

/* -------- Testimonial Section ---------------- */
.testimonial-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  height: 745px;
  display: table !important;
  width: 100% !important;
  text-align: right;
  position:relative;
}
.red-gradient-overlay{
  background-color: rgba(155, 0, 57, 0.95);
  /* IE9, iOS 3.2+ */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiNjMjAwNDciIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzc0MDAyYSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%,color-stop(0, rgb(194, 0, 71)),color-stop(1, rgb(116, 0, 42)));
  /* Android 2.3 */
  background-image: -webkit-repeating-linear-gradient(top left,rgba(194, 0, 71, 0.9) -0.3%,rgb(116, 0, 42) 100%);
  /* IE10+ */
  background-image: repeating-linear-gradient(to bottom right,rgba(194, 0, 71, 0.9) -0.3%,rgb(116, 0, 42) 100%);
  background-image: -ms-repeating-linear-gradient(top left,rgba(194, 0, 71, 0.9) -0.3%,rgb(116, 0, 42) 100%);
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  mix-blend-mode: multiply;
}
.vertical-middle {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.testimonial-item p {
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  max-width: 650px;
  margin: 33px 0 auto auto;
  letter-spacing: 0.8px;
  font-style: italic;
}
.testimonial-item img {
  margin: auto 0 auto auto;
  height:50px;
  width:auto;
}
.testimonial-item p::after {
  content: '';
  height: 3px;
  width: 105px;
  display: block;
  background-color: #CBA94C;
  margin: 33px 0 38px auto;
}
.testimonial-item p, .testimonial-item h6 {
  color: #fff;
}
.testimonial-item h6 {
  font-size: 16px;
}
.testimonial-slider .slick-dots li.slick-active button {
  background-color: #C20047;
  border: 1px solid #C20047;
}
.testimonial-slider .slick-dots {
  bottom: 35px;
}
.testimonial-slider .slick-slide p, .testimonial-slider .slick-slide img, .testimonial-slider .slick-slide h6 {
  visibility: hidden;
}
.testimonial-slider .slick-slide.slick-active p, .testimonial-slider .slick-slide.slick-active img, .testimonial-slider .slick-slide.slick-active h6 {
  font-family: 'Roboto', sans-serif;
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
  visibility: visible;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.testimonial-slider .slick-slide.slick-active p {
  font-style: italic;
  font-weight: 300;
}
.slick-slide.slick-active h6 {
  font-weight: 400;
}

/* -------- Testimonial Section ---------------- */
.vendors-section {
  text-align: center;
  padding: 55px 0 130px 0;
}
.vendors-section h2::after {
  display: none;
}
.vendors-section h2 {
  font-size: 48px;
  line-height: 57px;
  margin-top: 85px;
}
.vendors-section p {
  line-height: 16px;
}
.vendors-section a {
  margin-right: 25px !important;
}
.vendors-section span.hs-cta-wrapper:last-of-type a {
  margin-right: 0 !important;
}
.vendors-section h2 {
  -webkit-animation-delay:0.5s;
          animation-delay:0.5s;
}
.vendors-section p {
  -webkit-animation-delay:1s;
          animation-delay:1s;
}
.vendors-section h2, .vendors-section p {
  visibility: hidden;
}
.vendor-col .vendor-item img {
  max-width: 50px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.vendors-wrapper {
  width: 100%; /* mobile fixed */
  height: 324px;
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.group-wrapper {
  width: 196%; 
  animation: slideToLeft 50s linear infinite;
}
.vendors-wrapper .group-1 {
/*   float: left;
  width: 50%; */
  overflow: hidden;    
}

@keyframes slideToLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.vendors-wrapper::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.vendor-col {
  float: left;
  margin-right: 50px;
}
.vendor-col .vendor-item {
  margin-bottom: 50px;
}
.vendor-item {
  visibility: hidden;
}
.org-col-group {
  display: none !important;
}
.vendor-cta a {
  color: #FFF !important;
}

/* -------- What's New Section ---------------- */
.interactive-section-wrapper {
  background-color: #fff;
  padding: 105px 0 207px 0;
  position:relative;
}
.interactive-section-wrapper .page-center {
  position: relative;
}
.interactive-section-wrapper .widget-type-raw_html {
  padding-left: 42px;
}
.interactive-section-wrapper .widget-type-rich_text {
  text-align: center;
}
.interactive-section-wrapper .widget-type-rich_text p {
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 98px;
  max-width:653px;
  margin-left: auto;
  margin-right: auto;
}
.interactive-section-wrapper .int-vid-item {
  cursor: pointer;
}
.int-vid-items-wrapper {
  max-width: 1069px !important;
  margin: 0 auto !important;
}
.interactive-section-wrapper .int-vid-items-wrapper .int-vid-item {
  margin-right: 22px;
  margin-left:22px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  max-width: 312px;
}
.interactive-section-wrapper .int-vid-items-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.interactive-section-wrapper .int-vid-item-info {
  background-color: #2F3238;
  padding: 0 10px;
   
  -webkit-transition: all ease 0.5s ;
  -moz-transition: all ease 0.5s ;
  -o-transition: all ease 0.5s ;
  -ms-transition: all ease 0.5s ;
  transition: all ease 0.5s ;

  display: table;
  width: 100%;
}
.interactive-section-wrapper .slick-slider{
  position:relative;
}
.interactive-section-wrapper .slick-prev{
  left: -100px;
  top: 33%;
}
.interactive-section-wrapper .slick-next{
  right: -100px;
  top: 33%;
}
.hover-blog-item {
  opacity: 0;
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  background-color: #c20047;
  z-index: 5;
  padding-left: 40px;
  text-align: left;
}
.hover-blog-item a {
  max-width: 150px;
  font-size: 48px;
  line-height: 40px;
  color: #fff;
  font-weight: 900;
  margin-top: 299px;
  display: block;
  text-decoration: none;
}
.hover-blog-item a:focus {
  outline: none;
}
.hover-blog-item img {
  margin-top: 25px;
  width: auto !important;
}
.int-vid-item:hover .hover-blog-item {
  opacity: 1;
   
  -webkit-transition: all ease 0.5s ;
  -moz-transition: all ease 0.5s ;
  -o-transition: all ease 0.5s ;
  -ms-transition: all ease 0.5s ;
  transition: all ease 0.5s ;

  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.interactive-section-wrapper .int-vid-item-info p {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  height: 85px;
  display: table-cell;
  vertical-align: middle;
  line-height: 18px;
  text-transform: uppercase;
}
.interactive-section-wrapper .thumbnail-wrapper {
  position: relative;
  height:400px;
  background-position: 80% top;
  background-size: cover;
  background-repeat: no-repeat;
}
.interactive-section-wrapper .int-vid-items-wrapper img.hover-play {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  max-width: 52px;
  height: auto;
  bottom: 60px;
   
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
	
  background-color: #2F3238;
  border: 5px solid #2F3238;
}
.int-vid-item .hover-img { 
  height: 100%;
  top: 0;
  position: absolute;
  width: 100%;
  display: block;
  z-index: 10;
  background-color: rgba(49, 50, 56, 0.6);
  opacity: 0;
   
  -webkit-transition: all ease 0.5s ;
  -moz-transition: all ease 0.5s ;
  -o-transition: all ease 0.5s ;
  -ms-transition: all ease 0.5s ;
  transition: all ease 0.5s ;

}
.int-vid-item:hover .hover-img  {
  opacity: 1;
}
.int-vid-item:hover .int-vid-item-info {
  background-color: #C20047;
}
.interactive-section-wrapper .slick-dots li, .our-services-wrapper .slick-dots li, .solutions-slider-wrapper .slick-dots li {
  background-color: transparent;
  border: 1px solid #c20047;
   
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
	
  width: 13px;
  height: 13px;
}
.interactive-section-wrapper .slick-dots li.slick-active, .our-services-wrapper .slick-dots li.slick-active, .solutions-slider-wrapper .slick-dots li.slick-active {
  background-color: #c20047;
}
.interactive-section-wrapper .slick-dots li button, .our-services-wrapper .slick-dots li button, .solutions-slider-wrapper .slick-dots li button {
  width: 0;
  height: 0;
  padding: 0;
}
.interactive-section-wrapper .slick-dots li button::before, .our-services-wrapper .slick-dots li button::before, .solutions-slider-wrapper .slick-dots li button::before {
  display: none;
}
.interactive-section-wrapper .slick-dots {
  bottom: -107px;
  position:relative;
}
.interactive-section-wrapper .slick-arrow, .solutions-slider-wrapper .slick-arrow {
  background: #2f3238;
  height: 60px;
  width: 60px;
  z-index: 9999;
  display: none;
}

.interactive-section-wrapper .slick-prev::before, .interactive-section-wrapper .slick-next::before, .our-services-wrapper .slick-prev::before, .our-services-wrapper .slick-next::before, .solutions-slider-wrapper .slick-prev::before, .solutions-slider-wrapper .slick-next::before {
  font-family: fontawesome;
  color: #fff;
  font-size: 35px;
  opacity: 1;
}
.interactive-section-wrapper .slick-prev::before, .our-services-wrapper .slick-prev::before, .solutions-slider-wrapper .slick-prev::before {
  content: '\f104';
}
.interactive-section-wrapper .slick-next::before, .our-services-wrapper .slick-next::before, .solutions-slider-wrapper .slick-next::before {
  content: '\f105';
}
.interactive-section-wrapper .slick-arrow:hover, .solutions-slider-wrapper .slick-arrow:hover {
   
  -webkit-transition: all ease 0.5s ;
  -moz-transition: all ease 0.5s ;
  -o-transition: all ease 0.5s ;
  -ms-transition: all ease 0.5s ;
  transition: all ease 0.5s ;

  opacity: 0.3;
}
.interactive-section-wrapper h3, .interactive-section-wrapper h2, .interactive-section-wrapper p, .int-vid-items-wrapper {
  visibility: hidden;
}

.interactive-section-wrapper h2 {
  margin-bottom: 17px;
  line-height: 40px;
}
.interactive-section-wrapper h2::after {
  display: none;
}

/* -------- Investor Center Section ---------------- */
.investor-center-wrapper {
  text-align: center;
  padding: 100px 0;
}
.investor-center-wrapper h2 {
  line-height: 35px;
  margin-bottom: 43px;
}
.investor-center-wrapper h2::after {
  display: none;
}
.investor-center-wrapper .left-content p {
  margin: auto 0 auto auto;
  max-width: 408px;
}
.investor-center-wrapper .left-content {
  text-align: right;
  float: left;
  width: 46%;
}
.investor-center-wrapper .right-content p {
  margin: auto auto auto 0;
  max-width: 408px;
}
.investor-center-wrapper .right-content {
  text-align: left;
  float: left;
  width: 46%;
}
.investor-center-wrapper .left-content a {
  color: #4A4A4A;
  font-size: 16px;
  font-weight: 700;
  line-height:16px;
  border: 2px solid #4A4A4A;
  padding: 15px 0;
  display: inline-block;
   
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
	
  width: 180px;
  text-align: center;
  text-decoration: none;
}
.investor-center-wrapper .right-content a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  border: 2px solid #2F3238;
  padding: 15px 0;
  line-height:16px;
  display: inline-block;
   
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
	
  background-color: #2F3238;
  width: 180px;
  text-align: center;
  text-decoration: none;
}
.investor-center-wrapper .right-content a:hover{
  background-color:transparent;
  color:#2F3238;
}
.investor-center-wrapper a {
  margin-top: 49px;
}
.divider {
  float: left;
  margin-top: 8px;
  max-width: 80px;
  padding: 0 40px;
}
.divider::after {
  height: 135px;
  width: 1px;
  background-color: #C20047;
  display: inline-block;
  content: '';
  margin: 0 auto auto auto;
}
.wrap-center {
  overflow: hidden;
  max-width: 1000px;
  margin: 0 auto;
}
.investor-center-wrapper a:hover {
  background-color: #2F3238;
  border-color: #2F3238;
  color: #fff;
   
  -webkit-transition: all ease 0.5s ;
  -moz-transition: all ease 0.5s ;
  -o-transition: all ease 0.5s ;
  -ms-transition: all ease 0.5s ;
  transition: all ease 0.5s ;

}
.announcement-item-wrapper {
  max-width: 930px;
  margin: 0 auto;
  padding: 0 137px 0 10px;
  border-bottom: 2px solid #C6C8CB;
}
.announcement-item-wrapper .span9,
.announcement-item-wrapper .span3{
  text-align:left;
}
.announcement-item-wrapper p{
  font-size:16px;
  line-height:60px;
  text-transform:uppercase;
}
.announcement-item-wrapper a{
  color:#C20047;
  font-size:16px;
  line-height:60px;
  text-transform:initial;
}
.announcement-item-wrapper a::after {
  content: "";
  background-image: url(https://cdn2.hubspot.net/hubfs/2946146/Dicker%20Data/investors/Download_Icons.png);
  height: 15px;
  width: 15px;
  display: inline-block;
  margin-left: 15px;
}
.announcement-item-wrapper .row-fluid{
  border-bottom: 2px solid #C6C8CB;
}
.announcement-item-wrapper .row-fluid:last-child{
  border-bottom:0;
}
.announcement-item-wrapper ::-webkit-scrollbar {
  width: 32px;
}
.about-us-btn{
  margin-bottom:150px;
  margin-top:100px;
  text-align:center;
}
.about-us-btn a {
  -webkit-transition:all ease 0.5s;
  -o-transition:all ease 0.5s;
  transition:all ease 0.5s;
}
.investor-page .about-us-btn a:hover{
  background-color: #C20047 !important;
  color:#fff !important;
  border-color: #C20047 !important;
}
.graphs-section{
  background-color:#EEEFF1;
}
.red-chart{
  background-color: #2F3238;
}
.chart-container{
  max-width: 500px;
  margin: auto;
  text-align: center;
  padding-top: 95px;
  padding-bottom: 62px;
}
.chart-container h5{
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 82px;
  visibility:hidden;
}
.chart-container p{
  color: #fff;
  line-height: 16px;
}
.chart-container p.description{
  visibility: hidden;
}
.diagram{
  display: table;
  width:100%;
  position:relative;
  margin-bottom: 82px;
}
.diagram hr{
  position: absolute;
  width: 100%;
  bottom: 26px;
  height: 1.5px;
  border: 0;
  background-color: #fff;
}
.profit-data {
  float: left;
  margin: 0 15px;
  min-height: 250px;
  display: table;
  width: 50px;
  text-align: center;
}
.profit-data p{
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 14px;
  padding-top:13px;
}
.vertmeter {
  position: relative;
  min-height: 250px;
}
.vertmeter_bar3_1,
.vertmeter_bar3_2,
.vertmeter_bar3_3,
.vertmeter_bar3_4,
.vertmeter_bar3_5,
.vertmeter_bar3_6{
  height:0;
  overflow:hidden;
}
.vertmeter_bar3_1{
  width: 50px;
  background-color: rgba(255,255,255,.4);
  position:absolute;
  bottom:0;
}
.vertmeter_bar3_2{
  width: 50px;
  background-color: rgba(255,255,255,.5);
  position:absolute;
  bottom:0;
}
.vertmeter_bar3_3{
  width: 50px;
  background-color: rgba(255,255,255,.6);
  position:absolute;
  bottom:0;
}
.vertmeter_bar3_4{
  width: 50px;
  background-color: rgba(255,255,255,.7);
  position:absolute;
  bottom:0;
}
.vertmeter_bar3_5{
  width: 50px;
  background-color: rgba(255,255,255,.8);
  position:absolute;
  bottom:0;
}
.vertmeter_bar3_6{
  width: 50px;
  background-color: rgba(255,255,255,.9);
  position:absolute;
  bottom:0;
}
.vertmeter_bar3_4 span,
.vertmeter_bar3_5 span,
.vertmeter_bar3_6 span{
  color: #2F3238;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 37px;
}
.vertmeter_bar3_1 span,
.vertmeter_bar3_2 span,
.vertmeter_bar3_3 span{
  color: #fff;
  font-weight: 900;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 37px;
}
.diagram-container{
  width:auto;
  margin-left:auto;
  margin-right:auto;
  display:table;
}
.share-container{
  display:table !important;
  height:640px;
}
.share-container > div{
  display:table-cell;
  vertical-align:middle;
}
.share-container .share-content{
  max-width: 450px;
  margin: auto !important;
  float: none !important;
  text-align: center;
}
.year-detail-wrapper{
  max-height: 500px;
  overflow-y: scroll;
}
.share-content img{
  margin-bottom:30px;
}
.share-container h2,
.share-content img,
.share-content p,
.share-content a{
  visibility:hidden;
}
.share-content h2{
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}
.share-content h2:after{
  display:none;
}

/* Track */
.announcement-item-wrapper ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #EEEFF1; 
   
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -o-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
	
}
/* Handle */
.announcement-item-wrapper ::-webkit-scrollbar-thumb {
  background: #EEEFF1; 
  width:19px;
   
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
	
  height:19px;
}
/* Handle on hover */
.announcement-item-wrapper ::-webkit-scrollbar-thumb:hover {
  background: #C6C8CB; 
}

/* -------- Meet the team Section ---------------- */
.meet-the-team {
  padding-top: 100px;
}
.meet-the-team h2 {
  line-height: 35px !important;
  visibility:hidden;
}
.meet-the-team h2::after {
  margin: 33px auto 40px auto;
}
.meet-the-team .rtext-style-1 {
  padding-bottom: 79px;
}
.meet-the-team-items .span4 {
  width: 33.33%;
  position: relative;
  cursor: pointer;
}
.meet-the-team-items .span4::after {
  display: block;
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: rgba(1, 1, 1, 0.5);
  bottom: 0;
  left: 0;
  z-index: 1;
  background-image: url(https://cdn2.hubspot.net/hubfs/2946146/Dicker%20Data/investors/plus_icon.svg);
  background-repeat: no-repeat;
  background-position: 30px 95%;
}
.meet-the-team-items .span4 img {
  width: 100%;
  max-height: 350px;
  height: auto;
  object-fit: cover;
  object-position: 0 30%;
}
.hovered-details {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.team-detail-wrapper {
  position: relative;
  padding-right: 30px;
}
.team-detail-wrapper::after {
  content: url(https://cdn2.hubspot.net/hubfs/2946146/Dicker%20Data/investors/small-arrow.svg);
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  opacity: 0;
  height: 46px;
}
.team-detail-wrapper::before {
  content: url(https://cdn2.hubspot.net/hubfs/2946146/Dicker%20Data/investors/small-arrow.svg);
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  height: 46px;
}
.hovered-bg-color {
  position: relative;
  padding: 46px 31px;
}
.hovered-bg-color::before {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #C20047;
  mix-blend-mode: multiply;
  opacity: 0;
}
.hovered-details p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.meet-the-team-items .span4:hover::after {
  background-color: transparent;
  background-image: none;
   
  -webkit-transition: all ease 0.5s ;
  -moz-transition: all ease 0.5s ;
  -o-transition: all ease 0.5s ;
  -ms-transition: all ease 0.5s ;
  transition: all ease 0.5s ;

}
.meet-the-team-items .span4:hover .hovered-bg-color::before, .meet-the-team-items .span4:hover .hovered-details p {
  opacity: 1;
  font-weight: 300;
   
  -webkit-transition: all ease 0.5s ;
  -moz-transition: all ease 0.5s ;
  -o-transition: all ease 0.5s ;
  -ms-transition: all ease 0.5s ;
  transition: all ease 0.5s ;

}
.meet-the-team-items .span4:hover .team-detail-wrapper::after{
  opacity:1;
}
.team-detail .span6:first-of-type {
  padding: 34px 70px 69px 30px;
}
.investor-page .meet-the-team-items .span4 ,
.about-page .meet-the-team-items .span4 {
  width: 31.54%;
  margin-left: 30px ;
  margin-bottom: 30px;
  border: 1px solid #2F3238;
  overflow:hidden;
}
.investor-page .meet-the-team-items .hs_cos_wrapper_type_custom_widget:nth-child(3n+1) .span4,
.about-page .meet-the-team-items .hs_cos_wrapper_type_custom_widget:nth-child(3n+1) .span4{
  margin-left:0 ;
}
.investor-page .hovered-bg-color ,
.about-page .hovered-bg-color {
  position: relative;
  padding: 0 31px;
  height:40px;
}
.investor-page .hovered-bg-color::before,
.about-page .hovered-bg-color::before{
  opacity: 1;
}
.investor-page .meet-the-team-items .span4::after,
.about-page .meet-the-team-items .span4::after{
  background-color:transparent;
  display: block;
  content: '';
  height: 11px;
  width: 14px;
  position: absolute;
  bottom: 16px;
  left: 25px;
  background-image: url(https://cdn2.hubspot.net/hubfs/2946146/Dicker%20Data/investors/plus-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 6;
  background-position: center;
}
.investor-page .meet-the-team-items .span4:hover::after,
.about-page .meet-the-team-items .span4:hover::after{
  background-image:none;
}
.investor-page .meet-the-team-items .span4:hover .hovered-bg-color,
.about-page .meet-the-team-items .span4:hover .hovered-bg-color{
  height: 350px;
}
.investor-page .hovered-details p,
.about-page .hovered-details p{
  white-space: normal;
}

.investor-page .team-detail-wrapper,
.about-page .team-detail-wrapper{
  position: absolute;
  left: 50px;
  top: 7px;
  right:20px;
}
.investor-page .hovered-bg-color::after,
.about-page .hovered-bg-color::after {
  background-image: url(https://cdn2.hubspot.net/hubfs/2946146/Dicker%20Data/investors/arrow-left.png);
  position: absolute;
  content: "";
  left: 25px;
  bottom: 14px;
  opacity: 0;
  height: 16px;
  width: 9px;
  background-size: cover;
  display: block;
  z-index: 13;
}
.investor-page .meet-the-team-items .span4:hover .hovered-bg-color::after,
.about-page .meet-the-team-items .span4:hover .hovered-bg-color::after{
  opacity:1;
}
.investor-page .team-detail-wrapper::after,
.about-page .team-detail-wrapper::after{
  display:none;
}
.investor-page .meet-the-team-items .span4:hover .team-detail-wrapper,
.about-page .meet-the-team-items .span4:hover .team-detail-wrapper {
  top: 50%;
  -webkit-transform: translate( 0 , -50%);
  -ms-transform: translate( 0 , -50%);
  transform: translate( 0 , -50%);
  left:20px;
}
.investor-page .meet-the-team,
.about-page .meet-the-team{
  padding-bottom:70px;
}

.team-items-wrapper .team-detail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-info p strong{
  font-weight:500;
}
.team-info p {
  color: #C20047;
  line-height: 50px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 36px;
}
.team-info::after {
  content: '';
  display: block;
  width: 250px;
  height: 1px;
  background-color: #9B9B9B;
  margin: 18px 0 25px 0;
}
.team-detail .span6 {
  margin: 0;
  width: 50%;
}
.team-info, .team-bio {
  margin-bottom: 20px;
}
.team-bio ul {
  margin-left: 40px;
}
.team-bio ul li {
  padding-left: 9px;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}
.team-bio p {
  font-size: 18px;
  line-height: 38px;
  font-weight: 300;
}
.team-items-wrapper .team-detail-box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 400;
  background: rgba(0,0,0,0.8);
}
.team-items-wrapper .team-detail-box .linked-in {
  margin-top: 0;
}
.team-items-wrapper .team-detail {
  position: absolute;
  width: 100%;
  max-width: 865px;
  height: 578px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  z-index: 500;
}
.team-items-wrapper .team-detail .row-fluid, .team-detail .span6 {
  height: 100%;
}
.close-wrapper {
  margin-bottom: 24px;
}
.close-wrapper img {
  max-width: 23px;
  cursor: pointer;
  margin-left: 3px;
  height:auto !important;
}

/* -------- ASX Information Section ---------------- */
.asx-information-wrapper {
  background-color: #2F3238;
  text-align: center;
  padding-top: 100px;
  min-height:860px !important;
}
.asx-information-wrapper h2 {
  color: #fff;
  line-height: 35px;
  visibility:hidden;
}
.filter-buttons,
.pdf-download-sliders{
  visibility:hidden;
  position:relative;
}
.asx-information-wrapper h2::after {
  margin: 33px auto 50px auto;
}
.asx-information-wrapper .filter-buttons a {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  text-decoration: none;
  padding: 15px;
  border: 2px solid #fff;
  display: inline-block;
   
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
	
  width: 200px;
  margin-right: 40px;
  cursor: pointer;
}
.asx-information-wrapper .filter-buttons a:last-of-type {
  margin-right: 0;
}
.asx-information-wrapper .filter-buttons a:hover {
   
  -webkit-transition: all ease 0.5s ;
  -moz-transition: all ease 0.5s ;
  -o-transition: all ease 0.5s ;
  -ms-transition: all ease 0.5s ;
  transition: all ease 0.5s ;

  background-color: #C20047;
  border: 1px solid #C20047;
}
.asx-information-wrapper .filter-buttons a.filter-active {
   
  -webkit-transition: all ease 0.5s ;
  -moz-transition: all ease 0.5s ;
  -o-transition: all ease 0.5s ;
  -ms-transition: all ease 0.5s ;
  transition: all ease 0.5s ;

  background-color: #C20047;
  border: 1px solid #C20047;
}
.pdf-downloads-annual-reports, .pdf-downloads-governance-policy, .pdf-downloads-investor-contacts {
  visibility: hidden;
  position:absolute;
  left:0;
  right:0;
}
.pdf-download-sliders {
  margin-top: 100px;
  padding-bottom: 130px;
}
.pdf-item {
  text-align: left;
  padding-left: 45px;
}
.pdf-item img {
  -moz-box-shadow: 13px 14px 31px -2px #000, -2px 0 17px -6px #000;
  -webkit-box-shadow: 13px 14px 31px -2px #000, -2px 0 17px -6px #000;
  -o-box-shadow: 13px 14px 31px -2px #000, -2px 0 17px -6px #000;
  box-shadow: 13px 14px 31px -2px #000, -2px 0 17px -6px #000;
}
.pdf-item a {
  display: inline-block;
  outline: none !important;
}
.pdf-item a:hover {
   
  -webkit-transition: all ease 0.5s ;
  -moz-transition: all ease 0.5s ;
  -o-transition: all ease 0.5s ;
  -ms-transition: all ease 0.5s ;
  transition: all ease 0.5s ;

  opacity: 0.8;
}
.asx-information-wrapper .pdf-item a:last-of-type {
  font-size: 14px;
  line-height: 27px;
  color: #fff;
  font-weight: 300;
  max-width: 180px;
  text-decoration: none;
  margin-top: 17px;
  min-height:54px;
}
.asx-information-wrapper .slick-dots li {
  width: 13px;
  height: 13px;
}
.asx-information-wrapper .slick-dots li button {
  background-color: transparent;
  border: 1px solid #fff;
   
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
	
  height: 13px;
  width: 13px;
}
.asx-information-wrapper .slick-dots li button::before {
  display: none;
}
.asx-information-wrapper .slick-dots li.slick-active button {
  background-color: #C20047;
  border: 1px solid #C20047;
}
.asx-information-wrapper .slick-dots {
  bottom: -64px;
}
.asx-information-wrapper .slick-prev {
  width: 38px;
  height: 109px;
  top: 38%;
  left: -45px;
  z-index: 99 !important;
}
.asx-information-wrapper .slick-prev:before {
  content: '';
  background-image: url(https://cdn2.hubspot.net/hubfs/2946146/Dicker%20Data/investors/previous_btn.svg);
  width: 38px;
  height: 109px;
  display: block;
}
.asx-information-wrapper .slick-next {
  width: 38px;
  height: 109px;
  top: 38%;
  right: -45px;
  z-index: 99 !important;
}
.asx-information-wrapper .slick-next:before {
  content: '';
  background-image: url(https://cdn2.hubspot.net/hubfs/2946146/Dicker%20Data/investors/next_btn.svg);
  width: 38px;
  height: 109px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100%;
}

/* -------- Announcements ---------------- */
.announcements-section {
  text-align: center;
  padding-top: 90px;
}
.announcements-section h2 {
  line-height: 35px;
}
.announcements-section h2::after {
  background-color: #8B8D91;
  margin: 22px auto 50px auto;
}
.control-width-wrapper {
  max-width: 905px;
  margin: 0 auto;
  margin-bottom: 50px;
  overflow:hidden;
}
.list-of-years{
  height:36px;

}
.list-of-years .year-wrapper {
  float:left;
  margin: 0 3px;
}
.list-of-years p {
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  color: #8B8D91;
  font-weight: 700;
  border: 1px solid #8B8D91;
  padding: 5px 10px;
  width: 145px;
   
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
	
  cursor: pointer;
}
.list-of-years p:hover, .year-selected {
  background-color: #C20047;
  border: 1px solid #C20047 !important;
  color: #fff !important;
   
  -webkit-transition: all ease 0.5s ;
  -moz-transition: all ease 0.5s ;
  -o-transition: all ease 0.5s ;
  -ms-transition: all ease 0.5s ;
  transition: all ease 0.5s ;

}
.list-of-years .slick-prev, .list-of-years .slick-next {
  display: none !important;
}
.list-years-container {
  position: relative;
}
.list-years-container .prev-btn:hover, .list-years-container .next-btn:hover {
  opacity: 0.7;
   
  -webkit-transition: all ease 0.5s ;
  -moz-transition: all ease 0.5s ;
  -o-transition: all ease 0.5s ;
  -ms-transition: all ease 0.5s ;
  transition: all ease 0.5s ;

}
.list-years-container .prev-btn {
  cursor: pointer;
  position: absolute;
  left: 0;
  height: 60px;
  width: 60px;
  top: 68%;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
}
.list-years-container .prev-btn:before {
  content: '';
  display: inline-block;
  height: 60px;
  width: 60px;
  background-color: #2F3238;
  opacity: 1 !important;
  background-image: url(https://cdn2.hubspot.net/hubfs/2946146/Dicker%20Data/investors/prev_icon.svg);
  background-repeat: no-repeat;
  background-position: 50%;

}
.list-years-container .next-btn {
  cursor: pointer;
  position: absolute;
  right: 0;
  height: 60px;
  width: 60px;
  top: 68%;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
}
.list-years-container .next-btn:before {
  content: '';
  display: inline-block;
  height: 60px;
  width: 60px;
  background-color: #2F3238;
  opacity: 1 !important;
  background-image: url(https://cdn2.hubspot.net/hubfs/2946146/Dicker%20Data/investors/next_icon.svg);
  background-repeat: no-repeat;
  background-position: 50%;
}
.disable-btn {
  opacity: 0.7;
}

/* -------- Footer ---------------- */
.footer-dark-grey-wrapper {
  background-color: #2F3238;
  padding: 100px 0 98px 0;
  position: relative;
}
.footer-dark-grey-wrapper img {
  margin-bottom: 35px;
}
.hs-rss-item {
  margin-bottom: 15px;
}
.footer-dark-grey-wrapper p, .footer-dark-grey-wrapper a {
  color: #8B8D91;
  font-size: 12px;
  line-height: 20px;
}
.footer-dark-grey-wrapper ul {
  padding-top: 3px;
  margin-bottom: 0;
}
.footer-dark-grey-wrapper ul li {
  padding-left: 0;
}
.footer-dark-grey-wrapper ul li p {
  font-weight: 700;
}
.footer-dark-grey-wrapper .widget-type-rich_text p {
  margin-top: 5px;
}
.footer-dark-grey-wrapper ul li p a {
  color: #8B8D91 !important;
  font-weight: 400;
}
.latest-news-wrapper .widget-type-text span {
  font-size: 18px;
  color: #fff;
  font-weight: 900;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 15px;
}
.latest-news-wrapper .widget-type-text span a{
  font-size: 18px;
  color: #fff;
  font-weight: 900;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 0;
}
i.scroll-top {
  background-color: #fff;
  height: 55px;
  width: 55px;
  display: inline-block;
   
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
	
  text-align: center;
  border: 5px solid #2F3241;
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%); 
  -ms-transform: translateX(-50%);  
  transform: translateX(-50%);
  cursor: pointer;
}
i.scroll-top img {
  margin-bottom: 0;
  margin-top: 15px;
  width: auto !important;
}
.footer-dark-wrapper {
  background-color: #1E2024;
  color: #8B8D91;
  font-size: 12px;
  line-height: 14px;
  font-family: 'Roboto', sans-serif;
  padding: 22px 0;
}
.footer-container-wrapper {
  background-color: #1E2024;
}
.latest-news-wrapper .widget-type-text {
  border-bottom: 1px solid #4A4A4A;
  padding-bottom: 10px;
}
.footer-dark-grey-wrapper .latest-news-wrapper ul {
  margin-top: 30px;
}
.footer-dark-grey-wrapper .latest-news-wrapper ul li {
  margin-bottom: 14px;
}
.services-links ul li a::after {
  content: '\f054';
  font-family: fontawesome;
  margin-left: 5px;
  color: #C20047;
  vertical-align: middle;
  font-size: 10px;
}
.footer-dark-grey-wrapper .widget-type-rich_text a.contact-us {
  color: #C6C8CB;
  font-size: 16px;
  line-height: 16px;
  border: 2px solid #C6C8CB;
  padding: 8px 30px;
   
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
	
  display: inline-block;
  text-decoration: none;
  margin-top: 52px;
}
.footer-dark-grey-wrapper .widget-type-rich_text a.contact-us:hover {
   
  -webkit-transition: all ease 0.5s ;
  -moz-transition: all ease 0.5s ;
  -o-transition: all ease 0.5s ;
  -ms-transition: all ease 0.5s ;
  transition: all ease 0.5s ;

  background-color: #C20047;
  border-color: #C20047;
  color: #fff;
}
.bottom-links{
  position:relative;
}
.bottom-links ul {
  margin-top: 100px;
  border-top: 1px solid #4A4A4A;
}
.bottom-links ul li {
  display: inline-block;
}
.bottom-links ul li a {
  line-height: 14px;
}
.follow-icons{
  position: absolute;
  right: 0;
  margin-top: -10px;
}
.follow-icons a{
  margin: 0 15px;
}
.follow-icons img{
  margin-bottom: 0;
}
.bottom-links ul li::after {
  content: '\f111';
  font-family: fontawesome;
  color: #8B8D91;
  font-size: 3px;
  vertical-align: middle;
  margin: 0 5px;
}
.bottom-links ul li:last-of-type::after {
  display: none;    
}

/* -------- Other elements -------- */
/* Persona's form - MJ */
.form-section {
  position: relative;
  padding: 150px 0;
  background-position: center;
  background-size: cover;
  background-attachment: fixed
}

.red-overlay {
  position: absolute;
  background-color: rgba(194,0,71,.86);
  top: 0;
  bottom: 0;
  width: 100%
}

.form-content {
  position: relative;
  z-index: 2
}

.form-content .widget-type-form h3 {
  display: none
}

.form-content h2,.form-content p {
  color: #fff
}

.form-content ul {
  list-style: initial;
  padding-left: 19px;
  color: white;
}

.form-content ul li {
  color: white;
}

.form-content p {
  letter-spacing: .03px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 28px
}

.form-content p>strong {
  font-weight: 500
}

.form-content h2 {
  font-size: 80px;
  line-height: 72px;
  font-family: 'Roboto',sans-serif;
  font-weight: 100
}

.form-content h2 > strong{
  position:relative;
  font-weight:900;
}

.form-content h2 > strong::before {
  content: '';
  height: 3px;
  max-width: 100px;
  background-color: #CBA94C;
  position: absolute;
  width: 100px;
  margin-left: 5px;
  bottom: -12px;
}
.form-content form{
  margin-top: 6px;
}
.form-content .submitted-message {
  color: #fff;
  font-family: 'Roboto',sans-serif;
  font-size: 26px;
  line-height: 30px;
  font-weight: 300
}
form{
  margin-top:0;
}
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{
  border-top: 0;
  border-bottom: 1px solid #fff;
  border-left: 0;
  border-right: 0;
  background-color: transparent;
  color: #fff;
  padding-left: 0;
  font-size: 14px;
  font-weight: 300;
  padding-bottom:12px;
  width: 100% !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
  -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
  -webkit-transition-delay: 9999s;
}
}
textarea{
  max-width:100%;
  width:100% !important;
  resize: vertical;
  min-height:100px;
  line-height:24px;
}
textarea:focus {
  outline: 0;
}
.hs-form-field{
  position: relative;
  margin-bottom: 28px;
  display: table;
  width: 100%;
}
.hs-form-field > label{
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0.03px;
  font-weight: 300;
  color: #fff;
}
/*.hs-fieldtype-text > label,
.hs-fieldtype-textarea > label{
  top: 22px;
  position: relative;
   
  -webkit-transition: all ease 0.5s ;
  -moz-transition: all ease 0.5s ;
  -o-transition: all ease 0.5s ;
  -ms-transition: all ease 0.5s ;
  transition: all ease 0.5s ;

}*/
.hs-fieldtype-text > label.gotop,
.hs-fieldtype-textarea > label.gotop,
{
  top:0;
}
.hs-form-field ul{
  padding-top:6px;
}
.hs-form-field li{
  list-style-type:none;
  width:50%;
  float:left;
  position:relative;
}
.hs-form-field li label > input{
  position: absolute;
  top: 6px;
}
.hs-form-field li label > span{
  padding-left: 20px;
  display: block;
  padding-right: 10px;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.03px;
  font-weight: 300;
  color: #fff;
}
input[type="submit"]{
  border: 3px solid #fff;
  background-color: transparent;
   
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
	
  width: 180px;
  height: 50px;
  font-size: 14px;
  font-weight: 500;
  margin-top:18px;
}
input[type="submit"]:hover{
  color: #C20047;
  background-color: #fff;
}
ul.hs-error-msgs li {
  list-style-type: none;
  margin-left: 0;
  width:100%;
}
span.hs-form-required {
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 0;
  left:initial;
}
fieldset.form-columns-2 .hs-form-field{
  width:45% !important;
}
fieldset {
  max-width:530px !important;
}
.submitted-message {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
  overflow: initial !important;
}
.widget-type-form h3{
  display:none;
}
.form-columns-2 div.hs-form-field{
  margin-right: 26px;
}
.form-columns-2 div.hs-form-field:last-child{
  margin-right: 0;
  margin-left:26px;
}
.white-form ul.hs-error-msgs li label{
  color:#fff;
}


.form-style-v2 h2::after {
  background-color: transparent;
  display:none;
}

.form-style-v2 ul.hs-error-msgs li {
  margin-left: 0;
}

.slider-banner {
  height: 600px;
}
.slider-banner .hs_cos_flex-slider .superimpose .caption {
  width: 100%;
  max-width: 1145px;
  top: 30%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: left;
  position: absolute;
}
.slider-banner .hs_cos_flex-slider .hs_cos_flex-slides > li {
  background-color: rgba(116, 0, 42, 0.8);
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center;
  height: 600px;
}
.slider-banner .hs_cos_flex-slide-main > img {
  display: none;
}
.slider-banner .hs_cos_flex-control-nav {
  bottom: 50px;
}
.slider-banner .hs_cos_flex-control-paging li a {
  box-shadow: inset 0 0 3px rgba(255,255,255,1);
  background: none;
}
.slider-banner .hs_cos_flex-control-paging li a.hs_cos_flex-active {
  background: #FFF;
}
.slider-banner .hs_cos_flex-direction-nav a {
  width: 38px;
  height: 109px;
  background-image: url(https://cdn2.hubspot.net/hubfs/2946146/Dicker%20Data/homepage/arrow-white.png);
}
.slider-banner .hs_cos_flex-direction-nav .hs_cos_flex-prev {
  background-position: 100% 0;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.slider-banner .hs_cos_flex-slider:hover .hs_cos_flex-prev{
  left: 30px;
}
.slider-banner .hs_cos_flex-slider:hover .hs_cos_flex-next{
  right:30px;
}
.slider-banner .hs_cos_flex-direction-nav a{
  top: 44%;
}


/* === Blog === */
.background-image-wrapper.blog-banner {
  background-image: url('https://cdn2.hubspot.net/hubfs/2946146/Dicker%20Data/Blog/iStock-623675512.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color:transparent;
  background-blend-mode: initial;
  background-attachment: fixed;
  height: 952px;
}
.background-image-wrapper.blog-banner .header-overlay {
  mix-blend-mode: inherit;
}
.blog-banner .latest-post-wrapper {
  position: absolute;
  bottom: 130px;
  z-index: 1;
  width: 100%;
  top: 120px;
}
.latest-post-wrapper .author-box {
  margin-bottom: 30px;
}
.latest-post-wrapper .author-box .prof-pic {
  width: 100px;
  height: 100px;
}
.latest-post-wrapper .author-box .prof-pic img {
   
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;

}
.latest-post-wrapper .author-box .prof-pic,
.latest-post-wrapper .author-box .author-right {
  float: left;
}
.latest-post-wrapper .author-box .prof-pic {
  margin-right: 29px;
}
.latest-post-wrapper .author-box .author-right {
  padding: 20px 0 25px;
}
.latest-post-wrapper .author-box .author-right p {
  color: #FFF;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
}
.latest-post-wrapper h2 {
  font-weight: 900;
  max-width: 900px;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  font-size: 80px;
  line-height: 72px;
  color: #FFF;
  margin-bottom: 46px;
  text-transform: uppercase;
}
.latest-post-wrapper h2:after {
  content: '';
  display: block;
  height: 3px;
  max-width: 100px;
  background-color: #CBA94C;
  margin: 40px auto 0 0;
}
.latest-post-wrapper .blog-box p {
  color: #FFF;
  max-width: 783px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.latest-post-wrapper .blog-box a {
  margin-top: 40px;
  display: inline-block;
  padding: 15px 30px;
  border: 1px solid #FFF;
  color: #FFF;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 4px;
  text-decoration: none;
  -webkit-animation-delay: 1.3s;  
  animation-delay: 1.3s;
   
  -webkit-transition: all 0.2s ease-in ;
  -moz-transition: all 0.2s ease-in ;
  -o-transition: all 0.2s ease-in ;
  -ms-transition: all 0.2s ease-in ;
  transition: all 0.2s ease-in ;

   
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;

}
.latest-post-wrapper .blog-box a:hover {
  background: #FFF;
  color: #C20047;
}
.latest-post-wrapper .blog-box a i {
  margin-left: 17px;
}
.dd-blog-section {
  position: relative;
  margin-top: -67px;
}
.dd-blog-section.dd-blog-sectionB {
  margin-top: 50px;
}
.dd-blog-section .blog-item {
  max-width: 518px;
  min-height: 764px;
  max-height: 764px;
  width: 100%;
  float: left;
  margin-bottom: 85px;
}
.dd-blog-section .blog-item.blog-itemB {
  max-width: 100%;
  min-height: auto;
  max-height: auto;
  float: none !important;
}
.dd-blog-section .blog-item:nth-child(even) {
  float: right;
}
.dd-blog-section .blog-item:nth-child(n+5) {
  display: none;
}
.dd-blog-section .blog-item .hs-featured-image-wrapper img {
  width: 100%;
  height: 361px;
  object-fit: cover;
}
.dd-blog-section .blog-item h4 {
  color: #C20047;
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  margin-bottom: 15px;
}
.dd-blog-section .blog-item h4 a {
  color: #C20047;
  font-weight: 300;
}
.dd-blog-section .blog-item p {
  color: #8B8D91;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
}
.dd-blog-section .blog-item a {
  color: #C20047;
  font-weight: 700;
  text-decoration: none;
}
.dd-blog-section .author-box {
  position: relative;
  padding-top: 28px;
  margin-top: 18px;
}
.dd-blog-section .author-box:before {
  content: '';
  position: absolute;
  top: 0;
  width: 178px;
  height: 1px;
  background: #C20047;
}
.dd-blog-section .author-box .prof-pic {
  width: 64px;
  height: 64px;
}
.dd-blog-section .author-box .prof-pic img {
   
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;

}
.dd-blog-section .author-box .prof-pic,
.dd-blog-section .author-box .author-right {
  float: left;
}
.dd-blog-section .author-box .prof-pic {
  margin-right: 29px;
}
.dd-blog-section .author-box .author-right {
  padding: 8px 0 25px;
}
.dd-blog-section .author-box .author-right p {
  color: #8B8D91;
  font-size: 14px;
  line-height: 28px;
  font-family: 'Open Sans', sans-serif;
}
.dd-blog-section .topic {
  padding: 21px 0 55px;
  color: #C20047;
  font-size: 14px;
  font-weight: 700;
}
.dd-blog-sectionB .topic {
  padding: 21px 0 13px;
}
.dd-blog-section .topic a {
  color: #C20047;
  font-size: 14px;
  font-weight: 700;
}
.load-more-wrapper {
  text-align: center;
  margin-bottom: 85px;
}
.load-more-wrapper a {
  width: 246px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #C20047;
  display: inline-block;
  border: 1px solid #979797;
  padding: 26px 15px;
  text-decoration: none;
   
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;

   
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;

}
.load-more-wrapper a:hover {
  background: #C20047;
  border-color: #C20047;
  color: #FFF;
}
.dd-blog-sub-wrapper {
  background-image: url('https://cdn2.hubspot.net/hubfs/2946146/Dicker%20Data/Persona/form%20background.jpg');
  position: relative;
  padding: 65px 0;
  background-position: center;
  background-size: cover;
  background-color: rgba(194,0,71,.86);
  background-blend-mode: multiply;
}
.dd-blog-sub-wrapper h2 {
  font-weight: 700;
  font-size: 38px;
  line-height: 42px;
  color: #FFF;
}
.dd-blog-sub-wrapper h2:after {
  content: '';
  height: 3px;
  background-color: #CBA94C;
  margin: 14px 0;
}
.dd-blog-sub-wrapper p {
  color: #FFF !important;
}
.dd-blog-sub-wrapper .hs_cos_wrapper_type_blog_subscribe h3 {
  margin-bottom: 0;
}
.dd-blog-sub-wrapper form .hs-form-field {
  float: left;
  width: 53%;
  margin-right: 72px;
}
.dd-blog-sub-wrapper input[type="submit"] {
  margin-top: 3px;
}
.dd-blog-sub-wrapper ::-webkit-input-placeholder {
  color: #FFF;
}
.dd-blog-sub-wrapper ::-moz-placeholder { 
  color: #FFF;
}
.dd-blog-sub-wrapper :-ms-input-placeholder { 
  color: #FFF;
}
.dd-blog-sub-wrapper :-moz-placeholder { 
  color: #FFF;
}
.dd-blog-sub-wrapper .hs-fieldtype-text > label {
  display: none;
}
.background-image-wrapper.blog-banner.blog-banner-cat {
  background-image: url('https://cdn2.hubspot.net/hubfs/2946146/Dicker%20Data/Blog/iStock-623675512b.jpg');
  height: 523px;
}
.space-top{
  padding-top:63px;
}
.emergency-announcement {
  background: #C20047;
  position: relative;
  color: #FFF;
  padding: 22px 0 15px;
  font-size: 14px;
  display: none;
}
.emergency-announcement .page-center {
  position: relative;
  top: -5px;
}
.emergency-announcement i {
  font-size: 26px;
  margin-right: 24px;
  position: relative;
  top: 4px;
}
.emergency-announcement a:hover{
 text-decoration: underline; 
  color: #CBA94C;
}
.emergency-announcement strong {
  text-transform: uppercase;
  margin-right: 23px;
}
.show.emergency-announcement,
.show .show.emergency-announcement {
  display: block;
}
.main-header {
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 0;
  left: 0;
}
.fixed-header {
  position: fixed;
  z-index: 100;
  width: 100%;
  top: 0;
  left: 0;
}

.dd-vendors__wrapper{
  margin-left: 30px;
  margin-right: 30px;
  max-width: 950px;
  width: 100%;
  display: flex;
  -webkit-display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}

.vendors-section.vendors-page a.cta_button{
  background-color: #C20047;
  color: #fff !important;
  border: 1px solid #C20047;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  transition: all ease 0.5s;
  margin: 25px 0;
  padding: 15px 30px;
  text-decoration: none;
  line-height: 16px;
  text-align: center;
  min-width: 153px;
}

.vendors-section.vendors-page .vendors-searchWrapper{
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 30px;
  margin-bottom: 50px;
}

.vendors-section.vendors-page .vendors-searchbox{
  padding: 9px 15px 9px 40px;
  font-size: 14px;
  border: 1px solid #C4C4C4;
  border-radius: 9999px;
  width: 275px;
  float: left;
  display: flex;
  background: url(https://cdn2.hubspot.net/hubfs/2946146/magnifying_lens.png) no-repeat 12px;
}

.vendors-section.vendors-page .vendors-searchbox input{
  color: #808080;
  line-height: normal;
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
}

.vendors-section.vendors-page .vendors-noResults img{
  max-width: 100% !important;
  max-height: 100%;
}

.vendors-section.vendors-page .vendors-noResults p{
  visibility:visible;
  font-size: 18px
}

.vendors-section.vendors-page .dd-vendors-v2 p{
  height: 28px;
}

.vendors-get-in-touch-form{
  background: #C20047;
  padding: 70px 0;
}

.vendors-get-in-touch-form form {
  margin: 0 auto;
  width: 520px;
  max-width: 100%;
}

.vendors-get-in-touch-form form label{
  font-weight: bold;
}

.vendors-get-in-touch-form h3.form-title{
  display: block;
  color: white;
  font-weight: 300;
  font-size: 32px;
  line-height: 37px;
  text-align: center;
  width: 520px;
  margin: 0 auto;
  max-width: 100%;
}

.vendors-get-in-touch-form h3.form-title:after {
  height: 3px;
  width: 100px;
  display: block;
  content: '';
  background-color: #CBA94C;
  margin: 40px auto;
}

.vendors-get-in-touch-form form .hs_submit{
  text-align: center;
}

.dd-vendors__item .vendor-detail a.color-red{
  margin-left: 2px;
}



/* end of other elements */

/* +++++++++++++++++++++++++++++++++++++++++++++++++
Responsive                                                 
+++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ================  Desktop ================ */
@media only screen and (max-width: 1745px) {
  .mtt-section {
    max-height: 723px !important;
  }
}
@media only screen and (max-width: 1440px) {
  .mtt-section {
    max-height: 613px !important;
  }
}
@media only screen and (max-width: 1366px) {
  .int-vid-items-wrapper {
    padding-left: 42px !important;
  }
  .interactive-section-wrapper .slick-dots {
    margin-left: -42px !important;
  }

}
/* Landscape iPad Pro */
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {

}
@media only screen and (max-width: 1280px) {

}
@media only screen and (max-width: 1279px) {

}
@media only screen and (max-width: 1440px) {
  .mtt-section .widget-type-rich_text .cell-wrapper {
    -webkit-transform: translateY(55%);
    -ms-transform: translateY(55%);
    transform: translateY(55%);
  }
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++
Responsive                                                 
+++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ================  Desktop ================ */
@media only screen and (min-width: 960px) and (max-width: 1280px) {

  /* 1199 */
  .mtt-section .widget-type-rich_text .cell-wrapper {
    right: 0;
    position: relative;
    margin-left: 10%;
    margin-top: 100px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .our-services-wrapper div.hs_cos_wrapper .span4 {
    margin-left: 20px !important;
    margin-bottom: 30px;
  }

  .investor-center-wrapper .left-content, .investor-center-wrapper .right-content {
    width: 45.4%;
  }
  .investor-center-wrapper .left-content p, .investor-center-wrapper .right-content p {
    max-width: 100%;
  }
  .pdf-item img {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
  .pdf-item {
    padding-left: 30px;
  }

  /* 1200 */
  .asx-information-wrapper .slick-prev {
    left: -30px;
  }
  .asx-information-wrapper .slick-next {
    right: -30px;
  }

  /* 2160 */
  .interactive-section-wrapper .widget-type-raw_html {
    padding-left: 32px;
  }

  /* 1280 */
  .mtt-section .widget-type-rich_text .cell-wrapper {
    -webkit-transform: translateY(45%);
        -ms-transform: translateY(45%);
            transform: translateY(45%);
  }
  .interactive-section-wrapper .int-vid-items-wrapper .int-vid-item {
    margin-right: 30px;
  }

  .mtt-section {
    max-height: 544px !important;
  }
  .our-services-wrapper div.hs_cos_wrapper .span4 {
    margin-left: 23px !important;
  }

  /* ipad pro */
  .mtt-section {
    max-height: 580px !important;
  }
}
@media only screen and (min-width: 1300px) {

}
@media only screen and (min-width: 1366px) {

}
@media only screen and (min-width: 1900px) {

}

@media only screen and (max-width: 959px) {
  .investor-center-wrapper .left-content, .investor-center-wrapper .right-content {
    width: 45.5%;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    padding-top: 0;
  }
}
@media only screen and (max-width: 918px) {
  .investor-center-wrapper .left-content, .investor-center-wrapper .right-content {
    width: 45%;
  }
}
@media only screen and (max-width: 829px) {
  .investor-center-wrapper .left-content, .investor-center-wrapper .right-content {
    width: 44.5%;
  }
}

/* ================ Tablets (portrait and landscape) ================ */
@media only screen and (min-width: 768px) and (max-width: 1366px) {
  /* end of tablet (portrait and landscape) */

  /* min - 768 */
  .custom-menu-primary .hs-menu-wrapper span.hs-cta-wrapper {
    display: inline-block;
    vertical-align: 30px;
    margin-left: 31px ;
  }
  .black-bg .custom-menu-primary .hs-menu-wrapper span.hs-cta-wrapper {
    vertical-align: 21px;
  }

  .mtt-section {
    max-height: 435px !important;
  }

  fieldset.form-columns-2 .hs-form-field{
    width:50% !important;
  }
  fieldset {
    max-width:500px !important;
  }
  .form-columns-2 div.hs-form-field{
    margin-right: 0;
  }
  .form-columns-2 div.hs-form-field:last-child{
    margin-right: 0;
    margin-left:0;
  }

  /* 1024 */
  .mtt-section .widget-type-rich_text .cell-wrapper {
    margin-left: 10%;
    margin-top: 95px;
  }
  .mtt-section h2 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 15px;
  }
  .mtt-section p {
    font-size: 16px;
  }
  .interactive-section-wrapper .widget-type-raw_html {
    padding-left: 20px;
  }

  .mtt-section {
    max-height: 436px !important;
  }

  .solutions-slider-wrapper .slick-prev:before {
    margin-right: 8px;
  }
  .solutions-slider-wrapper .slick-next:before {
    margin-left: 8px;
  }
  i.scroll-top {
    display: none;
  }
  .pwtb-section .page-center, .footer-dark-grey-wrapper .page-center, .testimonial-slider .page-center {
    padding-left: 42px;
    padding-right: 42px;
  }
  .pwtb-section .content-right a {
    font-size: 14px !important;
  }
  .team-detail .span6:first-of-type {
    padding: 56px;
  }
  .pdf-item {
    padding-left: 65px;
  }
  .asx-information-wrapper .slick-prev {
    left: -10px;
  }
  .asx-information-wrapper .slick-next {
    right: -10px;
  }
  .chart-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .side-spacing {
    padding-left: 42px;
    padding-right: 42px;
  }

  /* === Blog === */
  .dd-blog-section .blog-item {
    max-width: 418px;
  }
  .dd-blog-sub-wrapper form .hs-form-field {
    width: 45%;
  }
  .dd-blog-sectionB .topic {
    padding: 7px 0 13px;

  }
  .investor-page .meet-the-team-items .span4,
  .about-page .meet-the-team-items .span4{
    width: 31.2%;
  }

  .team-items-wrapper .team-detail {
    height: 645px;
  }
  .profit-data {
    margin: 0 12px;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    padding-top: 0;
  }
  .custom-menu-primary .hs-menu-wrapper span.hs-cta-wrapper {
    top: -2px;
  }
}

/* ================ Tablets (portrait) ================ */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) { 

  /*Padding left Ipad Portrait navigation*/   

  .vendors-section.vendors-page p br{
    display:inline-block;
  }
  
  .vendor-col {
    margin-right: 44px; 
  }

  .pwtb-section .heading-left p {
    font-size: 77px;
  }

  .head-nav-wrapper .widget-type-menu {
    padding-left: 10px;
  }
  .side-spacing {
    padding-left: 44px;
    padding-right: 42px;
  }

  /* 867 */
  .pdf-item {
    padding-left: 50px;
  }

  /* 899 */
  .wrap-center {
    max-width: 100%;
  }
  .investor-center-wrapper .left-content, .investor-center-wrapper .right-content {
    width: 100%;
    text-align: center;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
  }
  .wrap-center p {
    max-width: 100%;
  }
  .divider {
    display: none;
  }
  .investor-center-wrapper a {
    margin-top: 40px;
  }

  .investor-center-wrapper h2::after {
    display: block;
    margin: 60px auto;
  }
  .custom-menu-primary .hs-menu-wrapper span.hs-cta-wrapper {
    margin-left: 5px !important
  }
  .side-spacing{
    max-width: 970px;
    margin: auto !important;
    display: table !important;
    float: none !important;
  }

  /* === Blog === */
  .dd-blog-section .blog-item {
    max-width: 100%;
  }
  .dd-blog-sub-wrapper form .hs-form-field {
    width: 40%;
    margin-right: 30px;
  }
  .graphs-section .span6 {
    width: 100%;
    margin: 0;
  }
  .investor-center-wrapper .left-content p,
  .investor-center-wrapper .right-content p{
    margin-left:auto;
    margin-right:auto;
  }
  .investor-center-wrapper .left-content{
    margin-bottom:50px;
  }

  .head-nav-wrapper .widget-type-menu ul li a {
    padding: 0 7px;
  }
}
@media (min-width: 768px) {
  .footer-copyright {
    text-align: left;
  }
  
  .footer-abn {
    text-align: right;
  }
}
@media only screen and (max-width: 812px) {
  .interactive-section-wrapper .widget-type-raw_html {
    padding-left: 0;
  }
  .interactive-section-wrapper .slick-dots {
    margin-left: 0 !important;
  }
  .interactive-section-wrapper .int-vid-items-wrapper .int-vid-item {
    margin-right: 0;
    margin-left:0;
  }
  .interactive-section-wrapper .widget-type-rich_text h2 {
    line-height: 36px;
  }
  .interactive-section-wrapper .widget-type-rich_text p {
    font-size: 16px;
    line-height: 28px;
  }
  .interactive-section-wrapper .int-vid-item-info {
    padding: 0 40px;
  }
  .interactive-section-wrapper .int-vid-item-info p {
    display: block;
    text-align: center;
    padding-top: 40px;
  }
  .interactive-section-wrapper .int-vid-item .hover-img {
    opacity: 1;
    position: relative;
  }
  .interactive-section-wrapper .int-vid-item:hover img.hover-play {
    background-color: #C20047;
    border: 5px solid #C20047;
     
  -webkit-transition: all ease 0.5s ;
  -moz-transition: all ease 0.5s ;
  -o-transition: all ease 0.5s ;
  -ms-transition: all ease 0.5s ;
  transition: all ease 0.5s ;

  }
  .interactive-section-wrapper .slick-dots li {
    margin: 0px 3px;
  }
  .interactive-section-wrapper .slick-dots {
    bottom: -40px;
  }
  .interactive-section-wrapper {
    padding: 105px 0 150px 0;
  }
  .interactive-section-wrapper .slick-arrow {
    display: block !important;
    top: 0;
    right:0;
    z-index: 3;
    height: 40px;
    width: 38px;
    background-color: #c20047;
  }

  .int-vid-item {
    padding-top: 38px;
    background-color: #9b0038;
  }
  .interactive-section-wrapper .widget-type-rich_text p {
    margin-bottom: 60px;
  }
  .rtext-style-1 h2 {
    line-height: 36px;
  }
  .mtt-section .widget-type-rich_text .cell-wrapper {
    margin-top: 75px;
  }
  a#cta_button_2946146_a2469ddf-a4ff-4587-ad84-3235747d629a {
    margin-top: 30px;
  }
  .interactive-section-wrapper .widget-type-rich_text p {
    font-size: 16px;
  }
  .footer-dark-wrapper {
    text-align: center;
  }
  .interactive-section-wrapper .int-vid-items-wrapper .int-vid-item {
    width: 100% !important;
    max-width: 100%;
  }
  .hover-blog-item a {
    bottom: 70px;
    position: absolute;
    margin: 0;
  }
  .interactive-section-wrapper .thumbnail-wrapper {
    height: 347px !important;
    min-height: 347px;
  }
  .int-vid-items-wrapper {
    padding-left: 0 !important;
  }
  .pdf-item {
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
  }
  .asx-information-wrapper .pdf-item a:last-of-type {
    display: block;
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  .asx-information-wrapper .slick-prev {
    left: 0;
  }
  .asx-information-wrapper .slick-next {
    right: 0;
  }
  .interactive-section-wrapper .slick-slider {
    position: relative;
  }
  .list-of-years {
    height: 40px;
  }
  .list-of-years .year-wrapper {
    display: block;
    float: left;
    margin: 0;
  }
  .list-of-years p {
    width: 100%;
    padding: 7px 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
  }
  .list-years-container .next-btn ,
  .list-years-container .prev-btn{
    height: 40px;
    width: 40px;
    top: 107px;
  }
  .list-of-years p:hover, .year-selected {
    background-color: #9B0038;
    border: 1px solid #9B0038 !important;

  }
  .list-years-container .next-btn:before ,
  .list-years-container .prev-btn:before{
    height: 40px;
    width: 40px;
    background-color: #C20047;
  }
  .list-of-years{
    background-color: #9B0038;
  }
  .announcements-section .list-years-container .prev-btn {
    top: 108px;
    left: 15px;
  }
  .announcements-section .list-years-container .next-btn {
    top: 108px;
    right: 15px;
  }
  .custom-menu-primary .hs-menu-wrapper {
    padding-right: 205px;
  }
  .custom-menu-primary .hs-menu-wrapper span.hs-cta-wrapper {
    position: relative;
    top: 0;    
  }
}

.vendors-page .background-image-wrapper.bg-gradient h1 {
  max-width: 900px;
}


/* ================ Phones (portrait and landscape) ================ */
@media only screen and (max-width: 768px) {

  .asx-information-wrapper .slick-dots{
    bottom: -25px;
  }
  .custom-menu-primary .hs-menu-wrapper {
    padding-right: 205px;
  }
  .custom-menu-primary .hs-menu-wrapper span.hs-cta-wrapper {
    position: relative;
    top: 0;    
  }

  /* end of mobile (portrait and landscape) */
  .meet-the-team-items .span4 .team-detail-wrapper::after{
    opacity:1;
  }
  .meet-the-team-items .span4 .hovered-bg-color::before, .meet-the-team-items .span4 .hovered-details p {
    opacity: 1;
  }
  .hovered-bg-color {
    padding: 22px 31px;
  }
  .meet-the-team-items .span4::after {
    background-color: transparent;
    background-image: none;
  }
  .investor-center-wrapper .left-content{
    margin-bottom:50px;
  }
  .investor-center-wrapper h2:after {
    content: '';
    display: block;
    height: 1px;
    max-width: 150px;
    background-color: #C20047;
  }
  .int-vid-item:hover .hover-blog-item{
    opacity:0;
  }
  .share-container{
    width:100% !important;
  }
  .announcement-item-wrapper {
    padding-bottom: 15px;
    padding-right: 0;
  }
  .announcement-item-wrapper a{
    line-height:24px;
  }
  .post-title{
    position: relative;
    padding-right: 100px;
  }
  .share-container .share-content,
  .chart-container{
    padding-left: 15px;
    padding-right: 15px;
  }
  .announcement-item-wrapper a::after {
    position: absolute;
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .homepage .white-bg-wrapper{
    padding-bottom:0;
  }
  .link-bottom {
    position: relative;
    z-index:3;
    bottom: initial;
    left: initial;
    transform: initial;
    text-align: center;
    display: table;
    margin: auto;
    width: auto;
    float: none;
    margin-bottom: -24px;
  }
  .slider-banner .hs_cos_flex-slider .superimpose .caption{
    background-color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    height: auto;
    display: table;
    bottom: initial;
  }
  .slider-banner .hs_cos_flex-control-paging,
  .slider-banner .hs_cos_flex-direction-nav{
    display:none;
  }
  .investor-center-wrapper .left-content, .investor-center-wrapper .right-content {
    width: 100%;
    text-align: center;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
  }
  .divider {
    display: none;
  }
  .vendors-page .background-image-wrapper.bg-gradient h1 {
    font-size: 36px;
    line-height: 40px;
  }
  .vendors-page .background-image-wrapper.bg-gradient .banner-content-wrapper p {
    font-size: 14px;
    line-height: 28px;
    max-width: 200px;
  }
  .vendors-page .vendors-section.vendors-page .span3 {
    text-align: left;
  }
  
  .head-nav-wrapper .widget-type-menu ul li a:hover {
    font-size: 14px;
  }
  .head-nav-wrapper .widget-type-menu ul li a::after {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper span.hs-cta-wrapper {
    float: left;
    text-align: left;
    margin-left:0;
  }
  .head-nav-wrapper .hs-menu-depth-1 > .hs-menu-children-wrapper {
    margin-top: 0 !important;
    background-color: transparent;
    padding: 0 15px;
    margin-bottom: 10px !important;
    border-top: 2px solid rgba(194, 0, 71, 0.5);
    padding-top: 5px;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children{
    height: auto;
  }
  .head-nav-wrapper.black-bg .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    height: auto;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-top: 15px;
  }
  .head-nav-wrapper .widget-type-menu ul li a {
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 60px;
  }
  .custom-menu-primary .hs-cta-wrapper a#cta_button_2946146_3b00318a-13ae-45be-95ab-5f0c2d608b9d {
    font-size: 14px;
    width: 173px !important;
    text-transform: uppercase;
    font-weight: 500;
    padding: 15px 5px !important;
    margin-top: 15px;
  }
  .head-nav-wrapper .widget-type-cta {
    display: none;
  }
  .hero-banner-content-slider {
    max-width: 767px;
  }
  .custom-menu-primary .hs-cta-wrapper script {
    display: none;
  }
  .head-nav-wrapper .widget-type-menu ul li::after {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li {
    border-bottom: 2px solid rgba(194, 0, 71, 0.5);
  }
  .custom-menu-primary .hs-menu-wrapper > ul li:last-of-type {
    border-bottom: 0;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    background: #74002A;
    z-index: 9;
    position: fixed;
    margin-top: 0;
     
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
	
    padding-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
    height: 100%;
    overflow-x: scroll;
  }
  h1 {
    font-size: 48px;
    line-height: 50px;
  }
  a#cta_button_2946146_6f63aae0-0948-496b-bac4-3794fc9cdf05 {
    font-size: 12px;
  }
  .banner-content-wrapper p {
    font-size: 14px;
    line-height: 20px;
  }
  .head-nav-wrapper ul li:last-of-type {
    display: block;
  }
  .video-image-bg img {
    max-width: 100px;
  }
  h3 {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .rtext-style-1 h2 {
    margin-bottom: 22px;
    font-size: 26px !important;
    line-height: 30px !important;
  }
  p {
    font-size: 14px;
    line-height: 28px;
  }
  .rtext-style-1 a {
    margin-top: 15px !important;
  }
  .sign-up-section h2 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 5px;
  }
  .sign-up-section p, .sign-up-section .hs-error-msgs li label {
    font-size: 12px;
  }
  .sign-up-section .widget-type-form {
    margin-top: 35px;
  }
  .sign-up-section input.hs-input {
    margin-bottom: 5px;
  }
  .sign-up-section .hs_email {
    margin-bottom: 15px;
  }
  .sign-up-section .hs-error-msgs li {
    margin-left: 5px;
  }
  .sign-up-section input.hs-input {
    padding: 15px 30px;
    min-width: 100%;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    margin-bottom: 5px;
  }
  .sign-up-section input.hs-button {
    padding: 15px 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    margin-left: 5px;
    font-size: 12px;
  }
  .sign-up-section .hs_email, .sign-up-section .actions {
    position: relative;
  }
  .sign-up-section .hs_email, .sign-up-section .hs_submit, .sign-up-section .actions {
    display: block;
  }
  .sign-up-section .submitted-message {
    text-align: left;
  }

  .footer-dark-grey-wrapper .widget-type-rich_text a.contact-us {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .footer-dark-grey-wrapper p, .footer-dark-grey-wrapper a, .bottom-links ul li a {
    font-size: 12px;
  }
  .bottom-links ul li::after {
    display: none;
  }
  .span3.latest-news-wrapper {
    margin-top: 25px;
  }
  .bottom-links ul {
    margin-top: 85px;
  }
  .footer-dark-grey-wrapper {
    padding: 100px 0;
  }
  .mtt-section .widget-type-rich_text {
    display: none;
  }
  .mtt-section .slick-dots li {
    margin: 0px 3px;
  }
  .force-display {
    display: block !important;
  }
  .mtt-section .widget-type-rich_text .cell-wrapper {
    margin: 100px 0;
    padding: 0 15px;
  }
  .mtt-section h2 {
    font-size: 48px;
    line-height: 40px;
    margin-bottom: 25px;
  }
  .mtt-section p {
    font-size: 14px;
    line-height: 20px;
  }
  .our-services-wrapper div.hs_cos_wrapper .span4 {
    margin-left: 0 !important;
  }
  .our-services-items {
    display: none !important;
  }
  .our-service-item img {
    margin-left: auto;
    margin-right: auto;
  }
  .our-services-wrapper .slick-arrow {
    display: block !important;
    top: 19px;
    z-index: 3;
    height: 38px;
    width: 38px;
    background-color: #c20047;
  }
  .our-services-wrapper .slick-prev {
    left: 0;
  }
  .our-services-wrapper .slick-next {
    right: 0;
  }
  .our-services-items-slider {
    margin: 45px auto;
  }
  .our-service-item {
    max-width: 100%;
  }
  .our-services-items-slider .span4 { 
    padding-top: 38px;
    background-color: #9b0038;
  }
  .our-service-item {
    border-top: 1px solid #9b0038;
  }
  .our-services-items-slider {
    display: block !important;
  }
  .hover-email img {
    margin-left: 0;
  }
  .our-service-item {
    padding: 80px 25px;
  }
  .our-service-item .hover-email p a {
    font-size: 14px;
  }
  .rtext-style-1 a#cta_button_2946146_8814947c-cb56-4d70-97de-11c6bf649ec4 {
    margin-right: 15px;
  }
  .rtext-style-1a#cta_button_2946146_b45997fa-dce3-476e-a4f7-038eaa762c26 {
    margin-left: 15px;
  }
  .mtt-section {
    max-height: 100% !important;
  }
  .widget-type-rich_text.force-display .cell-wrapper {
    max-width: 575px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .banner-content-wrapper {
    top: 0;
    transform: initial;
    position: relative;
    margin-top: 200px;
  }
  .interactive-section-wrapper .int-vid-item-info p {
    display: table-cell;
    padding-top: 0;
    height: 136px;
  }
  .testimonial-item{
    height: 904px;
    padding: 68px 0 100px;
  }
  .testimonial-item img {
    margin: 0 auto;
  }
  .testimonial-item {
    text-align: center;
    background-position: left;
  }
  .testimonial-item p {
    max-width: 100%;
    padding: 0 15px;
  }
  .testimonial-item p::after {
    margin: 33px auto 38px auto;
  }
  .background-image-wrapper.bg-gradient h1 {
    margin-top: 0 !important;
  }
  .solutions-slider-wrapper h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .solutions-slider-wrapper h2::after {
    margin: 50px auto 0px auto;
  }
  .interactive-section-wrapper .widget-type-rich_text h2 {
    font-size: 26px;
    line-height: 34px;
  }

  .for-desktop{
    display:none;
  }
  .for-mobile{
    display:block;
  }
  .content-section{
    text-align:center;
    margin-top: 122px;
  }
  .content-section h3::after{
    margin-left:auto;
    margin-right:auto;
  }
  .content-section h3 {
    font-size: 26px;
    line-height: 34px;
    letter-spacing: 0;
  }
  fieldset.form-columns-2 .hs-form-field, .hs-form-field .hs-input {
    width:100% !important;
  }
  .form-columns-2 div.hs-form-field:last-child,
  .form-columns-2 div.hs-form-field{
    margin-left:0;
    margin-right:0;
  }
  .form-section .red-overlay{
    background-color:#9B0038;
  }
  .form-content{
    max-width: 100%;
    width: 100%;
    padding: 0 27px;

  }
  .vendors-section h2 {
    font-size: 38px;
    line-height: 46px !important;
  }
  .white-bg-wrapper h2::after {
    margin: 62px auto 20px auto;
  }
  .hb-style-v2 h1 {
    line-height: 52px !important;
  }
  .hb-style-v2 p {
    font-size: 14px;
    line-height: 28px ;
    max-width: 200px ;
  }
  .hb-style-v2 h1::after {
    width: 60px !important;
  }
  .meet-the-team h2 {
    font-size: 30px;
    line-height: 35px !important;
  }
  .asx-information-wrapper .filter-buttons a {
    display: block;
    margin-bottom: 26px;
    margin-left: auto;
    margin-right: auto !important;
  }
  .pdf-download-sliders {
    margin-top: 40px;
  }
  .team-info p{
    font-size:24px;
    line-height:41px;
  }
  .team-info::after {
    width: 140px;
  }
  .team-items-wrapper .team-detail img{
    height:435px;
  }
  .vertmeter_bar3_1, .vertmeter_bar3_2, .vertmeter_bar3_3, .vertmeter_bar3_4,  .vertmeter_bar3_5 ,  .vertmeter_bar3_6 {
    width:30px;
  }
  .vertmeter_bar3_1 span, 
  .vertmeter_bar3_2 span, 
  .vertmeter_bar3_3 span ,
  .vertmeter_bar3_4 span ,
  .vertmeter_bar3_5 span,
  .vertmeter_bar3_6 span,
  .profit-data p{
    font-size: 10px;
  }
  .profit-data {
    margin: 0 10px;
    width: 32px;
  }


  /* 650 */
  .rtext-style-1 p {
    margin-bottom: 40px;
  }
  .rtext-style-1 a {
    display: block;
    margin-right: 0;
  }

  /* 600 */
  .testimonial-wrapper p {
    font-size: 30px;
    line-height: 30px;
  }
  .testimonial-wrapper p::before, .testimonial-wrapper p::after {
    font-size: 32px;
  }
  .footer-dark-wrapper {
    font-size: 10px;
  }
  .vendors-section {
    padding: 100px 0;
  }
  .vendors-section p {
    line-height: 28px;
  }
  .vendors-section a {
    margin-right: auto !important;
    display: block !important;
    margin-left: auto !important;
  }
  .vendors-section span.hs-cta-wrapper:last-of-type a {
    margin-right: auto !important;
    margin-left: auto !important;
    display: block !important;
    margin-top: 15px !important;
  }

  /* max - 768 */
  .white-bg-wrapper .rtext-style-1 h2 {
    font-size: 30px;
    line-height: 50px;
  }
  .background-image-wrapper .black-bg .logo-wrapper {
    margin-top: 0 !important;
    margin-bottom: 14px;
  }

  .head-nav-wrapper.black-bg {
    padding: 15px 0px !important;
  }

  .form-style-v1 h3 {
    font-size: 20px;
  }
  ul.hs-error-msgs li label {
    font-size: 12px;
  }
  ul.hs-error-msgs li {
    margin-left: 17px;
  }
  .form-style-v1 div.input {
    margin-left: 15px;
    margin-right: 15px;
  }
  .show-desktop {
    display: none !important;
  }
  .show-mobile {
    display: block !important;
  }
  .banner-content-wrapper .span8, .banner-content-wrapper .span4 {
    width: 100%;
    margin-left: 0;
  }
  .sign-up-section input.hs-input {
    min-width: 241px;
  }
  .mtt-section h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .mtt-section .widget-type-rich_text .cell-wrapper {
    margin-top: 43px;
  }
  .our-service-item {
    padding: 30px;
  }
  .hover-email p {
    margin-top: 125px;
  }

  .mtt-section {
    max-height: 326px !important;
  }
  .vendors-section.vendors-page .span3 {
    width: 100% !important;
    margin-left: auto !important;
    text-align: center;
    max-width: 214px;
    margin-right: auto !important;
    display: block !important;
    float: none;
  }
  .vendors-section.vendors-page p {
    line-height: 22px;
  }
  .vendors-section.vendors-page .span3 p, .vendors-section.vendors-page .span3 h3 {
    text-align: left;
  }
  .team-items-wrapper .team-detail {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .close-wrapper {
    margin-bottom: 40px;
  }
  .team-detail .span6 {
    width: 100%;
  }
  .team-items-wrapper .team-detail .row-fluid, .team-detail .span6 {
    height: auto;
  }
  .team-detail .span6:first-of-type {
    padding: 56px 42px 89px 42px !important;
  }
  .team-info, .team-bio {
    max-width: 100%;
  }
  .team-info p {
    overflow: hidden;
    word-break: break-word;
  }
  .meet-the-team-items .span4,
  .investor-page .meet-the-team-items .span4,
  .about-page .meet-the-team-items .span4{
    width: 100%;
  } 
  .investor-page .meet-the-team-items .span4,
  .about-page .meet-the-team-items .span4{
    margin:0;
  }
  .investor-page .team-detail-wrapper,
  .about-page .team-detail-wrapper{
    position: relative;
    top: 0;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    left: 0;
    right: 0;
  }
  .investor-page .hovered-bg-color ,
  .about-page .hovered-bg-color{
    padding: 20px 31px;
    height: auto;
  }
  .investor-page .meet-the-team-items .span4::after,
  .about-page .meet-the-team-items .span4::after{
    display:none;
  }
  .meet-the-team .meetteam-boxes .page-center{
    padding:0;  
  }

  .hover-blog-item a {
    bottom: 70px;
    position: absolute;
    margin: 0;
  }
  .side-spacing {
    padding-left: 20px;
    padding-right: 20px;
  }
  input[type="submit"] {
    width: auto;
    padding: 0 25px;
  }
  .form-content h2 > strong::before{
    max-width:60px;
    width:60px;
  }
  .form-content h2{
    font-size: 48px;
    line-height: 50px;
    margin-bottom:50px;
  }
  .form-section{
    padding:100px 0;
    background-attachment:initial;
  }
  .form-style-v2 .white-form {
    margin-top: 0;
  }
  .pwtb-section .heading-left p {
    font-size: 48px;
    line-height: 50px;
    position: relative;
  }
  .pwtb-section .heading-left p strong span {
    position: initial;
  }
  .pwtb-section .heading-left p strong span::after {
    width: 75px;
    margin-top: 8px;
  }
  .pwtb-section .heading-left {
    margin-bottom: 50px;
  }
  .pwtb-section .heading-left p strong {
    display: block;
  }
  .interactive-section-wrapper .widget-type-raw_html {
    padding-left: 0;
  }
  .interactive-section-wrapper .slick-dots {
    margin-left: 0 !important;
  }
  .interactive-section-wrapper .int-vid-items-wrapper .int-vid-item {
    margin-right: 0;
    margin-left:0;
  }
  .interactive-section-wrapper .widget-type-rich_text h2 {
    line-height: 36px;
  }
  .interactive-section-wrapper .widget-type-rich_text p {
    font-size: 16px;
    line-height: 28px;
  }
  .interactive-section-wrapper .int-vid-item-info {
    padding: 0 40px;
  }
  .interactive-section-wrapper .int-vid-item-info p {
    text-align: center;
  }
  .interactive-section-wrapper .int-vid-item .hover-img {
    opacity: 1;
    position: relative;
  }
  .interactive-section-wrapper .int-vid-item:hover img.hover-play {
    background-color: #C20047;
    border: 5px solid #C20047;
     
  -webkit-transition: all ease 0.5s ;
  -moz-transition: all ease 0.5s ;
  -o-transition: all ease 0.5s ;
  -ms-transition: all ease 0.5s ;
  transition: all ease 0.5s ;

  }
  .interactive-section-wrapper .slick-dots li {
    margin: 0px 3px;
  }
  .interactive-section-wrapper .slick-dots {
    bottom: -40px;
  }
  .interactive-section-wrapper {
    padding: 105px 0 150px 0;
  }
  .interactive-section-wrapper .slick-arrow {
    display: block !important;
    top: 0;
    z-index: 3;
    height: 40px;
    width: 40px;
    background-color: #c20047;
  }
  .interactive-section-wrapper .slick-prev {
    left: 0;
  }
  .int-vid-item {
    padding-top: 40px;
    background-color: #9b0038;
  }
  .interactive-section-wrapper .widget-type-rich_text p {
    margin-bottom: 60px;
  }
  .rtext-style-1 h2 {
    line-height: 36px;
  }
  .mtt-section .widget-type-rich_text .cell-wrapper {
    margin-top: 75px;
  }
  a#cta_button_2946146_a2469ddf-a4ff-4587-ad84-3235747d629a {
    margin-top: 30px;
  }
  .interactive-section-wrapper .widget-type-rich_text p {
    font-size: 16px;
  }
  .footer-dark-wrapper {
    text-align: center;
  }
  .interactive-section-wrapper .int-vid-items-wrapper .int-vid-item {
    width: 100% !important;
    max-width: 100%;
  }
  .hover-blog-item a {
    bottom: 70px;
    position: absolute;
    margin: 0;
  }
  .interactive-section-wrapper .thumbnail-wrapper {
    height: 347px !important;
    min-height: 347px;
  }
  .int-vid-items-wrapper {
    padding-left: 0 !important;
  }
  .pdf-item {
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
  }
  .asx-information-wrapper .pdf-item a:last-of-type {
    display: block;
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  .asx-information-wrapper .slick-prev {
    left: 0;
  }
  .asx-information-wrapper .slick-next {
    right: 0;
  }

  /* === Blog === */
  .background-image-wrapper.blog-banner {
    height: 1100px;
  }
  .latest-post-wrapper h2 {
    font-size: 38px;
    line-height: 40px;
  }
  .dd-blog-section .blog-item {
    max-width: 100%;
  }
  .dd-blog-section .blog-item {
    min-height: auto;
    max-height: 100%;
    float: none;
  }
  .dd-blog-section .blog-item:nth-child(even) {
    float: none;
  }
  .dd-blog-sub-wrapper form .hs-form-field {
    float: none;
    width: 100%;
  }
  .emergency-announcement i {
    margin-right: 10px;
  }
  .emergency-announcement .hs_cos_wrapper_type_text span {
    display: block;
    margin: 14px 0 9px;
  }
  .emergency-announcement .hs_cos_wrapper_type_text a {
    margin-left: 0;
  }

  .white-section-cta a {
    margin-bottom: 25px;
  }
  .emergency-announcement span {
    display: block;
    margin-top: 15px;
  }
  .image-section .slider-caption {
    height: 600px;
    display: block;
    position: relative;
    z-index: 1;
    padding: 0;
    padding-top: 250px;
  }
  .meet-the-team-items .span4 {
    max-width: 400px;
    margin: 0 auto !important;
    float: none;
  }
  .meet-the-team-items .span4 img {
    max-height: 400px;
  }
  .investor-page .meet-the-team-items .span4:hover .hovered-bg-color, .about-page .meet-the-team-items .span4:hover .hovered-bg-color {
    height: 400px;  
  }
}

/* ================ Phones (landscape) ================ */
@media screen and (min-width: 480px) and (max-width: 768px) {
  .vendors-page .background-image-wrapper.bg-gradient .banner-content-wrapper p{
    max-width:360px;
  }

  .head-nav-wrapper .widget-type-menu ul li a {
    padding: 0 15px;
    font-size: 12px;
  }
  a#cta_button_2946146_3b00318a-13ae-45be-95ab-5f0c2d608b9d {
    font-size: 10px;
    width: 100% !important;
    padding: 8px 4px !important;
  }
  .pwtb-section .content-right a#cta_button_2946146_3b00318a-13ae-45be-95ab-5f0c2d608b9d {
    width: 169px !important;
  }
  .testimonial-item {
    height: 800px;
  }

}

/* ================ Phones (old mobiles) ================ */
@media screen and (max-width: 460px) {
  .rtext-style-1 a#cta_button_2946146_8814947c-cb56-4d70-97de-11c6bf649ec4 {
    margin-top: 40px !important;
  }
    .black-bg .mobile-trigger {
    margin-top: -35px !important;
/*      margin-top: -6px !important; */
  }
  .investor-center-wrapper h2 {
    max-width: 200px;
    margin: 0 auto;
  }
  .testimonial-wrapper p {
    font-size: 20px;
  }
  .testimonial-wrapper p::before, .testimonial-wrapper p::after {
    font-size: 22px;
  }
  .rtext-style-1 a#cta_button_2946146_8814947c-cb56-4d70-97de-11c6bf649ec4 {
    margin-right: 0;
  }
  .rtext-style-1 a#cta_button_2946146_b45997fa-dce3-476e-a4f7-038eaa762c26 {
    margin-left: 0;
  }
  .rtext-style-1 a#cta_button_2946146_8814947c-cb56-4d70-97de-11c6bf649ec4, .rtext-style-1 a#cta_button_2946146_b45997fa-dce3-476e-a4f7-038eaa762c26 {
    display: block;
    margin: 0 auto;
  }
  .widget-type-rich_text.force-display .cell-wrapper {
    text-align: left;
  }
  .interactive-section-wrapper .int-vid-items-wrapper img.hover-play {
    bottom: initial;
    margin-top: -24px;
  }
  .solutions-slider-wrapper .slick-arrow {
    width: 40px;
    height: 40px;
  }

  .testimonial-slider .page-center {
    padding-left: 15px;
    padding-right: 15px;
  }
  .team-info::after {
    width: 184px;
  }
  .meet-the-team h2 {
    max-width: 180px;
    margin: 0 auto;
  }
  .asx-information-wrapper .slick-prev {
    width: 19px;
    height: 43px;
  }
  .asx-information-wrapper .slick-prev:before {
    width: 19px;
    height: 43px;
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .asx-information-wrapper .slick-next {
    width: 19px;
    height: 43px;
  }
  .asx-information-wrapper .slick-next:before {
    width: 19px;
    height: 43px;
  }
}

/* ================ Phones (old mobiles) ================ */
@media screen and (max-width: 320px) {
  .vendors-page .background-image-wrapper.bg-gradient h1 {
    font-size: 27px;
  }
}

/* just to fix the menu trigger */
@media only screen and (min-width: 768px) and (max-width: 768px) {
  .mobile-trigger { 
    margin-top:0px !important;
    margin-right: -20px;
  }

  div.black-bg div.mobile-trigger {
/*     margin-top: -6px !important; */
  }
}
@media only screen and (max-width:767px) {
  .bottom-links ul li {
    display: block;
    margin-bottom: 10px;
  }
  .investor-center-wrapper .left-content p, .investor-center-wrapper .right-content p {
    max-width: 100%;
  }
}
@media only screen and (max-width: 414px) {
  .year-wrapper.slick-current {
    max-width: 384px !important;
  }
}
@media only screen and (max-width: 375px) {
  .year-wrapper.slick-current {
    max-width: 345px !important;
  }
}
@media only screen and (max-width: 320px) {
  .year-wrapper.slick-current {
    max-width: 290px !important;
  }
}

/* 
 * VENDORS GRID UPDATE 2019 S2 
 * */
.dd-vendors {
  display: flex;
  -webkit-display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
}

.dd-vendors__item .vendor-detail a {
  display: inline-block !important;  
}

@media (min-width: 768px) {
  .dd-vendors {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    max-width: 1010px;
  }
  
  .dd-vendors__item {
    width: 33.33333%;
    text-align: left;
    margin-bottom: 58px;
  }  
}

@media (max-width: 767px) {
  .dd-vendors__item {
    width: 100%;
    margin-bottom: 30px;
  }
  .vendor-col {
    margin-right: 40px; 
  }
}

/* 
 * TEAM INFO DETAILS UPDATE 2019 S2 
 * */
@media (min-width: 992px) {
  .team-info, .team-bio {
    min-height: 202px;
    margin-bottom: 0;
  }
}

/* 
 * BLOG LISTING UPDATE 2019 S2 
 * */
.dd-blog-section {
  top: -100px;
}

@media (min-width: 768px) {
  .dd-blog-section {
    top: -250px;
  }
}

@media (min-width: 992px) {
  .dd-blog-section {
    top: 0;
  }
}

/* 
 * 100% Australian-Owned and Operated 
 * */
.general-bg-wrapper .page-center {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  .general-bg-wrapper .page-center {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* 
 * BLOG CONTENT UPDATE 2019 S2 
 * */
.blog-content img {
  width: 100%;
  vertical-align: middle;
}

.blog-content p {
  display: block;
}

.blog-content p,
.blog-content hr {
  margin-bottom: 30px;
}

.blog-content ul,
.blog-content ol {
  margin: 30px 0;
  padding-left: 18px;
}
.blog-content ul li,
.blog-content ol li {
  margin-bottom: 15px;
}
.with-underline {
  position: relative;
  padding-bottom: 10px;
}

.with-underline::after {
  content: '';
  height: 3px;
  background-color: #C20047;
  display: block;
  width: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (min-width: 992px) {
  .dd-blog-sub-wrapper {
    background-attachment: fixed;
  }
  
  .with-underline {
    padding-bottom: 20px;
  }
  
  .team-detail-wrapper {
    padding-right: 0;
  }
  
  .team-detail-wrapper::before {
    opacity: 0;
  }
  
  .team-info, .team-bio {
    margin-bottom: 50px;
  }
  
  .team-items-wrapper .team-detail {
    height: 670px;
  }
}

/* 
 * TEAM PROFILE UPDATE 2019 S2 
 * */
@media (min-width: 768px) {
  .team-items-wrapper .team-detail img {
    display: none;
  }
  
  .team-items-wrapper .team-detail .close-wrapper img {
    display: block;
  }
  
  .team-bio {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .team-items-wrapper .team-detail img {
    display: block;
  }
  
  .team-bio {
    margin-bottom: 0;
  }
}

/* 
 * SEO HEADING UPDATE 2020 
 * */
.heading-1{
    display:block;
    font-size: 80px;
    font-weight: 100;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    line-height: 1.2em;
    text-rendering: optimizelegibility;
}
.heading-2 {
    font-size: 30px;
    line-height: 50px;
    font-weight: 300;
    color: #C20047;
    margin-bottom: 22px;
}

@media (max-width: 767px) {
  .heading-1 {
    font-size: 40px;
  }
}

/* .dd-three-col .media__title{
  text-align:center;
} */
.solution-page .header-content span, .persona-page .header-content span {
    font-weight: 900;
    max-width: 100%;
    display:block;
    width: 1030px;
    animation-delay: .5s;
    text-transform: uppercase;
    font-size: 80px;
    line-height: 72px;
    color: #fff;
    width:100%
}
@media only screen and (max-width: 767px){
  .solution-page .header-content span, .persona-page .header-content span {
      font-size: 38px;
      line-height: 40px;
  }
}
.solution-page .header-content span::after, .persona-page .header-content span::after {
    content: '';
    display: block;
    height: 3px;
    max-width: 100px;
    background-color: #CBA94C;
    margin: 21px auto 0 0;
}
.solution-page .solution-content-heading h1 {
    font-size: 80px;
    font-weight: 200;
    line-height: 1;
    color: #2F3238;
    margin-bottom: 22px;
}
.solution-page .solution-content-heading h1 span {
    color: #C20047;
    display: block;
    font-weight: 300;
}
.persona-page h1 {
    font-size: 30px;
    line-height: 50px;
    font-weight: 300;
    color: #C20047;
    margin-bottom: 22px;
}
.persona-page.seller-page .header-content span::after {
    margin: 21px auto 0 auto;
    background-color: #C20047;
}
.persona-page.seller-page .header-content span{
    margin:0 auto 22px;
    font-weight: 900;
    animation-delay: .5s;
    text-transform: uppercase;
    font-size: 80px;
    line-height: 72px;
    color: #fff;
}

.persona-page.seller-page .header-content a.cta-regular{
  font-size:16px;
  font-weight: 300;
  line-height:1
}
a#cta_button_2946146_8814947c-cb56-4d70-97de-11c6bf649ec4 {
    background-color: #C20047;
    color: #fff;
    border: 2px solid #C20047;
    border-radius: 30px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    transition: all ease 0.5s;
    margin-top: 50px;
    padding: 15px 0;
    display: inline-block;
    text-decoration: none;
    line-height: 16px;
    width: 180px !important;
    text-align: center;
}