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

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=Lato:100,300,400,700,900|Open+Sans:300,400,600,700|Playfair+Display:400,900&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');

/* 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: 'FontAwesome';
    src: url('//cdn2.hubspot.net/hubfs/2039833/EndeavourSolutions_October2017/Fonts/FontAwesome/fontawesome-webfont.eot?v=4.1.0');
    src: url('//cdn2.hubspot.net/hubfs/2039833/EndeavourSolutions_October2017/Fonts/FontAwesome/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'),
         url('//cdn2.hubspot.net/hubfs/2039833/EndeavourSolutions_October2017/Fonts/FontAwesome/fontawesome-webfont.woff?v=4.1.0') format('woff'),
         url('//cdn2.hubspot.net/hubfs/2039833/EndeavourSolutions_October2017/Fonts/FontAwesome/fontawesome-webfont.ttf?v=4.1.0') format('truetype'),
         url('//cdn2.hubspot.net/hubfs/2039833/EndeavourSolutions_October2017/Fonts/FontAwesome/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class*="fa-"]{ 
	font-family: 'Fontawesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
@font-face {
	font-family: 'lvca-icomoon';
	src: url('//cdn2.hubspot.net/hubfs/2039833/EndeavourSolutions_October2017/Fonts/icomoon/icomoon.eot?bh4obs');
	src: url('//cdn2.hubspot.net/hubfs/2039833/EndeavourSolutions_October2017/Fonts/icomoon/icomoon.eot?bh4obs#iefix') format('embedded-opentype'),
		 url('//cdn2.hubspot.net/hubfs/2039833/EndeavourSolutions_October2017/Fonts/icomoon/icomoon.ttf?bh4obs') format('truetype'),
		 url('//cdn2.hubspot.net/hubfs/2039833/EndeavourSolutions_October2017/Fonts/icomoon/icomoon.woff?bh4obs') format('woff'),
		 url('//cdn2.hubspot.net/hubfs/2039833/EndeavourSolutions_October2017/Fonts/icomoon/icomoon.svg?bh4obs#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="lvca-icon-"],
[class*=" lvca-icon-"] {
	font-family: 'lvca-icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.lvca-icon-close:before {
	content: "\e911";
}
.lvca-icon-menu:before {
	content: "\e914";
}
.lvca-icon-menu-2:before {
	content: "\e915";
}
.lvca-icon-email:before {
	content: "\e910";
}
.lvca-icon-plus:before {
	content: "\e912";
}
.lvca-icon-arrow-right-toggle:before {
	content: "\e913";
}
.lvca-icon-arrow-left:before {
	content: "\e900";
}
.lvca-icon-arrow-right:before {
	content: "\e901";
}
.lvca-icon-aim:before {
	content: "\e902";
}
.lvca-icon-behance:before {
	content: "\e903";
}
.lvca-icon-dribbble:before {
	content: "\e904";
}
.lvca-icon-facebook:before {
	content: "\e905";
}
.lvca-icon-flickr:before {
	content: "\e906";
}
.lvca-icon-googleplus:before {
	content: "\e907";
}
.lvca-icon-linkedin:before {
	content: "\e908";
}
.lvca-icon-pinterest:before {
	content: "\e909";
}
.lvca-icon-skype:before {
	content: "\e90a";
}
.lvca-icon-twitter:before {
	content: "\e90b";
}
.lvca-icon-vimeo:before {
	content: "\e90c";
}
.lvca-icon-zerply:before {
	content: "\e90d";
}
.lvca-icon-quote:before {
	content: "\e90e";
}
.lvca-icon-video-play:before {
content: "\e90f";
}
@font-face {
    font-family: 'elg';
    src: url('//cdn2.hubspot.net/hubfs/2039833/EndeavourSolutions_October2017/Fonts/ElegantIcons/ElegantIcons.eot');
    src: url('//cdn2.hubspot.net/hubfs/2039833/EndeavourSolutions_October2017/Fonts/ElegantIcons/ElegantIcons.eot?#iefix') format('embedded-opentype'),
		 url('//cdn2.hubspot.net/hubfs/2039833/EndeavourSolutions_October2017/Fonts/ElegantIcons/ElegantIcons.woff') format('woff'),
		 url('//cdn2.hubspot.net/hubfs/2039833/EndeavourSolutions_October2017/Fonts/ElegantIcons/ElegantIcons.ttf') format('truetype'),
		 url('//cdn2.hubspot.net/hubfs/2039833/EndeavourSolutions_October2017/Fonts/ElegantIcons/ElegantIcons.svg#ElegantIcons') format('svg');
    font-weight: normal;
    font-style: normal;
}
[data-icon]:before {
    font-family: 'elg';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.elg-arrow_up,
.elg-arrow_down,
.elg-arrow_left,
.elg-arrow_right,
.elg-arrow_left-up,
.elg-arrow_right-up,
.elg-arrow_right-down,
.elg-arrow_left-down,
.elg-arrow-up-down,
.elg-arrow_up-down_alt,
.elg-arrow_left-right_alt,
.elg-arrow_left-right,
.elg-arrow_expand_alt2,
.elg-arrow_expand_alt,
.elg-arrow_condense,
.elg-arrow_expand,
.elg-arrow_move,
.elg-arrow_carrot-up,
.elg-arrow_carrot-down,
.elg-arrow_carrot-left,
.elg-arrow_carrot-right,
.elg-arrow_carrot-2up,
.elg-arrow_carrot-2down,
.elg-arrow_carrot-2left,
.elg-arrow_carrot-2right,
.elg-arrow_carrot-up_alt2,
.elg-arrow_carrot-down_alt2,
.elg-arrow_carrot-left_alt2,
.elg-arrow_carrot-right_alt2,
.elg-arrow_carrot-2up_alt2,
.elg-arrow_carrot-2down_alt2,
.elg-arrow_carrot-2left_alt2,
.elg-arrow_carrot-2right_alt2,
.elg-arrow_triangle-up,
.elg-arrow_triangle-down,
.elg-arrow_triangle-left,
.elg-arrow_triangle-right,
.elg-arrow_triangle-up_alt2,
.elg-arrow_triangle-down_alt2,
.elg-arrow_triangle-left_alt2,
.elg-arrow_triangle-right_alt2,
.elg-arrow_back,
.elg-icon_minus-06,
.elg-icon_plus,
.elg-icon_close,
.elg-icon_check,
.elg-icon_minus_alt2,
.elg-icon_plus_alt2,
.elg-icon_close_alt2,
.elg-icon_check_alt2,
.elg-icon_zoom-out_alt,
.elg-icon_zoom-in_alt,
.elg-icon_search,
.elg-icon_box-empty,
.elg-icon_box-selected,
.elg-icon_minus-box,
.elg-icon_plus-box,
.elg-icon_box-checked,
.elg-icon_circle-empty,
.elg-icon_circle-slelected,
.elg-icon_stop_alt2,
.elg-icon_stop,
.elg-icon_pause_alt2,
.elg-icon_pause,
.elg-icon_menu,
.elg-icon_menu-square_alt2,
.elg-icon_menu-circle_alt2,
.elg-icon_ul,
.elg-icon_ol,
.elg-icon_adjust-horiz,
.elg-icon_adjust-vert,
.elg-icon_document_alt,
.elg-icon_documents_alt,
.elg-icon_pencil,
.elg-icon_pencil-edit_alt,
.elg-icon_pencil-edit,
.elg-icon_folder-alt,
.elg-icon_folder-open_alt,
.elg-icon_folder-add_alt,
.elg-icon_info_alt,
.elg-icon_error-oct_alt,
.elg-icon_error-circle_alt,
.elg-icon_error-triangle_alt,
.elg-icon_question_alt2,
.elg-icon_question,
.elg-icon_comment_alt,
.elg-icon_chat_alt,
.elg-icon_vol-mute_alt,
.elg-icon_volume-low_alt,
.elg-icon_volume-high_alt,
.elg-icon_quotations,
.elg-icon_quotations_alt2,
.elg-icon_clock_alt,
.elg-icon_lock_alt,
.elg-icon_lock-open_alt,
.elg-icon_key_alt,
.elg-icon_cloud_alt,
.elg-icon_cloud-upload_alt,
.elg-icon_cloud-download_alt,
.elg-icon_image,
.elg-icon_images,
.elg-icon_lightbulb_alt,
.elg-icon_gift_alt,
.elg-icon_house_alt,
.elg-icon_genius,
.elg-icon_mobile,
.elg-icon_tablet,
.elg-icon_laptop,
.elg-icon_desktop,
.elg-icon_camera_alt,
.elg-icon_mail_alt,
.elg-icon_cone_alt,
.elg-icon_ribbon_alt,
.elg-icon_bag_alt,
.elg-icon_creditcard,
.elg-icon_cart_alt,
.elg-icon_paperclip,
.elg-icon_tag_alt,
.elg-icon_tags_alt,
.elg-icon_trash_alt,
.elg-icon_cursor_alt,
.elg-icon_mic_alt,
.elg-icon_compass_alt,
.elg-icon_pin_alt,
.elg-icon_pushpin_alt,
.elg-icon_map_alt,
.elg-icon_drawer_alt,
.elg-icon_toolbox_alt,
.elg-icon_book_alt,
.elg-icon_calendar,
.elg-icon_film,
.elg-icon_table,
.elg-icon_contacts_alt,
.elg-icon_headphones,
.elg-icon_lifesaver,
.elg-icon_piechart,
.elg-icon_refresh,
.elg-icon_link_alt,
.elg-icon_link,
.elg-icon_loading,
.elg-icon_blocked,
.elg-icon_archive_alt,
.elg-icon_heart_alt,
.elg-icon_star_alt,
.elg-icon_star-half_alt,
.elg-icon_star,
.elg-icon_star-half,
.elg-icon_tools,
.elg-icon_tool,
.elg-icon_cog,
.elg-icon_cogs,
.elg-arrow_up_alt,
.elg-arrow_down_alt,
.elg-arrow_left_alt,
.elg-arrow_right_alt,
.elg-arrow_left-up_alt,
.elg-arrow_right-up_alt,
.elg-arrow_right-down_alt,
.elg-arrow_left-down_alt,
.elg-arrow_condense_alt,
.elg-arrow_expand_alt3,
.elg-arrow_carrot_up_alt,
.elg-arrow_carrot-down_alt,
.elg-arrow_carrot-left_alt,
.elg-arrow_carrot-right_alt,
.elg-arrow_carrot-2up_alt,
.elg-arrow_carrot-2dwnn_alt,
.elg-arrow_carrot-2left_alt,
.elg-arrow_carrot-2right_alt,
.elg-arrow_triangle-up_alt,
.elg-arrow_triangle-down_alt,
.elg-arrow_triangle-left_alt,
.elg-arrow_triangle-right_alt,
.elg-icon_minus_alt,
.elg-icon_plus_alt,
.elg-icon_close_alt,
.elg-icon_check_alt,
.elg-icon_zoom-out,
.elg-icon_zoom-in,
.elg-icon_stop_alt,
.elg-icon_menu-square_alt,
.elg-icon_menu-circle_alt,
.elg-icon_document,
.elg-icon_documents,
.elg-icon_pencil_alt,
.elg-icon_folder,
.elg-icon_folder-open,
.elg-icon_folder-add,
.elg-icon_folder_upload,
.elg-icon_folder_download,
.elg-icon_info,
.elg-icon_error-circle,
.elg-icon_error-oct,
.elg-icon_error-triangle,
.elg-icon_question_alt,
.elg-icon_comment,
.elg-icon_chat,
.elg-icon_vol-mute,
.elg-icon_volume-low,
.elg-icon_volume-high,
.elg-icon_quotations_alt,
.elg-icon_clock,
.elg-icon_lock,
.elg-icon_lock-open,
.elg-icon_key,
.elg-icon_cloud,
.elg-icon_cloud-upload,
.elg-icon_cloud-download,
.elg-icon_lightbulb,
.elg-icon_gift,
.elg-icon_house,
.elg-icon_camera,
.elg-icon_mail,
.elg-icon_cone,
.elg-icon_ribbon,
.elg-icon_bag,
.elg-icon_cart,
.elg-icon_tag,
.elg-icon_tags,
.elg-icon_trash,
.elg-icon_cursor,
.elg-icon_mic,
.elg-icon_compass,
.elg-icon_pin,
.elg-icon_pushpin,
.elg-icon_map,
.elg-icon_drawer,
.elg-icon_toolbox,
.elg-icon_book,
.elg-icon_contacts,
.elg-icon_archive,
.elg-icon_heart,
.elg-icon_profile,
.elg-icon_group,
.elg-icon_grid-2x2,
.elg-icon_grid-3x3,
.elg-icon_music,
.elg-icon_pause_alt,
.elg-icon_phone,
.elg-icon_upload,
.elg-icon_download,
.elg-social_facebook,
.elg-social_twitter,
.elg-social_pinterest,
.elg-social_googleplus,
.elg-social_tumblr,
.elg-social_tumbleupon,
.elg-social_wordpress,
.elg-social_instagram,
.elg-social_dribbble,
.elg-social_vimeo,
.elg-social_linkedin,
.elg-social_rss,
.elg-social_deviantart,
.elg-social_share,
.elg-social_myspace,
.elg-social_skype,
.elg-social_youtube,
.elg-social_picassa,
.elg-social_googledrive,
.elg-social_flickr,
.elg-social_blogger,
.elg-social_spotify,
.elg-social_delicious,
.elg-social_facebook_circle,
.elg-social_twitter_circle,
.elg-social_pinterest_circle,
.elg-social_googleplus_circle,
.elg-social_tumblr_circle,
.elg-social_stumbleupon_circle,
.elg-social_wordpress_circle,
.elg-social_instagram_circle,
.elg-social_dribbble_circle,
.elg-social_vimeo_circle,
.elg-social_linkedin_circle,
.elg-social_rss_circle,
.elg-social_deviantart_circle,
.elg-social_share_circle,
.elg-social_myspace_circle,
.elg-social_skype_circle,
.elg-social_youtube_circle,
.elg-social_picassa_circle,
.elg-social_googledrive_alt2,
.elg-social_flickr_circle,
.elg-social_blogger_circle,
.elg-social_spotify_circle,
.elg-social_delicious_circle,
.elg-social_facebook_square,
.elg-social_twitter_square,
.elg-social_pinterest_square,
.elg-social_googleplus_square,
.elg-social_tumblr_square,
.elg-social_stumbleupon_square,
.elg-social_wordpress_square,
.elg-social_instagram_square,
.elg-social_dribbble_square,
.elg-social_vimeo_square,
.elg-social_linkedin_square,
.elg-social_rss_square,
.elg-social_deviantart_square,
.elg-social_share_square,
.elg-social_myspace_square,
.elg-social_skype_square,
.elg-social_youtube_square,
.elg-social_picassa_square,
.elg-social_googledrive_square,
.elg-social_flickr_square,
.elg-social_blogger_square,
.elg-social_spotify_square,
.elg-social_delicious_square,
.elg-icon_printer,
.elg-icon_calulator,
.elg-icon_building,
.elg-icon_floppy,
.elg-icon_drive,
.elg-icon_search-2,
.elg-icon_id,
.elg-icon_id-2,
.elg-icon_puzzle,
.elg-icon_like,
.elg-icon_dislike,
.elg-icon_mug,
.elg-icon_currency,
.elg-icon_wallet,
.elg-icon_pens,
.elg-icon_easel,
.elg-icon_flowchart,
.elg-icon_datareport,
.elg-icon_briefcase,
.elg-icon_shield,
.elg-icon_percent,
.elg-icon_globe,
.elg-icon_globe-2,
.elg-icon_target,
.elg-icon_hourglass,
.elg-icon_balance,
.elg-icon_rook,
.elg-icon_printer-alt,
.elg-icon_calculator_alt,
.elg-icon_building_alt,
.elg-icon_floppy_alt,
.elg-icon_drive_alt,
.elg-icon_search_alt,
.elg-icon_id_alt,
.elg-icon_id-2_alt,
.elg-icon_puzzle_alt,
.elg-icon_like_alt,
.elg-icon_dislike_alt,
.elg-icon_mug_alt,
.elg-icon_currency_alt,
.elg-icon_wallet_alt,
.elg-icon_pens_alt,
.elg-icon_easel_alt,
.elg-icon_flowchart_alt,
.elg-icon_datareport_alt,
.elg-icon_briefcase_alt,
.elg-icon_shield_alt,
.elg-icon_percent_alt,
.elg-icon_globe_alt,
.elg-icon_clipboard {
    font-family: 'elg';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.elg-arrow_up:before {
    content: "\21";
}

.elg-arrow_down:before {
    content: "\22";
}

.elg-arrow_left:before {
    content: "\23";
}

.elg-arrow_right:before {
    content: "\24";
}

.elg-arrow_left-up:before {
    content: "\25";
}

.elg-arrow_right-up:before {
    content: "\26";
}

.elg-arrow_right-down:before {
    content: "\27";
}

.elg-arrow_left-down:before {
    content: "\28";
}

.elg-arrow-up-down:before {
    content: "\29";
}

.elg-arrow_up-down_alt:before {
    content: "\2a";
}

.elg-arrow_left-right_alt:before {
    content: "\2b";
}

.elg-arrow_left-right:before {
    content: "\2c";
}

.elg-arrow_expand_alt2:before {
    content: "\2d";
}

.elg-arrow_expand_alt:before {
    content: "\2e";
}

.elg-arrow_condense:before {
    content: "\2f";
}

.elg-arrow_expand:before {
    content: "\30";
}

.elg-arrow_move:before {
    content: "\31";
}

.elg-arrow_carrot-up:before {
    content: "\32";
}

.elg-arrow_carrot-down:before {
    content: "\33";
}

.elg-arrow_carrot-left:before {
    content: "\34";
}

.elg-arrow_carrot-right:before {
    content: "\35";
}

.elg-arrow_carrot-2up:before {
    content: "\36";
}

.elg-arrow_carrot-2down:before {
    content: "\37";
}

.elg-arrow_carrot-2left:before {
    content: "\38";
}

.elg-arrow_carrot-2right:before {
    content: "\39";
}

.elg-arrow_carrot-up_alt2:before {
    content: "\3a";
}

.elg-arrow_carrot-down_alt2:before {
    content: "\3b";
}

.elg-arrow_carrot-left_alt2:before {
    content: "\3c";
}

.elg-arrow_carrot-right_alt2:before {
    content: "\3d";
}

.elg-arrow_carrot-2up_alt2:before {
    content: "\3e";
}

.elg-arrow_carrot-2down_alt2:before {
    content: "\3f";
}

.elg-arrow_carrot-2left_alt2:before {
    content: "\40";
}

.elg-arrow_carrot-2right_alt2:before {
    content: "\41";
}

.elg-arrow_triangle-up:before {
    content: "\42";
}

.elg-arrow_triangle-down:before {
    content: "\43";
}

.elg-arrow_triangle-left:before {
    content: "\44";
}

.elg-arrow_triangle-right:before {
    content: "\45";
}

.elg-arrow_triangle-up_alt2:before {
    content: "\46";
}

.elg-arrow_triangle-down_alt2:before {
    content: "\47";
}

.elg-arrow_triangle-left_alt2:before {
    content: "\48";
}

.elg-arrow_triangle-right_alt2:before {
    content: "\49";
}

.elg-arrow_back:before {
    content: "\4a";
}

.elg-icon_minus-06:before {
    content: "\4b";
}

.elg-icon_plus:before {
    content: "\4c";
}

.elg-icon_close:before {
    content: "\4d";
}

.elg-icon_check:before {
    content: "\4e";
}

.elg-icon_minus_alt2:before {
    content: "\4f";
}

.elg-icon_plus_alt2:before {
    content: "\50";
}

.elg-icon_close_alt2:before {
    content: "\51";
}

.elg-icon_check_alt2:before {
    content: "\52";
}

.elg-icon_zoom-out_alt:before {
    content: "\53";
}

.elg-icon_zoom-in_alt:before {
    content: "\54";
}

.elg-icon_search:before {
    content: "\55";
}

.elg-icon_box-empty:before {
    content: "\56";
}

.elg-icon_box-selected:before {
    content: "\57";
}

.elg-icon_minus-box:before {
    content: "\58";
}

.elg-icon_plus-box:before {
    content: "\59";
}

.elg-icon_box-checked:before {
    content: "\5a";
}

.elg-icon_circle-empty:before {
    content: "\5b";
}

.elg-icon_circle-slelected:before {
    content: "\5c";
}

.elg-icon_stop_alt2:before {
    content: "\5d";
}

.elg-icon_stop:before {
    content: "\5e";
}

.elg-icon_pause_alt2:before {
    content: "\5f";
}

.elg-icon_pause:before {
    content: "\60";
}

.elg-icon_menu:before {
    content: "\61";
}

.elg-icon_menu-square_alt2:before {
    content: "\62";
}

.elg-icon_menu-circle_alt2:before {
    content: "\63";
}

.elg-icon_ul:before {
    content: "\64";
}

.elg-icon_ol:before {
    content: "\65";
}

.elg-icon_adjust-horiz:before {
    content: "\66";
}

.elg-icon_adjust-vert:before {
    content: "\67";
}

.elg-icon_document_alt:before {
    content: "\68";
}

.elg-icon_documents_alt:before {
    content: "\69";
}

.elg-icon_pencil:before {
    content: "\6a";
}

.elg-icon_pencil-edit_alt:before {
    content: "\6b";
}

.elg-icon_pencil-edit:before {
    content: "\6c";
}

.elg-icon_folder-alt:before {
    content: "\6d";
}

.elg-icon_folder-open_alt:before {
    content: "\6e";
}

.elg-icon_folder-add_alt:before {
    content: "\6f";
}

.elg-icon_info_alt:before {
    content: "\70";
}

.elg-icon_error-oct_alt:before {
    content: "\71";
}

.elg-icon_error-circle_alt:before {
    content: "\72";
}

.elg-icon_error-triangle_alt:before {
    content: "\73";
}

.elg-icon_question_alt2:before {
    content: "\74";
}

.elg-icon_question:before {
    content: "\75";
}

.elg-icon_comment_alt:before {
    content: "\76";
}

.elg-icon_chat_alt:before {
    content: "\77";
}

.elg-icon_vol-mute_alt:before {
    content: "\78";
}

.elg-icon_volume-low_alt:before {
    content: "\79";
}

.elg-icon_volume-high_alt:before {
    content: "\7a";
}

.elg-icon_quotations:before {
    content: "\7b";
}

.elg-icon_quotations_alt2:before {
    content: "\7c";
}

.elg-icon_clock_alt:before {
    content: "\7d";
}

.elg-icon_lock_alt:before {
    content: "\7e";
}

.elg-icon_lock-open_alt:before {
    content: "\e000";
}

.elg-icon_key_alt:before {
    content: "\e001";
}

.elg-icon_cloud_alt:before {
    content: "\e002";
}

.elg-icon_cloud-upload_alt:before {
    content: "\e003";
}

.elg-icon_cloud-download_alt:before {
    content: "\e004";
}

.elg-icon_image:before {
    content: "\e005";
}

.elg-icon_images:before {
    content: "\e006";
}

.elg-icon_lightbulb_alt:before {
    content: "\e007";
}

.elg-icon_gift_alt:before {
    content: "\e008";
}

.elg-icon_house_alt:before {
    content: "\e009";
}

.elg-icon_genius:before {
    content: "\e00a";
}

.elg-icon_mobile:before {
    content: "\e00b";
}

.elg-icon_tablet:before {
    content: "\e00c";
}

.elg-icon_laptop:before {
    content: "\e00d";
}

.elg-icon_desktop:before {
    content: "\e00e";
}

.elg-icon_camera_alt:before {
    content: "\e00f";
}

.elg-icon_mail_alt:before {
    content: "\e010";
}

.elg-icon_cone_alt:before {
    content: "\e011";
}

.elg-icon_ribbon_alt:before {
    content: "\e012";
}

.elg-icon_bag_alt:before {
    content: "\e013";
}

.elg-icon_creditcard:before {
    content: "\e014";
}

.elg-icon_cart_alt:before {
    content: "\e015";
}

.elg-icon_paperclip:before {
    content: "\e016";
}

.elg-icon_tag_alt:before {
    content: "\e017";
}

.elg-icon_tags_alt:before {
    content: "\e018";
}

.elg-icon_trash_alt:before {
    content: "\e019";
}

.elg-icon_cursor_alt:before {
    content: "\e01a";
}

.elg-icon_mic_alt:before {
    content: "\e01b";
}

.elg-icon_compass_alt:before {
    content: "\e01c";
}

.elg-icon_pin_alt:before {
    content: "\e01d";
}

.elg-icon_pushpin_alt:before {
    content: "\e01e";
}

.elg-icon_map_alt:before {
    content: "\e01f";
}

.elg-icon_drawer_alt:before {
    content: "\e020";
}

.elg-icon_toolbox_alt:before {
    content: "\e021";
}

.elg-icon_book_alt:before {
    content: "\e022";
}

.elg-icon_calendar:before {
    content: "\e023";
}

.elg-icon_film:before {
    content: "\e024";
}

.elg-icon_table:before {
    content: "\e025";
}

.elg-icon_contacts_alt:before {
    content: "\e026";
}

.elg-icon_headphones:before {
    content: "\e027";
}

.elg-icon_lifesaver:before {
    content: "\e028";
}

.elg-icon_piechart:before {
    content: "\e029";
}

.elg-icon_refresh:before {
    content: "\e02a";
}

.elg-icon_link_alt:before {
    content: "\e02b";
}

.elg-icon_link:before {
    content: "\e02c";
}

.elg-icon_loading:before {
    content: "\e02d";
}

.elg-icon_blocked:before {
    content: "\e02e";
}

.elg-icon_archive_alt:before {
    content: "\e02f";
}

.elg-icon_heart_alt:before {
    content: "\e030";
}

.elg-icon_star_alt:before {
    content: "\e031";
}

.elg-icon_star-half_alt:before {
    content: "\e032";
}

.elg-icon_star:before {
    content: "\e033";
}

.elg-icon_star-half:before {
    content: "\e034";
}

.elg-icon_tools:before {
    content: "\e035";
}

.elg-icon_tool:before {
    content: "\e036";
}

.elg-icon_cog:before {
    content: "\e037";
}

.elg-icon_cogs:before {
    content: "\e038";
}

.elg-arrow_up_alt:before {
    content: "\e039";
}

.elg-arrow_down_alt:before {
    content: "\e03a";
}

.elg-arrow_left_alt:before {
    content: "\e03b";
}

.elg-arrow_right_alt:before {
    content: "\e03c";
}

.elg-arrow_left-up_alt:before {
    content: "\e03d";
}

.elg-arrow_right-up_alt:before {
    content: "\e03e";
}

.elg-arrow_right-down_alt:before {
    content: "\e03f";
}

.elg-arrow_left-down_alt:before {
    content: "\e040";
}

.elg-arrow_condense_alt:before {
    content: "\e041";
}

.elg-arrow_expand_alt3:before {
    content: "\e042";
}

.elg-arrow_carrot_up_alt:before {
    content: "\e043";
}

.elg-arrow_carrot-down_alt:before {
    content: "\e044";
}

.elg-arrow_carrot-left_alt:before {
    content: "\e045";
}

.elg-arrow_carrot-right_alt:before {
    content: "\e046";
}

.elg-arrow_carrot-2up_alt:before {
    content: "\e047";
}

.elg-arrow_carrot-2dwnn_alt:before {
    content: "\e048";
}

.elg-arrow_carrot-2left_alt:before {
    content: "\e049";
}

.elg-arrow_carrot-2right_alt:before {
    content: "\e04a";
}

.elg-arrow_triangle-up_alt:before {
    content: "\e04b";
}

.elg-arrow_triangle-down_alt:before {
    content: "\e04c";
}

.elg-arrow_triangle-left_alt:before {
    content: "\e04d";
}

.elg-arrow_triangle-right_alt:before {
    content: "\e04e";
}

.elg-icon_minus_alt:before {
    content: "\e04f";
}

.elg-icon_plus_alt:before {
    content: "\e050";
}

.elg-icon_close_alt:before {
    content: "\e051";
}

.elg-icon_check_alt:before {
    content: "\e052";
}

.elg-icon_zoom-out:before {
    content: "\e053";
}

.elg-icon_zoom-in:before {
    content: "\e054";
}

.elg-icon_stop_alt:before {
    content: "\e055";
}

.elg-icon_menu-square_alt:before {
    content: "\e056";
}

.elg-icon_menu-circle_alt:before {
    content: "\e057";
}

.elg-icon_document:before {
    content: "\e058";
}

.elg-icon_documents:before {
    content: "\e059";
}

.elg-icon_pencil_alt:before {
    content: "\e05a";
}

.elg-icon_folder:before {
    content: "\e05b";
}

.elg-icon_folder-open:before {
    content: "\e05c";
}

.elg-icon_folder-add:before {
    content: "\e05d";
}

.elg-icon_folder_upload:before {
    content: "\e05e";
}

.elg-icon_folder_download:before {
    content: "\e05f";
}

.elg-icon_info:before {
    content: "\e060";
}

.elg-icon_error-circle:before {
    content: "\e061";
}

.elg-icon_error-oct:before {
    content: "\e062";
}

.elg-icon_error-triangle:before {
    content: "\e063";
}

.elg-icon_question_alt:before {
    content: "\e064";
}

.elg-icon_comment:before {
    content: "\e065";
}

.elg-icon_chat:before {
    content: "\e066";
}

.elg-icon_vol-mute:before {
    content: "\e067";
}

.elg-icon_volume-low:before {
    content: "\e068";
}

.elg-icon_volume-high:before {
    content: "\e069";
}

.elg-icon_quotations_alt:before {
    content: "\e06a";
}

.elg-icon_clock:before {
    content: "\e06b";
}

.elg-icon_lock:before {
    content: "\e06c";
}

.elg-icon_lock-open:before {
    content: "\e06d";
}

.elg-icon_key:before {
    content: "\e06e";
}

.elg-icon_cloud:before {
    content: "\e06f";
}

.elg-icon_cloud-upload:before {
    content: "\e070";
}

.elg-icon_cloud-download:before {
    content: "\e071";
}

.elg-icon_lightbulb:before {
    content: "\e072";
}

.elg-icon_gift:before {
    content: "\e073";
}

.elg-icon_house:before {
    content: "\e074";
}

.elg-icon_camera:before {
    content: "\e075";
}

.elg-icon_mail:before {
    content: "\e076";
}

.elg-icon_cone:before {
    content: "\e077";
}

.elg-icon_ribbon:before {
    content: "\e078";
}

.elg-icon_bag:before {
    content: "\e079";
}

.elg-icon_cart:before {
    content: "\e07a";
}

.elg-icon_tag:before {
    content: "\e07b";
}

.elg-icon_tags:before {
    content: "\e07c";
}

.elg-icon_trash:before {
    content: "\e07d";
}

.elg-icon_cursor:before {
    content: "\e07e";
}

.elg-icon_mic:before {
    content: "\e07f";
}

.elg-icon_compass:before {
    content: "\e080";
}

.elg-icon_pin:before {
    content: "\e081";
}

.elg-icon_pushpin:before {
    content: "\e082";
}

.elg-icon_map:before {
    content: "\e083";
}

.elg-icon_drawer:before {
    content: "\e084";
}

.elg-icon_toolbox:before {
    content: "\e085";
}

.elg-icon_book:before {
    content: "\e086";
}

.elg-icon_contacts:before {
    content: "\e087";
}

.elg-icon_archive:before {
    content: "\e088";
}

.elg-icon_heart:before {
    content: "\e089";
}

.elg-icon_profile:before {
    content: "\e08a";
}

.elg-icon_group:before {
    content: "\e08b";
}

.elg-icon_grid-2x2:before {
    content: "\e08c";
}

.elg-icon_grid-3x3:before {
    content: "\e08d";
}

.elg-icon_music:before {
    content: "\e08e";
}

.elg-icon_pause_alt:before {
    content: "\e08f";
}

.elg-icon_phone:before {
    content: "\e090";
}

.elg-icon_upload:before {
    content: "\e091";
}

.elg-icon_download:before {
    content: "\e092";
}

.elg-social_facebook:before {
    content: "\e093";
}

.elg-social_twitter:before {
    content: "\e094";
}

.elg-social_pinterest:before {
    content: "\e095";
}

.elg-social_googleplus:before {
    content: "\e096";
}

.elg-social_tumblr:before {
    content: "\e097";
}

.elg-social_tumbleupon:before {
    content: "\e098";
}

.elg-social_wordpress:before {
    content: "\e099";
}

.elg-social_instagram:before {
    content: "\e09a";
}

.elg-social_dribbble:before {
    content: "\e09b";
}

.elg-social_vimeo:before {
    content: "\e09c";
}

.elg-social_linkedin:before {
    content: "\e09d";
}

.elg-social_rss:before {
    content: "\e09e";
}

.elg-social_deviantart:before {
    content: "\e09f";
}

.elg-social_share:before {
    content: "\e0a0";
}

.elg-social_myspace:before {
    content: "\e0a1";
}

.elg-social_skype:before {
    content: "\e0a2";
}

.elg-social_youtube:before {
    content: "\e0a3";
}

.elg-social_picassa:before {
    content: "\e0a4";
}

.elg-social_googledrive:before {
    content: "\e0a5";
}

.elg-social_flickr:before {
    content: "\e0a6";
}

.elg-social_blogger:before {
    content: "\e0a7";
}

.elg-social_spotify:before {
    content: "\e0a8";
}

.elg-social_delicious:before {
    content: "\e0a9";
}

.elg-social_facebook_circle:before {
    content: "\e0aa";
}

.elg-social_twitter_circle:before {
    content: "\e0ab";
}

.elg-social_pinterest_circle:before {
    content: "\e0ac";
}

.elg-social_googleplus_circle:before {
    content: "\e0ad";
}

.elg-social_tumblr_circle:before {
    content: "\e0ae";
}

.elg-social_stumbleupon_circle:before {
    content: "\e0af";
}

.elg-social_wordpress_circle:before {
    content: "\e0b0";
}

.elg-social_instagram_circle:before {
    content: "\e0b1";
}

.elg-social_dribbble_circle:before {
    content: "\e0b2";
}

.elg-social_vimeo_circle:before {
    content: "\e0b3";
}

.elg-social_linkedin_circle:before {
    content: "\e0b4";
}

.elg-social_rss_circle:before {
    content: "\e0b5";
}

.elg-social_deviantart_circle:before {
    content: "\e0b6";
}

.elg-social_share_circle:before {
    content: "\e0b7";
}

.elg-social_myspace_circle:before {
    content: "\e0b8";
}

.elg-social_skype_circle:before {
    content: "\e0b9";
}

.elg-social_youtube_circle:before {
    content: "\e0ba";
}

.elg-social_picassa_circle:before {
    content: "\e0bb";
}

.elg-social_googledrive_alt2:before {
    content: "\e0bc";
}

.elg-social_flickr_circle:before {
    content: "\e0bd";
}

.elg-social_blogger_circle:before {
    content: "\e0be";
}

.elg-social_spotify_circle:before {
    content: "\e0bf";
}

.elg-social_delicious_circle:before {
    content: "\e0c0";
}

.elg-social_facebook_square:before {
    content: "\e0c1";
}

.elg-social_twitter_square:before {
    content: "\e0c2";
}

.elg-social_pinterest_square:before {
    content: "\e0c3";
}

.elg-social_googleplus_square:before {
    content: "\e0c4";
}

.elg-social_tumblr_square:before {
    content: "\e0c5";
}

.elg-social_stumbleupon_square:before {
    content: "\e0c6";
}

.elg-social_wordpress_square:before {
    content: "\e0c7";
}

.elg-social_instagram_square:before {
    content: "\e0c8";
}

.elg-social_dribbble_square:before {
    content: "\e0c9";
}

.elg-social_vimeo_square:before {
    content: "\e0ca";
}

.elg-social_linkedin_square:before {
    content: "\e0cb";
}

.elg-social_rss_square:before {
    content: "\e0cc";
}

.elg-social_deviantart_square:before {
    content: "\e0cd";
}

.elg-social_share_square:before {
    content: "\e0ce";
}

.elg-social_myspace_square:before {
    content: "\e0cf";
}

.elg-social_skype_square:before {
    content: "\e0d0";
}

.elg-social_youtube_square:before {
    content: "\e0d1";
}

.elg-social_picassa_square:before {
    content: "\e0d2";
}

.elg-social_googledrive_square:before {
    content: "\e0d3";
}

.elg-social_flickr_square:before {
    content: "\e0d4";
}

.elg-social_blogger_square:before {
    content: "\e0d5";
}

.elg-social_spotify_square:before {
    content: "\e0d6";
}

.elg-social_delicious_square:before {
    content: "\e0d7";
}

.elg-icon_printer:before {
    content: "\e103";
}

.elg-icon_calulator:before {
    content: "\e0ee";
}

.elg-icon_building:before {
    content: "\e0ef";
}

.elg-icon_floppy:before {
    content: "\e0e8";
}

.elg-icon_drive:before {
    content: "\e0ea";
}

.elg-icon_search-2:before {
    content: "\e101";
}

.elg-icon_id:before {
    content: "\e107";
}

.elg-icon_id-2:before {
    content: "\e108";
}

.elg-icon_puzzle:before {
    content: "\e102";
}

.elg-icon_like:before {
    content: "\e106";
}

.elg-icon_dislike:before {
    content: "\e0eb";
}

.elg-icon_mug:before {
    content: "\e105";
}

.elg-icon_currency:before {
    content: "\e0ed";
}

.elg-icon_wallet:before {
    content: "\e100";
}

.elg-icon_pens:before {
    content: "\e104";
}

.elg-icon_easel:before {
    content: "\e0e9";
}

.elg-icon_flowchart:before {
    content: "\e109";
}

.elg-icon_datareport:before {
    content: "\e0ec";
}

.elg-icon_briefcase:before {
    content: "\e0fe";
}

.elg-icon_shield:before {
    content: "\e0f6";
}

.elg-icon_percent:before {
    content: "\e0fb";
}

.elg-icon_globe:before {
    content: "\e0e2";
}

.elg-icon_globe-2:before {
    content: "\e0e3";
}

.elg-icon_target:before {
    content: "\e0f5";
}

.elg-icon_hourglass:before {
    content: "\e0e1";
}

.elg-icon_balance:before {
    content: "\e0ff";
}

.elg-icon_rook:before {
    content: "\e0f8";
}

.elg-icon_printer-alt:before {
    content: "\e0fa";
}

.elg-icon_calculator_alt:before {
    content: "\e0e7";
}

.elg-icon_building_alt:before {
    content: "\e0fd";
}

.elg-icon_floppy_alt:before {
    content: "\e0e4";
}

.elg-icon_drive_alt:before {
    content: "\e0e5";
}

.elg-icon_search_alt:before {
    content: "\e0f7";
}

.elg-icon_id_alt:before {
    content: "\e0e0";
}

.elg-icon_id-2_alt:before {
    content: "\e0fc";
}

.elg-icon_puzzle_alt:before {
    content: "\e0f9";
}

.elg-icon_like_alt:before {
    content: "\e0dd";
}

.elg-icon_dislike_alt:before {
    content: "\e0f1";
}

.elg-icon_mug_alt:before {
    content: "\e0dc";
}

.elg-icon_currency_alt:before {
    content: "\e0f3";
}

.elg-icon_wallet_alt:before {
    content: "\e0d8";
}

.elg-icon_pens_alt:before {
    content: "\e0db";
}

.elg-icon_easel_alt:before {
    content: "\e0f0";
}

.elg-icon_flowchart_alt:before {
    content: "\e0df";
}

.elg-icon_datareport_alt:before {
    content: "\e0f2";
}

.elg-icon_briefcase_alt:before {
    content: "\e0f4";
}

.elg-icon_shield_alt:before {
    content: "\e0d9";
}

.elg-icon_percent_alt:before {
    content: "\e0da";
}

.elg-icon_globe_alt:before {
    content: "\e0de";
}

.elg-icon_clipboard:before {
    content: "\e0e6";
}
@font-face {
    font-family: 'imf';
    src: url('//cdn2.hubspot.net/hubfs/2039833/EndeavourSolutions_October2017/Fonts/moon/moon.eot');
    src: url('//cdn2.hubspot.net/hubfs/2039833/EndeavourSolutions_October2017/Fonts/moon/moon.eot?#iefix') format('embedded-opentype'),
		 url('//cdn2.hubspot.net/hubfs/2039833/EndeavourSolutions_October2017/Fonts/moon/moon.woff') format('woff'),
		 url('//cdn2.hubspot.net/hubfs/2039833/EndeavourSolutions_October2017/Fonts/moon/moon.ttf') format('truetype'),
		 url('//cdn2.hubspot.net/hubfs/2039833/EndeavourSolutions_October2017/Fonts/moon/moon.svg#moon') format('svg');
    font-weight: normal;
    font-style: normal;
}
[data-icon]:before {
    font-family: 'imf';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.imf-home,
.imf-home-2,
.imf-home-3,
.imf-home-4,
.imf-home-5,
.imf-home-6,
.imf-home-7,
.imf-home-8,
.imf-home-9,
.imf-home-10,
.imf-home-11,
.imf-office,
.imf-newspaper,
.imf-pencil,
.imf-pencil-2,
.imf-pencil-3,
.imf-pencil-4,
.imf-pencil-5,
.imf-pencil-6,
.imf-quill,
.imf-quill-2,
.imf-quill-3,
.imf-pen,
.imf-pen-2,
.imf-pen-3,
.imf-pen-4,
.imf-pen-5,
.imf-marker,
.imf-home-12,
.imf-marker-2,
.imf-blog,
.imf-blog-2,
.imf-brush,
.imf-palette,
.imf-palette-2,
.imf-eyedropper,
.imf-eyedropper-2,
.imf-droplet,
.imf-droplet-2,
.imf-droplet-3,
.imf-droplet-4,
.imf-paint-format,
.imf-paint-format-2,
.imf-image,
.imf-image-2,
.imf-image-3,
.imf-images,
.imf-image-4,
.imf-image-5,
.imf-image-6,
.imf-images-2,
.imf-image-7,
.imf-camera,
.imf-camera-2,
.imf-camera-3,
.imf-camera-4,
.imf-music,
.imf-music-2,
.imf-music-3,
.imf-music-4,
.imf-music-5,
.imf-music-6,
.imf-piano,
.imf-guitar,
.imf-headphones,
.imf-headphones-2,
.imf-play,
.imf-play-2,
.imf-movie,
.imf-movie-2,
.imf-movie-3,
.imf-film,
.imf-film-2,
.imf-film-3,
.imf-film-4,
.imf-camera-5,
.imf-camera-6,
.imf-camera-7,
.imf-camera-8,
.imf-camera-9,
.imf-dice,
.imf-gamepad,
.imf-gamepad-2,
.imf-gamepad-3,
.imf-pacman,
.imf-spades,
.imf-clubs,
.imf-diamonds,
.imf-king,
.imf-queen,
.imf-rock,
.imf-bishop,
.imf-knight,
.imf-pawn,
.imf-chess,
.imf-bullhorn,
.imf-megaphone,
.imf-new,
.imf-connection,
.imf-connection-2,
.imf-podcast,
.imf-radio,
.imf-feed,
.imf-connection-3,
.imf-radio-2,
.imf-podcast-2,
.imf-podcast-3,
.imf-mic,
.imf-mic-2,
.imf-mic-3,
.imf-mic-4,
.imf-mic-5,
.imf-book,
.imf-book-2,
.imf-books,
.imf-reading,
.imf-library,
.imf-library-2,
.imf-graduation,
.imf-file,
.imf-profile,
.imf-file-2,
.imf-file-3,
.imf-file-4,
.imf-file-5,
.imf-file-6,
.imf-files,
.imf-file-plus,
.imf-file-minus,
.imf-file-download,
.imf-file-upload,
.imf-file-check,
.imf-file-remove,
.imf-file-7,
.imf-file-8,
.imf-file-plus-2,
.imf-file-minus-2,
.imf-file-download-2,
.imf-file-upload-2,
.imf-file-check-2,
.imf-file-remove-2,
.imf-file-9,
.imf-copy,
.imf-copy-2,
.imf-copy-3,
.imf-copy-4,
.imf-paste,
.imf-paste-2,
.imf-paste-3,
.imf-stack,
.imf-stack-2,
.imf-stack-3,
.imf-folder,
.imf-folder-download,
.imf-folder-upload,
.imf-folder-plus,
.imf-folder-plus-2,
.imf-folder-minus,
.imf-folder-minus-2,
.imf-folder8,
.imf-folder-remove,
.imf-folder-2,
.imf-folder-open,
.imf-folder-3,
.imf-folder-4,
.imf-folder-plus-3,
.imf-folder-minus-3,
.imf-folder-plus-4,
.imf-folder-remove-2,
.imf-folder-download-2,
.imf-folder-upload-2,
.imf-folder-download-3,
.imf-folder-upload-3,
.imf-folder-5,
.imf-folder-open-2,
.imf-folder-6,
.imf-folder-open-3,
.imf-certificate,
.imf-cc,
.imf-tag,
.imf-tag-2,
.imf-tag-3,
.imf-tag-4,
.imf-tag-5,
.imf-tag-6,
.imf-tag-7,
.imf-tags,
.imf-tags-2,
.imf-tag-8,
.imf-barcode,
.imf-barcode-2,
.imf-qrcode,
.imf-ticket,
.imf-cart,
.imf-cart-2,
.imf-cart-3,
.imf-cart-4,
.imf-cart-5,
.imf-cart-6,
.imf-cart-7,
.imf-cart-plus,
.imf-cart-minus,
.imf-cart-add,
.imf-cart-remove,
.imf-cart-checkout,
.imf-cart-remove-2,
.imf-basket,
.imf-basket-2,
.imf-bag,
.imf-bag-2,
.imf-bag-3,
.imf-coin,
.imf-coins,
.imf-credit,
.imf-credit-2,
.imf-calculate,
.imf-calculate-2,
.imf-support,
.imf-phone,
.imf-phone-2,
.imf-phone-3,
.imf-phone-4,
.imf-contact-add,
.imf-contact-remove,
.imf-contact-add-2,
.imf-contact-remove-2,
.imf-call-incoming,
.imf-call-outgoing,
.imf-phone-5,
.imf-phone-6,
.imf-phone-hang-up,
.imf-phone-hang-up-2,
.imf-address-book,
.imf-address-book-2,
.imf-notebook,
.imf-envelop,
.imf-envelop-2,
.imf-mail-send,
.imf-envelop-opened,
.imf-envelop-3,
.imf-pushpin,
.imf-location,
.imf-location-2,
.imf-location-3,
.imf-location-4,
.imf-location-5,
.imf-location-6,
.imf-location-7,
.imf-compass,
.imf-compass-2,
.imf-map,
.imf-map-2,
.imf-map-3,
.imf-map-4,
.imf-direction,
.imf-history,
.imf-history-2,
.imf-clock,
.imf-clock-2,
.imf-clock-3,
.imf-clock-4,
.imf-watch,
.imf-clock-5,
.imf-clock-6,
.imf-clock-7,
.imf-alarm,
.imf-alarm-2,
.imf-bell,
.imf-bell-2,
.imf-alarm-plus,
.imf-alarm-minus,
.imf-alarm-check,
.imf-alarm-cancel,
.imf-stopwatch,
.imf-calendar,
.imf-calendar-2,
.imf-calendar-3,
.imf-calendar-4,
.imf-calendar-5,
.imf-print,
.imf-print-2,
.imf-print-3,
.imf-mouse,
.imf-mouse-2,
.imf-mouse-3,
.imf-mouse-4,
.imf-keyboard,
.imf-keyboard-2,
.imf-screen,
.imf-screen-2,
.imf-screen-3,
.imf-screen-4,
.imf-laptop,
.imf-mobile,
.imf-mobile-2,
.imf-tablet,
.imf-mobile-3,
.imf-tv,
.imf-cabinet,
.imf-archive,
.imf-drawer,
.imf-drawer-2,
.imf-drawer-3,
.imf-box,
.imf-box-add,
.imf-box-remove,
.imf-download,
.imf-upload,
.imf-disk,
.imf-cd,
.imf-storage,
.imf-storage-2,
.imf-database,
.imf-database-2,
.imf-database-3,
.imf-undo,
.imf-redo,
.imf-rotate,
.imf-rotate-2,
.imf-flip,
.imf-flip-2,
.imf-unite,
.imf-subtract,
.imf-interset,
.imf-exclude,
.imf-align-left,
.imf-align-center-horizontal,
.imf-align-right,
.imf-align-top,
.imf-align-center-vertical,
.imf-align-bottom,
.imf-undo-2,
.imf-redo-2,
.imf-forward,
.imf-reply,
.imf-reply-2,
.imf-bubble,
.imf-bubbles,
.imf-bubbles-2,
.imf-bubble-2,
.imf-bubbles-3,
.imf-bubbles-4,
.imf-bubble-notification,
.imf-bubbles-5,
.imf-bubbles-6,
.imf-bubble-3,
.imf-bubble-dots,
.imf-bubble-4,
.imf-bubble-5,
.imf-bubble-dots-2,
.imf-bubble-6,
.imf-bubble-7,
.imf-bubble-8,
.imf-bubbles-7,
.imf-bubble-9,
.imf-bubbles-8,
.imf-bubble-10,
.imf-bubble-dots-3,
.imf-bubble-11,
.imf-bubble-12,
.imf-bubble-dots-4,
.imf-bubble-13,
.imf-bubbles-9,
.imf-bubbles-10,
.imf-bubble-blocked,
.imf-bubble-quote,
.imf-bubble-user,
.imf-bubble-check,
.imf-bubble-video-chat,
.imf-bubble-link,
.imf-bubble-locked,
.imf-bubble-star,
.imf-bubble-heart,
.imf-bubble-paperclip,
.imf-bubble-cancel,
.imf-bubble-plus,
.imf-bubble-minus,
.imf-bubble-notification-2,
.imf-bubble-trash,
.imf-bubble-left,
.imf-bubble-right,
.imf-bubble-up,
.imf-bubble-down,
.imf-bubble-first,
.imf-bubble-last,
.imf-bubble-replu,
.imf-bubble-forward,
.imf-bubble-reply,
.imf-bubble-forward-2,
.imf-user,
.imf-users,
.imf-user-plus,
.imf-user-plus-2,
.imf-user-minus,
.imf-user-minus-2,
.imf-user-cancel,
.imf-user-block,
.imf-users-2,
.imf-user-2,
.imf-users-3,
.imf-user-plus-3,
.imf-user-minus-3,
.imf-user-cancel-2,
.imf-user-block-2,
.imf-user-3,
.imf-user-4,
.imf-user-5,
.imf-user-6,
.imf-users-4,
.imf-user-7,
.imf-user-8,
.imf-users-5,
.imf-vcard,
.imf-tshirt,
.imf-hanger,
.imf-quotes-left,
.imf-quotes-right,
.imf-quotes-right-2,
.imf-quotes-right-3,
.imf-busy,
.imf-busy-2,
.imf-busy-3,
.imf-busy-4,
.imf-spinner,
.imf-spinner-2,
.imf-spinner-3,
.imf-spinner-4,
.imf-spinner-5,
.imf-spinner-6,
.imf-spinner-7,
.imf-spinner-8,
.imf-spinner-9,
.imf-spinner-10,
.imf-spinner-11,
.imf-spinner-12,
.imf-microscope,
.imf-binoculars,
.imf-binoculars-2,
.imf-search,
.imf-search-2,
.imf-zoom-in,
.imf-zoom-out,
.imf-search-3,
.imf-search-4,
.imf-zoom-in-2,
.imf-zoom-out-2,
.imf-search-5,
.imf-expand,
.imf-contract,
.imf-scale-up,
.imf-scale-down,
.imf-expand-2,
.imf-contract-2,
.imf-scale-up-2,
.imf-scale-down-2,
.imf-fullscreen,
.imf-expand-3,
.imf-contract-3,
.imf-key,
.imf-key-2,
.imf-key-3,
.imf-key-4,
.imf-key-5,
.imf-keyhole,
.imf-lock,
.imf-lock-2,
.imf-lock-3,
.imf-lock-4,
.imf-unlocked,
.imf-lock-5,
.imf-unlocked-2,
.imf-wrench,
.imf-wrench-2,
.imf-wrench-3,
.imf-wrench-4,
.imf-settings,
.imf-equalizer,
.imf-equalizer-2,
.imf-equalizer-3,
.imf-cog,
.imf-cogs,
.imf-cog-2,
.imf-cog-3,
.imf-cog-4,
.imf-cog-5,
.imf-cog-6,
.imf-cog-7,
.imf-factory,
.imf-hammer,
.imf-tools,
.imf-screwdriver,
.imf-screwdriver-2,
.imf-wand,
.imf-wand-2,
.imf-health,
.imf-aid,
.imf-patch,
.imf-bug,
.imf-bug-2,
.imf-inject,
.imf-inject-2,
.imf-construction,
.imf-cone,
.imf-pie,
.imf-pie-2,
.imf-pie-3,
.imf-pie-4,
.imf-pie-5,
.imf-pie-6,
.imf-pie-7,
.imf-stats,
.imf-stats-2,
.imf-stats-3,
.imf-bars,
.imf-bars-2,
.imf-bars-3,
.imf-bars-4,
.imf-bars-5,
.imf-bars-6,
.imf-stats-up,
.imf-stats-down,
.imf-stairs-down,
.imf-stairs-down-2,
.imf-chart,
.imf-stairs,
.imf-stairs-2,
.imf-ladder,
.imf-cake,
.imf-gift,
.imf-gift-2,
.imf-balloon,
.imf-rating,
.imf-rating-2,
.imf-rating-3,
.imf-podium,
.imf-medal,
.imf-medal-2,
.imf-medal-3,
.imf-medal-4,
.imf-medal-5,
.imf-crown,
.imf-trophy,
.imf-trophy-2,
.imf-trophy-star,
.imf-diamond,
.imf-diamond-2,
.imf-glass,
.imf-glass-2,
.imf-bottle,
.imf-bottle-2,
.imf-mug,
.imf-food,
.imf-food-2,
.imf-hamburger,
.imf-cup,
.imf-cup-2,
.imf-leaf,
.imf-leaf-2,
.imf-apple-fruit,
.imf-tree,
.imf-tree-2,
.imf-paw,
.imf-steps,
.imf-flower,
.imf-rocket,
.imf-meter,
.imf-meter2,
.imf-meter-slow,
.imf-meter-medium,
.imf-meter-fast,
.imf-dashboard,
.imf-hammer-2,
.imf-balance,
.imf-bomb,
.imf-fire,
.imf-fire-2,
.imf-lab,
.imf-atom,
.imf-atom-2,
.imf-magnet,
.imf-magnet-2,
.imf-magnet-3,
.imf-magnet-4,
.imf-dumbbell,
.imf-skull,
.imf-skull-2,
.imf-skull-3,
.imf-lamp,
.imf-lamp-2,
.imf-lamp-3,
.imf-lamp-4,
.imf-remove,
.imf-remove-2,
.imf-remove-3,
.imf-remove-4,
.imf-remove-5,
.imf-remove-6,
.imf-remove-7,
.imf-remove-8,
.imf-briefcase,
.imf-briefcase-2,
.imf-briefcase-3,
.imf-airplane,
.imf-airplane-2,
.imf-paper-plane,
.imf-car,
.imf-gas-pump,
.imf-bus,
.imf-truck,
.imf-bike,
.imf-road,
.imf-train,
.imf-ship,
.imf-boat,
.imf-cube,
.imf-cube-2,
.imf-cube-3,
.imf-cube4,
.imf-pyramid,
.imf-pyramid-2,
.imf-cylinder,
.imf-package,
.imf-puzzle,
.imf-puzzle-2,
.imf-puzzle-3,
.imf-puzzle-4,
.imf-glasses,
.imf-glasses-2,
.imf-glasses-3,
.imf-sun-glasses,
.imf-accessibility,
.imf-accessibility-2,
.imf-brain,
.imf-target,
.imf-target-2,
.imf-target-3,
.imf-gun,
.imf-gun-ban,
.imf-shield,
.imf-shield-2,
.imf-shield-3,
.imf-shield-4,
.imf-soccer,
.imf-football,
.imf-baseball,
.imf-basketball,
.imf-golf,
.imf-hockey,
.imf-racing,
.imf-eight-ball,
.imf-bowling-ball,
.imf-bowling,
.imf-bowling-2,
.imf-lightning,
.imf-power,
.imf-power-2,
.imf-switch,
.imf-power-cord,
.imf-cord,
.imf-socket,
.imf-clipboard,
.imf-clipboard-2,
.imf-signup,
.imf-clipboard-3,
.imf-clipboard-4,
.imf-list,
.imf-list-2,
.imf-list-3,
.imf-numbered-list,
.imf-list-4,
.imf-list-5,
.imf-playlist,
.imf-grid,
.imf-grid-2,
.imf-grid-3,
.imf-grid-4,
.imf-grid-5,
.imf-grid-6,
.imf-tree-3,
.imf-tree-4,
.imf-tree-5,
.imf-menu,
.imf-menu-2,
.imf-circle-small,
.imf-menu-3,
.imf-menu-4,
.imf-menu-5,
.imf-menu-6,
.imf-menu-7,
.imf-menu-8,
.imf-menu-9,
.imf-cloud,
.imf-cloud-2,
.imf-cloud-3,
.imf-cloud-download,
.imf-cloud-upload,
.imf-download-2,
.imf-upload-2,
.imf-download-3,
.imf-upload-3,
.imf-download-4,
.imf-upload-4,
.imf-download-5,
.imf-upload-5,
.imf-download-6,
.imf-upload-6,
.imf-download-7,
.imf-upload-7,
.imf-globe,
.imf-globe-2,
.imf-globe-3,
.imf-earth,
.imf-network,
.imf-link,
.imf-link-2,
.imf-link-3,
.imf-link2,
.imf-link-4,
.imf-link-5,
.imf-link-6,
.imf-anchor,
.imf-flag,
.imf-flag-2,
.imf-flag-3,
.imf-flag-4,
.imf-flag-5,
.imf-flag-6,
.imf-attachment,
.imf-attachment-2,
.imf-eye,
.imf-eye-blocked,
.imf-eye-2,
.imf-eye-3,
.imf-eye-blocked-2,
.imf-eye-4,
.imf-eye-5,
.imf-eye-6,
.imf-eye-7,
.imf-eye-8,
.imf-bookmark,
.imf-bookmark-2,
.imf-bookmarks,
.imf-bookmark-3,
.imf-spotlight,
.imf-starburst,
.imf-snowflake,
.imf-temperature,
.imf-temperature-2,
.imf-weather-lightning,
.imf-weather-rain,
.imf-weather-snow,
.imf-windy,
.imf-fan,
.imf-umbrella,
.imf-sun,
.imf-sun-2,
.imf-brightness-high,
.imf-brightness-medium,
.imf-brightness-low,
.imf-brightness-contrast,
.imf-contrast,
.imf-moon,
.imf-bed,
.imf-bed-2,
.imf-star,
.imf-star-2,
.imf-star-3,
.imf-star-4,
.imf-star-5,
.imf-star-6,
.imf-heart,
.imf-heart-2,
.imf-heart-3,
.imf-heart-4,
.imf-heart-broken,
.imf-heart-5,
.imf-heart-6,
.imf-heart-broken-2,
.imf-heart-7,
.imf-heart-8,
.imf-heart-broken-3,
.imf-lips,
.imf-lips-2,
.imf-thumbs-up,
.imf-thumbs-up-2,
.imf-thumbs-down,
.imf-thumbs-down-2,
.imf-thumbs-up-3,
.imf-thumbs-up-4,
.imf-thumbs-up-5,
.imf-thumbs-up-6,
.imf-people,
.imf-man,
.imf-male,
.imf-woman,
.imf-female,
.imf-peace,
.imf-yin-yang,
.imf-happy,
.imf-happy-2,
.imf-smiley,
.imf-smiley-2,
.imf-tongue,
.imf-tongue-2,
.imf-sad,
.imf-sad-2,
.imf-wink,
.imf-wink-2,
.imf-grin,
.imf-grin-2,
.imf-cool,
.imf-cool-2,
.imf-angry,
.imf-angry-2,
.imf-evil,
.imf-evil-2,
.imf-shocked,
.imf-shocked-2,
.imf-confused,
.imf-confused-2,
.imf-neutral,
.imf-neutral-2,
.imf-wondering,
.imf-wondering-2,
.imf-cursor,
.imf-cursor-2,
.imf-point-up,
.imf-point-right,
.imf-point-down,
.imf-point-left,
.imf-pointer,
.imf-hand,
.imf-stack-empty,
.imf-stack-plus,
.imf-stack-minus,
.imf-stack-star,
.imf-stack-picture,
.imf-stack-down,
.imf-stack-up,
.imf-stack-cancel,
.imf-stack-checkmark,
.imf-stack-list,
.imf-stack-clubs,
.imf-stack-spades,
.imf-stack-hearts,
.imf-stack-diamonds,
.imf-stack-user,
.imf-stack-4,
.imf-stack-music,
.imf-stack-play,
.imf-move,
.imf-resize,
.imf-resize-2,
.imf-warning,
.imf-warning-2,
.imf-notification,
.imf-notification-2,
.imf-question,
.imf-question-2,
.imf-question-3,
.imf-question-4,
.imf-question-5,
.imf-plus-circle,
.imf-plus-circle-2,
.imf-minus-circle,
.imf-minus-circle-2,
.imf-info,
.imf-info-2,
.imf-blocked,
.imf-cancel-circle,
.imf-cancel-circle-2,
.imf-checkmark-circle,
.imf-checkmark-circle-2,
.imf-cancel,
.imf-spam,
.imf-close,
.imf-close-2,
.imf-close-3,
.imf-close-4,
.imf-close-5,
.imf-checkmark,
.imf-checkmark-2,
.imf-checkmark-3,
.imf-checkmark-4,
.imf-spell-check,
.imf-minus,
.imf-plus,
.imf-minus-2,
.imf-plus-2,
.imf-enter,
.imf-exit,
.imf-enter-2,
.imf-exit-2,
.imf-enter-3,
.imf-exit-3,
.imf-exit-4,
.imf-play-3,
.imf-pause,
.imf-stop,
.imf-backward,
.imf-forward-2,
.imf-play-4,
.imf-pause-2,
.imf-stop-2,
.imf-backward-2,
.imf-forward-3,
.imf-first,
.imf-last,
.imf-previous,
.imf-next,
.imf-eject,
.imf-volume-high,
.imf-volume-medium,
.imf-volume-low,
.imf-volume-mute,
.imf-volume-mute-2,
.imf-volume-increase,
.imf-volume-decrease,
.imf-volume-high-2,
.imf-volume-medium-2,
.imf-volume-low-2,
.imf-volume-mute-3,
.imf-volume-mute-4,
.imf-volume-increase-2,
.imf-volume-decrease-2,
.imf-volume5,
.imf-volume4,
.imf-volume3,
.imf-volume2,
.imf-volume1,
.imf-volume0,
.imf-volume-mute-5,
.imf-volume-mute-6,
.imf-loop,
.imf-loop-2,
.imf-loop-3,
.imf-loop-4,
.imf-loop-5,
.imf-shuffle,
.imf-shuffle-2,
.imf-wave,
.imf-wave-2,
.imf-arrow-first,
.imf-arrow-right,
.imf-arrow-up,
.imf-arrow-right-2,
.imf-arrow-down,
.imf-arrow-left,
.imf-arrow-up-2,
.imf-arrow-right-3,
.imf-arrow-down-2,
.imf-arrow-left-2,
.imf-arrow-up-left,
.imf-arrow-up-3,
.imf-arrow-up-right,
.imf-arrow-right-4,
.imf-arrow-down-right,
.imf-arrow-down-3,
.imf-arrow-down-left,
.imf-arrow-left-3,
.imf-arrow-up-left-2,
.imf-arrow-up-4,
.imf-arrow-up-right-2,
.imf-arrow-right-5,
.imf-arrow-down-right-2,
.imf-arrow-down-4,
.imf-arrow-down-left-2,
.imf-arrow-left-4,
.imf-arrow-up-left-3,
.imf-arrow-up-5,
.imf-arrow-up-right-3,
.imf-arrow-right-6,
.imf-arrow-down-right-3,
.imf-arrow-down-5,
.imf-arrow-down-left-3,
.imf-arrow-left-5,
.imf-arrow-up-left-4,
.imf-arrow-up-6,
.imf-arrow-up-right-4,
.imf-arrow-right-7,
.imf-arrow-down-right-4,
.imf-arrow-down-6,
.imf-arrow-down-left-4,
.imf-arrow-left-6,
.imf-arrow,
.imf-arrow-2,
.imf-arrow-3,
.imf-arrow-4,
.imf-arrow-5,
.imf-arrow-6,
.imf-arrow-7,
.imf-arrow-8,
.imf-arrow-up-left-5,
.imf-arrow-square,
.imf-arrow-up-right-5,
.imf-arrow-right-8,
.imf-arrow-down-right-5,
.imf-arrow-down-7,
.imf-arrow-down-left-5,
.imf-arrow-left-7,
.imf-arrow-up-7,
.imf-arrow-right-9,
.imf-arrow-down-8,
.imf-arrow-left-8,
.imf-arrow-up-8,
.imf-arrow-right-10,
.imf-arrow-bottom,
.imf-arrow-left-9,
.imf-arrow-up-left-6,
.imf-arrow-up-9,
.imf-arrow-up-right-6,
.imf-arrow-right-11,
.imf-arrow-down-right-6,
.imf-arrow-down-9,
.imf-arrow-down-left-6,
.imf-arrow-left-10,
.imf-arrow-up-left-7,
.imf-arrow-up-10,
.imf-arrow-up-right-7,
.imf-arrow-right-12,
.imf-arrow-down-right-7,
.imf-arrow-down-10,
.imf-arrow-down-left-7,
.imf-arrow-left-11,
.imf-arrow-up-11,
.imf-arrow-right-13,
.imf-arrow-down-11,
.imf-arrow-left-12,
.imf-arrow-up-12,
.imf-arrow-right-14,
.imf-arrow-down-12,
.imf-arrow-left-13,
.imf-arrow-up-13,
.imf-arrow-right-15,
.imf-arrow-down-13,
.imf-arrow-left-14,
.imf-arrow-up-14,
.imf-arrow-right-16,
.imf-arrow-down-14,
.imf-arrow-left-15,
.imf-arrow-up-15,
.imf-arrow-right-17,
.imf-arrow-down-15,
.imf-arrow-left-16,
.imf-arrow-up-16,
.imf-arrow-right-18,
.imf-arrow-down-16,
.imf-arrow-left-17,
.imf-menu-10,
.imf-menu-11,
.imf-menu-close,
.imf-menu-close-2,
.imf-enter-4,
.imf-enter-5,
.imf-esc,
.imf-backspace,
.imf-backspace-2,
.imf-backspace-3,
.imf-tab,
.imf-transmission,
.imf-transmission-2,
.imf-sort,
.imf-sort-2,
.imf-key-keyboard,
.imf-key-A,
.imf-key-up,
.imf-key-right,
.imf-key-down,
.imf-key-left,
.imf-command,
.imf-checkbox-checked,
.imf-checkbox-unchecked,
.imf-square,
.imf-checkbox-partial,
.imf-checkbox,
.imf-checkbox-unchecked-2,
.imf-checkbox-partial-2,
.imf-checkbox-checked-2,
.imf-checkbox-unchecked-3,
.imf-checkbox-partial-3,
.imf-radio-checked,
.imf-radio-unchecked,
.imf-circle,
.imf-circle-2,
.imf-crop,
.imf-crop-2,
.imf-vector,
.imf-rulers,
.imf-scissors,
.imf-scissors-2,
.imf-scissors-3,
.imf-filter,
.imf-filter-2,
.imf-filter-3,
.imf-filter-4,
.imf-font,
.imf-font-size,
.imf-type,
.imf-text-height,
.imf-text-width,
.imf-height,
.imf-width,
.imf-bold,
.imf-underline,
.imf-italic,
.imf-strikethrough,
.imf-strikethrough-2,
.imf-font-size-2,
.imf-bold-2,
.imf-underline-2,
.imf-italic-2,
.imf-strikethrough-3,
.imf-omega,
.imf-sigma,
.imf-nbsp,
.imf-page-break,
.imf-page-break-2,
.imf-superscript,
.imf-subscript,
.imf-superscript-2,
.imf-subscript-2,
.imf-text-color,
.imf-highlight,
.imf-pagebreak,
.imf-clear-formatting,
.imf-table,
.imf-table-2,
.imf-insert-template,
.imf-pilcrow,
.imf-left-to-right,
.imf-right-to-left,
.imf-paragraph-left,
.imf-paragraph-center,
.imf-paragraph-right,
.imf-paragraph-justify,
.imf-paragraph-left-2,
.imf-paragraph-center-2,
.imf-paragraph-right-2,
.imf-paragraph-justify-2,
.imf-indent-increase,
.imf-indent-decrease,
.imf-paragraph-left-3,
.imf-paragraph-center-3,
.imf-paragraph-right-3,
.imf-paragraph-justify-3,
.imf-indent-increase-2,
.imf-indent-decrease-2,
.imf-share,
.imf-new-tab,
.imf-new-tab-2,
.imf-popout,
.imf-embed,
.imf-code,
.imf-console,
.imf-seven-segment-0,
.imf-seven-segment-1,
.imf-seven-segment-2,
.imf-seven-segment-3,
.imf-seven-segment-4,
.imf-seven-segment-5,
.imf-seven-segment-6,
.imf-seven-segment-7,
.imf-seven-segment-8,
.imf-seven-segment-9,
.imf-share-2,
.imf-share-3,
.imf-mail,
.imf-mail-2,
.imf-mail-3,
.imf-mail-4,
.imf-google,
.imf-google-plus,
.imf-google-plus-2,
.imf-google-plus-3,
.imf-google-plus-4,
.imf-google-drive,
.imf-facebook,
.imf-facebook-2,
.imf-facebook-3,
.imf-facebook-4,
.imf-instagram,
.imf-twitter,
.imf-twitter-2,
.imf-twitter-3,
.imf-feed-2,
.imf-feed-3,
.imf-feed-4,
.imf-youtube,
.imf-youtube-2,
.imf-vimeo,
.imf-vimeo2,
.imf-vimeo-2,
.imf-lanyrd,
.imf-flickr,
.imf-flickr-2,
.imf-flickr-3,
.imf-flickr-4,
.imf-picassa,
.imf-picassa-2,
.imf-dribbble,
.imf-dribbble-2,
.imf-dribbble-3,
.imf-forrst,
.imf-forrst-2,
.imf-deviantart,
.imf-deviantart-2,
.imf-steam,
.imf-steam-2,
.imf-github,
.imf-github-2,
.imf-github-3,
.imf-github-4,
.imf-github-5,
.imf-wordpress,
.imf-wordpress-2,
.imf-joomla,
.imf-blogger,
.imf-blogger-2,
.imf-tumblr,
.imf-tumblr-2,
.imf-yahoo,
.imf-tux,
.imf-apple,
.imf-finder,
.imf-android,
.imf-windows,
.imf-windows8,
.imf-soundcloud,
.imf-soundcloud-2,
.imf-skype,
.imf-reddit,
.imf-linkedin,
.imf-lastfm,
.imf-lastfm-2,
.imf-delicious,
.imf-stumbleupon,
.imf-stumbleupon-2,
.imf-stackoverflow,
.imf-pinterest,
.imf-pinterest-2,
.imf-xing,
.imf-xing-2,
.imf-flattr,
.imf-foursquare,
.imf-foursquare-2,
.imf-paypal,
.imf-paypal-2,
.imf-paypal-3,
.imf-yelp,
.imf-libreoffice,
.imf-file-pdf,
.imf-file-openoffice,
.imf-file-word,
.imf-file-excel,
.imf-file-zip,
.imf-file-powerpoint,
.imf-file-xml,
.imf-file-css,
.imf-html5,
.imf-html5-2,
.imf-css3,
.imf-chrome,
.imf-firefox,
.imf-IE,
.imf-opera,
.imf-safari,
.imf-IcoMoon {
    font-family: 'imf';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.imf-home:before {
    content: "\e000";
}

.imf-home-2:before {
    content: "\e001";
}

.imf-home-3:before {
    content: "\e002";
}

.imf-home-4:before {
    content: "\e003";
}

.imf-home-5:before {
    content: "\e004";
}

.imf-home-6:before {
    content: "\e005";
}

.imf-home-7:before {
    content: "\e006";
}

.imf-home-8:before {
    content: "\e007";
}

.imf-home-9:before {
    content: "\e008";
}

.imf-home-10:before {
    content: "\e009";
}

.imf-home-11:before {
    content: "\e00a";
}

.imf-office:before {
    content: "\e00b";
}

.imf-newspaper:before {
    content: "\e00c";
}

.imf-pencil:before {
    content: "\e00d";
}

.imf-pencil-2:before {
    content: "\e00e";
}

.imf-pencil-3:before {
    content: "\e00f";
}

.imf-pencil-4:before {
    content: "\e010";
}

.imf-pencil-5:before {
    content: "\e011";
}

.imf-pencil-6:before {
    content: "\e012";
}

.imf-quill:before {
    content: "\e013";
}

.imf-quill-2:before {
    content: "\e014";
}

.imf-quill-3:before {
    content: "\e015";
}

.imf-pen:before {
    content: "\e016";
}

.imf-pen-2:before {
    content: "\e017";
}

.imf-pen-3:before {
    content: "\e018";
}

.imf-pen-4:before {
    content: "\e019";
}

.imf-pen-5:before {
    content: "\e01a";
}

.imf-marker:before {
    content: "\e01b";
}

.imf-home-12:before {
    content: "\e01c";
}

.imf-marker-2:before {
    content: "\e01d";
}

.imf-blog:before {
    content: "\e01e";
}

.imf-blog-2:before {
    content: "\e01f";
}

.imf-brush:before {
    content: "\e020";
}

.imf-palette:before {
    content: "\e021";
}

.imf-palette-2:before {
    content: "\e022";
}

.imf-eyedropper:before {
    content: "\e023";
}

.imf-eyedropper-2:before {
    content: "\e024";
}

.imf-droplet:before {
    content: "\e025";
}

.imf-droplet-2:before {
    content: "\e026";
}

.imf-droplet-3:before {
    content: "\e027";
}

.imf-droplet-4:before {
    content: "\e028";
}

.imf-paint-format:before {
    content: "\e029";
}

.imf-paint-format-2:before {
    content: "\e02a";
}

.imf-image:before {
    content: "\e02b";
}

.imf-image-2:before {
    content: "\e02c";
}

.imf-image-3:before {
    content: "\e02d";
}

.imf-images:before {
    content: "\e02e";
}

.imf-image-4:before {
    content: "\e02f";
}

.imf-image-5:before {
    content: "\e030";
}

.imf-image-6:before {
    content: "\e031";
}

.imf-images-2:before {
    content: "\e032";
}

.imf-image-7:before {
    content: "\e033";
}

.imf-camera:before {
    content: "\e034";
}

.imf-camera-2:before {
    content: "\e035";
}

.imf-camera-3:before {
    content: "\e036";
}

.imf-camera-4:before {
    content: "\e037";
}

.imf-music:before {
    content: "\e038";
}

.imf-music-2:before {
    content: "\e039";
}

.imf-music-3:before {
    content: "\e03a";
}

.imf-music-4:before {
    content: "\e03b";
}

.imf-music-5:before {
    content: "\e03c";
}

.imf-music-6:before {
    content: "\e03d";
}

.imf-piano:before {
    content: "\e03e";
}

.imf-guitar:before {
    content: "\e03f";
}

.imf-headphones:before {
    content: "\e040";
}

.imf-headphones-2:before {
    content: "\e041";
}

.imf-play:before {
    content: "\e042";
}

.imf-play-2:before {
    content: "\e043";
}

.imf-movie:before {
    content: "\e044";
}

.imf-movie-2:before {
    content: "\e045";
}

.imf-movie-3:before {
    content: "\e046";
}

.imf-film:before {
    content: "\e047";
}

.imf-film-2:before {
    content: "\e048";
}

.imf-film-3:before {
    content: "\e049";
}

.imf-film-4:before {
    content: "\e04a";
}

.imf-camera-5:before {
    content: "\e04b";
}

.imf-camera-6:before {
    content: "\e04c";
}

.imf-camera-7:before {
    content: "\e04d";
}

.imf-camera-8:before {
    content: "\e04e";
}

.imf-camera-9:before {
    content: "\e04f";
}

.imf-dice:before {
    content: "\e050";
}

.imf-gamepad:before {
    content: "\e051";
}

.imf-gamepad-2:before {
    content: "\e052";
}

.imf-gamepad-3:before {
    content: "\e053";
}

.imf-pacman:before {
    content: "\e054";
}

.imf-spades:before {
    content: "\e055";
}

.imf-clubs:before {
    content: "\e056";
}

.imf-diamonds:before {
    content: "\e057";
}

.imf-king:before {
    content: "\e058";
}

.imf-queen:before {
    content: "\e059";
}

.imf-rock:before {
    content: "\e05a";
}

.imf-bishop:before {
    content: "\e05b";
}

.imf-knight:before {
    content: "\e05c";
}

.imf-pawn:before {
    content: "\e05d";
}

.imf-chess:before {
    content: "\e05e";
}

.imf-bullhorn:before {
    content: "\e05f";
}

.imf-megaphone:before {
    content: "\e060";
}

.imf-new:before {
    content: "\e061";
}

.imf-connection:before {
    content: "\e062";
}

.imf-connection-2:before {
    content: "\e063";
}

.imf-podcast:before {
    content: "\e064";
}

.imf-radio:before {
    content: "\e065";
}

.imf-feed:before {
    content: "\e066";
}

.imf-connection-3:before {
    content: "\e067";
}

.imf-radio-2:before {
    content: "\e068";
}

.imf-podcast-2:before {
    content: "\e069";
}

.imf-podcast-3:before {
    content: "\e06a";
}

.imf-mic:before {
    content: "\e06b";
}

.imf-mic-2:before {
    content: "\e06c";
}

.imf-mic-3:before {
    content: "\e06d";
}

.imf-mic-4:before {
    content: "\e06e";
}

.imf-mic-5:before {
    content: "\e06f";
}

.imf-book:before {
    content: "\e070";
}

.imf-book-2:before {
    content: "\e071";
}

.imf-books:before {
    content: "\e072";
}

.imf-reading:before {
    content: "\e073";
}

.imf-library:before {
    content: "\e074";
}

.imf-library-2:before {
    content: "\e075";
}

.imf-graduation:before {
    content: "\e076";
}

.imf-file:before {
    content: "\e077";
}

.imf-profile:before {
    content: "\e078";
}

.imf-file-2:before {
    content: "\e079";
}

.imf-file-3:before {
    content: "\e07a";
}

.imf-file-4:before {
    content: "\e07b";
}

.imf-file-5:before {
    content: "\e07c";
}

.imf-file-6:before {
    content: "\e07d";
}

.imf-files:before {
    content: "\e07e";
}

.imf-file-plus:before {
    content: "\e07f";
}

.imf-file-minus:before {
    content: "\e080";
}

.imf-file-download:before {
    content: "\e081";
}

.imf-file-upload:before {
    content: "\e082";
}

.imf-file-check:before {
    content: "\e083";
}

.imf-file-remove:before {
    content: "\e084";
}

.imf-file-7:before {
    content: "\e085";
}

.imf-file-8:before {
    content: "\e086";
}

.imf-file-plus-2:before {
    content: "\e087";
}

.imf-file-minus-2:before {
    content: "\e088";
}

.imf-file-download-2:before {
    content: "\e089";
}

.imf-file-upload-2:before {
    content: "\e08a";
}

.imf-file-check-2:before {
    content: "\e08b";
}

.imf-file-remove-2:before {
    content: "\e08c";
}

.imf-file-9:before {
    content: "\e08d";
}

.imf-copy:before {
    content: "\e08e";
}

.imf-copy-2:before {
    content: "\e08f";
}

.imf-copy-3:before {
    content: "\e090";
}

.imf-copy-4:before {
    content: "\e091";
}

.imf-paste:before {
    content: "\e092";
}

.imf-paste-2:before {
    content: "\e093";
}

.imf-paste-3:before {
    content: "\e094";
}

.imf-stack:before {
    content: "\e095";
}

.imf-stack-2:before {
    content: "\e096";
}

.imf-stack-3:before {
    content: "\e097";
}

.imf-folder:before {
    content: "\e098";
}

.imf-folder-download:before {
    content: "\e099";
}

.imf-folder-upload:before {
    content: "\e09a";
}

.imf-folder-plus:before {
    content: "\e09b";
}

.imf-folder-plus-2:before {
    content: "\e09c";
}

.imf-folder-minus:before {
    content: "\e09d";
}

.imf-folder-minus-2:before {
    content: "\e09e";
}

.imf-folder8:before {
    content: "\e09f";
}

.imf-folder-remove:before {
    content: "\e0a0";
}

.imf-folder-2:before {
    content: "\e0a1";
}

.imf-folder-open:before {
    content: "\e0a2";
}

.imf-folder-3:before {
    content: "\e0a3";
}

.imf-folder-4:before {
    content: "\e0a4";
}

.imf-folder-plus-3:before {
    content: "\e0a5";
}

.imf-folder-minus-3:before {
    content: "\e0a6";
}

.imf-folder-plus-4:before {
    content: "\e0a7";
}

.imf-folder-remove-2:before {
    content: "\e0a8";
}

.imf-folder-download-2:before {
    content: "\e0a9";
}

.imf-folder-upload-2:before {
    content: "\e0aa";
}

.imf-folder-download-3:before {
    content: "\e0ab";
}

.imf-folder-upload-3:before {
    content: "\e0ac";
}

.imf-folder-5:before {
    content: "\e0ad";
}

.imf-folder-open-2:before {
    content: "\e0ae";
}

.imf-folder-6:before {
    content: "\e0af";
}

.imf-folder-open-3:before {
    content: "\e0b0";
}

.imf-certificate:before {
    content: "\e0b1";
}

.imf-cc:before {
    content: "\e0b2";
}

.imf-tag:before {
    content: "\e0b3";
}

.imf-tag-2:before {
    content: "\e0b4";
}

.imf-tag-3:before {
    content: "\e0b5";
}

.imf-tag-4:before {
    content: "\e0b6";
}

.imf-tag-5:before {
    content: "\e0b7";
}

.imf-tag-6:before {
    content: "\e0b8";
}

.imf-tag-7:before {
    content: "\e0b9";
}

.imf-tags:before {
    content: "\e0ba";
}

.imf-tags-2:before {
    content: "\e0bb";
}

.imf-tag-8:before {
    content: "\e0bc";
}

.imf-barcode:before {
    content: "\e0bd";
}

.imf-barcode-2:before {
    content: "\e0be";
}

.imf-qrcode:before {
    content: "\e0bf";
}

.imf-ticket:before {
    content: "\e0c0";
}

.imf-cart:before {
    content: "\e0c1";
}

.imf-cart-2:before {
    content: "\e0c2";
}

.imf-cart-3:before {
    content: "\e0c3";
}

.imf-cart-4:before {
    content: "\e0c4";
}

.imf-cart-5:before {
    content: "\e0c5";
}

.imf-cart-6:before {
    content: "\e0c6";
}

.imf-cart-7:before {
    content: "\e0c7";
}

.imf-cart-plus:before {
    content: "\e0c8";
}

.imf-cart-minus:before {
    content: "\e0c9";
}

.imf-cart-add:before {
    content: "\e0ca";
}

.imf-cart-remove:before {
    content: "\e0cb";
}

.imf-cart-checkout:before {
    content: "\e0cc";
}

.imf-cart-remove-2:before {
    content: "\e0cd";
}

.imf-basket:before {
    content: "\e0ce";
}

.imf-basket-2:before {
    content: "\e0cf";
}

.imf-bag:before {
    content: "\e0d0";
}

.imf-bag-2:before {
    content: "\e0d1";
}

.imf-bag-3:before {
    content: "\e0d2";
}

.imf-coin:before {
    content: "\e0d3";
}

.imf-coins:before {
    content: "\e0d4";
}

.imf-credit:before {
    content: "\e0d5";
}

.imf-credit-2:before {
    content: "\e0d6";
}

.imf-calculate:before {
    content: "\e0d7";
}

.imf-calculate-2:before {
    content: "\e0d8";
}

.imf-support:before {
    content: "\e0d9";
}

.imf-phone:before {
    content: "\e0da";
}

.imf-phone-2:before {
    content: "\e0db";
}

.imf-phone-3:before {
    content: "\e0dc";
}

.imf-phone-4:before {
    content: "\e0dd";
}

.imf-contact-add:before {
    content: "\e0de";
}

.imf-contact-remove:before {
    content: "\e0df";
}

.imf-contact-add-2:before {
    content: "\e0e0";
}

.imf-contact-remove-2:before {
    content: "\e0e1";
}

.imf-call-incoming:before {
    content: "\e0e2";
}

.imf-call-outgoing:before {
    content: "\e0e3";
}

.imf-phone-5:before {
    content: "\e0e4";
}

.imf-phone-6:before {
    content: "\e0e5";
}

.imf-phone-hang-up:before {
    content: "\e0e6";
}

.imf-phone-hang-up-2:before {
    content: "\e0e7";
}

.imf-address-book:before {
    content: "\e0e8";
}

.imf-address-book-2:before {
    content: "\e0e9";
}

.imf-notebook:before {
    content: "\e0ea";
}

.imf-envelop:before {
    content: "\e0eb";
}

.imf-envelop-2:before {
    content: "\e0ec";
}

.imf-mail-send:before {
    content: "\e0ed";
}

.imf-envelop-opened:before {
    content: "\e0ee";
}

.imf-envelop-3:before {
    content: "\e0ef";
}

.imf-pushpin:before {
    content: "\e0f0";
}

.imf-location:before {
    content: "\e0f1";
}

.imf-location-2:before {
    content: "\e0f2";
}

.imf-location-3:before {
    content: "\e0f3";
}

.imf-location-4:before {
    content: "\e0f4";
}

.imf-location-5:before {
    content: "\e0f5";
}

.imf-location-6:before {
    content: "\e0f6";
}

.imf-location-7:before {
    content: "\e0f7";
}

.imf-compass:before {
    content: "\e0f8";
}

.imf-compass-2:before {
    content: "\e0f9";
}

.imf-map:before {
    content: "\e0fa";
}

.imf-map-2:before {
    content: "\e0fb";
}

.imf-map-3:before {
    content: "\e0fc";
}

.imf-map-4:before {
    content: "\e0fd";
}

.imf-direction:before {
    content: "\e0fe";
}

.imf-history:before {
    content: "\e0ff";
}

.imf-history-2:before {
    content: "\e100";
}

.imf-clock:before {
    content: "\e101";
}

.imf-clock-2:before {
    content: "\e102";
}

.imf-clock-3:before {
    content: "\e103";
}

.imf-clock-4:before {
    content: "\e104";
}

.imf-watch:before {
    content: "\e105";
}

.imf-clock-5:before {
    content: "\e106";
}

.imf-clock-6:before {
    content: "\e107";
}

.imf-clock-7:before {
    content: "\e108";
}

.imf-alarm:before {
    content: "\e109";
}

.imf-alarm-2:before {
    content: "\e10a";
}

.imf-bell:before {
    content: "\e10b";
}

.imf-bell-2:before {
    content: "\e10c";
}

.imf-alarm-plus:before {
    content: "\e10d";
}

.imf-alarm-minus:before {
    content: "\e10e";
}

.imf-alarm-check:before {
    content: "\e10f";
}

.imf-alarm-cancel:before {
    content: "\e110";
}

.imf-stopwatch:before {
    content: "\e111";
}

.imf-calendar:before {
    content: "\e112";
}

.imf-calendar-2:before {
    content: "\e113";
}

.imf-calendar-3:before {
    content: "\e114";
}

.imf-calendar-4:before {
    content: "\e115";
}

.imf-calendar-5:before {
    content: "\e116";
}

.imf-print:before {
    content: "\e117";
}

.imf-print-2:before {
    content: "\e118";
}

.imf-print-3:before {
    content: "\e119";
}

.imf-mouse:before {
    content: "\e11a";
}

.imf-mouse-2:before {
    content: "\e11b";
}

.imf-mouse-3:before {
    content: "\e11c";
}

.imf-mouse-4:before {
    content: "\e11d";
}

.imf-keyboard:before {
    content: "\e11e";
}

.imf-keyboard-2:before {
    content: "\e11f";
}

.imf-screen:before {
    content: "\e120";
}

.imf-screen-2:before {
    content: "\e121";
}

.imf-screen-3:before {
    content: "\e122";
}

.imf-screen-4:before {
    content: "\e123";
}

.imf-laptop:before {
    content: "\e124";
}

.imf-mobile:before {
    content: "\e125";
}

.imf-mobile-2:before {
    content: "\e126";
}

.imf-tablet:before {
    content: "\e127";
}

.imf-mobile-3:before {
    content: "\e128";
}

.imf-tv:before {
    content: "\e129";
}

.imf-cabinet:before {
    content: "\e12a";
}

.imf-archive:before {
    content: "\e12b";
}

.imf-drawer:before {
    content: "\e12c";
}

.imf-drawer-2:before {
    content: "\e12d";
}

.imf-drawer-3:before {
    content: "\e12e";
}

.imf-box:before {
    content: "\e12f";
}

.imf-box-add:before {
    content: "\e130";
}

.imf-box-remove:before {
    content: "\e131";
}

.imf-download:before {
    content: "\e132";
}

.imf-upload:before {
    content: "\e133";
}

.imf-disk:before {
    content: "\e134";
}

.imf-cd:before {
    content: "\e135";
}

.imf-storage:before {
    content: "\e136";
}

.imf-storage-2:before {
    content: "\e137";
}

.imf-database:before {
    content: "\e138";
}

.imf-database-2:before {
    content: "\e139";
}

.imf-database-3:before {
    content: "\e13a";
}

.imf-undo:before {
    content: "\e13b";
}

.imf-redo:before {
    content: "\e13c";
}

.imf-rotate:before {
    content: "\e13d";
}

.imf-rotate-2:before {
    content: "\e13e";
}

.imf-flip:before {
    content: "\e13f";
}

.imf-flip-2:before {
    content: "\e140";
}

.imf-unite:before {
    content: "\e141";
}

.imf-subtract:before {
    content: "\e142";
}

.imf-interset:before {
    content: "\e143";
}

.imf-exclude:before {
    content: "\e144";
}

.imf-align-left:before {
    content: "\e145";
}

.imf-align-center-horizontal:before {
    content: "\e146";
}

.imf-align-right:before {
    content: "\e147";
}

.imf-align-top:before {
    content: "\e148";
}

.imf-align-center-vertical:before {
    content: "\e149";
}

.imf-align-bottom:before {
    content: "\e14a";
}

.imf-undo-2:before {
    content: "\e14b";
}

.imf-redo-2:before {
    content: "\e14c";
}

.imf-forward:before {
    content: "\e14d";
}

.imf-reply:before {
    content: "\e14e";
}

.imf-reply-2:before {
    content: "\e14f";
}

.imf-bubble:before {
    content: "\e150";
}

.imf-bubbles:before {
    content: "\e151";
}

.imf-bubbles-2:before {
    content: "\e152";
}

.imf-bubble-2:before {
    content: "\e153";
}

.imf-bubbles-3:before {
    content: "\e154";
}

.imf-bubbles-4:before {
    content: "\e155";
}

.imf-bubble-notification:before {
    content: "\e156";
}

.imf-bubbles-5:before {
    content: "\e157";
}

.imf-bubbles-6:before {
    content: "\e158";
}

.imf-bubble-3:before {
    content: "\e159";
}

.imf-bubble-dots:before {
    content: "\e15a";
}

.imf-bubble-4:before {
    content: "\e15b";
}

.imf-bubble-5:before {
    content: "\e15c";
}

.imf-bubble-dots-2:before {
    content: "\e15d";
}

.imf-bubble-6:before {
    content: "\e15e";
}

.imf-bubble-7:before {
    content: "\e15f";
}

.imf-bubble-8:before {
    content: "\e160";
}

.imf-bubbles-7:before {
    content: "\e161";
}

.imf-bubble-9:before {
    content: "\e162";
}

.imf-bubbles-8:before {
    content: "\e163";
}

.imf-bubble-10:before {
    content: "\e164";
}

.imf-bubble-dots-3:before {
    content: "\e165";
}

.imf-bubble-11:before {
    content: "\e166";
}

.imf-bubble-12:before {
    content: "\e167";
}

.imf-bubble-dots-4:before {
    content: "\e168";
}

.imf-bubble-13:before {
    content: "\e169";
}

.imf-bubbles-9:before {
    content: "\e16a";
}

.imf-bubbles-10:before {
    content: "\e16b";
}

.imf-bubble-blocked:before {
    content: "\e16c";
}

.imf-bubble-quote:before {
    content: "\e16d";
}

.imf-bubble-user:before {
    content: "\e16e";
}

.imf-bubble-check:before {
    content: "\e16f";
}

.imf-bubble-video-chat:before {
    content: "\e170";
}

.imf-bubble-link:before {
    content: "\e171";
}

.imf-bubble-locked:before {
    content: "\e172";
}

.imf-bubble-star:before {
    content: "\e173";
}

.imf-bubble-heart:before {
    content: "\e174";
}

.imf-bubble-paperclip:before {
    content: "\e175";
}

.imf-bubble-cancel:before {
    content: "\e176";
}

.imf-bubble-plus:before {
    content: "\e177";
}

.imf-bubble-minus:before {
    content: "\e178";
}

.imf-bubble-notification-2:before {
    content: "\e179";
}

.imf-bubble-trash:before {
    content: "\e17a";
}

.imf-bubble-left:before {
    content: "\e17b";
}

.imf-bubble-right:before {
    content: "\e17c";
}

.imf-bubble-up:before {
    content: "\e17d";
}

.imf-bubble-down:before {
    content: "\e17e";
}

.imf-bubble-first:before {
    content: "\e17f";
}

.imf-bubble-last:before {
    content: "\e180";
}

.imf-bubble-replu:before {
    content: "\e181";
}

.imf-bubble-forward:before {
    content: "\e182";
}

.imf-bubble-reply:before {
    content: "\e183";
}

.imf-bubble-forward-2:before {
    content: "\e184";
}

.imf-user:before {
    content: "\e185";
}

.imf-users:before {
    content: "\e186";
}

.imf-user-plus:before {
    content: "\e187";
}

.imf-user-plus-2:before {
    content: "\e188";
}

.imf-user-minus:before {
    content: "\e189";
}

.imf-user-minus-2:before {
    content: "\e18a";
}

.imf-user-cancel:before {
    content: "\e18b";
}

.imf-user-block:before {
    content: "\e18c";
}

.imf-users-2:before {
    content: "\e18d";
}

.imf-user-2:before {
    content: "\e18e";
}

.imf-users-3:before {
    content: "\e18f";
}

.imf-user-plus-3:before {
    content: "\e190";
}

.imf-user-minus-3:before {
    content: "\e191";
}

.imf-user-cancel-2:before {
    content: "\e192";
}

.imf-user-block-2:before {
    content: "\e193";
}

.imf-user-3:before {
    content: "\e194";
}

.imf-user-4:before {
    content: "\e195";
}

.imf-user-5:before {
    content: "\e196";
}

.imf-user-6:before {
    content: "\e197";
}

.imf-users-4:before {
    content: "\e198";
}

.imf-user-7:before {
    content: "\e199";
}

.imf-user-8:before {
    content: "\e19a";
}

.imf-users-5:before {
    content: "\e19b";
}

.imf-vcard:before {
    content: "\e19c";
}

.imf-tshirt:before {
    content: "\e19d";
}

.imf-hanger:before {
    content: "\e19e";
}

.imf-quotes-left:before {
    content: "\e19f";
}

.imf-quotes-right:before {
    content: "\e1a0";
}

.imf-quotes-right-2:before {
    content: "\e1a1";
}

.imf-quotes-right-3:before {
    content: "\e1a2";
}

.imf-busy:before {
    content: "\e1a3";
}

.imf-busy-2:before {
    content: "\e1a4";
}

.imf-busy-3:before {
    content: "\e1a5";
}

.imf-busy-4:before {
    content: "\e1a6";
}

.imf-spinner:before {
    content: "\e1a7";
}

.imf-spinner-2:before {
    content: "\e1a8";
}

.imf-spinner-3:before {
    content: "\e1a9";
}

.imf-spinner-4:before {
    content: "\e1aa";
}

.imf-spinner-5:before {
    content: "\e1ab";
}

.imf-spinner-6:before {
    content: "\e1ac";
}

.imf-spinner-7:before {
    content: "\e1ad";
}

.imf-spinner-8:before {
    content: "\e1ae";
}

.imf-spinner-9:before {
    content: "\e1af";
}

.imf-spinner-10:before {
    content: "\e1b0";
}

.imf-spinner-11:before {
    content: "\e1b1";
}

.imf-spinner-12:before {
    content: "\e1b2";
}

.imf-microscope:before {
    content: "\e1b3";
}

.imf-binoculars:before {
    content: "\e1b4";
}

.imf-binoculars-2:before {
    content: "\e1b5";
}

.imf-search:before {
    content: "\e1b6";
}

.imf-search-2:before {
    content: "\e1b7";
}

.imf-zoom-in:before {
    content: "\e1b8";
}

.imf-zoom-out:before {
    content: "\e1b9";
}

.imf-search-3:before {
    content: "\e1ba";
}

.imf-search-4:before {
    content: "\e1bb";
}

.imf-zoom-in-2:before {
    content: "\e1bc";
}

.imf-zoom-out-2:before {
    content: "\e1bd";
}

.imf-search-5:before {
    content: "\e1be";
}

.imf-expand:before {
    content: "\e1bf";
}

.imf-contract:before {
    content: "\e1c0";
}

.imf-scale-up:before {
    content: "\e1c1";
}

.imf-scale-down:before {
    content: "\e1c2";
}

.imf-expand-2:before {
    content: "\e1c3";
}

.imf-contract-2:before {
    content: "\e1c4";
}

.imf-scale-up-2:before {
    content: "\e1c5";
}

.imf-scale-down-2:before {
    content: "\e1c6";
}

.imf-fullscreen:before {
    content: "\e1c7";
}

.imf-expand-3:before {
    content: "\e1c8";
}

.imf-contract-3:before {
    content: "\e1c9";
}

.imf-key:before {
    content: "\e1ca";
}

.imf-key-2:before {
    content: "\e1cb";
}

.imf-key-3:before {
    content: "\e1cc";
}

.imf-key-4:before {
    content: "\e1cd";
}

.imf-key-5:before {
    content: "\e1ce";
}

.imf-keyhole:before {
    content: "\e1cf";
}

.imf-lock:before {
    content: "\e1d0";
}

.imf-lock-2:before {
    content: "\e1d1";
}

.imf-lock-3:before {
    content: "\e1d2";
}

.imf-lock-4:before {
    content: "\e1d3";
}

.imf-unlocked:before {
    content: "\e1d4";
}

.imf-lock-5:before {
    content: "\e1d5";
}

.imf-unlocked-2:before {
    content: "\e1d6";
}

.imf-wrench:before {
    content: "\e1d7";
}

.imf-wrench-2:before {
    content: "\e1d8";
}

.imf-wrench-3:before {
    content: "\e1d9";
}

.imf-wrench-4:before {
    content: "\e1da";
}

.imf-settings:before {
    content: "\e1db";
}

.imf-equalizer:before {
    content: "\e1dc";
}

.imf-equalizer-2:before {
    content: "\e1dd";
}

.imf-equalizer-3:before {
    content: "\e1de";
}

.imf-cog:before {
    content: "\e1df";
}

.imf-cogs:before {
    content: "\e1e0";
}

.imf-cog-2:before {
    content: "\e1e1";
}

.imf-cog-3:before {
    content: "\e1e2";
}

.imf-cog-4:before {
    content: "\e1e3";
}

.imf-cog-5:before {
    content: "\e1e4";
}

.imf-cog-6:before {
    content: "\e1e5";
}

.imf-cog-7:before {
    content: "\e1e6";
}

.imf-factory:before {
    content: "\e1e7";
}

.imf-hammer:before {
    content: "\e1e8";
}

.imf-tools:before {
    content: "\e1e9";
}

.imf-screwdriver:before {
    content: "\e1ea";
}

.imf-screwdriver-2:before {
    content: "\e1eb";
}

.imf-wand:before {
    content: "\e1ec";
}

.imf-wand-2:before {
    content: "\e1ed";
}

.imf-health:before {
    content: "\e1ee";
}

.imf-aid:before {
    content: "\e1ef";
}

.imf-patch:before {
    content: "\e1f0";
}

.imf-bug:before {
    content: "\e1f1";
}

.imf-bug-2:before {
    content: "\e1f2";
}

.imf-inject:before {
    content: "\e1f3";
}

.imf-inject-2:before {
    content: "\e1f4";
}

.imf-construction:before {
    content: "\e1f5";
}

.imf-cone:before {
    content: "\e1f6";
}

.imf-pie:before {
    content: "\e1f7";
}

.imf-pie-2:before {
    content: "\e1f8";
}

.imf-pie-3:before {
    content: "\e1f9";
}

.imf-pie-4:before {
    content: "\e1fa";
}

.imf-pie-5:before {
    content: "\e1fb";
}

.imf-pie-6:before {
    content: "\e1fc";
}

.imf-pie-7:before {
    content: "\e1fd";
}

.imf-stats:before {
    content: "\e1fe";
}

.imf-stats-2:before {
    content: "\e1ff";
}

.imf-stats-3:before {
    content: "\e200";
}

.imf-bars:before {
    content: "\e201";
}

.imf-bars-2:before {
    content: "\e202";
}

.imf-bars-3:before {
    content: "\e203";
}

.imf-bars-4:before {
    content: "\e204";
}

.imf-bars-5:before {
    content: "\e205";
}

.imf-bars-6:before {
    content: "\e206";
}

.imf-stats-up:before {
    content: "\e207";
}

.imf-stats-down:before {
    content: "\e208";
}

.imf-stairs-down:before {
    content: "\e209";
}

.imf-stairs-down-2:before {
    content: "\e20a";
}

.imf-chart:before {
    content: "\e20b";
}

.imf-stairs:before {
    content: "\e20c";
}

.imf-stairs-2:before {
    content: "\e20d";
}

.imf-ladder:before {
    content: "\e20e";
}

.imf-cake:before {
    content: "\e20f";
}

.imf-gift:before {
    content: "\e210";
}

.imf-gift-2:before {
    content: "\e211";
}

.imf-balloon:before {
    content: "\e212";
}

.imf-rating:before {
    content: "\e213";
}

.imf-rating-2:before {
    content: "\e214";
}

.imf-rating-3:before {
    content: "\e215";
}

.imf-podium:before {
    content: "\e216";
}

.imf-medal:before {
    content: "\e217";
}

.imf-medal-2:before {
    content: "\e218";
}

.imf-medal-3:before {
    content: "\e219";
}

.imf-medal-4:before {
    content: "\e21a";
}

.imf-medal-5:before {
    content: "\e21b";
}

.imf-crown:before {
    content: "\e21c";
}

.imf-trophy:before {
    content: "\e21d";
}

.imf-trophy-2:before {
    content: "\e21e";
}

.imf-trophy-star:before {
    content: "\e21f";
}

.imf-diamond:before {
    content: "\e220";
}

.imf-diamond-2:before {
    content: "\e221";
}

.imf-glass:before {
    content: "\e222";
}

.imf-glass-2:before {
    content: "\e223";
}

.imf-bottle:before {
    content: "\e224";
}

.imf-bottle-2:before {
    content: "\e225";
}

.imf-mug:before {
    content: "\e226";
}

.imf-food:before {
    content: "\e227";
}

.imf-food-2:before {
    content: "\e228";
}

.imf-hamburger:before {
    content: "\e229";
}

.imf-cup:before {
    content: "\e22a";
}

.imf-cup-2:before {
    content: "\e22b";
}

.imf-leaf:before {
    content: "\e22c";
}

.imf-leaf-2:before {
    content: "\e22d";
}

.imf-apple-fruit:before {
    content: "\e22e";
}

.imf-tree:before {
    content: "\e22f";
}

.imf-tree-2:before {
    content: "\e230";
}

.imf-paw:before {
    content: "\e231";
}

.imf-steps:before {
    content: "\e232";
}

.imf-flower:before {
    content: "\e233";
}

.imf-rocket:before {
    content: "\e234";
}

.imf-meter:before {
    content: "\e235";
}

.imf-meter2:before {
    content: "\e236";
}

.imf-meter-slow:before {
    content: "\e237";
}

.imf-meter-medium:before {
    content: "\e238";
}

.imf-meter-fast:before {
    content: "\e239";
}

.imf-dashboard:before {
    content: "\e23a";
}

.imf-hammer-2:before {
    content: "\e23b";
}

.imf-balance:before {
    content: "\e23c";
}

.imf-bomb:before {
    content: "\e23d";
}

.imf-fire:before {
    content: "\e23e";
}

.imf-fire-2:before {
    content: "\e23f";
}

.imf-lab:before {
    content: "\e240";
}

.imf-atom:before {
    content: "\e241";
}

.imf-atom-2:before {
    content: "\e242";
}

.imf-magnet:before {
    content: "\e243";
}

.imf-magnet-2:before {
    content: "\e244";
}

.imf-magnet-3:before {
    content: "\e245";
}

.imf-magnet-4:before {
    content: "\e246";
}

.imf-dumbbell:before {
    content: "\e247";
}

.imf-skull:before {
    content: "\e248";
}

.imf-skull-2:before {
    content: "\e249";
}

.imf-skull-3:before {
    content: "\e24a";
}

.imf-lamp:before {
    content: "\e24b";
}

.imf-lamp-2:before {
    content: "\e24c";
}

.imf-lamp-3:before {
    content: "\e24d";
}

.imf-lamp-4:before {
    content: "\e24e";
}

.imf-remove:before {
    content: "\e24f";
}

.imf-remove-2:before {
    content: "\e250";
}

.imf-remove-3:before {
    content: "\e251";
}

.imf-remove-4:before {
    content: "\e252";
}

.imf-remove-5:before {
    content: "\e253";
}

.imf-remove-6:before {
    content: "\e254";
}

.imf-remove-7:before {
    content: "\e255";
}

.imf-remove-8:before {
    content: "\e256";
}

.imf-briefcase:before {
    content: "\e257";
}

.imf-briefcase-2:before {
    content: "\e258";
}

.imf-briefcase-3:before {
    content: "\e259";
}

.imf-airplane:before {
    content: "\e25a";
}

.imf-airplane-2:before {
    content: "\e25b";
}

.imf-paper-plane:before {
    content: "\e25c";
}

.imf-car:before {
    content: "\e25d";
}

.imf-gas-pump:before {
    content: "\e25e";
}

.imf-bus:before {
    content: "\e25f";
}

.imf-truck:before {
    content: "\e260";
}

.imf-bike:before {
    content: "\e261";
}

.imf-road:before {
    content: "\e262";
}

.imf-train:before {
    content: "\e263";
}

.imf-ship:before {
    content: "\e264";
}

.imf-boat:before {
    content: "\e265";
}

.imf-cube:before {
    content: "\e266";
}

.imf-cube-2:before {
    content: "\e267";
}

.imf-cube-3:before {
    content: "\e268";
}

.imf-cube4:before {
    content: "\e269";
}

.imf-pyramid:before {
    content: "\e26a";
}

.imf-pyramid-2:before {
    content: "\e26b";
}

.imf-cylinder:before {
    content: "\e26c";
}

.imf-package:before {
    content: "\e26d";
}

.imf-puzzle:before {
    content: "\e26e";
}

.imf-puzzle-2:before {
    content: "\e26f";
}

.imf-puzzle-3:before {
    content: "\e270";
}

.imf-puzzle-4:before {
    content: "\e271";
}

.imf-glasses:before {
    content: "\e272";
}

.imf-glasses-2:before {
    content: "\e273";
}

.imf-glasses-3:before {
    content: "\e274";
}

.imf-sun-glasses:before {
    content: "\e275";
}

.imf-accessibility:before {
    content: "\e276";
}

.imf-accessibility-2:before {
    content: "\e277";
}

.imf-brain:before {
    content: "\e278";
}

.imf-target:before {
    content: "\e279";
}

.imf-target-2:before {
    content: "\e27a";
}

.imf-target-3:before {
    content: "\e27b";
}

.imf-gun:before {
    content: "\e27c";
}

.imf-gun-ban:before {
    content: "\e27d";
}

.imf-shield:before {
    content: "\e27e";
}

.imf-shield-2:before {
    content: "\e27f";
}

.imf-shield-3:before {
    content: "\e280";
}

.imf-shield-4:before {
    content: "\e281";
}

.imf-soccer:before {
    content: "\e282";
}

.imf-football:before {
    content: "\e283";
}

.imf-baseball:before {
    content: "\e284";
}

.imf-basketball:before {
    content: "\e285";
}

.imf-golf:before {
    content: "\e286";
}

.imf-hockey:before {
    content: "\e287";
}

.imf-racing:before {
    content: "\e288";
}

.imf-eight-ball:before {
    content: "\e289";
}

.imf-bowling-ball:before {
    content: "\e28a";
}

.imf-bowling:before {
    content: "\e28b";
}

.imf-bowling-2:before {
    content: "\e28c";
}

.imf-lightning:before {
    content: "\e28d";
}

.imf-power:before {
    content: "\e28e";
}

.imf-power-2:before {
    content: "\e28f";
}

.imf-switch:before {
    content: "\e290";
}

.imf-power-cord:before {
    content: "\e291";
}

.imf-cord:before {
    content: "\e292";
}

.imf-socket:before {
    content: "\e293";
}

.imf-clipboard:before {
    content: "\e294";
}

.imf-clipboard-2:before {
    content: "\e295";
}

.imf-signup:before {
    content: "\e296";
}

.imf-clipboard-3:before {
    content: "\e297";
}

.imf-clipboard-4:before {
    content: "\e298";
}

.imf-list:before {
    content: "\e299";
}

.imf-list-2:before {
    content: "\e29a";
}

.imf-list-3:before {
    content: "\e29b";
}

.imf-numbered-list:before {
    content: "\e29c";
}

.imf-list-4:before {
    content: "\e29d";
}

.imf-list-5:before {
    content: "\e29e";
}

.imf-playlist:before {
    content: "\e29f";
}

.imf-grid:before {
    content: "\e2a0";
}

.imf-grid-2:before {
    content: "\e2a1";
}

.imf-grid-3:before {
    content: "\e2a2";
}

.imf-grid-4:before {
    content: "\e2a3";
}

.imf-grid-5:before {
    content: "\e2a4";
}

.imf-grid-6:before {
    content: "\e2a5";
}

.imf-tree-3:before {
    content: "\e2a6";
}

.imf-tree-4:before {
    content: "\e2a7";
}

.imf-tree-5:before {
    content: "\e2a8";
}

.imf-menu:before {
    content: "\e2a9";
}

.imf-menu-2:before {
    content: "\e2aa";
}

.imf-circle-small:before {
    content: "\e2ab";
}

.imf-menu-3:before {
    content: "\e2ac";
}

.imf-menu-4:before {
    content: "\e2ad";
}

.imf-menu-5:before {
    content: "\e2ae";
}

.imf-menu-6:before {
    content: "\e2af";
}

.imf-menu-7:before {
    content: "\e2b0";
}

.imf-menu-8:before {
    content: "\e2b1";
}

.imf-menu-9:before {
    content: "\e2b2";
}

.imf-cloud:before {
    content: "\e2b3";
}

.imf-cloud-2:before {
    content: "\e2b4";
}

.imf-cloud-3:before {
    content: "\e2b5";
}

.imf-cloud-download:before {
    content: "\e2b6";
}

.imf-cloud-upload:before {
    content: "\e2b7";
}

.imf-download-2:before {
    content: "\e2b8";
}

.imf-upload-2:before {
    content: "\e2b9";
}

.imf-download-3:before {
    content: "\e2ba";
}

.imf-upload-3:before {
    content: "\e2bb";
}

.imf-download-4:before {
    content: "\e2bc";
}

.imf-upload-4:before {
    content: "\e2bd";
}

.imf-download-5:before {
    content: "\e2be";
}

.imf-upload-5:before {
    content: "\e2bf";
}

.imf-download-6:before {
    content: "\e2c0";
}

.imf-upload-6:before {
    content: "\e2c1";
}

.imf-download-7:before {
    content: "\e2c2";
}

.imf-upload-7:before {
    content: "\e2c3";
}

.imf-globe:before {
    content: "\e2c4";
}

.imf-globe-2:before {
    content: "\e2c5";
}

.imf-globe-3:before {
    content: "\e2c6";
}

.imf-earth:before {
    content: "\e2c7";
}

.imf-network:before {
    content: "\e2c8";
}

.imf-link:before {
    content: "\e2c9";
}

.imf-link-2:before {
    content: "\e2ca";
}

.imf-link-3:before {
    content: "\e2cb";
}

.imf-link2:before {
    content: "\e2cc";
}

.imf-link-4:before {
    content: "\e2cd";
}

.imf-link-5:before {
    content: "\e2ce";
}

.imf-link-6:before {
    content: "\e2cf";
}

.imf-anchor:before {
    content: "\e2d0";
}

.imf-flag:before {
    content: "\e2d1";
}

.imf-flag-2:before {
    content: "\e2d2";
}

.imf-flag-3:before {
    content: "\e2d3";
}

.imf-flag-4:before {
    content: "\e2d4";
}

.imf-flag-5:before {
    content: "\e2d5";
}

.imf-flag-6:before {
    content: "\e2d6";
}

.imf-attachment:before {
    content: "\e2d7";
}

.imf-attachment-2:before {
    content: "\e2d8";
}

.imf-eye:before {
    content: "\e2d9";
}

.imf-eye-blocked:before {
    content: "\e2da";
}

.imf-eye-2:before {
    content: "\e2db";
}

.imf-eye-3:before {
    content: "\e2dc";
}

.imf-eye-blocked-2:before {
    content: "\e2dd";
}

.imf-eye-4:before {
    content: "\e2de";
}

.imf-eye-5:before {
    content: "\e2df";
}

.imf-eye-6:before {
    content: "\e2e0";
}

.imf-eye-7:before {
    content: "\e2e1";
}

.imf-eye-8:before {
    content: "\e2e2";
}

.imf-bookmark:before {
    content: "\e2e3";
}

.imf-bookmark-2:before {
    content: "\e2e4";
}

.imf-bookmarks:before {
    content: "\e2e5";
}

.imf-bookmark-3:before {
    content: "\e2e6";
}

.imf-spotlight:before {
    content: "\e2e7";
}

.imf-starburst:before {
    content: "\e2e8";
}

.imf-snowflake:before {
    content: "\e2e9";
}

.imf-temperature:before {
    content: "\e2ea";
}

.imf-temperature-2:before {
    content: "\e2eb";
}

.imf-weather-lightning:before {
    content: "\e2ec";
}

.imf-weather-rain:before {
    content: "\e2ed";
}

.imf-weather-snow:before {
    content: "\e2ee";
}

.imf-windy:before {
    content: "\e2ef";
}

.imf-fan:before {
    content: "\e2f0";
}

.imf-umbrella:before {
    content: "\e2f1";
}

.imf-sun:before {
    content: "\e2f2";
}

.imf-sun-2:before {
    content: "\e2f3";
}

.imf-brightness-high:before {
    content: "\e2f4";
}

.imf-brightness-medium:before {
    content: "\e2f5";
}

.imf-brightness-low:before {
    content: "\e2f6";
}

.imf-brightness-contrast:before {
    content: "\e2f7";
}

.imf-contrast:before {
    content: "\e2f8";
}

.imf-moon:before {
    content: "\e2f9";
}

.imf-bed:before {
    content: "\e2fa";
}

.imf-bed-2:before {
    content: "\e2fb";
}

.imf-star:before {
    content: "\e2fc";
}

.imf-star-2:before {
    content: "\e2fd";
}

.imf-star-3:before {
    content: "\e2fe";
}

.imf-star-4:before {
    content: "\e2ff";
}

.imf-star-5:before {
    content: "\e300";
}

.imf-star-6:before {
    content: "\e301";
}

.imf-heart:before {
    content: "\e302";
}

.imf-heart-2:before {
    content: "\e303";
}

.imf-heart-3:before {
    content: "\e304";
}

.imf-heart-4:before {
    content: "\e305";
}

.imf-heart-broken:before {
    content: "\e306";
}

.imf-heart-5:before {
    content: "\e307";
}

.imf-heart-6:before {
    content: "\e308";
}

.imf-heart-broken-2:before {
    content: "\e309";
}

.imf-heart-7:before {
    content: "\e30a";
}

.imf-heart-8:before {
    content: "\e30b";
}

.imf-heart-broken-3:before {
    content: "\e30c";
}

.imf-lips:before {
    content: "\e30d";
}

.imf-lips-2:before {
    content: "\e30e";
}

.imf-thumbs-up:before {
    content: "\e30f";
}

.imf-thumbs-up-2:before {
    content: "\e310";
}

.imf-thumbs-down:before {
    content: "\e311";
}

.imf-thumbs-down-2:before {
    content: "\e312";
}

.imf-thumbs-up-3:before {
    content: "\e313";
}

.imf-thumbs-up-4:before {
    content: "\e314";
}

.imf-thumbs-up-5:before {
    content: "\e315";
}

.imf-thumbs-up-6:before {
    content: "\e316";
}

.imf-people:before {
    content: "\e317";
}

.imf-man:before {
    content: "\e318";
}

.imf-male:before {
    content: "\e319";
}

.imf-woman:before {
    content: "\e31a";
}

.imf-female:before {
    content: "\e31b";
}

.imf-peace:before {
    content: "\e31c";
}

.imf-yin-yang:before {
    content: "\e31d";
}

.imf-happy:before {
    content: "\e31e";
}

.imf-happy-2:before {
    content: "\e31f";
}

.imf-smiley:before {
    content: "\e320";
}

.imf-smiley-2:before {
    content: "\e321";
}

.imf-tongue:before {
    content: "\e322";
}

.imf-tongue-2:before {
    content: "\e323";
}

.imf-sad:before {
    content: "\e324";
}

.imf-sad-2:before {
    content: "\e325";
}

.imf-wink:before {
    content: "\e326";
}

.imf-wink-2:before {
    content: "\e327";
}

.imf-grin:before {
    content: "\e328";
}

.imf-grin-2:before {
    content: "\e329";
}

.imf-cool:before {
    content: "\e32a";
}

.imf-cool-2:before {
    content: "\e32b";
}

.imf-angry:before {
    content: "\e32c";
}

.imf-angry-2:before {
    content: "\e32d";
}

.imf-evil:before {
    content: "\e32e";
}

.imf-evil-2:before {
    content: "\e32f";
}

.imf-shocked:before {
    content: "\e330";
}

.imf-shocked-2:before {
    content: "\e331";
}

.imf-confused:before {
    content: "\e332";
}

.imf-confused-2:before {
    content: "\e333";
}

.imf-neutral:before {
    content: "\e334";
}

.imf-neutral-2:before {
    content: "\e335";
}

.imf-wondering:before {
    content: "\e336";
}

.imf-wondering-2:before {
    content: "\e337";
}

.imf-cursor:before {
    content: "\e338";
}

.imf-cursor-2:before {
    content: "\e339";
}

.imf-point-up:before {
    content: "\e33a";
}

.imf-point-right:before {
    content: "\e33b";
}

.imf-point-down:before {
    content: "\e33c";
}

.imf-point-left:before {
    content: "\e33d";
}

.imf-pointer:before {
    content: "\e33e";
}

.imf-hand:before {
    content: "\e33f";
}

.imf-stack-empty:before {
    content: "\e340";
}

.imf-stack-plus:before {
    content: "\e341";
}

.imf-stack-minus:before {
    content: "\e342";
}

.imf-stack-star:before {
    content: "\e343";
}

.imf-stack-picture:before {
    content: "\e344";
}

.imf-stack-down:before {
    content: "\e345";
}

.imf-stack-up:before {
    content: "\e346";
}

.imf-stack-cancel:before {
    content: "\e347";
}

.imf-stack-checkmark:before {
    content: "\e348";
}

.imf-stack-list:before {
    content: "\e349";
}

.imf-stack-clubs:before {
    content: "\e34a";
}

.imf-stack-spades:before {
    content: "\e34b";
}

.imf-stack-hearts:before {
    content: "\e34c";
}

.imf-stack-diamonds:before {
    content: "\e34d";
}

.imf-stack-user:before {
    content: "\e34e";
}

.imf-stack-4:before {
    content: "\e34f";
}

.imf-stack-music:before {
    content: "\e350";
}

.imf-stack-play:before {
    content: "\e351";
}

.imf-move:before {
    content: "\e352";
}

.imf-resize:before {
    content: "\e353";
}

.imf-resize-2:before {
    content: "\e354";
}

.imf-warning:before {
    content: "\e355";
}

.imf-warning-2:before {
    content: "\e356";
}

.imf-notification:before {
    content: "\e357";
}

.imf-notification-2:before {
    content: "\e358";
}

.imf-question:before {
    content: "\e359";
}

.imf-question-2:before {
    content: "\e35a";
}

.imf-question-3:before {
    content: "\e35b";
}

.imf-question-4:before {
    content: "\e35c";
}

.imf-question-5:before {
    content: "\e35d";
}

.imf-plus-circle:before {
    content: "\e35e";
}

.imf-plus-circle-2:before {
    content: "\e35f";
}

.imf-minus-circle:before {
    content: "\e360";
}

.imf-minus-circle-2:before {
    content: "\e361";
}

.imf-info:before {
    content: "\e362";
}

.imf-info-2:before {
    content: "\e363";
}

.imf-blocked:before {
    content: "\e364";
}

.imf-cancel-circle:before {
    content: "\e365";
}

.imf-cancel-circle-2:before {
    content: "\e366";
}

.imf-checkmark-circle:before {
    content: "\e367";
}

.imf-checkmark-circle-2:before {
    content: "\e368";
}

.imf-cancel:before {
    content: "\e369";
}

.imf-spam:before {
    content: "\e36a";
}

.imf-close:before {
    content: "\e36b";
}

.imf-close-2:before {
    content: "\e36c";
}

.imf-close-3:before {
    content: "\e36d";
}

.imf-close-4:before {
    content: "\e36e";
}

.imf-close-5:before {
    content: "\e36f";
}

.imf-checkmark:before {
    content: "\e370";
}

.imf-checkmark-2:before {
    content: "\e371";
}

.imf-checkmark-3:before {
    content: "\e372";
}

.imf-checkmark-4:before {
    content: "\e373";
}

.imf-spell-check:before {
    content: "\e374";
}

.imf-minus:before {
    content: "\e375";
}

.imf-plus:before {
    content: "\e376";
}

.imf-minus-2:before {
    content: "\e377";
}

.imf-plus-2:before {
    content: "\e378";
}

.imf-enter:before {
    content: "\e379";
}

.imf-exit:before {
    content: "\e37a";
}

.imf-enter-2:before {
    content: "\e37b";
}

.imf-exit-2:before {
    content: "\e37c";
}

.imf-enter-3:before {
    content: "\e37d";
}

.imf-exit-3:before {
    content: "\e37e";
}

.imf-exit-4:before {
    content: "\e37f";
}

.imf-play-3:before {
    content: "\e380";
}

.imf-pause:before {
    content: "\e381";
}

.imf-stop:before {
    content: "\e382";
}

.imf-backward:before {
    content: "\e383";
}

.imf-forward-2:before {
    content: "\e384";
}

.imf-play-4:before {
    content: "\e385";
}

.imf-pause-2:before {
    content: "\e386";
}

.imf-stop-2:before {
    content: "\e387";
}

.imf-backward-2:before {
    content: "\e388";
}

.imf-forward-3:before {
    content: "\e389";
}

.imf-first:before {
    content: "\e38a";
}

.imf-last:before {
    content: "\e38b";
}

.imf-previous:before {
    content: "\e38c";
}

.imf-next:before {
    content: "\e38d";
}

.imf-eject:before {
    content: "\e38e";
}

.imf-volume-high:before {
    content: "\e38f";
}

.imf-volume-medium:before {
    content: "\e390";
}

.imf-volume-low:before {
    content: "\e391";
}

.imf-volume-mute:before {
    content: "\e392";
}

.imf-volume-mute-2:before {
    content: "\e393";
}

.imf-volume-increase:before {
    content: "\e394";
}

.imf-volume-decrease:before {
    content: "\e395";
}

.imf-volume-high-2:before {
    content: "\e396";
}

.imf-volume-medium-2:before {
    content: "\e397";
}

.imf-volume-low-2:before {
    content: "\e398";
}

.imf-volume-mute-3:before {
    content: "\e399";
}

.imf-volume-mute-4:before {
    content: "\e39a";
}

.imf-volume-increase-2:before {
    content: "\e39b";
}

.imf-volume-decrease-2:before {
    content: "\e39c";
}

.imf-volume5:before {
    content: "\e39d";
}

.imf-volume4:before {
    content: "\e39e";
}

.imf-volume3:before {
    content: "\e39f";
}

.imf-volume2:before {
    content: "\e3a0";
}

.imf-volume1:before {
    content: "\e3a1";
}

.imf-volume0:before {
    content: "\e3a2";
}

.imf-volume-mute-5:before {
    content: "\e3a3";
}

.imf-volume-mute-6:before {
    content: "\e3a4";
}

.imf-loop:before {
    content: "\e3a5";
}

.imf-loop-2:before {
    content: "\e3a6";
}

.imf-loop-3:before {
    content: "\e3a7";
}

.imf-loop-4:before {
    content: "\e3a8";
}

.imf-loop-5:before {
    content: "\e3a9";
}

.imf-shuffle:before {
    content: "\e3aa";
}

.imf-shuffle-2:before {
    content: "\e3ab";
}

.imf-wave:before {
    content: "\e3ac";
}

.imf-wave-2:before {
    content: "\e3ad";
}

.imf-arrow-first:before {
    content: "\e3ae";
}

.imf-arrow-right:before {
    content: "\e3af";
}

.imf-arrow-up:before {
    content: "\e3b0";
}

.imf-arrow-right-2:before {
    content: "\e3b1";
}

.imf-arrow-down:before {
    content: "\e3b2";
}

.imf-arrow-left:before {
    content: "\e3b3";
}

.imf-arrow-up-2:before {
    content: "\e3b4";
}

.imf-arrow-right-3:before {
    content: "\e3b5";
}

.imf-arrow-down-2:before {
    content: "\e3b6";
}

.imf-arrow-left-2:before {
    content: "\e3b7";
}

.imf-arrow-up-left:before {
    content: "\e3b8";
}

.imf-arrow-up-3:before {
    content: "\e3b9";
}

.imf-arrow-up-right:before {
    content: "\e3ba";
}

.imf-arrow-right-4:before {
    content: "\e3bb";
}

.imf-arrow-down-right:before {
    content: "\e3bc";
}

.imf-arrow-down-3:before {
    content: "\e3bd";
}

.imf-arrow-down-left:before {
    content: "\e3be";
}

.imf-arrow-left-3:before {
    content: "\e3bf";
}

.imf-arrow-up-left-2:before {
    content: "\e3c0";
}

.imf-arrow-up-4:before {
    content: "\e3c1";
}

.imf-arrow-up-right-2:before {
    content: "\e3c2";
}

.imf-arrow-right-5:before {
    content: "\e3c3";
}

.imf-arrow-down-right-2:before {
    content: "\e3c4";
}

.imf-arrow-down-4:before {
    content: "\e3c5";
}

.imf-arrow-down-left-2:before {
    content: "\e3c6";
}

.imf-arrow-left-4:before {
    content: "\e3c7";
}

.imf-arrow-up-left-3:before {
    content: "\e3c8";
}

.imf-arrow-up-5:before {
    content: "\e3c9";
}

.imf-arrow-up-right-3:before {
    content: "\e3ca";
}

.imf-arrow-right-6:before {
    content: "\e3cb";
}

.imf-arrow-down-right-3:before {
    content: "\e3cc";
}

.imf-arrow-down-5:before {
    content: "\e3cd";
}

.imf-arrow-down-left-3:before {
    content: "\e3ce";
}

.imf-arrow-left-5:before {
    content: "\e3cf";
}

.imf-arrow-up-left-4:before {
    content: "\e3d0";
}

.imf-arrow-up-6:before {
    content: "\e3d1";
}

.imf-arrow-up-right-4:before {
    content: "\e3d2";
}

.imf-arrow-right-7:before {
    content: "\e3d3";
}

.imf-arrow-down-right-4:before {
    content: "\e3d4";
}

.imf-arrow-down-6:before {
    content: "\e3d5";
}

.imf-arrow-down-left-4:before {
    content: "\e3d6";
}

.imf-arrow-left-6:before {
    content: "\e3d7";
}

.imf-arrow:before {
    content: "\e3d8";
}

.imf-arrow-2:before {
    content: "\e3d9";
}

.imf-arrow-3:before {
    content: "\e3da";
}

.imf-arrow-4:before {
    content: "\e3db";
}

.imf-arrow-5:before {
    content: "\e3dc";
}

.imf-arrow-6:before {
    content: "\e3dd";
}

.imf-arrow-7:before {
    content: "\e3de";
}

.imf-arrow-8:before {
    content: "\e3df";
}

.imf-arrow-up-left-5:before {
    content: "\e3e0";
}

.imf-arrow-square:before {
    content: "\e3e1";
}

.imf-arrow-up-right-5:before {
    content: "\e3e2";
}

.imf-arrow-right-8:before {
    content: "\e3e3";
}

.imf-arrow-down-right-5:before {
    content: "\e3e4";
}

.imf-arrow-down-7:before {
    content: "\e3e5";
}

.imf-arrow-down-left-5:before {
    content: "\e3e6";
}

.imf-arrow-left-7:before {
    content: "\e3e7";
}

.imf-arrow-up-7:before {
    content: "\e3e8";
}

.imf-arrow-right-9:before {
    content: "\e3e9";
}

.imf-arrow-down-8:before {
    content: "\e3ea";
}

.imf-arrow-left-8:before {
    content: "\e3eb";
}

.imf-arrow-up-8:before {
    content: "\e3ec";
}

.imf-arrow-right-10:before {
    content: "\e3ed";
}

.imf-arrow-bottom:before {
    content: "\e3ee";
}

.imf-arrow-left-9:before {
    content: "\e3ef";
}

.imf-arrow-up-left-6:before {
    content: "\e3f0";
}

.imf-arrow-up-9:before {
    content: "\e3f1";
}

.imf-arrow-up-right-6:before {
    content: "\e3f2";
}

.imf-arrow-right-11:before {
    content: "\e3f3";
}

.imf-arrow-down-right-6:before {
    content: "\e3f4";
}

.imf-arrow-down-9:before {
    content: "\e3f5";
}

.imf-arrow-down-left-6:before {
    content: "\e3f6";
}

.imf-arrow-left-10:before {
    content: "\e3f7";
}

.imf-arrow-up-left-7:before {
    content: "\e3f8";
}

.imf-arrow-up-10:before {
    content: "\e3f9";
}

.imf-arrow-up-right-7:before {
    content: "\e3fa";
}

.imf-arrow-right-12:before {
    content: "\e3fb";
}

.imf-arrow-down-right-7:before {
    content: "\e3fc";
}

.imf-arrow-down-10:before {
    content: "\e3fd";
}

.imf-arrow-down-left-7:before {
    content: "\e3fe";
}

.imf-arrow-left-11:before {
    content: "\e3ff";
}

.imf-arrow-up-11:before {
    content: "\e400";
}

.imf-arrow-right-13:before {
    content: "\e401";
}

.imf-arrow-down-11:before {
    content: "\e402";
}

.imf-arrow-left-12:before {
    content: "\e403";
}

.imf-arrow-up-12:before {
    content: "\e404";
}

.imf-arrow-right-14:before {
    content: "\e405";
}

.imf-arrow-down-12:before {
    content: "\e406";
}

.imf-arrow-left-13:before {
    content: "\e407";
}

.imf-arrow-up-13:before {
    content: "\e408";
}

.imf-arrow-right-15:before {
    content: "\e409";
}

.imf-arrow-down-13:before {
    content: "\e40a";
}

.imf-arrow-left-14:before {
    content: "\e40b";
}

.imf-arrow-up-14:before {
    content: "\e40c";
}

.imf-arrow-right-16:before {
    content: "\e40d";
}

.imf-arrow-down-14:before {
    content: "\e40e";
}

.imf-arrow-left-15:before {
    content: "\e40f";
}

.imf-arrow-up-15:before {
    content: "\e410";
}

.imf-arrow-right-17:before {
    content: "\e411";
}

.imf-arrow-down-15:before {
    content: "\e412";
}

.imf-arrow-left-16:before {
    content: "\e413";
}

.imf-arrow-up-16:before {
    content: "\e414";
}

.imf-arrow-right-18:before {
    content: "\e415";
}

.imf-arrow-down-16:before {
    content: "\e416";
}

.imf-arrow-left-17:before {
    content: "\e417";
}

.imf-menu-10:before {
    content: "\e418";
}

.imf-menu-11:before {
    content: "\e419";
}

.imf-menu-close:before {
    content: "\e41a";
}

.imf-menu-close-2:before {
    content: "\e41b";
}

.imf-enter-4:before {
    content: "\e41c";
}

.imf-enter-5:before {
    content: "\e41d";
}

.imf-esc:before {
    content: "\e41e";
}

.imf-backspace:before {
    content: "\e41f";
}

.imf-backspace-2:before {
    content: "\e420";
}

.imf-backspace-3:before {
    content: "\e421";
}

.imf-tab:before {
    content: "\e422";
}

.imf-transmission:before {
    content: "\e423";
}

.imf-transmission-2:before {
    content: "\e424";
}

.imf-sort:before {
    content: "\e425";
}

.imf-sort-2:before {
    content: "\e426";
}

.imf-key-keyboard:before {
    content: "\e427";
}

.imf-key-A:before {
    content: "\e428";
}

.imf-key-up:before {
    content: "\e429";
}

.imf-key-right:before {
    content: "\e42a";
}

.imf-key-down:before {
    content: "\e42b";
}

.imf-key-left:before {
    content: "\e42c";
}

.imf-command:before {
    content: "\e42d";
}

.imf-checkbox-checked:before {
    content: "\e42e";
}

.imf-checkbox-unchecked:before {
    content: "\e42f";
}

.imf-square:before {
    content: "\e430";
}

.imf-checkbox-partial:before {
    content: "\e431";
}

.imf-checkbox:before {
    content: "\e432";
}

.imf-checkbox-unchecked-2:before {
    content: "\e433";
}

.imf-checkbox-partial-2:before {
    content: "\e434";
}

.imf-checkbox-checked-2:before {
    content: "\e435";
}

.imf-checkbox-unchecked-3:before {
    content: "\e436";
}

.imf-checkbox-partial-3:before {
    content: "\e437";
}

.imf-radio-checked:before {
    content: "\e438";
}

.imf-radio-unchecked:before {
    content: "\e439";
}

.imf-circle:before {
    content: "\e43a";
}

.imf-circle-2:before {
    content: "\e43b";
}

.imf-crop:before {
    content: "\e43c";
}

.imf-crop-2:before {
    content: "\e43d";
}

.imf-vector:before {
    content: "\e43e";
}

.imf-rulers:before {
    content: "\e43f";
}

.imf-scissors:before {
    content: "\e440";
}

.imf-scissors-2:before {
    content: "\e441";
}

.imf-scissors-3:before {
    content: "\e442";
}

.imf-filter:before {
    content: "\e443";
}

.imf-filter-2:before {
    content: "\e444";
}

.imf-filter-3:before {
    content: "\e445";
}

.imf-filter-4:before {
    content: "\e446";
}

.imf-font:before {
    content: "\e447";
}

.imf-font-size:before {
    content: "\e448";
}

.imf-type:before {
    content: "\e449";
}

.imf-text-height:before {
    content: "\e44a";
}

.imf-text-width:before {
    content: "\e44b";
}

.imf-height:before {
    content: "\e44c";
}

.imf-width:before {
    content: "\e44d";
}

.imf-bold:before {
    content: "\e44e";
}

.imf-underline:before {
    content: "\e44f";
}

.imf-italic:before {
    content: "\e450";
}

.imf-strikethrough:before {
    content: "\e451";
}

.imf-strikethrough-2:before {
    content: "\e452";
}

.imf-font-size-2:before {
    content: "\e453";
}

.imf-bold-2:before {
    content: "\e454";
}

.imf-underline-2:before {
    content: "\e455";
}

.imf-italic-2:before {
    content: "\e456";
}

.imf-strikethrough-3:before {
    content: "\e457";
}

.imf-omega:before {
    content: "\e458";
}

.imf-sigma:before {
    content: "\e459";
}

.imf-nbsp:before {
    content: "\e45a";
}

.imf-page-break:before {
    content: "\e45b";
}

.imf-page-break-2:before {
    content: "\e45c";
}

.imf-superscript:before {
    content: "\e45d";
}

.imf-subscript:before {
    content: "\e45e";
}

.imf-superscript-2:before {
    content: "\e45f";
}

.imf-subscript-2:before {
    content: "\e460";
}

.imf-text-color:before {
    content: "\e461";
}

.imf-highlight:before {
    content: "\e462";
}

.imf-pagebreak:before {
    content: "\e463";
}

.imf-clear-formatting:before {
    content: "\e464";
}

.imf-table:before {
    content: "\e465";
}

.imf-table-2:before {
    content: "\e466";
}

.imf-insert-template:before {
    content: "\e467";
}

.imf-pilcrow:before {
    content: "\e468";
}

.imf-left-to-right:before {
    content: "\e469";
}

.imf-right-to-left:before {
    content: "\e46a";
}

.imf-paragraph-left:before {
    content: "\e46b";
}

.imf-paragraph-center:before {
    content: "\e46c";
}

.imf-paragraph-right:before {
    content: "\e46d";
}

.imf-paragraph-justify:before {
    content: "\e46e";
}

.imf-paragraph-left-2:before {
    content: "\e46f";
}

.imf-paragraph-center-2:before {
    content: "\e470";
}

.imf-paragraph-right-2:before {
    content: "\e471";
}

.imf-paragraph-justify-2:before {
    content: "\e472";
}

.imf-indent-increase:before {
    content: "\e473";
}

.imf-indent-decrease:before {
    content: "\e474";
}

.imf-paragraph-left-3:before {
    content: "\e475";
}

.imf-paragraph-center-3:before {
    content: "\e476";
}

.imf-paragraph-right-3:before {
    content: "\e477";
}

.imf-paragraph-justify-3:before {
    content: "\e478";
}

.imf-indent-increase-2:before {
    content: "\e479";
}

.imf-indent-decrease-2:before {
    content: "\e47a";
}

.imf-share:before {
    content: "\e47b";
}

.imf-new-tab:before {
    content: "\e47c";
}

.imf-new-tab-2:before {
    content: "\e47d";
}

.imf-popout:before {
    content: "\e47e";
}

.imf-embed:before {
    content: "\e47f";
}

.imf-code:before {
    content: "\e480";
}

.imf-console:before {
    content: "\e481";
}

.imf-seven-segment-0:before {
    content: "\e482";
}

.imf-seven-segment-1:before {
    content: "\e483";
}

.imf-seven-segment-2:before {
    content: "\e484";
}

.imf-seven-segment-3:before {
    content: "\e485";
}

.imf-seven-segment-4:before {
    content: "\e486";
}

.imf-seven-segment-5:before {
    content: "\e487";
}

.imf-seven-segment-6:before {
    content: "\e488";
}

.imf-seven-segment-7:before {
    content: "\e489";
}

.imf-seven-segment-8:before {
    content: "\e48a";
}

.imf-seven-segment-9:before {
    content: "\e48b";
}

.imf-share-2:before {
    content: "\e48c";
}

.imf-share-3:before {
    content: "\e48d";
}

.imf-mail:before {
    content: "\e48e";
}

.imf-mail-2:before {
    content: "\e48f";
}

.imf-mail-3:before {
    content: "\e490";
}

.imf-mail-4:before {
    content: "\e491";
}

.imf-google:before {
    content: "\e492";
}

.imf-google-plus:before {
    content: "\e493";
}

.imf-google-plus-2:before {
    content: "\e494";
}

.imf-google-plus-3:before {
    content: "\e495";
}

.imf-google-plus-4:before {
    content: "\e496";
}

.imf-google-drive:before {
    content: "\e497";
}

.imf-facebook:before {
    content: "\e498";
}

.imf-facebook-2:before {
    content: "\e499";
}

.imf-facebook-3:before {
    content: "\e49a";
}

.imf-facebook-4:before {
    content: "\e49b";
}

.imf-instagram:before {
    content: "\e49c";
}

.imf-twitter:before {
    content: "\e49d";
}

.imf-twitter-2:before {
    content: "\e49e";
}

.imf-twitter-3:before {
    content: "\e49f";
}

.imf-feed-2:before {
    content: "\e4a0";
}

.imf-feed-3:before {
    content: "\e4a1";
}

.imf-feed-4:before {
    content: "\e4a2";
}

.imf-youtube:before {
    content: "\e4a3";
}

.imf-youtube-2:before {
    content: "\e4a4";
}

.imf-vimeo:before {
    content: "\e4a5";
}

.imf-vimeo2:before {
    content: "\e4a6";
}

.imf-vimeo-2:before {
    content: "\e4a7";
}

.imf-lanyrd:before {
    content: "\e4a8";
}

.imf-flickr:before {
    content: "\e4a9";
}

.imf-flickr-2:before {
    content: "\e4aa";
}

.imf-flickr-3:before {
    content: "\e4ab";
}

.imf-flickr-4:before {
    content: "\e4ac";
}

.imf-picassa:before {
    content: "\e4ad";
}

.imf-picassa-2:before {
    content: "\e4ae";
}

.imf-dribbble:before {
    content: "\e4af";
}

.imf-dribbble-2:before {
    content: "\e4b0";
}

.imf-dribbble-3:before {
    content: "\e4b1";
}

.imf-forrst:before {
    content: "\e4b2";
}

.imf-forrst-2:before {
    content: "\e4b3";
}

.imf-deviantart:before {
    content: "\e4b4";
}

.imf-deviantart-2:before {
    content: "\e4b5";
}

.imf-steam:before {
    content: "\e4b6";
}

.imf-steam-2:before {
    content: "\e4b7";
}

.imf-github:before {
    content: "\e4b8";
}

.imf-github-2:before {
    content: "\e4b9";
}

.imf-github-3:before {
    content: "\e4ba";
}

.imf-github-4:before {
    content: "\e4bb";
}

.imf-github-5:before {
    content: "\e4bc";
}

.imf-wordpress:before {
    content: "\e4bd";
}

.imf-wordpress-2:before {
    content: "\e4be";
}

.imf-joomla:before {
    content: "\e4bf";
}

.imf-blogger:before {
    content: "\e4c0";
}

.imf-blogger-2:before {
    content: "\e4c1";
}

.imf-tumblr:before {
    content: "\e4c2";
}

.imf-tumblr-2:before {
    content: "\e4c3";
}

.imf-yahoo:before {
    content: "\e4c4";
}

.imf-tux:before {
    content: "\e4c5";
}

.imf-apple:before {
    content: "\e4c6";
}

.imf-finder:before {
    content: "\e4c7";
}

.imf-android:before {
    content: "\e4c8";
}

.imf-windows:before {
    content: "\e4c9";
}

.imf-windows8:before {
    content: "\e4ca";
}

.imf-soundcloud:before {
    content: "\e4cb";
}

.imf-soundcloud-2:before {
    content: "\e4cc";
}

.imf-skype:before {
    content: "\e4cd";
}

.imf-reddit:before {
    content: "\e4ce";
}

.imf-linkedin:before {
    content: "\e4cf";
}

.imf-lastfm:before {
    content: "\e4d0";
}

.imf-lastfm-2:before {
    content: "\e4d1";
}

.imf-delicious:before {
    content: "\e4d2";
}

.imf-stumbleupon:before {
    content: "\e4d3";
}

.imf-stumbleupon-2:before {
    content: "\e4d4";
}

.imf-stackoverflow:before {
    content: "\e4d5";
}

.imf-pinterest:before {
    content: "\e4d6";
}

.imf-pinterest-2:before {
    content: "\e4d7";
}

.imf-xing:before {
    content: "\e4d8";
}

.imf-xing-2:before {
    content: "\e4d9";
}

.imf-flattr:before {
    content: "\e4da";
}

.imf-foursquare:before {
    content: "\e4db";
}

.imf-foursquare-2:before {
    content: "\e4dc";
}

.imf-paypal:before {
    content: "\e4dd";
}

.imf-paypal-2:before {
    content: "\e4de";
}

.imf-paypal-3:before {
    content: "\e4df";
}

.imf-yelp:before {
    content: "\e4e0";
}

.imf-libreoffice:before {
    content: "\e4e1";
}

.imf-file-pdf:before {
    content: "\e4e2";
}

.imf-file-openoffice:before {
    content: "\e4e3";
}

.imf-file-word:before {
    content: "\e4e4";
}

.imf-file-excel:before {
    content: "\e4e5";
}

.imf-file-zip:before {
    content: "\e4e6";
}

.imf-file-powerpoint:before {
    content: "\e4e7";
}

.imf-file-xml:before {
    content: "\e4e8";
}

.imf-file-css:before {
    content: "\e4e9";
}

.imf-html5:before {
    content: "\e4ea";
}

.imf-html5-2:before {
    content: "\e4eb";
}

.imf-css3:before {
    content: "\e4ec";
}

.imf-chrome:before {
    content: "\e4ed";
}

.imf-firefox:before {
    content: "\e4ee";
}

.imf-IE:before {
    content: "\e4ef";
}

.imf-opera:before {
    content: "\e4f0";
}

.imf-safari:before {
    content: "\e4f1";
}

.imf-IcoMoon:before {
    content: "\e4f2";
}
@font-face {
    font-family: 'Defaults';
    src: url('//cdn2.hubspot.net/hubfs/2039833/EndeavourSolutions_October2017/Fonts/Defaults/Defaults.eot?rfa9z8');
    src: url('//cdn2.hubspot.net/hubfs/2039833/EndeavourSolutions_October2017/Fonts/Defaults/Defaults.eot?#iefixrfa9z8') format('embedded-opentype'),
		 url('//cdn2.hubspot.net/hubfs/2039833/EndeavourSolutions_October2017/Fonts/Defaults/Defaults.woff?rfa9z8') format('woff'),
		 url('//cdn2.hubspot.net/hubfs/2039833/EndeavourSolutions_October2017/Fonts/Defaults/Defaults.ttf?rfa9z8') format('truetype'),
		 url('//cdn2.hubspot.net/hubfs/2039833/EndeavourSolutions_October2017/Fonts/Defaults/Defaults.svg?rfa9z8#Defaults') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="Defaults-"],
[class*=" Defaults-"] {
    font-family: 'Defaults';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.Defaults-glass:before {
    content: "\f000";
}

.Defaults-music:before {
    content: "\f001";
}

.Defaults-search:before {
    content: "\f002";
}

.Defaults-envelope-o:before {
    content: "\f003";
}

.Defaults-heart:before {
    content: "\f004";
}

.Defaults-star:before {
    content: "\f005";
}

.Defaults-star-o:before {
    content: "\f006";
}

.Defaults-user:before {
    content: "\f007";
}

.Defaults-film:before {
    content: "\f008";
}

.Defaults-th-large:before {
    content: "\f009";
}

.Defaults-th:before {
    content: "\f00a";
}

.Defaults-th-list:before {
    content: "\f00b";
}

.Defaults-check:before {
    content: "\f00c";
}

.Defaults-close:before {
    content: "\f00d";
}

.Defaults-remove:before {
    content: "\f00d";
}

.Defaults-times:before {
    content: "\f00d";
}

.Defaults-search-plus:before {
    content: "\f00e";
}

.Defaults-search-minus:before {
    content: "\f010";
}

.Defaults-power-off:before {
    content: "\f011";
}

.Defaults-signal:before {
    content: "\f012";
}

.Defaults-cog:before {
    content: "\f013";
}

.Defaults-gear:before {
    content: "\f013";
}

.Defaults-trash-o:before {
    content: "\f014";
}

.Defaults-home:before {
    content: "\f015";
}

.Defaults-file-o:before {
    content: "\f016";
}

.Defaults-clock-o:before {
    content: "\f017";
}

.Defaults-road:before {
    content: "\f018";
}

.Defaults-download:before {
    content: "\f019";
}

.Defaults-arrow-circle-o-down:before {
    content: "\f01a";
}

.Defaults-arrow-circle-o-up:before {
    content: "\f01b";
}

.Defaults-inbox:before {
    content: "\f01c";
}

.Defaults-play-circle-o:before {
    content: "\f01d";
}

.Defaults-repeat:before {
    content: "\f01e";
}

.Defaults-rotate-right:before {
    content: "\f01e";
}

.Defaults-refresh:before {
    content: "\f021";
}

.Defaults-list-alt:before {
    content: "\f022";
}

.Defaults-lock:before {
    content: "\f023";
}

.Defaults-flag:before {
    content: "\f024";
}

.Defaults-headphones:before {
    content: "\f025";
}

.Defaults-volume-off:before {
    content: "\f026";
}

.Defaults-volume-down:before {
    content: "\f027";
}

.Defaults-volume-up:before {
    content: "\f028";
}

.Defaults-qrcode:before {
    content: "\f029";
}

.Defaults-barcode:before {
    content: "\f02a";
}

.Defaults-tag:before {
    content: "\f02b";
}

.Defaults-tags:before {
    content: "\f02c";
}

.Defaults-book:before {
    content: "\f02d";
}

.Defaults-bookmark:before {
    content: "\f02e";
}

.Defaults-print:before {
    content: "\f02f";
}

.Defaults-camera:before {
    content: "\f030";
}

.Defaults-font:before {
    content: "\f031";
}

.Defaults-bold:before {
    content: "\f032";
}

.Defaults-italic:before {
    content: "\f033";
}

.Defaults-text-height:before {
    content: "\f034";
}

.Defaults-text-width:before {
    content: "\f035";
}

.Defaults-align-left:before {
    content: "\f036";
}

.Defaults-align-center:before {
    content: "\f037";
}

.Defaults-align-right:before {
    content: "\f038";
}

.Defaults-align-justify:before {
    content: "\f039";
}

.Defaults-list:before {
    content: "\f03a";
}

.Defaults-dedent:before {
    content: "\f03b";
}

.Defaults-outdent:before {
    content: "\f03b";
}

.Defaults-indent:before {
    content: "\f03c";
}

.Defaults-video-camera:before {
    content: "\f03d";
}

.Defaults-image:before {
    content: "\f03e";
}

.Defaults-photo:before {
    content: "\f03e";
}

.Defaults-picture-o:before {
    content: "\f03e";
}

.Defaults-pencil:before {
    content: "\f040";
}

.Defaults-map-marker:before {
    content: "\f041";
}

.Defaults-adjust:before {
    content: "\f042";
}

.Defaults-tint:before {
    content: "\f043";
}

.Defaults-edit:before {
    content: "\f044";
}

.Defaults-pencil-square-o:before {
    content: "\f044";
}

.Defaults-share-square-o:before {
    content: "\f045";
}

.Defaults-check-square-o:before {
    content: "\f046";
}

.Defaults-arrows:before {
    content: "\f047";
}

.Defaults-step-backward:before {
    content: "\f048";
}

.Defaults-fast-backward:before {
    content: "\f049";
}

.Defaults-backward:before {
    content: "\f04a";
}

.Defaults-play:before {
    content: "\f04b";
}

.Defaults-pause:before {
    content: "\f04c";
}

.Defaults-stop:before {
    content: "\f04d";
}

.Defaults-forward:before {
    content: "\f04e";
}

.Defaults-fast-forward:before {
    content: "\f050";
}

.Defaults-step-forward:before {
    content: "\f051";
}

.Defaults-eject:before {
    content: "\f052";
}

.Defaults-chevron-left:before {
    content: "\f053";
}

.Defaults-chevron-right:before {
    content: "\f054";
}

.Defaults-plus-circle:before {
    content: "\f055";
}

.Defaults-minus-circle:before {
    content: "\f056";
}

.Defaults-times-circle:before {
    content: "\f057";
}

.Defaults-check-circle:before {
    content: "\f058";
}

.Defaults-question-circle:before {
    content: "\f059";
}

.Defaults-info-circle:before {
    content: "\f05a";
}

.Defaults-crosshairs:before {
    content: "\f05b";
}

.Defaults-times-circle-o:before {
    content: "\f05c";
}

.Defaults-check-circle-o:before {
    content: "\f05d";
}

.Defaults-ban:before {
    content: "\f05e";
}

.Defaults-arrow-left:before {
    content: "\f060";
}

.Defaults-arrow-right:before {
    content: "\f061";
}

.Defaults-arrow-up:before {
    content: "\f062";
}

.Defaults-arrow-down:before {
    content: "\f063";
}

.Defaults-mail-forward:before {
    content: "\f064";
}

.Defaults-share:before {
    content: "\f064";
}

.Defaults-expand:before {
    content: "\f065";
}

.Defaults-compress:before {
    content: "\f066";
}

.Defaults-plus:before {
    content: "\f067";
}

.Defaults-minus:before {
    content: "\f068";
}

.Defaults-asterisk:before {
    content: "\f069";
}

.Defaults-exclamation-circle:before {
    content: "\f06a";
}

.Defaults-gift:before {
    content: "\f06b";
}

.Defaults-leaf:before {
    content: "\f06c";
}

.Defaults-fire:before {
    content: "\f06d";
}

.Defaults-eye:before {
    content: "\f06e";
}

.Defaults-eye-slash:before {
    content: "\f070";
}

.Defaults-exclamation-triangle:before {
    content: "\f071";
}

.Defaults-warning:before {
    content: "\f071";
}

.Defaults-plane:before {
    content: "\f072";
}

.Defaults-calendar:before {
    content: "\f073";
}

.Defaults-random:before {
    content: "\f074";
}

.Defaults-comment:before {
    content: "\f075";
}

.Defaults-magnet:before {
    content: "\f076";
}

.Defaults-chevron-up:before {
    content: "\f077";
}

.Defaults-chevron-down:before {
    content: "\f078";
}

.Defaults-retweet:before {
    content: "\f079";
}

.Defaults-shopping-cart:before {
    content: "\f07a";
}

.Defaults-folder:before {
    content: "\f07b";
}

.Defaults-folder-open:before {
    content: "\f07c";
}

.Defaults-arrows-v:before {
    content: "\f07d";
}

.Defaults-arrows-h:before {
    content: "\f07e";
}

.Defaults-bar-chart:before {
    content: "\f080";
}

.Defaults-bar-chart-o:before {
    content: "\f080";
}

.Defaults-twitter-square:before {
    content: "\f081";
}

.Defaults-facebook-square:before {
    content: "\f082";
}

.Defaults-camera-retro:before {
    content: "\f083";
}

.Defaults-key:before {
    content: "\f084";
}

.Defaults-cogs:before {
    content: "\f085";
}

.Defaults-gears:before {
    content: "\f085";
}

.Defaults-comments:before {
    content: "\f086";
}

.Defaults-thumbs-o-up:before {
    content: "\f087";
}

.Defaults-thumbs-o-down:before {
    content: "\f088";
}

.Defaults-star-half:before {
    content: "\f089";
}

.Defaults-heart-o:before {
    content: "\f08a";
}

.Defaults-sign-out:before {
    content: "\f08b";
}

.Defaults-linkedin-square:before {
    content: "\f08c";
}

.Defaults-thumb-tack:before {
    content: "\f08d";
}

.Defaults-external-link:before {
    content: "\f08e";
}

.Defaults-sign-in:before {
    content: "\f090";
}

.Defaults-trophy:before {
    content: "\f091";
}

.Defaults-github-square:before {
    content: "\f092";
}

.Defaults-upload:before {
    content: "\f093";
}

.Defaults-lemon-o:before {
    content: "\f094";
}

.Defaults-phone:before {
    content: "\f095";
}

.Defaults-square-o:before {
    content: "\f096";
}

.Defaults-bookmark-o:before {
    content: "\f097";
}

.Defaults-phone-square:before {
    content: "\f098";
}

.Defaults-twitter:before {
    content: "\f099";
}

.Defaults-facebook:before {
    content: "\f09a";
}

.Defaults-facebook-f:before {
    content: "\f09a";
}

.Defaults-github:before {
    content: "\f09b";
}

.Defaults-unlock:before {
    content: "\f09c";
}

.Defaults-credit-card:before {
    content: "\f09d";
}

.Defaults-rss:before {
    content: "\f09e";
}

.Defaults-hdd-o:before {
    content: "\f0a0";
}

.Defaults-bullhorn:before {
    content: "\f0a1";
}

.Defaults-bell-o:before {
    content: "\f0a2";
}

.Defaults-certificate:before {
    content: "\f0a3";
}

.Defaults-hand-o-right:before {
    content: "\f0a4";
}

.Defaults-hand-o-left:before {
    content: "\f0a5";
}

.Defaults-hand-o-up:before {
    content: "\f0a6";
}

.Defaults-hand-o-down:before {
    content: "\f0a7";
}

.Defaults-arrow-circle-left:before {
    content: "\f0a8";
}

.Defaults-arrow-circle-right:before {
    content: "\f0a9";
}

.Defaults-arrow-circle-up:before {
    content: "\f0aa";
}

.Defaults-arrow-circle-down:before {
    content: "\f0ab";
}

.Defaults-globe:before {
    content: "\f0ac";
}

.Defaults-wrench:before {
    content: "\f0ad";
}

.Defaults-tasks:before {
    content: "\f0ae";
}

.Defaults-filter:before {
    content: "\f0b0";
}

.Defaults-briefcase:before {
    content: "\f0b1";
}

.Defaults-arrows-alt:before {
    content: "\f0b2";
}

.Defaults-group:before {
    content: "\f0c0";
}

.Defaults-users:before {
    content: "\f0c0";
}

.Defaults-chain:before {
    content: "\f0c1";
}

.Defaults-link:before {
    content: "\f0c1";
}

.Defaults-cloud:before {
    content: "\f0c2";
}

.Defaults-flask:before {
    content: "\f0c3";
}

.Defaults-cut:before {
    content: "\f0c4";
}

.Defaults-scissors:before {
    content: "\f0c4";
}

.Defaults-copy:before {
    content: "\f0c5";
}

.Defaults-files-o:before {
    content: "\f0c5";
}

.Defaults-paperclip:before {
    content: "\f0c6";
}

.Defaults-floppy-o:before {
    content: "\f0c7";
}

.Defaults-save:before {
    content: "\f0c7";
}

.Defaults-square:before {
    content: "\f0c8";
}

.Defaults-bars:before {
    content: "\f0c9";
}

.Defaults-navicon:before {
    content: "\f0c9";
}

.Defaults-reorder:before {
    content: "\f0c9";
}

.Defaults-list-ul:before {
    content: "\f0ca";
}

.Defaults-list-ol:before {
    content: "\f0cb";
}

.Defaults-strikethrough:before {
    content: "\f0cc";
}

.Defaults-underline:before {
    content: "\f0cd";
}

.Defaults-table:before {
    content: "\f0ce";
}

.Defaults-magic:before {
    content: "\f0d0";
}

.Defaults-truck:before {
    content: "\f0d1";
}

.Defaults-pinterest:before {
    content: "\f0d2";
}

.Defaults-pinterest-square:before {
    content: "\f0d3";
}

.Defaults-google-plus-square:before {
    content: "\f0d4";
}

.Defaults-google-plus:before {
    content: "\f0d5";
}

.Defaults-money:before {
    content: "\f0d6";
}

.Defaults-caret-down:before {
    content: "\f0d7";
}

.Defaults-caret-up:before {
    content: "\f0d8";
}

.Defaults-caret-left:before {
    content: "\f0d9";
}

.Defaults-caret-right:before {
    content: "\f0da";
}

.Defaults-columns:before {
    content: "\f0db";
}

.Defaults-sort:before {
    content: "\f0dc";
}

.Defaults-unsorted:before {
    content: "\f0dc";
}

.Defaults-sort-desc:before {
    content: "\f0dd";
}

.Defaults-sort-down:before {
    content: "\f0dd";
}

.Defaults-sort-asc:before {
    content: "\f0de";
}

.Defaults-sort-up:before {
    content: "\f0de";
}

.Defaults-envelope:before {
    content: "\f0e0";
}

.Defaults-linkedin:before {
    content: "\f0e1";
}

.Defaults-rotate-left:before {
    content: "\f0e2";
}

.Defaults-undo:before {
    content: "\f0e2";
}

.Defaults-gavel:before {
    content: "\f0e3";
}

.Defaults-legal:before {
    content: "\f0e3";
}

.Defaults-dashboard:before {
    content: "\f0e4";
}

.Defaults-tachometer:before {
    content: "\f0e4";
}

.Defaults-comment-o:before {
    content: "\f0e5";
}

.Defaults-comments-o:before {
    content: "\f0e6";
}

.Defaults-bolt:before {
    content: "\f0e7";
}

.Defaults-flash:before {
    content: "\f0e7";
}

.Defaults-sitemap:before {
    content: "\f0e8";
}

.Defaults-umbrella:before {
    content: "\f0e9";
}

.Defaults-clipboard:before {
    content: "\f0ea";
}

.Defaults-paste:before {
    content: "\f0ea";
}

.Defaults-lightbulb-o:before {
    content: "\f0eb";
}

.Defaults-exchange:before {
    content: "\f0ec";
}

.Defaults-cloud-download:before {
    content: "\f0ed";
}

.Defaults-cloud-upload:before {
    content: "\f0ee";
}

.Defaults-user-md:before {
    content: "\f0f0";
}

.Defaults-stethoscope:before {
    content: "\f0f1";
}

.Defaults-suitcase:before {
    content: "\f0f2";
}

.Defaults-bell:before {
    content: "\f0f3";
}

.Defaults-coffee:before {
    content: "\f0f4";
}

.Defaults-cutlery:before {
    content: "\f0f5";
}

.Defaults-file-text-o:before {
    content: "\f0f6";
}

.Defaults-building-o:before {
    content: "\f0f7";
}

.Defaults-hospital-o:before {
    content: "\f0f8";
}

.Defaults-ambulance:before {
    content: "\f0f9";
}

.Defaults-medkit:before {
    content: "\f0fa";
}

.Defaults-fighter-jet:before {
    content: "\f0fb";
}

.Defaults-beer:before {
    content: "\f0fc";
}

.Defaults-h-square:before {
    content: "\f0fd";
}

.Defaults-plus-square:before {
    content: "\f0fe";
}

.Defaults-angle-double-left:before {
    content: "\f100";
}

.Defaults-angle-double-right:before {
    content: "\f101";
}

.Defaults-angle-double-up:before {
    content: "\f102";
}

.Defaults-angle-double-down:before {
    content: "\f103";
}

.Defaults-angle-left:before {
    content: "\f104";
}

.Defaults-angle-right:before {
    content: "\f105";
}

.Defaults-angle-up:before {
    content: "\f106";
}

.Defaults-angle-down:before {
    content: "\f107";
}

.Defaults-desktop:before {
    content: "\f108";
}

.Defaults-laptop:before {
    content: "\f109";
}

.Defaults-tablet:before {
    content: "\f10a";
}

.Defaults-mobile:before {
    content: "\f10b";
}

.Defaults-mobile-phone:before {
    content: "\f10b";
}

.Defaults-circle-o:before {
    content: "\f10c";
}

.Defaults-quote-left:before {
    content: "\f10d";
}

.Defaults-quote-right:before {
    content: "\f10e";
}

.Defaults-spinner:before {
    content: "\f110";
}

.Defaults-circle:before {
    content: "\f111";
}

.Defaults-mail-reply:before {
    content: "\f112";
}

.Defaults-reply:before {
    content: "\f112";
}

.Defaults-github-alt:before {
    content: "\f113";
}

.Defaults-folder-o:before {
    content: "\f114";
}

.Defaults-folder-open-o:before {
    content: "\f115";
}

.Defaults-smile-o:before {
    content: "\f118";
}

.Defaults-frown-o:before {
    content: "\f119";
}

.Defaults-meh-o:before {
    content: "\f11a";
}

.Defaults-gamepad:before {
    content: "\f11b";
}

.Defaults-keyboard-o:before {
    content: "\f11c";
}

.Defaults-flag-o:before {
    content: "\f11d";
}

.Defaults-flag-checkered:before {
    content: "\f11e";
}

.Defaults-terminal:before {
    content: "\f120";
}

.Defaults-code:before {
    content: "\f121";
}

.Defaults-mail-reply-all:before {
    content: "\f122";
}

.Defaults-reply-all:before {
    content: "\f122";
}

.Defaults-star-half-empty:before {
    content: "\f123";
}

.Defaults-star-half-full:before {
    content: "\f123";
}

.Defaults-star-half-o:before {
    content: "\f123";
}

.Defaults-location-arrow:before {
    content: "\f124";
}

.Defaults-crop:before {
    content: "\f125";
}

.Defaults-code-fork:before {
    content: "\f126";
}

.Defaults-chain-broken:before {
    content: "\f127";
}

.Defaults-unlink:before {
    content: "\f127";
}

.Defaults-question:before {
    content: "\f128";
}

.Defaults-info:before {
    content: "\f129";
}

.Defaults-exclamation:before {
    content: "\f12a";
}

.Defaults-superscript:before {
    content: "\f12b";
}

.Defaults-subscript:before {
    content: "\f12c";
}

.Defaults-eraser:before {
    content: "\f12d";
}

.Defaults-puzzle-piece:before {
    content: "\f12e";
}

.Defaults-microphone:before {
    content: "\f130";
}

.Defaults-microphone-slash:before {
    content: "\f131";
}

.Defaults-shield:before {
    content: "\f132";
}

.Defaults-calendar-o:before {
    content: "\f133";
}

.Defaults-fire-extinguisher:before {
    content: "\f134";
}

.Defaults-rocket:before {
    content: "\f135";
}

.Defaults-maxcdn:before {
    content: "\f136";
}

.Defaults-chevron-circle-left:before {
    content: "\f137";
}

.Defaults-chevron-circle-right:before {
    content: "\f138";
}

.Defaults-chevron-circle-up:before {
    content: "\f139";
}

.Defaults-chevron-circle-down:before {
    content: "\f13a";
}

.Defaults-html5:before {
    content: "\f13b";
}

.Defaults-css3:before {
    content: "\f13c";
}

.Defaults-anchor:before {
    content: "\f13d";
}

.Defaults-unlock-alt:before {
    content: "\f13e";
}

.Defaults-bullseye:before {
    content: "\f140";
}

.Defaults-ellipsis-h:before {
    content: "\f141";
}

.Defaults-ellipsis-v:before {
    content: "\f142";
}

.Defaults-rss-square:before {
    content: "\f143";
}

.Defaults-play-circle:before {
    content: "\f144";
}

.Defaults-ticket:before {
    content: "\f145";
}

.Defaults-minus-square:before {
    content: "\f146";
}

.Defaults-minus-square-o:before {
    content: "\f147";
}

.Defaults-level-up:before {
    content: "\f148";
}

.Defaults-level-down:before {
    content: "\f149";
}

.Defaults-check-square:before {
    content: "\f14a";
}

.Defaults-pencil-square:before {
    content: "\f14b";
}

.Defaults-external-link-square:before {
    content: "\f14c";
}

.Defaults-share-square:before {
    content: "\f14d";
}

.Defaults-compass:before {
    content: "\f14e";
}

.Defaults-caret-square-o-down:before {
    content: "\f150";
}

.Defaults-toggle-down:before {
    content: "\f150";
}

.Defaults-caret-square-o-up:before {
    content: "\f151";
}

.Defaults-toggle-up:before {
    content: "\f151";
}

.Defaults-caret-square-o-right:before {
    content: "\f152";
}

.Defaults-toggle-right:before {
    content: "\f152";
}

.Defaults-eur:before {
    content: "\f153";
}

.Defaults-euro:before {
    content: "\f153";
}

.Defaults-gbp:before {
    content: "\f154";
}

.Defaults-dollar:before {
    content: "\f155";
}

.Defaults-usd:before {
    content: "\f155";
}

.Defaults-inr:before {
    content: "\f156";
}

.Defaults-rupee:before {
    content: "\f156";
}

.Defaults-cny:before {
    content: "\f157";
}

.Defaults-jpy:before {
    content: "\f157";
}

.Defaults-rmb:before {
    content: "\f157";
}

.Defaults-yen:before {
    content: "\f157";
}

.Defaults-rouble:before {
    content: "\f158";
}

.Defaults-rub:before {
    content: "\f158";
}

.Defaults-ruble:before {
    content: "\f158";
}

.Defaults-krw:before {
    content: "\f159";
}

.Defaults-won:before {
    content: "\f159";
}

.Defaults-bitcoin:before {
    content: "\f15a";
}

.Defaults-btc:before {
    content: "\f15a";
}

.Defaults-file:before {
    content: "\f15b";
}

.Defaults-file-text:before {
    content: "\f15c";
}

.Defaults-sort-alpha-asc:before {
    content: "\f15d";
}

.Defaults-sort-alpha-desc:before {
    content: "\f15e";
}

.Defaults-sort-amount-asc:before {
    content: "\f160";
}

.Defaults-sort-amount-desc:before {
    content: "\f161";
}

.Defaults-sort-numeric-asc:before {
    content: "\f162";
}

.Defaults-sort-numeric-desc:before {
    content: "\f163";
}

.Defaults-thumbs-up:before {
    content: "\f164";
}

.Defaults-thumbs-down:before {
    content: "\f165";
}

.Defaults-youtube-square:before {
    content: "\f166";
}

.Defaults-youtube:before {
    content: "\f167";
}

.Defaults-xing:before {
    content: "\f168";
}

.Defaults-xing-square:before {
    content: "\f169";
}

.Defaults-youtube-play:before {
    content: "\f16a";
}

.Defaults-dropbox:before {
    content: "\f16b";
}

.Defaults-stack-overflow:before {
    content: "\f16c";
}

.Defaults-instagram:before {
    content: "\f16d";
}

.Defaults-flickr:before {
    content: "\f16e";
}

.Defaults-adn:before {
    content: "\f170";
}

.Defaults-bitbucket:before {
    content: "\f171";
}

.Defaults-bitbucket-square:before {
    content: "\f172";
}

.Defaults-tumblr:before {
    content: "\f173";
}

.Defaults-tumblr-square:before {
    content: "\f174";
}

.Defaults-long-arrow-down:before {
    content: "\f175";
}

.Defaults-long-arrow-up:before {
    content: "\f176";
}

.Defaults-long-arrow-left:before {
    content: "\f177";
}

.Defaults-long-arrow-right:before {
    content: "\f178";
}

.Defaults-apple:before {
    content: "\f179";
}

.Defaults-windows:before {
    content: "\f17a";
}

.Defaults-android:before {
    content: "\f17b";
}

.Defaults-linux:before {
    content: "\f17c";
}

.Defaults-dribbble:before {
    content: "\f17d";
}

.Defaults-skype:before {
    content: "\f17e";
}

.Defaults-foursquare:before {
    content: "\f180";
}

.Defaults-trello:before {
    content: "\f181";
}

.Defaults-female:before {
    content: "\f182";
}

.Defaults-male:before {
    content: "\f183";
}

.Defaults-gittip:before {
    content: "\f184";
}

.Defaults-gratipay:before {
    content: "\f184";
}

.Defaults-sun-o:before {
    content: "\f185";
}

.Defaults-moon-o:before {
    content: "\f186";
}

.Defaults-archive:before {
    content: "\f187";
}

.Defaults-bug:before {
    content: "\f188";
}

.Defaults-vk:before {
    content: "\f189";
}

.Defaults-weibo:before {
    content: "\f18a";
}

.Defaults-renren:before {
    content: "\f18b";
}

.Defaults-pagelines:before {
    content: "\f18c";
}

.Defaults-stack-exchange:before {
    content: "\f18d";
}

.Defaults-arrow-circle-o-right:before {
    content: "\f18e";
}

.Defaults-arrow-circle-o-left:before {
    content: "\f190";
}

.Defaults-caret-square-o-left:before {
    content: "\f191";
}

.Defaults-toggle-left:before {
    content: "\f191";
}

.Defaults-dot-circle-o:before {
    content: "\f192";
}

.Defaults-wheelchair:before {
    content: "\f193";
}

.Defaults-vimeo-square:before {
    content: "\f194";
}

.Defaults-try:before {
    content: "\f195";
}

.Defaults-turkish-lira:before {
    content: "\f195";
}

.Defaults-plus-square-o:before {
    content: "\f196";
}

.Defaults-space-shuttle:before {
    content: "\f197";
}

.Defaults-slack:before {
    content: "\f198";
}

.Defaults-envelope-square:before {
    content: "\f199";
}

.Defaults-wordpress:before {
    content: "\f19a";
}

.Defaults-openid:before {
    content: "\f19b";
}

.Defaults-bank:before {
    content: "\f19c";
}

.Defaults-institution:before {
    content: "\f19c";
}

.Defaults-university:before {
    content: "\f19c";
}

.Defaults-graduation-cap:before {
    content: "\f19d";
}

.Defaults-mortar-board:before {
    content: "\f19d";
}

.Defaults-yahoo:before {
    content: "\f19e";
}

.Defaults-google:before {
    content: "\f1a0";
}

.Defaults-reddit:before {
    content: "\f1a1";
}

.Defaults-reddit-square:before {
    content: "\f1a2";
}

.Defaults-stumbleupon-circle:before {
    content: "\f1a3";
}

.Defaults-stumbleupon:before {
    content: "\f1a4";
}

.Defaults-delicious:before {
    content: "\f1a5";
}

.Defaults-digg:before {
    content: "\f1a6";
}

.Defaults-pied-piper:before {
    content: "\f1a7";
}

.Defaults-pied-piper-alt:before {
    content: "\f1a8";
}

.Defaults-drupal:before {
    content: "\f1a9";
}

.Defaults-joomla:before {
    content: "\f1aa";
}

.Defaults-language:before {
    content: "\f1ab";
}

.Defaults-fax:before {
    content: "\f1ac";
}

.Defaults-building:before {
    content: "\f1ad";
}

.Defaults-child:before {
    content: "\f1ae";
}

.Defaults-paw:before {
    content: "\f1b0";
}

.Defaults-spoon:before {
    content: "\f1b1";
}

.Defaults-cube:before {
    content: "\f1b2";
}

.Defaults-cubes:before {
    content: "\f1b3";
}

.Defaults-behance:before {
    content: "\f1b4";
}

.Defaults-behance-square:before {
    content: "\f1b5";
}

.Defaults-steam:before {
    content: "\f1b6";
}

.Defaults-steam-square:before {
    content: "\f1b7";
}

.Defaults-recycle:before {
    content: "\f1b8";
}

.Defaults-automobile:before {
    content: "\f1b9";
}

.Defaults-car:before {
    content: "\f1b9";
}

.Defaults-cab:before {
    content: "\f1ba";
}

.Defaults-taxi:before {
    content: "\f1ba";
}

.Defaults-tree:before {
    content: "\f1bb";
}

.Defaults-spotify:before {
    content: "\f1bc";
}

.Defaults-deviantart:before {
    content: "\f1bd";
}

.Defaults-soundcloud:before {
    content: "\f1be";
}

.Defaults-database:before {
    content: "\f1c0";
}

.Defaults-file-pdf-o:before {
    content: "\f1c1";
}

.Defaults-file-word-o:before {
    content: "\f1c2";
}

.Defaults-file-excel-o:before {
    content: "\f1c3";
}

.Defaults-file-powerpoint-o:before {
    content: "\f1c4";
}

.Defaults-file-image-o:before {
    content: "\f1c5";
}

.Defaults-file-photo-o:before {
    content: "\f1c5";
}

.Defaults-file-picture-o:before {
    content: "\f1c5";
}

.Defaults-file-archive-o:before {
    content: "\f1c6";
}

.Defaults-file-zip-o:before {
    content: "\f1c6";
}

.Defaults-file-audio-o:before {
    content: "\f1c7";
}

.Defaults-file-sound-o:before {
    content: "\f1c7";
}

.Defaults-file-movie-o:before {
    content: "\f1c8";
}

.Defaults-file-video-o:before {
    content: "\f1c8";
}

.Defaults-file-code-o:before {
    content: "\f1c9";
}

.Defaults-vine:before {
    content: "\f1ca";
}

.Defaults-codepen:before {
    content: "\f1cb";
}

.Defaults-jsfiddle:before {
    content: "\f1cc";
}

.Defaults-life-bouy:before {
    content: "\f1cd";
}

.Defaults-life-buoy:before {
    content: "\f1cd";
}

.Defaults-life-ring:before {
    content: "\f1cd";
}

.Defaults-life-saver:before {
    content: "\f1cd";
}

.Defaults-support:before {
    content: "\f1cd";
}

.Defaults-circle-o-notch:before {
    content: "\f1ce";
}

.Defaults-ra:before {
    content: "\f1d0";
}

.Defaults-rebel:before {
    content: "\f1d0";
}

.Defaults-empire:before {
    content: "\f1d1";
}

.Defaults-ge:before {
    content: "\f1d1";
}

.Defaults-git-square:before {
    content: "\f1d2";
}

.Defaults-git:before {
    content: "\f1d3";
}

.Defaults-hacker-news:before {
    content: "\f1d4";
}

.Defaults-tencent-weibo:before {
    content: "\f1d5";
}

.Defaults-qq:before {
    content: "\f1d6";
}

.Defaults-wechat:before {
    content: "\f1d7";
}

.Defaults-weixin:before {
    content: "\f1d7";
}

.Defaults-paper-plane:before {
    content: "\f1d8";
}

.Defaults-send:before {
    content: "\f1d8";
}

.Defaults-paper-plane-o:before {
    content: "\f1d9";
}

.Defaults-send-o:before {
    content: "\f1d9";
}

.Defaults-history:before {
    content: "\f1da";
}

.Defaults-circle-thin:before {
    content: "\f1db";
}

.Defaults-genderless:before {
    content: "\f1db";
}

.Defaults-header:before {
    content: "\f1dc";
}

.Defaults-paragraph:before {
    content: "\f1dd";
}

.Defaults-sliders:before {
    content: "\f1de";
}

.Defaults-share-alt:before {
    content: "\f1e0";
}

.Defaults-share-alt-square:before {
    content: "\f1e1";
}

.Defaults-bomb:before {
    content: "\f1e2";
}

.Defaults-futbol-o:before {
    content: "\f1e3";
}

.Defaults-soccer-ball-o:before {
    content: "\f1e3";
}

.Defaults-tty:before {
    content: "\f1e4";
}

.Defaults-binoculars:before {
    content: "\f1e5";
}

.Defaults-plug:before {
    content: "\f1e6";
}

.Defaults-slideshare:before {
    content: "\f1e7";
}

.Defaults-twitch:before {
    content: "\f1e8";
}

.Defaults-yelp:before {
    content: "\f1e9";
}

.Defaults-newspaper-o:before {
    content: "\f1ea";
}

.Defaults-wifi:before {
    content: "\f1eb";
}

.Defaults-calculator:before {
    content: "\f1ec";
}

.Defaults-paypal:before {
    content: "\f1ed";
}

.Defaults-google-wallet:before {
    content: "\f1ee";
}

.Defaults-cc-visa:before {
    content: "\f1f0";
}

.Defaults-cc-mastercard:before {
    content: "\f1f1";
}

.Defaults-cc-discover:before {
    content: "\f1f2";
}

.Defaults-cc-amex:before {
    content: "\f1f3";
}

.Defaults-cc-paypal:before {
    content: "\f1f4";
}

.Defaults-cc-stripe:before {
    content: "\f1f5";
}

.Defaults-bell-slash:before {
    content: "\f1f6";
}

.Defaults-bell-slash-o:before {
    content: "\f1f7";
}

.Defaults-trash:before {
    content: "\f1f8";
}

.Defaults-copyright:before {
    content: "\f1f9";
}

.Defaults-at:before {
    content: "\f1fa";
}

.Defaults-eyedropper:before {
    content: "\f1fb";
}

.Defaults-paint-brush:before {
    content: "\f1fc";
}

.Defaults-birthday-cake:before {
    content: "\f1fd";
}

.Defaults-area-chart:before {
    content: "\f1fe";
}

.Defaults-pie-chart:before {
    content: "\f200";
}

.Defaults-line-chart:before {
    content: "\f201";
}

.Defaults-lastfm:before {
    content: "\f202";
}

.Defaults-lastfm-square:before {
    content: "\f203";
}

.Defaults-toggle-off:before {
    content: "\f204";
}

.Defaults-toggle-on:before {
    content: "\f205";
}

.Defaults-bicycle:before {
    content: "\f206";
}

.Defaults-bus:before {
    content: "\f207";
}

.Defaults-ioxhost:before {
    content: "\f208";
}

.Defaults-angellist:before {
    content: "\f209";
}

.Defaults-cc:before {
    content: "\f20a";
}

.Defaults-ils:before {
    content: "\f20b";
}

.Defaults-shekel:before {
    content: "\f20b";
}

.Defaults-sheqel:before {
    content: "\f20b";
}

.Defaults-meanpath:before {
    content: "\f20c";
}

.Defaults-buysellads:before {
    content: "\f20d";
}

.Defaults-connectdevelop:before {
    content: "\f20e";
}

.Defaults-dashcube:before {
    content: "\f210";
}

.Defaults-forumbee:before {
    content: "\f211";
}

.Defaults-leanpub:before {
    content: "\f212";
}

.Defaults-sellsy:before {
    content: "\f213";
}

.Defaults-shirtsinbulk:before {
    content: "\f214";
}

.Defaults-simplybuilt:before {
    content: "\f215";
}

.Defaults-skyatlas:before {
    content: "\f216";
}

.Defaults-cart-plus:before {
    content: "\f217";
}

.Defaults-cart-arrow-down:before {
    content: "\f218";
}

.Defaults-diamond:before {
    content: "\f219";
}

.Defaults-ship:before {
    content: "\f21a";
}

.Defaults-user-secret:before {
    content: "\f21b";
}

.Defaults-motorcycle:before {
    content: "\f21c";
}

.Defaults-street-view:before {
    content: "\f21d";
}

.Defaults-heartbeat:before {
    content: "\f21e";
}

.Defaults-venus:before {
    content: "\f221";
}

.Defaults-mars:before {
    content: "\f222";
}

.Defaults-mercury:before {
    content: "\f223";
}

.Defaults-transgender:before {
    content: "\f224";
}

.Defaults-transgender-alt:before {
    content: "\f225";
}

.Defaults-venus-double:before {
    content: "\f226";
}

.Defaults-mars-double:before {
    content: "\f227";
}

.Defaults-venus-mars:before {
    content: "\f228";
}

.Defaults-mars-stroke:before {
    content: "\f229";
}

.Defaults-mars-stroke-v:before {
    content: "\f22a";
}

.Defaults-mars-stroke-h:before {
    content: "\f22b";
}

.Defaults-neuter:before {
    content: "\f22c";
}

.Defaults-facebook-official:before {
    content: "\f230";
}

.Defaults-pinterest-p:before {
    content: "\f231";
}

.Defaults-whatsapp:before {
    content: "\f232";
}

.Defaults-server:before {
    content: "\f233";
}

.Defaults-user-plus:before {
    content: "\f234";
}

.Defaults-user-times:before {
    content: "\f235";
}

.Defaults-bed:before {
    content: "\f236";
}

.Defaults-hotel:before {
    content: "\f236";
}

.Defaults-viacoin:before {
    content: "\f237";
}

.Defaults-train:before {
    content: "\f238";
}

.Defaults-subway:before {
    content: "\f239";
}

.Defaults-medium:before {
    content: "\f23a";
}

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

/* ============== Macros ============== */

