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








a.cta-regular {
    border: 3px solid #FFF;
    color: #FFF;
    text-transform: uppercase;
    padding: 15px 25px;
    display: inline-block;
    border-radius: 40px;
    margin-top: 40px;
    text-decoration: none;
    transition:all 800ms ease;
}

a.cta-regular:hover {
    border-color:#C20047;
    background:#C20047;
    color:#FFFFFF;
}


 




.background-image-wrapper{
    position:relative;
}
.header-overlay {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zd…B5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
    background-image: -webkit-gradient(linear, 0% 0%, 100% 100%,color-stop(0, rgba(194, 0, 71, 0.9)),color-stop(1, rgba(116, 0, 42, 0.9)));
    background-image: -webkit-repeating-linear-gradient(top left,rgba(194, 0, 71, 0.9) 0%,rgba(116, 0, 42, 0.9) 100%);
    background-image: repeating-linear-gradient(to bottom right,rgba(194, 0, 71, 0.9) 0%,rgba(116, 0, 42, 0.9) 100%);
    background-image: -ms-repeating-linear-gradient(top left,rgba(194, 0, 71, 0.9) 0%,rgba(116, 0, 42, 0.9) 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right:0;
    mix-blend-mode: multiply;
}

.persona-page .background-image-wrapper{
    background-attachment:fixed;
}
.persona-page .header-content{
    position: absolute;
    bottom: 130px;
    z-index: 1;
    visibility: hidden;
}
.persona-page .header-content h1{
    font-weight: 900;
    max-width: 900px;
    animation-delay: .5s;
    text-transform:uppercase;
}
.persona-page .header-content h1::after {
    content: '';
    display: block;
    height: 3px;
    max-width: 100px;
    background-color: #CBA94C;
    margin: 21px auto 0 0;
}

.persona-page .header-content p{
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    max-width: 539px;
    animation-delay: 1s;
}
.persona-page .header-content .hs_cos_wrapper_type_rich_text > p:nth-child(2) {
    margin-top: 30px;
}
.persona-page .white-bg-wrapper .hs-cta-wrapper a{
    border:0;
    margin-top: 43px;
    font-weight:500 !important;
    transition:all ease 0.5s;
}
.persona-page .white-bg-wrapper .hs-cta-wrapper a:hover{

    
}
.persona-page .white-bg-wrapper h2::after {
    margin: 30px auto 42px auto;
}




.left-content h2::after{
    display:none;
}

.two-column-section{
    padding: 55px 0 165px;
}
.photo-section{
    position:relative;
    
}


.photo-section img, 
.photo-section .red-overlay{
    visibility:hidden;
    transition : all ease 0s;
    -webkit-transition: all ease 0s;
    -moz-transition: all ease 0s;
    -o-transition: all ease 0s;
    -ms-transition: all ease 0s;
    
} 

.photo-section img{
    box-shadow: 20px 22px 105px rgba(0,0,0,0.33);
    -webkit-box-shadow: 20px 22px 105px rgba(0,0,0,0.33);
    -moz-box-shadow: 20px 22px 105px rgba(0,0,0,0.33);
    -o-box-shadow: 20px 22px 105px rgba(0,0,0,0.33);
    -ms-box-shadow: 20px 22px 105px rgba(0,0,0,0.33);
}
.photo-section .second-image{
    position: absolute;
    margin-left: 141px;
    top: 100px;
}
.photo-section .third-image{
    position: absolute;
    margin-left: 70px;
    top: 182px;
}
.image-overlay{
    position:relative;
    display: table;
}
.image-overlay.first-image img{
    max-width:398px;
    height:397px;
    object-fit: cover;
    
}
.image-overlay.second-image img{
    max-width:398px;
    height:248px;
    object-fit: cover;
    
}
.image-overlay.third-image img{
    max-width:227px;
    height:332px;
    object-fit: cover;
}
.image-overlay .red-overlay {
    position: absolute;
    background-color: rgba(194,0,71,.7);
    top: 0;
    bottom: 0;
    width: 100%;
    mix-blend-mode: multiply;
}
.content-section{
    max-width: 450px;
    width: 100%;
    margin-top: 78px;
}
.content-section h3{
    font-weight: 300;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 1px;
    text-transform: initial;
    visibility:hidden;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}
.content-section p{
    visibility:hidden;
    animation-delay: 1s;
    letter-spacing:0.3px;
}
.content-section a{
    text-decoration:underline;
}
.content-section.left-con{
    margin-left:auto;
}
.content-section h3::after{
    content: '';
    display: block;
    height: 1px;
    max-width: 150px;
    background-color: #C20047;
    margin: 30px auto 40px 0;
}
.for-desktop{
    display:block;
}
.for-mobile{
    display:none;
}
.see-more-link p{
    text-align:right;
    line-height:21px;
    position:relative;
    padding-right: 36px;
}
.see-more-link p a{
    color:#8B8D91;
    font-size:18px;
    font-weight:500;
    position:relative;
}
.see-more-link p a:hover,
.see-more-link p a:hover:after{
    color:#CBA94C;
    text-decoration:none;
}

.see-more-link{
    padding-top: 100px;
    padding-bottom: 150px;
}
.see-more-link a:after {
    content: "\f105";
    font-family: fontawesome;
    margin-left: 5px;
    color: #8B8D91;
    vertical-align: middle;
    font-size: 34px;
    margin-top: 1px;
    position: absolute;
    margin-left: 25px;
}




/*
        LANDING PAGE
*/
.logo-section img{
    position: absolute;
    left: 50px;
    top: 29px;
}
.banner-content h1{
    font-weight:900;
}
.banner-content h1:after{
    content: '';
    display: block;
    height: 3px;
    max-width: 100px;
    background-color: #CBA94C;
    margin: 42px auto 32px 0;
}
.banner-content p{
    font-size:18px;
    line-height:28px;
    font-weight:400;
    color:#fff;
    text-transform:uppercase;
}
.logo-section,
.banner-content,
.banner-image{
    position:relative;
    z-index:2;
}
.banner-content h1{
    visibility:hidden;
}
.banner-content p{
    animation-delay: .5s;
    visibility:hidden;
}
.banner-image img{
    visibility:hidden;
}
.banner-image{
    text-align:right;
}
.banner-container{
    min-height: 720px !important;
    background-position: center;
    background-size: cover;
    position: relative;
}
.GreyOverlay{
    background-color: rgba(47,50,56,.9);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.RedOverlay{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zd…B5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
    background-image: -webkit-gradient(linear, 0% 0%, 100% 100%,color-stop(0, rgba(194, 0, 71, 0.9)),color-stop(1, rgba(116, 0, 42, 0.9)));
    background-image: -webkit-repeating-linear-gradient(top left,rgba(194, 0, 71, 0.9) 0%,rgba(116, 0, 42, 0.9) 100%);
    background-image: repeating-linear-gradient(to bottom right,rgba(194, 0, 71, 0.9) 0%,rgba(116, 0, 42, 0.9) 100%);
    background-image: -ms-repeating-linear-gradient(top left,rgba(194, 0, 71, 0.9) 0%,rgba(116, 0, 42, 0.9) 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.banner-content, .banner-image {
    min-height: 720px !important;
}
.banner-content .hs_cos_wrapper_type_rich_text{
    position: absolute;
    top: 55%;
    bottom: initial;
    z-index: 1;
    transform: translate(0, -50%);
}
.banner-image .hs_cos_wrapper_type_linked_image{
    position: absolute;
    top: 55%;
    bottom: initial;
    z-index: 1;
    transform: translate(0, -50%);
    right:0;
}
.white-background{
    padding-top:115px;
    padding-bottom: 90px;
}
.landing-content{
    max-width:677px;
}
.landing-content h2{
    margin-bottom: 30px;
    line-height:40px;
}
.landing-content h2::after{
    display:none;
    line-height:40px;
}
.landing-content li{
    font-size: 14px;
    line-height: 28px;
    padding-left: 13px !important;
    margin-bottom: 7px;
}
.landing-content ul{
    list-style-image: url(https://cdn2.hubspot.net/hubfs/2946146/Dicker%20Data/Email/Oval.png);
    margin-left: 45px;
    margin-top: 33px;
}
.testimonial-container {
    position: relative;
    background-position:center;
    background-size:cover;
    padding-top: 90px;
    padding-bottom: 100px;
}
.content-container {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 700px;
    margin: auto;
}
.grey-overlay{
    background-color: rgba(47,50,56,.95);
    top: 0;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
}
.content-container .testimonial-content p{
    font-family: 'Playfair Display', sans-serif;
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
}
.content-container p{
    line-height: 16px;
    color: #fff;
}
.testimonial-content::after {
    content: '';
    display: block;
    height: 3px;
    max-width: 100px;
    background-color: #C20047;
    margin: 36px auto 35px auto;
}
.testimonial-content{
    margin-top:15px;
}

.formright{
    position:relative;
}
.form-corner{
    background-color:#EEEFF1;
    max-width:310px;
    position:absolute;
    right:0;
}
.form-corner h2{
    font-size: 24px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}
.form-corner h2::after{
    content: '';
    display: block;
    height: 3px;
    max-width: 45px;
    background-color: #CBA94C;
    margin: 20px auto 10px auto;
}
.form-corner p{
    font-size: 14px;
    line-height: 16px;
    text-align:center;
}
.form-head{
    padding: 35px 25px 33px;
}
.form-corner .hs-form-field{
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 10px;
}
.form-corner .hs-form-field > label{
    display:none;
}
.form-corner input[type="submit"]{
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background-color: #2F3238;
    line-height: 28px;
    text-transform: uppercase;
    margin-top: 30px;
    transition:all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    border:0;
}
.form-corner input[type="submit"]:hover{
    background-color: #C20047;
    color: #fff;
}
.form-corner textarea,
.form-corner input[type="text"],
.form-corner input[type="password"], 
.form-corner input[type="datetime"], 
.form-corner input[type="datetime-local"], 
.form-corner input[type="date"], 
.form-corner input[type="month"], 
.form-corner input[type="time"], 
.form-corner input[type="week"], 
.form-corner input[type="number"], 
.form-corner input[type="email"], 
.form-corner input[type="url"], 
.form-corner input[type="search"], 
.form-corner input[type="tel"], 
.form-corner input[type="color"], 
.form-corner select{
    font-size: 14px;
    line-height: 28px;
    background-color: #fff;
    padding: 0 15px;
    height: 43px;
    font-weight: 400;
    color: rgba(47,50,56,.75);
}


.fb-icon:after{
    content: '\f09a';
    font-family: fontawesome;
    margin-left: 28px;
    color: #BEBEBE;
    vertical-align: middle;
    font-size: 18px;
}
.linkedin-icon:after{
    content: '\f0e1';
    font-family: fontawesome;
    margin-left: 28px;
    color: #BEBEBE;
    vertical-align: middle;
    font-size: 18px;
}
.twitter-icon:after{
    content: '\f099';
    font-family: fontawesome;
    margin-left: 28px;
    color: #BEBEBE;
    vertical-align: middle;
    font-size: 18px;
}
.google-icon:after{
    content: '\f0d5';
    font-family: fontawesome;
    margin-left: 28px;
    color: #BEBEBE;
    vertical-align: middle;
    font-size: 18px;
}
.pinterest-icon:after{
    content: '\f231';
    font-family: fontawesome;
    margin-left: 28px;
    color: #BEBEBE;
    vertical-align: middle;
    font-size: 18px;
}
.share-section.show .pinterest-icon:after {
    margin-left: 0;
    margin-right: 28px;
}
.email-icon:after{
    content: '\f0e0';
    font-family: fontawesome;
    margin-left: 28px;
    color: #BEBEBE;
    vertical-align: middle;
    font-size: 18px;
}
.social-share a::after {
    font-size: 21px;
}
.social-share .fb-icon:hover:after,
.social-share .linkedin-icon:hover:after,
.social-share .twitter-icon:hover:after,
.social-share .google-icon:hover:after,
.social-share .pinterest-icon:hover:after,
.social-share .email-icon:hover:after{
    color:#C20047;
}
.social-share{
    display:table;
    margin-top: 56px;
}
.social-share p{
    width:auto;
    display:table;
    float:left;
    line-height: 16px;
    
}
.social-share .hs_cos_wrapper_type_social_sharing{
    float:left;
    line-height: 15px;
}
.social-share a:hover{
    text-decoration:none;
}
.footer-text{
    text-align:center;
    padding: 11px 0;
}
.footer-text p{
    color: #EEEFF1;
    letter-spacing: 0.05px;
    line-height: 36px;
    font-size: 10.5px;
}
.footer-text p >a {
    color: #EEEFF1;
    cursor: pointer;
}
.footer-text p >a:hover{
    text-decoration:none;
    color:#C20047;
    
}
.small-content{
    max-width:653px;
    margin:auto !important;
    float:none!important;
    text-align:center;
}
.persona-page .right-content {
    margin-top: 0;
}




/*
    LANDING PAGE 2
*/
.landing-page-2 .banner-container{
    min-height: 650px !important;
}
.landing-page-2 .white-background{
    padding-top:100px;
    padding-bottom:130px;
}
.landing-page-2 ul.hs-error-msgs li label{
    color:#fff;
}
.landing-page-2 .right-content{
    margin-top:0;
}
.position-bottom{
    position:absolute;
    bottom:130px;
}
.banner-center-content{
    text-align:center;
    max-width:899px;
    margin:auto !important;
    position:relative;
    z-index:2;
    float:none !important;
}
.banner-center-content h1{
    font-weight:900;
    visibility:hidden;
}
.banner-center-content h1::after{
    content: '';
    display: block;
    height: 3px;
    max-width: 100px;
    background-color: #CBA94C;
    margin: 20px auto 30px auto;
}
.banner-center-content p{
    font-size:18px;
    line-height:28px;
    color:#fff;
    visibility:hidden;
    animation-delay: 0.5s;
}
.small-content h2{
    line-height: 40px;
    margin-bottom: 20px;
}
.small-content h3{
    margin-bottom: 37px;
}
.small-content h2::after{
    display:none;
}
.small-content ul{
    margin-top: 29px;
}
.small-content li::before {
    content: "";
    display: block;
    background-image: url(https://cdn2.hubspot.net/hubfs/2946146/Dicker%20Data/Email/Oval.png);
    height: 8px;
    width: 8px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto !important;
}
.small-content li{
    position: relative;
    padding-top: 18px;
    margin-bottom: 20px;
    font-size:14px;
}
.form-corner .submitted-message{
    text-align: center;
    font-size: 26px;
    line-height: 30px;
    color: #2F3238;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
}



/*
Contact Us
*/
.contact-page .background-image-wrapper > .row-fluid-wrapper.row-depth-1.row-number-2 {
    min-height: 100%;
    height: auto !important;
}
.contact-page .background-image-wrapper{
    padding-bottom:135px;
}
.persona-page.contact-page .header-content {
    position: relative;
    bottom: initial; 
    visibility: hidden;
    padding-top: 250px;
}
.persona-page.contact-page .header-content p {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.4px;
    max-width: 768px;
}
.contact-page .column-label h5{
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    position:relative;
}
.contact-page .column-label h5::after{
    content:"";
    display:block;
    width:310px;
    height:1px;
    background-color:#fff;
    margin-top: 6px;
    margin-bottom: 20px;
}
.contact-page .contact-section{
    display: flex;
    align-items: center;
}
.contact-page .contact-section.space-bottom{
    margin-bottom: 28px;
}
.contact-page .contact-label{
    width:229px;
} 
.contact-page .contact-info{
    width:50%;
}
.persona-page.contact-page .contact-label p {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.4px;
}
.contact-page .contact-label p > strong{
    font-weight:500;
}
.contact-page .contact-info a{
    font-weight: 300;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.4px;
    color: #fff;
}
.contact-page .banner-text{
    margin-bottom:60px;
}
.contact-page .header-cta a{
    visibility:hidden;
    animation-delay:1.5s;
}
.contact-page .header-cta{
    margin-bottom:80px;
}
.contact-page .red-overlay{
    mix-blend-mode: multiply;
}
.contact-page .form-content h2 > strong::before{
    display:none;
}
.contact-page .form-content h2{
    position:relative;
}
.contact-page .form-content h2::before {
    content: '';
    height: 3px;
    max-width: 100px;
    background-color: #CBA94C;
    position: absolute;
    width: 100px;
    margin-left: 5px;
    bottom: -22px;
}
.contact-page .header-overlay{
    mix-blend-mode: initial;
}
.contact-page .cta-head-section.goesup::before{
    opacity:1;
    top:0;
}
.contact-page .cta-head-section{
    position:relative;
    padding-left: 115px;
}
.contact-page .cta-head-section::before{
    content: "";
    display: block;
    width: 80px;
    height: 100px;
    position: absolute;
    left: 0;
    top:50px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity:0;
    transition:all ease 1s;
}
.contact-page .cta-head-section h5{
    font-size: 24px;
    line-height: 28px;
    max-width: 278px;
    margin-bottom: 28px;
}
.contact-page .white-bg-wrapper {
    padding: 144px 0 120px;
}
.contact-page .white-bg-wrapper p{
    margin-bottom:30px;
}
.contact-page .two-column-box{
    visibility:hidden;
    animation-delay:2s;
}
.contact-page .white-bg-wrapper p,
.contact-page .white-bg-wrapper h5,
.contact-page .white-bg-wrapper a{
    visibility:hidden;
}

/*  Blog */
.hero-banner{
    min-height: 719px;
    background-position: center top;
    background-size: cover;
}

.border-container{
    /* border: 20px solid #C20047;
    mix-blend-mode: color-dodge; */
    border: 1px solid #C20047;
    position: absolute;
    height: 100%;
    width: 100%;
}
.hero-content{
    background-color: rgba(155, 0, 57, 0.85);  
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiNjMjAwNDciIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzc0MDAyYSIgc3RvcC1vcGFjaXR5PSIwLjg1IiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
    background-image: -webkit-gradient(linear, 0% 0%, 100% 100%,color-stop(0, rgb(194, 0, 71)),color-stop(1, rgba(116, 0, 42, 0.85)));
    background-image: -webkit-repeating-linear-gradient(top left,rgba(194, 0, 71, 0.85) -0.3%,rgba(116, 0, 42, 0.85) 100%);  
    background-image: repeating-linear-gradient(to bottom right,rgba(194, 0, 71, 0.85) -0.3%,rgba(116, 0, 42, 0.85) 100%);
    background-image: -ms-repeating-linear-gradient(top left,rgba(194, 0, 71, 0.85) -0.3%,rgba(116, 0, 42, 0.85) 100%);
    text-align: center;
    padding: 67px 70px 32px;
}
.hero-content h1{
    font-size: 64px;
    line-height: 72px;
    text-transform: uppercase;
}
.hero-content h1 span{
    font-weight: 100;
}
.hero-content h1 span::after{
    display:none;
}
.hero-content hr{
    background-color: #CBA94C;
    height: 3px;
    border: 0;
    width: 100px;
    margin: 30px auto;
}
.hero-content p{
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    font-weight: 700;
}
.hero-content p span{
    font-family: 'Times New Roman', serif;
    font-weight: 400;
    font-style: italic;
}
.hero-container{
    position:relative;
}
.space-around{
    padding: 34px 33px;
}
.hero-banner .page-center{
    height:719px;
    display:table;
}
.hero-banner .vertical-align{
    display:table-cell;
    vertical-align:middle;
}
.blog-details .background-image-wrapper > .row-fluid-wrapper.row-depth-1.row-number-2{
    min-height:95px;
}
.share-icons {
  margin-left: 20px;
}
.share-icons .fb-icon:after,
.share-icons .linkedin-icon:after,
.share-icons .twitter-icon:after,
.share-icons .google-icon:after,
.share-icons .email-icon:after{
    margin-left:0;
    margin-right:30px;
}
.share-icons a:hover:after{
    color:#C20047;
}
.share-icons img{
    display:none;
}
.share-icons a:last-child:after{
    margin-right:0;
}
.blog-content .page-center {
    position: relative;
}
.blog-content h2{
    font-size:30px;
    line-height:50px;
    font-weight:300;
    font-family: 'Roboto', sans-serif;
}
.blog-content table tbody tr:first-child h2:after{
    display:block;
}
.blog-content h2:after{
    display:none;   
}
.blog-content blockquote{
    border-top:1px solid #9B9B9B;
    border-bottom:1px solid #9B9B9B;
    padding: 54px 20px;
}
.blog-content blockquote p{
    font-family: 'Playfair Display', serif;
    font-size:38px;
    line-height:63px;
    font-weight:400;
    color:#C20047;  
    max-width:856px;
    margin:auto;
}
.blog-content h3{
    font-size:18px;
    line-height:50px;
    color:#C20047;
    font-weight:900;
    font-family: 'Roboto', sans-serif;
}
.blog-content h3 > strong{
    color:#8B8D91;
}
.blog-content td {
    padding-bottom: 68px;
    padding-left: 30px;
    padding-right: 30px;
    width: 50% !important;
    vertical-align: top;
}
.threeColumn{
    border-top: 1px solid #9B9B9B;
}
.threeColumn .col1,
.threeColumn .col2{
    width:50%;
    float:left;
}
.box-center{
    border-right: 1px solid #9B9B9B;
}
.box-center{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 133px;
}
.box-center img{
    margin-right: 30px;
}
.box-center p, .box-center a{
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    color: #8B8D91;
}
.box-center a:hover{
    color:#C20047;
    text-decoration:none;
}
.author-section{
    text-align: center;
    padding-top: 108px;
    padding-bottom: 134px;
}
.author-section img{
    width: 153px;
    height: 153px;
    border-radius: 50%;
    webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    margin-bottom:38px;
}
.author-section p.hs-author-name{
    font-size: 18px;
    line-height: 28px;
    color: #8B8D91;
    font-weight: 700;
    margin-bottom:26px;
}
.author-section p.hs-author-name span{
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 400;
}
.author-section .hs-author-bio{
    max-width:519px;
    margin:auto;
    font-size:14px;
    line-height:28px;
    font-weight:400;
    font-family: 'Roboto', sans-serif;
    margin-bottom:43px;
}
.author-section a{
    font-size: 18px;
    line-height: 28px;
    color: #C20047;
    display: inline-block;
    height: 76px;
    border-radius: 40px;
    webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -o-border-radius: 40px;
    -ms-border-radius: 40px;
    border: 1px solid #979797;
    padding: 24px 10px;
    width: 480px;
    transition:all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
}
.author-section a:hover, .author-section a:active, .author-section a:focus{
    color:#fff;
    background-color:#C20047;
    border-color:#C20047;
    text-decoration:none;
    outline:0;
}
.recent-post{
    display:flex;
}
.recent-content a {
    text-decoration: none !important;
}
.rec-box{
    width:50%;
    position:relative;
    background-position: center;
    background-size: cover;
    padding:50px 0;
}
.recent-container{
    display:table;
    max-width: 583px;
    margin: auto;
}
.recent-content{
    position: relative;
    z-index: 2;
    text-align: center;
    height: 363px;
    vertical-align: middle;
    display: table-cell;
    max-width: 583px;
}
.rec-box h2{
    font-weight:100;
    font-size:48px;
    line-height:49px;
    color:#fff;
    
}
.rec-box p{
    color:#fff;
    font-family: 'Roboto', sans-serif;
    font-size:18px;
    line-height:28px;
    font-weight:700;
}
.rec-box p span{
    font-family: 'Playfair Display', serif;
    font-weight:400;
    font-style:italic;
}
.rec-box h2:after{
    content:"";
    background-color: #CBA94C;
    border:0;
    height:3px;
}
.rec-box:first-child .red-overlay{
     background-color:rgba(155,0,56,.83);
}
.rec-box .red-overlay{
    background-color:rgba(155,0,56,.91);
    position:absolute;
    top:0;
    bottom:0;
    width:100%;
}

.comment-section fieldset {
    max-width: 100%!important;
}
.comment-section textarea, 
.comment-section input[type="text"],
.comment-section input[type="password"],
.comment-section input[type="datetime"], 
.comment-section input[type="datetime-local"],
.comment-section input[type="date"], 
.comment-section input[type="month"],
.comment-section input[type="time"],
.comment-section input[type="week"],
.comment-section input[type="number"],
.comment-section input[type="email"], 
.comment-section input[type="url"],
.comment-section input[type="search"],
.comment-section input[type="tel"],
.comment-section input[type="color"],
.comment-section select {
    border-top: 0;
    border: 1px solid #979797;
    background-color: transparent;
    padding-left: 0;
    font-size: 18px;
    font-weight: 300;
    padding: 10px;
    color: #979797;
    height: 72px;
}
.comment-section .hs_submit{
    text-align:center;
}
.comment-section .hs_submit input{
    background-color: #C20047;
    border: #C20047;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -o-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px;
    max-width: 299px;
    width: 100%;
    height: 76px;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.comment-section span.hs-form-required {
    color: #C20047;
    font-size: 16px;
    position: absolute;
    top: 0;
    left: initial;
    padding-left: 5px;
}
.comment-section .hs-fieldtype-text > label, 
.comment-section .hs-fieldtype-textarea > label {
    top: 0;
}

.comment-section .hs-form-field > label {
    font-size: 18px;
    line-height: 28px;
    color: #8B8D91;
    margin-bottom: 10px;
}
.blog-details .hs_cos_wrapper_type_rich_text table {
    width: 100% !important;
}
.blog-details .comment-from, .comment-date {
    display: block;
}
.comment-section .hs-richtext{
    font-size: 36px;
    line-height: 54px;
    font-weight: 100;
    text-align: center;
    color: #8B8D91;
    margin-bottom: 55px;
}
.comment-section textarea{
    height: 289px;
    border: 1px solid #979797;
}
.blog-details .comment{
    position:relative;
    padding-left: 147px;
}
.blog-details .comment.depth-1{
    padding-left:224px;
}
.blog-details .comment-reply-to{
    position: absolute;
    top: 33px;
    right: 0;
    color: #C20047;
    font-size: 14px;
    line-height: 28px;
    width: 65px;
    overflow: hidden;
    height: 26px;
    font-family: 'Roboto', sans-serif;
}

.blog-details .comment-from {
    position: relative;
}
.blog-details .comment-from:before {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background-image: url(https://cdn2.hubspot.net/hubfs/2946146/Dicker%20Data/Blog/grey-circle.svg);
    position: absolute;
    left: -147px;
    top: 0;
}
.blog-details .comment.depth-0 .comment-from:after{
    display:none;
}
.blog-details .comment.depth-1{
    position:relative;
}
.blog-details .comment.depth-1:before{
    content:"";
    width:1px;
    position:absolute;
    top:0;
    bottom:0;
    display:block;
    background-color: #9B9B9B;
    height:auto;
    left:0;
}
.blog-details .comment .comment-from:after{
    content: "";
    display: block;
    width: 42px;
    height: 1px;
    background-color: #9B9B9B;
    left: -222px;
    position: absolute;
    top: 51px;
}
.blog-details .comment-from h4{
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    text-transform: capitalize;
}
.blog-details .comment-from h4 a{
    color: #8B8D91;
}
.blog-details .comment-date {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    line-height: 28px;
    font-size: 18px;
    color: #8B8D91;
    margin-bottom: 31px;
}
.blog-details .comment-body p{
    color: #8B8D91;
    font-size: 18px;
    line-height: 28px;
}
.blog-details .comment-body {
    margin-bottom: 60px;
}
.blog-details .comment.depth-0 {
    border-top: 0;
}
.share-icons{
    display:none;
}
.share-section.show{
    display:flex;
}
.blog-content{
    padding-top:100px;
}
.blog-content h2:after{
    margin-left:0;
}
.show.box-center > img,
.show.box-center p{
/*display:none; */
}
.show.box-center p {
  color: #C20047;
}
.show .share-icons {
    display: block;
}
.comment-section {
    border-top: 1px solid #9B9B9B;
    padding-top: 77px;
    padding-bottom:65px;
}
.comment-section #comments-listing{
    padding-bottom:60px;
}
.comment-section form{
    padding-top:66px;
}
.comment-section #comments-listing:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #9B9B9B;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 60px;
}
.comment-title h2{
    text-align: center;
    font-size: 24px;
    line-height: 54px;
    color: #8B8D91;
    font-style: italic;
    font-family: 'Playfair Display', serif;
    margin-bottom: 0;
}
.comment-title h2:after{
    display:none;
}
.comment-title p{
    font-weight: 100;
    text-align: center;
    font-size: 36px;
    line-height: 54px;
    color: #8B8D91;
}
.comment-section fieldset.form-columns-1 .input,
.comment-section fieldset.form-columns-3 .input{
    margin-right:0 !important;
}
.comment-section fieldset.form-columns-3 .hs-form-field input{
    width:299px;
}
.comment-section fieldset.form-columns-3 .hs-form-field:first-child {
    padding-left:0;
}
.comment-section fieldset.form-columns-3 .hs-form-field {
    padding:0 36px;
}
.comment-section fieldset.form-columns-3 .hs-form-field:last-child {
    padding-right:0;
    padding-left: 72px;
}
.comment-section fieldset.form-columns-3 .hs-form-field {
    width: 33.33% !important;
}






/* About Us */
.about-vendors-section {
    position: relative;
    padding: 100px 0;
    background-attachment: fixed;
}
.darkgray-overlay{
    background-color: rgba(74,74,74,1);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    mix-blend-mode: multiply;
}
.white-twocolumn{
    padding-top:100px;
    padding-bottom:100px;
}
.white-twocolumn p{
    margin-bottom:25px;
}
.white-twocolumn h2::after {
    margin: 20px auto 50px 0;
}
.white-section-cta{
    text-align:center ;
    margin-top:50px;
}
.white-section-cta a{
    margin-left:15px;
    margin-right:15px;
    margin-top:0 !important;
}
.black-stroke-btn{
    color: #4A4A4A;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid #2F3238;
    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;
    -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;
}
.black-stroke-btn:hover{
    background-color: #2F3238;
    border-color: #2F3238;
    color: #fff;
    text-decoration:none;
}
.black-btn{
    background-color: #2F3238;
    color: #fff;
    border: 2px solid #2F3238;
    border-radius: 30px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    padding: 15px 0;
    display: inline-block;
    text-decoration: none;
    line-height: 16px;
    width: 180px !important;
    text-align: center;
    -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;
}
.black-btn:hover{
    background-color: #C20047;
    border: 1px solid #C20047;
    color:#fff;
    text-decoration:none;
}
.about-vendors-section .page-center{
    position:relative;
}
.about-vendors-section h2{
    text-align: center;
    color: #fff;
    line-height: 35px;
}
.about-vendors-section h2:after{
    background-color:#fff;
    margin-bottom: 30px;
}
.linked-in{
    margin-top:56px;
}
.linked-in a{ 
    font-size: 14px;
    color: #C20047;
    text-decoration: underline;
    font-weight: 500;
}
.linked-in i{
    font-size: 30px;
    margin-right: 17px;
    position: relative;
    bottom: -6px;
}
.awards-section{
    padding-top:100px;
    padding-bottom:150px;
}
.awards-section h2{
    text-align:center;
    line-height:35px;
    margin-bottom:100px;
}
.awards-flexi{
    padding:0 50px;
}
.awards-flexi .award-box {
    width: 33.33%;
    border: 0;
    /*  
        border-bottom: 0.5px solid #4A4A4A;
        border-right: 0.5px solid #4A4A4A;
    */
}


.awards-flexi .hs_cos_wrapper_type_custom_widget:nth-child(3n+0) .award-box,
.awards-flexi .hs_cos_wrapper_type_custom_widget:last-child .award-box{
    border-right: 0;
}
.award-box{
    
    position:relative;
    display:table !important;
}
.award-con{
/*     display:table-cell;
    vertical-align:middle; */
    text-align:center;
    height: 240px;
}
.award-con-imgwrap {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  height: 120px;
}
.award-con img{
    margin-bottom:15px;
}
.vendors-flexi .hs_cos_wrapper_type_linked_image {
    width: 20%;
    display: inline-block;
    text-align: center;
    height: 150px;
    position: relative;
}
.vendors-flexi .hs_cos_wrapper_type_linked_image img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    /*border-radius:10px;*/
}
.vendors-flexi{
    text-align:center;
}
.vendors-cta{
    text-align:center;
    margin-top:7px;
}

.explore-cta{
    text-align:center;
    padding: 19px 0 120px 0;
}


.timeline-section {
    position: relative;
}
.progress-bar{
    width: 0;
    height: 3px;
    background-color: #9B9B9B;
    margin-left: 20px;
    position: absolute;
    margin-top: 8px;
    transition:all ease-out 2s;
}
.progress-bar:after {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    background-color: #9B9B9B;     
    top: -4px;   
    left: 0;
    border-radius: 50%;
}
.timeline-section .hs_cos_wrapper_type_custom_widget{   
    display:inline-block;
    margin: 0 8px;
    visibility:hidden;
    vertical-align: top;
}
.timeline-section .hs_cos_wrapper_type_custom_widget{
    animation-delay:1s;
}
.timeline-section .hs_cos_wrapper_type_custom_widget.selected a.circle-btn{
    background-color: #C20047;                    
    border-color: #C20047;
}
.timeline-container{
    padding-top:150px;
}
.timeline-box {
    max-width: 100px;
    position: relative;
    text-align: center;
}
.timeline-start{
    text-align: center;
    max-width: 100px;
    position: relative;
    top: -50px;
}
.timeline-start img{
    margin-bottom:10px;
}
.timeline-start h3{
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
    text-transform: none;
    margin-bottom:0;
}
a.circle-btn {
    width: 19px;
    height: 19px;
    border: 1px solid #979797;
    display: block;
    border-radius: 50%;
    position: relative;
    background-color: #fff;
    left: 0;
    right: 0;
    margin: auto;
}
.timeline-box h4 {
    font-size: 24px;
    color: #C20047;
    position: relative;
    top: -68px;
    line-height: 28px;
}
.timeline-box p {
    line-height: 24px;
    margin-top: 45px;
}
.timeline-box:before {
    content: "";
    height: 80px;
    width: 3px;
    background-color: rgba(155,155,155,.15);
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
}
.about-page .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;
}
.about-page .slick-dots li button{
    width: 0;
    height: 0;
    padding: 0;
}
.about-page .slick-dots li button:before{
    display:none;
}
.about-page .slick-dots  li.slick-active{
    background-color: #c20047;
}
.about-page .slick-prev {
    left: -10px;
}
.about-page .slick-next {
    right: -10px;
}
.about-page .slick-next:before{
    content: '';
    background-image: url(https://cdn2.hubspot.net/hubfs/2946146/Dicker%20Data/About%20Us/grey-next-arrow.png);
    display: block;
    width: 19px;
    height: 43px;
    background-size: contain;
    background-repeat: no-repeat;
}
.about-page .slick-prev:before{
    content: '';
    background-image: url(https://cdn2.hubspot.net/hubfs/2946146/Dicker%20Data/About%20Us/grey-prev-arrow.png);
    display: block;
    width: 19px;
    height: 43px;
    background-size: contain;
    background-repeat: no-repeat;
}
.awards-section button.slick-prev:before {
    background-image: url(https://cdn2.hubspot.net/hubfs/2946146/Dicker%20Data/About%20Us/dark_left_arrow.svg);
    opacity: 1 !important;
}
.awards-section button.slick-next:before {
    background-image: url(https://cdn2.hubspot.net/hubfs/2946146/Dicker%20Data/About%20Us/dark_right_arrow.svg);
    opacity: 1 !important;
}





.error-page .background-image-wrapper > .row-fluid-wrapper.row-depth-1.row-number-2{ 
    min-height: 95px;
}
.error-page .error-wrapper{
    text-align:center;
    padding:100px 0;
    display: table;
}
.error-page .error-wrapper > div{
    display:table-cell;
    vertical-align:middle;
}
.error-wrapper img{
    margin-bottom:32px;
}
.error-wrapper a{
    background-color: #C20047;
    color: #fff;
    border-radius: 25px;
    webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: normal;
    padding: 17px 0;
    display: inline-block;
    text-decoration: none;
    line-height: 16px;
    width: 180px !important;
    text-align: center;
    margin-top:26px;
    transition:all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
}
.error-wrapper a:hover{
    background-color:#000;
    color:#fff;
}
.error-wrapper img{
    animation-delay:0.5s;
    visibility:hidden;
}
.error-wrapper p{
   animation-delay:1s;
    visibility:hidden; 
} 
.error-wrapper a{
    animation-delay:1.5s;
    visibility:hidden;
}

.subsciption-page h1{
    color: #C20047;
    font-size: 40px;
    line-height: 72px;
    font-weight: 900;
}
.subsciption-page .error-wrapper h2:after,
.preferences-page h2:after{
    display:none;
}
.subsciption-page .error-wrapper img{
    animation-delay:0.5s;
    visibility:hidden;
}
.subsciption-page .error-wrapper h2,
.subsciption-page .error-wrapper h1{
    animation-delay:1s;
    visibility:hidden;
}
.subsciption-page .error-wrapper p{
   animation-delay:1.5s;
    visibility:hidden; 
} 
.preferences-page h1{
    color: #C20047;
    font-size: 40px;
    line-height: 72px;
    font-weight: 900;
    text-transform:uppercase;
}
.preferences-page .page-header{
    text-align:center;
    max-width: 800px;
    margin: auto;
}
.preferences-page #email-prefs-form > strong {
    text-align: center;
    display: block;
}
.preferences-page .main-content{
    
    max-width: 970px;
    margin: auto !important;
    float: none !important;
}
.preferences-page .email-image-pref{
    text-align:center;
}
.preferences-page input[type="submit"]{
    background-color: #C20047;
    color: #fff;
    border-radius: 25px;
    webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: normal;
    padding: 12px 20px;
    display: inline-block;
    text-decoration: none;
    line-height: 16px;
    width: auto !important;
    text-align: center;
    margin-top: 26px;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
}
.preferences-page input[type="submit"]:hover{
    background-color:#2F3238;
}
.preferences-page .email-prefs {
    text-align: center;
}
.preferences-page .email-prefs .item,
.preferences-page .subscribe-options{
    text-align:left;
}
.preferences-page .page-header p{
    line-height:28px;
}
.preferences-page .content-wrapper{
    padding-top:200px;
    padding-bottom:200px;
}
.preferences-page .email-prefs .item-inner{
    position: relative;
    padding-left: 60px;
}
.preferences-page .email-prefs .item-inner input{
    position: absolute;
    left: 27px;
    top: 0;
    font-size: 20px;
    bottom: 0;
    margin: auto;
}
.preferences-page .email-prefs .item-inner .checkbox-row span,
.preferences-page .email-prefs .item-inner p{
    margin-left: 0;
}
.preferences-page .email-prefs .item-inner .checkbox-row span{
    font-weight:500;
}
.preferences-page .email-prefs .item .item-inner.selected{
    background-color:#C20047;
    border-color:#C20047;
}
.preferences-page .email-prefs .item-inner.selected .checkbox-row span,
.preferences-page .email-prefs .item-inner.selected p{
    color:#fff;
}

.preferences-page .body-container-wrapper img {
    visibility:hidden;
    animation-delay:0.5s;
    margin-bottom:30px;
}
.preferences-page h1,
.preferences-page h2{
    visibility:hidden;
    animation-delay:1s;
}
.preferences-page p{
    visibility:hidden;
    animation-delay:1.5s; 
}
.preferences-page .email-prefs{
    visibility:hidden;
    animation-delay:2s
}
.awards-flexi{
    display:block;
}
.slick-container{
    display:none;
}

.hardware-section {
    background-color: #EEEFF1;
    padding-top: 100px;
    text-align: center;
    padding-bottom: 185px;
}
.hardware-box {
    text-align: center;
    padding: 0 30px;
}
.hardware-box h3{
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.6px;
    font-weight: 300;
    text-transform: initial;
    margin-bottom: 20px;
    min-height: 128px;
}
.hardware-box .icon-box{
    border: 1px solid #C20047;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: relative;
    margin: auto;
    margin-bottom:30px;
}
.hardware-box .icon-box img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.hardware-section .slick-dots li button:before {
    content: '';
    border: 1px solid #C20047;
    border-radius: 50%;
    background-color: transparent;
    opacity: 1;
}
.hardware-section .slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #C20047;
}
.hardware-section .slick-dots{
    bottom:-40px;
}

.persona-page.seller-page .background-image-wrapper .page-center{
    position:relative;
}
.persona-page.seller-page .header-content{
    text-align: center;
}

.persona-page.seller-page .header-content h1,
.persona-page.seller-page .header-content p{
    margin: auto;
}
.persona-page.seller-page .header-content h1::after {
    margin: 21px auto 0 auto;
    background-color:#C20047;
}
.persona-page.seller-page .background-image-wrapper a.cta_button{
    padding-left:0 !important;
    padding-right:0 !important;
    width:100%;
}
.seller-page .header-overlay {
    mix-blend-mode: initial;
    background-color: rgba(47,50,56,.9);
    background-image: none;
}
.hardware-section{
    position:relative;
}
.hardware-section .slick-slider {
    /* position: initial; */
    position:relative;
}
.hardware-section .slick-prev {
    left: 0;
    z-index: 99;
}
.hardware-section .slick-next {
    right: 0;
    z-index: 99;
}
.hardware-section .slick-prev:before {
    content: '';
    background-image: url(https://cdn2.hubspot.net/hubfs/2946146/Dicker%20Data/Reseller/arrow-left.png);
    display: block;
    width: 60px;
    height: 60px;
    opacity:1;
}
.hardware-section .slick-next:before {
    content: '';
    background-image: url(https://cdn2.hubspot.net/hubfs/2946146/Dicker%20Data/Reseller/arrow-left.png);
    display: block;
    width: 60px;
    height: 60px;
    opacity:1;
    transform:scaleX(-1);
}
.hardware-section .slick-prev.slick-disabled:before, 
.hardware-section .slick-next.slick-disabled:before{
    opacity:0.25;
}
.hardware-section .slick-dots{
    position:relative;
}
.hardware-section .slick-prev, .hardware-section .slick-next{
    width:60px;
    height:60px;
}
.flexi-seller{
    position:relative;
}


.hardware-section .slick-next {
  right: -80px;
}

.hardware-section .slick-prev {
  left: -80px;
}

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

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

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

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

}
@media only screen and (max-width: 1025px) {
  .hardware-section .slick-next {
    right: 0;
  }

  .hardware-section .slick-prev {
    left: 0;
  }
}


/* ================ Tablets (portrait and landscape) ================ */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	/* end of tablet (portrait and landscape) */
	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;
    }
    .image-overlay.first-image img {
        max-width: 350px;
        max-height: 350px;
    }
    .photo-section .second-image {
        margin-left: 100px;
        top: 100px;
    }
    .image-overlay.second-image img {
        max-width: 350px;
        max-height: 230px;
    }
    .photo-section .third-image {
        margin-left: 70px;
        top: 182px;
    }
    .image-overlay.third-image img {
        max-width: 220px;
        height: 330px;
    }
    .two-column-section {
        padding: 100px 0 165px;
    }
    .persona-page .background-image-wrapper{
            background-attachment:initial;
    }
    .logo-section img {
        left: 15px;
    }
    .logo-section{
        z-index:3;
    }
    .persona-page .right-content {
        margin-top: 0;
    }
    .form-section{
        background-attachment:initial;
    }
    .persona-page.contact-page .header-content p {
        max-width: 540px;
    }
    .persona-page .background-image-wrapper .page-center,
    .persona-page .white-bg-wrapper .page-center,
    .two-column-section .page-center,
    .form-section .page-center,
    .footer-dark-grey-wrapper .page-center,
    .see-more-link .page-center{
        padding-right: 42px;
        padding-left: 42px;
    }
    .timeline-box{
        width:80px;
    }
    .persona-page.seller-page .header-content {
        width: 90%;
    }
    .flexi-seller .slick-prev, 
    .flexi-seller .slick-next {
        top: 15%;
    }
    
    .comment-section fieldset.form-columns-3 .hs-form-field input {
        width: 100%;
    }
    
    
}

/* ================ Tablets (portrait) ================ */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {   
    .image-overlay.first-image img {
        max-width: 244px;
        max-height: 244px;
    }
    .two-column-section {
        padding:55px 0 165px;
    }
    .photo-section .second-image {
        margin-left: 93px;
        top:61px;
    }
    .image-overlay.second-image img {
        max-width: 244px;
        max-height: 152px;
    }
    .photo-section .third-image {
        margin-left: 53px;
        top: 112px;
    }
    .image-overlay.third-image img {
        max-width: 139px;
        height: 204px;
    }
    .content-section {
        margin-top: 0;
    }
    .persona-page .header-content {
        bottom: 100px;
        max-width: 700px;
    }
    .see-more-link {
        padding-top: 0;
    }
    .contact-page .cta-head-section {
        padding-left: 80px;
    }
    .contact-page .cta-head-section::before {
        width: 50px;
    }
    .contact-page .column-label h5::after{
        width:100%;
    }
    .logo-content{
        padding-right:14px;
    }
    .contact-page .contact-label {
        width: 165px;
    }
    
}

@media only screen and (max-width: 812px) {
     .timeline-start {
        max-width: 190px;
        top: 0;
        text-align: left;
        padding-left: 70px;
        margin-bottom: 30px;
    }
    
    .timeline-section .hs_cos_wrapper_type_custom_widget {
        display: block;
        margin: 0;
    }
    .timeline-box {
        max-width: 100%;
        text-align: left;
        padding-left: 70px;
        min-height:100px;
        width: 100%;
    }
    .timeline-box:before{
        display:none;
    }
    a.circle-btn {
        left: 12px;
        top: 6px;
        position: absolute;
        right: initial;
        margin: initial; 
    }
    .timeline-box p {
        margin-top: 0;
    }
    .timeline-box h4 {
        top: 0;
    }
    .progress-bar{
        width:3px;
        top:-140px;
        transition:all ease-out 1s;
    }
    .progress-bar:after{
        left:-3px;
    }
    .white-twocolumn p{
        margin-bottom:0;
    }
    .timeline-container .span11,
    .timeline-container .span1{
        margin-left:0 !important;
        width:100% !important;
    }
    .timeline-section .span12{
        margin-left:0 !important;
    }
}

@media only screen and (max-width: 736px) {
    .awards-section h2 {
        margin-bottom: 0;
    }
    .award-con {
        height: 170px;
    }
}

/* ================ Phones (portrait and landscape) ================ */
@media only screen and (max-width: 767px) {
	/* end of mobile (portrait and landscape) */
	.persona-page .header-content h1::after	{
	    max-width:60px;
	    width:60px;
	}
	.persona-page .white-bg-wrapper h2::after{
	   margin: 45px auto 25px auto;
	}
    .for-desktop{
        display:none;
    }
    .for-mobile{
        display:block;
    }
    .content-section{
        text-align:center;
        margin-top: 122px;
        margin-left:auto;
        margin-right:auto;
    }
    .two-column-section {
        padding: 55px 0 52px;
    }
    .content-section h3::after{
        margin: 30px auto 22px 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;
    }
    
   
    .persona-page .header-content{
        padding-right:20px;
    }
    .persona-page .header-content h1 {
        font-size: 38px;
        line-height: 40px;
    }
    .persona-page .header-content p{
        font-size:14px;
        max-width:200px;
    }
    .persona-page .header-content {
        position: absolute;
        top: 50%;
        bottom:initial;
        z-index: 1;
        transform: translate(0, -50%);
    }
    .persona-page .white-bg-wrapper {
        padding-bottom: 40px;
    }
    .persona-page .white-bg-wrapper .rtext-style-1 h2{
        font-size:26px;
    }
    .photo-section img {
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        -ms-box-shadow: none;
    }
   
    fieldset.form-columns-2 .input,
    fieldset.form-columns-1 .input{
        margin-right: 0 !important;
    }
    fieldset {
        max-width: 100% !important;
    }
    input[type="submit"]{
        width:auto;
        padding:0 25px;
    }
    .persona-page .background-image-wrapper .page-center,
    .persona-page .white-bg-wrapper .page-center,
    .two-column-section .page-center,
    .form-section .page-center,
    .footer-dark-grey-wrapper .page-center{
        padding-right: 20px;
        padding-left: 20px;
    }
    .form-section .form-content{
        padding-right: 0;
        padding-left: 0;
    }
    .persona-page .background-image-wrapper{
        background-attachment:initial;
    }
    .see-more-link p{
        text-align:center;
    }
    .banner-content{
        min-height: 400px !important;
    }
    .banner-content .hs_cos_wrapper_type_rich_text {
        position: absolute;
        top: initial;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        transform: translate(0, 0);
    }
    .banner-content h1:after{
        margin-left:auto;
        margin-right:auto;
    }
    .banner-content{
        text-align:center;
    }
    .banner-image{
        min-height: auto !important;
        padding-bottom: 100px;
        padding-top: 100px;
        text-align: center;
    }
    .banner-image .hs_cos_wrapper_type_linked_image {
        position: relative;
        top: initial;
        bottom: 0;
        transform: translate(-50%, 0);
        right:initial;
    }
    .formright {
        padding-top: 100px;
    }
    .form-corner {
        max-width: 100%;
        position: relative;
    }
    .logo-section img {
        left: 15px;
    }
    .logo-section{
        z-index:3;
    }
    .content-section p,
    .form-content p{
        letter-spacing:0;
    }
    .banner-center-content h1::after,
    .banner-content h1:after{
        width:60px;
    }
    .banner-content h1 ,
    .banner-center-content h1{
        font-size:38px;
        line-height:40px;
    }
    .banner-content p,
    .banner-center-content p{
        font-size:14px;
    }
    .landing-content h2,
    .small-content h2{
        line-height: 30px;
        font-size:26px;
    }
    .form-corner .submitted-message{
        text-align: center;
        font-size: 26px;
        line-height: 30px;
        color: #2F3238;
        padding-bottom: 50px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .position-bottom {
        bottom: initial;
        top: 50%;
        left:0; 
        right:0;
        transform: translate(0, -50%);
    }
    .form-content .submitted-message{
        font-size:26px;
    }
    
    .persona-page.contact-page .header-content{
        transform: translate(0, 0);
    }
    .persona-page.contact-page .banner-text p{
        line-height:28px;
        letter-spacing:0;
        max-width:200px;
    }
    
    .contact-page .column-label h5::after {
        width: 100%;
        left: 0;
        right: 0;
    }
    .contact-page .contact-section {
        display: block;
    }
    .contact-page .two-column-box {
        margin-bottom: 50px;
    }
    .contact-page .background-image-wrapper {
        padding-bottom: 50px;
    }
    .contact-page .cta-head-section {
        padding-left: 0;
        margin-bottom: 50px;
        text-align: center;
    }
    .contact-page .cta-head-section::before {
        position: relative;
        margin: 0 auto 50px;
    }
    .contact-page .form-content h2::before {
        width: 60px;
    }
    .contact-page .white-bg-wrapper {
        padding: 100px 0;
    }
    .see-more-link {
        padding-top: 50px;
    }
    .preferences-page h1,
    .subsciption-page h1{
        font-size: 35px;
        line-height: 40px;
    }
    .preferences-page .body-container-wrapper img,
    .subsciption-page .body-container-wrapper img{
        width:100px !important;
    }
    .contact-page .cta-head-section h5{
        margin-left:auto;
        margin-right:auto;
    }
    .persona-page.contact-page .header-content{
        padding-right:0;
    }
    
    .white-twocolumn{
        text-align:center;
    }
    .white-twocolumn h2{
        font-size: 26px;
        line-height: 30px;
    }
    .white-twocolumn h2::after {
        margin: 50px auto 20px auto;
    }
    .black-bg .mobile-trigger {
        /* margin-top: -45px !important; */
        margin-top: -30px !important;
    }
    .about-page .pwtb-section .heading-left p strong span::after{
        margin-top:60px;
        position:relative;
    }
    .about-page .pwtb-section .heading-left {
        margin-bottom: 30px;
    }
    .about-page .content-right a {
        margin-top: 50px !important;
    }
    .about-page .awards-flexi .award-box {
        width: 100%;
        border-bottom: 0;
        border-right: 0;
    }
    .vendors-flexi .hs_cos_wrapper_type_linked_image {
        width: 45%;
        padding: 0 20px;
        height: 100px;
    }
    .vendors-flexi .hs_cos_wrapper_type_linked_image img {
        position: relative;
    }
    .explore-cta a{
        padding: 17px 0 !important;
        width: 100%;
    }
    .award-box {
        height: auto;
        position: relative;
        margin-bottom: 50px;
        text-align: left;
    }
    .award-box img {
        position: relative;
    }
   .awards-flexi{
        display:none !important;
    }
    .slick-container{
        display:block !important;
    }
    .persona-page.seller-page .background-image-wrapper .page-center {
        position: initial;
    }
    .hardware-section .slick-prev, 
    .hardware-section .slick-next,
    .hardware-section .slick-next:before ,
    .hardware-section .slick-prev:before {
        width:40px;
        height:40px;
    }
    .hardware-section .slick-prev:before,
    .hardware-section .slick-next:before{
        background-size:contain;
    }
    .hardware-section .slick-prev, .hardware-section .slick-next{
        top:16%;
    }
    
    
    .hero-content h1 {
        font-size: 35px;
        line-height: 43px;
    }
    
    .hero-content {
        padding: 63px 15px 32px;
    }
    .blog-content td {
        padding-bottom: 68px;
        padding-left: 0;
        padding-right: 0;
        width: 100% !important;
        display: block;
        height: auto !important;
    }
    .blog-content table {
        width:100% !important;
    }    
    .blog-content blockquote {
        padding: 54px 0;
        width: 100%;
    }
    .box-center {
        border: 1px solid #9B9B9B;
    }
    .recent-post {
        display: block;
    }
    .author-section a{
        width:100%;
    }
    .comment-section fieldset.form-columns-3 .input{
        margin-right:0;
    }
    
    .blog-details .comment {
        padding-left: 0;
    }
    .blog-details .comment-from:before{
        display:none;
    }
    .rec-box {
        width: 100%;
    }
    .recent-content {
        height: auto;
        padding: 50px 10px;
    }
        
    .rec-box h2 {
        font-size: 35px;
        line-height: 1.5;
       
    }
    .blog-details .comment.depth-1 {
        padding-left: 50px;
    }
    .blog-details .comment.depth-1 {
        padding-left: 50px;
    }
    
    .comment-section fieldset.form-columns-3 .hs-form-field {
        width: 100% !important;
    }
    .comment-section fieldset.form-columns-3 .hs-form-field {
        padding: 0 !important;
    }
    .threeColumn .col1, .threeColumn .col2 {
        width: 100%;
        float: initial;
    }
    .awards-section .award-box img {
        margin-right: auto;
        margin-left: auto;
    }
    .awards-section .award-box p {
        max-width: 200px;
        margin: 0 auto;
        line-height: 20px;
    }
    .awards-section .award-box {
        width: 100%;
    }
    .awards-section button.slick-next {
        right: 5px;
        top: 32%;
        z-index: 99;
        width: 19px;
        height: 43px;
    }
    .awards-section button.slick-prev {
        left: 5px;
        top: 32%;
        z-index: 99;
        width: 19px;
        height: 43px;
    }
    .awards-section .slick-container.slick-slider {
        max-height: 247px;
    }
    .awards-section .slick-dots {
        bottom: -31px;
    }
    .explore-cta {
        padding: 19px 0 90px 0;
    }
    .explore-cta a {
        max-width: 250px;
    }
}



/* ================ Phones (landscape) ================ */
@media screen and (min-width: 480px) and (max-width: 767px) {
    .content-section{
        margin-top:200px;
    }
    .persona-page .header-content p{
        max-width:360px;
    }
    .centerImage{
        display: table;
        margin: 0 50% 0 19%;
    }
    .landing-page-2 .banner-container {
        min-height: 450px !important;
    }
    .contact-page .contact-section {
        display: flex;
    }
    .persona-page.contact-page .banner-text p {
        max-width: 360px;
    }
    .contact-page .cta-head-section h5 {
        margin-left: auto;
        margin-right: auto;
    }
    .contact-page .column-label h5::after {
        width: auto;
    }
    
}

/* ================ Phones (old mobiles) ================ */
@media screen and (max-width: 470px) {
	 .image-overlay.first-image img {
        max-width: 244px;
        max-height: 244px;
        
    }
    .image-overlay.first-image{
        margin-left:-22px;
    }
    
    .photo-section .second-image {
        margin-left: 93px;
        top:61px;
    }
    .image-overlay.second-image img {
        max-width: 300px;
        max-height: 160px;
    }
    .photo-section .third-image {
        margin-left: 53px;
        top: 112px;
    }
    .image-overlay.third-image img {
        max-width: 139px;
        height: 204px;
    }
    .social-share .fb-icon:after,
    .social-share .linkedin-icon:after,
    .social-share .twitter-icon:after,
    .social-share .google-icon:after,
    .social-share .pinterest-icon:after,
    .social-share .email-icon:after{
        margin-left:20px;
    }
    .social-share .hs_cos_wrapper_type_social_sharing {
        line-height: 16px;
    }
    .social-share a::after {
        font-size: 18px;
    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .centerImage {
        margin: 0 50% 0 14%;
    }
}