/* ==========================================================================
   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('//fonts.googleapis.com/css?family=Poppins:400%2C700%2C600');
@import url('//fonts.googleapis.com/css?family=Poppins%3Aregular&#038;ver=4.8.3');
@import url('//fonts.googleapis.com/css?family=Poppins%3A300%2C400%2C500%2C600%2C700&#038;ver=4.8.3');
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
/* EX: @import url('http://example.com/example_style.css'); */


/* HS SUPPORT */

@import url('https://fonts.googleapis.com/css?family=Open+Sans');

/*END HS SUPPORT*/

/* 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; }
@font-face {
    font-family: icomoon;
    src: url(//cdn2.hubspot.net/hubfs/3881487/Gpower_November2017/fonts/icomoon.eot?42yqzh);
    src: url(//cdn2.hubspot.net/hubfs/3881487/Gpower_November2017/fonts/icomoon.eot?42yqzh#iefix) format('embedded-opentype'),
    url(//cdn2.hubspot.net/hubfs/3881487/Gpower_November2017/fonts/icomoon.ttf?42yqzh) format('truetype'),
    url(//cdn2.hubspot.net/hubfs/3881487/Gpower_November2017/fonts/icomoon.woff?42yqzh) format('woff'),
    url(//cdn2.hubspot.net/hubfs/3881487/Gpower_November2017/fonts/icomoon.svg?42yqzh#icomoon) format('svg');
    font-weight: 400;
    font-style: normal
}
[class^=icon-]:not(.icon-box):not(.icon-container) {
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-home:before {
    content: "\e800"
}

.icon-apartment:before {
    content: "\e801"
}

.icon-pencil:before {
    content: "\e802"
}

.icon-magic-wand:before {
    content: "\e803"
}

.icon-drop:before {
    content: "\e804"
}

.icon-lighter:before {
    content: "\e805"
}

.icon-poop:before {
    content: "\e806"
}

.icon-sun:before {
    content: "\e807"
}

.icon-moon:before {
    content: "\e808"
}

.icon-cloud:before {
    content: "\e809"
}

.icon-cloud-upload:before {
    content: "\e80a"
}

.icon-cloud-download:before {
    content: "\e80b"
}

.icon-cloud-sync:before {
    content: "\e80c"
}

.icon-cloud-check:before {
    content: "\e80d"
}

.icon-database:before {
    content: "\e80e"
}

.icon-lock:before {
    content: "\e80f"
}

.icon-cog:before {
    content: "\e810"
}

.icon-trash:before {
    content: "\e811"
}

.icon-dice:before {
    content: "\e812"
}

.icon-heart:before {
    content: "\e813"
}

.icon-star:before {
    content: "\e814"
}

.icon-star-half:before {
    content: "\e815"
}

.icon-star-empty:before {
    content: "\e816"
}

.icon-flag:before {
    content: "\e817"
}

.icon-envelope:before {
    content: "\e818"
}

.icon-paperclip:before {
    content: "\e819"
}

.icon-inbox:before {
    content: "\e81a"
}

.icon-eye:before {
    content: "\e81b"
}

.icon-printer:before {
    content: "\e81c"
}

.icon-file-empty:before {
    content: "\e81d"
}

.icon-file-add:before {
    content: "\e81e"
}

.icon-enter:before {
    content: "\e81f"
}

.icon-exit:before {
    content: "\e820"
}

.icon-graduation-hat:before {
    content: "\e821"
}

.icon-license:before {
    content: "\e822"
}

.icon-music-note:before {
    content: "\e823"
}

.icon-film-play:before {
    content: "\e824"
}

.icon-camera-video:before {
    content: "\e825"
}

.icon-camera:before {
    content: "\e826"
}

.icon-picture:before {
    content: "\e827"
}

.icon-book:before {
    content: "\e828"
}

.icon-bookmark:before {
    content: "\e829"
}

.icon-user:before {
    content: "\e82a"
}

.icon-users:before {
    content: "\e82b"
}

.icon-shirt:before {
    content: "\e82c"
}

.icon-store:before {
    content: "\e82d"
}

.icon-cart:before {
    content: "\e82e"
}

.icon-tag:before {
    content: "\e82f"
}

.icon-phone-handset:before {
    content: "\e830"
}

.icon-phone:before {
    content: "\e831"
}

.icon-pushpin:before {
    content: "\e832"
}

.icon-map-marker:before {
    content: "\e833"
}

.icon-map:before {
    content: "\e834"
}

.icon-location:before {
    content: "\e835"
}

.icon-calendar-full:before {
    content: "\e836"
}

.icon-keyboard:before {
    content: "\e837"
}

.icon-spell-check:before {
    content: "\e838"
}

.icon-screen:before {
    content: "\e839"
}

.icon-smartphone:before {
    content: "\e83a"
}

.icon-tablet:before {
    content: "\e83b"
}

.icon-laptop:before {
    content: "\e83c"
}

.icon-laptop-phone:before {
    content: "\e83d"
}

.icon-power-switch:before {
    content: "\e83e"
}

.icon-bubble:before {
    content: "\e83f"
}

.icon-heart-pulse:before {
    content: "\e840"
}

.icon-construction:before {
    content: "\e841"
}

.icon-pie-chart:before {
    content: "\e842"
}

.icon-chart-bars:before {
    content: "\e843"
}

.icon-gift:before {
    content: "\e844"
}

.icon-diamond:before {
    content: "\e845"
}

.icon-linearicons:before {
    content: "\e846"
}

.icon-dinner:before {
    content: "\e847"
}

.icon-coffee-cup:before {
    content: "\e848"
}

.icon-leaf:before {
    content: "\e849"
}

.icon-paw:before {
    content: "\e84a"
}

.icon-rocket:before {
    content: "\e84b"
}

.icon-briefcase:before {
    content: "\e84c"
}

.icon-bus:before {
    content: "\e84d"
}

.icon-car:before {
    content: "\e84e"
}

.icon-train:before {
    content: "\e84f"
}

.icon-bicycle:before {
    content: "\e850"
}

.icon-wheelchair:before {
    content: "\e851"
}

.icon-select:before {
    content: "\e852"
}

.icon-earth:before {
    content: "\e853"
}

.icon-smile:before {
    content: "\e854"
}

.icon-sad:before {
    content: "\e855"
}

.icon-neutral:before {
    content: "\e856"
}

.icon-mustache:before {
    content: "\e857"
}

.icon-alarm:before {
    content: "\e858"
}

.icon-bullhorn:before {
    content: "\e859"
}

.icon-volume-high:before {
    content: "\e85a"
}

.icon-volume-medium:before {
    content: "\e85b"
}

.icon-volume-low:before {
    content: "\e85c"
}

.icon-volume:before {
    content: "\e85d"
}

.icon-mic:before {
    content: "\e85e"
}

.icon-hourglass:before {
    content: "\e85f"
}

.icon-undo:before {
    content: "\e860"
}

.icon-redo:before {
    content: "\e861"
}

.icon-sync:before {
    content: "\e862"
}

.icon-history:before {
    content: "\e863"
}

.icon-clock:before {
    content: "\e864"
}

.icon-download:before {
    content: "\e865"
}

.icon-upload:before {
    content: "\e866"
}

.icon-enter-down:before {
    content: "\e867"
}

.icon-exit-up:before {
    content: "\e868"
}

.icon-bug:before {
    content: "\e869"
}

.icon-code:before {
    content: "\e86a"
}

.icon-link:before {
    content: "\e86b"
}

.icon-unlink:before {
    content: "\e86c"
}

.icon-thumbs-up:before {
    content: "\e86d"
}

.icon-thumbs-down:before {
    content: "\e86e"
}

.icon-magnifier:before {
    content: "\e86f"
}

.icon-cross:before {
    content: "\e870"
}

.icon-chevron-up:before {
    content: "\e873"
}

.icon-chevron-down:before {
    content: "\e874"
}

.icon-chevron-left:before {
    content: "\e875"
}

.icon-chevron-right:before {
    content: "\e876"
}

.icon-arrow-up:before {
    content: "\e877"
}

.icon-arrow-down:before {
    content: "\e878"
}

.icon-arrow-left:before {
    content: "\e879"
}

.icon-arrow-right:before {
    content: "\e87a"
}

.icon-warning:before {
    content: "\e87c"
}

.icon-question-circle:before {
    content: "\e87d"
}

.icon-menu-circle:before {
    content: "\e87e"
}

.icon-checkmark-circle:before {
    content: "\e87f"
}

.icon-cross-circle:before {
    content: "\e880"
}

.icon-plus-circle:before {
    content: "\e881"
}

.icon-circle-minus:before {
    content: "\e882"
}

.icon-arrow-up-circle:before {
    content: "\e883"
}

.icon-arrow-down-circle:before {
    content: "\e884"
}

.icon-arrow-left-circle:before {
    content: "\e885"
}

.icon-arrow-right-circle:before {
    content: "\e886"
}

.icon-chevron-up-circle:before {
    content: "\e887"
}

.icon-chevron-down-circle:before {
    content: "\e888"
}

.icon-chevron-left-circle:before {
    content: "\e889"
}

.icon-chevron-right-circle:before {
    content: "\e88a"
}

.icon-layers:before {
    content: "\e88e"
}

.icon-funnel:before {
    content: "\e88f"
}

.icon-highlight:before {
    content: "\e897"
}

.icon-page-break:before {
    content: "\e8a2"
}

.icon-hand:before {
    content: "\e8a5"
}

.icon-pointer-up:before {
    content: "\e8a6"
}

.icon-pointer-right:before {
    content: "\e8a7"
}

.icon-pointer-down:before {
    content: "\e8a8"
}

.icon-pointer-left:before {
    content: "\e8a9"
}

.icon-sedan:before {
    content: "\e900"
}

.icon-cabriolet:before {
    content: "\e901"
}

.icon-SUV:before {
    content: "\e902"
}

.icon-van:before {
    content: "\e903"
}

.icon-sportcar:before {
    content: "\e904"
}

.icon-city-car:before {
    content: "\e905"
}

.icon-number:before {
    content: "\e906"
}

.icon-number2:before {
    content: "\e907"
}

.icon-number3:before {
    content: "\e908"
}

.icon-number4:before {
    content: "\e909"
}

.icon-number5:before {
    content: "\e90a"
}

.icon-number6:before {
    content: "\e90b"
}

.icon-number7:before {
    content: "\e90c"
}

.icon-number8:before {
    content: "\e90d"
}

.icon-number9:before {
    content: "\e90e"
}

.icon-number10:before {
    content: "\e90f"
}

.icon-number11:before {
    content: "\e910"
}

.icon-number12:before {
    content: "\e911"
}

.icon-number13:before {
    content: "\e912"
}

.icon-number14:before {
    content: "\e913"
}

.icon-number15:before {
    content: "\e914"
}

.icon-number16:before {
    content: "\e915"
}

.icon-number17:before {
    content: "\e916"
}

.icon-number18:before {
    content: "\e917"
}

.icon-number19:before {
    content: "\e918"
}

.icon-number20:before {
    content: "\e919"
}

.icon-quote:before {
    content: "\e91a"
}

.icon-quote2:before {
    content: "\e91b"
}

.icon-tag2:before {
    content: "\e91c"
}

.icon-tag22:before {
    content: "\e91d"
}

.icon-link2:before {
    content: "\e91e"
}

.icon-link22:before {
    content: "\e91f"
}

.icon-cabinet:before {
    content: "\e920"
}

.icon-cabinet2:before {
    content: "\e921"
}

.icon-calendar:before {
    content: "\e922"
}

.icon-calendar2:before {
    content: "\e923"
}

.icon-calendar3:before {
    content: "\e924"
}

.icon-file:before {
    content: "\e925"
}

.icon-file2:before {
    content: "\e926"
}

.icon-file3:before {
    content: "\e927"
}

.icon-files:before {
    content: "\e928"
}

.icon-phone2:before {
    content: "\e929"
}

.icon-tablet2:before {
    content: "\e92a"
}

.icon-window:before {
    content: "\e92b"
}

.icon-monitor:before {
    content: "\e92c"
}

.icon-ipod:before {
    content: "\e92d"
}

.icon-tv:before {
    content: "\e92e"
}

.icon-camera2:before {
    content: "\e92f"
}

.icon-camera22:before {
    content: "\e930"
}

.icon-camera3:before {
    content: "\e931"
}

.icon-film:before {
    content: "\e932"
}

.icon-film2:before {
    content: "\e933"
}

.icon-film3:before {
    content: "\e934"
}

.icon-microphone:before {
    content: "\e935"
}

.icon-microphone2:before {
    content: "\e936"
}

.icon-microphone3:before {
    content: "\e937"
}

.icon-drink:before {
    content: "\e938"
}

.icon-drink2:before {
    content: "\e939"
}

.icon-drink3:before {
    content: "\e93a"
}

.icon-drink4:before {
    content: "\e93b"
}

.icon-coffee:before {
    content: "\e93c"
}

.icon-mug:before {
    content: "\e93d"
}

.icon-icecream:before {
    content: "\e93e"
}

.icon-cake:before {
    content: "\e93f"
}

.icon-checkmark:before {
    content: "\e944"
}

.icon-checkmark2:before {
    content: "\e945"
}

.icon-cancel:before {
    content: "\e946"
}

.icon-cancel2:before {
    content: "\e947"
}

.icon-plus:before {
    content: "\e948"
}

.icon-plus2:before {
    content: "\e949"
}

.icon-minus:before {
    content: "\e94a"
}

.icon-minus2:before {
    content: "\e94b"
}

.icon-notice:before {
    content: "\e94c"
}

.icon-notice2:before {
    content: "\e94d"
}

.icon-cog2:before {
    content: "\e94e"
}

.icon-cogs:before {
    content: "\e94f"
}

.icon-cog22:before {
    content: "\e950"
}

.icon-warning2:before {
    content: "\e951"
}

.icon-health:before {
    content: "\e952"
}

.icon-suitcase:before {
    content: "\e953"
}

.icon-suitcase2:before {
    content: "\e954"
}

.icon-suitcase3:before {
    content: "\e955"
}

.icon-picture2:before {
    content: "\e956"
}

.icon-pictures:before {
    content: "\e957"
}

.icon-pictures2:before {
    content: "\e958"
}

.icon-android:before {
    content: "\e959"
}

.icon-marvin:before {
    content: "\e95a"
}

.icon-pacman:before {
    content: "\e95b"
}

.icon-cassette:before {
    content: "\e95c"
}

.icon-watch:before {
    content: "\e95d"
}

.icon-chronometer:before {
    content: "\e95e"
}

.icon-watch2:before {
    content: "\e95f"
}

.icon-alarmclock:before {
    content: "\e960"
}

.icon-time:before {
    content: "\e961"
}

.icon-time2:before {
    content: "\e962"
}

.icon-headphones:before {
    content: "\e963"
}

.icon-wallet:before {
    content: "\e964"
}

.icon-checkmark3:before {
    content: "\e965"
}

.icon-cancel3:before {
    content: "\e966"
}

.icon-eye2:before {
    content: "\e967"
}

.icon-position:before {
    content: "\e968"
}

.icon-cloud2:before {
    content: "\e96b"
}

.icon-upload2:before {
    content: "\e96c"
}

.icon-chart:before {
    content: "\e96d"
}

.icon-chart2:before {
    content: "\e96e"
}

.icon-chart3:before {
    content: "\e96f"
}

.icon-chart4:before {
    content: "\e970"
}

.icon-chart5:before {
    content: "\e971"
}

.icon-chart6:before {
    content: "\e972"
}

.icon-location2:before {
    content: "\e973"
}

.icon-download2:before {
    content: "\e974"
}

.icon-basket:before {
    content: "\e975"
}

.icon-folder:before {
    content: "\e976"
}

.icon-gamepad:before {
    content: "\e977"
}

.icon-alarm2:before {
    content: "\e978"
}

.icon-alarm-cancel:before {
    content: "\e979"
}

.icon-phone22:before {
    content: "\e97a"
}

.icon-phone3:before {
    content: "\e97b"
}

.icon-image:before {
    content: "\e97c"
}

.icon-open:before {
    content: "\e97d"
}

.icon-sale:before {
    content: "\e97e"
}

.icon-direction:before {
    content: "\e97f"
}

.icon-map2:before {
    content: "\e980"
}

.icon-trashcan:before {
    content: "\e981"
}

.icon-vote:before {
    content: "\e982"
}

.icon-graduate:before {
    content: "\e983"
}

.icon-lab:before {
    content: "\e984"
}

.icon-tie:before {
    content: "\e985"
}

.icon-football:before {
    content: "\e986"
}

.icon-eightball:before {
    content: "\e987"
}

.icon-bowling:before {
    content: "\e988"
}

.icon-bowlingpin:before {
    content: "\e989"
}

.icon-baseball:before {
    content: "\e98a"
}

.icon-soccer:before {
    content: "\e98b"
}

.icon-3dglasses:before {
    content: "\e98c"
}

.icon-microwave:before {
    content: "\e98d"
}

.icon-refrigerator:before {
    content: "\e98e"
}

.icon-oven:before {
    content: "\e98f"
}

.icon-washingmachine:before {
    content: "\e990"
}

.icon-mouse:before {
    content: "\e991"
}

.icon-smiley:before {
    content: "\e992"
}

.icon-sad2:before {
    content: "\e993"
}

.icon-mute:before {
    content: "\e994"
}

.icon-hand2:before {
    content: "\e995"
}

.icon-radio:before {
    content: "\e996"
}

.icon-satellite:before {
    content: "\e997"
}

.icon-medal:before {
    content: "\e998"
}

.icon-medal2:before {
    content: "\e999"
}

.icon-switch:before {
    content: "\e99a"
}

.icon-key:before {
    content: "\e99b"
}

.icon-cord:before {
    content: "\e99c"
}

.icon-locked:before {
    content: "\e99d"
}

.icon-unlocked:before {
    content: "\e99e"
}

.icon-locked2:before {
    content: "\e99f"
}

.icon-unlocked2:before {
    content: "\e9a0"
}

.icon-magnifier2:before {
    content: "\e9a1"
}

.icon-zoomin:before {
    content: "\e9a2"
}

.icon-zoomout:before {
    content: "\e9a3"
}

.icon-stack:before {
    content: "\e9a4"
}

.icon-stack2:before {
    content: "\e9a5"
}

.icon-stack3:before {
    content: "\e9a6"
}

.icon-davidstar:before {
    content: "\e9a7"
}

.icon-cross2:before {
    content: "\e9a8"
}

.icon-moonandstar:before {
    content: "\e9a9"
}

.icon-transformers:before {
    content: "\e9aa"
}

.icon-batman:before {
    content: "\e9ab"
}

.icon-spaceinvaders:before {
    content: "\e9ac"
}

.icon-skeletor:before {
    content: "\e9ad"
}

.icon-lamp:before {
    content: "\e9ae"
}

.icon-lamp2:before {
    content: "\e9af"
}

.icon-umbrella:before {
    content: "\e9b0"
}

.icon-streetlight:before {
    content: "\e9b1"
}

.icon-bomb:before {
    content: "\e9b2"
}

.icon-archive:before {
    content: "\e9b3"
}

.icon-megaphone:before {
    content: "\e9b9"
}

.icon-megaphone2:before {
    content: "\e9ba"
}

.icon-patch:before {
    content: "\e9bb"
}

.icon-pil:before {
    content: "\e9bc"
}

.icon-injection:before {
    content: "\e9bd"
}

.icon-thermometer:before {
    content: "\e9be"
}

.icon-lamp3:before {
    content: "\e9bf"
}

.icon-lamp4:before {
    content: "\e9c0"
}

.icon-lamp5:before {
    content: "\e9c1"
}

.icon-cube:before {
    content: "\e9c2"
}

.icon-box1:before {
    content: "\e9c3"
}

.icon-box2:before {
    content: "\e9c4"
}

.icon-diamond2:before {
    content: "\e9c5"
}

.icon-bag:before {
    content: "\e9c6"
}

.icon-moneybag:before {
    content: "\e9c7"
}

.icon-grid:before {
    content: "\e9c8"
}

.icon-grid2:before {
    content: "\e9c9"
}

.icon-ruler:before {
    content: "\e9cc"
}

.icon-ruler2:before {
    content: "\e9cd"
}

.icon-layout:before {
    content: "\e9ce"
}

.icon-layout2:before {
    content: "\e9cf"
}

.icon-layout3:before {
    content: "\e9d0"
}

.icon-layout4:before {
    content: "\e9d1"
}

.icon-layout5:before {
    content: "\e9d2"
}

.icon-layout6:before {
    content: "\e9d3"
}

.icon-layout7:before {
    content: "\e9d4"
}

.icon-layout8:before {
    content: "\e9d5"
}

.icon-layout9:before {
    content: "\e9d6"
}

.icon-layout10:before {
    content: "\e9d7"
}

.icon-layout11:before {
    content: "\e9d8"
}

.icon-layout12:before {
    content: "\e9d9"
}

.icon-layout13:before {
    content: "\e9da"
}

.icon-layout14:before {
    content: "\e9db"
}

.icon-tools:before {
    content: "\e9dc"
}

.icon-screwdriver:before {
    content: "\e9dd"
}

.icon-paint:before {
    content: "\e9de"
}

.icon-hammer:before {
    content: "\e9df"
}

.icon-brush:before {
    content: "\e9e0"
}

.icon-pen:before {
    content: "\e9e1"
}

.icon-chat:before {
    content: "\e9e2"
}

.icon-comments:before {
    content: "\e9e3"
}

.icon-chat2:before {
    content: "\e9e4"
}

.icon-chat3:before {
    content: "\e9e5"
}

.icon-volume2:before {
    content: "\e9e6"
}

.icon-volume22:before {
    content: "\e9e7"
}

.icon-volume3:before {
    content: "\e9e8"
}

.icon-equalizer:before {
    content: "\e9e9"
}

.icon-resize:before {
    content: "\e9ea"
}

.icon-resize2:before {
    content: "\e9eb"
}

.icon-resize3:before {
    content: "\e9ee"
}

.icon-download3:before {
    content: "\e9ef"
}

.icon-calculator:before {
    content: "\e9f0"
}

.icon-library:before {
    content: "\e9f1"
}

.icon-auction:before {
    content: "\e9f2"
}

.icon-justice:before {
    content: "\e9f3"
}

.icon-stats:before {
    content: "\e9f4"
}

.icon-stats2:before {
    content: "\e9f5"
}

.icon-attachment:before {
    content: "\e9f6"
}

.icon-hourglass2:before {
    content: "\e9f7"
}

.icon-abacus:before {
    content: "\e9f8"
}

.icon-pencil2:before {
    content: "\e9f9"
}

.icon-pen2:before {
    content: "\e9fa"
}

.icon-pin:before {
    content: "\e9fb"
}

.icon-pin2:before {
    content: "\e9fc"
}

.icon-discout:before {
    content: "\e9fd"
}

.icon-edit:before {
    content: "\e9fe"
}

.icon-scissors:before {
    content: "\e9ff"
}

.icon-profile:before {
    content: "\ea00"
}

.icon-profile2:before {
    content: "\ea01"
}

.icon-profile3:before {
    content: "\ea02"
}

.icon-rotate:before {
    content: "\ea03"
}

.icon-rotate2:before {
    content: "\ea04"
}

.icon-square:before {
    content: "\ea0b"
}

.icon-square2:before {
    content: "\ea0c"
}

.icon-circle:before {
    content: "\ea0d"
}

.icon-dollar:before {
    content: "\ea0e"
}

.icon-dollar2:before {
    content: "\ea0f"
}

.icon-coins:before {
    content: "\ea10"
}

.icon-pig:before {
    content: "\ea11"
}

.icon-bookmark2:before {
    content: "\ea12"
}

.icon-bookmark22:before {
    content: "\ea13"
}

.icon-addressbook:before {
    content: "\ea14"
}

.icon-addressbook2:before {
    content: "\ea15"
}

.icon-safe:before {
    content: "\ea16"
}

.icon-envelope2:before {
    content: "\ea17"
}

.icon-envelope22:before {
    content: "\ea18"
}

.icon-radioactive:before {
    content: "\ea19"
}

.icon-music:before {
    content: "\ea1a"
}

.icon-presentation:before {
    content: "\ea1b"
}

.icon-male:before {
    content: "\ea1c"
}

.icon-female:before {
    content: "\ea1d"
}

.icon-aids:before {
    content: "\ea1e"
}

.icon-heart2:before {
    content: "\ea1f"
}

.icon-info:before {
    content: "\ea20"
}

.icon-info2:before {
    content: "\ea21"
}

.icon-piano:before {
    content: "\ea22"
}

.icon-rain:before {
    content: "\ea23"
}

.icon-snow:before {
    content: "\ea24"
}

.icon-lightning:before {
    content: "\ea25"
}

.icon-sun2:before {
    content: "\ea26"
}

.icon-moon2:before {
    content: "\ea27"
}

.icon-cloudy:before {
    content: "\ea28"
}

.icon-cloudy2:before {
    content: "\ea29"
}

.icon-car2:before {
    content: "\ea2a"
}

.icon-bike:before {
    content: "\ea2b"
}

.icon-truck:before {
    content: "\ea2c"
}

.icon-bus2:before {
    content: "\ea2d"
}

.icon-bike2:before {
    content: "\ea2e"
}

.icon-plane:before {
    content: "\ea2f"
}

.icon-paperplane:before {
    content: "\ea30"
}

.icon-rocket2:before {
    content: "\ea31"
}

.icon-book2:before {
    content: "\ea32"
}

.icon-book22:before {
    content: "\ea33"
}

.icon-barcode:before {
    content: "\ea34"
}

.icon-barcode2:before {
    content: "\ea35"
}

.icon-popout:before {
    content: "\ea38"
}

.icon-popin:before {
    content: "\ea39"
}

.icon-target:before {
    content: "\ea3a"
}

.icon-badge:before {
    content: "\ea3b"
}

.icon-badge2:before {
    content: "\ea3c"
}

.icon-ticket:before {
    content: "\ea3d"
}

.icon-ticket2:before {
    content: "\ea3e"
}

.icon-ticket3:before {
    content: "\ea3f"
}

.icon-microphone4:before {
    content: "\ea40"
}

.icon-cone:before {
    content: "\ea41"
}

.icon-blocked:before {
    content: "\ea42"
}

.icon-stop:before {
    content: "\ea43"
}

.icon-keyboard2:before {
    content: "\ea44"
}

.icon-keyboard22:before {
    content: "\ea45"
}

.icon-radio2:before {
    content: "\ea46"
}

.icon-printer2:before {
    content: "\ea47"
}

.icon-alert:before {
    content: "\ea4c"
}

.icon-pictures3:before {
    content: "\ea4d"
}

.icon-atom:before {
    content: "\ea4e"
}

.icon-eyedropper:before {
    content: "\ea4f"
}

.icon-globe:before {
    content: "\ea50"
}

.icon-globe2:before {
    content: "\ea51"
}

.icon-shipping:before {
    content: "\ea52"
}

.icon-yingyang:before {
    content: "\ea53"
}

.icon-compass:before {
    content: "\ea54"
}

.icon-zip:before {
    content: "\ea55"
}

.icon-zip2:before {
    content: "\ea56"
}

.icon-anchor:before {
    content: "\ea57"
}

.icon-lockedheart:before {
    content: "\ea58"
}

.icon-magnet:before {
    content: "\ea59"
}

.icon-navigation:before {
    content: "\ea5a"
}

.icon-tags:before {
    content: "\ea5b"
}

.icon-heart22:before {
    content: "\ea5c"
}

.icon-heart3:before {
    content: "\ea5d"
}

.icon-usb:before {
    content: "\ea5e"
}

.icon-clipboard:before {
    content: "\ea5f"
}

.icon-clipboard2:before {
    content: "\ea60"
}

.icon-clipboard3:before {
    content: "\ea61"
}

.icon-switch2:before {
    content: "\ea62"
}

.icon-ruler3:before {
    content: "\ea63"
}

.icon-add-to-list:before {
    content: "\ea64"
}

.icon-classic-computer:before {
    content: "\ea65"
}

.icon-controller-fast-backward:before {
    content: "\ea66"
}

.icon-creative-commons-attribution:before {
    content: "\ea67"
}

.icon-creative-commons-noderivs:before {
    content: "\ea68"
}

.icon-creative-commons-noncommercial-eu:before {
    content: "\ea69"
}

.icon-creative-commons-noncommercial-us:before {
    content: "\ea6a"
}

.icon-creative-commons-public-domain:before {
    content: "\ea6b"
}

.icon-creative-commons-remix:before {
    content: "\ea6c"
}

.icon-creative-commons-share:before {
    content: "\ea6d"
}

.icon-creative-commons-sharealike:before {
    content: "\ea6e"
}

.icon-creative-commons:before {
    content: "\ea6f"
}

.icon-document-landscape:before {
    content: "\ea70"
}

.icon-remove-user:before {
    content: "\ea71"
}

.icon-warning22:before {
    content: "\ea72"
}

.icon-arrow-bold-down:before {
    content: "\ea73"
}

.icon-arrow-bold-left:before {
    content: "\ea74"
}

.icon-arrow-bold-right:before {
    content: "\ea75"
}

.icon-arrow-bold-up:before {
    content: "\ea76"
}

.icon-arrow-down2:before {
    content: "\ea77"
}

.icon-arrow-left2:before {
    content: "\ea78"
}

.icon-arrow-long-down:before {
    content: "\ea79"
}

.icon-arrow-long-left:before {
    content: "\ea7a"
}

.icon-arrow-long-right:before {
    content: "\ea7b"
}

.icon-arrow-long-up:before {
    content: "\ea7c"
}

.icon-arrow-right2:before {
    content: "\ea7d"
}

.icon-arrow-up2:before {
    content: "\ea7e"
}

.icon-arrow-with-circle-down:before {
    content: "\ea7f"
}

.icon-arrow-with-circle-left:before {
    content: "\ea80"
}

.icon-arrow-with-circle-right:before {
    content: "\ea81"
}

.icon-arrow-with-circle-up:before {
    content: "\ea82"
}

.icon-bookmark3:before {
    content: "\ea83"
}

.icon-bookmarks:before {
    content: "\ea84"
}

.icon-chevron-down2:before {
    content: "\ea85"
}

.icon-chevron-left2:before {
    content: "\ea86"
}

.icon-chevron-right2:before {
    content: "\ea87"
}

.icon-chevron-small-down:before {
    content: "\ea88"
}

.icon-chevron-small-left:before {
    content: "\ea89"
}

.icon-chevron-small-right:before {
    content: "\ea8a"
}

.icon-chevron-small-up:before {
    content: "\ea8b"
}

.icon-chevron-thin-down:before {
    content: "\ea8c"
}

.icon-chevron-thin-left:before {
    content: "\ea8d"
}

.icon-chevron-thin-right:before {
    content: "\ea8e"
}

.icon-chevron-thin-up:before {
    content: "\ea8f"
}

.icon-chevron-up2:before {
    content: "\ea90"
}

.icon-chevron-with-circle-down:before {
    content: "\ea91"
}

.icon-chevron-with-circle-left:before {
    content: "\ea92"
}

.icon-chevron-with-circle-right:before {
    content: "\ea93"
}

.icon-chevron-with-circle-up:before {
    content: "\ea94"
}

.icon-cloud22:before {
    content: "\ea95"
}

.icon-controller-fast-forward:before {
    content: "\ea96"
}

.icon-controller-jump-to-start:before {
    content: "\ea97"
}

.icon-controller-next:before {
    content: "\ea98"
}

.icon-controller-paus:before {
    content: "\ea99"
}

.icon-controller-play:before {
    content: "\ea9a"
}

.icon-controller-record:before {
    content: "\ea9b"
}

.icon-controller-stop:before {
    content: "\ea9c"
}

.icon-controller-volume:before {
    content: "\ea9d"
}

.icon-dot-single:before {
    content: "\ea9e"
}

.icon-dots-three-horizontal:before {
    content: "\ea9f"
}

.icon-dots-three-vertical:before {
    content: "\eaa0"
}

.icon-dots-two-horizontal:before {
    content: "\eaa1"
}

.icon-dots-two-vertical:before {
    content: "\eaa2"
}

.icon-download4:before {
    content: "\eaa3"
}

.icon-emoji-flirt:before {
    content: "\eaa4"
}

.icon-install:before {
    content: "\eaaa"
}

.icon-layers2:before {
    content: "\eaab"
}

.icon-open-book:before {
    content: "\eaac"
}

.icon-resize-100:before {
    content: "\eaad"
}

.icon-resize-full-screen:before {
    content: "\eaae"
}

.icon-save:before {
    content: "\eaaf"
}

.icon-select-arrows:before {
    content: "\eab0"
}

.icon-sound-mute:before {
    content: "\eab1"
}

.icon-sound:before {
    content: "\eab2"
}

.icon-trash2:before {
    content: "\eab3"
}

.icon-triangle-down:before {
    content: "\eab4"
}

.icon-triangle-left:before {
    content: "\eab5"
}

.icon-triangle-right:before {
    content: "\eab6"
}

.icon-triangle-up:before {
    content: "\eab7"
}

.icon-uninstall:before {
    content: "\eab8"
}

.icon-upload-to-cloud:before {
    content: "\eab9"
}

.icon-upload3:before {
    content: "\eaba"
}

.icon-add-user:before {
    content: "\eabb"
}

.icon-address:before {
    content: "\eabc"
}

.icon-adjust:before {
    content: "\eabd"
}

.icon-air:before {
    content: "\eabe"
}

.icon-aircraft-landing:before {
    content: "\eabf"
}

.icon-aircraft-take-off:before {
    content: "\eac0"
}

.icon-aircraft:before {
    content: "\eac1"
}

.icon-archive2:before {
    content: "\eac8"
}

.icon-area-graph:before {
    content: "\eac9"
}

.icon-attachment2:before {
    content: "\eaca"
}

.icon-awareness-ribbon:before {
    content: "\eacb"
}

.icon-back-in-time:before {
    content: "\eacc"
}

.icon-back:before {
    content: "\eacd"
}

.icon-bar-graph:before {
    content: "\eace"
}

.icon-battery6:before {
    content: "\eacf"
}

.icon-beamed-note:before {
    content: "\ead0"
}

.icon-bell:before {
    content: "\ead1"
}

.icon-blackboard:before {
    content: "\ead2"
}

.icon-block:before {
    content: "\ead3"
}

.icon-book3:before {
    content: "\ead4"
}

.icon-bowl:before {
    content: "\ead5"
}

.icon-box3:before {
    content: "\ead6"
}

.icon-briefcase2:before {
    content: "\ead7"
}

.icon-browser:before {
    content: "\ead8"
}

.icon-brush2:before {
    content: "\ead9"
}

.icon-bucket:before {
    content: "\eada"
}

.icon-cake2:before {
    content: "\eadb"
}

.icon-calculator2:before {
    content: "\eadc"
}

.icon-calendar4:before {
    content: "\eadd"
}

.icon-camera4:before {
    content: "\eade"
}

.icon-ccw:before {
    content: "\eadf"
}

.icon-chat4:before {
    content: "\eae0"
}

.icon-check:before {
    content: "\eae1"
}

.icon-circle-with-cross:before {
    content: "\eae2"
}

.icon-circle-with-minus:before {
    content: "\eae3"
}

.icon-circle-with-plus:before {
    content: "\eae4"
}

.icon-circle2:before {
    content: "\eae5"
}

.icon-circular-graph:before {
    content: "\eae6"
}

.icon-clapperboard:before {
    content: "\eae7"
}

.icon-clipboard4:before {
    content: "\eae8"
}

.icon-clock2:before {
    content: "\eae9"
}

.icon-code2:before {
    content: "\eaea"
}

.icon-cog3:before {
    content: "\eaeb"
}

.icon-colours:before {
    content: "\eaec"
}

.icon-compass2:before {
    content: "\eaed"
}

.icon-copy:before {
    content: "\eaee"
}

.icon-credit-card:before {
    content: "\eaef"
}

.icon-credit:before {
    content: "\eaf0"
}

.icon-cross22:before {
    content: "\eaf1"
}

.icon-cup:before {
    content: "\eaf2"
}

.icon-cw:before {
    content: "\eaf3"
}

.icon-cycle:before {
    content: "\eaf4"
}

.icon-database2:before {
    content: "\eaf5"
}

.icon-dial-pad:before {
    content: "\eaf6"
}

.icon-direction2:before {
    content: "\eaf7"
}

.icon-document:before {
    content: "\eaf8"
}

.icon-documents:before {
    content: "\eaf9"
}

.icon-drink5:before {
    content: "\eafa"
}

.icon-drive:before {
    content: "\eafb"
}

.icon-drop2:before {
    content: "\eafc"
}

.icon-edit2:before {
    content: "\eafd"
}

.icon-email:before {
    content: "\eafe"
}

.icon-emoji-happy:before {
    content: "\eaff"
}

.icon-emoji-neutral:before {
    content: "\eb00"
}

.icon-emoji-sad:before {
    content: "\eb01"
}

.icon-erase:before {
    content: "\eb02"
}

.icon-eraser:before {
    content: "\eb03"
}

.icon-export:before {
    content: "\eb04"
}

.icon-eye22:before {
    content: "\eb05"
}

.icon-feather:before {
    content: "\eb06"
}

.icon-flag2:before {
    content: "\eb07"
}

.icon-flash:before {
    content: "\eb08"
}

.icon-flashlight:before {
    content: "\eb09"
}

.icon-flat-brush:before {
    content: "\eb0a"
}

.icon-forward2:before {
    content: "\eb0f"
}

.icon-funnel2:before {
    content: "\eb10"
}

.icon-game-controller:before {
    content: "\eb11"
}

.icon-gauge:before {
    content: "\eb12"
}

.icon-globe3:before {
    content: "\eb13"
}

.icon-graduation-cap:before {
    content: "\eb14"
}

.icon-grid3:before {
    content: "\eb15"
}

.icon-hair-cross:before {
    content: "\eb16"
}

.icon-hand22:before {
    content: "\eb17"
}

.icon-heart-outlined:before {
    content: "\eb18"
}

.icon-heart4:before {
    content: "\eb19"
}

.icon-help-with-circle:before {
    content: "\eb1a"
}

.icon-help:before {
    content: "\eb1b"
}

.icon-home2:before {
    content: "\eb1c"
}

.icon-hour-glass:before {
    content: "\eb1d"
}

.icon-image-inverted:before {
    content: "\eb1e"
}

.icon-image2:before {
    content: "\eb1f"
}

.icon-images:before {
    content: "\eb20"
}

.icon-inbox3:before {
    content: "\eb21"
}

.icon-infinity:before {
    content: "\eb22"
}

.icon-info-with-circle:before {
    content: "\eb23"
}

.icon-info3:before {
    content: "\eb24"
}

.icon-key2:before {
    content: "\eb25"
}

.icon-keyboard3:before {
    content: "\eb26"
}

.icon-lab-flask:before {
    content: "\eb27"
}

.icon-landline:before {
    content: "\eb28"
}

.icon-language:before {
    content: "\eb29"
}

.icon-laptop2:before {
    content: "\eb2a"
}

.icon-leaf2:before {
    content: "\eb2b"
}

.icon-level-down:before {
    content: "\eb2c"
}

.icon-level-up:before {
    content: "\eb2d"
}

.icon-lifebuoy:before {
    content: "\eb2e"
}

.icon-light-bulb:before {
    content: "\eb2f"
}

.icon-light-down:before {
    content: "\eb30"
}

.icon-light-up:before {
    content: "\eb31"
}

.icon-line-graph:before {
    content: "\eb32"
}

.icon-link3:before {
    content: "\eb33"
}

.icon-list3:before {
    content: "\eb34"
}

.icon-location-pin:before {
    content: "\eb35"
}

.icon-location22:before {
    content: "\eb36"
}

.icon-lock-open:before {
    content: "\eb37"
}

.icon-lock2:before {
    content: "\eb38"
}

.icon-log-out:before {
    content: "\eb39"
}

.icon-login:before {
    content: "\eb3a"
}

.icon-magnet2:before {
    content: "\eb3c"
}

.icon-magnifying-glass:before {
    content: "\eb3d"
}

.icon-mail:before {
    content: "\eb3e"
}

.icon-man:before {
    content: "\eb3f"
}

.icon-map22:before {
    content: "\eb40"
}

.icon-mask:before {
    content: "\eb41"
}

.icon-medal3:before {
    content: "\eb42"
}

.icon-megaphone3:before {
    content: "\eb43"
}

.icon-menu:before {
    content: "\eb44"
}

.icon-message:before {
    content: "\eb45"
}

.icon-mic2:before {
    content: "\eb46"
}

.icon-minus4:before {
    content: "\eb47"
}

.icon-mobile:before {
    content: "\eb48"
}

.icon-modern-mic:before {
    content: "\eb49"
}

.icon-moon22:before {
    content: "\eb4a"
}

.icon-mouse2:before {
    content: "\eb4b"
}

.icon-music2:before {
    content: "\eb4c"
}

.icon-network:before {
    content: "\eb4d"
}

.icon-new-message:before {
    content: "\eb4e"
}

.icon-new:before {
    content: "\eb4f"
}

.icon-news:before {
    content: "\eb50"
}

.icon-note:before {
    content: "\eb51"
}

.icon-notification:before {
    content: "\eb52"
}

.icon-old-mobile:before {
    content: "\eb53"
}

.icon-old-phone:before {
    content: "\eb54"
}

.icon-palette:before {
    content: "\eb55"
}

.icon-paper-plane:before {
    content: "\eb56"
}

.icon-pencil22:before {
    content: "\eb57"
}

.icon-phone4:before {
    content: "\eb58"
}

.icon-pie-chart2:before {
    content: "\eb59"
}

.icon-pin3:before {
    content: "\eb5a"
}

.icon-plus3:before {
    content: "\eb5b"
}

.icon-popup:before {
    content: "\eb5c"
}

.icon-power-plug:before {
    content: "\eb5d"
}

.icon-price-ribbon:before {
    content: "\eb5e"
}

.icon-price-tag:before {
    content: "\eb5f"
}

.icon-print:before {
    content: "\eb60"
}

.icon-publish:before {
    content: "\eb65"
}

.icon-quote3:before {
    content: "\eb66"
}

.icon-radio3:before {
    content: "\eb67"
}

.icon-rocket22:before {
    content: "\eb6b"
}

.icon-round-brush:before {
    content: "\eb6c"
}

.icon-rss:before {
    content: "\eb6d"
}

.icon-ruler4:before {
    content: "\eb6e"
}

.icon-scissors2:before {
    content: "\eb6f"
}

.icon-share-alternitive:before {
    content: "\eb70"
}

.icon-share:before {
    content: "\eb71"
}

.icon-shareable:before {
    content: "\eb72"
}

.icon-shield:before {
    content: "\eb73"
}

.icon-shop:before {
    content: "\eb74"
}

.icon-shopping-bag:before {
    content: "\eb75"
}

.icon-shopping-basket:before {
    content: "\eb76"
}

.icon-shopping-cart:before {
    content: "\eb77"
}

.icon-shuffle2:before {
    content: "\eb78"
}

.icon-signal:before {
    content: "\eb79"
}

.icon-sound-mix:before {
    content: "\eb7a"
}

.icon-sports-club:before {
    content: "\eb7b"
}

.icon-spreadsheet:before {
    content: "\eb7c"
}

.icon-squared-cross:before {
    content: "\eb7d"
}

.icon-squared-minus:before {
    content: "\eb7e"
}

.icon-squared-plus:before {
    content: "\eb7f"
}

.icon-star-outlined:before {
    content: "\eb80"
}

.icon-star2:before {
    content: "\eb81"
}

.icon-stopwatch:before {
    content: "\eb82"
}

.icon-suitcase4:before {
    content: "\eb83"
}

.icon-swap:before {
    content: "\eb84"
}

.icon-sweden:before {
    content: "\eb85"
}

.icon-switch3:before {
    content: "\eb86"
}

.icon-tablet22:before {
    content: "\eb87"
}

.icon-tag3:before {
    content: "\eb88"
}

.icon-text-document-inverted:before {
    content: "\eb89"
}

.icon-text-document:before {
    content: "\eb8a"
}

.icon-thermometer2:before {
    content: "\eb8c"
}

.icon-thumbs-down2:before {
    content: "\eb8d"
}

.icon-thumbs-up2:before {
    content: "\eb8e"
}

.icon-thunder-cloud:before {
    content: "\eb8f"
}

.icon-ticket4:before {
    content: "\eb90"
}

.icon-time-slot:before {
    content: "\eb91"
}

.icon-tools2:before {
    content: "\eb92"
}

.icon-traffic-cone:before {
    content: "\eb93"
}

.icon-tree:before {
    content: "\eb94"
}

.icon-trophy:before {
    content: "\eb95"
}

.icon-tv2:before {
    content: "\eb96"
}

.icon-typing:before {
    content: "\eb97"
}

.icon-unread:before {
    content: "\eb98"
}

.icon-untag:before {
    content: "\eb99"
}

.icon-user2:before {
    content: "\eb9a"
}

.icon-users2:before {
    content: "\eb9b"
}

.icon-v-card:before {
    content: "\eb9c"
}

.icon-video:before {
    content: "\eb9d"
}

.icon-vinyl:before {
    content: "\eb9e"
}

.icon-voicemail:before {
    content: "\eb9f"
}

.icon-wallet2:before {
    content: "\eba0"
}

.icon-water:before {
    content: "\eba1"
}

.icon-500px-with-circle:before {
    content: "\eba2"
}

.icon-500px:before {
    content: "\eba3"
}

.icon-basecamp:before {
    content: "\eba4"
}

.icon-behance:before {
    content: "\eba5"
}

.icon-creative-cloud:before {
    content: "\eba6"
}

.icon-dropbox:before {
    content: "\eba7"
}

.icon-evernote:before {
    content: "\eba8"
}

.icon-flattr:before {
    content: "\eba9"
}

.icon-foursquare:before {
    content: "\ebaa"
}

.icon-google-drive:before {
    content: "\ebab"
}

.icon-google-hangouts:before {
    content: "\ebac"
}

.icon-grooveshark:before {
    content: "\ebad"
}

.icon-icloud:before {
    content: "\ebae"
}

.icon-mixi:before {
    content: "\ebaf"
}

.icon-onedrive:before {
    content: "\ebb0"
}

.icon-paypal:before {
    content: "\ebb1"
}

.icon-picasa:before {
    content: "\ebb2"
}

.icon-qq:before {
    content: "\ebb3"
}

.icon-rdio-with-circle:before {
    content: "\ebb4"
}

.icon-renren:before {
    content: "\ebb5"
}

.icon-scribd:before {
    content: "\ebb6"
}

.icon-sina-weibo:before {
    content: "\ebb7"
}

.icon-skype-with-circle:before {
    content: "\ebb8"
}

.icon-skype:before {
    content: "\ebb9"
}

.icon-slideshare:before {
    content: "\ebba"
}

.icon-smashing:before {
    content: "\ebbb"
}

.icon-soundcloud:before {
    content: "\ebbc"
}

.icon-spotify-with-circle:before {
    content: "\ebbd"
}

.icon-spotify:before {
    content: "\ebbe"
}

.icon-swarm:before {
    content: "\ebbf"
}

.icon-vine-with-circle:before {
    content: "\ebc0"
}

.icon-vine:before {
    content: "\ebc1"
}

.icon-vk-alternitive:before {
    content: "\ebc2"
}

.icon-vk-with-circle:before {
    content: "\ebc3"
}

.icon-vk:before {
    content: "\ebc4"
}

.icon-xing-with-circle:before {
    content: "\ebc5"
}

.icon-xing:before {
    content: "\ebc6"
}

.icon-yelp:before {
    content: "\ebc7"
}

.icon-dribbble-with-circle:before {
    content: "\ebc8"
}

.icon-dribbble:before {
    content: "\ebc9"
}

.icon-facebook-with-circle:before {
    content: "\ebca"
}

.icon-facebook:before {
    content: "\ebcb"
}

.icon-flickr-with-circle:before {
    content: "\ebcc"
}

.icon-flickr:before {
    content: "\ebcd"
}

.icon-github-with-circle:before {
    content: "\ebce"
}

.icon-github:before {
    content: "\ebcf"
}

.icon-google-with-circle:before {
    content: "\ebd0"
}

.icon-google:before {
    content: "\ebd1"
}

.icon-instagram-with-circle:before {
    content: "\ebd2"
}

.icon-instagram:before {
    content: "\ebd3"
}

.icon-lastfm-with-circle:before {
    content: "\ebd4"
}

.icon-lastfm:before {
    content: "\ebd5"
}

.icon-linkedin-with-circle:before {
    content: "\ebd6"
}

.icon-linkedin:before {
    content: "\ebd7"
}

.icon-pinterest-with-circle:before {
    content: "\ebd8"
}

.icon-pinterest:before {
    content: "\ebd9"
}

.icon-rdio:before {
    content: "\ebda"
}

.icon-stumbleupon-with-circle:before {
    content: "\ebdb"
}

.icon-stumbleupon:before {
    content: "\ebdc"
}

.icon-tumblr-with-circle:before {
    content: "\ebdd"
}

.icon-tumblr:before {
    content: "\ebde"
}

.icon-twitter-with-circle:before {
    content: "\ebdf"
}

.icon-twitter:before {
    content: "\ebe0"
}

.icon-vimeo-with-circle:before {
    content: "\ebe1"
}

.icon-vimeo:before {
    content: "\ebe2"
}

.icon-youtube-with-circle:before {
    content: "\ebe3"
}

.icon-youtube:before {
    content: "\ebe4"
}

.icon-plane2:before {
    content: "\ebe5"
}

.icon-keyboard222:before {
    content: "\ebe6"
}

.icon-vcard:before {
    content: "\ebe7"
}

.icon-book222:before {
    content: "\ebe8"
}

.icon-wallet22:before {
    content: "\ebe9"
}

.icon-brief-case:before {
    content: "\ebea"
}

.icon-browser2:before {
    content: "\ebeb"
}

.icon-speach-bubble:before {
    content: "\ebec"
}

.icon-mail2:before {
    content: "\ebed"
}

.icon-phone222:before {
    content: "\ebee"
}

.icon-zoom:before {
    content: "\ebef"
}

.icon-map-pin:before {
    content: "\ebf0"
}

.icon-telephone:before {
    content: "\ebf1"
}

.icon-globe22:before {
    content: "\ebf2"
}

.icon-phone32:before {
    content: "\ebf3"
}

.icon-mail-open:before {
    content: "\ebf4"
}

.icon-map-pin2:before {
    content: "\ebf5"
}

.icon-search:before {
    content: "\ebf6"
}

.icon-iphone:before {
    content: "\eec3"
}

.icon-ipad:before {
    content: "\eec4"
}

.icon-iphone-landscape:before {
    content: "\eec5"
}

.icon-clock3:before {
    content: "\eec6"
}

.icon-commerce:before {
    content: "\eec7"
}

.icon-interface:before {
    content: "\eec8"
}

.icon-magnifying-glass2:before {
    content: "\eec9"
}

.icon-multimedia-1:before {
    content: "\eeca"
}

.icon-multimedia:before {
    content: "\eecb"
}

.icon-placeholder:before {
    content: "\eecc"
}

.icon-shopping-bag2:before {
    content: "\eecd"
}

.icon-signs:before {
    content: "\eece"
}

.icon-phone5:before {
    content: "\eecf"
}

.icon-software_font_allcaps:before {
    content: "\ec54"
}

.icon-software_font_smallcapital:before {
    content: "\ec5a"
}

.icon-software_font_smallcaps:before {
    content: "\ec5b"
}

.icon-software_font_underline:before {
    content: "\ec5e"
}

.icon-software_layers1:before {
    content: "\ec69"
}

.icon-software_layers2:before {
    content: "\ec6a"
}

.icon-software_layout_2columns:before {
    content: "\ec6b"
}

.icon-software_layout_3columns:before {
    content: "\ec6c"
}

.icon-software_layout_4boxes:before {
    content: "\ec6d"
}

.icon-software_layout_4columns:before {
    content: "\ec6e"
}

.icon-software_layout_4lines:before {
    content: "\ec6f"
}

.icon-software_layout_header_2columns:before {
    content: "\ec70"
}

.icon-software_layout_header_3columns:before {
    content: "\ec71"
}

.icon-software_layout_header_4boxes:before {
    content: "\ec72"
}

.icon-software_layout_header_4columns:before {
    content: "\ec73"
}

.icon-software_layout_header_complex:before {
    content: "\ec74"
}

.icon-software_layout_header_complex2:before {
    content: "\ec75"
}

.icon-software_layout_header_complex3:before {
    content: "\ec76"
}

.icon-software_layout_header_complex4:before {
    content: "\ec77"
}

.icon-software_layout_header_sideleft:before {
    content: "\ec78"
}

.icon-software_layout_header_sideright:before {
    content: "\ec79"
}

.icon-software_layout_header:before {
    content: "\ec7a"
}

.icon-software_layout_sidebar_left:before {
    content: "\ec7b"
}

.icon-software_layout_sidebar_right:before {
    content: "\ec7c"
}

.icon-software_layout-8boxes:before {
    content: "\ec7d"
}

.icon-software_layout:before {
    content: "\ec7e"
}

.icon-software_pages:before {
    content: "\ec80"
}

.icon-software_paintbrush:before {
    content: "\ec81"
}

.icon-software_paintbucket:before {
    content: "\ec82"
}

.icon-software_paintroller:before {
    content: "\ec83"
}

.icon-software_paragraph_align_left:before {
    content: "\ec84"
}

.icon-software_paragraph_align_right:before {
    content: "\ec85"
}

.icon-software_paragraph_center:before {
    content: "\ec86"
}

.icon-software_paragraph_justify_all:before {
    content: "\ec87"
}

.icon-software_paragraph_justify_center:before {
    content: "\ec88"
}

.icon-software_paragraph_justify_left:before {
    content: "\ec89"
}

.icon-software_paragraph_justify_right:before {
    content: "\ec8a"
}

.icon-software_pathfinder_exclude:before {
    content: "\ec8e"
}

.icon-software_pathfinder_intersect:before {
    content: "\ec8f"
}

.icon-software_pathfinder_subtract:before {
    content: "\ec90"
}

.icon-software_pathfinder_unite:before {
    content: "\ec91"
}

.icon-software_pen_add:before {
    content: "\ec92"
}

.icon-software_pen_remove:before {
    content: "\ec93"
}

.icon-software_pen:before {
    content: "\ec94"
}

.icon-software_pencil:before {
    content: "\ec95"
}

.icon-software_polygonallasso:before {
    content: "\ec96"
}

.icon-software_slice:before {
    content: "\eca4"
}

.icon-software_transform_bezier:before {
    content: "\eca5"
}

.icon-software_vector_box:before {
    content: "\eca6"
}

.icon-software_vector_composite:before {
    content: "\eca7"
}

.icon-software_vector_line:before {
    content: "\eca8"
}

.icon-music_beginning_button:before {
    content: "\ecb0"
}

.icon-music_bell:before {
    content: "\ecb1"
}

.icon-music_cd:before {
    content: "\ecb2"
}

.icon-music_diapason:before {
    content: "\ecb3"
}

.icon-music_eject_button:before {
    content: "\ecb4"
}

.icon-music_end_button:before {
    content: "\ecb5"
}

.icon-music_fastforward_button:before {
    content: "\ecb6"
}

.icon-music_headphones:before {
    content: "\ecb7"
}

.icon-music_ipod:before {
    content: "\ecb8"
}

.icon-music_loudspeaker:before {
    content: "\ecb9"
}

.icon-music_microphone_old:before {
    content: "\ecba"
}

.icon-music_microphone:before {
    content: "\ecbb"
}

.icon-music_mixer:before {
    content: "\ecbc"
}

.icon-music_mute:before {
    content: "\ecbd"
}

.icon-music_note_multiple:before {
    content: "\ecbe"
}

.icon-music_note_single:before {
    content: "\ecbf"
}

.icon-music_pause_button:before {
    content: "\ecc0"
}

.icon-music_play_button:before {
    content: "\ecc1"
}

.icon-music_playlist:before {
    content: "\ecc2"
}

.icon-music_radio_ghettoblaster:before {
    content: "\ecc3"
}

.icon-music_radio_portable:before {
    content: "\ecc4"
}

.icon-music_record:before {
    content: "\ecc5"
}

.icon-music_recordplayer:before {
    content: "\ecc6"
}

.icon-music_repeat_button:before {
    content: "\ecc7"
}

.icon-music_rewind_button:before {
    content: "\ecc8"
}

.icon-music_shuffle_button:before {
    content: "\ecc9"
}

.icon-music_stop_button:before {
    content: "\ecca"
}

.icon-music_tape:before {
    content: "\eccb"
}

.icon-music_volume_down:before {
    content: "\eccc"
}

.icon-music_volume_up:before {
    content: "\eccd"
}

.icon-ecommerce_bag_check:before {
    content: "\ecce"
}

.icon-ecommerce_bag_minus:before {
    content: "\ecd1"
}

.icon-ecommerce_bag_plus:before {
    content: "\ecd2"
}

.icon-ecommerce_bag_refresh:before {
    content: "\ecd3"
}

.icon-ecommerce_bag_remove:before {
    content: "\ecd4"
}

.icon-ecommerce_bag_search:before {
    content: "\ecd5"
}

.icon-ecommerce_bag:before {
    content: "\ecd7"
}

.icon-ecommerce_banknote:before {
    content: "\ecd8"
}

.icon-ecommerce_banknotes:before {
    content: "\ecd9"
}

.icon-ecommerce_basket:before {
    content: "\ece3"
}

.icon-ecommerce_bath:before {
    content: "\ece4"
}

.icon-ecommerce_cart_check:before {
    content: "\ece5"
}

.icon-ecommerce_cart_content:before {
    content: "\ece7"
}

.icon-ecommerce_cart_minus:before {
    content: "\ece9"
}

.icon-ecommerce_cart_plus:before {
    content: "\ecea"
}

.icon-ecommerce_cart_refresh:before {
    content: "\eceb"
}

.icon-ecommerce_cart_remove:before {
    content: "\ecec"
}

.icon-ecommerce_cart_search:before {
    content: "\eced"
}

.icon-ecommerce_cart:before {
    content: "\ecef"
}

.icon-ecommerce_cent:before {
    content: "\ecf0"
}

.icon-ecommerce_colon:before {
    content: "\ecf1"
}

.icon-ecommerce_creditcard:before {
    content: "\ecf2"
}

.icon-ecommerce_diamond:before {
    content: "\ecf3"
}

.icon-ecommerce_dollar:before {
    content: "\ecf4"
}

.icon-ecommerce_euro:before {
    content: "\ecf5"
}

.icon-ecommerce_franc:before {
    content: "\ecf6"
}

.icon-ecommerce_gift:before {
    content: "\ecf7"
}

.icon-ecommerce_graph_decrease:before {
    content: "\ecf8"
}

.icon-ecommerce_graph_increase:before {
    content: "\ecf9"
}

.icon-ecommerce_graph1:before {
    content: "\ecfa"
}

.icon-ecommerce_graph2:before {
    content: "\ecfb"
}

.icon-ecommerce_graph3:before {
    content: "\ecfc"
}

.icon-ecommerce_guarani:before {
    content: "\ecfd"
}

.icon-ecommerce_kips:before {
    content: "\ecfe"
}

.icon-ecommerce_lira:before {
    content: "\ecff"
}

.icon-ecommerce_megaphone:before {
    content: "\ed00"
}

.icon-ecommerce_money:before {
    content: "\ed01"
}

.icon-ecommerce_naira:before {
    content: "\ed02"
}

.icon-ecommerce_pesos:before {
    content: "\ed03"
}

.icon-ecommerce_pound:before {
    content: "\ed04"
}

.icon-ecommerce_receipt_bath:before {
    content: "\ed05"
}

.icon-ecommerce_receipt_cent:before {
    content: "\ed06"
}

.icon-ecommerce_receipt_dollar:before {
    content: "\ed07"
}

.icon-ecommerce_receipt_euro:before {
    content: "\ed08"
}

.icon-ecommerce_receipt_franc:before {
    content: "\ed09"
}

.icon-ecommerce_receipt_guarani:before {
    content: "\ed0a"
}

.icon-ecommerce_receipt_kips:before {
    content: "\ed0b"
}

.icon-ecommerce_receipt_lira:before {
    content: "\ed0c"
}

.icon-ecommerce_receipt_naira:before {
    content: "\ed0d"
}

.icon-ecommerce_receipt_pesos:before {
    content: "\ed0e"
}

.icon-ecommerce_receipt_pound:before {
    content: "\ed0f"
}

.icon-ecommerce_receipt_rublo:before {
    content: "\ed10"
}

.icon-ecommerce_receipt_rupee:before {
    content: "\ed11"
}

.icon-ecommerce_receipt_tugrik:before {
    content: "\ed12"
}

.icon-ecommerce_receipt_won:before {
    content: "\ed13"
}

.icon-ecommerce_receipt_yen:before {
    content: "\ed14"
}

.icon-ecommerce_receipt_yen2:before {
    content: "\ed15"
}

.icon-ecommerce_receipt:before {
    content: "\ed16"
}

.icon-ecommerce_recept_colon:before {
    content: "\ed17"
}

.icon-ecommerce_rublo:before {
    content: "\ed18"
}

.icon-ecommerce_rupee:before {
    content: "\ed19"
}

.icon-ecommerce_safe:before {
    content: "\ed1a"
}

.icon-ecommerce_sale:before {
    content: "\ed1b"
}

.icon-ecommerce_sales:before {
    content: "\ed1c"
}

.icon-ecommerce_ticket:before {
    content: "\ed1d"
}

.icon-ecommerce_tugriks:before {
    content: "\ed1e"
}

.icon-ecommerce_wallet:before {
    content: "\ed1f"
}

.icon-ecommerce_won:before {
    content: "\ed20"
}

.icon-ecommerce_yen:before {
    content: "\ed21"
}

.icon-ecommerce_yen2:before {
    content: "\ed22"
}

.icon-basic_elaboration_bookmark_checck:before {
    content: "\ed23"
}

.icon-basic_elaboration_bookmark_minus:before {
    content: "\ed24"
}

.icon-basic_elaboration_bookmark_plus:before {
    content: "\ed25"
}

.icon-basic_elaboration_bookmark_remove:before {
    content: "\ed26"
}

.icon-basic_elaboration_mail_check:before {
    content: "\ed7b"
}

.icon-basic_elaboration_mail_cloud:before {
    content: "\ed7c"
}

.icon-basic_elaboration_mail_document:before {
    content: "\ed7d"
}

.icon-basic_elaboration_mail_download:before {
    content: "\ed7e"
}

.icon-basic_elaboration_mail_flagged:before {
    content: "\ed7f"
}

.icon-basic_elaboration_mail_heart:before {
    content: "\ed80"
}

.icon-basic_elaboration_mail_next:before {
    content: "\ed81"
}

.icon-basic_elaboration_mail_noaccess:before {
    content: "\ed82"
}

.icon-basic_elaboration_mail_note:before {
    content: "\ed83"
}

.icon-basic_elaboration_mail_pencil:before {
    content: "\ed84"
}

.icon-basic_elaboration_mail_picture:before {
    content: "\ed85"
}

.icon-basic_elaboration_mail_previous:before {
    content: "\ed86"
}

.icon-basic_elaboration_mail_refresh:before {
    content: "\ed87"
}

.icon-basic_elaboration_mail_remove:before {
    content: "\ed88"
}

.icon-basic_elaboration_mail_search:before {
    content: "\ed89"
}

.icon-basic_elaboration_mail_star:before {
    content: "\ed8a"
}

.icon-basic_elaboration_mail_upload:before {
    content: "\ed8b"
}

.icon-basic_elaboration_message_check:before {
    content: "\ed8c"
}

.icon-basic_elaboration_message_dots:before {
    content: "\ed8d"
}

.icon-basic_elaboration_message_happy:before {
    content: "\ed8e"
}

.icon-basic_elaboration_message_heart:before {
    content: "\ed8f"
}

.icon-basic_elaboration_message_minus:before {
    content: "\ed90"
}

.icon-basic_elaboration_message_note:before {
    content: "\ed91"
}

.icon-basic_elaboration_message_plus:before {
    content: "\ed92"
}

.icon-basic_elaboration_message_refresh:before {
    content: "\ed93"
}

.icon-basic_elaboration_message_remove:before {
    content: "\ed94"
}

.icon-basic_elaboration_message_sad:before {
    content: "\ed95"
}

.icon-basic_elaboration_todolist_2:before {
    content: "\eda6"
}

.icon-basic_accelerator:before {
    content: "\edb4"
}

.icon-basic_alarm:before {
    content: "\edb5"
}

.icon-basic_anchor:before {
    content: "\edb6"
}

.icon-basic_anticlockwise:before {
    content: "\edb7"
}

.icon-basic_archive_full:before {
    content: "\edb8"
}

.icon-basic_archive:before {
    content: "\edb9"
}

.icon-basic_ban:before {
    content: "\edba"
}

.icon-basic_bolt:before {
    content: "\edbf"
}

.icon-basic_book_pen:before {
    content: "\edc0"
}

.icon-basic_book_pencil:before {
    content: "\edc1"
}

.icon-basic_book:before {
    content: "\edc2"
}

.icon-basic_bookmark:before {
    content: "\edc3"
}

.icon-basic_calculator:before {
    content: "\edc4"
}

.icon-basic_calendar:before {
    content: "\edc5"
}

.icon-basic_cards_diamonds:before {
    content: "\edc6"
}

.icon-basic_cards_hearts:before {
    content: "\edc7"
}

.icon-basic_case:before {
    content: "\edc8"
}

.icon-basic_chronometer:before {
    content: "\edc9"
}

.icon-basic_clessidre:before {
    content: "\edca"
}

.icon-basic_clock:before {
    content: "\edcb"
}

.icon-basic_clockwise:before {
    content: "\edcc"
}

.icon-basic_cloud:before {
    content: "\edcd"
}

.icon-basic_clubs:before {
    content: "\edce"
}

.icon-basic_compass:before {
    content: "\edcf"
}

.icon-basic_cup:before {
    content: "\edd0"
}

.icon-basic_diamonds:before {
    content: "\edd1"
}

.icon-basic_display:before {
    content: "\edd2"
}

.icon-basic_download:before {
    content: "\edd3"
}

.icon-basic_exclamation:before {
    content: "\edd4"
}

.icon-basic_eye_closed:before {
    content: "\edd5"
}

.icon-basic_eye:before {
    content: "\edd6"
}

.icon-basic_female:before {
    content: "\edd7"
}

.icon-basic_flag1:before {
    content: "\edd8"
}

.icon-basic_flag2:before {
    content: "\edd9"
}

.icon-basic_floppydisk:before {
    content: "\edda"
}

.icon-basic_folder_multiple:before {
    content: "\eddb"
}

.icon-basic_folder:before {
    content: "\eddc"
}

.icon-basic_gear:before {
    content: "\eddd"
}

.icon-basic_geolocalize-01:before {
    content: "\edde"
}

.icon-basic_geolocalize-05:before {
    content: "\eddf"
}

.icon-basic_globe:before {
    content: "\ede0"
}

.icon-basic_gunsight:before {
    content: "\ede1"
}

.icon-basic_hammer:before {
    content: "\ede2"
}

.icon-basic_headset:before {
    content: "\ede3"
}

.icon-basic_heart_broken:before {
    content: "\ede4"
}

.icon-basic_heart:before {
    content: "\ede5"
}

.icon-basic_helm:before {
    content: "\ede6"
}

.icon-basic_home:before {
    content: "\ede7"
}

.icon-basic_info:before {
    content: "\ede8"
}

.icon-basic_ipod:before {
    content: "\ede9"
}

.icon-basic_joypad:before {
    content: "\edea"
}

.icon-basic_key:before {
    content: "\edeb"
}

.icon-basic_keyboard:before {
    content: "\edec"
}

.icon-basic_laptop:before {
    content: "\eded"
}

.icon-basic_life_buoy:before {
    content: "\edee"
}

.icon-basic_lightbulb:before {
    content: "\edef"
}

.icon-basic_link:before {
    content: "\edf0"
}

.icon-basic_lock_open:before {
    content: "\edf1"
}

.icon-basic_lock:before {
    content: "\edf2"
}

.icon-basic_magic_mouse:before {
    content: "\edf3"
}

.icon-basic_magnifier_minus:before {
    content: "\edf4"
}

.icon-basic_magnifier_plus:before {
    content: "\edf5"
}

.icon-basic_magnifier:before {
    content: "\edf6"
}

.icon-basic_mail_multiple:before {
    content: "\edf7"
}

.icon-basic_mail_open_text:before {
    content: "\edf8"
}

.icon-basic_mail_open:before {
    content: "\edf9"
}

.icon-basic_mail:before {
    content: "\edfa"
}

.icon-basic_male:before {
    content: "\edfb"
}

.icon-basic_map:before {
    content: "\edfc"
}

.icon-basic_message_multiple:before {
    content: "\edfd"
}

.icon-basic_message_txt:before {
    content: "\edfe"
}

.icon-basic_message:before {
    content: "\edff"
}

.icon-basic_mixer2:before {
    content: "\ee00"
}

.icon-basic_mouse:before {
    content: "\ee01"
}

.icon-basic_notebook_pen:before {
    content: "\ee02"
}

.icon-basic_notebook_pencil:before {
    content: "\ee03"
}

.icon-basic_notebook:before {
    content: "\ee04"
}

.icon-basic_paperplane:before {
    content: "\ee05"
}

.icon-basic_pencil_ruler_pen:before {
    content: "\ee06"
}

.icon-basic_pencil_ruler:before {
    content: "\ee07"
}

.icon-basic_photo:before {
    content: "\ee08"
}

.icon-basic_picture_multiple:before {
    content: "\ee09"
}

.icon-basic_picture:before {
    content: "\ee0a"
}

.icon-basic_pin1:before {
    content: "\ee0b"
}

.icon-basic_pin2:before {
    content: "\ee0c"
}

.icon-basic_postcard_multiple:before {
    content: "\ee0d"
}

.icon-basic_postcard:before {
    content: "\ee0e"
}

.icon-basic_printer:before {
    content: "\ee0f"
}

.icon-basic_question:before {
    content: "\ee10"
}

.icon-basic_rss:before {
    content: "\ee11"
}

.icon-basic_server_cloud:before {
    content: "\ee12"
}

.icon-basic_server_download:before {
    content: "\ee13"
}

.icon-basic_server_upload:before {
    content: "\ee14"
}

.icon-basic_server:before {
    content: "\ee15"
}

.icon-basic_server2:before {
    content: "\ee16"
}

.icon-basic_settings:before {
    content: "\ee17"
}

.icon-basic_share:before {
    content: "\ee18"
}

.icon-basic_sheet_multiple:before {
    content: "\ee19"
}

.icon-basic_sheet_pen:before {
    content: "\ee1a"
}

.icon-basic_sheet_pencil:before {
    content: "\ee1b"
}

.icon-basic_sheet_txt:before {
    content: "\ee1c"
}

.icon-basic_sheet:before {
    content: "\ee1d"
}

.icon-basic_signs:before {
    content: "\ee1e"
}

.icon-basic_smartphone:before {
    content: "\ee1f"
}

.icon-basic_spades:before {
    content: "\ee20"
}

.icon-basic_spread_bookmark:before {
    content: "\ee21"
}

.icon-basic_spread_text_bookmark:before {
    content: "\ee22"
}

.icon-basic_spread_text:before {
    content: "\ee23"
}

.icon-basic_spread:before {
    content: "\ee24"
}

.icon-basic_star:before {
    content: "\ee25"
}

.icon-basic_tablet:before {
    content: "\ee26"
}

.icon-basic_target:before {
    content: "\ee27"
}

.icon-basic_todo_pen:before {
    content: "\ee28"
}

.icon-basic_todo_pencil:before {
    content: "\ee29"
}

.icon-basic_todo_txt:before {
    content: "\ee2a"
}

.icon-basic_todo:before {
    content: "\ee2b"
}

.icon-basic_todolist_pen:before {
    content: "\ee2c"
}

.icon-basic_todolist_pencil:before {
    content: "\ee2d"
}

.icon-basic_upload:before {
    content: "\ee32"
}

.icon-basic_usb:before {
    content: "\ee33"
}

.icon-basic_video:before {
    content: "\ee34"
}

.icon-basic_watch:before {
    content: "\ee35"
}

.icon-basic_webpage_img_txt:before {
    content: "\ee36"
}

.icon-basic_webpage_multiple:before {
    content: "\ee37"
}

.icon-basic_webpage_txt:before {
    content: "\ee38"
}

.icon-basic_webpage:before {
    content: "\ee39"
}

.icon-basic_world:before {
    content: "\ee3a"
}

.icon-arrows_anticlockwise_dashed:before {
    content: "\ee3b"
}

.icon-arrows_anticlockwise:before {
    content: "\ee3c"
}

.icon-arrows_check:before {
    content: "\ee41"
}

.icon-arrows_circle_check:before {
    content: "\ee42"
}

.icon-arrows_circle_down:before {
    content: "\ee43"
}

.icon-arrows_circle_downleft:before {
    content: "\ee44"
}

.icon-arrows_circle_downright:before {
    content: "\ee45"
}

.icon-arrows_circle_left:before {
    content: "\ee46"
}

.icon-arrows_circle_minus:before {
    content: "\ee47"
}

.icon-arrows_circle_plus:before {
    content: "\ee48"
}

.icon-arrows_circle_remove:before {
    content: "\ee49"
}

.icon-arrows_circle_right:before {
    content: "\ee4a"
}

.icon-arrows_circle_up:before {
    content: "\ee4b"
}

.icon-arrows_circle_upleft:before {
    content: "\ee4c"
}

.icon-arrows_circle_upright:before {
    content: "\ee4d"
}

.icon-arrows_clockwise_dashed:before {
    content: "\ee4e"
}

.icon-arrows_clockwise:before {
    content: "\ee4f"
}

.icon-arrows_deny:before {
    content: "\ee51"
}

.icon-arrows_down_double-34:before {
    content: "\ee54"
}

.icon-arrows_down:before {
    content: "\ee55"
}

.icon-arrows_downleft:before {
    content: "\ee56"
}

.icon-arrows_downright:before {
    content: "\ee57"
}

.icon-arrows_exclamation:before {
    content: "\ee62"
}

.icon-arrows_info:before {
    content: "\ee6f"
}

.icon-arrows_left_double-32:before {
    content: "\ee7a"
}

.icon-arrows_left:before {
    content: "\ee7b"
}

.icon-arrows_minus:before {
    content: "\ee7c"
}

.icon-arrows_plus:before {
    content: "\ee83"
}

.icon-arrows_question:before {
    content: "\ee84"
}

.icon-arrows_remove:before {
    content: "\ee85"
}

.icon-arrows_right_double-31:before {
    content: "\ee86"
}

.icon-arrows_right:before {
    content: "\ee87"
}

.icon-arrows_rotate_anti_dashed:before {
    content: "\ee88"
}

.icon-arrows_rotate_anti:before {
    content: "\ee89"
}

.icon-arrows_rotate_dashed:before {
    content: "\ee8a"
}

.icon-arrows_rotate:before {
    content: "\ee8b"
}

.icon-arrows_slim_down_dashed:before {
    content: "\ee9f"
}

.icon-arrows_slim_down:before {
    content: "\eea0"
}

.icon-arrows_slim_left_dashed:before {
    content: "\eea1"
}

.icon-arrows_slim_left:before {
    content: "\eea2"
}

.icon-arrows_slim_right_dashed:before {
    content: "\eea3"
}

.icon-arrows_slim_right:before {
    content: "\eea4"
}

.icon-arrows_slim_up_dashed:before {
    content: "\eea5"
}

.icon-arrows_slim_up:before {
    content: "\eea6"
}

.icon-arrows_squares:before {
    content: "\eeb3"
}

.icon-arrows_up_double-33:before {
    content: "\eebe"
}

.icon-arrows_up:before {
    content: "\eebf"
}

.icon-arrows_upleft:before {
    content: "\eec0"
}

.icon-arrows_upright:before {
    content: "\eec1"
}

.icon-arrows_vertical:before {
    content: "\eec2"
}

/* ==========================================================================
   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: 10px;
}
body {
    background: #fff;
    font-family: Open sans, serif;
    font-weight: 400;
    letter-spacing: 0px;
 /* line-height: 2;  removed */ 
    font-size: 15px;
    color: #737373;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1170px;
  margin: 0 auto;
}

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


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