/* Transition */




/* Border Radius */


/* Box Shadow */


/* Transform */




/* Animation */






/* Filter */


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

html, body {
	min-height: 100%;
	margin: 0;
	/* overflow-x: hidden; */
	padding: 0;
} 
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	background-color: #ffffff;
	color: #767577;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

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

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


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

/* Basic text */
p {
	line-height: 28px;
	margin: 0 0 24px;
}
b, strong {
    font-weight: 700;
}
em {
    font-style: italic;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}

/* Headings */
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
    color: #767577;
	margin: 0 0 10px;
}
h1 {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    font-size: 46px;
    font-weight: 400;
    line-height: 46px;
}
h2 {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 34px;
	margin: 0;
}
h3 {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
}
h4 {
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}
h5 {
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
h6 {
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
}

/* Anchor Links */
a {
	color: #05a4e0;
	text-decoration: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;;
}
a:hover,
a:focus {
    color: #05a4e0;
}
:focus {
	outline: 0 none;
}

/* Lists */
.body-container .hs_cos_wrapper_type_rich_text ul,
.hs-blog-post .post-body ul,
.body-container .hs_cos_wrapper_type_rich_text ol,
.hs-blog-post .post-body ol {
	margin: 0 0 15px 20px;
	padding: 0;
}
.body-container .hs_cos_wrapper_type_rich_text ol,
.hs-blog-post .post-body ol {
	counter-reset: item;
}
.body-container .hs_cos_wrapper_type_rich_text ul li,
.hs-blog-post .post-body ul li {
    line-height: 19px;
	margin-bottom: 10px;
}
.body-container .hs_cos_wrapper_type_rich_text ol li,
.hs-blog-post .post-body ol li {
    display: block;
    margin-bottom: 10px;
    margin-left: 10px;
    cursor: pointer;
}
.body-container .hs_cos_wrapper_type_rich_text ol li:before,
.hs-blog-post .post-body ol li:before {
	background: #767577;
    display: inline-block;
    content: counter(item);
    counter-increment: item;
    margin-right: 10px;
    margin-left: -15px;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	border: 3px solid rgba(255, 255, 255, 0.56);
	border-radius: 20px;
	color: #fff;
	font-size: 13px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;;
}
.body-container .hs_cos_wrapper_type_rich_text ol li:hover:before,
.hs-blog-post .post-body ol li:hover:before {
    background: #05a4e0;
}
form ul,
form ol,
form li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* Block Quotes */
blockquote {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	line-height: 26px;
    padding: 30px 50px 30px 50px;
	margin: 0;
	width: 100%;
	border: none;
	background-color: #00a5df;
  margin-bottom: 30px;
}
blockquote p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 26px;
    font-style: normal;
    font-weight: 300;
    line-height: 36px;
}

