/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */


@import url('//use.fontawesome.com/releases/v5.6.3/css/all.css');
@import url('//fonts.googleapis.com/css?family=Lato:100,300,400,400italic,700');
@import url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.6.3/css/font-awesome.css);
@import url('//cdn2.hubspot.net/hubfs/528974/Ytel_March2019%20Theme/fonts/icon.min.css');

@font-face {
  font-family:"Icons";
  src: url('//cdn2.hubspot.net/hubfs/528974/Ytel_March2019%20Theme/fonts/myIcon.eot') format('embedded-opentype'),
    url('//cdn2.hubspot.net/hubfs/528974/Ytel_March2019%20Theme/fonts/FontAwesome.woff') format('woff'),
    url('//cdn2.hubspot.net/hubfs/528974/Ytel_March2019%20Theme/fonts/FontAwesome.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
} 

@font-face {
  font-family: brand-icons;
  src: url("//cdn2.hubspot.net/hubfs/528974/Ytel_March2019%20Theme/fonts/brand-icons.eot?#iefix") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/528974/Ytel_March2019%20Theme/fonts/brand-icons.woff2") format("woff2"), 
    url("//cdn2.hubspot.net/hubfs/528974/Ytel_March2019%20Theme/fonts/brand-icons.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/528974/Ytel_March2019%20Theme/fonts/br-icons.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}


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

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

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

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden; 
    }
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
    #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

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

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 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 {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

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

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.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;
}

/* Vertical Menu
   ========================================================================== */ 

.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;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.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.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > 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-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


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

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

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

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.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");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

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

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

/* FlexSlider Necessary Styles
*********************************/
.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%;}


/* 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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    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;
    }
}

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

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

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


/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

/* =============== Base =============== */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

html {
  font-size: 14px;
}

body {
  background: #fff;
  font-weight: normal;
  font-family:'Lato', sans-serif;
  font-size: 14px;
  line-height: 1.4285em;
  color: rgba(0,0,0,.87);
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1157px;
  padding-left:15px;
  padding-right:15px;
  margin: 0 auto;
}

::-webkit-selection {
  background-color: #cce2ff;
  color: rgba(0,0,0,.87)
}

::-moz-selection {
  background-color: #cce2ff;
  color: rgba(0,0,0,.87)
}

::selection {
  background-color: #cce2ff;
  color: rgba(0,0,0,.87)
}

input::-webkit-selection,textarea::-webkit-selection {
  background-color: rgba(100,100,100,.4);
  color: rgba(0,0,0,.87)
}

input::-moz-selection,textarea::-moz-selection {
  background-color: rgba(100,100,100,.4);
  color: rgba(0,0,0,.87)
}

input::selection,textarea::selection {
  background-color: rgba(100,100,100,.4);
  color: rgba(0,0,0,.87)
}


/* =============== Typography =============== */

/* Basic text */
p {
  margin: 0 0 1em;
  font-size: 18px;
  line-height: 30px;
  font-weight:300;
} 

p:last-child {
  margin-bottom: 0;
}
small {}
strong {}
em {}
cite {}
code {}
pre {}

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 {
  font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
  line-height: 1.28571429em;
  margin: calc(2rem - .14285714em) 0 1rem;
  font-weight: 300;
  padding: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 3.5rem;
}
h2 {
  font-size: 2.8rem;
}
h3 {
  font-size: 2.2rem;
}
h4 {
  font-size: 1.6rem;
}

h5 {
  font-size: 1.5rem;
  font-weight: 400;
  color: #036;
}

h6 {
  font-size: 1.2rem;
  color: #bbb;
  margin: 1rem 0 3rem;
}

/* Anchor Links */
a {
  color: #4183c4;
  text-decoration: none;
}

a:hover {
  color: #1e70bf;
  text-decoration: none;
}

a:focus{
  outline:none;
}


/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {
}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}

div#hs-eu-cookie-confirmation {
  background: -webkit-linear-gradient(-45deg, rgba(2,117,211,0.90) 0%, rgba(149,108,215,0.90) 100%) !important;
  box-shadow: 0 1px 5px #242424 !important;
  border-bottom: none !important;
  border-top: none !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner { 
  background: transparent !important;
  font-family: lato, sans-serif !important;
  color: #fff !important;
}

div#hs-eu-cookie-confirmation-inner p {
  color: #fff !important;
  font-family: lato, sans-serif !important;
  font-size: 14px !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
  font-family: lato, sans-serif !important;
  background-image: linear-gradient(to right, #f90 0%, #ff8500 100%)!important;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(4,91,188,0.35)!important;
  -moz-box-shadow: 0px 5px 5px 0px rgba(4,91,188,0.35)!important;
  box-shadow: 0px 5px 5px 0px rgba(4,91,188,0.35)!important;
  transition: 0.3s !important;
  background-color: #f2711c !important;
  font-weight: 400 !important;
  font-size: 14px important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button:hover {
  background-image: linear-gradient(to right, #ffad36 0%, #f90 100%) !important;
  -webkit-box-shadow: 0px 15px 25px 0px rgba(13,113,211,0.2) !important;
  -moz-box-shadow: 0px 15px 25px 0px rgba(13,113,211,0.2) !important;
  box-shadow: 0px 15px 25px 0px rgba(13,113,211,0.2) !important;
}

#hs-eu-cookie-confirmation-inner a {
  color: #fff !important;
}

#hs-eu-cookie-confirmation-inner a:hover {
  color: #fff !important;
  text-decoration: underline;
}



/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}

/* =============== Header =============== */

.header-container-wrapper {}
.header-container {}

.custom-header-group {
  padding-top: 34px;
  font-size: 14px;
  background: #0d71d3;
  position: absolute;
  top: 0;
  z-index: 99;
  width:100% !important;
}

.custom-header-group-landing-page {
  padding-top: 34px;
  font-size: 14px;
  position: absolute;
  top: 0;
  z-index: 99;
  width:100% !important;
}

.custom-logo img {
  max-width: 93px;
}
.custom-logo {
  padding: 0 14px;
}

a#ctPhone {
  padding: 12px 14px;
  margin: 0 5px;
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
  min-width: 157px;
  display: inline-block;
  line-height: 19px;
}

div#desktop-navigation .item {
  padding: .78571429em .22857143em;
  margin: 0 2px;
  background: 0 0;
  -webkit-transition: color .1s ease;
  transition: color .1s ease;
  border-radius: .28571429rem;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
  line-height: 1;
}

#desktop-navigation a.button {
  margin: 0.15em 0 0 0.25em;
  display: inline-block;
}