/* Basic text */
p {} 
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 {
    margin-top: 1em;
    margin-bottom: 1em;
}
h4, h5, h6 {
    margin-top: 15px;
    margin-bottom: 15px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size: 50px;
    color: #000;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0px;
}
h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.375em;
    letter-spacing: -0px;
    color: #000000;
}
h3 {
    font-size: 21px;
    font-weight: 400;
    line-height: 1.7em;
    letter-spacing: 0px;
    color: #000000;
}
h4 {
    font-weight: 400;
    line-height: 1.7em;
    letter-spacing: 0px;
    font-size: 20px;
    color: #000000;
}
h5 {
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 0px;
    font-size: 18px;
    color: #000000;
}
h6 {
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0px;
    font-size: 17px;
    color: #000000;
}

/* Anchor Links */
a { 
    color: #5f6db3;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a:hover, a:focus { 
    color: rgb(153, 153, 153);
    outline: 0;
}

/* Lists */
ul, ol {
    padding-left: 1.5em;
    margin: 0 0 10px;
}
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 {}


/* ==========================================================================
   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 {
    min-height: 128px;
}

.custom-header-top {
    background: #f7f7f7;
    padding: 0 15px;
}
.custom-header-top .page-center {
    padding: 0 15px;
}
.custom-header-left ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.custom-header-left ul li {
    display: inline-block;
    padding-right: 27px;
    padding-top: 15px;
    padding-bottom: 4px;
}
.custom-header-left ul li .icon-container {
    margin-right: 15px;
    color: #5f6db3;
    font-size: 13px;
    line-height: 1.5em;
    float: left;
}
.custom-header-left ul li a {
    color: #000000;
    font-size: 13px;
    margin: 0 0 0 5px;
    display: inline-block;
    vertical-align: top;
    line-height: normal;
    
}
.custom-header-left ul li a:hover {
    color: #5f6db3;
}
.custom-header-left ul li:first-child a {
    letter-spacing: .01em;
}

.custom-header-right .cell-wrapper {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.custom-header-right .cell-wrapper .hs_cos_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.header-module {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding-right: 30px;
    padding-left: 30px;
}
.header-module+.header-module {
    padding-left: 0;
}
.header-module:last-of-type {
    padding-right: 0;
}
.header-btn-group a {
    line-height: 1.42857143;
    border: 1px solid transparent;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #20d6bd;
    color: #ffffff;
    border-color: #20d6bd;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.10em;
    display: inline-block;
    text-align: center;
}
.header-btn-group a:hover {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    border-color: transparent;
    -webkit-box-shadow: 0 4px 20px -5px rgba(0,0,0,0.5);
    box-shadow: 0 4px 20px -5px rgba(0,0,0,0.5);
}
.header-btn-group a span {
    padding: 1.1em 2.1em;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
    transition: -webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
    transition: transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
    transition: transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875),-webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
}
.header-btn-group a i {
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
    transition: -webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
    transition: transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
    transition: transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875),-webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
    margin-left: 15px;
}

.module-trigger {
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-transition: color .3s ease, background .3s ease, opacity .3s ease, visibility .3s ease;
    transition: color .3s ease, background .3s ease, opacity .3s ease, visibility .3s ease;
    padding-left: 30px;
    color: #898989;
}
.custom-header-search .module-trigger {
    display: none;
}
.module-trigger i {
    font-size: 18px;
    margin: 0 5px;
    vertical-align: middle;
    position: relative;
    display: inline-block;
}
.header-module ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-social-icons ul {
    font-size: 16px;
}
.header-social-icons ul li {
    display: inline-block;
    margin-right: 1em;
    margin-bottom: 0;
    font-size: 1em;
    line-height: 0;
}
.header-social-icons ul li:last-child {
    margin-right: 0;
}
.header-social-icons ul li a {
    color: #898989;
}
.header-social-icons ul li i {
    display: inline-block;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),-webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.header-social-icons ul li a:hover {
    color: #898989;
}

.custom-header-main {
    position: relative;
}
.custom-header-main .page-center {
    padding: 0 15px;
}
.custom-header-bg {
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    -webkit-transition: top 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
    transition: top 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
    transition: transform 0.2s, box-shadow 0.2s, top 0.2s, visibility 0s 0.2s;
    transition: transform 0.2s, box-shadow 0.2s, top 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    width: 100% !important;
    background: #fff;
    z-index: 101;
}
.custom-header-bg.nav-up {
    /*-webkit-transform: translateY(-150%);*/
    /*transform: translateY(-150%);*/
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    position: fixed;
    background-color: rgba(255, 255, 255, 0.8);
}
.custom-header-bg.nav-down {
    position: fixed;
    top: 0;
}