/* 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 =============== */
.row-fluid .custom_top-bar {
	position: relative;
	top: 0;
	left: 0;
	padding: 15px 0 6px;
	font-size: 14px;
	text-align: center;
	background-color: #000;
    width: 100%;
}
.row-fluid .custom_top-bar .page-center {
    max-width: 100%;
}
.custom_top-bar .row-fluid .hs_cos_wrapper_type_blog_subscribe {
    display: block;
    width: 100%;
}
.custom_top-bar .row-fluid .hs_cos_wrapper_type_blog_subscribe h3.form-title {
    width: 250px;
    height: auto;
    display: inline-block;
    color: #FFF;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    margin: 0 7px 0 13px;
    text-align: left;
    vertical-align: top;
}
.custom_top-bar .row-fluid .hs_cos_wrapper_type_blog_subscribe h3.form-title + div {
    display: inline-block;
	border-bottom: 1px solid #FFF;
	padding: 3px 0 5px;
	margin: 0;
	width: auto;
}
.custom_top-bar .row-fluid .hs_cos_wrapper_type_blog_subscribe form {
    position: relative;
}
.custom_top-bar .row-fluid .hs_cos_wrapper_type_blog_subscribe form > .hs-form-field > label {
    display: none;
}
.custom_top-bar .row-fluid .hs_cos_wrapper_type_blog_subscribe form .hs-input {
    width: 260px;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    color: #FFF;
    border: none;
    font-family: MS Shell Dlg \32, sans-serif;
    margin: 0 33px 0 0;
    min-height: 20px;
    font-size: 14px;
    line-height: 20px;
}
.custom_top-bar .row-fluid .hs_cos_wrapper_type_blog_subscribe form .hs-input::-webkit-input-placeholder {
    color: #05A4E0;
}
.custom_top-bar .row-fluid .hs_cos_wrapper_type_blog_subscribe form .hs-input:-moz-placeholder {
    color: #05A4E0;
}
.custom_top-bar .row-fluid .hs_cos_wrapper_type_blog_subscribe form .hs-input::-moz-placeholder {
    color: #05A4E0;
}
.custom_top-bar .row-fluid .hs_cos_wrapper_type_blog_subscribe form .hs-input:-ms-input-placeholder {
    color: #05A4E0;
}
/* Firefox Fix */
@-moz-document url-prefix() {
    .custom_top-bar .row-fluid .hs_cos_wrapper_type_blog_subscribe form .hs-input.invalid,
    .custom_top-bar .row-fluid .hs_cos_wrapper_type_blog_subscribe form .hs-input.error {
        box-shadow: 0 0 1.5px 1px red;
    }
}
.custom_top-bar .row-fluid .hs_cos_wrapper_type_blog_subscribe form .hs-button {
    width: 30px;
    border: none;
    background: url(//cdn2.hubspot.net/hubfs/2039833/EndeavourSolutions_October2017/Layout/blue-arrow.png) no-repeat transparent;
    text-indent: -99999px;
    cursor: pointer;
    position: absolute;
    top: 1px;
    right: 0;
    padding: 0;
    min-height: 0;
}
.custom_top-bar .row-fluid .hs_cos_wrapper_type_blog_subscribe form ul.hs-error-msgs {
    position: absolute;
    margin: 0 !important;
}
.topbar-close {
    position: absolute;
    margin-left: 10px;
    padding: 5px 7px;
    top: 10px;
    right: 13px;
    font-family: sans-serif;
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    background-color: #000;
    border-radius: 50%;
}
.topbar-close:hover {
    color: #FFF;
}
.topbar-open {
	padding: 0;
	font-size: 14px;
	text-align: center;
	background-color: #000;
    position: absolute;
    top: 0;
    left: auto;
    z-index: 999999;
    right: 8px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    width: 80px;
    height: auto;
}
.sticky-header .topbar-open {
    top: -89px;
}
.row-fluid .custom_header {
	background: #313131;
	left: 0;
	min-height: 90px;
	position: relative;
	right: 0;
	top: 0;
	z-index: 999998;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;;
}
.custom_header.shrinked_header {
    min-height: 63px;
}
.custom_header.opaque_header {
    opacity: 0.95;
}
.row-fluid .custom_header .page-center {
	max-width: 1340px;
}
.custom_header .row-fluid .widget-type-logo {
	float: left;
	line-height: 90px;
	margin: 0;
	max-height: 90px;
	position: relative;
	text-align: center;
	width: auto;
}
.custom_header.shrinked_header .row-fluid .widget-type-logo {
    max-height: 55px;
    line-height: 55px;
}
.custom_header .row-fluid .widget-type-logo a {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;;
}
.custom_header .row-fluid .widget-type-logo img {
	display: inline-block;
	margin-top: -1px;
	max-height: 100px;
    max-width: 220px;
	vertical-align: middle;
}
.custom_header.shrinked_header .row-fluid .widget-type-logo img {
    max-height: 35px;
    width: auto !important;
}
.row-fluid .custom-menu-primary {
	float: right;
	margin: 0;
	position: static;
	width: auto;
}
.custom_top-pane {
    background-position: top center;
    background-size: cover;
    background-color:  #313131;
    border-bottom: 1px solid #ecf0f1;
	padding: 69px 0 70px;
	position: relative;
	text-align: center;
}
.custom_top-pane h1 {
    color: #ffffff;
	display: block;
	font-size: 46px;
	font-weight: 400;
	line-height: 1;
    margin: 0 auto;
    max-width: 100%;
}
.custom_top-pane_no-text {
    background-position: top center;
    background-size: cover;
    background-color:  #313131;
    border-bottom: 1px solid #ecf0f1;
    padding: 105px 0 105px;
	position: relative;
	text-align: center;
}
.custom_top-pane_no-text_flat {
    background-position: top center;
    background-size: contain;
    background-color:  #fff;
    position: relative;
	text-align: center;
	background-repeat: no-repeat
}
/* Chrome Fix */
@media (-webkit-min-device-pixel-ratio:0) {
    .row-fluid .custom_top-bar {
		padding: 15px 0;
	}
	.custom_top-bar .row-fluid .hs_cos_wrapper_type_blog_subscribe h3.form-title + div {
		padding-bottom: 4px;
	}
	.custom_top-bar .row-fluid .hs_cos_wrapper_type_blog_subscribe form .hs-button {
	    height: 18px;
	    top: 2px;
	}
	.custom_top-bar .row-fluid .hs_cos_wrapper_type_blog_subscribe form ul.hs-error-msgs {
		margin: -2px 0 0 !important;
	}
}

/* =============== Content =============== */
.body-container {
    padding: 75px 0 35px;
}
.landing-page .body-container {
    padding: 75px 0;
}
.migration-template .body-container .main-content .cell-wrapper,
.migration-template .body-container .sidebar .cell-wrapper,
.body-container .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper {
	margin-bottom: 30px;
}

.author-content {
  padding-top: 2em;
  margin: 2em 0;
  border-top: 1px solid #00a5df;
}

/* =============== Footer =============== */
.row-fluid .custom_footer-top {
    background: #333333;
}
.row-fluid .custom_footer-col {
    float: left;
    margin: 96px 30px 76px 0;
    max-width: 370px;
    width: 100%;
}
.row-fluid .custom_footer-col.three {
    margin-right: 0;
}
.custom_footer-col h3:first-child,
.custom_footer-col h3.form-title {
	color: #fff;
    font-size: 16px;
	font-weight: 300;
	letter-spacing: normal;
	line-height: normal;
	margin-bottom: 36px;
	text-align: left;
	text-transform: none;
}
.custom_footer-col .row-fluid .hs_cos_wrapper_type_blog_subscribe form {
	border-bottom: 1px solid #979797;
	max-width: 300px;
    position: relative;
}
.custom_footer-col .row-fluid .hs_cos_wrapper_type_blog_subscribe form > .hs-form-field > label {
    display: none;
}
.custom_footer-col .row-fluid .hs_cos_wrapper_type_blog_subscribe form .hs-input {
    width: 300px;
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    color: #FFF;
    border: none;
    font-family: MS Shell Dlg \32, sans-serif;
    margin: 0;
    min-height: 30px;
    font-size: 14px;
    line-height: 20px;
}
/* Firefox Fix */
@-moz-document url-prefix() {
    .custom_footer-col .row-fluid .hs_cos_wrapper_type_blog_subscribe form .hs-input.invalid,
    .custom_footer-col .row-fluid .hs_cos_wrapper_type_blog_subscribe form .hs-input.error {
        box-shadow: 0 0 1.5px 1px red;
    }
}
.custom_footer-col .row-fluid .hs_cos_wrapper_type_blog_subscribe form .hs-input::-webkit-input-placeholder {
    color: #BDBCBD;
}
.custom_footer-col .row-fluid .hs_cos_wrapper_type_blog_subscribe form .hs-input:-moz-placeholder {
    color: #BDBCBD;
}
.custom_footer-col .row-fluid .hs_cos_wrapper_type_blog_subscribe form .hs-input::-moz-placeholder {
    color: #BDBCBD;
}
.custom_footer-col .row-fluid .hs_cos_wrapper_type_blog_subscribe form .hs-input:-ms-input-placeholder {
    color: #BDBCBD;
}
.custom_footer-col .row-fluid .hs_cos_wrapper_type_blog_subscribe form .hs-button {
    width: 30px;
    border: none;
    background: url(//cdn2.hubspot.net/hubfs/2039833/EndeavourSolutions_October2017/Layout/blue-arrow.png) no-repeat transparent;
    text-indent: -99999px;
    cursor: pointer;
    position: absolute;
    top: 6px;
    right: 6px;
    padding: 0;
    min-height: 0;
}
.custom_footer-col .row-fluid .hs_cos_wrapper_type_blog_subscribe form ul.hs-error-msgs {
    position: absolute;
    margin: 0 !important;
}
.custom_footer-contact p {
    color: #BDBCBD;
    font-size: 14px;
    line-height: 28px;
    margin: 0 0 17px;
    max-width: 230px;
}
.link-blue-arrow {
    background: url(//cdn2.hubspot.net/hubfs/2039833/EndeavourSolutions_October2017/Layout/blue-arrow.png) no-repeat 0 3px;
    padding-left: 45px;
    font-weight: 600;
    font-size: 14px;
}
.custom_footer-col a:hover {
    color: #fff;
}
.custom_footer-socials ul {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.custom_footer-socials ul li {
    display: inline-block;
    font-size: 20px;
    margin-right: 30px;
    width: auto;
}
.row-fluid .custom_footer-bottom {
    background: #333333;
    border-top: 1px solid #767577;
    color: #767577;
    padding: 30px 0;
}
.row-fluid .custom_copyright {
    float: left;
    margin: 0 180px 0 0;
    width: auto;
}
.custom_copyright p {
    color: #767577;
    font-size: 14px;
    font-weight: 700;
    line-height: 32px;
    margin: 0;
}
.row-fluid .custom_footer-links {
    float: left;
    margin: 0;
    width: auto;
}
.custom_footer-links .hs-menu-wrapper > ul {
    display: block;
}
.custom_footer-links .hs-menu-wrapper > ul > li {
    float: left !important;
    margin-right: 20px;
    width: auto;
}
.custom_footer-links .hs-menu-wrapper > ul > li > a {
    color: #767577;
    font-size: 14px;
    line-height: 20px;
}
.custom_footer-links .hs-menu-wrapper > ul > li > a:hover {
    color: #05a4e0;
}
.row-fluid .custom_footer-credits {
    background: url(//cdn2.hubspot.net/hubfs/2039833/EndeavourSolutions_October2017/Layout/little-giant-logo.png) no-repeat 0 8px;
    float: right;
    font-size: 14px;
    margin: 0 150px 0 0;
    padding-left: 23px;
    width: auto;
}
.custom_footer-credits a {
    color: #767577;
    display: inline-block;
    line-height: 32px;
}
.custom_footer-credits a:hover {
    color: #05a4e0;
}
#to_top {
    display: block;
    position: fixed;
    text-align: center;
    line-height: 12px;
    right: 30px;
    bottom: -30px;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    z-index: 10000;
    height: 29px;
    width: 29px;
    background-color: rgba(0,0,0,0.4);
    background-repeat: no-repeat;
    background-position: center;
	-webkit-transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-ms-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
	transition: background-color 0.1s linear;;
}
#to_top i {
    font-family: "FontAwesome";
    line-height: 29px;
    width: 29px;
    height: 29px;
    font-size: 14px;
    top: 0px;
    left: 0px;
    text-align: center;
    background-color: transparent;
}
#to_top:hover {
    background: #05a4e0;
}
/* Chrome Fix */
@media (-webkit-min-device-pixel-ratio:0) {
    .custom_footer-col .row-fluid .hs_cos_wrapper_type_blog_subscribe form .hs-button {
		height: 18px;
		top: 7px;
	}
	.custom_footer-links .hs-menu-wrapper > ul > li > a {
	    display: block;
	    line-height: 32px;
	}
}

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


/* =============== Custom Menu Primary =============== */
@media (min-width: 1036px) {
    .custom_mobile-group {
        display: none;
    }
    .custom-menu-primary .hs-menu-wrapper > ul {
        float: right;
        position: static;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li {
    	float: left;
    	font-size: 15px;
    	letter-spacing: 1.5px;
    	position: relative;
    	text-transform: uppercase;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.home {
        display: none;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    	color: #ffffff;
    	display: block;
    	font-family: Open Sans, Helvetica, Arial, sans-serif;
    	font-size: 15px;
    	font-weight: 600;
    	margin: 0 5px;
    	padding: 40px 15px 15px 15px;
    	position: relative;
    	text-align: center;
        width: auto;
    	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;;
    }
    .hs-blog-listing .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        color: rgba(255,255,255,0.85);
    }
    .hs-blog-post .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        color: #fff;
    }
    .hs-blog-listing .custom_header.shrinked_header .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        color: #fff;
    }
    .custom_header.shrinked_header .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        padding-top: 20px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
        font-family: "FontAwesome";
        content: "\f107";
        padding-left: 10px;
        line-height: normal;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.contact-us > a {
        background-color: #fff100;
        color: #00374C;
        height: 45px;
        margin-top: 30px;
        margin-left: 10px;
        padding-top: 12px;
        border-radius: 6px;
    }
    .custom_header.shrinked_header .custom-menu-primary .hs-menu-wrapper > ul > li.contact-us > a {
        margin-top: 10px;
        margin-bottom: 8px;
        padding-top: 10px;
    }
    .hs-blog-listing .custom_header.shrinked_header .custom-menu-primary .hs-menu-wrapper > ul > li.contact-us > a {
        color: #00374C;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
    .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a {
        color: #FFF100;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
        border-bottom: 3px solid #FFF100;
    }
    .hs-blog-listing .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
        color: #fff;
    }
    .hs-blog-listing .custom-menu-primary .hs-menu-wrapper > ul > li.contact-us > a:hover {
        color: #00374C;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul {
    	background: #ffffff;
    	border-top: 3px solid #fff100;
    	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    	line-height: 20px;
    	margin-top: -11px;
    	top: 90px;
    	width: 200px;
    }
    .custom_header.shrinked_header .custom-menu-primary .hs-menu-wrapper > ul ul {
        margin-top: 4px;
        top: 55px;
    }
    .custom-menu-primary .hs-menu-wrapper.flyouts > ul.sf-js-enabled li.hs-item-has-children > ul.hs-menu-children-wrapper {
    	display: none;
    	visibility: visible;
    	opacity: unset;
    	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li {
    	border-bottom: 1px solid #ecf0f1;
    	font-size: 15px;
    	font-weight: normal;
    	letter-spacing: 1.5px;
    	position: relative;
    	text-transform: none;
    	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    	background: #ffffff;
    	border-left: 1px solid #ecf0f1;
    	color: #333333;
    	font-family: Open Sans, Helvetica, Arial, sans-serif;
    	font-size: 13px;
    	font-weight: 400;
    	line-height: 14px;
    	padding: 16px 25px;
    	white-space: normal !important;
    	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;;
    }
    .custom_header.shrinked_header .custom-menu-primary .hs-menu-wrapper > ul ul li a {
        padding-top: 20px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li.active > a,
    .custom-menu-primary .hs-menu-wrapper > ul ul li.active-branch > a,
    .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
        background-color: #eeeeee;
    }
}

/* 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: 1036px) {
    .custom-menu-primary .hs-menu-wrapper { 
        display: block !important;
    }
}


/* Vertical Menu */
.body-container .hs-menu-flow-vertical > ul > li > a {
	color: #333333;
	display: block;
	font-family: Open Sans, Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 600;
	padding: 5px 0;
	position: relative;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;;
}
.body-container .hs-menu-flow-vertical > ul > li.active > a,
.body-container .hs-menu-flow-vertical > ul > li.active-branch > a,
.body-container .hs-menu-flow-vertical > ul > li > a:hover {
    color: #05a4e0;
}
.body-container .hs-menu-flow-vertical.flyouts > ul ul {
	background: #ffffff;
	border-left: 3px solid #fff100;
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
	line-height: 20px;
	max-width: 200px;
	width: 100%;
}
.body-container .hs-menu-flow-vertical.flyouts > ul ul li {
	border-bottom: 1px solid #ecf0f1;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 1.5px;
	position: relative;
	text-transform: none;
}
.body-container .hs-menu-flow-vertical.flyouts > ul ul li a {
	background: #ffffff;
	color: #333333;
	font-family: Open Sans, Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 14px;
	padding: 16px 25px;
	white-space: normal !important;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;;
}
.body-container .hs-menu-flow-vertical.flyouts > ul > li:hover > ul li a {
    -webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;;
}
.body-container .hs-menu-flow-vertical.flyouts > ul ul li.active > a,
.body-container .hs-menu-flow-vertical.flyouts > ul ul li.active-branch > a,
.body-container .hs-menu-flow-vertical.flyouts > ul ul li a:hover {
    background-color: #eeeeee;
}
.body-container .hs-menu-flow-vertical.no-flyouts > ul ul {
	background: transparent;
	border: 0 none;
	box-shadow: none;
	line-height: 20px;
	max-width: 100%;
}
.body-container .hs-menu-flow-vertical.no-flyouts > ul ul li {
	border-bottom: 0 none;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 0;
	position: relative;
	text-transform: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;;
}
.body-container .hs-menu-flow-vertical.no-flyouts > ul ul li a {
	background: transparent;
	color: #333333;
	font-family: Open Sans, Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 14px;
	padding: 5px 5px 5px 15px;
	white-space: normal !important;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;;
}
.body-container .hs-menu-flow-vertical.no-flyouts > ul ul li.active > a,
.body-container .hs-menu-flow-vertical.no-flyouts > ul ul li.active-branch > a,
.body-container .hs-menu-flow-vertical.no-flyouts > ul ul li a:hover {
    color: #05a4e0;
}

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

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

@media (max-width: 1035px) {

	.row-fluid .custom-menu-primary {
	    display: none;
	}

	/* ===== Mobile Toggle Button ===== */
	.mobile-trigger {
		display: inline-block !important;
		cursor: pointer;
		position: absolute;
		top: 30px;
		right: 100px;
		width: auto;
		height: auto;
	}
	.custom_header.shrinked_header .mobile-trigger {
    	top: 10px;
    }

	/* Toggle Button Icon */
	.mobile-trigger i {
	    font-style: normal;
	}
	.mobile-trigger i:before {
	    color: #fff;
        font-family: "FontAwesome";
        display: block;
        content: "\f0c9";
        padding: 8px 0 0 0px;
        text-align: center;
        margin-left: -1px;
        font-size: 30px;
	}

	/* ===== Mobile Child Toggle Buttons ===== */
	.child-trigger {
		display: block !important;
		cursor: pointer;
		position: absolute;
		top: 0;
		right: 0;
		width: 47px !important;
		min-width: 47px !important;
		height: 47px !important;
		padding: 0 !important;
	}
	.child-trigger:hover {
		text-decoration: none;
	}
	.child-trigger i {
	    font-style: normal;
	}
    .child-trigger i:before {
        color: #fff;
        font-family: "FontAwesome";
        content: "\f107";
        position: absolute;
        right: 0px;
        top: 0px;
        z-index: 10;
        text-align: center;
        width: 47px;
        height: 47px;
        line-height: 45px;
        font-size: 16px;
    }
    .child-trigger.child-open i:before {
        content: "\f106";
        color: #fff100;
    }

	/* ===== Mobile Menu Styles ===== */  
	#site-wrapper {
        -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.05);
        -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.05);
        box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    	position: relative;
    	-webkit-transition: transform .5s;
	-moz-transition: transform .5s;
	-ms-transition: transform .5s;
	-o-transition: transform .5s;
	transition: transform .5s;;
    }
    .mobile-open #site-wrapper {
        -webkit-transform: translateX(-269px);
    -moz-transform: translateX(-269px);
    -ms-transform: translateX(-269px);
	-o-transform: translateX(-269px);
    transform: translateX(-269px);;
    }
    .custom_mobile-group {
    	background: #05a4e0;
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        width: 270px;
        height: 100%;
        z-index: 999999;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
	-o-transform: translateX(100%);
    transform: translateX(100%);;
        -webkit-transition: transform .5s;
	-moz-transition: transform .5s;
	-ms-transition: transform .5s;
	-o-transition: transform .5s;
	transition: transform .5s;;
    }
    .mobile-open .custom_mobile-group {
        -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
	-o-transform: translateX(0);
    transform: translateX(0);;
    }
    .custom_mobile-menu .hs-menu-wrapper > ul {
        display: block;
        width: 100%;
    }
    .custom_mobile-menu .hs-menu-wrapper > ul > li {
        border-top: 1px solid rgba(255,255,255,0.05);
        border-bottom: 1px solid rgba(0,0,0,0.35);
        color: #666;
        display: block;
        float: none !important;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .custom_mobile-menu .hs-menu-wrapper > ul > li.contact-us {
        background-color: #FFF100;
    }
    .custom_mobile-menu .hs-menu-wrapper > ul > li > a {
        display: inline-block;
        padding: 10px 20px 13px;
        width: calc(100% - 40px);
        color: #fff;
        text-transform: uppercase;
        position: relative;
    }
    .custom_mobile-menu .hs-menu-wrapper > ul li.parent-open > a {
        color: #fff100;
    }
    .custom_mobile-menu .hs-menu-wrapper > ul > li.contact-us > a {
        color: #00374C;
    }
    .custom_mobile-menu .hs-menu-wrapper > ul > li.active > a {
        border-left: 2px solid #fff100;
    }
    .custom_mobile-menu .hs-menu-wrapper > ul ul {
        border-top: 1px solid rgba(0,0,0,0.35);
        display: none;
        opacity: 1 !important;
        position: static !important;
        visibility: visible !important;
    }
    .custom_mobile-menu .hs-menu-wrapper > ul ul li {
        border-top: 1px solid rgba(255, 255, 255, 0);
        border-bottom: 1px solid rgba(0, 0, 0, 0.22);
    }
    .custom_mobile-menu .hs-menu-wrapper > ul ul li:last-child {
        border-bottom: none;
    }
    .custom_mobile-menu .hs-menu-wrapper > ul ul li a {
        display: inline-block;
        margin-left: 20px;
        padding: 10px 20px 13px;
        width: calc(100% - 40px);
        color: #fff;
        text-transform: uppercase;
        position: relative;
    }
    .custom_mobile-menu .hs-menu-wrapper > ul ul li.active > a {
        border-left: 2px solid #fff100;
    }
}


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