button.ui.orange {
  margin: 0 0 0 6px;
  font-weight: 400;
  color: #fff;
  background-image: linear-gradient(to right, #f90 0%, #ff8500 100%);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(4,91,188,0.35);
  -moz-box-shadow: 0px 5px 5px 0px rgba(4,91,188,0.35);
  box-shadow: 0px 5px 5px 0px rgba(4,91,188,0.35);
  transition: 0.3s;
  background-color: #f2711c;
  text-shadow: none;
  cursor: pointer;
  display: inline-block;
  min-height: 1em;
  outline: 0;
  border: none;
  vertical-align: baseline;
  line-height: 1em;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  border-radius: .28571429rem;
  padding: .78571429em 1.5em .78571429em;
  font-size: 1rem;
  font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
}

.custom-header-group .left-col {
  width: auto !important;
}

.custom-logo img {
  max-width: 93px;
  width: 100% !important;
}

.custom-header-group .right-col {
  margin-left: 0 !important;
  width: calc(100% - 150px);
  float: right !important;
}

.custom-header-group .right-col-new {
  margin-left: 0 !important;
  float: right !important;
}

.custom-menu-primary i.dropdown.icon {
  padding: 0;
  float: right;
  margin: 0 0 0 1em;
  opacity: .9;
}

.custom-menu-primary i.dropdown.icon:before {
  content: "\f0d7";
  position: relative;
  top: 0px;
}

i.icon {
  display: inline-block;
  font-size:1em;
  width: 1.18em;
  height: 1em;
  font-family: Icons;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  text-align: center;
  speak: none;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Landing Page Header Gradients */

.header-blue-blue {
  background: #0d71d3;
  background: -moz-linear-gradient(-45deg, #003366 0%, #0d71d3 100%) !important;
  background: -webkit-linear-gradient(-45deg, #003366 0%, #0d71d3 100%) !important; 
  background: linear-gradient(135deg, #003366 0%, #0d71d3 100%) !important;
}

.header-blue-teal {
  background: #0d71d3;
  background: -moz-linear-gradient(-45deg, #0d71d3 0%, #3cc0ac 100%) !important;
  background: -webkit-linear-gradient(-45deg, #0d71d3 0%, #3cc0ac 100%) !important; 
  background: linear-gradient(135deg, #0d71d3 0%, #3cc0ac 100%) !important;
}

.header-blue-violet {
  background: #0d71d3;
  background: -moz-linear-gradient(-45deg, #0d71d3 0%, #9465d7 100%) !important;
  background: -webkit-linear-gradient(-45deg, #0d71d3 0%, #9465d7 100%) !important; 
  background: linear-gradient(135deg, #0d71d3 0%, #9465d7 100%) !important;
}



/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}

.content-wrapper {
  padding-top:100px;
  padding-bottom:100px;
}

.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

.custom-banner-area-group {
  background: #0d71d3;
  -webkit-clip-path: polygon(0 0,100% 0,100% 92%,0 100%);
  clip-path: polygon(0 0,100% 0,100% 92%,0 100%);
  position: relative;
  padding: 135px 0 152px 0;
  text-align: center;
}

.custom-banner-area-group h1 {
  color: #fff;
  margin: 50px 0 0 0;
  font-size: 3.5rem;
  font-weight: 300;
}

.landingpage-banner-area-group h1 {
  color: #fff;
  margin: 80px 0 0 0 !important;
  font-size: 3.5rem;
  font-weight: 300;
}

.landingpage-banner-form-area-group h1 {
  color: #fff;
  margin: 10px 0 0 0 !important;
  font-size: 3.5rem;
  font-weight: 300;
}

.custom-banner-area-group:after {
  content: '';
  background: #e6f1fb;
  position: absolute;
  left: 0;
  bottom: -74px;
  overflow: visible;
  width: 100%;
  height: 150px;
  -webkit-transform: skewY(2deg);
  -moz-transform: skewY(2deg);
  -ms-transform: skewY(2deg);
  -o-transform: skewY(2deg);
  transform: skewY(2deg);
  backface-visibility: hidden;
  z-index: -2;
}

h4.hero-subheader {
  color: #fff;
  margin: 20px 0 0 0;
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 300;
}

.banner-content {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 50px auto 0;
  width: 87.5%!important;
  padding-left: 1rem;
  padding-right: 1rem;
}

.ui.secondary.right.menu {
  text-align: right;
  padding-left: 0;
  padding-right: 9px;
}


/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}

.custom-footer-group {
  padding: 0 0 60px 0;
  background-color: #036;
  position: relative;
  color: #fff;
  font-size: 14px;
}
.custom-footer-group:before {
  content: '';
  background: inherit;
  position: absolute;
  left: 0;
  top: -60px;
  overflow: visible;
  width: 100%;
  height: 120px;
  z-index:0;
  -webkit-transform: skewY(-2deg);
  -moz-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  -o-transform: skewY(-2deg);
  transform: skewY(-2deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: initial;
}
.custom-footer-group .page-center {
  position: relative;
}
.custom-copyrights {
  padding: 14px;
  color: #064a8c;
  line-height: 1.4285em;
  font-weight: 400;
  margin-top: 28px;
}
.custom-copyrights p {
  margin: 0;
  font-size: 14px;
  line-height: 19px;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
}
.custom-copyrights a{
  font-weight: 400;
  color: #2995ED;
  -webkit-transition: .2s;
  transition: .2s;
}
.custom-copyrights a:hover{
  color: #45ADF4;
}
.custom-footer-links .hs-menu-wrapper>ul {
  width: 100%;
  padding-left: 11px;
}
.custom-footer-links .hs-menu-wrapper>ul>li {
  width: 22.2%;
  padding: 12px 14px 14px;
}
.custom-footer-links .hs-menu-wrapper>ul>li:nth-child(3) {
  width: 33.4%;
}
.custom-footer-links .hs-menu-wrapper>ul>li>a {
  font-size: 18px;
  color: #fff;
  line-height: 23px;
  margin-bottom: 11px;
  font-weight:300;
}
.custom-footer-links .hs-menu-wrapper > ul ul li{
  margin:0 0px 13px;
}
.custom-footer-links .hs-menu-wrapper > ul ul li a{
  font-weight: 400;
  color: #fff;
  white-space: normal !important;
  -webkit-transition: .2s;
  transition: .2s;
  padding: .21428571em 0;
  line-height: 1.14285714em;
}
.custom-social-group a {
  font-weight: 400;
  color: #fff;
  -webkit-transition: .2s;
  transition: .2s;
  font-size: 24px;
  margin-right: 2px;
}
.custom-social-group a:hover {
  color: #2995ED;
}
.custom-social-group .screen-rander{
  display:none;
}
.custom-footer-col1 img {
  margin-bottom: 25px;
}
.custom-footer-left-group {
  padding: 14px;
}
.custom-footer-col1 {
  font-weight: normal;
  margin-bottom: 25px;
}
.custom-footer-col1 p {
  font-weight: 300;
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 30px;
}
#back-to-top {
  display: none !important;
}




/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */

@media screen and (min-width:992px) {

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

  /* Parent List */
  .custom-menu-primary .hs-menu-wrapper > ul{}
  .custom-menu-primary .hs-menu-wrapper > ul > li{}
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: .8571439em .92857143em;
    margin: 0 .35714286em;
    background: 0 0;
    -webkit-transition: color .1s ease;
    transition: color .1s ease;
    border-radius: .28571429rem;
    font-size: 1.2rem;
    font-weight: 400;
    line-height:1;
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    background-color: rgba(255,255,255,0.2);
  }

  /* Child List */
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    padding: 20px;
    width: 360px;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    margin: .5em 0 0;
    border: 1px solid #d4d4d5;
    line-height: 1.4285em;
    font-weight: 400;
    font-style: normal;
    color: rgba(0,0,0,.87);
    border-radius: .28571429rem;
    -webkit-box-shadow: 0 2px 4px 0 rgba(34,36,38,.12), 0 2px 10px 0 rgba(34,36,38,.15);
    box-shadow: 0 2px 4px 0 rgba(34,36,38,.12), 0 2px 10px 0 rgba(34,36,38,.15);
    background: #fff;
    left: 6px !important;
    transition: 0.3s ease all !important;
  }
  
  li + .resources > ul {
    column-count: 2;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul:before {
    position: absolute;
    content: '';
    width: .71428571em;
    height: .71428571em;
    top: -.25em;
    left: 1em;
    right: auto;
    bottom: auto;
    margin-left: 0;
    -webkit-box-shadow: -1px -1px 0 0 #bababc;
    box-shadow: -1px -1px 0 0 #bababc;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.products > ul > li{
    -webkit-column-break-inside: avoid;
    column-break-inside: avoid;
    page-break-inside: avoid;
    background-color: #fff;
    border-radius: 4px;
    padding: 10px 10px 10px 85px;
    line-height: 1.4285em;
    cursor: pointer;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul {
    display: block !important;
    opacity: 1 !important;
    position: static !important;
    visibility: visible !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a {
    font-size: 1rem;
    font-weight: 400;
    color: #424242;
    line-height: 1.4285em;
    white-space: normal !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {
    font-size: 18px;
    color: #0d71d3;
    font-weight: 400;
    line-height: 1.28571429em;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:before {
    content: "";
    display: block;
    width: 56px;
    height: 56px;
    position: absolute;
    left: 10px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.sms:before {
    background: url('//cdn2.hubspot.net/hubfs/528974/Ytel_March2019%20Theme/Images/sms-api.svg');
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.voice:before {
    background: url('//cdn2.hubspot.net/hubfs/528974/Ytel_March2019%20Theme/Images/voice-api.svg');
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.phone.numbers:before {
    background: url('//cdn2.hubspot.net/hubfs/528974/Ytel_March2019%20Theme/Images/phone-numbers.svg');
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.broadcast:before {
    background: url('//cdn2.hubspot.net/hubfs/528974/Ytel_March2019%20Theme/Images/campaign-broadcast.svg');
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.sip:before {
    background: url('//cdn2.hubspot.net/hubfs/528974/Ytel_March2019%20Theme/Images/call-tracking.svg');
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.contact.center:before {
    background: url('//cdn2.hubspot.net/hubfs/528974/Ytel_March2019%20Theme/Images/contact-center.svg');
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.resources>ul {
    width: 560px;
    left: 50% !important;
    transform: translateX(-50%);
    padding: 20px;
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.resources>ul:before {
    left: 49.15%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.resources > ul > li{
    background-color: #fff;
    border-radius: 4px;
    padding: 11px 8px;
    line-height: 1.4285em;
    margin: 0 0 .35714286em;
    -webkit-column-break-inside: avoid;
    column-break-inside: avoid;
    page-break-inside: avoid;
    cursor: pointer;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.resources>ul>li > a {
    font-size: 14px;
    color: #424242;
    font-weight: 400;
    line-height: 1;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.resources>ul .mega-right {
    -webkit-box-shadow: -1px 0 0 0 rgba(34,36,38,.15);
    box-shadow: -1px 0 0 0 rgba(34,36,38,.15);
    color: #666;
    font-size: 14px;
    padding: 0 0 0 20px;
    margin-left: 57px;
    -webkit-column-break-inside: avoid;
    column-break-inside: avoid;
    page-break-inside: avoid;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.resources>ul .mega-right h4 {
    color: #424242;
    margin: 0 0 18px 0;
    font-size: 18px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.resources>ul .mega-right div.resources-button {
    margin: 30px 0 0 0;
  }

  .resources-button button.ui.fluid {
    display: block;
    margin-left: 0;
    width: 100%;
  }

  .resources-button a {
    display: block !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul:after {
    content: "";
    height: 20px;
    width: 100%;
    position: absolute;
    background: transparent;
    top: -20px;
    left: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li{}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

  /* 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;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul { 
    -webkit-transition: all 0.2s ease !important; 
    -o-transition: all 0.2s ease !important; 
    transition: all 0.2s ease !important; 
    -webkit-transform: scale(0.75); 
    -ms-transform: scale(0.75); 
    transform: scale(0.75); 
    -webkit-transform-origin: left top; -ms-transform-origin: 
      left top; transform-origin: left top; 
  } 
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul { 
    -webkit-transform: scale(1); 
    -ms-transform: scale(1); 
    transform: scale(1); 
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.resources>ul { 
    -webkit-transform: translateX(-50%) scale(0.75); 
    -ms-transform: translateX(-50%) scale(0.75); 
    transform: translateX(-50%) scale(0.75); 
  } 

  .custom-menu-primary .hs-menu-wrapper>ul>li.resources:hover>ul { 
    -webkit-transform: translateX(-50%) scale(1); 
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1); 
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>li > a:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: transparent;
    content: "";
  }

  /* Fix menu disappearing on desktop after toggling mobile menu */

  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
}


/* =============== Mobile Toggle Menu =============== */

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

@media (max-width: 991px){

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

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

  .mobile-trigger {
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 24px;
    width: auto;
    height: auto;
    background: transparent;
    border: 0;
    text-align: left;
    font-size: 1.2rem;
    font-weight: 400;
    color: #fff;
    padding: .78571429em .92857143em;
    margin: 0 .35714286em;
    -webkit-transition: color .1s ease;
    transition: color .1s ease;
    border-radius: .28571429rem;
    z-index: 999;
    line-height: 1;
  }

  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    background-color: rgba(255,255,255,0.2);
  }

  /* Toggle Button Icon */
  .mobile-trigger i {
    position: relative;
    top: 1px;
    font-size: 2.0em;
    opacity: .9;
    float: none;
    margin: 0 !important;
    display: inline-block;
  }

  i.sidebar.icon.mobile:before {
    content: "\f0c9";
  }

  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
  }
  .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: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  /* ===== Mobile Menu Styles ===== */  

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

  /* Hide menu on mobile */
  .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%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }

  .header-container .page-center {
    position: relative;
  }

  .mobile-menu-wrapper.visible-phone {
    position: fixed;
    top: 0;
    height: 100%!important;
    max-height: 100%;
    border-radius: 0!important;
    margin: 0!important;
    overflow-y: auto!important;
    background-color: #003366;
    background: -moz-linear-gradient(top, #036 0%, #0d71d3 100%);
    background: -webkit-linear-gradient(top, #036 0%, #0d71d3 100%);
    background: linear-gradient(to bottom, #036 0%, #0d71d3 100%);
    width: 260px;
    right: 0!important;
    left: auto!important;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    border: 0 solid transparent;
    -webkit-box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
    box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
    font-weight: 400;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  div#site-wrapper {
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    min-height: 100%;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
    z-index: 999;
    background: #ffffff;
  }

  .mobile-open .mobile-menu-wrapper.visible-phone {
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
    -webkit-box-shadow: 0 0 20px rgba(34,36,38,.15);
    box-shadow: 0 0 20px rgba(34,36,38,.15);
  }

  .mobile-open div#site-wrapper {
    -webkit-transform: translate3d(-260px, 0, 0);
    transform: translate3d(-260px, 0, 0);
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li a {
    overflow: visible;
    color: rgba(255,255,255,.9);
    line-height: 1;
    font-weight: 400;
    -webkit-transition: background .1s ease,color .1s ease,-webkit-box-shadow .1s ease;
    transition: background .1s ease,color .1s ease,-webkit-box-shadow .1s ease;
    transition: background .1s ease,box-shadow .1s ease,color .1s ease;
    transition: background .1s ease,box-shadow .1s ease,color .1s ease,-webkit-box-shadow .1s ease;
    padding: .92857143em 1.14285714em;
    text-transform: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li a:before {
    content: "";
    background: rgba(255,255,255,.08);
    position: absolute;
    top: auto;
    left: 0;
    width: 100%;
    height: 1px;
    bottom: 0;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{}
  .custom-menu-primary .hs-menu-wrapper >  ul li a{}
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{}

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {}
  .custom-menu-primary .hs-menu-wrapper > ul ul li{}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{}

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

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


/* ==========================================================================
5. BLOG                                        
========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */
#comments-listing {
  border-bottom:none;
  margin-bottom: 0px;
  margin-top: 0px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


/* ==========================================================================
6. FORMS                                        
========================================================================== */


/* =============== Global Form Styles =============== */
body form.hs-form .hs-form-field .hs-error-msgs.inputs-list {
  margin-top: 5px;
}

body form.hs-form .hs-form-field .hs-error-msgs.inputs-list label {
  color: #ff0000;
  font-size: 12px;
}

body .widget-type-google_search input[type="text"], 
#hs-pwd-widget-password{
  margin-bottom:10px;
}

.pricing-form-container {
  color: #fff;
  background: #9465d7;
  background: -moz-linear-gradient(-45deg, #9465d7 0%, #ec2c26 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #9465d7 0%,#ec2c26 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #9465d7 0%,#ec2c26 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
   -webkit-box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
  box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
  margin: 1rem 0;
  padding: 1.4em 1.4em;
  border-radius: .28571429rem;
}

ul.hs-error-msgs.inputs-list {
  padding-left: 0 !important;
  margin: 0 0 10px;
  list-style: none;
  color: red;
  font-size: 12px;
}

/* Form Field */
.hs-form-field {
  margin-bottom:10px;
}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.hs-form-field > label {
  font-size: 1.0rem;
  font-weight: 300;
  margin: 0 0 .28571429rem 0;
  text-transform: capitalize;
}

span.hs-form-required {
  color: red;
}

/* One Line Inputs */
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"],
input[type="file"],
textarea,
select {
  font-size: 14px;
  color: #333;
  padding: 9.5px 14px;
  border: 1px solid #dbdbdb;
  width: 95%;
  max-width: 767px;
  line-height: 1.15;
  font-family: sans-serif;
  display: block;
  border-radius: 4px;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  outline:none;
}


/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {
  font-size: 14px;
  border-radius: 0;
  padding: 10px;
  height: 36px;
  border-color: rgb(169, 169, 169);
}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  border: none;
  outline: none;
  padding: .78571429em 1.5em .78571429em;
  font-weight: 400;
  display: inline-block;
  border-radius: .28571429rem;
  color: white;
  font-size: 1.28571429rem;
  background-image: linear-gradient(to right, #f90 0%, #ff8500 100%);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(13,113,211,0.35);
  -moz-box-shadow: 0px 5px 5px 0px rgba(13,113,211,0.35);
  box-shadow: 0px 5px 5px 0px rgba(13,113,211,0.35);
  transition: 0.3s;
  white-space: normal !important;
  margin-top: 10px;
  font-family: Arial;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-image: linear-gradient(to right, #ffad36 0%, #f90 100%);
  -webkit-box-shadow: 0px 15px 25px 0px rgba(13,113,211,0.2);
  -moz-box-shadow: 0px 15px 25px 0px rgba(13,113,211,0.2);
  box-shadow: 0px 15px 25px 0px rgba(13,113,211,0.2);
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  outline:none;
}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* SEARCH RESULTS */

.hs-search-results__listing li {
  margin: 20px 0 40px 0;
}

.hs-search-results__title {
  font-size: 24px;
  line-height: 32px;
  display: block;
  margin: 0 0 20px 0;
}

.hs-search-results__description {
  font-size: 16px;
}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */

i.icon.accessible.icon, i.icon.accusoft, i.icon.adn, i.icon.adversal, i.icon.affiliatetheme,
i.icon.algolia, i.icon.amazon, i.icon.amazon.pay, i.icon.amilia, i.icon.android, i.icon.angellist, i.icon.angrycreative, 
i.icon.angular, i.icon.app.store, i.icon.app.store.ios, i.icon.apper, i.icon.apple, i.icon.apple.pay, i.icon.asymmetrik, 
i.icon.audible, i.icon.autoprefixer, i.icon.avianex, i.icon.aviato, i.icon.aws, i.icon.bandcamp, i.icon.behance, i.icon.behance.square, 
i.icon.bimobject, i.icon.bitbucket, i.icon.bitcoin, i.icon.bity, i.icon.black.tie, i.icon.blackberry, i.icon.blogger, i.icon.blogger.b,
i.icon.bluetooth, i.icon.bluetooth.b, i.icon.btc, i.icon.buromobelexperte, i.icon.buysellads, i.icon.cc.amazon.pay, i.icon.cc.amex, 
i.icon.cc.apple.pay, i.icon.cc.diners.club, i.icon.cc.discover, i.icon.cc.jcb, i.icon.cc.mastercard, i.icon.cc.paypal, i.icon.cc.stripe, 
i.icon.cc.visa, i.icon.centercode, i.icon.chrome, i.icon.cloudscale, i.icon.cloudsmith, i.icon.cloudversify, i.icon.codepen, i.icon.codiepie, 
i.icon.connectdevelop, i.icon.contao, i.icon.cpanel, i.icon.creative.commons, i.icon.css3, i.icon.css3.alternate, i.icon.cuttlefish, i.icon.d.and.d, 
i.icon.dashcube, i.icon.delicious, i.icon.deploydog, i.icon.deskpro, i.icon.deviantart, i.icon.digg, i.icon.digital.ocean, i.icon.discord, i.icon.discourse, 
i.icon.dochub, i.icon.docker, i.icon.draft2digital, i.icon.dribbble, i.icon.dribbble.square, i.icon.dropbox, i.icon.drupal, i.icon.dyalog, i.icon.earlybirds, 
i.icon.edge, i.icon.elementor, i.icon.ember, i.icon.empire, i.icon.envira, i.icon.erlang, i.icon.ethereum, i.icon.etsy, i.icon.expeditedssl, i.icon.facebook, 
i.icon.facebook.f, i.icon.facebook.messenger, i.icon.facebook.square, i.icon.firefox, i.icon.first.order, i.icon.firstdraft, i.icon.flickr, i.icon.flipboard, 
i.icon.fly, i.icon.font.awesome, i.icon.font.awesome.alternate, i.icon.font.awesome.flag, i.icon.fonticons, i.icon.fonticons.fi, i.icon.fort.awesome, 
i.icon.fort.awesome.alternate, i.icon.forumbee, i.icon.foursquare, i.icon.free.code.camp, i.icon.freebsd, i.icon.get.pocket, i.icon.gg, i.icon.gg.circle, 
i.icon.git, i.icon.git.square, i.icon.github, i.icon.github.alternate, i.icon.github.square, i.icon.gitkraken, i.icon.gitlab, i.icon.gitter, i.icon.glide, 
i.icon.glide.g, i.icon.gofore, i.icon.goodreads, i.icon.goodreads.g, i.icon.google, i.icon.google.drive, i.icon.google.play, i.icon.google.plus, i.icon.google.plus.g, 
i.icon.google.plus.square, i.icon.google.wallet, i.icon.gratipay, i.icon.grav, i.icon.gripfire, i.icon.grunt, i.icon.gulp, 
i.icon.hacker.news, i.icon.hacker.news.square, i.icon.hips, i.icon.hire.a.helper, i.icon.hooli, i.icon.hotjar, i.icon.houzz, 
i.icon.html5, i.icon.hubspot, i.icon.imdb, i.icon.instagram, i.icon.internet.explorer, i.icon.ioxhost, i.icon.itunes, 
i.icon.itunes.note, i.icon.jenkins, i.icon.joget, i.icon.joomla, i.icon.js, i.icon.js.square, i.icon.jsfiddle, i.icon.keycdn, 
i.icon.kickstarter, i.icon.kickstarter.k, i.icon.korvue, i.icon.laravel, i.icon.lastfm, i.icon.lastfm.square, i.icon.leanpub, 
i.icon.less, i.icon.linechat, i.icon.linkedin, i.icon.linkedin.in, i.icon.linode, i.icon.linux, i.icon.lyft, i.icon.magento, 
i.icon.maxcdn, i.icon.medapps, i.icon.medium, i.icon.medium.m, i.icon.medrt, i.icon.meetup, i.icon.microsoft, i.icon.mix,
i.icon.mixcloud, i.icon.mizuni, i.icon.modx, i.icon.monero, i.icon.napster, i.icon.nintendo.switch, i.icon.node, i.icon.node.js, 
i.icon.npm, i.icon.ns8, i.icon.nutritionix, i.icon.odnoklassniki, i.icon.odnoklassniki.square, i.icon.opencart, i.icon.openid, 
i.icon.opera, i.icon.optin.monster, i.icon.osi, i.icon.page4, i.icon.pagelines, i.icon.palfed, i.icon.patreon, i.icon.paypal, 
i.icon.periscope, i.icon.phabricator, i.icon.phoenix.framework, i.icon.php, i.icon.pied.piper, i.icon.pied.piper.alternate, 
i.icon.pied.piper.pp, i.icon.pinterest, i.icon.pinterest.p, i.icon.pinterest.square, i.icon.playstation, i.icon.product.hunt, 
i.icon.pushed, i.icon.python, i.icon.qq, i.icon.quinscape, i.icon.quora, i.icon.ravelry, i.icon.react, i.icon.rebel, i.icon.reddit, 
i.icon.reddit.alien, i.icon.reddit.square, i.icon.redriver, i.icon.rendact, i.icon.renren, i.icon.replyd, i.icon.resolving, 
i.icon.rocketchat, i.icon.rockrms, i.icon.safari, i.icon.sass, i.icon.schlix, i.icon.scribd, i.icon.searchengin, i.icon.sellcast, 
i.icon.sellsy, i.icon.servicestack, i.icon.shirtsinbulk, i.icon.simplybuilt, i.icon.sistrix, i.icon.skyatlas, i.icon.skype, 
i.icon.slack, i.icon.slack.hash, i.icon.slideshare, i.icon.snapchat, i.icon.snapchat.ghost, i.icon.snapchat.square, 
i.icon.soundcloud, i.icon.speakap, i.icon.spotify, i.icon.stack.exchange, i.icon.stack.overflow, i.icon.staylinked, 
i.icon.steam, i.icon.steam.square, i.icon.steam.symbol, i.icon.sticker.mule, i.icon.strava, i.icon.stripe, i.icon.stripe.s, 
i.icon.studiovinari, i.icon.stumbleupon, i.icon.stumbleupon.circle, i.icon.superpowers, i.icon.supple, i.icon.telegram, 
i.icon.telegram.plane, i.icon.tencent.weibo, i.icon.themeisle, i.icon.trello, i.icon.tripadvisor, i.icon.tumblr, 
i.icon.tumblr.square, i.icon.twitch, i.icon.twitter, i.icon.twitter.square, i.icon.typo3, i.icon.uber, i.icon.uikit, 
i.icon.uniregistry, i.icon.untappd, i.icon.usb, i.icon.ussunnah, i.icon.vaadin, i.icon.viacoin, i.icon.viadeo, 
i.icon.viadeo.square, i.icon.viber, i.icon.vimeo, i.icon.vimeo.square, i.icon.vimeo.v, i.icon.vine, i.icon.vk, 
i.icon.vnv, i.icon.vuejs, i.icon.weibo, i.icon.weixin, i.icon.whatsapp, i.icon.whatsapp.square, i.icon.whmcs, 
i.icon.wikipedia.w, i.icon.windows, i.icon.wordpress, i.icon.wordpress.simple, i.icon.wpbeginner, i.icon.wpexplorer, 
i.icon.wpforms, i.icon.xbox, i.icon.xing, i.icon.xing.square, i.icon.y.combinator, i.icon.yahoo, i.icon.yandex, 
i.icon.yandex.international, i.icon.yelp, i.icon.yoast, i.icon.youtube, i.icon.youtube.square {
  font-family: brand-icons;
}

/* ==========================================================================
Pricing Layout                             
========================================================================== */

.pricing-total-container {
  color: #fff;
  background: #0d71d3; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #0d71d3 0%, #003366 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #0d71d3 0%,#003366 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #0d71d3 0%,#003366 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
  box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
  margin: 1rem 0;
  padding: 1.4em 1.4em;
  border-radius: .28571429rem;
  text-align: center;
}

.quote-form-container {
  background: #eaeaea;
  color: #424242;
   -webkit-box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
  box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
  margin: 1rem 0;
  padding: 1.4em 1.4em;
  border-radius: .28571429rem;
  border: 1px solid #dededf;
}

.estimate-form-container {
  background: #3cc0ac;
  background: -moz-linear-gradient(-45deg, #0d71d3 0%, #3cc0ac 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #0d71d3 0%,#3cc0ac 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #0d71d3 0%,#3cc0ac 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #fff;
   -webkit-box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
  box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
  margin: 1rem 0;
  padding: 1.4em 1.4em;
  border-radius: .28571429rem;
}

#new-estimate-button, #pricing-form, #quote-form {
  display:none;
}

/* ==========================================================================
Library Layout                             
========================================================================== */

.compliance-thumbnail {
  -webkit-box-shadow: 0px 5px 5px 0px rgba(36,36,36,0.35);
  -moz-box-shadow: 0px 5px 5px 0px rgba(36,36,36,0.35);
  box-shadow: 0px 5px 5px 0px rgba(36,36,36,0.35);
}

.featured-resources-grp .main-title h3 {
  font-size: 2.2rem;
  font-weight: 400;
  margin: 0;
}

.featured-resources-grp .main-title {
  text-align: center;
  margin: 0 0 28px 0;
}

.fw-layout .content-wrapper {
  padding-top: 79px !important;
  padding-bottom: 180px !important;
  max-width: 1185px !important;
}

.featured-resources, .valuable-resources {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.featured-resources .card {
  width: calc(33.33333333% - 2em);
  float: none;
  margin: .875em 1em;
  font-size: 1em;
  border-radius: .28571429rem;
  -webkit-box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
  box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.valuable-resources .card {
  width: calc(50% - 2em);
  float: none;
  margin: .875em 1em;
  font-size: 1em;
  border-radius: .28571429rem;
  -webkit-box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
  box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.featured-resources, .valuable-resources .image {
  position: relative;
  display: block;
  padding: 0;
  background: rgba(0,0,0,.05);
  border-radius: .28571429rem .28571429rem 0 0!important;
  border-top: none!important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.featured-resources, .valuable-resources .card .extra.content {
  max-width: 100%;
  min-height: 0!important;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  border-top: 1px solid rgba(0,0,0,.05)!important;
  position: static;
  background: 0 0;
  width: auto;
  margin: 0 0;
  padding: .75em 1em;
  top: 0;
  left: 0;
  color: rgba(0,0,0,.4);
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: color .1s ease;
  transition: color .1s ease;
  border-radius: 0 0 .28571429rem .28571429rem!important;
}

.featured-resources, .valuable-resources .card .content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border: none;
  border-top: 1px solid rgba(34,36,38,.1);
  background: 0 0;
  margin: 0;
  padding: 1em 1em;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 1em;
  border-radius: 0;
}

.featured-resources, .valuable-resources .card .rsrc-type {
  margin-bottom: 15px;
}

.featured-resources, .valuable-resources .card .resource-type.ebook {
  border-bottom: 2px solid #848484;
  padding: 0 0 5px 0;
  font-size: 12px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
}

.featured-resources, .valuable-resources .card a.header {
  font-weight: 700;
  font-size: 1.28571429em;
  margin-top: -.21425em;
  line-height: 1.28571429em;
  color: rgba(0,0,0,.85);
  -webkit-transition: color .1s ease;
  transition: color .1s ease;
  font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
  cursor: pointer;
}

.featured-resources, .valuable-resources .card a.header:hover {
  color: #1e70bf !important;
}

.featured-resources, .valuable-resources .description {
  clear: both;
  color: rgba(0,0,0,.68);
  margin-top: .5em;
}

.ui.card:after, .ui.cards:after {
  display: block;
  content: ' ';
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.featured-resources, .valuable-resources button.ui.orange {
  margin-left: 0;
}

.ui.column.grid>[class*="sixteen wide"].column, 
.ui.grid>.column.row>[class*="sixteen wide"].column, 
.ui.grid>.row>[class*="sixteen wide"].column, 
.ui.grid>[class*="sixteen wide"].column {
  width: 100%!important;
}

.ui.column.grid>[class*="eleven wide"].column, 
.ui.grid>.column.row>[class*="eleven wide"].column, 
.ui.grid>.row>[class*="eleven wide"].column, 
.ui.grid>[class*="eleven wide"].column {
  width: 68.75%!important;
}

.ui.column.grid>[class*="eight wide"].column, 
.ui.grid>.column.row>[class*="eight wide"].column, 
.ui.grid>.row>[class*="eight wide"].column, 
.ui.grid>[class*="eight wide"].column {
  width: 50%!important;
}

.ui.column.grid>[class*="five wide"].column, 
.ui.grid>.column.row>[class*="five wide"].column, 
.ui.grid>.row>[class*="five wide"].column, 
.ui.grid>[class*="five wide"].column {
  width: 31.25%!important;
}

.ui.column.grid>[class*="three wide"].column, 
.ui.grid>.column.row>[class*="three wide"].column, 
.ui.grid>.row>[class*="three wide"].column, 
.ui.grid>[class*="three wide"].column {
  width: 18.75%!important;
}

.ui.grid>.row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: inherit;
  -ms-flex-pack: inherit;
  justify-content: inherit;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%!important;
  padding: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.ui.column.grid>[class*="twelve wide"].column, 
.ui.grid>.column.row>[class*="twelve wide"].column, 
.ui.grid>.row>[class*="twelve wide"].column, 
.ui.grid>[class*="twelve wide"].column {
  width: 75%!important;
}

.two-col-right .custom-header-group {
  position: relative;
}

.two-col-right .main-content, 
.two-col-right .sidebar {
  padding: 1rem;
}

.two-col-right .sidebar img.hs-image-widget {
  padding: 0 20px;
  margin: 0 0 2em 0;
  width: 100% !important;
}

.two-col-right .sidebar .hs_cos_wrapper_type_rich_text p {
  margin: 0 0 1em !important;
}

.quote-container {
  margin: 1.5em 0;
  background: #f1f1f1;
  border-radius: 4px;
  padding: 1.25em;
}


/* ==========================================================================
Case Studies Layout                            
========================================================================== */

.cs-layout .custom-header-group {
  position: relative;
}

.case-studies-grp.ui.three>.card {
  width: calc(33.33333333% - 2em);
  min-height: 0;
  background: #fff;
  padding: 0;
  border: none;
  border-radius: .28571429rem;
  -webkit-box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
  box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: .875em 1em;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.case-studies-grp.ui.three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -.875em -1em;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cs-layout .content-wrapper {
  padding-top: 80px !important;
  padding-bottom: 200px !important;
}

.case-studies-grp .image {
  background: rgba(0,0,0,.05);
  border-radius: .28571429rem .28571429rem 0 0!important;
  border-top: none!important;
  position: relative;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0;
}

.case-studies-grp .content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border: none;
  border-top: 1px solid rgba(34,36,38,.1);
  background: 0 0;
  margin: 0;
  padding: 1em 1em;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 1em;
  border-radius: 0;
}

.case-studies-grp .content .header {
  font-weight: 700;
  font-size: 1.28571429em;
  margin-top: -.21425em;
  line-height: 1.28571429em;
  font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
  color: rgba(0,0,0,.85);
}

.case-studies-grp .content .description {
  margin-top: .5em;
  clear: both;
  color: rgba(0,0,0,.68);
}

.case-studies-grp .extra.content {
  max-width: 100%;
  min-height: 0!important;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  border-top: 1px solid rgba(0,0,0,.05)!important;
  position: static;
  background: 0 0;
  width: auto;
  margin: 0 0;
  padding: .75em 1em;
  top: 0;
  left: 0;
  color: rgba(0,0,0,.4);
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: color .1s ease;
  transition: color .1s ease;
  border-radius: 0 0 .28571429rem .28571429rem!important;
}

.case-studies-grp button.ui.orange {
  margin-left: 0;
}


/* ==========================================================================
Full Width Layout                             
========================================================================== */

.ui.info.message {
  -webkit-box-shadow: 0 0 0 1px #a9d5de inset, 0 0 0 0 transparent;
  box-shadow: 0 0 0 1px #a9d5de inset, 0 0 0 0 transparent;
  background-color: #f8ffff;
  color: #276f86;
  font-size: 1em;
  position: relative;
  min-height: 1em;
  margin: 1em 0;
  padding: 1em 1.5em;
  line-height: 1.4285em;
  border-radius: .28571429rem;
}

.ui.orange.button {
  font-weight: 400;
  color: #fff;
  background-image: linear-gradient(to right, #f90 0%, #ff8500 100%);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(13,113,211,0.35);
  -moz-box-shadow: 0px 5px 5px 0px rgba(13,113,211,0.35);
  box-shadow: 0px 5px 5px 0px rgba(13,113,211,0.35);
  transition: 0.3s;
}

.cm-type-1 .content-wrapper {
  padding-top:100px !important;
  padding-bottom:100px !important;
}

.cm-type-1 .content-wrapper .inner-wrapper {
  padding: 1rem 1.5rem;
}

.wrapper-typeform-button {
  padding: 56px 0 150px 0;
}

.cm-two-column-eql-content h3 {
  margin: 0 0 40px 0;
  font-size: 30px;
  font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
  line-height: 1.28571429em;
  color: rgba(0,0,0,.87);
}

.cm-two-column-eql-content ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.cm-two-column-eql-content ul li {
  position: relative;
}

.cm-two-column-eql-content {
  line-height: 30px;
  font-size: 16px;
  font-weight: 300;
  color: #666;
}

.cm-two-column-eql-content ul li:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: 900;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
  left: -2em;
}

.no-banner .custom-header-group {
  background: #003366;
  background-size: cover;
  position: relative;
  padding-bottom: 38px;
  top:0 !important;
}


/* ==========================================================================
Full Width Layout Type 1                            
========================================================================== */

.fw-with-sidebar .custom-wrapper .bookmark-content-grp{
  padding: 100px 0;
}

.bookmark-content-grp .menu .item:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: rgba(34,36,38,.1);
}

.bookmark-content-grp .menu .item:first-child:before {
  content: none;
}

.right-btm-content {
  margin: 25px 0;
  border-top: 1px solid #e1e1e1;
  padding: 43px 0 0 0;
}

.bookmark-content-grp .menu .item {
  position: relative;
  vertical-align: middle;
  line-height: 1;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: .92857143em 1.14285714em;
  text-transform: none;
  color: rgba(0,0,0,.87);
  font-weight: 400;
  -webkit-transition: background .1s ease,color .1s ease,-webkit-box-shadow .1s ease;
  transition: background .1s ease,color .1s ease,-webkit-box-shadow .1s ease;
  transition: background .1s ease,box-shadow .1s ease,color .1s ease;
  transition: background .1s ease,box-shadow .1s ease,color .1s ease,-webkit-box-shadow .1s ease;
  display: block;
}

.ui.vertical.menu {
  width: 15rem;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
  background: #fff;
  font-weight: 400;
  border: 1px solid rgba(34,36,38,.15);
  -webkit-box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
  box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
  border-radius: .28571429rem;
  min-height: 2.85714286em;
}

.bookmark-content-grp .menu .item:hover{
  cursor: pointer;
  background: rgba(0,0,0,.03);
  color: rgba(0,0,0,.95);
}

.ui.vertical.menu>.item:first-child {
  border-radius: .28571429rem .28571429rem 0 0;
}

.ui.vertical.menu>.item:last-child {
  border-radius: 0 0 .28571429rem .28571429rem;
}

.ui.sticky {
  position: static;
  -webkit-transition: none;
  transition: none;
  z-index: 800
}

.ui.sticky.bound {
  position: absolute;
  left: auto;
  right: auto
}

.ui.sticky.fixed {
  position: fixed;
  left: auto;
  right: auto
}

.ui.sticky.bound.top,.ui.sticky.fixed.top {
  top: 0;
  bottom: auto
}

.ui.sticky.bound.bottom,.ui.sticky.fixed.bottom {
  top: auto;
  bottom: 0
}

.ui.native.sticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky
}


/*-------------------------Homepage-------------------------*/

.custom-banner-area-group.home-banner-area {
  background-size: cover;
  position: relative;
  background-color: #e6f1fb;
  background-position: bottom center;
  background-repeat: no-repeat;
  -webkit-clip-path: initial;
  clip-path: initial;
  padding: 135px 0 150px 0;
}

.landingpage-banner-area-group, .landingpage-banner-form-area-group {
  background-size: cover;
  position: relative;
  background-position: bottom center;
  background-repeat: no-repeat;
  -webkit-clip-path: initial;
  clip-path: initial;
  padding: 160px 0 125px 0;
}

.home-banner-area .page-center {
  display: block;
}

a.home-btn {
  line-height: 1em;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  border-radius: .28571429rem;
  -webkit-box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34,36,38,.15) inset;
  box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34,36,38,.15) inset;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: .78571429em 1.5em .78571429em;
  text-transform: none;
  font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
  cursor: pointer;
  display: inline-block;
  min-height: 1em;
  outline: 0;
  border: none;
  vertical-align: baseline;
  background: #e0e1e2 none;
  font-size: 1.42857143rem;
  background-color: #f2711c;
  font-weight: 400;
  color: #fff;
  background-image: linear-gradient(to right, #f90 0%, #ff8500 100%);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(4,91,188,0.35);
  -moz-box-shadow: 0px 5px 5px 0px rgba(4,91,188,0.35);
  box-shadow: 0px 5px 5px 0px rgba(4,91,188,0.35);
  transition: 0.3s;
  margin: 0 8px 15px 8px;
}

a.home-btn:last-of-type {
  margin: 0 0 15px 0;
}

.home-banner-content {
  margin-top: 25px;
}

a.home-btn:hover {
  background-image: linear-gradient(to right, #ffad36 0%, #f90 100%);
  background-image: linear-gradient(to right, #ffad36 0%, #f90 100%);
  -webkit-box-shadow: 0px 15px 25px 0px rgba(4,91,188,0.2);
  -moz-box-shadow: 0px 15px 25px 0px rgba(4,91,188,0.2);
  box-shadow: 0px 15px 25px 0px rgba(4,91,188,0.2);
}

.homepage .custom-header-group {
  background: transparent;
}

.platform-group .page-center {
  display: block;
}

.custom-banner-area-group.home-banner-area:after {
  content: none;
}

.list-features a {
  background: #e6f1fb;
  width: 100%;
  padding: 30px;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-transition: background .25s ease-out,-webkit-box-shadow .25s ease-out;
  transition: background .25s ease-out,-webkit-box-shadow .25s ease-out;
  transition: background .25s ease-out,box-shadow .25s ease-out;
  transition: background .25s ease-out,box-shadow .25s ease-out,-webkit-box-shadow .25s ease-out;
}

.anicon, .anicon:after, .anicon:before {
  background: url(//cdn2.hubspot.net/hubfs/528974/Ytel_March2019%20Theme/Images/icon-sprites.png);
  background-size: 420px 210px;
  width: 70px;
  height: 70px;
  display: inline-block;
}

.anicon:after, .anicon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

.anicon {
  position: relative;
}

.anicon-sms {
  background-position: 0 0
}

.anicon-sms:before {
  background-position: 0 -70px
}

.anicon-sms:after {
  background-position: 0 -140px
}

a:hover>.anicon-sms:before {
  -webkit-animation: fade-in .2s linear;
  animation: cfade-in .2s linear
}

a:hover>.anicon-sms:after {
  -webkit-animation: fade-in .4s linear;
  animation: fade-in .4s linear
}

.anicon-voice {
  background-position: -70px 0
}

.anicon-voice:before {
  background-position: -70px -70px
}

.anicon-voice:after {
  background-position: -70px -140px
}

a:hover>.anicon-voice:before {
  -webkit-animation: fade-in .2s linear;
  animation: fade-in .2s linear
}

a:hover>.anicon-voice:after {
  -webkit-animation: fade-in .4s linear;
  animation: fade-in .4s linear
}

.anicon-broadcast {
  background-position: -140px 0
}

.anicon-broadcast:before {
  background-position: -140px -70px
}

.anicon-broadcast:after {
  background-position: -140px -140px
}

a:hover>.anicon-broadcast:before {
  -webkit-animation: fade-in .2s linear;
  animation: fade-in .2s linear
}

a:hover>.anicon-broadcast:after {
  -webkit-animation: fade-in .4s linear;
  animation: fade-in .4s linear
}

.anicon-inbox {
  background-position: -210px 0
}

.anicon-inbox:before {
  background-position: -210px -140px
}

.anicon-inbox:after {
  background-position: -210px -140px
}

.anicon-inbox:before {
  background-position: -234px -83px;
  width: 22px;
  height: 31px;
  left: 24px;
  top: 13px
}

a:hover>.anicon-inbox:before {
  -webkit-animation: inbox-show .5s ease-out;
  animation: inbox-show .5s ease-out
}

.anicon-contact {
  background-position: -280px 0
}

.anicon-contact:before {
  background-position: -280px -140px
}

.anicon-contact:after {
  background-position: -280px -70px
}

a:hover>.anicon-contact:after {
  -webkit-animation: phone-ring 1s ease-in-out;
  animation: phone-ring 1s ease-in-out
}

.anicon-numbers {
  background-position: -350px 0
}

.anicon-numbers:before {
  background-position: -350px -70px
}

.anicon-numbers:after {
  background-position: -350px -140px
}

a:hover>.anicon-numbers:before {
  -webkit-animation: fade-in .2s linear;
  animation: fade-in .2s linear
}

a:hover>.anicon-numbers:after {
  -webkit-animation: fade-in .4s linear;
  animation: fade-in .4s linear
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0
  }

  50% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadein {
  0% {
    opacity: 0
  }

  50% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes inbox-show {
  0% {
    height: 0
  }

  to {
    height: 31px
  }
}

@keyframes inbox-show {
  0% {
    height: 0
  }

  to {
    height: 31px
  }
}

@-webkit-keyframes phone-ring {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg)
  }

  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
  }

  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg)
  }

  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
  }

  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg)
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg)
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg)
  }
}

@keyframes phone-ring {
  0% {
    transform: rotate(0) scale(1) skew(1deg)
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(1deg)
  }

  20% {
    transform: rotate(25deg) scale(1) skew(1deg)
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(1deg)
  }

  40% {
    transform: rotate(25deg) scale(1) skew(1deg)
  }

  50% {
    transform: rotate(0) scale(1) skew(1deg)
  }

  100% {
    transform: rotate(0) scale(1) skew(1deg)
  }
}

.list-features a h2 {
  font-size: 2.2rem;
  font-weight: 300;
  color: #424242;
  margin: 10px 0 25px 0;
}

.list-features a span {
  display: block;
  position: relative;
}

.list-features a small {
  display: block;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #424242;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .15s ease-out .05s,visibility 0s ease-out 0s;
  transition: opacity .15s ease-out .05s,visibility 0s ease-out 0s;
}

.list-features a .learn {
  margin: 0 .25em 0 0;
  padding: .78571429em 1.5em .78571429em;
  border-radius: .28571429rem;
  display: inline-block;
  position: absolute;
  line-height: 1em;
  left: 50%;
  margin-left: -65px;
  top: 17px;
  cursor: pointer;
  font-size: 1.14285714rem;
  font-weight: 400;
  color: #fff;
  background-image: linear-gradient(to right, #f90 0%, #ff8500 100%);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(13,113,211,0.35);
  -moz-box-shadow: 0px 5px 5px 0px rgba(13,113,211,0.35);
  box-shadow: 0px 5px 5px 0px rgba(13,113,211,0.35);
  transition: 0.3s;
  text-decoration: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: background-color .15s ease-out,opacity .1s ease-out,top .1s ease-out,visibility 0s ease-out .1s;
  transition: background-color .15s ease-out,opacity .1s ease-out,top .1s ease-out,visibility 0s ease-out .1s;
}

.ui.centered.grid, .ui.centered.grid>.row, .ui.grid>.centered.row {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.list-features a:hover {
  background: #fff;
  -webkit-box-shadow: 0 8px 63px rgba(69,86,88,0.07);
  box-shadow: 0 8px 63px rgba(69,86,88,0.07);
}

.list-features a:hover .learn {
  background-image: linear-gradient(to right, #ffad36 0%, #f90 100%);
  -webkit-box-shadow: 0px 15px 25px 0px rgba(13,113,211,0.2);
  -moz-box-shadow: 0px 15px 25px 0px rgba(13,113,211,0.2);
  box-shadow: 0px 15px 25px 0px rgba(13,113,211,0.2);
  top: 12px;
  visibility: visible;
  opacity: 1;
  -webkit-transition: background-color .15s ease-out,opacity .2s ease-out .15s,top .2s ease-out .15s,visibility 0s ease-out 0s;
  transition: background-color .15s ease-out,opacity .2s ease-out .15s,top .2s ease-out .15s,visibility 0s ease-out 0s;
}

.list-features a:hover small {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .15s ease-out,visibility 0s ease-out .15s;
  transition: opacity .15s ease-out,visibility 0s ease-out .15s;
}

.index-logos-trapezoid {
  background: #0d71d3;
  position: relative;
}

.index-logos-trapezoid:before {
  content: '';
  background: inherit;
  position: absolute;
  left: 0;
  top: -75px;
  overflow: visible;
  width: 100%;
  height: 150px;
  -webkit-transform: skewY(2deg);
  -moz-transform: skewY(2deg);
  -ms-transform: skewY(2deg);
  -o-transform: skewY(2deg);
  transform: skewY(2deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: initial;
  z-index: 4
}

.index-logos-trapezoid:after {
  content: '';
  background: inherit;
  position: absolute;
  left: 0;
  bottom: -85px;
  overflow: visible;
  width: 100%;
  height: 150px;
  -webkit-transform: skewY(2deg);
  -moz-transform: skewY(2deg);
  -ms-transform: skewY(2deg);
  -o-transform: skewY(2deg);
  transform: skewY(2deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: initial;
  z-index: 4
}

.index-quote-trapezoid {
  background: #0d71d3;
  position: relative
}

.index-quote-trapezoid:before {
  content: '';
  background: inherit;
  position: absolute;
  left: 0;
  top: -75px;
  overflow: visible;
  width: 100%;
  height: 150px;
  -webkit-transform: skewY(-2deg);
  -moz-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  -o-transform: skewY(-2deg);
  transform: skewY(-2deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: initial;
  z-index: 4
}

.index-quote-trapezoid:after {
  content: '';
  background: inherit;
  position: absolute;
  left: 0;
  bottom: -85px;
  overflow: visible;
  width: 100%;
  height: 150px;
  -webkit-transform: skewY(-2deg);
  -moz-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  -o-transform: skewY(-2deg);
  transform: skewY(-2deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: initial;
  z-index: 4
}

.index-getstared-row {
  background: #0d71d3;
  position: relative;
  color: #fff
}

.index-getstared-row:before {
  content: '';
  background: inherit;
  position: absolute;
  left: 0;
  top: -60px;
  overflow: visible;
  width: 100%;
  height: 120px;
  -webkit-transform: skewY(2deg);
  -moz-transform: skewY(2deg);
  -ms-transform: skewY(2deg);
  -o-transform: skewY(2deg);
  transform: skewY(2deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: initial;
  z-index: 4
}

.client-logos-group h4 strong {
  font-weight: normal;
}

.ui[class*="five column"].grid>.column:not(.row), .ui[class*="five column"].grid>.row>.column {
  width: 20%;
}

.two-col-img-align {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: inherit;
  -ms-flex-pack: inherit;
  justify-content: inherit;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%!important;
  padding: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 80px 0 0 0;
  clear: both;
  overflow: hidden;
}

.home-row4 {
  padding-top: 50px;
  padding-bottom: 186px;
}

.ui.column.grid>[class*="seven wide computer"].column, 
.ui.grid>.column.row>[class*="seven wide computer"].column,
.ui.grid>.row>[class*="seven wide computer"].column, 
.ui.grid>[class*="seven wide computer"].column {
  width: 43.75%!important;
}

.two-col-img-align h2 {
  font-size: 2.2rem;
  font-weight: 300;
  color: #424242;
  margin: 10px 0 25px 0;
  padding-top: 10px;
}

.two-col-img-align h4 {
  font-size: 20px;
  margin: 20px 0 30px 0;
  line-height: 32px;
  font-weight: normal;
}

.ui.grid>.row>[class*="middle aligned"].column, 
.ui.grid>[class*="middle aligned"].column:not(.row),
.ui.grid>[class*="middle aligned"].row>.column, 
.ui[class*="middle aligned"].grid>.column:not(.row), 
.ui[class*="middle aligned"].grid>.row>.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  vertical-align: middle;
  -ms-flex-item-align: center!important;
  align-self: center!important;
}

.two-col-img-align.right .nine.wide.computer.column {
  order: 2;
  padding-left: 1rem;
  padding-right: 1rem;
}

.two-col-img-align.right .seven.wide.computer.column {
  order: 1;
  padding-left: 1rem;
  padding-right: 1rem;
}

.testimonial img {
  position: relative;
  vertical-align: middle;
  max-width: 100%;
  background-color: transparent;
  width: 300px;
  height: auto;
  font-size: 1rem;
}

.index-quote {
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  color: #ffffff;
  margin: 0 0 25px 0;
}

.service-featured-group {
  margin-top: -50px;
  padding: 225px 0 100px 0;
  background-color: #e6f1fb;
}

.h2-bold-header {
  font-size: 2.2rem;
  color: #424242;
  font-weight: 400;
}

.title-btn-bar a {
  line-height: 1em;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  border-radius: .28571429rem;
  font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
  margin: 0 .25em 0 0;
  padding: .78571429em 1.5em .78571429em;
  text-transform: none;
  cursor: pointer;
  display: inline-block;
  min-height: 1em;
  outline: 0;
  border: none;
  vertical-align: baseline;
  background: #e0e1e2 none;
  background-color: #f2711c;
  font-weight: 400;
  color: #fff;
  background-image: linear-gradient(to right, #f90 0%, #ff8500 100%);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(4,91,188,0.35);
  -moz-box-shadow: 0px 5px 5px 0px rgba(4,91,188,0.35);
  box-shadow: 0px 5px 5px 0px rgba(4,91,188,0.35);
  transition: 0.3s;
  font-size: 1.42857143rem;
}

.title-btn-bar a:hover {
  background-image: linear-gradient(to right, #ffad36 0%, #f90 100%);
  background-image: linear-gradient(to right, #ffad36 0%, #f90 100%);
  -webkit-box-shadow: 0px 15px 25px 0px rgba(4,91,188,0.2);
  -moz-box-shadow: 0px 15px 25px 0px rgba(4,91,188,0.2);
  box-shadow: 0px 15px 25px 0px rgba(4,91,188,0.2);
}

strong {
  font-weight: bolder;
}

.extra.content .ui.orange.button {
  margin-left: 0;
}


/* ==========================================================================
Contact Layout                            
========================================================================== */

.ui.grid>.column:only-child, 
.ui.grid>.row>.column:only-child {
  width: 100% !important;
}

.contact-row2 {
  padding: 114px 0 90px;
}

.contact-row2-left {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.contact-row2-right {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.contact-row2-left h3.form-title {
  margin-bottom: 40px;
}

.contact-row2-left form {
  padding-top: 25px;
}

.contact-row2-left form  .hs-fieldtype-select.field.hs-form-field {
  margin: 1.5em 0 1.0em 0;
  padding-bottom: 10px !important;
}

.contact-row2-left form textarea {
  height: 200px;
  font-size: 1.25rem;
  padding: 10px 0px 30px 10px;
  border: 1px solid #bbb;
}

.contact-row2-left form.hs-form .hs-form-field ul.inputs-list {
  padding-left: 40px;
  padding-top: 4px;
  padding-bottom: 10px;
}

.contact-row2-left form.hs-form .hs-form-field ul.inputs-list input {
  margin: 0 8px 0 -20px;
  font-size: 14px;
  color: #333;
  padding: 9.5px 14px;
  border: 1px solid #dbdbdb;
}

.contact-row2-left form.hs-form .hs-form-field ul.inputs-list span {
  font-size: 1.0rem;
  font-weight: 700;
  margin: 0 0 .28571429rem 0;
  text-transform: capitalize;
  padding-left: 0.5em;
}

.contact-row2-left .hs-richtext.hs-main-font-element p {
  font-size: 13px !important;
  line-height: 20px !important;
  color: #777777 !important;
}

.contact-row2-left .hs-richtext.hs-main-font-element {
  margin: 20px 0;
}

.contact-row2-left input.hs-button.primary.large {
  margin-top: 78px;
}

.wrapper-contact-map .eight .page-center {
  padding: 0 !important;
}

.wrapper-contact-map .wrapper-short {
  padding: 50px 0;
}

.phone-number {
  font-size: 2.25em;
  font-weight: 300;
}

.hours {
  margin: 15px 0 0 0;
}

.contact-social-container {
  margin-top: 1.0em;
  text-align: left;
}

.contact-social-container img {
  height: 3rem;
}

.contact-social-container a.social-links {
  margin-right: 1.0em;
}

.contact-social-container i {
  font-size: 1.7rem;
  color: #003366;
  -webkit-transition: .2s;
  transition: .2s;
  margin: 0 .25rem 0 0;
}

.contact-social-container i:hover {
  color: #45ADF4;
}

i.icon.twitter:before {
  content: "\f099";
}

i.icon.facebook.square:before {
  content: "\f082";
}

i.icon.linkedin.square:before {
  content: "\f08c";
}

i.icon.instagram:before {
  content: "\f16d";
}

i.icon.youtube:before {
  content: "\f167";
}

.map-overlay {
  background: #036;
  color: #fff;
  padding: 30px;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
  width: 250px;
  margin: 0 auto;
  position: relative;
  top: 3.0em;
  border-radius: 4px;
}

.map-overlay:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0,51,102,0);
  border-top-color: #003366;
  border-width: 24px;
  margin-left: -24px;
}

.map-overlay a {
  font-size: 1.14285714rem;
  -webkit-box-shadow: 0 0 0 2px #fff inset!important;
  box-shadow: 0 0 0 2px #fff inset!important;
  background: transparent none;
  color: #fff;
  text-shadow: none!important;
  cursor: pointer;
  display: inline-block;
  min-height: 1em;
  outline: 0;
  border: none;
  vertical-align: baseline;
  font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
  margin: 0 .25em 0 0;
  padding: .78571429em 1.5em .78571429em;
  text-transform: none;
  font-weight: 700;
  line-height: 1em;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  border-radius: .28571429rem;
  -webkit-transition: opacity .1s ease,background-color .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease;
  transition: opacity .1s ease,background-color .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease;
  transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;
  transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease,-webkit-box-shadow .1s ease;
}

.map-overlay a:hover {
  background: #fff;
  -webkit-box-shadow: 0 0 0 2px #fff inset!important;
  box-shadow: 0 0 0 2px #fff inset!important;
  color: rgba(0,0,0,.8);
}

.wrapper-contact-map {
  background-size: cover;
  background-color: #c7e6fc;
  background-repeat: no-repeat;
  background-position: top center;
}


/* ==========================================================================
Integrations Layout                              
========================================================================== */

.cm-int-section {
  padding: 80px 0 200px 0;
}

.topic-filter-wrapper ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.topic-filter-wrapper ul li a {
  margin-left: 0;
  margin-right: 1px;
  padding: 10px 18px;
  margin-bottom: 10px;
  background: #fff;
  border: none;
  border-radius: 4px;
  color: #424242;
  font-size: 16px;
  cursor: pointer;
  font-family: sans-serif;
  line-height: 1.15;
  display: inline-block;
  text-transform: capitalize;
  text-align:center;
}

.topic-filter-wrapper ul li a.active {
  background-image: linear-gradient(to right, #f90 0%, #ff8500 100%) !important;
  color: white !important;
}

.feature-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.feature-item-wrapper-break  {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.feature-item-wrapper .feature-item, .feature-item-wrapper-break .feature-item {
  width: calc(33.33333333% - 2em);
  font-size: 1em;
  margin:.875em 1em;
  float: none;
  min-height: 0;
  background: #fff;
  padding: 0;
  border: none;
  border-radius: .28571429rem;
  -webkit-box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
  box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ui.orange.ribbon.label {
  border-color: #cf590c;
  background-color: #f2711c;
}

.ui.ribbon.label {
  color: #fff;
  margin: 0;
  padding: .5833em .833em;
  margin-right: -1.2em;
  padding-left: calc(1rem + 1.2em);
  padding-right: 1.2em;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  font-size: .85714286rem;
  border-radius: 0 .28571429rem .28571429rem 0;
  display: inline-block;
  line-height: 1;
  vertical-align: baseline;
  text-transform: none;
  font-weight: 700;
  border: 0 solid transparent;
  -webkit-transition: background .1s ease;
  transition: background .1s ease;
  background-image: none;
  left: calc(.05rem - 1.2em);
  position: absolute;
  top: 1rem;
}

.ui.ribbon.label:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  background-color: transparent!important;
  border-style: solid;
  border-width: 0 1.2em 1.2em 0;
  border-color: transparent;
  border-right-color: inherit;
  width: 0;
  height: 0;
}

.feature-item-wrapper .feature-image, .feature-item-wrapper-break .feature-image {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0;
  background: rgba(0,0,0,.05);
  border-radius: .28571429rem .28571429rem 0 0!important;
  border-top: none!important;
  vertical-align: middle;
  max-width: 100%;
}

.feature-item-wrapper .feature-content, .feature-item-wrapper-break .feature-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border: none;
  border-top: 1px solid rgba(34,36,38,.1);
  background: 0 0;
  margin: 0;
  padding: 1em 1em;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 1em;
  border-radius: 0 0 .28571429rem .28571429rem!important;
}

.feature-item-wrapper .header, .feature-item-wrapper-break .header {
  font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
  color: rgba(0,0,0,.85);
  font-weight: 700;
  font-size: 1.28571429em;
  margin-top: -.21425em;
  line-height: 1.28571429em;
}

.integrations-break-wrapper {
  background-color: #0d71d3;
  position: relative;
}

.integrations-break-wrapper:before {
  content: '';
  background: inherit;
  position: absolute;
  left: 0;
  bottom: 385px;
  overflow: visible;
  width: 100%;
  height: 150px;
  -webkit-transform: skewY(-2deg);
  -moz-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  -o-transform: skewY(-2deg);
  transform: skewY(-2deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: initial;
  z-index: 4;
}  


.integrations-break-wrapper:after {
  content: '';
  background: inherit;
  position: absolute;
  left: 0;
  bottom: -85px;
  overflow: visible;
  width: 100%;
  height: 150px;
  -webkit-transform: skewY(2deg);
  -moz-transform: skewY(2deg);
  -ms-transform: skewY(2deg);
  -o-transform: skewY(2deg);
  transform: skewY(2deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: initial;
  z-index: 4;
}  

.integrations-break {
  padding: 15px 0;
  position: relative;
  z-index: 5;
}

.feature-item-wrapper-break {
  padding: 15px 0;
}

.feature-item-wrapper .header+.description {
  margin-top: .5em;
  clear: both;
  color: rgba(0,0,0,.68);
  font-size: 1em;
}

.feature-item-wrapper .header+.description p {
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 400;
  margin-bottom: 0;
}

.feature-item-wrapper .feature-image img, .feature-item-wrapper-break feature-image img {
  border-radius: .28571429rem .28571429rem 0 0!important;
}

.integrations-break-header{
 text-align: center;
 font-size: 2.2em;
 color: white;
}

.integrations-button-section {
  text-align: center;
}

.integrations-button-section a {
    line-height: 1em;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    border-radius: .28571429rem;
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
    margin: 0 .25em 0 0;
    padding: .78571429em 1.5em .78571429em;
    text-transform: none;
    cursor: pointer;
    display: inline-block;
    min-height: 1em;
    outline: 0;
    border: none;
    vertical-align: baseline;
    background: #e0e1e2 none;
    background-color: #f2711c;
    font-weight: 400;
    color: #fff;
    background-image: linear-gradient(to right, #f90 0%, #ff8500 100%);
    -webkit-box-shadow: 0px 5px 5px 0px rgba(4,91,188,0.35);
    -moz-box-shadow: 0px 5px 5px 0px rgba(4,91,188,0.35);
    box-shadow: 0px 5px 5px 0px rgba(4,91,188,0.35);
    transition: 0.3s;
    font-size: 1.42857143rem;
}

.ui.grey.ribbon.label {
  border-color: #805031;
  background-color: #767676;
}

.ui.blue.ribbon.label {
  border-color: #1a69a4;
  background-color: #2185d0;
}

.topic-filter-wrapper ul li a:hover {
  background: #eaeaea;
  color: #424242;
}

.cm-type-1 input[type="text"],
.cm-type-1 input[type="password"], 
.cm-type-1 input[type="datetime"], 
.cm-type-1 input[type="datetime-local"], 
.cm-type-1 input[type="date"], 
.cm-type-1 input[type="month"], 
.cm-type-1 input[type="time"], 
.cm-type-1 input[type="week"], 
.cm-type-1 input[type="number"], 
.cm-type-1 input[type="email"], 
.cm-type-1 input[type="url"], 
.cm-type-1 input[type="search"], 
.cm-type-1 input[type="tel"], 
.cm-type-1 input[type="color"],
.cm-type-1 input[type="file"],
.cm-type-1 textarea,
.cm-type-1 select {
  display: block;
  width: 100%;
  font-family: inherit;
  color: rgb(13, 113, 211);
  -webkit-appearance: none;
  transform: translateZ(0px);
  font-size: 30px;
  line-height: 38px;
  -webkit-font-smoothing: antialiased;
  padding: 0px 0px 8px;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  outline: none;
  border-radius: 0px;
  transition: box-shadow 0.2s ease 0s;
  background: none;
  margin-top: 32px;
}

.cm-type-1 input[type="text"]:not(:focus),
.cm-type-1 input[type="password"]:not(:focus), 
.cm-type-1 input[type="datetime"]:not(:focus), 
.cm-type-1 input[type="datetime-local"]:not(:focus), 
.cm-type-1 input[type="date"]:not(:focus), 
.cm-type-1 input[type="month"]:not(:focus), 
.cm-type-1 input[type="time"]:not(:focus), 
.cm-type-1 input[type="week"]:not(:focus), 
.cm-type-1 input[type="number"]:not(:focus), 
.cm-type-1 input[type="email"]:not(:focus), 
.cm-type-1 input[type="url"]:not(:focus), 
.cm-type-1 input[type="search"]:not(:focus), 
.cm-type-1 input[type="tel"]:not(:focus), 
.cm-type-1 input[type="color"]:not(:focus),
.cm-type-1 input[type="file"]:not(:focus),
.cm-type-1 textarea:not(:focus),
.cm-type-1 select:not(:focus) {
  box-shadow: rgba(13, 113, 211, 0.3) 0px 1px;
}

.cm-type-1 .hs-form-field {
  margin-bottom: 48px;
}

.cm-type-1 div#data {
  width: 100%;
  padding: 20px !important;
}

.cm-type-1 .fancybox-slide {
  padding: 40px;
}

.cm-type-1 .fancybox-is-open .fancybox-bg {
  background: rgba(0,0,0,0.85);
  opacity: 1;
}

.cm-type-1 div#data h3.form-title {
  display: none;
}

.cm-type-1 form {
  margin: 0 auto;
  max-width: 700px;
}

#data .hs-form-field > label {
  font-size: 24px;
  line-height: 32px;
  color: rgb(66, 66, 66);
  font-weight: unset;
}

#data .hs-form-field > label span.hs-form-required {
  color: rgb(66, 66, 66);
}

.cm-type-1 .hs-upload_your_resume.hs-fieldtype-file.field.hs-form-field .hs-input {
  max-width: 100%;
  font-weight: 700;
  display: inline;
  font-size: 14px;
  line-height: 20px;
  color: rgb(13, 113, 211);
  margin: 0px;
}

.cm-type-1 input::-webkit-input-placeholder,.cm-type-1 textarea::-webkit-input-placeholder{color: rgb(13, 113, 211);opacity:0.3;}
.cm-type-1 input:-moz-placeholder,.cm-type-1 textarea:-moz-placeholder{color: rgb(13, 113, 211);opacity:0.3;}
.cm-type-1 input::-moz-placeholder,.cm-type-1 textarea::-moz-placeholder{color: rgb(13, 113, 211);opacity:0.3;}
.cm-type-1 input:-ms-input-placeholder,.cm-type-1 textarea:-ms-input-placeholder{color: rgb(13, 113, 211);opacity:0.3;}

.cm-type-1 textarea {
  max-height: 46px;
}

.cm-type-1 input.hs-button.primary.large {
  max-width: 100%;
  font-size: 24px;
  line-height: 34px;
  margin: 0px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  padding: 6px 18px 8px;
  border-width: 1px;
  border-style: solid;
  border-image: initial;
  border-color: transparent;
}

.cm-error-pg div#site-wrapper{ 
  background: #036 url(//cdn2.hubspot.net/hubfs/528974/Ytel_March2019%20Theme/Images/four-o-four-space.png) center bottom no-repeat;
  background-size: cover;
}

.cm-error-pg.no-banner .body-container{
  padding:0 0 100px;
}

.cm-error-pg.no-banner .custom-header-group {
  background: transparent !important;
  padding-top: 114px;
}

.spaceman {
  position: relative;
  top: 50%;
  left: 25%
}

.spaceman .image {
  height: 250px;
  width: auto
}

.cm-month-filter ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cm-month-filter ul li {
  padding: .5em 0;
  font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
  font-size: 1em;
  color: rgba(0,0,0,.87);
  position: relative;
}

.cm-month-filter ul li:before {
  display: inline-block;
  float: none;
  opacity: 1;
  width: 1.25em;
  height: 1em;
  margin: 0 .25rem 0 0;
  padding: 0;
  font-size: 1em;
  -webkit-transition: opacity .1s ease,-webkit-transform .1s ease;
  transition: opacity .1s ease,-webkit-transform .1s ease;
  transition: transform .1s ease,opacity .1s ease;
  transition: transform .1s ease,opacity .1s ease,-webkit-transform .1s ease;
  vertical-align: baseline;
  -webkit-transform: none;
  transform: none;
  font-family: FontAwesome;
  line-height: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  content: '\f0da';
}

.cm-month-filter ul li a {
  color: inherit;
}

.cm-story-layout .description p {
  font: inherit;
  margin: 0;
}

@keyframes wobble {
  0% {
    transform: translate(-50%, -60%) rotate(0deg)
  }

  25% {
    transform: translate(-45%, -70%) rotate(-10deg)
  }

  50% {
    transform: translate(-55%, -55%) rotate(-5deg)
  }

  75% {
    transform: translate(-45%, -70%) rotate(-10deg)
  }

  100% {
    transform: translate(-50%, -60%) rotate(0deg)
  }
}

@-webkit-keyframes wobble {
  0% {
    transform: translate(-50%, -60%) rotate(0deg)
  }

  25% {
    transform: translate(-45%, -70%) rotate(-10deg)
  }

  50% {
    transform: translate(-55%, -55%) rotate(-5deg)
  }

  75% {
    transform: translate(-45%, -70%) rotate(-10deg)
  }

  100% {
    transform: translate(-50%, -60%) rotate(0deg)
  }
}

@-moz-keyframes wobble {
  0% {
    transform: translate(-50%, -60%) rotate(0deg)
  }

  25% {
    transform: translate(-45%, -70%) rotate(-10deg)
  }

  50% {
    transform: translate(-55%, -55%) rotate(-5deg)
  }

  75% {
    transform: translate(-45%, -70%) rotate(-10deg)
  }

  100% {
    transform: translate(-50%, -60%) rotate(0deg)
  }
}

@-o-keyframes wobble {
  0% {
    transform: translate(-50%, -60%) rotate(0deg)
  }

  25% {
    transform: translate(-45%, -70%) rotate(-10deg)
  }

  50% {
    transform: translate(-55%, -55%) rotate(-5deg)
  }

  75% {
    transform: translate(-45%, -70%) rotate(-10deg)
  }

  100% {
    transform: translate(-50%, -60%) rotate(0deg)
  }
}

.wobble {
  animation: wobble 20s infinite ease-in-out;
  -webkit-animation: wobble 20s infinite ease-in-out;
  -moz-animation: wobble 20s infinite ease-in-out;
  -o-animation: wobble 20s infinite ease-in-out
}

.ui.column.grid>[class*="ten wide"].column, 
.ui.grid>.column.row>[class*="ten wide"].column, 
.ui.grid>.row>[class*="ten wide"].column, 
.ui.grid>[class*="ten wide"].column {
  width: 62.5%!important;
}

.img-content-for-error-pg h1 {
  font-size: 90px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
}

.img-content-for-error-pg h4 {
  color: #fff;
  margin: 20px 0 30px 0;
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 300;
}

.cm-error-pg .hs-search-field {
  margin: 30px 0 0;
}

.cm-error-pg .hs-search-field input {
  margin: 0 auto;
}

.three-col-equal-content .description p {
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 400;
  margin: 0;
}

.ui.cards>.card>.extra.content {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  padding: .75em 1em;
}

.cm-error-pg .mobile-trigger:hover {
  background-color: rgba(255,255,255,0.2);
}

.cm-error-pg i.sidebar.icon.mobile {
  top: 3px;
  left: 2px;
}

.cm-error-pg .mobile-trigger {
  top: 5px;
  right: 26px;
}

.wrapper-interior-header {
  padding: 60px 0;
  background: #f1f1f1;
}

.ui.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0;
}

.ui.grid {
  margin: 0 !important;
}

.ui[class*="center aligned"].grid {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ui.grid>.column:not(.row), .ui.grid>.row>.column {
  position: relative;
  display: inline-block;
  width: 6.25%;
  padding-left: 1rem;
  padding-right: 1rem;
  vertical-align: top;
}

.ui.grid>.column:not(.row) {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.ui.grid>.row>[class*="center aligned"].column.column,
.ui.grid>[class*="center aligned"].column.column, 
.ui.grid>[class*="center aligned"].row>.column, 
.ui[class*="center aligned"].grid>.column,
.ui[class*="center aligned"].grid>.row>.column {
  text-align: center;
  -ms-flex-item-align: inherit;
  align-self: inherit;
}

h1 {
  font-size: 3.5rem;
  font-weight: 300;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child {
  margin-top: 0;
}

.resource-page-title {
  font-weight: 300;
  text-align: center;
  margin: 0 0 60px 0;
}

.blog .page-center.content-wrapper {
  padding-top: 114px;
  padding-bottom: 114px;
}

.blog .blog-content {
  padding-left: 1rem;
  padding-right: 1rem;
}

.post-body p > strong {
  font-weight: 400;
}

.news-hash-divider {
  margin: 3.0em 0;
}

.news-boilerplate {
  margin: 0 0 2.5em 0;
}

.news-list-item {
  margin: 0 0 2.0em 0;
  padding: 0 0 2.5em 0;
  border-bottom: 1px solid #eaeaea;
}

.cm-sidebar-form .hs-form-field > label {
  display: none;
}

.cm-sidebar-form .hs-form-field {
  margin-top: 2em;
  margin-bottom: 2em;
}

.cm-sidebar-form input.hs-button.primary.large {
  margin: 0;
}

.news-list-date {
  font-size: 0.8rem;
  color: #bbb;
}

.news-list-title {
  font-size: 1.5rem;
  margin: 0.8em 0;
  line-height: 1.75em;
  font-weight: normal;
}

.ui.big.button, .ui.big.buttons .button, .ui.big.buttons .or {
  font-size: 1.28571429rem;
}

.news-list-item button.ui.big.orange.button {
  margin: 0;
}

img.ui.image {
  display: block;
}

.ui.column.grid>[class*="four wide"].column, 
.ui.grid>.column.row>[class*="four wide"].column, 
.ui.grid>.row>[class*="four wide"].column,
.ui.grid>[class*="four wide"].column {
  width: 25%!important;
}

.ui.huge.button, .ui.huge.buttons .button, .ui.huge.buttons .or {
  font-size: 1.42857143rem;
}

.wrapper {
  padding: 100px 0;
}

.product-details {
  font-size: 15px !important;
  line-height: 22px !important;
  color: #777;
}

.ui.centered.image, .ui.centered.images {
  margin-left: auto;
  margin-right: auto;
}

.ui.small.image, .ui.small.images .image, .ui.small.images img, .ui.small.images svg {
  width: 150px;
  height: auto;
  font-size: .92857143rem;
}

.ui.orange.button:hover, .ui.orange.buttons .button:hover {
  background-color: #f26202;
  color: #fff;
  text-shadow: none;
}

.ui.orange.button:hover {
  background-image: linear-gradient(to right, #ffad36 0%, #f90 100%);
  -webkit-box-shadow: 0px 15px 25px 0px rgba(13,113,211,0.2);
  -moz-box-shadow: 0px 15px 25px 0px rgba(13,113,211,0.2);
  box-shadow: 0px 15px 25px 0px rgba(13,113,211,0.2);
}

.blog.custom-news-listing .blog-content {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.cm-news-menu .hs-menu-wrapper > ul {
  border-bottom: 1px solid #eaeaea;
  overflow: hidden;
  max-width: 732px;
  font-size: 14px;
  margin-bottom: 2em;
}

.cm-news-menu .hs-menu-wrapper > ul > li {
  padding-top: 1rem;
  padding-bottom: 1rem;
  float: left;
  min-width: 12.5%;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.25em;
}

.cm-news-menu .hs-menu-wrapper > ul > li > a {
  display: block;
  padding: 15px 0;
  text-align: center;
  color: #bbb;
  border-bottom: 4px solid #fff;
  cursor: pointer;
}

.cm-news-menu .hs-menu-wrapper > ul > li.active > a {
  color: #036;
  border-bottom: 4px solid #064a8c;
}

.cm-news-menu .hs-menu-wrapper > ul > li > a:hover {
  color: #666;
  border-bottom: 4px solid #f1f1f1;
}

.cm-news-menu .hs-menu-wrapper > ul > li.active > a:hover {
  color: #2B76BA;
  border-bottom: 4px solid #064a8c;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child {
  margin-bottom: 0;
}

.padded {
  padding: 2.5em 0 0 0;
}

.blog-sidebar > div + div {
  border-top: 1px solid rgba(34,36,38,.15);
  margin-top: 5rem;
  padding-top: 1rem;
}

.blog .custom-header-group {
  background: #003366;
  background-size: cover;
  position: relative;
  padding-bottom: 38px;
}

.ui.accordion .title:not(.ui) {
  padding: .5em 0;
  font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
  font-size: 1em;
  color: rgba(0,0,0,.87);
}

.ui.accordion:not(.styled) .accordion .title~.content:not(.ui), .ui.accordion:not(.styled) .title~.content:not(.ui) {
  margin: '';
  padding: .5em 0 1em;
}

.ui.accordion .accordion .title~.content, .ui.accordion .title~.content {
  display: none;
}

.ui.accordion .accordion .title .dropdown.icon, .ui.accordion .title .dropdown.icon {
  display: inline-block;
  float: none;
  opacity: 1;
  width: 1.25em;
  height: 1em;
  margin: 0 .25rem 0 0;
  padding: 0;
  font-size: 1em;
  -webkit-transition: opacity .1s ease,-webkit-transform .1s ease;
  transition: opacity .1s ease,-webkit-transform .1s ease;
  transition: transform .1s ease,opacity .1s ease;
  transition: transform .1s ease,opacity .1s ease,-webkit-transform .1s ease;
  vertical-align: baseline;
  -webkit-transform: none;
  transform: none;
}

.ui.accordion .accordion .title .dropdown.icon, .ui.accordion .title .dropdown.icon {
  font-family: FontAwesome;
  line-height: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}

.ui.accordion .accordion .title .dropdown.icon:before,
.ui.accordion .title .dropdown.icon:before {
  content: '\f0da';
}

.ui.accordion .accordion .title~.content, .ui.accordion .title~.content {
  display: none;
}

.accordion .title {
  cursor: pointer;
}

.title.active i.dropdown.icon:before {
  content: "\f0d7" !important;
}

.ui[class*="two column"].grid>.column:not(.row), .ui[class*="two column"].grid>.row>.column {
  width: 50%;
}

.ui.grid>.row>[class*="left aligned"].column.column,
.ui.grid>[class*="left aligned"].column.column,
.ui.grid>[class*="left aligned"].row>.column,
.ui[class*="left aligned"].grid>.column,
.ui[class*="left aligned"].grid>.row>.column {
  text-align: left;
  -ms-flex-item-align: inherit;
  align-self: inherit;
}

.ui.button {
  cursor: pointer;
  display: inline-block;
  min-height: 1em;
  outline: 0;
  border: none;
  vertical-align: baseline;
  background: #e0e1e2 none;
  color: rgba(0,0,0,.6);
  font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
  margin: 0 .25em 0 0;
  padding: .78571429em 1.5em .78571429em;
  text-transform: none;
  text-shadow: none;
  font-weight: 700;
  line-height: 1em;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  border-radius: .28571429rem;
  -webkit-box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34,36,38,.15) inset;
  box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34,36,38,.15) inset;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity .1s ease,background-color .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease;
  transition: opacity .1s ease,background-color .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease;
  transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;
  transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease,-webkit-box-shadow .1s ease;
  will-change: '';
  -webkit-tap-highlight-color: transparent;
}

.ui.large.button, .ui.large.buttons .button, .ui.large.buttons .or {
  font-size: 1.14285714rem;
}

.ui.basic.button, .ui.basic.buttons .button {
  background: transparent none!important;
  color: rgba(0,0,0,.6)!important;
  font-weight: 400;
  border-radius: .28571429rem;
  text-transform: none;
  text-shadow: none!important;
  -webkit-box-shadow: 0 0 0 1px rgba(34,36,38,.15) inset;
  box-shadow: 0 0 0 1px rgba(34,36,38,.15) inset;
}

.ui.grey.button, .ui.grey.buttons .button {
  background-color: #767676;
  color: #fff;
  text-shadow: none;
  background-image: none;
}

.ui.grey.button {
  -webkit-box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
  box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
}

.ui.basic.grey.button, .ui.basic.grey.buttons .button {
  -webkit-box-shadow: 0 0 0 1px #767676 inset!important;
  box-shadow: 0 0 0 1px #767676 inset!important;
  color: #767676!important;
}

.ui.basic.button:hover, .ui.basic.buttons .button:hover {
  background: #fff!important;
  color: rgba(0,0,0,.8)!important;
  -webkit-box-shadow: 0 0 0 1px rgba(34,36,38,.35) inset, 0 0 0 0 rgba(34,36,38,.15) inset;
  box-shadow: 0 0 0 1px rgba(34,36,38,.35) inset, 0 0 0 0 rgba(34,36,38,.15) inset;
}

.hs-content-id-8615180357 .page-center.content-wrapper {
  padding: 0;
}

.ui.grey.button:hover, .ui.grey.buttons .button:hover {
  background-color: #838383;
  color: #fff;
  text-shadow: none;
}

.ui.grid>.row>[class*="right aligned"].column.column, .ui.grid>[class*="right aligned"].column.column, .ui.grid>[class*="right aligned"].row>.column, .ui[class*="right aligned"].grid>.column, .ui[class*="right aligned"].grid>.row>.column {
  text-align: right;
  -ms-flex-item-align: inherit;
  align-self: inherit;
}

.ui.basic.grey.button, .ui.basic.grey.buttons .button {
  -webkit-box-shadow: 0 0 0 1px #767676 inset!important;
  box-shadow: 0 0 0 1px #767676 inset!important;
  color: #767676!important;
}

.ui.basic.grey.button:hover, .ui.basic.grey.buttons .button:hover {
  background: 0 0!important;
  -webkit-box-shadow: 0 0 0 1px #838383 inset!important;
  box-shadow: 0 0 0 1px #838383 inset!important;
  color: #838383!important;
}

body.member-layout .custom-header-group {
  position: relative;
}

.ui.column.grid>[class*="three wide"].column, .ui.grid>.column.row>[class*="three wide"].column, .ui.grid>.row>[class*="three wide"].column, .ui.grid>[class*="three wide"].column {
  width: 18.75%!important;
}

.ui.grid>.relaxed.row>.column, .ui.relaxed.grid>.column:not(.row), .ui.relaxed.grid>.row>.column {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.img-responsive {
  width: 100%;
  height: auto;
}

.headshot {
  border-radius: 50%;
  border: 1px solid #eaeaea;
}

.ui.image {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  background-color: transparent;
}

img.ui.image {
  display: block;
}

.ui.column.grid>[class*="nine wide"].column, .ui.grid>.column.row>[class*="nine wide"].column, .ui.grid>.row>[class*="nine wide"].column, .ui.grid>[class*="nine wide"].column {
  width: 56.25%!important;
}

.ui.column.grid>[class*="four wide"].column, .ui.grid>.column.row>[class*="four wide"].column, .ui.grid>.row>[class*="four wide"].column, .ui.grid>[class*="four wide"].column {
  width: 25%!important;
}

.ui.list {
  font-size: 1em;
}

.cm-team-member-detail .hs_cos_wrapper_type_rss_listing h3 {
  display: none;
}

.cm-team-member-detail  .hs-rss-item {
  display: block;
  padding: .21428571em 0;
  line-height: 1.14285714em;
  margin: 0;
  padding-bottom: .42857143em;
  padding-top: .42857143em;
  border-top: 1px solid rgba(34,36,38,.15);
}

.cm-team-member-detail .hs-rss-module {
  margin: 1em 0 0;
  font-size: 1em;
}

.cm-team-member-detail .hs-rss-item:first-child {
  padding-top: 0;
  border-top: none;
}

.cm-team-member-detail .hs-rss-item > div {}

.cm-team-member-detail .hs-rss-module a.hs-rss-title {
  display: block;
  margin: 0;
  font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
  font-weight: 700;
  cursor: pointer;
  color: #4183c4;
}

.cm-team-member-detail .hs-rss-module .hs-rss-byline {
  opacity: 1;
  font-size: 100%;
  color: rgba(0,0,0,.7);
}

.cm-team-member-detail .hs-rss-item .hs-rss-item-text {
  position: relative;
  padding-left: 23px;
}

.cm-team-member-detail .hs-rss-item .hs-rss-item-text:before {
  width: auto;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.18em;
  height: 1em;
  font-family: Icons;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  text-align: center;
  speak: none;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: "\f15b";
}

.cm-team-member-detail .hs-rss-module a.hs-rss-title:hover {
  color: #1e70bf;
}

.wrapper-grey {
  padding: 100px 0;
  background: #f1f1f1;
}

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

h3.bold {
  font-size: 2.2rem;
  font-weight: 400;
}

.ui[class*="four column"].grid>.column:not(.row), .ui[class*="four column"].grid>.row>.column {
  width: 25%;
}

.products-why-header, .products-features-header {
  margin: 0 0 15px 0;
  color: #0d71d3;
  font-weight: 400;
}

.cm-sales-left-col-flexi h4 {
  margin: 0 0 15px 0;
  color: #0d71d3;
  font-weight: 400;
}

.cm-sales-left-col-flexi ul li {
  font-size: 1.2rem;
  color: #424242;
  list-style-type: none;
  padding-left: 0.4em;
  margin: 1.0em 0 0 0;
  position: relative;
  font-weight: 300;
}

.cm-sales-left-col-flexi ul li:before {
  font-family: "Font Awesome\ 5 Free";
  content: "\f054";
  color: #424242;
  position: absolute;
  left: -1.0em;
  font-weight: 900;
}

a.ui.grey.basic.button {
  cursor: pointer;
}

.cm-sales-right-col-flexi .hs-form-field {
  margin: 0 0 20px 0;
}

.cm-sales-right-col-flexi input:not(.hs-button), .cm-sales-right-col-flexi textarea {
  font-size: 14px;
  color: #424242;
  padding: 9.5px 14px;
  border: 1px solid #dbdbdb;
  width: 100%;
  border-radius: 4px;
}

.cm-sales-right-col-flexi textarea {
  width: 100%;
  height: 100px;
  font-size: 1rem;
  padding: 10px 0px 30px 10px;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
}

.cm-sales-right-col-flexi input.hs-button.primary.large {
  margin-top: 25px;
}

.product-row-parallelogram {
  background-color: #e6f1fb;
  position: relative;
}

.product-row-parallelogram:before {
  content: '';
  background: inherit;
  position: absolute;
  left: 0;
  top: -75px;
  overflow: visible;
  width: 100%;
  height: 150px;
  -webkit-transform: skewY(-2deg);
  -moz-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  -o-transform: skewY(-2deg);
  transform: skewY(-2deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: initial;
}

.numbers-row-parallelogram {
  background-color: #e6f1fb;
  position: relative;
  padding-bottom:150px;
  margin-bottom:30px;
}

.numbers-row-parallelogram:before {
  content: '';
  background: inherit;
  position: absolute;
  left: 0;
  top: -75px;
  overflow: visible;
  width: 100%;
  height: 150px;
  -webkit-transform: skewY(-2deg);
  -moz-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  -o-transform: skewY(-2deg);
  transform: skewY(-2deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: initial;
}

.product-row-parallelogram:after {
  content: '';
  background: inherit;
  position: absolute;
  left: 0;
  bottom: -85px;
  overflow: visible;
  width: 100%;
  height: 150px;
  -webkit-transform: skewY(2deg);
  -moz-transform: skewY(2deg);
  -ms-transform: skewY(2deg);
  -o-transform: skewY(2deg);
  transform: skewY(2deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: initial;
  z-index: -2;
}

.cm-broadcast-group {
  padding: 150px 0 100px 0;
}

.product-row-trapezoid {
  background-color: #e6f1fb;
  position: relative;
}

.product-row-trapezoid:before {
  content: '';
  background: inherit;
  position: absolute;
  left: 0;
  top: -75px;
  overflow: visible;
  width: 100%;
  height: 150px;
  -webkit-transform: skewY(-2deg);
  -moz-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  -o-transform: skewY(-2deg);
  transform: skewY(-2deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: initial;
}

.product-row-trapezoid:after {
  content: '';
  background: inherit;
  position: absolute;
  left: 0;
  bottom: -85px;
  overflow: visible;
  width: 100%;
  height: 150px;
  -webkit-transform: skewY(2deg);
  -moz-transform: skewY(2deg);
  -ms-transform: skewY(2deg);
  -o-transform: skewY(2deg);
  transform: skewY(2deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: initial;
  z-index: -2;
}

.cm-sip-section:after {
    content: '';
    background: inherit;
    position: absolute;
    left: 0;
    bottom: -85px;
    overflow: visible;
    width: 100%;
    height: 150px;
    -webkit-transform: skewY(2deg);
    -moz-transform: skewY(2deg);
    -ms-transform: skewY(2deg);
    -o-transform: skewY(2deg);
    transform: skewY(2deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: initial;
    z-index: -2;
}

.cm-numbers-section, .cm-sip-section {
  padding: 150px 0 125px 0;
}

.signup-row-trapezoid {
  background: #0d71d3;
  position: relative;
}

.signup-row-trapezoid:before {
  content: '';
  background: inherit;
  position: absolute;
  left: 0;
  top: -75px;
  overflow: visible;
  width: 100%;
  height: 150px;
  -webkit-transform: skewY(-2deg);
  -moz-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  -o-transform: skewY(-2deg);
  transform: skewY(-2deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: initial;
  z-index: 4;
}

.signup-row-trapezoid:after {
  content: '';
  background: inherit;
  position: absolute;
  left: 0;
  bottom: -85px;
  overflow: visible;
  width: 100%;
  height: 150px;
  -webkit-transform: skewY(2deg);
  -moz-transform: skewY(2deg);
  -ms-transform: skewY(2deg);
  -o-transform: skewY(2deg);
  transform: skewY(2deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: initial;
  z-index: 4;
}

a.white {
  color: #ffffff;
  text-decoration: underline;
}

.ui[class*="three column"].grid>.column:not(.row), .ui[class*="three column"].grid>.row>.column {
  width: 33.33333333%;
}

.hs-content-id-8540742304 .page-center.content-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.ui.card, .ui.cards>.card {
  max-width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 290px;
  min-height: 0;
  background: #fff;
  padding: 0;
  border: none;
  border-radius: .28571429rem;
  -webkit-box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
  box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
  z-index: '';
}




.ui.three.cards>.card {
  width: calc(33.33333333% - 2em);
  margin-left: 1em;
  margin-right: 1em;
}

.ui.cards>.card {
  font-size: 1em;
}

.ui.card>:first-child, .ui.cards>.card>:first-child {
  border-radius: .28571429rem .28571429rem 0 0!important;
  border-top: none!important;
}

.ui.card>.image, .ui.cards>.card>.image {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0;
  background: rgba(0,0,0,.05);
}

.ui.card>.image>img, .ui.cards>.card>.image>img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: inherit;
}

.ui.card>.image:not(.ui)>img, .ui.cards>.card>.image:not(.ui)>img {
  border: none;
}

.ui.card>.content, .ui.cards>.card>.content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border: none;
  border-top: 1px solid rgba(34,36,38,.1);
  background: 0 0;
  margin: 0;
  padding: 1em 1em;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 1em;
  border-radius: 0;
}

.ui.card>.content>.header:not(.ui), .ui.cards>.card>.content>.header:not(.ui) {
  font-weight: 700;
  font-size: 1.28571429em;
  margin-top: -.21425em;
  line-height: 1.28571429em;
  color: rgba(0,0,0,.85);
  -webkit-transition: color .1s ease;
  transition: color .1s ease;
}

.ui.card .meta, .ui.cards>.card .meta {
  font-size: 1em;
  color: rgba(0,0,0,.4);
}

.ui.card>.content>.description, .ui.cards>.card>.content>.description {
  clear: both;
  color: rgba(0,0,0,.68);
}

.ui.card>.content>.header+.description, 
.ui.card>.content>.meta+.description,
.ui.cards>.card>.content>.header+.description,
.ui.cards>.card>.content>.meta+.description {
  margin-top: .5em;
}

.cm-type-1.hs-content-id-8544555438 .content-wrapper .inner-wrapper {
  padding: 0;
}

.cm-integration-partners-layout .body-container-wrapper {
  padding: 60px 0 150px 0;
  background: linear-gradient(#0d71d3, #2995ed);
  color: #fff;
}

.cm-integration-partners-layout .cm-right-col-flexi-1 .hs_cos_wrapper_type_form {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 30px;
  background-color: #fff;
  border-radius: 8px;
  display: block;
  line-height: 1.4285em;
  color: rgba(0,0,0,.87);
}

.cm-integration-partners-layout .cm-right-col-flexi-1 .hs_cos_wrapper_type_form input:not(.hs-button), .cm-integration-partners-layout .cm-right-col-flexi-1 .hs_cos_wrapper_type_form textarea {
  font-size: 14px;
  color: #424242;
  padding: 9.5px 14px;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
}

.cm-integration-partners-layout .cm-right-col-flexi-1 .hs-form-field {
  margin-bottom: 20px;
}

.cm-right-col-flexi-1 fieldset {
  padding-bottom: 10px;
}

.cm-right-col-flexi-1  input.hs-button.primary.large {
  width: 150px;
}

.cm-right-col-flexi-1 {
  margin-top: 40px;
}

.cm-right-col-flexi-1 fieldset label.hs-form-booleancheckbox-display {
  font-size: 1.0rem;
  font-weight: 700;
  margin: 0 0 .28571429rem 0;
  text-transform: capitalize;
}

.cm-integration-partners-layout .cm-right-col-flexi-1 .hs_cos_wrapper_type_form textarea {
  width: 100%;
  height: 100px;
  font-size: 1rem;
  padding: 10px 0px 30px 10px;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
}

.ui.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -.875em -.5em;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ui.three.cards {
  margin-left: -1em;
  margin-right: -1em;
}



.ui.cards>.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: .875em .5em;
  float: none;
}

.ui.three.cards>.card {
  width: calc(33.33333333% - 2em);
  margin-left: 1em;
  margin-right: 1em;
}

.ui.four.cards>.card {
  width: calc(25% - 1.5em);
  margin-left: .75em;
  margin-right: .75em;
}

.ui.card .meta, .ui.cards>.card .meta {
  font-size: 1em;
  color: rgba(0,0,0,.4);
}

.ui.card>.content, .ui.cards>.card>.content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border: none;
  border-top: 1px solid rgba(34,36,38,.1);
  background: 0 0;
  margin: 0;
  padding: 1em 1em;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 1em;
  border-radius: 0;
}

.custom-banner-area-group button.ui.huge.orange.button.darkbg {
  margin: 0;
}

.custom-banner-area-group .twelve.wide > div {
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.ui.card .content img, .ui.cards>.card .content img {
  display: inline-block;
  vertical-align: middle;
  width: '';
}

.cm-case-layout .body-container-wrapper section {
  margin: 0;
  padding: 0 !important;
}

.cm-case-layout .body-container-wrapper div#hs_cos_wrapper_widget_1554197891347 section {
  margin: 150px 0 0 0;
}

.cm-case-layout section img.ui.image {
  width: 60px;
}

.cm-case-layout .body-container-wrapper div#hs_cos_wrapper_widget_1554199785534 section {
  padding: 30px 0 90px 0 !important;
}

.cm-case-layout  section.product-row-parallelogram.lay-2 {}

.cm-case-layout section.product-row-parallelogram.lay-2 .grid > .column {
  background: #fff;
  border: none;
  border-radius: .28571429rem;
  -webkit-box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
  box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
  display: block;
  margin: .875em .5em;
  width: calc(33.33333333% - 2em);
  margin-left: 1em;
  margin-right: 1em;
}

.cm-case-layout section.numbers-row-parallelogram.lay-2 .grid > .column {
  background: #fff;
  border: none;
  border-radius: .28571429rem;
  -webkit-box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
  box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
  display: block;
  margin: .875em .5em;
  width: calc(33.33333333% - 2em);
  margin-left: 1em;
  margin-right: 1em;
}

.cm-developers-section-group h4 strong {
  font-weight: 400;
}

.cm-buttons-group {
  text-align: center;
  padding: 1rem 0;
}

.cm-buttons-group > div {
  display: inline-block;
  vertical-align: top;
}

i.icon.windows:before {
  content: "\f17a";
}

i.icon.apple:before {
  content: "\f179";
}

.company-perks-row {
  background-color: #e6f1fb;
  position: relative;
  z-index: 10;
}

.company-perks-row:before {
  content: '';
  background: inherit;
  position: absolute;
  left: 0;
  top: -75px;
  overflow: visible;
  width: 100%;
  height: 150px;
  -webkit-transform: skewY(-2deg);
  -moz-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  -o-transform: skewY(-2deg);
  transform: skewY(-2deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: initial;
  z-index: -2;
}

.company-perks-row:after {
  content: '';
  background: inherit;
  position: absolute;
  left: 0;
  bottom: -50px;
  overflow: visible;
  width: 100%;
  height: 100px;
  -webkit-transform: skewY(2deg);
  -moz-transform: skewY(2deg);
  -ms-transform: skewY(2deg);
  -o-transform: skewY(2deg);
  transform: skewY(2deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: initial;
  z-index: -2;
}

.section-sub-text {
  font-weight: 300;
  font-size: 1.25rem;
  color: #666;
  margin: 0 0 2.5em 0;
}

img.greyscale {
  filter: url(data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id=… 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale);
  filter: gray;
  -webkit-filter: grayscale(100%);
  opacity: 0.75;
  -webkit-transition: all .5s ease-in-out;
}

img.greyscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
  opacity: 1.0;
  cursor: pointer;
  transform: scale(1.1);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.15);
}

.ui.divider {
  margin: 1rem 0;
  line-height: 1;
  height: 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: rgba(0,0,0,.85);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.ui.divider {
  font-size: 1rem;
}

.ui.divider:not(.vertical):not(.horizontal) {
  border-top: 1px solid rgba(34,36,38,.15);
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.employee-name {
  font-size: 1.5em;
  font-weight: 300;
  margin: 0 0 0.5em 0;
}

.employee-title {
  color: #bbb;
}

.wrapper-careers-award, .wrapper-mission-statement {
  padding: 20px 0;
  background: #0d71d3;
  position: relative;
  z-index: 15;
  color: #fff;
}

.wrapper-careers-award:before, .wrapper-mission-statement:before {
  content: '';
  background: inherit;
  position: absolute;
  left: 0;
  top: -75px;
  overflow: visible;
  width: 100%;
  height: 150px;
  -webkit-transform: skewY(-2deg);
  -moz-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  -o-transform: skewY(-2deg);
  transform: skewY(-2deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: initial;
}

.wrapper-careers-award:after, .wrapper-mission-statement:after {
  content: '';
  background: inherit;
  position: absolute;
  left: 0;
  bottom: -85px;
  overflow: visible;
  width: 100%;
  height: 150px;
  -webkit-transform: skewY(-2deg);
  -moz-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  -o-transform: skewY(-2deg);
  transform: skewY(-2deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: initial;
  z-index: 5;
}

.instagram-row {
  padding: 60px 0 0 0;
  background-color: #e6f1fb;
  position: relative;
}

.instagram-row:after {
  content: '';
  background: inherit;
  position: absolute;
  left: 0;
  bottom: -50px;
  overflow: visible;
  width: 100%;
  height: 100px;
  -webkit-transform: skewY(2deg);
  -moz-transform: skewY(2deg);
  -ms-transform: skewY(2deg);
  -o-transform: skewY(2deg);
  transform: skewY(2deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: initial;
  z-index: -2;
}

.gradtext {
  background: -webkit-linear-gradient(#0d71d3, #45adf4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.padded-row-bottom {
  padding: 0 0 2.5em 0;
}

.ui.grid .row+.ui.divider {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 1rem 1rem;
}

.ui.grid .relaxed.row+.ui.divider, .ui.relaxed.grid .row+.ui.divider {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.open-position {
  margin: 0 0 2.5em 0;
}

.open-position .location {
  color: #bbb;
}

.open-position .title {
  font-size: 1.35rem;
}

.ui.column.grid>[class*="fourteen wide"].column, .ui.grid>.column.row>[class*="fourteen wide"].column, .ui.grid>.row>[class*="fourteen wide"].column, .ui.grid>[class*="fourteen wide"].column {
  width: 87.5%!important;
}

section#careers-hero {
  text-align: left !important;
  height: 550px !important;
  padding: 108px 0 100px 0 !important;
  background-size: cover;
  clip-path: none;
  margin-top: 27px;
}

.cm-careers-layout .custom-header-group {
  background: transparent;
}

section#careers-hero:after {
  content: none !important;
}


.wrapper-careers-glassdoor {
  padding: 30px 0;
  background: url(//cdn2.hubspot.net/hubfs/528974/Ytel_March2019%20Theme/Images/glassdoor-stars.svg) top center no-repeat #c7e6fc;
  position: relative;
}

.ui.column.grid>[class*="six wide"].column, .ui.grid>.column.row>[class*="six wide"].column, .ui.grid>.row>[class*="six wide"].column, .ui.grid>[class*="six wide"].column {
  width: 37.5%!important;
}

.cta-row {
  margin: 30px 0 0 0;
}

.wrapper-careers-glassdoor:after {
  content: '';
  background: #c7e6fc;
  position: absolute;
  left: 0;
  bottom: -50px;
  overflow: visible;
  width: 100%;
  height: 100px;
  -webkit-transform: skewY(2deg);
  -moz-transform: skewY(2deg);
  -ms-transform: skewY(2deg);
  -o-transform: skewY(2deg);
  transform: skewY(2deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: initial;
  z-index: -2;
}

.ui.medium.image, .ui.medium.images .image, .ui.medium.images img, .ui.medium.images svg {
  width: 300px;
  height: auto;
  font-size: 1rem;
}

section.cm-image-collage-group {
  width: 100%;
  overflow: hidden;
}

.ui.column.grid>[class*="sixteen wide"].column, .ui.grid>.column.row>[class*="sixteen wide"].column, .ui.grid>.row>[class*="sixteen wide"].column, .ui.grid>[class*="sixteen wide"].column {
  width: 100%!important;
}

.ui.tiny.image, .ui.tiny.images .image, .ui.tiny.images img, .ui.tiny.images svg {
  width: 80px;
  height: auto;
  font-size: .85714286rem;
}

.ui.statistic {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 1em 0;
  max-width: auto;
}

.ui.statistic>.label, .ui.statistics .statistic>.label {
  font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
  font-size: 1em;
  font-weight: 700;
  color: rgba(0,0,0,.87);
  text-transform: uppercase;
  text-align: center;
}

.ui.statistic>.value, .ui.statistics .statistic>.value {
  font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1em;
  color: #1b1c1d;
  text-transform: uppercase;
  text-align: center;
}

.ui.blue.statistic>.value, .ui.blue.statistics .statistic>.value, .ui.statistics .blue.statistic>.value {
  color: #2185d0;
}

.ui.small.statistic>.value, .ui.small.statistics .statistic>.value {
  font-size: 3rem!important;
}

.ui.four.column.center.aligned.grid {
  margin-top: calc(40px + 1rem) !important;
}

.leadership-name {
  font-size: 1.5em;
  font-weight: 300;
  margin: 1.0em 0 0.5em 0;
}

.wrapper-company-awards {
  padding: 100px 0 0 0;
}

.ui[class*="six column"].grid>.column:not(.row), .ui[class*="six column"].grid>.row>.column {
  width: 16.66666667%;
}

.ui.small.image, .ui.small.images .image, .ui.small.images img, .ui.small.images svg {
  width: 150px;
  height: auto;
  font-size: .92857143rem;
}

.wrapper-company-careers {
  padding: 100px 0 100px 0;
}

.ui.column.grid>[class*="seven wide"].column, .ui.grid>.column.row>[class*="seven wide"].column, .ui.grid>.row>[class*="seven wide"].column, .ui.grid>[class*="seven wide"].column {
  width: 43.75%!important;
}

.ui.column.grid>[class*="four wide"].column, .ui.grid>.column.row>[class*="four wide"].column, .ui.grid>.row>[class*="four wide"].column, .ui.grid>[class*="four wide"].column {
  width: 25%!important;
}

.cm-story-layout section#press {
  background: transparent;
}

.cm-story-layout section#press:after,.cm-story-layout section#press:before {
  content: none;
}

.cm-story-layout section#press button.ui.large.grey.basic.button {
  display: none;
}

.cm-story-layout section#press .ui.page-center > div {
  padding-bottom: 100px !important;
}

.home-banner-area .hero-text {
  margin-top: 22px !important;
  padding-bottom: 0 !important;
}

.custom-footer-links .hs-menu-wrapper > ul > li + li >  a:hover,
.custom-footer-links .hs-menu-wrapper > ul ul li a:hover {
  color: #2995ED;
}

.hs-content-id-8499993933 .cm-two-column-eql-content h3 {
  margin-bottom: 1rem;
}

.featured-resources, .valuable-resources .extra.content {
  padding: .75em 1em !important;
}

.topic-filter-wrapper ul li a[data-filter*="crm"] {
  text-transform: uppercase;
}

a.white:hover {
  color: #66ccff;
}

.custom-banner-area-group.cm-banner-with-btn {
  padding-bottom: 137px;
}

div#desktop-navigation .item:hover {
  background-color: rgba(255,255,255,0.2);
}

.wrapper-careers-award > div,
.wrapper-mission-statement > div {
  position: relative;
  z-index: 9;
}

.ui.cards a.card:hover, .ui.link.card:hover, .ui.link.cards .card:hover, a.ui.card:hover {
  cursor: pointer;
  z-index: 5;
  background: #fff;
  border: none;
  -webkit-box-shadow: 0 1px 3px 0 #bcbdbd, 0 0 0 1px #d4d4d5;
  box-shadow: 0 1px 3px 0 #bcbdbd, 0 0 0 1px #d4d4d5;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(41,149,237,0.4)
  }

  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(41,149,237,0)
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(41,149,237,0)
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(41,149,237,0.4);
    box-shadow: 0 0 0 0 rgba(41,149,237,0.4)
  }

  70% {
    -moz-box-shadow: 0 0 0 10px rgba(41,149,237,0);
    box-shadow: 0 0 0 10px rgba(41,149,237,0)
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(41,149,237,0);
    box-shadow: 0 0 0 0 rgba(41,149,237,0)
  }
}

a:first-child > button {
  margin-left: 0 !important;
}

.cm-type-1 div#data .hs-error-msgs label {
  pointer-events: none;
  background-color: rgba(153, 0, 0, 0.6);
  color: rgb(255, 255, 255) !important;
  border-radius: 3px;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
}

.cm-type-1 div#data .hs_error_rollup .hs-error-msgs label {
  background-color: rgba(153, 0, 0, 0.6);
  padding: 12px 6px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.15);
  border-image: initial;
  display: block;
  border-radius: 0;
}

.ui.column.grid>[class*="eleven wide"].column, 
.ui.grid>.column.row>[class*="eleven wide"].column, 
.ui.grid>.row>[class*="eleven wide"].column, 
.ui.grid>[class*="eleven wide"].column {
  width: 68.75%!important;
}

.bullets li {
  font-size: 1.2rem;
  color: #424242;
  list-style-type: none;
  padding-left: 0.4em;
  margin: 1.0em 0 0 0;
  position: relative;
  font-weight: 300
}

.bullets li:before {
  font-family: "Font Awesome\ 5 Free";
  content: "\f054";
  color: #424242;
  position: absolute;
  left: -1.0em;
  font-weight: 900
}

.cm-integrations .index-getstared-row h3 {
  padding-bottom: 20px;
}

.feature-item-wrapper .feature-image:after, .feature-item-wrapper-break .feature-image:after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 21px;
  background: transparent;
  border-radius: 4px;
  z-index: 1;
  border-top: 1px solid #d4d4d5;
}

.cm-integrations .index-getstared-row h2.h2-bold-header {
  font-weight: 300;
}

.cm-buttons-group a button {
  margin: 0 .25em 0 0 !important;
}

.cm-story-layout section.wrapper-interior-header {
  background: #fff !important;
}

.cm-story-layout  section.wrapper-interior-header .column {
  padding: 0 !important;
}

.fw-with-sidebar.hs-content-id-8572769173 .bookmark-content-grp .menu .item:first-child {
  font-size: 16px;
}

.fw-with-sidebar.hs-content-id-8572769173 .bookmark-content-grp h3:first-child {
  font-size: 2.8rem;
  font-weight: 300;
}

.header-container, .body-container, .footer-container {
  max-width: 100%  !important;
}

/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .custom-menu-primary .hs-menu-wrapper > ul > li.products > ul > li:last-child {
    margin-bottom: 70px !important;
  }
}

@media only screen and (max-width: 1200px){
 .integrations-break-wrapper:before {
  bottom: 275px;
  }   
}

@media screen and (min-width: 1200px) and (max-width:1300px) {
  .integrations-break-wrapper:before {
  bottom: 325px;
  }   
}

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

  .two-col-right .main-content {
    width:62.5%!important;
  }

  .two-col-right .sidebar{
    width: 31.25%!important;
    float:right !important;
  }

  .custom-menu-primary.js-enabled {
    height: auto !important;
  }

  .featured-resources-grp {
    max-width: 1127px;
    margin: 0 auto;
  }
  .cm-integration-partners-layout .cm-left-col-flexi-1, .cm-integration-partners-layout .cm-right-col-flexi-1 {
    padding: 1rem;
  }

  .cm-integration-partners-layout .cm-right-col-flexi-1 {
    margin-top: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.products > ul > li:hover {
    background: #f6f6f6 !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul {
    visibility: hidden !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul > li > ul {
    visibility: visible !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.resources > ul > li:hover {
    color: #2995ED !important;
    background-color: #F6F6F6 !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.resources > ul > li:hover > a {
    color: #2995ED !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding-bottom: 12px;
    margin-bottom: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    margin-top: 10px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul:before {
    margin-top: -1px;
  }

  .ui.column.grid>[class*="fourteen wide computer"].column,
  .ui.grid>.column.row>[class*="fourteen wide computer"].column,
  .ui.grid>.row>[class*="fourteen wide computer"].column,
  .ui.grid>[class*="fourteen wide computer"].column {
    width: 87.5%!important;
  }

  .ui.column.grid>[class*="ten wide computer"].column, .ui.grid>.column.row>[class*="ten wide computer"].column, 
  .ui.grid>.row>[class*="ten wide computer"].column, .ui.grid>[class*="ten wide computer"].column {
    width: 62.5%!important;
  }

  .cm-sales-left-col-flexi {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ui.column.grid>[class*="five wide computer"].column, .ui.grid>.column.row>[class*="five wide computer"].column, 
  .ui.grid>.row>[class*="five wide computer"].column, .ui.grid>[class*="five wide computer"].column {
    width: 31.25%!important;
  }

  .ui.column.grid>[class*="eleven wide computer"].column, .ui.grid>.column.row>[class*="eleven wide computer"].column, 
  .ui.grid>.row>[class*="eleven wide computer"].column, .ui.grid>[class*="eleven wide computer"].column {
    width: 68.75%!important;
  }

  .custom-logo img {
    max-width: 93px;
    width: 100% !important;
    min-width: 93px;
  }

  .company-perks-row .eleven.wide.computer.fourteen.wide.tablet.twelve.wide.mobile.column {
    width: 75% !important;
  }

  .company-perks-row .five.wide.computer.two.wide.tablet.four.wide.mobile.column {
    width: 25% !important;
  }

}



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

  .topic-filter-wrapper {
    width: 25%!important;
    padding: 1rem;
    position: relative;
    display: inline-block;
    float: left;
  }

  .feature-item-wrapper {
    width: 75%!important;
    padding: 0;
  }

}


@media only screen and (max-width: 1199px) and (min-width: 992px){

  .container-fluid .row-fluid .page-center {
    max-width: 963px;
  }

  .fw-layout .content-wrapper {
    max-width: 991px !important;
  }

  .quote-container .four.wide.column {
    padding: 0 !important;
  }

}

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

  #desktop-navigation a.button {
    display: none !important;
  }

  .custom-header-group .right-col {
    width: calc(100% - 125px);
  }

  .right-col .custom-menu-primary {
    width: auto !important;
  }

  .right-col .span5.widget-span.widget-type-custom_widget {
    margin-left: 0 !important;
    width: auto !important;
  }

  a#ctPhone {
    padding: 12px 0;
  }

}

@media only screen and (max-width: 991px) and (min-width: 768px){

  .container-fluid .row-fluid .page-center {
    max-width: 753px;
  }

  .fw-layout .content-wrapper {
    max-width: 781px !important;
  }

  h1 {
    font-size: 3rem;
  }

  .custom-banner-area-group h1 {
    font-size: 3rem;
  }

  .ui.grid>[class*="three column"].doubling.row.row>.column,
  .ui[class*="three column"].doubling.grid>.column:not(.row), 
  .ui[class*="three column"].doubling.grid>.row>.column {
    width: 50%!important;
  }

  .ui.grid>[class*="five column"].doubling.row.row>.column, 
  .ui[class*="five column"].doubling.grid>.column:not(.row),
  .ui[class*="five column"].doubling.grid>.row>.column {
    width: 33.33333333%!important;
  }

  .map-overlay:after {
    display:none;
  }

  h1 {
    font-size: 3rem;
  }

  .industry-details.ui.grid>[class*="five wide"].column {
    width: 40% !important;
  }

  .quote-container .four.wide.column {
    padding: 0 !important;
  }

  .ui.small.statistic>.value, .ui.small.statistics .statistic>.value {
    font-size: 2rem !important;
  }

}

@media (max-width: 991px) {

  .right-col.hidden-phone, .right-col-new.hidden-phone {
    display: none !important;
  }

  .mobile-menu-wrapper.visible-phone {
    display: block !important;
  }

  .custom-footer-left-group {
    width: 100% !important;
  }

  .span7.custom-footer-links {
    display: none !important;
  }

  .custom-social-group.clearfix {
    text-align: center;
  }

  .mobile-open div#site-wrapper:after {
    width: 100%!important;
    height: 100%!important;
    opacity: 1!important;
  }

  div#site-wrapper:after {
    position: fixed;
    top: 0;
    right: 0;
    content: '';
    background-color: rgba(0,0,0,.4);
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    will-change: opacity;
    z-index: 1000;
  }

  .mobile-menu-wrapper .custom-logo {
    margin: 2.5em 0 2.5em 0;
    text-align: center;
    padding: 0;
  }

  .mobile-menu-wrapper .custom-logo img {
    width: 50% !important;
    max-width: none;
  }

  .sidebar-phone {
    margin: 1.5em 0 0 0;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400
  }

  .sidebar-demo-button {
    text-align: center;
    margin: 1.5em 0 2.5em 0
  }

  .sidebar-social-container {
    text-align: center;
    font-size: 24px
  }

  .sidebar-privacy-terms {
    margin: 1.0em 0 0 0;
    color: #2995ED;
    text-transform: uppercase;
    font-size: .65rem;
    letter-spacing: 1px;
    font-weight: 400;
    text-align: center
  }

  .sidebar-careers-container {
    text-align: center;
    margin: 2.5em 0 2.8em 0;
  }

  .sidebar-careers-container span {
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    font-size: 1.0rem;
    margin-left: .5rem;
    border: 2px solid #2995ED;
    color: #fff;
    padding: 0.75rem 1.0rem;
    border-radius: 4px;
    position: relative;
    bottom: .05rem
  }

  i.icon.twitter:before {
    content: "\f099";
  }

  i.icon.facebook.square:before {
    content: "\f082";
  }

  i.icon.instagram:before {
    content: "\f16d";
  }

  i.icon.linkedin.square:before {
    content: "\f08c";
  }

  i.icon.youtube:before {
    content: "\f167";
  }

  i.icon.github:before {
    content: "\f09b";
  }

  a.social-links i {
    margin: 0 .25rem 0 0;
  }

  .sidebar-demo-button button.ui.orange {
    margin-left: 0;
  }

  .bookmark-content-grp .ui.grid > .sixteen.column{
    width: 100%!important;
  }

  .map-overlay {
    top:0.0em;
  }

  .cm-type-1 input[type="text"], 
  .cm-type-1 input[type="password"], 
  .cm-type-1 input[type="datetime"], 
  .cm-type-1 input[type="datetime-local"], 
  .cm-type-1 input[type="date"], 
  .cm-type-1 input[type="month"], 
  .cm-type-1 input[type="time"], 
  .cm-type-1 input[type="week"], 
  .cm-type-1 input[type="number"], 
  .cm-type-1 input[type="email"], 
  .cm-type-1 input[type="url"], 
  .cm-type-1 input[type="search"], 
  .cm-type-1 input[type="tel"], 
  .cm-type-1 input[type="color"], 
  .cm-type-1 input[type="file"], 
  .cm-type-1 textarea, 
  .cm-type-1 select {
    font-size: 24px;
    line-height: 32px;
  }

  #data .hs-form-field > label {
    font-size: 20px;
    line-height: 28px;
  }

  .img-content-for-error-pg .wide.desktop.tablet.column {
    display: none !important;
  }

  .computer.mobile.column.cm-hide-in-small {
    display: none;
  }

  .cm-team-member-detail .three.wide.column {
    width: 30% !important;
  }

  .cm-team-member-detail .nine.wide.column {
    width: 70% !important;
  }

  .cm-team-member-detail .four.wide.column {
    width: 100% !important;
    margin-top: 30px;
    max-width: 400px;
  }

  .ui.column.grid>[class*="sixteen wide mobile"].column, .ui.grid>.column.row>[class*="sixteen wide mobile"].column, 
  .ui.grid>.row>[class*="sixteen wide mobile"].column, .ui.grid>[class*="sixteen wide mobile"].column {
    width: 100%!important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li a:hover {
    background: rgba(255,255,255,.08);
    color: #fff;
  }

  .custom-social-group a {
    margin-right: -2px;
  }

}


/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {

  .cm-month-filter {
    margin-bottom: 40px;
  }

  .custom-footer-left-group {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .custom-copyrights p {
    text-align: center;
    line-height: 32px;
  }

  .custom-header-group {
    border-top: none;
    top:47px;
  }

  .hello-bar a {
    font-size: 15px;
    font-weight: 400 !important;
    display: inline-block;
    color: #3CC0AC !important;
  }

  .hello-bar {
    background-color: #424242;
    text-align: center;
    padding: 1rem;
    color: #ffffff;
    font-weight:300;
  }

  .hello-bar a:hover {
    color: #63cdbd !important;
    text-decoration: underline;
  }

  body:not(.custom-layout) .main-content:not(:last-child),
  body:not(.custom-layout) .blog-content:not(:last-child), 
  body:not(.custom-layout) .sidebar.left:not(:last-child),
  body:not(.custom-layout) .blog-sidebar:not(:last-child),
  body:not(.custom-layout) .sidebar.right:not(:last-child) {
    margin-bottom: 40px;
  }

  .featured-resources, .valuable-resources .card {
    margin: 0 0 1em;
    padding: 0!important;
    width: 100% !important;
  }

  .featured-resources-grp .main-title {
    margin: 0 0 28px 0;
  }

  .custom-banner-area-group h1 {
    font-size: 2.0rem;
  }

  .banner-content {
    margin: 23px auto 0;
    width: 100% !important;
  }

  .custom-banner-area-group:after {
    bottom: -75px;
  }

  .custom-banner-area-group {
    padding-bottom: 150px;
  }

  h1 {
    font-size: 2.0rem;
  }

  .two-col-right .main-content, 
  .two-col-right .sidebar{
    padding-left:0px;
    padding-right:0px;
  }

  .case-studies-grp.ui.three {
    display: block!important;
  }

  .case-studies-grp.ui.three>.card {
    display: block!important;
    height: auto!important;
    margin: 1em 1em;
    padding: 0!important;
    width: calc(100% - 2em)!important;
  }

  .cs-layout .custom-header-group {
    top: 0;
  }

  .resource-page-title {
    font-size: 2.0rem;
  }

  .cm-type-1 .content-wrapper .inner-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .bookmark-content-grp .four.wide.column {
    display: none !important;
  }

  .bookmark-content-grp .ui.grid > .sixteen.column{
    padding-left: 0;
    padding-right: 0;
  }

  .custom-banner-area-group.home-banner-area {
    padding-top: 108px;
  }

  .cm-news-menu .hs-menu-wrapper > ul > li {
    width: auto;
  }

  .ui.grid>.stackable.stackable.row>.column, .ui.stackable.grid>.column.grid>.column,
  .ui.stackable.grid>.column.row>.column, .ui.stackable.grid>.column:not(.row),
  .ui.stackable.grid>.row>.column, .ui.stackable.grid>.row>.wide.column, .ui.stackable.grid>.wide.column {
    width: 100%!important;
    margin: 0 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    padding: 1rem 1rem!important;
  }

  .ui.grid>[class*="five column"].doubling:not(.stackable).row.row>.column,
  .ui[class*="five column"].doubling:not(.stackable).grid>.column:not(.row), 
  .ui[class*="five column"].doubling:not(.stackable).grid>.row>.column {
    width: 50%!important;
  }

  .two-col-img-align.right .nine.wide.computer.column {
    order: 1;
  }

  .two-col-img-align.right .seven.wide.computer.column {
    order: 2;
  }

  .map-overlay:after {
    display:none;
  }

  .contact-row2-left, 
  .contact-row2-right {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-row2-left {
    margin-bottom: 20px;
  }

  .contact-row2-left form {
    padding-top: 35px;
  }

  .contact-row2-left form.hs-form fieldset .hs-form-field {
    margin-bottom: 20px;
  }

  .wrapper-contact-map {
    padding-bottom: 100px;
  }

  .topic-filter-wrapper {
    display: none !important;
  }

  .feature-item-wrapper .feature-item, .feature-item-wrapper-break .feature-item {
    width: calc(100% - 2em) !important;
  }

  .feature-item-wrapper .feature-image img, .feature-item-wrapper-break .feature-image img {
    width: 100%;
  }

  .cm-error-pg .ui.stackable.cards .card {
    margin-top: 0!important;
  }
  .cm-case-layout section.product-row-parallelogram.lay-2 .grid > .column {
    margin: 1em !important;
  }
  
  .cm-case-layout section.numbers-row-parallelogram.lay-2 .grid > .column {
    margin: 1em !important;
  }

  .ui[class*="four column"].grid>.column:not(.row), .ui[class*="four column"].grid>.row>.column {
    width: 50%;
  }

  .blog .page-center.content-wrapper {
    padding-top: calc(20px + 1rem);
    padding-bottom: 50px;
  }

  section#careers-hero {
    margin-top: 0;
    background-position: center;
  }

  .cm-team-member-detail .three.wide.column {
    width: 100% !important;
  }

  .cm-team-member-detail .nine.wide.column {
    width: 100% !important;
    margin-top: 30px;
  }

  .cm-team-member-detail .four.wide.column {
    width: 100% !important;
    margin-top: 30px;
    max-width: 100%;
  }

  .custom-layout .page-center.content-wrapper {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .ui.grid>.stackable.stackable.row>.column,
  .ui.stackable.grid>.column.grid>.column,
  .ui.stackable.grid>.column.row>.column, 
  .ui.stackable.grid>.column:not(.row), 
  .ui.stackable.grid>.row>.column, 
  .ui.stackable.grid>.row>.wide.column,
  .ui.stackable.grid>.wide.column {
    width: 100%!important;
    margin: 0 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    padding: 1rem 1rem !important;
  }

  .cm-sales-right-col-flexi {
    margin-top: 60px;
  }

  .ui.stackable.cards>.card {
    display: block!important;
    height: auto!important;
    margin: 1em 1em;
    padding: 0!important;
    width: calc(100% - 2em)!important;
  }

  .ui.stackable.cards .card:first-child {
    margin-top: 0!important;
  }

  .cm-integration-partners-layout .cm-right-col-flexi-1 .hs_cos_wrapper_type_form input:not(.hs-button):not([type="checkbox"]), 
  .cm-integration-partners-layout .cm-right-col-flexi-1 .hs_cos_wrapper_type_form textarea {
    width: 100% !important;
  }

  .page-center .ui.stackable.grid>.column,
  .ui.page-center>.ui.stackable.grid>.column,
  .ui.page-center>.ui.stackable.grid>.row>.column {
    padding-left: 0!important;
    padding-right: 0!important;
  }

  .ui.grid .relaxed.row+.ui.divider, .ui.relaxed.grid .row+.ui.divider {
    margin-left: 0rem;
    margin-right: 0rem;
  }

  .ui.column.grid>[class*="four wide mobile"].column, .ui.grid>.column.row>[class*="four wide mobile"].column, 
  .ui.grid>.row>[class*="four wide mobile"].column, .ui.grid>[class*="four wide mobile"].column {
    width: 25%!important;
  }

  .ui.column.grid>[class*="twelve wide mobile"].column, .ui.grid>.column.row>[class*="twelve wide mobile"].column, 
  .ui.grid>.row>[class*="twelve wide mobile"].column, .ui.grid>[class*="twelve wide mobile"].column {
    width: 75%!important;
  }

  .ui[class*="four column"].grid>.column:not(.row), .ui[class*="four column"].grid>.row>.column {
    width: 100%;
  }

  .cm-case-layout section.product-row-parallelogram.lay-2 .grid > .column {
    padding: 1rem 1rem !important;
  }
  
  .cm-case-layout section.number-row-parallelogram.lay-2 .grid > .column {
    padding: 1rem 1rem !important;
  }

  p.cm-back-to-news {
    margin-bottom: 60px;
  }
}  


/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {

  .contact-row2-left form.hs-form fieldset .hs-form-field input {
    width: 100% !important;
  }

  .contact-row2-left form.hs-form fieldset .hs-form-field .hs-input[type="checkbox"]{
    width: auto !important;
  }

  .ui.column.grid>[class*="fourteen wide"].column, 
  .ui.grid>.column.row>[class*="fourteen wide"].column, 
  .ui.grid>.row>[class*="fourteen wide"].column, 
  .ui.grid>[class*="fourteen wide"].column {
    width: 100%!important;
  }

  .cm-buttons-group button.ui.orange {
    margin: 0;
  }

  .cm-buttons-group  a + a {
    margin-top: 10px;
    display: inline-block;
  }
}

/* Landing Page Forms */

.lead-form {
    border-radius: 15px;
    padding: 20px;
    margin: 0;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
    background-color: rgba(255,255,255,0.6);
}

.lead-form label {
    font-size: 16px;
    font-weight: 300;
}

label.hs-form-radio-display input[type="radio"] {
    margin-right: 10px;
}

label.hs-form-booleancheckbox-display input[type="checkbox"] {
    margin-right: 10px;
}

ul.inputs-list.multi-container {
    padding-left: 15px;
}

.lead-form li.hs-form-radio {
   	list-style: none;
}

.lead-form input {
    font-size: 14px;
    font-weight: 400;
    padding: 8px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.lead-form .hs-form select {
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px;
    font-weight: 300;
    width: 100%;
    margin: 10px 0;
    height: 20px;
}

.lead-form .hs-button {
    margin: 25px 0 0 0;
    background-color: #ff9900;
    background-image: linear-gradient(to right, #ff9900 0%, #ff8500 100%);
	  -webkit-box-shadow: 0px 5px 5px 0px rgba(13,113,211,0.35);
	  -moz-box-shadow: 0px 5px 5px 0px rgba(13,113,211,0.35);
	  box-shadow: 0px 5px 5px 0px rgba(13,113,211,0.35);
	  transition: 0.3s;
    color: #ffffff;
    border-radius: 4px;
    font-size: 16px;
    border: none;
    padding: 16px 32px;
    font-weight: 600;
} 

.lead-form .hs-button:hover {
    background-color: #ffad36;
    background-image: linear-gradient(to right, #ffad36 0%, #ff9900 100%);
		-webkit-box-shadow: 0px 15px 25px 0px rgba(13,113,211,0.2);
		-moz-box-shadow: 0px 15px 25px 0px rgba(13,113,211,0.2);
		box-shadow: 0px 15px 25px 0px rgba(13,113,211,0.2);
} 

.lead-form .hs-form .hs-error-msgs {
    color: #EC2C26;
    list-style-type: none;
    font-weight: 600;
    margin: 0 0 15px 0;
    padding: 8px 12px;
    background-color: #fde9e9;
    border-radius: 4px;
    text-align: center;
}