#search-module-fullscreen {
    width: calc(47vw - 167px);
    height: 100vh !important;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 200;
    opacity: 1;
    visibility: hidden;
    transform-style: flat;
    background: #fff;
    -webkit-box-shadow: 0 0 70px rgba(0,0,0,0.1);
    box-shadow: 0 0 70px rgba(0,0,0,0.1);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transition: transform 0.6s ease, visibility 0.6s;
}
.search-open #search-module-fullscreen {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
    transition: transform 0.6s ease, visibility 0.6s;
}
#search-module-fullscreen .navbar-brand {
    float: none;
    text-align: center;
    display: block;
}
.navbar-brand .brand-inner {
    display: inline-block;
    position: relative;
}
#search-module-fullscreen .search-form {
    display: block;
    width: 78%;
    float: right;
    margin-top: 6px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
#search-module-fullscreen form input {
    padding: 25px 35px 25px 0;
    letter-spacing: normal;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #000;
    border: none;
    border-bottom: 2px solid #f5f5f5;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    width: 100%;
    font-family: Poppins;
    font-size: 1.64286em;
    border-color: #e5e5e5;
    padding-top: .86957em;
    padding-bottom: .86957em;
}
.custom-header-search form input[type="search"]::-webkit-search-cancel-button {
    display: none;
}
#search-module-fullscreen form button[type=submit] {
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 25px;
    height: 85px;
    color: #000;
    border: none;
    background-color: transparent;
    margin: 0;
    height: 81px;
    width: auto;
    height: 100%;
    right: 15px;
    padding: 0;
    font-size: 1.92857em;
    color: #c5c5c5;
}
.input-filled #search-module-fullscreen .search-form input {
    border-color: #000;
}
#search-module-fullscreen .search-form button {
    width: auto;
    height: 100%;
    right: 0;
    padding: 0;
    font-size: 1.92857em;
    color: #c5c5c5;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
}
#search-module-fullscreen .input-filled .search-form button {
    color: #000;
}
#search-module-fullscreen  button[type=submit] i {
    font-size: 1em;
    margin: 0;
}