/* =============== General Blog Styles =============== */
.blog .row-fluid .custom_header {
    background: transparent;
    box-shadow: none !important;
}
.blog .row-fluid .custom_header.shrinked_header {
    background: #313131;
}
.custom_top-pane-listing {
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url("//cdn2.hubspot.net/hubfs/2039833/EndeavourSolutions_October2017/Images/blog-banner.png");
    background-size: cover;
    background-position: center center;
    padding: 166px 0 105px;
    position: absolute;
    top: 59px;
    left: 0;
    right: 0;
    width: 100%;
}
.custom_top-pane-listing h1 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    margin: 0 0 38px;
    letter-spacing: 0;
    text-indent: 16px;
}
.custom_top-pane-listing p {
    display: block;
    max-width: 600px;
    white-space: normal;
    font-size: 17px;
    line-height: 30px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 0;
}
.custom_top-pane-listing .row-fluid .hs_cos_wrapper_type_blog_subscribe h3.form-title,
.custom_top-pane-listing .row-fluid .hs_cos_wrapper_type_blog_subscribe form > .hs-form-field > label {
    display: none;
}
.custom_top-pane-listing .row-fluid .hs_cos_wrapper_type_blog_subscribe form {
	border-bottom: 1px solid #fff;
    display: block;
    float: none;
    margin: 60px auto 86px;
	max-width: 300px;
    position: relative;
}
.custom_top-pane-listing .row-fluid .hs_cos_wrapper_type_blog_subscribe form .hs-input {
    width: 300px;
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    color: #FFF;
    border: none;
    font-family: Open Sans, Arial, sans-serif;
    margin: 0;
    min-height: 30px;
    font-size: 14px;
    line-height: 20px;
}
/* Firefox Fix */
@-moz-document url-prefix() {
    .custom_top-pane-listing .row-fluid .hs_cos_wrapper_type_blog_subscribe form .hs-input.invalid,
    .custom_top-pane-listing .row-fluid .hs_cos_wrapper_type_blog_subscribe form .hs-input.error {
        box-shadow: 0 0 1.5px 1px red;
    }
}
.custom_top-pane-listing .row-fluid .hs_cos_wrapper_type_blog_subscribe form .hs-input::-webkit-input-placeholder {
    color: #FFF;
    font-weight: 300;
    font-family: 'Open Sans', Arial, sans-serif;
}
.custom_top-pane-listing .row-fluid .hs_cos_wrapper_type_blog_subscribe form .hs-input:-moz-placeholder {
    color: #FFF;
    font-weight: 300;
    font-family: 'Open Sans', Arial, sans-serif;
}
.custom_top-pane-listing .row-fluid .hs_cos_wrapper_type_blog_subscribe form .hs-input::-moz-placeholder {
    color: #FFF;
    font-weight: 300;
    font-family: 'Open Sans', Arial, sans-serif;
}
.custom_top-pane-listing .row-fluid .hs_cos_wrapper_type_blog_subscribe form .hs-input:-ms-input-placeholder {
    color: #FFF;
    font-weight: 300;
    font-family: 'Open Sans', Arial, sans-serif;
}
.custom_top-pane-listing .row-fluid .hs_cos_wrapper_type_blog_subscribe form .hs-button {
    width: 30px;
    border: none;
    background: url(//cdn2.hubspot.net/hubfs/2039833/EndeavourSolutions_October2017/Layout/small-white.png) no-repeat transparent;
    text-indent: -99999px;
    cursor: pointer;
    position: absolute;
    top: 7px;
    right: 3px;
    padding: 0;
    min-height: 0;
    z-index: 9999;
}
.custom_top-pane-listing .row-fluid .hs_cos_wrapper_type_blog_subscribe form ul.hs-error-msgs {
    position: absolute;
    margin: 0 !important;
}
.custom_top-pane-listing .scroll-to-section {
    display: block;
    margin: 0 auto;
    width: 18px;
}
.hs-blog-listing .body-container {
    background-color: #f1f2f2;
    padding: 50px 0 100px;
}
.custom_bottom-pane-blog {
    background-image: url(//cdn2.hubspot.net/hubfs/2039833/EndeavourSolutions_October2017/Images/blue-bar-circuit-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #00a5df;
    margin-bottom: -4px;
    padding: 67px 0 35px;
    position: relative;
    z-index: 99;
}
.hs-blog-post .custom_bottom-pane-blog {
    background-position: 56% 0;
    background-size: auto auto;
    margin: 0;
}
.hs-blog-post .row-fluid .custom_bottom-pane-blog .page-center {
    max-width: 100%;
    width: 100%;
}
.custom_bottom-pane-blog .row-fluid .left-content {
    float: left;
    margin: 0;
    width: 65.83333333333334%;
}
.custom_bottom-pane-blog .left-content h2 {
    color: #ffffff;
    margin: 10px 0 21px;
    text-align: center;
}
.hs-blog-post .custom_bottom-pane-blog .left-content h2 {
    margin-bottom: 17px;
}
.custom_bottom-pane-blog .row-fluid .right-button {
    float: left;
    margin: 0 0 0 2.5%;
    width: 31.666666666666668%;
}
.custom_bottom-pane-blog .right-button a {
    color: #ffffff;
    border: 2px solid #ffffff;
	vertical-align: middle;
    font-weight: 500;
    border-radius: 6px;
	font-size: 14px;
    line-height: 19px;
	padding: 10px 50px;
	text-align: center;
	min-width: 160px;
	max-width: 100%;
	display: inline-block;
	vertical-align: middle;
	max-height: 50px;
}
.hs-blog-post .custom_bottom-pane-blog .right-button a {
    line-height: 26px;
}
.hs-blog-listing .body-container .row-fluid .page-center {
    max-width: 1190px;
}
.author-page .row-fluid .custom_blog-categories,
.all-page .row-fluid .custom_blog-categories {
    display: none;
}
.custom_blog-categories ul {
    display: block;
    list-style-type: none;
    margin: 1px 0 40px;
    padding: 0;
    text-align: center;
    width: 100%;
}
.custom_blog-categories ul li {
    border: 1px solid #d9d9d9;
	background-color: #FFF;
	border-radius: 5px;
    display: inline-block;
    margin: 0 12px 15px 0;
    padding: 0;
}
.custom_blog-categories ul li.active-tag {
	background-color: #05A4E0;
	border: none;
}
.custom_blog-categories ul li a {
	display: block;
	font-size: 15px;
	line-height: 24px;
	color: #767577;
	font-style: normal;
	padding: 10px 20px;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;;
}
.custom_blog-categories ul li.active-tag > a {
    color: #FFF;
}
.custom_blog-categories ul li a .filter-link-count {
    display: none;
}
.post-listing .post-item {
    padding: 10px;
    width: 25%;
}
.post-listing .post-item .post-inner {
    margin: 0 5px 12px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    background-color: #FFF;
}
.post-listing .post-item:hover .post-inner {
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
}
.post-listing .post-item .post-inner .featured-image {
    background-size: auto 200px;
	background-position: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	display: inline-block;
    position: relative;
    overflow: hidden;
	height: 200px;
	width: 100%;
}
.post-listing .post-item .post-inner .date {
    padding: 12px 20px 16px;
	font-size: 14px;
	display: inline-block;
	margin: 0;
	color: #999;
}
.post-listing .post-item .post-inner .date abbr {
    text-decoration: dotted underline;
}
.post-listing .post-item .post-inner .post-content {
    padding: 0 20px 16px;
}
.post-listing .post-item .post-inner .post-header {
	max-width: 650px;
	margin: 0;
	display: inline-block;
}
.post-listing .post-item .post-inner .post-header h2,
.post-listing-simple h2 {
	font-size: 18px;
	line-height: 26px;
	text-align: left;
	margin: 0;
	display: block;
	font-weight: 300;
}
.post-listing-simple h2 {
    margin: 0 0 15px;
}
.post-listing .post-item .post-inner .post-header h2 a,
.post-listing-simple h2 a {
	color: #333;
	font-size: 18px;
	line-height: 26px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;;
}
.post-listing .post-item .post-inner .post-header h2 a:hover,
.post-listing-simple h2 a:hover {
	color: #05A4E0;
}
.post-listing .post-item .post-inner .more-link {
    clear: both;
    display: inline-block;
    text-align: left;
    text-transform: uppercase;
    margin-top: 14px;
    background: url(//cdn2.hubspot.net/hubfs/2039833/EndeavourSolutions_October2017/Layout/small-grey.png) no-repeat 0 11px;
    color: #767577;
    font-size: 13px;
    padding-left: 30px;
    font-weight: 700;
}
.post-listing .post-item .post-inner .more-link:hover {
    background: url(//cdn2.hubspot.net/hubfs/2039833/EndeavourSolutions_October2017/Layout/small-blue.png) no-repeat 0 11px;
    color: #05A4E0;
}
.blog-pagination {
    clear: both;
    display: none;
    margin: 30px 0 0;
    text-align: center;
}
.blog-pagination a {
    font-weight: bold;
    margin: 0 7px;
}
.custom_top-pane-post {
    display: inline-block;
    height: 400px;
    position: absolute;
    top: 59px;
    left: 0;
    right: 0;
    width: 100%;
}
.custom_top-pane-post .top-pane-content {
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0;
    height: 400px;
}
.custom_top-pane-post .post-banner-image {
    display: none;
}
.custom_top-pane-post .overlay {
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.custom_top-pane-post .top-pane-inner {
    max-width: 760px;
    margin: 0 auto;
    padding-top: 145px;
    position: relative;
    z-index: 10;
    width: 100%;
}
.custom_top-pane-post .top-pane-inner .post-header {
    min-height: 120px;
    padding: 0;
}
.custom_top-pane-post .top-pane-inner .post-header h1 {
    color: #FFF;
    text-align: center;
    font-weight: 300;
    font-size: 32px;
    line-height: 50px;
}
.custom_top-pane-post .top-pane-inner .date {
    color: #FFF;
    text-align: center;
    margin-top: 30px;
}
.custom_top-pane-post .top-pane-inner .hs-author-avatar {
    width: 100px;
    height: 100px;
    overflow: hidden;
    text-align: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin: 30px auto 0 auto;
}
.custom_top-pane-post .top-pane-inner .hs-author-avatar img {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	display: inline;
	max-width: 100%;
}
.custom_top-pane-post .top-pane-inner .post-credit {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.8px;
    margin-bottom: 0;
    color: #747474;
    text-align: center;
    margin-top: 20px;
}
.custom_top-pane-post .top-pane-inner .post-author {
    text-align: center;
    color: #333;
    margin-top: 0;
    font-size: 14px;
}
.hs-blog-post .body-container {
    padding-top: 203px;
}
.hs-blog-post .row-fluid .blog-sidebar.left.span2 {
    margin: 0;
    width: 16%;
}
.hs-blog-post .row-fluid .blog-content {
    font-size: 16px;
    line-height: 30px;
    padding: 5px 50px 0;
}
.hs-blog-post .row-fluid .blog-content.span8 {
    margin: 0;
    width: 66%;
}
.hs-blog-post .row-fluid .blog-content .post-body p {
    margin: 0 0 20px;
}
.hs-blog-post .row-fluid .blog-content .post-body ul {
    margin: 0;
    list-style-type: none;
    padding-left: 30px;
}
.hs-blog-post .row-fluid .blog-content .post-body ul li {
	line-height: 24px;
    margin: 0 0 15px;
    padding: 0;
}
.hs-blog-post .row-fluid .blog-content .post-body ul li:before {
    font-family: FontAwesome;
    content: '\f00c';
    color: #05A4E0;
    display: inline-block;
    margin-left: -2em;
    width: 2em;
}
.hs-blog-post .row-fluid .blog-sidebar.right {
    padding: 5px 0 0 40px;
}
.hs-blog-post .row-fluid .blog-sidebar.right.span2 {
    margin: 0;
    width: 18%;
}
.hs-blog-post .blog-sidebar h3:first-child {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.8px;
    margin: 0 0 9px;
    color: #a8a8a8;
    float: left;
    width: 100%;
}
.back-link a {
    background: url(//cdn2.hubspot.net/hubfs/2039833/EndeavourSolutions_October2017/Layout/back-blue.png) no-repeat 0 3px;
    color: #05a4e0;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.8px;
    padding-left: 20px;
}
ul.social-list {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
ul.social-list li {
	float: left;
    margin: 0 20px 0 0;
    padding: 0;
}
ul.social-list li a {
    opacity: 0.75;
	-webkit-transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-ms-transition: opacity .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;;
}
ul.social-list li a i.fa {
    color: #05A4E0;
    font-size: 24px;
}
ul.social-list li a:hover {
    opacity: 1;
    text-decoration: none;
}
.row-fluid .custom_post-nav {
    margin-top: -3px;
    padding: 25px 0 20px 0;
    border-top: 1px solid #e8e8e8;
    display: inline-block;
    width: 100%;
}
.row-fluid .custom_post-nav .page-center {
    margin: 0 auto 20px;
    max-width: 50%;
    width: 100%;
}
.custom_post-nav .prev-button,
.custom_post-nav .next-button {
    width: 45%;
    float: left;
    display: block;
    margin: 0;
    text-align: center;
    padding: 0 10px;
}
.custom_post-nav .nav-heading {
    color: #05A4E0;
    font-size: 14px;
    font-weight: 700;
    width: auto;
    margin: 0 auto;
}
.custom_post-nav .prev-button a,
.custom_post-nav .next-button a {
    color: #333;
}
.custom_post-nav .prev-button a:hover,
.custom_post-nav .next-button a:hover {
    color: #05a4e0;
}
.custom_post-nav .nav-top {
    float: right;
    border: 1px solid #05A4E0;
    color: #05A4E0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    line-height: 0;
}
.custom_post-nav .nav-top a {
	color: #05a4e0;
    display: block;
    padding: 12px 15px 16px 15px;
}
#hubspot-author_data .hs-author-avatar {
	margin-top: 10px;
}
#hubspot-author_data .hs-author-social-section {
	margin-top: 22px;
}




/* Other Blog Styles */
#hubspot-author_data:after {
	content: '';
	display: block;
	clear: both;
}
#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%;
}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
	border-width: 0;
	max-height: 170px;
	max-width: 210px;
	height: auto;
	width: auto;
	display: inline-block !important;
	float: right;
	margin: 20px 0 20px 20px;
}
.hs-blog-social-share {
	padding: 10px 0 0 0;
	height: auto;
}
#comments-listing {
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	margin-top: 30px;
}
.comment {
	margin: 10px 0;
	border-top: 1px solid #ccc;
	padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

.hs-blog-post #comment-form form ul.inputs-list li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display > span {
    font-size: 14px;
	position: relative;
    top: -1px;
    left: 2px;
}
.hs-blog-post #comment-form form .actions {
    text-align: left;
}
.hs-blog-post #comment-form form .hs-button {
	margin-top: 15px;
}