#site-wrapper{
    max-width: 100%;
    /*height: 100%;*/
    overflow-x: hidden;
    /*overflow-y: hidden;*/
    position: relative;
 }
 
 .mobile-open #site-wrapper{
    overflow-x: hidden;
    overflow-y: hidden;
 }
 


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

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

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

.body-container .page-center {
    padding: 35px 15px;
}

.custom-banner {
    padding: 60px 0;
    text-align: center;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #404040;
    min-height: 300px;
}
.custom-banner .page-center {
    padding: 35px 40px 0 !important;
}
.custom-banner h1 {
    font-size: 39px;
    color: #ffffff;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
}
.custom-banner p {
    font-size: 22px;
    color: #ffffff;
    line-height: 1.5;
    text-align: center;
    margin: 0 0 2.14286em;
}

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

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

.custom-footer-copyright {
    text-align: center;
    background: #000;
    color: #fff;
    padding: 20px 15px 0;
    border-bottom: 2px solid #20D6BD;
}
.custom-footer-copyright p {
    margin: 0 0 35px;
}
.custom-footer-bg {
    background-color: #20d6bd;
    color: #ffffff;
    padding-top: 40px;
    padding-bottom: 2px;
}
.custom-footer-bg .page-center {
    padding: 0 15px;
}
.custom-footer-bg .span4 {
    padding: 35px 0 0;
    margin-bottom: 30px;
}
.custom-footer-bg h3 {
    font-size: 21px;
    color: #ffffff;
    text-align: left;
    font-family: Poppins;
    font-weight: 600;
    font-style: normal;
    margin-top: 0px;
    margin-bottom: 30px;
}
.custom-footer-info p {
    margin: 0 0 2.14286em;
}
.custom-footer-info p a {
    color: #fff;
}
.custom-footer-info ul {
    font-size: 18px;
    margin: -5px 0 27px;
    padding: 0;
    list-style: none;
}
.custom-footer-info ul li {
    display: inline-block;
    margin-bottom: 0.2em;
    font-size: 1em;
    line-height: 0;
}
.custom-footer-info ul li a {
    color: #fff;
    opacity: 0.6;
}
.custom-footer-info ul li a i {
    display: inline-block;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),-webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.custom-footer-info ul li a:hover {
    opacity: 1;
}
.custom-footer-info img {
    margin-bottom: 35px;
}

.custom-footer-contact .hs-input {
    height: 42px;
    line-height: 42px;
    border-radius: 0;
    border: 0;
    padding: 0 20px;
    color: #fff;
    background-color: rgba(0,0,0,0.3);
    margin-bottom: 15px;
    font-family: Poppins;
    letter-spacing: normal;
}
/* Placeholder Text */
.custom-footer-contact ::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
} /* Webkit Browsers */
.custom-footer-contact :-moz-placeholder {
    color: #fff;
    opacity: 1;
} /* Firefox 18- */
.custom-footer-contact ::-moz-placeholder {
    color: #fff;
    opacity: 1;
} /* Firefox 19+ */
.custom-footer-contact :-ms-input-placeholder {
    color: #fff;
    opacity: 1;
} /* IE10 */
.custom-footer-contact .input:after {
    display: none !important;
}
.custom-footer-contact .hs-form-required {
    display: none;
}
.custom-footer-contact textarea {
    min-height: 135px;
}
.custom-footer-contact form .hs-button.primary {
    width: auto;
    font-size: 15px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-color: transparent;
    letter-spacing: 1.5px;
    background-color: transparent;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 2px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    padding: 0;
}
.custom-footer-contact form .actions {
    width: auto;
    position: relative;
}
.custom-footer-contact form .actions:after {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    margin: 0 7px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.custom-footer-contact form .actions:hover:after {
    opacity: 0.8;
}
.custom-footer-posts .hs-rss-item {
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.custom-footer-posts .hs-rss-item .hs-rss-title {
    margin-top: 0;
    margin-bottom: 0.2em;
    font-size: 1.07692em;
    line-height: 1.7em;
    font-weight: 500;
    letter-spacing: 0.045em;
    color: #fff;
}
.custom-footer-posts .hs-rss-item .hs-rss-byline {
    font-size: 0.86666667em;
    opacity: 0.5;
    text-transform: lowercase;
}

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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul {
    float: right;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: 0px;
    padding: 0 21px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 45px 0 0 0;
    position: relative;
    line-height: inherit;
    color: #000;
    z-index: 2;
    -webkit-transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover,
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
    color: #5f6db3;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
}
.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;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:991px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a:after {
    content:'\f0d7';
    padding-left: 5px;
    font-family: fontAwesome;
}

.custom-menu-primary .hs-menu-wrapper ul > li > ul.hs-menu-children-wrapper {
    min-width: 208px;
    height: auto;
    padding-left: 0;
    top: 105%;
    box-shadow: 0 0 35px rgba(0,0,0,0.1);
    transform-origin: top left;
}

.custom-menu-primary .hs-menu-wrapper ul > li > ul.hs-menu-children-wrapper li {
    display: block;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    padding: .71429em;
    font-size: .93333em;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.025em;
}

.custom-menu-primary .hs-menu-wrapper ul > li > ul.hs-menu-children-wrapper li a {
    color: #7a7780;
    padding: .28571em 1.57143em;
}

.custom-menu-primary .hs-menu-wrapper ul > li > ul.hs-menu-children-wrapper li a:hover {
    background-color: rgba(0,0,0,0.04);
}

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

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

@media (max-width: 990px){

  /* 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; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /**************************************/
    top: 23px;           /* Position Button at right of screen */
    right: 13px;        /**************************************/
    width: 24px; /* Button width */
    height: auto; /* Button height */ 
    font-size: .92857em;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    overflow: hidden;
  }
  .mobile-trigger .icon-bar {
    position: relative;
    width: 100%;
    height: 2px;
    margin-bottom: 5px;
    background-color: transparent;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    display: block;
  }
  .mobile-trigger .icon-bar+.icon-bar {
    margin-top: 4px;
  }
  .mobile-trigger .icon-bar:before,
  .mobile-trigger .icon-bar:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }
  .mobile-trigger .icon-bar:after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .mobile-trigger:before,
  .mobile-trigger:after {
    content: '';
    display: inline-block;
    width: 92%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .mobile-trigger:before {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
    -webkit-transform-origin: 6% 50%;
    transform-origin: 6% 50%;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) translate3d(3px, -2px, 0);
    transform: rotate3d(0, 0, 1, 45deg) translate3d(3px, -2px, 0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform-origin: 6% 50%;
    transform-origin: 6% 50%;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) translate3d(-100%, -100%, 0);
    transform: rotate3d(0, 0, 1, 45deg) translate3d(-100%, -100%, 0);
  }
  .mobile-trigger:after {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
    -webkit-transform-origin: 65% 50%;
    transform-origin: 65% 50%;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(-4px, 4px, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(-4px, 4px, 0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform-origin: 65% 50%;
    transform-origin: 65% 50%;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(-130%, -130%, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(-130%, -130%, 0);
  }
  .mobile-trigger:hover .icon-bar:before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 0.07s;
    transition-delay: 0.07s;
  }
  .mobile-trigger:hover .icon-bar:after {
    -webkit-transform: translate3d(24px, 0, 0);
    transform: translate3d(24px, 0, 0);
  }
  .mobile-open .mobile-trigger:before {
    transform: rotate3d(0, 0, 1, 45deg) translate3d(3px, -3px, 0);
  }
  .mobile-open .mobile-trigger:after {
    transform: rotate3d(0, 0, 1, -45deg) translate3d(-3px, 4px, 0);
  }
  .mobile-open .mobile-trigger .icon-bar:after, 
  .mobile-open .mobile-trigger .icon-bar:before {
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }

  /* ===== 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: 100%; /* Button width */
    min-width: 100%;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .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;
  }
  .mobile-open {
     overflow: hidden;
  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  
  .custom-mobile-menu {
    position: fixed;
    background: #fff;
    background-color: #F7F7F7;
    top: 60px;
    width: 100% !important;
    max-height: calc(100% - 60px);
    overflow-y: auto !important;
    z-index: 1001;
 }

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

   /* Level 1 Menu List Styles */
   .custom-menu-primary .hs-menu-wrapper > ul {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 500;
    text-transform: none;
   }
   
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: 0px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    overflow: visible;
    display: block;
    padding: .8125em 25px;
    border-bottom: 1px solid #e8e8e8;
    color: #000 !important;
    letter-spacing: 0;
    line-height: 1.5em;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a:before{
    content: '';
    display: inline-block;
    width: 17px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #000;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active a:before{
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  /* 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 {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

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

  /* 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 */
  }
  
  .custom-mobile-quick {
    margin-top: 1.5em;
    margin-bottom: 2.5em;
    padding: 0 25px;
  }
  .custom-mobile-quick ul {
      margin: 0;
      padding: 0;
      list-style: none;
  }
  .mobile-open .custom-header-bg {
        box-shadow: none;
        position: fixed;
        top: 0;
        transform: translateY(0);
    }
    
}


/* ==========================================================================
   5. BLOG                                        
   ========================================================================== */
.blog-content {
    position: relative;
    border-right: 1px solid rgba(0,0,0,0.05);
    padding-right: 40px;
}
time.entry-date {
    float: left;
    margin-right: 40px;
    padding: 0.6em 26px 0.4em;
    border: 1px solid rgba(0,0,0,0.07);
    border-radius: 3px;
    font-size: 2.46154em;
    font-weight: 500;
    letter-spacing: -0.025em;
    text-align: center;
    color: #5f6db3;
}
.entry-date span {
    display: block;
    margin-top: 0.3em;
    font-size: .40625em;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.post-img {
    margin-top: 28px;
    margin-bottom: 1.25em;
    position: relative;
}
.post-img img {
    width: 100%;
}
.post-img img+#hubspot-topic_data {
    position: absolute;
    top: 2.5em;
    left: 0;
    z-index: 2;
    margin: 0;
}

.post-img #hubspot-topic_data a.topic-link {
    display: inline-block;
    padding: .35714em 1.21429em;
    margin-bottom: 0.25em;
    font-size: .92857em;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background-color: #5f6db3;
}

.post-info {
    margin-bottom: 4em;
    font-size: .78571em;
    font-size: ;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #cacaca;
    padding-top: 5px;
}

.post-info a,
.post-info>span {
    color: inherit;
}
.post-info a:hover {
    color: #5f6db3;
}
.post-info>span {
    margin-right: 27px;
    font-size: 1em;
}
.post-info i {
    margin-right: 10px;
    font-size: 1.1em;
}

.post-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: 3.92857em;
}
.post-pagination a {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(50% - 1px);
    padding: 1.07143em 2.28571em;
    border: 1px solid #ebebeb;
    position: relative;
    font-size: 1.07143em;
    text-align: right;
    word-wrap: break-word;
}
.post-pagination a:before {
    content: '\f104';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 30px;
    font: normal normal 1em/1 fontAwesome;
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%);
    color: #5f6db3;
}
.post-pagination a.next-posts-link:before {
    content: '\f105';
    left: auto;
    right: 30px;
}
.post-pagination a.previous-posts-link {
    padding-left: 3.5em;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.post-pagination  a+a {
    border-left: none;
}
.post-pagination a.next-posts-link {
    text-align: left;
    left: -1px;
    padding-right: 3.5em;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.post-related {
    margin-top: 3.92857em;
}
.post-related h4 {
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.7em;
    letter-spacing: 0px;
    font-size: 20px;
    color: #000000;
}
.post-related .rel-post {
    width: 50%;
    float: left;
    padding: 0 15px;
}
.post-related .blog-post {
    margin-bottom: 2.2em;
    position: relative;
    background-color: #fff;
    font-size: 1em;
    line-height: 2.14286em;
    color: #999;
}
.post-image {
    position: relative;
    margin: 0;
    margin-bottom: 1.78571em;
    margin-top: 2em;
}
.post-image img {
    width: 100%;
}
.post-related .entry-title {
    font-size: 1.21429em;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: -0.025em;
    margin-bottom: 0.4em;
}
.post-related .post-info {
    margin: 0;
}
.post-related .post-info>span:not(:last-child) {
    margin-right: 0;
}

.hs-blog-post .body-container .page-center {
    padding-top: 60px;
}

/* =============== 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 {
    font-size: 30px;
    line-height: 1.5em;
    font-weight: 400;
    letter-spacing: -0.025em;
    margin: 0 0 0.1em;
}
.post-header h2 a {
    color: #000;
}
.post-header h2 a:hover {
    color: #5f6db3;
}

/* Blog Author and Avatar */
#hubspot-author_data {
    margin-bottom: 0.4em;
    font-size: .85714em;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #cacaca;
}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {
    margin-right: 1em;
    color: inherit;
}
#hubspot-author_data a.author-link:hover {
    color: #5f6db3;
}
#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 {
    margin-bottom: 5em;
    position: relative;
    background-color: #fff;
    font-size: 1em;
    line-height: 2.14286em;
    color: #999;
}
.blog-listing-wrapper .post-listing .post-item .post-body {
    overflow: hidden;
}
.blog-post-wrapper .post-body {
    padding-left: 7%;
    padding-right: 7%;
}