/* =============== Blog Sidebar =============== */
.blog .blog-sidebar .widget-span {
	margin-bottom: 30px;
}

/* =============== Blog Author Page and Author Bio =============== */
.hs-blog-listing .hs-author-profile {
	background: #fff;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	display: block;
	margin: 0 auto 20px;
	max-width: 1160px;
	padding: 15px;
}
.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;
}
.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%;
}
.hs-author-profile .hs-author-bio {
	overflow: hidden;
	padding-top: 15px;
}
.hs-author-profile h2.hs-author-name {
	margin: 0 0 10px 0;
}
.hs-author-profile .hs-author-social-section {
    margin: 15px 0 0;
}


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


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

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

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

/* Form Title */
h3.form-title {
	font-size: 30px;
	font-weight: 300;
	line-height: 34px;
	margin: 0 0 20px;
	text-align: center;
}

/* Labels and Legends */
.hs-form-field > label,
.body-container .widget-type-google_search label {
    clear: both;
	display: inline-block;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 5px;
}
.hs-form-required {
	color: #790000;
	margin-left: 4px;
}

/* 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 {
    background: #ffffff;
	border: 1px solid #dedede;
	border-radius: 6px;
	color: #767577;
	display: block;
	font-family: Open Sans, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 20px;
	min-height: 46px;
	padding: 10px 20px;
	width: 100%;
}

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: #05a4e0;
}

/* Separate Styles for Multiple Line Inputs */
textarea {
    min-height: 160px;
}
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 */
form .hs-input.invalid,
form .hs-input.error {
    border: 1px solid #790000;
}
form ul.hs-error-msgs {
    margin: -10px 0 10px !important;
}
form ul.hs-error-msgs li label {
    color: #790000;
    font-family: inherit;
    font-size: .813em;
    font-weight: 700;
}

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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