/* 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-width: 100%;
  height: auto;
  width: 100%;
  display: block !important;
  float: none;
  margin: 0 0 2.5em;
}

/* Read More Link */
a.more-link {
    border: 1px solid #ebebeb;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 2px;
    display: inline-block;
}
a.more-link span {
    display: inline-block;
    padding: 10px 3em;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
    transition: -webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
    transition: transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
    transition: transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875),-webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
}
a.more-link:hover {
    color: #fff;
    background-color: #20d6bd;
}
a.more-link i {
    margin-left: 5px;
    font-size: 1.2em;
    margin: 0 6px;
    margin-right: 0;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
    transition: -webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
    transition: transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
    transition: transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875),-webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
}
a.more-link:hover i {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}

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

ul {
    line-height: 2;
}

p {
    line-height: 2;
}

li.hs-blog-social-share-item.hs-blog-social-share-item-twitter {
    margin-right: 5px!important;
}

li.hs-blog-social-share-item.hs-blog-social-share-item-linkedin {
    line-height: normal;
}

/* Blog Commments */
#comments-listing {
    border: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
}


.comment.depth-0 {
    border-bottom: 1px solid #000 !important;
    border-top: medium none !important;
    margin: 0 10px 10px !important;
    padding: 0 15px !important;
}

.comment-body {
    border-bottom: medium none;
    display: block;
    padding: 0;
}

.comment-reply-to{
    margin-bottom: 15px;
}

.comment-from h4 {
    margin: 0;
    padding-top: 15px;
}

.comment-date {
    display: block !important;
    text-align: left !important;
}
#comment-form{
    display: block;
    margin: 15px 0;
    padding: 0;
}
#comment-form .hs-button.primary {
    background-color: #5f6db3;
    border: 0;
    width: auto;
}

li.hs-postlisting-item {
    line-height: 1.8;
}


.custom_listing_comments{
    margin-right: 1em;
}
.custom_listing_comments a{
    color: inherit;
}
.custom_listing_comments a:hover {
    color: #5f6db3;
}
div#comments-listing.no-comments {
    border: none;
}

/* Pagination */
.blog-pagination {}
.blog-pagination a {
    display: block;
    margin: 7px 0;
}
.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 .cell-wrapper {
    margin-bottom: 60px;
}

.blog-sidebar h3 {
    padding: 1.15385em;
    margin: 0 0 2.07692em;
    background-color: #f4f4f4;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #000;
    text-align: center;
}
.body-container .blog-sidebar .widget-type-form {
    padding: 0;
    background: transparent;
}
.blog-sidebar .widget-type-form label {
    font-weight: 500;
    display: block;
    font-size: 15px;
    color: #000;
}
.blog-sidebar .widget-type-form .input:after {
    display: none;
}
.blog-sidebar .widget-type-form .input:before {
    /*content: "\f0e0";*/
    font: normal normal 1.4em/1 fontAwesome;
    position: absolute;
    top: -2px;
    right: 20px;
    color: #d7d7d7;
    line-height: normal;
}
.blog-sidebar .widget-type-form label .hs-form-required {
    font-weight: bold;
}
.blog-sidebar .widget-type-form ul.hs-error-msgs label {
    background: none repeat scroll 0 0 #8E2121;
    color: #FFFFFF !important;
    font-family: tahoma;
    font-size: 11px !important;
    padding: 4px 10px !important;
    font-weight: 400 !important;
    opacity: 0.87;
}
.blog-sidebar .widget-type-form .hs-input {
    display: block;
    width: 100%;
    padding: 0 30px;
    height: 50px;
    border: 1px solid #ededed;
    border-radius: 2px;
    line-height: 1.5em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 2.14286em;
}
.blog-sidebar .widget-type-form .hs-button.primary {
    display: block;
    width: 100%;
    height: 50px;
    margin-top: 25px;
    border: none;
    background-color: #5f6db3;
    text-transform: uppercase;
    border-radius: 3px;
    font-size: 1em;
    letter-spacing: 0.1em;
    font-weight: 400;
    -webkit-transition: opacity 250ms;
    transition: opacity 250ms;
    color: #fff;
    font-family: Poppins;
}
.blog-sidebar .widget-type-form .hs-button.primary:hover {
    opacity: 1;
}
.blog-sidebar .widget-type-post_filter ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.blog-sidebar .widget-type-post_filter ul li .filter-link-count {
    display: none;
}
.blog-sidebar .btn-social-alt {
    width: 100%;
    padding: 1.28571em 30px;
    font-size: .92857em;
    line-height: 1.5em;
    font-weight: 700;
    text-align: left;
    color: #000;
    font-family: Poppins;
    border: 1px solid #ededed;
    letter-spacing: .1em;
    display: block;
    text-transform: uppercase;
}
.blog-sidebar .btn-social-alt i {
    position: relative;
    top: -8px;
    margin-right: 13px;
    margin-left: 0;
    font-size: 1.78571em;
    color: #007bb5;
}
.blog-sidebar .btn-social-alt span, 
.blog-sidebar .btn-social-alt strong,
.blog-sidebar .btn-social-alt i {
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
    transition: -webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
    transition: transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
    transition: transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875),-webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
}
.blog-sidebar .btn-social-alt span span, 
.blog-sidebar .btn-social-alt span strong {
    display: block;
}
.btn-social-alt strong {
    font-size: .85714em;
    color: #cacaca;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.blog-sidebar .btn-social-alt:hover {
    -webkit-box-shadow: 0 3px 40px -1px rgba(0,0,0,0.1);
    box-shadow: 0 3px 40px -1px rgba(0,0,0,0.1);
    -webkit-transform: none;
    transform: none;
    background-color: transparent;
    border-color: #ededed;
    color: #000;
}
.custom-sidebar-posts .rec-post {
    margin-bottom: 20px;
}
.custom-sidebar-posts .rec-post figure {
    float: left;
    margin: 0;
    width: 70px;
    height: auto;
    margin-top: 10px;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
}
.custom-sidebar-posts .rec-post figure img {
    width: 100%;
    height: auto;
}
.custom-sidebar-posts .rec-post .rec-contents {
    overflow: hidden;
}
.custom-sidebar-posts .rec-post .rec-contents time {
    display: block;
    margin: 0 0 1em;
    font-size: 10px;
    letter-spacing: 0.1em;
    font-weight: 700;
    text-transform: uppercase;
    color: #cacaca;
}
.custom-sidebar-posts .rec-post .rec-contents h4 {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.78571em;
    letter-spacing: 0.02em;
    background: none;
    padding: 0;
    margin: 0 0 1em;
}
.custom-sidebar-posts .rec-post .rec-contents h4 a {
    color: #000;
}
.custom-sidebar-posts .rec-post .rec-contents h4 a:hover {
    color: #5f6db3;
}
.custom-sidebar-posts {
    position: relative;
    padding-bottom: 3.21429em;
    margin-bottom: 60px;
}
.custom-sidebar-posts .carousel-nav {
    border: 1px solid rgba(0,0,0,0.07);
    text-align: center;
    display: inline-block;
    width: 100%;
    height: 3.21429em;
    border-top: 1px solid #ededed;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
}
.custom-sidebar-posts .carousel-nav button {
    background: hsla(0,0%,100%,.75);
    cursor: pointer;
    display: inline-block;
    padding: 0;
    float: left;
    position: relative;
    width: 50%;
    height: 100%;
    margin: 0;
    border-radius: 0;
    background-color: transparent;
    font-size: 1.14286em;
    color: #b2b2b2;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border: 0;
}
.custom-sidebar-posts .carousel-nav button.next {
    border-left: 1px solid #ededed;
}
.custom-sidebar-posts .carousel-nav button:focus {
    outline: 0;
}
.custom-sidebar-posts .carousel-nav button:hover {
    color: #000;
    background-color: rgba(0,0,0,0.04);
}
.custom-sidebar-posts .carousel-nav button i {
    font-size: 1em;
    margin: 0;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}