/* =============== Landing Page Sidebar Form =============== */

.sidebar-form {
  position: -webkit-sticky;
  position: sticky;
  top: 6.5em;
  bottom: 2em;
  border: 1px solid #00a5df;
  border-radius: 25px;
  padding: 2em 1.5em;
}

@media (max-width: 767px) {
  .sidebar-form {
    position: inherit;
  } 
}

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

.body-container form .actions,
.body-container .hs_cos_wrapper_type_google_search form > .field > .input {
    text-align: right;
}

/* =============== 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: #fff100;
	border: 1px solid #fff100;
	border-radius: 10px;
	color: #00374C;
	display: inline-block;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.8px;
	line-height: 16px;
	min-height: 50px;
	padding: 15px 40px;
	text-align: center;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;;
}
.hs_submit .hs-button.primary.large {
    line-height: 14px;
}
.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    background-color: #05a4e0;
	border-color: #05a4e0;
	color: #fff;
}

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


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


/* System Pages                                          
   ========================================================================== */

/* Error Templates 404, 500 */
body.error-template.one-column {}
body.error-template.one-column .content-wrapper {}
body.error-template.one-column .main-content {}

/* Password template */
body.password-template.one-column {}
body.password-template.one-column .content-wrapper {}
body.password-template.one-column .main-content {}