.custom-sidebar-posts .carousel-nav button.previous:hover i {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
}
.custom-sidebar-posts .carousel-nav button.next:hover i {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
}
.blog-sidebar ul li a {
    color: #000;
}
.blog-sidebar ul li a:hover {
    color: #5f6db3;
}

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

.body-container .widget-type-form,
.body-container .widget-type-blog_subscribe,
.body-container .widget-type-google_search,
.body-container .widget-type-password_prompt.custom_error_message,
.body-container .widget-type-email_simple_subscription {
    background: #f8f8f8;
    padding: 15px;
    margin-bottom: 30px;
}
.custom-form {
    width: 50% !important;
}
.hs-error-msgs {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
    margin: 0;
    padding: 0;
}
.hs-form ul,
.hs-form ul li {
    list-style: none;
}

/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {}

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

/* Labels and Legends */
label {}
.hs-form-field > label {}

/* 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 {
    width: 100%;
    display: block;
    border: none;
    border: 1px solid #d8d8d8;
    color: #000;
    font-size: 1em;
    letter-spacing: 0.03em;
    font-weight: 400;
    box-shadow: none;
    padding: 18px 0;
    line-height: normal;
    background: transparent;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 15px;
}
.input {
    position: relative;
}
.input:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 53px;
    left: 0;
    background-color: #5f6db3;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.input-focused:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

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 {
    border-color: #20d6bd;
    outline: 0;
}

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

/* Separate Styles for Drop Downs */
select {}
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 {
    color: #E6E6E6;
    opacity: 1;
} /* Webkit Browsers */
:-moz-placeholder {
    color: #E6E6E6;
    opacity: 1;
} /* Firefox 18- */
::-moz-placeholder {
    color: #E6E6E6;
    opacity: 1;
} /* Firefox 19+ */
:-ms-input-placeholder {
    color: #E6E6E6;
    opacity: 1;
} /* 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;
    background-color: #20d6bd;
    width: 100%;
    padding: 13px 1.78571em 12px;
    font-size: 1.07143em;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #fff;
    text-transform: uppercase;
    border-radius: 2px;
    line-height: normal;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    border: 2px solid #20d6bd;
    font-family: Poppins;
    display: inline-block;
    text-align: center;
    margin-top: 10px;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    opacity: .8;
}

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


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


/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */
#back-to-top {
    display: inline-block;
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 50px;
    right: 60px;
    z-index: 90;
    border-radius: 50em;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.08);
    box-shadow: 0 0 10px rgba(0,0,0,0.08);
    visibility: hidden;
    overflow: hidden;
    text-indent: -99999px;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
#back-to-top:before, #back-to-top:after {
    content: '\f106';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font: normal normal 16px/45px fontAwesome;
    text-align: center;
    text-indent: 0;
    color: #000;
    -webkit-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
#back-to-top:after {
    opacity: 0;
    -webkit-transform: translateY(13px);
    transform: translateY(13px);
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
}
#back-to-top:hover {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}
#back-to-top:hover:before {
    opacity: 0;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}
#back-to-top:hover:after {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

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


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

@media (max-width: 1199px) and (min-width: 992px) {
    .container-fluid .row-fluid .page-center {
        max-width: 970px;
    }
    .custom-header-left ul li {
        padding-right: 10px;
    }
    .header-module {
        padding-right: 12px;
    }
    .module-trigger {
        padding-left: 15px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li {
        padding: 0 19px;
    }
}

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

@media (min-width: 991px) {
    .mobile-only {
        display: none !important;
    }
}

@media (max-width: 990px) {
    .container-fluid .row-fluid .page-center {
        max-width: 750px;
    }
    .desktop-only {
        display: none !important;
    }
    .custom-header-main .page-center {
        padding: 0;
        max-width: 100% !important;
    }
    .custom-logo {
        padding: 6px 0;
    }
    .custom-logo img {
        width: auto;
        max-height: 50px;
    }
    .header-container {
        min-height: 61px;
    }
    .body-container .page-center {
        padding: 35px 30px;
    }
   .custom-mobile-quick ul li {
       padding-top: 15px;
       line-height: normal;
   }
    .custom-mobile-quick ul li .icon-container {
        color: #5f6db3;
        font-size: 13px;
        display: inline-block;
        line-height: 1.5em;
        margin-right: 20px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .custom-mobile-quick ul li .icon-container i {
        display: inline-block;
        font-size: 1em;
        line-height: inherit !important;
    }
    .custom-mobile-quick ul li a {
        margin: 0 0 0 5px;
        color: #000000;
        font-size: 13px;
        margin-bottom: 1em;
        line-height: 1.5em;
        display: inline-block;
        vertical-align: top;
    }
    .custom-mobile-quick ul li:first-child a {
        letter-spacing: .01em;
        margin-bottom: 0.2em;
    }
    .custom-mobile-quick ul li a:hover {
        color: #5f6db3;
    }
    .header-module.header-btn-group {
        padding-left: 0;
        padding-top: 30px;
    }
    .header-btn-group a span {
        padding: 1em 2em;
    }
    .header-btn-group a i {
        margin: 0 6px;
        margin-right: 0;
    }
    .mobile-open .custom-header-bg {
        box-shadow: none;
        position: fixed;
        top: 0;
        transform: translateY(0);
    }
    .custom-sidebar-posts .rec-post figure {
        float: none;
        width: 100%;
    }
    
}

/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
    .body-container .widget-type-form,
    .body-container .widget-type-blog_subscribe,
    .body-container .widget-type-google_search,
    .body-container .widget-type-password_prompt.custom_error_message,
    .body-container .widget-type-email_simple_subscription {
        margin-bottom: 30px;
    }
    .custom-form {
        width: 100% !important;
    }
    .custom-logo img {
        max-height: 40px;
    }
    .header-container {
        min-height: 52px;
    }
    .mobile-trigger {
        top: 18px;
    }
    .custom-mobile-menu {
        top: 50px;
    }
    .custom-footer-contact form .hs-button.primary {
        width: 100%;
    }
    .custom-footer-contact {
        padding-bottom: 40px;
    }
    .custom-footer-bg .span4 {
        padding: 45px 0 0;
        margin-bottom: 30px;
    }
    .post-related .rel-post { 
        width: 100%;
    }
    .blog-content {
        position: relative;
        border-right: none;
        padding-right: 0;
    }
    .blog-listing-wrapper .post-listing .post-item .post-body {
        overflow: hidden;
        width: 100%;
        padding-top: 20px;
    }
    .blog-sidebar {
        padding-top: 40px;
    }
    .custom-footer-contact form .actions:after {
        position: absolute;
        right: 10px;
        top: 57%;
        transform: translateY(-50%);
    }
    .post-pagination a {
        width: 100%;
    }
    .post-pagination a+a {
        border: 1px solid #ebebeb;
    }
    .post-info>span {
        margin-right: 00;
        font-size: 1em;
        display: block;
    }
    .blog-post-wrapper .post-body {
        padding-left: 0;
        padding-right: 0;
    }
    .post-related .rel-post {
        padding: 0;
    }
}  


/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {
    .hs-menu-item .hs-menu-depth-2 a {
    font-size: 12px !important;
}
}




span.hs-form-required {
    display: none;
}

 i.fa.fa-linkedin {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #007bb5;
    text-align: center;
    color: #fff;
    overflow: hidden;
    border-radius: 50em;
    padding-top: 10px;
}
 i.fa.fa-facebook {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #3b5998;
    text-align: center;
    color: #fff;
    overflow: hidden;
    border-radius: 50em;
    padding-top: 10px;
}
i.fa.fa-youtube {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #3b5998;
    text-align: center;
    color: #fff;
    overflow: hidden;
    border-radius: 50em;
    padding-top: 10px;
}

.active-branch{
  float: left;
  padding-left: 18%;
}