/* Email Subscribition templates */
body.subscription-template.one-column {}
body.subscription-template.one-column .content-wrapper {}
body.subscription-template.one-column .main-content {}


.error-template .custom_top-pane,
.password-template .custom_top-pane,
.subscription-template .custom_top-pane {
	padding: 37px 0 39px;
}

.error-template .body-container form .actions,
.error-template .body-container .hs_cos_wrapper_type_google_search form > .field > .input,
.password-template .body-container form .actions,
.password-template .body-container .hs_cos_wrapper_type_google_search form > .field > .input,
.subscription-template .body-container form .actions,
.subscription-template .body-container .hs_cos_wrapper_type_google_search form > .field > .input {
    text-align: left !important;
}

.subscription-template .checkbox-row input {
	position: relative;
	top: 7px;
}
.subscription-template #email-prefs-form .email-edit {
    max-width: 100% !important;
}


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

@media (max-width: 1366px) {
    .row-fluid .custom_header .page-center {
        max-width: 1300px;
    }
    .custom_header .row-fluid .widget-type-logo {
        padding-left: 30px;
    }
    .row-fluid .custom-menu-primary {
        padding-right: 60px;
    }
}

@media (min-width: 1216px) and (max-width: 1299px) {
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        letter-spacing: 0;
    }
}

@media (min-width: 1036px) and (max-width: 1215px) {
    .row-fluid .custom-menu-primary {
        padding-right: 30px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        letter-spacing: 0;
        margin: 0;
        padding-left: 9px;
        padding-right: 9px;
    }
    .row-fluid .custom_top-pane .page-center,
    .body-container .row-fluid .page-center,
    .row-fluid .custom_footer-top .page-center,
    .row-fluid .custom_footer-bottom .page-center,
    .hs-blog-listing .body-container .row-fluid .page-center,
    .row-fluid .custom_bottom-pane-blog .page-center,
    .row-fluid .custom_post-nav .page-center {
        max-width: 960px;
    }
    .row-fluid .custom_footer-col {
        max-width: 300px;
    }
}

@media (max-width: 1035px) {
    .top-bar-opened.sticky-header .custom_top-pane-listing,
    .top-bar-opened.sticky-header .custom_top-pane-post {
        top: -30px !important;
    }
    .top-bar-closed.sticky-header .custom_top-pane-listing,
    .top-bar-closed.sticky-header .custom_top-pane-post {
        top: -89px !important;
    }
}

@media (min-width: 1025px) and (max-width: 1035px) {
    .row-fluid .custom_header.shrinked_header .page-center,
    .row-fluid .custom_top-pane .page-center,
    .body-container .row-fluid .page-center,
    .row-fluid .custom_footer-top .page-center,
    .row-fluid .custom_footer-bottom .page-center,
    .hs-blog-listing .body-container .row-fluid .page-center,
    .row-fluid .custom_bottom-pane-blog .page-center,
    .row-fluid .custom_post-nav .page-center {
        max-width: 708px;
    }
    .custom_header.shrinked_header {
        min-height: 66px;
    }
    .custom_header.shrinked_header .row-fluid .widget-type-logo {
        max-height: 50px;
        line-height: 50px;
    }
    .row-fluid .custom_footer-col {
        max-width: 339px;
    }
    .row-fluid .custom_footer-col.two {
        margin-right: 0;
    }
    .row-fluid .custom_footer-col.three {
        clear: both;
    }
    .row-fluid .custom_footer-credits {
        display: none;
    }
}

@media (max-width: 1024px) {
    .row-fluid .custom_top-pane .page-center,
    .body-container .row-fluid .page-center,
    .row-fluid .custom_footer-top .page-center,
    .row-fluid .custom_footer-bottom .page-center,
    .hs-blog-listing .body-container .row-fluid .page-center,
    .row-fluid .custom_post-nav .page-center {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .row-fluid .custom_bottom-pane-blog .page-center {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .custom_header.shrinked_header {
        min-height: 55px;
    }
    .custom_header.shrinked_header .row-fluid .widget-type-logo {
        max-height: 48px;
        line-height: 48px;
    }
    .row-fluid .custom_footer-col {
        clear: none;
        float: left;
        max-width: 339px;
    }
    .row-fluid .custom_footer-col.two {
        padding-left: 50px;
    }
    .row-fluid .custom_footer-col.three {
        clear: none;
        margin-right: 0;
        width: 20%;
    }
    .row-fluid .custom_copyright {
        margin-right: 200px;
    }
    .custom_footer-links .hs-menu-wrapper > ul > li {
        margin-right: 15px;
    }
    .custom_top-pane-listing {
        padding: 88px 30px 63px;
    }
    .custom_top-pane-listing h1 {
    	font-size: 32px;
    	line-height: 38px;
    	margin: 0 0 16px;
    	text-indent: 8px;
    }
    .custom_top-pane-listing p {
    	font-size: 18px;
    	line-height: 28px;
    	max-width: 700px;
    }
    .custom_top-pane-listing .row-fluid .hs_cos_wrapper_type_blog_subscribe form {
        margin: 26px auto;
    }
    .custom_top-pane-listing .row-fluid .hs_cos_wrapper_type_blog_subscribe form .hs-input {
        min-height: 28px;
        padding-left: 6px;
    }
    .custom_top-pane-listing .row-fluid .hs_cos_wrapper_type_blog_subscribe form .hs-button {
        top: 13px;
        right: -2px;
    }
    .custom_top-pane-post .top-pane-inner {
        padding-left: 30px;
        padding-right: 30px;
    }
    .custom_bottom-pane-blog {
        padding: 42px 0 38px;
    }
    .custom_bottom-pane-blog .row-fluid .right-button {
        padding-top: 5px;
    }
    .row-fluid .custom_footer-credits {
        float: left;
        margin: 0 0 0 170px;
        padding-left: 25px;
    }
}

@media (min-width: 769px) and (max-width: 1023px) {
    .row-fluid .custom_footer-credits {
        display: none;
    }
}

@media (max-width: 768px) {
    .row-fluid .custom_footer-col {
        margin-bottom: 30px;
        max-width: 339px;
    }
    .row-fluid .custom_footer-col.two {
        margin-right: 0;
    }
    .row-fluid .custom_footer-col.three {
        margin-top: -135px;
        width: 30%;
    }
    .row-fluid .custom_copyright {
        margin-right: 60px;
    }
    .post-listing .post-item {
        width: 50%;
    }
    .row-fluid .custom_footer-credits {
        margin: 0 0 0 50px;
        position: relative;
        right: -10px;
    }
}

@media (max-width: 767px) {
    .row-fluid .custom_top-pane .page-center {
        padding-left: 10px;
        padding-right: 10px;
    }
    .body-container .hs-menu-flow-vertical.flyouts > ul ul {
    	background: transparent;
    	border: 0 none;
    	box-shadow: none;
    	line-height: 20px;
    	max-width: 100%;
    }
    .body-container .hs-menu-flow-vertical.flyouts > ul ul li {
    	border-bottom: 0 none;
    	font-size: 15px;
    	font-weight: normal;
    	letter-spacing: 0;
    	position: relative;
    	text-transform: none;
    	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;;
    }
    .body-container .hs-menu-flow-vertical.flyouts > ul ul li a {
    	background: transparent;
    	color: #333333;
    	font-family: Open Sans, Helvetica, Arial, sans-serif;
    	font-size: 13px;
    	font-weight: 400;
    	line-height: 14px;
    	padding: 5px 5px 5px 15px;
    	white-space: normal !important;
    	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;;
    }
    .body-container .hs-menu-flow-vertical.flyouts > ul ul li.active > a,
    .body-container .hs-menu-flow-vertical.flyouts > ul ul li.active-branch > a,
    .body-container .hs-menu-flow-vertical.flyouts > ul ul li a:hover {
        color: #05a4e0;
    }
    .sidebar.right {
        margin-top: 40px;
    }
    .row-fluid .custom_footer-top .page-center {
        padding-left: 15px;
        padding-right: 15px;
    }
    .row-fluid .custom_footer-col {
        margin: 96px 0 30px;
        max-width: 50%;
        padding: 0 15px;
        width: 100%;
    }
    .row-fluid .custom_footer-col.two {
        padding: 0 15px;
    }
    .row-fluid .custom_footer-col.three {
        margin-top: -135px;
        max-width: 50%;
        width: 100%;
    }
    .custom_bottom-pane-blog {
        padding: 54px 0 50px;
    }
    .custom_bottom-pane-blog .row-fluid .left-content,
    .custom_bottom-pane-blog .row-fluid .right-button {
        float: none;
        text-align: center;
        width: 100%;
    }
    .hs-blog-post .row-fluid .blog-sidebar.left,
    .hs-blog-post .row-fluid .blog-content,
    .hs-blog-post .row-fluid .blog-sidebar.right {
        padding: 0;
        float: none;
    }
    .hs-blog-post .row-fluid .blog-sidebar.right {
        margin-top: 40px !important;
    }
    .hs-blog-post .row-fluid .blog-sidebar.left.span2,
    .hs-blog-post .row-fluid .blog-content.span8,
    .hs-blog-post .row-fluid .blog-sidebar.right.span2 {
        float: none;
        width: 100%;
    }
    .row-fluid .custom_footer-credits {
        clear: both;
        float: none;
        margin: 0;
        padding-left: 20px;
        right: 0;
        text-align: left;
    }
}

@media (max-width: 736px) {
    .sticky-header {
        padding-top: 55px !important;
    }
    .row-fluid .custom_top-bar {
        display: none !important;
    }
    .custom_top-pane-listing,
    .custom_top-pane-post {
        top: 0;
    }
    .top-bar-opened.sticky-header .custom_top-pane-listing,
    .top-bar-opened.sticky-header .custom_top-pane-post {
        top: -88px !important;
    }
    .row-fluid .custom_header .page-center {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
    }
    .custom_header .row-fluid .widget-type-logo img {
        max-height: 35px;
        width: auto !important;
    }
    .mobile-trigger {
        top: 20px;
        right: 62px;
    }
    .row-fluid .custom_copyright {
        margin-right: 50px;
    }
}

@media (max-width: 640px) {
    .custom_header .row-fluid .widget-type-logo {
        line-height: 70px;
        max-height: 70px;
        padding-left: 10px;
    }
    .mobile-trigger {
        top: 20px;
        right: 33px;
    }
    .custom_top-pane {
        padding-top: 59px;
    }
    .custom_post-nav .nav-top {
        width: 10%;
    }
    .custom_post-nav .nav-top a {
        padding: 10px 12px;
    }
}

@media (max-width: 480px) {
	.hs-author-profile .hs-author-avatar {
		margin: 15px 0;
		float: none;
	}
	.hs-author-profile .hs-author-bio {
		padding-top: 0;
	}
}

@media (max-width: 479px) {
    .mobile-trigger {
        top: 20px;
        right: 33px;
    }
    .custom_top-pane {
        padding: 65px 0 75px;
    }
    .row-fluid .custom_footer-top {
        padding-top: 30px;
    }
    .row-fluid .custom_footer-col {
        margin: 0 0 30px;
        max-width: 100%;
    }
    .row-fluid .custom_footer-col.three {
        margin-top: 0;
        max-width: 100%;
    }
    .row-fluid .custom_footer-bottom {
        padding: 20px 0;
    }
    .row-fluid .custom_copyright,
    .row-fluid .custom_footer-links {
        float: none;
        margin: 0;
        text-align: center;
        width: 100%;
    }
    .custom_footer-links .hs-menu-wrapper > ul > li {
        float: none !important;
        margin: 0;
        text-align: center;
        width: 100%;
    }
    .post-listing .post-item {
        width: 100%;
    }
    .custom_post-nav .prev-button,
    .custom_post-nav .next-button {
        width: 100%;
        float: none;
        padding: 0;
    }
    .custom_post-nav .prev-button,
    .custom_post-nav .next-button {
        margin-bottom: 15px;
    }
    .custom_post-nav .nav-top {
        width: 42px;
        float: none;
        margin: 0 auto;
        padding: 0;
    }
    .row-fluid .custom_footer-credits {
        clear: both;
        float: none;
        margin: 0 auto;
        padding-left: 20px;
        right: 0;
        text-align: center;
        width: 185px;
    }
}