@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,400i,600,700,800,900');

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}
/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}
/* Missing Template at Path: \'Custom\/page\/BZ-DOC-2017\/flickity.css\' */
[class^="fa "] {
  /* use !important to prevent issues with browser extensions that change fonts */
  /*font-family: 'fontAwesome' !important;*/
  /*speak: none;*/
  /*font-style: normal;*/
  /*font-weight: normal;*/
  /*font-variant: normal;*/
  /*text-transform: none;*/
  /*line-height: 1;*/

  /* Better Font Rendering =========== */
  /*-webkit-font-smoothing: antialiased;*/
  /*-moz-osx-font-smoothing: grayscale;*/
  
  
  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
  
}

.fa-asterisk:before {
  content: "\f069";
}
.fa-plus:before {
  content: "\f067";
}
.fa-question:before {
  content: "\f128";
}
.fa-minus:before {
  content: "\f068";
}
.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-close:before {
  content: "\f00d";
}
.fa-remove:before {
  content: "\f00d";
}
.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-cog:before {
  content: "\f013";
}
.fa-gear: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-repeat:before {
  content: "\f01e";
}
.fa-rotate-right: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 {
  content: "\f03b";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-image:before {
  content: "\f03e";
}
.fa-photo:before {
  content: "\f03e";
}
.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 {
  content: "\f044";
}
.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 {
  content: "\f064";
}
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.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-exclamation-triangle:before {
  content: "\f071";
}
.fa-warning: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:before {
  content: "\f080";
}
.fa-bar-chart-o: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-cogs:before {
  content: "\f085";
}
.fa-gears: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-facebook-f:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before {
  content: "\f09e";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.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 {
  content: "\f0c0";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before {
  content: "\f0c1";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-navicon:before {
  content: "\f0c9";
}
.fa-reorder: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-sort:before {
  content: "\f0dc";
}
.fa-unsorted:before {
  content: "\f0dc";
}
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before {
  content: "\f0e2";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-legal:before {
  content: "\f0e3";
}
.fa-dashboard:before {
  content: "\f0e4";
}
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-flash:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-paste: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:before {
  content: "\f0f3";
}
.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:before {
  content: "\f10b";
}
.fa-mobile-phone: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 {
  content: "\f112";
}
.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 {
  content: "\f122";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before {
  content: "\f123";
}
.fa-star-half-full:before {
  content: "\f123";
}
.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-chain-broken:before {
  content: "\f127";
}
.fa-unlink:before {
  content: "\f127";
}
.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-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-down:before {
  content: "\f150";
}
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-up:before {
  content: "\f151";
}
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-toggle-right:before {
  content: "\f152";
}
.fa-eur:before {
  content: "\f153";
}
.fa-euro:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before {
  content: "\f155";
}
.fa-usd:before {
  content: "\f155";
}
.fa-inr:before {
  content: "\f156";
}
.fa-rupee:before {
  content: "\f156";
}
.fa-cny:before {
  content: "\f157";
}
.fa-jpy:before {
  content: "\f157";
}
.fa-rmb:before {
  content: "\f157";
}
.fa-yen:before {
  content: "\f157";
}
.fa-rouble:before {
  content: "\f158";
}
.fa-rub:before {
  content: "\f158";
}
.fa-ruble:before {
  content: "\f158";
}
.fa-krw:before {
  content: "\f159";
}
.fa-won:before {
  content: "\f159";
}
.fa-bitcoin:before {
  content: "\f15a";
}
.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-gratipay: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-caret-square-o-left:before {
  content: "\f191";
}
.fa-toggle-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-try:before {
  content: "\f195";
}
.fa-turkish-lira: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-bank:before {
  content: "\f19c";
}
.fa-institution:before {
  content: "\f19c";
}
.fa-university:before {
  content: "\f19c";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-mortar-board: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-pp: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 {
  content: "\f1b9";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before {
  content: "\f1ba";
}
.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-image-o:before {
  content: "\f1c5";
}
.fa-file-photo-o:before {
  content: "\f1c5";
}
.fa-file-picture-o:before {
  content: "\f1c5";
}
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-zip-o:before {
  content: "\f1c6";
}
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-sound-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before {
  content: "\f1c8";
}
.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 {
  content: "\f1cd";
}
.fa-life-buoy:before {
  content: "\f1cd";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-life-saver:before {
  content: "\f1cd";
}
.fa-support:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before {
  content: "\f1d0";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-resistance:before {
  content: "\f1d0";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-ge:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-y-combinator-square:before {
  content: "\f1d4";
}
.fa-yc-square:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before {
  content: "\f1d7";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send:before {
  content: "\f1d8";
}
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-send-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-futbol-o:before {
  content: "\f1e3";
}
.fa-soccer-ball-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-ils:before {
  content: "\f20b";
}
.fa-shekel:before {
  content: "\f20b";
}
.fa-sheqel:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before {
  content: "\f224";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-bed:before {
  content: "\f236";
}
.fa-hotel:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yc:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery:before {
  content: "\f240";
}
.fa-battery-4:before {
  content: "\f240";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before {
  content: "\f241";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before {
  content: "\f242";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before {
  content: "\f243";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before {
  content: "\f244";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before {
  content: "\f251";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before {
  content: "\f252";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before {
  content: "\f253";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before {
  content: "\f255";
}
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-stop-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-television:before {
  content: "\f26c";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-asl-interpreting:before {
  content: "\f2a3";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-deafness:before {
  content: "\f2a4";
}
.fa-hard-of-hearing:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-signing:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before {
  content: "\f2b3";
}
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before {
  content: "\f2b4";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard:before {
  content: "\f2bb";
}
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-vcard-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before {
  content: "\f2c2";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before {
  content: "\f2c3";
}
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer:before {
  content: "\f2c7";
}
.fa-thermometer-4:before {
  content: "\f2c7";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before {
  content: "\f2c8";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before {
  content: "\f2c9";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before {
  content: "\f2ca";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before {
  content: "\f2cb";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-bathtub:before {
  content: "\f2cd";
}
.fa-s15:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before {
  content: "\f2d3";
}
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before {
  content: "\f2d4";
}
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-home2:before {
  content: "\e900";
}
.fa-home22:before {
  content: "\e901";
}
.fa-home3:before {
  content: "\e902";
}
.fa-office:before {
  content: "\e903";
}
.fa-newspaper:before {
  content: "\e904";
}
.fa-pencil2:before {
  content: "\e905";
}
.fa-pencil22:before {
  content: "\e906";
}
.fa-quill:before {
  content: "\e907";
}
.fa-pen:before {
  content: "\e908";
}
.fa-blog:before {
  content: "\e909";
}
.fa-eyedropper2:before {
  content: "\e90a";
}
.fa-droplet:before {
  content: "\e90b";
}
.fa-paint-format:before {
  content: "\e90c";
}
.fa-image2:before {
  content: "\e90d";
}
.fa-images:before {
  content: "\e90e";
}
.fa-camera2:before {
  content: "\e90f";
}
.fa-headphones2:before {
  content: "\e910";
}
.fa-music2:before {
  content: "\e911";
}
.fa-play2:before {
  content: "\e912";
}
.fa-film2:before {
  content: "\e913";
}
.fa-video-camera2:before {
  content: "\e914";
}
.fa-dice:before {
  content: "\e915";
}
.fa-pacman:before {
  content: "\e916";
}
.fa-spades:before {
  content: "\e917";
}
.fa-clubs:before {
  content: "\e918";
}
.fa-diamonds:before {
  content: "\e919";
}
.fa-bullhorn2:before {
  content: "\e91a";
}
.fa-connection:before {
  content: "\e91b";
}
.fa-podcast2:before {
  content: "\e91c";
}
.fa-feed2:before {
  content: "\e91d";
}
.fa-mic:before {
  content: "\e91e";
}
.fa-book2:before {
  content: "\e91f";
}
.fa-books:before {
  content: "\e920";
}
.fa-library:before {
  content: "\e921";
}
.fa-file-text2:before {
  content: "\e922";
}
.fa-profile:before {
  content: "\e923";
}
.fa-file-empty:before {
  content: "\e924";
}
.fa-files-empty:before {
  content: "\e925";
}
.fa-file-text22:before {
  content: "\e926";
}
.fa-file-picture:before {
  content: "\e927";
}
.fa-file-music:before {
  content: "\e928";
}
.fa-file-play:before {
  content: "\e929";
}
.fa-file-video:before {
  content: "\e92a";
}
.fa-file-zip:before {
  content: "\e92b";
}
.fa-copy2:before {
  content: "\e92c";
}
.fa-paste2:before {
  content: "\e92d";
}
.fa-stack:before {
  content: "\e92e";
}
.fa-folder2:before {
  content: "\e92f";
}
.fa-folder-open2:before {
  content: "\e930";
}
.fa-folder-plus:before {
  content: "\e931";
}
.fa-folder-minus:before {
  content: "\e932";
}
.fa-folder-download:before {
  content: "\e933";
}
.fa-folder-upload:before {
  content: "\e934";
}
.fa-price-tag:before {
  content: "\e935";
}
.fa-price-tags:before {
  content: "\e936";
}
.fa-barcode2:before {
  content: "\e937";
}
.fa-qrcode2:before {
  content: "\e938";
}
.fa-ticket2:before {
  content: "\e939";
}
.fa-cart:before {
  content: "\e93a";
}
.fa-coin-dollar:before {
  content: "\e93b";
}
.fa-coin-euro:before {
  content: "\e93c";
}
.fa-coin-pound:before {
  content: "\e93d";
}
.fa-coin-yen:before {
  content: "\e93e";
}
.fa-credit-card2:before {
  content: "\e93f";
}
.fa-calculator2:before {
  content: "\e940";
}
.fa-lifebuoy:before {
  content: "\e941";
}
.fa-phone2:before {
  content: "\e942";
}
.fa-phone-hang-up:before {
  content: "\e943";
}
.fa-address-book2:before {
  content: "\e944";
}
.fa-envelop:before {
  content: "\e945";
}
.fa-pushpin:before {
  content: "\e946";
}
.fa-location:before {
  content: "\e947";
}
.fa-location2:before {
  content: "\e948";
}
.fa-compass2:before {
  content: "\e949";
}
.fa-compass22:before {
  content: "\e94a";
}
.fa-map2:before {
  content: "\e94b";
}
.fa-map22:before {
  content: "\e94c";
}
.fa-history2:before {
  content: "\e94d";
}
.fa-clock:before {
  content: "\e94e";
}
.fa-clock2:before {
  content: "\e94f";
}
.fa-alarm:before {
  content: "\e950";
}
.fa-bell2:before {
  content: "\e951";
}
.fa-stopwatch:before {
  content: "\e952";
}
.fa-calendar2:before {
  content: "\e953";
}
.fa-printer:before {
  content: "\e954";
}
.fa-keyboard:before {
  content: "\e955";
}
.fa-display:before {
  content: "\e956";
}
.fa-laptop2:before {
  content: "\e957";
}
.fa-mobile2:before {
  content: "\e958";
}
.fa-mobile22:before {
  content: "\e959";
}
.fa-tablet2:before {
  content: "\e95a";
}
.fa-tv2:before {
  content: "\e95b";
}
.fa-drawer:before {
  content: "\e95c";
}
.fa-drawer2:before {
  content: "\e95d";
}
.fa-box-add:before {
  content: "\e95e";
}
.fa-box-remove:before {
  content: "\e95f";
}
.fa-download2:before {
  content: "\e960";
}
.fa-upload2:before {
  content: "\e961";
}
.fa-floppy-disk:before {
  content: "\e962";
}
.fa-drive:before {
  content: "\e963";
}
.fa-database2:before {
  content: "\e964";
}
.fa-undo2:before {
  content: "\e965";
}
.fa-redo:before {
  content: "\e966";
}
.fa-undo22:before {
  content: "\e967";
}
.fa-redo2:before {
  content: "\e968";
}
.fa-forward2:before {
  content: "\e969";
}
.fa-reply2:before {
  content: "\e96a";
}
.fa-bubble:before {
  content: "\e96b";
}
.fa-bubbles:before {
  content: "\e96c";
}
.fa-bubbles2:before {
  content: "\e96d";
}
.fa-bubble2:before {
  content: "\e96e";
}
.fa-bubbles3:before {
  content: "\e96f";
}
.fa-bubbles4:before {
  content: "\e970";
}
.fa-user2:before {
  content: "\e971";
}
.fa-users2:before {
  content: "\e972";
}
.fa-user-plus2:before {
  content: "\e973";
}
.fa-user-minus:before {
  content: "\e974";
}
.fa-user-check:before {
  content: "\e975";
}
.fa-user-tie:before {
  content: "\e976";
}
.fa-quotes-left:before {
  content: "\e977";
}
.fa-quotes-right:before {
  content: "\e978";
}
.fa-hour-glass:before {
  content: "\e979";
}
.fa-spinner2:before {
  content: "\e97a";
}
.fa-spinner22:before {
  content: "\e97b";
}
.fa-spinner3:before {
  content: "\e97c";
}
.fa-spinner4:before {
  content: "\e97d";
}
.fa-spinner5:before {
  content: "\e97e";
}
.fa-spinner6:before {
  content: "\e97f";
}
.fa-spinner7:before {
  content: "\e980";
}
.fa-spinner8:before {
  content: "\e981";
}
.fa-spinner9:before {
  content: "\e982";
}
.fa-spinner10:before {
  content: "\e983";
}
.fa-spinner11:before {
  content: "\e984";
}
.fa-binoculars2:before {
  content: "\e985";
}
.fa-search2:before {
  content: "\e986";
}
.fa-zoom-in:before {
  content: "\e987";
}
.fa-zoom-out:before {
  content: "\e988";
}
.fa-enlarge:before {
  content: "\e989";
}
.fa-shrink:before {
  content: "\e98a";
}
.fa-enlarge2:before {
  content: "\e98b";
}
.fa-shrink2:before {
  content: "\e98c";
}
.fa-key2:before {
  content: "\e98d";
}
.fa-key22:before {
  content: "\e98e";
}
.fa-lock2:before {
  content: "\e98f";
}
.fa-unlocked:before {
  content: "\e990";
}
.fa-wrench2:before {
  content: "\e991";
}
.fa-equalizer:before {
  content: "\e992";
}
.fa-equalizer2:before {
  content: "\e993";
}
.fa-cog2:before {
  content: "\e994";
}
.fa-cogs2:before {
  content: "\e995";
}
.fa-hammer:before {
  content: "\e996";
}
.fa-magic-wand:before {
  content: "\e997";
}
.fa-aid-kit:before {
  content: "\e998";
}
.fa-bug2:before {
  content: "\e999";
}
.fa-pie-chart2:before {
  content: "\e99a";
}
.fa-stats-dots:before {
  content: "\e99b";
}
.fa-stats-bars:before {
  content: "\e99c";
}
.fa-stats-bars2:before {
  content: "\e99d";
}
.fa-trophy2:before {
  content: "\e99e";
}
.fa-gift2:before {
  content: "\e99f";
}
.fa-glass2:before {
  content: "\e9a0";
}
.fa-glass22:before {
  content: "\e9a1";
}
.fa-mug:before {
  content: "\e9a2";
}
.fa-spoon-knife:before {
  content: "\e9a3";
}
.fa-leaf2:before {
  content: "\e9a4";
}
.fa-rocket2:before {
  content: "\e9a5";
}
.fa-meter:before {
  content: "\e9a6";
}
.fa-meter2:before {
  content: "\e9a7";
}
.fa-hammer2:before {
  content: "\e9a8";
}
.fa-fire2:before {
  content: "\e9a9";
}
.fa-lab:before {
  content: "\e9aa";
}
.fa-magnet2:before {
  content: "\e9ab";
}
.fa-bin:before {
  content: "\e9ac";
}
.fa-bin2:before {
  content: "\e9ad";
}
.fa-briefcase2:before {
  content: "\e9ae";
}
.fa-airplane:before {
  content: "\e9af";
}
.fa-truck2:before {
  content: "\e9b0";
}
.fa-road2:before {
  content: "\e9b1";
}
.fa-accessibility:before {
  content: "\e9b2";
}
.fa-target:before {
  content: "\e9b3";
}
.fa-shield2:before {
  content: "\e9b4";
}
.fa-power:before {
  content: "\e9b5";
}
.fa-switch:before {
  content: "\e9b6";
}
.fa-power-cord:before {
  content: "\e9b7";
}
.fa-clipboard2:before {
  content: "\e9b8";
}
.fa-list-numbered:before {
  content: "\e9b9";
}
.fa-list2:before {
  content: "\e9ba";
}
.fa-list22:before {
  content: "\e9bb";
}
.fa-tree2:before {
  content: "\e9bc";
}
.fa-menu:before {
  content: "\e9bd";
}
.fa-menu2:before {
  content: "\e9be";
}
.fa-menu3:before {
  content: "\e9bf";
}
.fa-menu4:before {
  content: "\e9c0";
}
.fa-cloud2:before {
  content: "\e9c1";
}
.fa-cloud-download2:before {
  content: "\e9c2";
}
.fa-cloud-upload2:before {
  content: "\e9c3";
}
.fa-cloud-check:before {
  content: "\e9c4";
}
.fa-download22:before {
  content: "\e9c5";
}
.fa-upload22:before {
  content: "\e9c6";
}
.fa-download3:before {
  content: "\e9c7";
}
.fa-upload3:before {
  content: "\e9c8";
}
.fa-sphere:before {
  content: "\e9c9";
}
.fa-earth:before {
  content: "\e9ca";
}
.fa-link2:before {
  content: "\e9cb";
}
.fa-flag2:before {
  content: "\e9cc";
}
.fa-attachment:before {
  content: "\e9cd";
}
.fa-eye2:before {
  content: "\e9ce";
}
.fa-eye-plus:before {
  content: "\e9cf";
}
.fa-eye-minus:before {
  content: "\e9d0";
}
.fa-eye-blocked:before {
  content: "\e9d1";
}
.fa-bookmark2:before {
  content: "\e9d2";
}
.fa-bookmarks:before {
  content: "\e9d3";
}
.fa-sun:before {
  content: "\e9d4";
}
.fa-contrast:before {
  content: "\e9d5";
}
.fa-brightness-contrast:before {
  content: "\e9d6";
}
.fa-star-empty:before {
  content: "\e9d7";
}
.fa-star-half2:before {
  content: "\e9d8";
}
.fa-star-full:before {
  content: "\e9d9";
}
.fa-heart2:before {
  content: "\e9da";
}
.fa-heart-broken:before {
  content: "\e9db";
}
.fa-man:before {
  content: "\e9dc";
}
.fa-woman:before {
  content: "\e9dd";
}
.fa-man-woman:before {
  content: "\e9de";
}
.fa-happy:before {
  content: "\e9df";
}
.fa-happy2:before {
  content: "\e9e0";
}
.fa-smile:before {
  content: "\e9e1";
}
.fa-smile2:before {
  content: "\e9e2";
}
.fa-tongue:before {
  content: "\e9e3";
}
.fa-tongue2:before {
  content: "\e9e4";
}
.fa-sad:before {
  content: "\e9e5";
}
.fa-sad2:before {
  content: "\e9e6";
}
.fa-wink:before {
  content: "\e9e7";
}
.fa-wink2:before {
  content: "\e9e8";
}
.fa-grin:before {
  content: "\e9e9";
}
.fa-grin2:before {
  content: "\e9ea";
}
.fa-cool:before {
  content: "\e9eb";
}
.fa-cool2:before {
  content: "\e9ec";
}
.fa-angry:before {
  content: "\e9ed";
}
.fa-angry2:before {
  content: "\e9ee";
}
.fa-evil:before {
  content: "\e9ef";
}
.fa-evil2:before {
  content: "\e9f0";
}
.fa-shocked:before {
  content: "\e9f1";
}
.fa-shocked2:before {
  content: "\e9f2";
}
.fa-baffled:before {
  content: "\e9f3";
}
.fa-baffled2:before {
  content: "\e9f4";
}
.fa-confused:before {
  content: "\e9f5";
}
.fa-confused2:before {
  content: "\e9f6";
}
.fa-neutral:before {
  content: "\e9f7";
}
.fa-neutral2:before {
  content: "\e9f8";
}
.fa-hipster:before {
  content: "\e9f9";
}
.fa-hipster2:before {
  content: "\e9fa";
}
.fa-wondering:before {
  content: "\e9fb";
}
.fa-wondering2:before {
  content: "\e9fc";
}
.fa-sleepy:before {
  content: "\e9fd";
}
.fa-sleepy2:before {
  content: "\e9fe";
}
.fa-frustrated:before {
  content: "\e9ff";
}
.fa-frustrated2:before {
  content: "\ea00";
}
.fa-crying:before {
  content: "\ea01";
}
.fa-crying2:before {
  content: "\ea02";
}
.fa-point-up:before {
  content: "\ea03";
}
.fa-point-right:before {
  content: "\ea04";
}
.fa-point-down:before {
  content: "\ea05";
}
.fa-point-left:before {
  content: "\ea06";
}
.fa-warning2:before {
  content: "\ea07";
}
.fa-notification:before {
  content: "\ea08";
}
.fa-question2:before {
  content: "\ea09";
}
.fa-plus2:before {
  content: "\ea0a";
}
.fa-minus2:before {
  content: "\ea0b";
}
.fa-info2:before {
  content: "\ea0c";
}
.fa-cancel-circle:before {
  content: "\ea0d";
}
.fa-blocked:before {
  content: "\ea0e";
}
.fa-cross:before {
  content: "\ea0f";
}
.fa-checkmark:before {
  content: "\ea10";
}
.fa-checkmark2:before {
  content: "\ea11";
}
.fa-spell-check:before {
  content: "\ea12";
}
.fa-enter:before {
  content: "\ea13";
}
.fa-exit:before {
  content: "\ea14";
}
.fa-play22:before {
  content: "\ea15";
}
.fa-pause2:before {
  content: "\ea16";
}
.fa-stop2:before {
  content: "\ea17";
}
.fa-previous:before {
  content: "\ea18";
}
.fa-next:before {
  content: "\ea19";
}
.fa-backward2:before {
  content: "\ea1a";
}
.fa-forward22:before {
  content: "\ea1b";
}
.fa-play3:before {
  content: "\ea1c";
}
.fa-pause22:before {
  content: "\ea1d";
}
.fa-stop22:before {
  content: "\ea1e";
}
.fa-backward22:before {
  content: "\ea1f";
}
.fa-forward3:before {
  content: "\ea20";
}
.fa-first:before {
  content: "\ea21";
}
.fa-last:before {
  content: "\ea22";
}
.fa-previous2:before {
  content: "\ea23";
}
.fa-next2:before {
  content: "\ea24";
}
.fa-eject2:before {
  content: "\ea25";
}
.fa-volume-high:before {
  content: "\ea26";
}
.fa-volume-medium:before {
  content: "\ea27";
}
.fa-volume-low:before {
  content: "\ea28";
}
.fa-volume-mute:before {
  content: "\ea29";
}
.fa-volume-mute2:before {
  content: "\ea2a";
}
.fa-volume-increase:before {
  content: "\ea2b";
}
.fa-volume-decrease:before {
  content: "\ea2c";
}
.fa-loop:before {
  content: "\ea2d";
}
.fa-loop2:before {
  content: "\ea2e";
}
.fa-infinite:before {
  content: "\ea2f";
}
.fa-shuffle:before {
  content: "\ea30";
}
.fa-arrow-up-left:before {
  content: "\ea31";
}
.fa-arrow-up2:before {
  content: "\ea32";
}
.fa-arrow-up-right:before {
  content: "\ea33";
}
.fa-arrow-right2:before {
  content: "\ea34";
}
.fa-arrow-down-right:before {
  content: "\ea35";
}
.fa-arrow-down2:before {
  content: "\ea36";
}
.fa-arrow-down-left:before {
  content: "\ea37";
}
.fa-arrow-left2:before {
  content: "\ea38";
}
.fa-arrow-up-left2:before {
  content: "\ea39";
}
.fa-arrow-up22:before {
  content: "\ea3a";
}
.fa-arrow-up-right2:before {
  content: "\ea3b";
}
.fa-arrow-right22:before {
  content: "\ea3c";
}
.fa-arrow-down-right2:before {
  content: "\ea3d";
}
.fa-arrow-down22:before {
  content: "\ea3e";
}
.fa-arrow-down-left2:before {
  content: "\ea3f";
}
.fa-arrow-left22:before {
  content: "\ea40";
}
.fa-circle-up:before {
  content: "\ea41";
}
.fa-circle-right:before {
  content: "\ea42";
}
.fa-circle-down:before {
  content: "\ea43";
}
.fa-circle-left:before {
  content: "\ea44";
}
.fa-tab:before {
  content: "\ea45";
}
.fa-move-up:before {
  content: "\ea46";
}
.fa-move-down:before {
  content: "\ea47";
}
.fa-sort-alpha-asc2:before {
  content: "\ea48";
}
.fa-sort-alpha-desc2:before {
  content: "\ea49";
}
.fa-sort-numeric-asc2:before {
  content: "\ea4a";
}
.fa-sort-numberic-desc:before {
  content: "\ea4b";
}
.fa-sort-amount-asc2:before {
  content: "\ea4c";
}
.fa-sort-amount-desc2:before {
  content: "\ea4d";
}
.fa-command:before {
  content: "\ea4e";
}
.fa-shift:before {
  content: "\ea4f";
}
.fa-ctrl:before {
  content: "\ea50";
}
.fa-opt:before {
  content: "\ea51";
}
.fa-checkbox-checked:before {
  content: "\ea52";
}
.fa-checkbox-unchecked:before {
  content: "\ea53";
}
.fa-radio-checked:before {
  content: "\ea54";
}
.fa-radio-checked2:before {
  content: "\ea55";
}
.fa-radio-unchecked:before {
  content: "\ea56";
}
.fa-crop2:before {
  content: "\ea57";
}
.fa-make-group:before {
  content: "\ea58";
}
.fa-ungroup:before {
  content: "\ea59";
}
.fa-scissors2:before {
  content: "\ea5a";
}
.fa-filter2:before {
  content: "\ea5b";
}
.fa-font2:before {
  content: "\ea5c";
}
.fa-ligature:before {
  content: "\ea5d";
}
.fa-ligature2:before {
  content: "\ea5e";
}
.fa-text-height2:before {
  content: "\ea5f";
}
.fa-text-width2:before {
  content: "\ea60";
}
.fa-font-size:before {
  content: "\ea61";
}
.fa-bold2:before {
  content: "\ea62";
}
.fa-underline2:before {
  content: "\ea63";
}
.fa-italic2:before {
  content: "\ea64";
}
.fa-strikethrough2:before {
  content: "\ea65";
}
.fa-omega:before {
  content: "\ea66";
}
.fa-sigma:before {
  content: "\ea67";
}
.fa-page-break:before {
  content: "\ea68";
}
.fa-superscript2:before {
  content: "\ea69";
}
.fa-subscript2:before {
  content: "\ea6a";
}
.fa-superscript22:before {
  content: "\ea6b";
}
.fa-subscript22:before {
  content: "\ea6c";
}
.fa-text-color:before {
  content: "\ea6d";
}
.fa-pagebreak:before {
  content: "\ea6e";
}
.fa-clear-formatting:before {
  content: "\ea6f";
}
.fa-table2:before {
  content: "\ea70";
}
.fa-table22:before {
  content: "\ea71";
}
.fa-insert-template:before {
  content: "\ea72";
}
.fa-pilcrow:before {
  content: "\ea73";
}
.fa-ltr:before {
  content: "\ea74";
}
.fa-rtl:before {
  content: "\ea75";
}
.fa-section:before {
  content: "\ea76";
}
.fa-paragraph-left:before {
  content: "\ea77";
}
.fa-paragraph-center:before {
  content: "\ea78";
}
.fa-paragraph-right:before {
  content: "\ea79";
}
.fa-paragraph-justify:before {
  content: "\ea7a";
}
.fa-indent-increase:before {
  content: "\ea7b";
}
.fa-indent-decrease:before {
  content: "\ea7c";
}
.fa-share2:before {
  content: "\ea7d";
}
.fa-new-tab:before {
  content: "\ea7e";
}
.fa-embed:before {
  content: "\ea7f";
}
.fa-embed2:before {
  content: "\ea80";
}
.fa-terminal2:before {
  content: "\ea81";
}
.fa-share22:before {
  content: "\ea82";
}
.fa-mail:before {
  content: "\ea83";
}
.fa-mail2:before {
  content: "\ea84";
}
.fa-mail3:before {
  content: "\ea85";
}
.fa-mail4:before {
  content: "\ea86";
}
.fa-amazon2:before {
  content: "\ea87";
}
.fa-google2:before {
  content: "\ea88";
}
.fa-google22:before {
  content: "\ea89";
}
.fa-google3:before {
  content: "\ea8a";
}
.fa-google-plus2:before {
  content: "\ea8b";
}
.fa-google-plus22:before {
  content: "\ea8c";
}
.fa-google-plus3:before {
  content: "\ea8d";
}
.fa-hangouts:before {
  content: "\ea8e";
}
.fa-google-drive:before {
  content: "\ea8f";
}
.fa-facebook2:before {
  content: "\ea90";
}
.fa-facebook22:before {
  content: "\ea91";
}
.fa-instagram2:before {
  content: "\ea92";
}
.fa-whatsapp2:before {
  content: "\ea93";
}
.fa-spotify2:before {
  content: "\ea94";
}
.fa-telegram2:before {
  content: "\ea95";
}
.fa-twitter2:before {
  content: "\ea96";
}
.fa-vine2:before {
  content: "\ea97";
}
.fa-vk2:before {
  content: "\ea98";
}
.fa-renren2:before {
  content: "\ea99";
}
.fa-sina-weibo:before {
  content: "\ea9a";
}
.fa-rss2:before {
  content: "\ea9b";
}
.fa-rss22:before {
  content: "\ea9c";
}
.fa-youtube2:before {
  content: "\ea9d";
}
.fa-youtube22:before {
  content: "\ea9e";
}
.fa-twitch2:before {
  content: "\ea9f";
}
.fa-vimeo2:before {
  content: "\eaa0";
}
.fa-vimeo22:before {
  content: "\eaa1";
}
.fa-lanyrd:before {
  content: "\eaa2";
}
.fa-flickr2:before {
  content: "\eaa3";
}
.fa-flickr22:before {
  content: "\eaa4";
}
.fa-flickr3:before {
  content: "\eaa5";
}
.fa-flickr4:before {
  content: "\eaa6";
}
.fa-dribbble2:before {
  content: "\eaa7";
}
.fa-behance2:before {
  content: "\eaa8";
}
.fa-behance22:before {
  content: "\eaa9";
}
.fa-deviantart2:before {
  content: "\eaaa";
}
.fa-500px2:before {
  content: "\eaab";
}
.fa-steam2:before {
  content: "\eaac";
}
.fa-steam22:before {
  content: "\eaad";
}
.fa-dropbox2:before {
  content: "\eaae";
}
.fa-onedrive:before {
  content: "\eaaf";
}
.fa-github2:before {
  content: "\eab0";
}
.fa-npm:before {
  content: "\eab1";
}
.fa-basecamp:before {
  content: "\eab2";
}
.fa-trello2:before {
  content: "\eab3";
}
.fa-wordpress2:before {
  content: "\eab4";
}
.fa-joomla2:before {
  content: "\eab5";
}
.fa-ello:before {
  content: "\eab6";
}
.fa-blogger:before {
  content: "\eab7";
}
.fa-blogger2:before {
  content: "\eab8";
}
.fa-tumblr2:before {
  content: "\eab9";
}
.fa-tumblr22:before {
  content: "\eaba";
}
.fa-yahoo2:before {
  content: "\eabb";
}
.fa-yahoo22:before {
  content: "\eabc";
}
.fa-tux:before {
  content: "\eabd";
}
.fa-appleinc:before {
  content: "\eabe";
}
.fa-finder:before {
  content: "\eabf";
}
.fa-android2:before {
  content: "\eac0";
}
.fa-windows2:before {
  content: "\eac1";
}
.fa-windows8:before {
  content: "\eac2";
}
.fa-soundcloud2:before {
  content: "\eac3";
}
.fa-soundcloud22:before {
  content: "\eac4";
}
.fa-skype2:before {
  content: "\eac5";
}
.fa-reddit2:before {
  content: "\eac6";
}
.fa-hackernews:before {
  content: "\eac7";
}
.fa-wikipedia:before {
  content: "\eac8";
}
.fa-linkedin2:before {
  content: "\eac9";
}
.fa-linkedin22:before {
  content: "\eaca";
}
.fa-lastfm2:before {
  content: "\eacb";
}
.fa-lastfm22:before {
  content: "\eacc";
}
.fa-delicious2:before {
  content: "\eacd";
}
.fa-stumbleupon2:before {
  content: "\eace";
}
.fa-stumbleupon22:before {
  content: "\eacf";
}
.fa-stackoverflow:before {
  content: "\ead0";
}
.fa-pinterest2:before {
  content: "\ead1";
}
.fa-pinterest22:before {
  content: "\ead2";
}
.fa-xing2:before {
  content: "\ead3";
}
.fa-xing22:before {
  content: "\ead4";
}
.fa-flattr:before {
  content: "\ead5";
}
.fa-foursquare2:before {
  content: "\ead6";
}
.fa-yelp2:before {
  content: "\ead7";
}
.fa-paypal2:before {
  content: "\ead8";
}
.fa-chrome2:before {
  content: "\ead9";
}
.fa-firefox2:before {
  content: "\eada";
}
.fa-IE:before {
  content: "\eadb";
}
.fa-edge2:before {
  content: "\eadc";
}
.fa-safari2:before {
  content: "\eadd";
}
.fa-opera2:before {
  content: "\eade";
}
.fa-file-pdf:before {
  content: "\eadf";
}
.fa-file-openoffice:before {
  content: "\eae0";
}
.fa-file-word:before {
  content: "\eae1";
}
.fa-file-excel:before {
  content: "\eae2";
}
.fa-libreoffice:before {
  content: "\eae3";
}
.fa-html-five:before {
  content: "\eae4";
}
.fa-html-five2:before {
  content: "\eae5";
}
.fa-css32:before {
  content: "\eae6";
}
.fa-git2:before {
  content: "\eae7";
}
.fa-codepen2:before {
  content: "\eae8";
}
.fa-svg:before {
  content: "\eae9";
}
.fa-IcoMoon:before {
  content: "\eaea";
} 

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



/*****************************************/
/* Variables                             */
/*****************************************/
    
    
    
    
    
    
    
    
    
    

    
    
    
    
    
    

    
    



/* Globals 
**************************************************/
    body, html {
        margin: 0;
        padding: 0;
        font: normal 300 16px/1.7 "Montserrat", sans-serif;
    }
    
    /* apply a natural box layout model to all elements, but allowing components to change */
    html {
      box-sizing: border-box;
    }
    *, *:before, *:after {
      box-sizing: inherit;
    }
    
    * {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
        
        /* AND WHEN YOU HAVE A STICKY HEADER */
        .sticky {
            margin-top: 100px;
        }
        .home-page.sticky {
            margin-top: 0;
        }
    
    body.menu-open {
        overflow: hidden;
        height: 100%;
        width: 100%;
        position: fixed;
    }    
    body > .header-container-wrapper, 
    body > .body-container-wrapper, 
    body > .footer-container-wrapper {
        position: relative;
        left: 0;
        
        -webkit-transition: left .25s cubic-bezier(1, -0.06, 0, 0.92);
                transition: left .25s cubic-bezier(1, -0.06, 0, 0.92);
        
    }
    body.menu-open > .header-container-wrapper, 
    body.menu-open > .body-container-wrapper, 
    body.menu-open > .footer-container-wrapper {
        position: relative;
        left: 300px;
        
    }



/* Typography
**************************************************/
    h1, h2, h3, h4, h5, h6 {
        letter-spacing: 0px;
        line-height: 1.2;
    	font-weight: bold;
    }
    h1 {
    	font-size: 2.500em;
    }
    h2 {
    	font-size: 1.750em;
    	line-height: 1.6;
    }
    h3 {
    	font-size: 1.300em;
    }
    h4 {
    	font-size: 1.200em;
    }
    h5 {
    	font-size: 1em;
    }
    
    h1 > span, 
    h2 > span, 
    h3 > span, 
    h4 > span, 
    h5 > span, 
    h6 > span {
        color: #00a0cc;
    }

    .section-title {
        text-transform: capitalize;
        text-align: center;
        position: relative;
        margin-bottom: 1em;
        padding-bottom: 1em;
    }
    .section-title:after {
        content: "";
        display: block;
        width: 3em;
        height: 0;
        border-top: 3px solid #cccccc;
        
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
        .section-title__noline:after {
            display: none;
        }
    .section-title__fine * {
        font-weight: 300;
    }
    .section-title__left {
        text-align: left;
    }
    .section-title__left:after {
        left: 0%;
        -webkit-transform: translate(0%, 0);
        transform: translate(0%, 0);
    }
        .section-title * {
            margin: 0;
        }
        
    .page-title h1 {
        font-size: 1.3em;
        margin-top: 2em;
        color: #FFFFFF;
        text-transform: uppercase;
        font-weight: inherit;
        letter-spacing: 2px;
    }
    .bg__blue .page-title h1 span {
        color: #FFFFFF;
    }
    .video-page-title h1 {
        letter-spacing: 1px;
        text-transform: uppercase;
        font-size: 1.750em;
        color: #000000;
        text-align: left;
        font-style: inherit;
        font-weight: bold;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .video-page-title h1 span {
        color: inherit;
    }
    
    .small
    
    p {
        color: #777777;
    }
    
    small, 
    sub, 
    sup {
    	font-size: .8em;
    }
    
    a {
        color: #82b732;
        text-decoration: none;
    }
    a:hover,
    a:focus {
        color: #00a0cc;
    }
    
    .bg__blue,
    .bg__blue h1,
    .bg__blue h2,
    .bg__blue h3,
    .bg__blue h4,
    .bg__blue h5,
    .bg__blue h6,
    .bg__blue p,
    .bg__blue a {
        color: #FFFFFF;
    }
    .bg__teal,
    .bg__teal h1,
    .bg__teal h2,
    .bg__teal h3,
    .bg__teal h4,
    .bg__teal h5,
    .bg__teal h6,
    .bg__teal p,
    .bg__teal a {
        color: #FFFFFF;
    }
    .bg__dark,
    .bg__dark h1,
    .bg__dark h2,
    .bg__dark h3,
    .bg__dark h4,
    .bg__dark h5,
    .bg__dark h6,
    .bg__dark p,
    .bg__dark a {
        color: #FFFFFF;
    }
    .bg__dgrey,
    .bg__dgrey h1,
    .bg__dgrey h2,
    .bg__dgrey h3,
    .bg__dgrey h4,
    .bg__dgrey h5,
    .bg__dgrey h6,
    .bg__dgrey p,
    .bg__dgrey a {
        color: #FFFFFF;
    }
    .bg__pink,
    .bg__pink h1,
    .bg__pink h2,
    .bg__pink h3,
    .bg__pink h4,
    .bg__pink h5,
    .bg__pink h6,
    .bg__pink p,
    .bg__pink a {
        color: #FFFFFF;
    }
    .bg__green,
    .bg__green h1,
    .bg__green h2,
    .bg__green h3,
    .bg__green h4,
    .bg__green h5,
    .bg__green h6,
    .bg__green p,
    .bg__green a {
        color: #FFFFFF;
    }
    .bg__orange,
    .bg__orange h1,
    .bg__orange h2,
    .bg__orange h3,
    .bg__orange h4,
    .bg__orange h5,
    .bg__orange h6,
    .bg__orange p,
    .bg__orange a {
        color: #FFFFFF;
    }

    .checked-list li {
        font-size: 0.9em;
        list-style: none
    }
    .checked-list li:before {
        content: '\f00c';
        left: -.5em;
        position: relative;   
        margin-left: -1em;
        font-family: 'FontAwesome';
    }
    .checked-list__graduate li:before {
        font-family: 'FontAwesome';
        content: '';
    }
    .checked-list__pink li:before {
        color: #f20a74;
    }
    
    @media screen and (max-width: 1024px) {
        .video-page-title {
            width: 100% !important;
        }
    }
    @media screen and (max-width: 500px) {
        h1 {
        	font-size: 2em;
        }
        .page-title h1 {
            font-size: 1.1em;
            margin: 1.25em 0;
            text-align: center;
        }
    }
    
    
/* Responsive Fancy table
**************************************************/
    
    table.fancy {
        table-layout: fixed;
        border-collapse: collapse;
    }
    table.fancy thead{
        background: #00a0cc;
        color: #FFFFFF;
    }
    table.fancy thead th {
        padding: .75em;
    }
    table.fancy tbody {
        background: #FFFFFF;
    }
    table.fancy tbody tr {
        border-bottom: 1px solid #cccccc
    }
    table.fancy tbody td {
        padding: .5em;
        text-align: center;
        color: #444444;
    }
    
    /* - - - Responsivise at breakpoint - - - - */
    @media (max-width: 768px) {
    	/* make tds into single column full width rows */
    	table.fancy tr {
    	    margin-bottom: 10px;
    	    background: #FFFFFF;
    	    display: block;
    		width: 100%;
    	}
    	table.fancy td {
    		display: block;
    		width: 100%;
    		padding: 5px;
    		border-bottom: 1px solid #cccccc;
    	}
    	/* hide table head */
    	table.fancy thead {
    		display: none;
    	}
    	/* place data attribute before td as a label */
    	table.fancy td[data-title]:before {
    		content: attr(data-title)':';
    		display: block;
    		color: #00a0cc;
    		font-weight: 700;
    		/* labels will stack by default but optionally float to left */
    		float: left;
    		width: 100px;
    	}
    	table.fancy tbody {
    		border-collapse: collapse;
    		display: block;
    		background: transparent;
    	}
 
    }
    
/* Structure
**************************************************/
    [class*="span"] {
        min-height: 0 !important;
    }
    
    .page-wrap {
        max-width: 1140px !important;
        float: none !important;
        margin: auto !important;
        padding: 4em 1em;
    }
    .page-wrap__small {
        max-width: 800px !important;
    }
    .page-wrap__xsmall {
        max-width: 600px !important;
    }
    .page-wrap__large {
        max-width: 1400px !important;
    }
    .page-wrap__xlarge {
        max-width: 100% !important;
    }
    
        /* Collapse The Padding When Needed */
        .page-wrap__collapse {
            padding: 0 1em;
        }
        .page-wrap__top-collapse {
            padding-top: 0;
        }
        .page-wrap__bottom-collapse {
            padding-bottom: 0;
        }
    
    @media screen and (min-width: 767px) {
        .page-wrap__five-column .row-fluid .span2 {
            width: 17.7% !important;
        }
    }
        

/* Responsive Video Override for Hubspot
**************************************************/
    .hs-responsive-embed, 
    .hs-responsive-embed.hs-responsive-embed-youtube, 
    .hs-responsive-embed.hs-responsive-embed-wistia, 
    .hs-responsive-embed.hs-responsive-embed-vimeo {
        padding-bottom: 56.5%;
    }
    .hs-responsive-embed iframe, 
    .hs-responsive-embed object, 
    .hs-responsive-embed embed {
        width: 100%;
        height: 100%;
        border: 0;
        position: absolute;
    }


/* Hubspot COS No Gutter Grid --- overwrites hubspots default gutters into oblivion!!! 
**************************************************/
    .no-gutter > .row-fluid-wrapper > .row-fluid > .span1 {
        margin-left: 0;
        width: 8.333333%;
    }
    .no-gutter > .row-fluid-wrapper > .row-fluid > .span2 {
        margin-left: 0;
        width: 16.666666%;
    }
    .no-gutter > .row-fluid-wrapper > .row-fluid > .span3 {
        margin-left: 0;
        width: 25%;
    }
    .no-gutter > .row-fluid-wrapper > .row-fluid > .span4 {
        margin-left: 0;
        width: 33.333333%;
    }
    .no-gutter > .row-fluid-wrapper > .row-fluid > .span5 {
        margin-left: 0;
        width: 41.666666%;
    }
    .no-gutter > .row-fluid-wrapper > .row-fluid > .span6 {
        margin-left: 0;
        width: 50%;
    }
    .no-gutter > .row-fluid-wrapper > .row-fluid > .span7 {
        margin-left: 0;
        width: 58.333333%;
    }
    .no-gutter > .row-fluid-wrapper > .row-fluid > .span8 {
        margin-left: 0;
        width: 66.666666%;
    }
    .no-gutter > .row-fluid-wrapper > .row-fluid > .span9 {
        margin-left: 0;
        width: 75%;
    }
    .no-gutter > .row-fluid-wrapper > .row-fluid > .span10 {
        margin-left: 0;
        width: 83.333333%;
    }
    .no-gutter > .row-fluid-wrapper > .row-fluid > .span12 {
        margin-left: 0;
        width: 100%;
    }
    
    @media (max-width: 767px) {
        .no-gutter > .row-fluid-wrapper > .row-fluid > [class*="span"] {
    		width: auto;
    	}
    }

/* Flex Grid                             
 ***********************************************/
    .flex-grid > div > .row-fluid,
    .flex-grid > .row-fluid {
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }
    .flex-grid__center > div > .row-fluid,
    .flex-grid__center > .row-fluid {
        -webkit-align-items: center;
            -ms-flex-align: center;
                -webkit-box-align: center;
                align-items: center;
    }
    .flex-grid__bottom > div > .row-fluid,
    .flex-grid__bottom > .row-fluid {
                -webkit-align-items: flex-end;
                    -ms-flex-align: end;
                        -webkit-box-align: end;
                        align-items: flex-end;
    }
    
    
    @media screen and (max-width:768px) {
        .flex-grid > div > .row-fluid,
        .flex-grid > .row-fluid  {
            display: block !important;
        }
        .flex-grid-mobile__2col > div > .row-fluid {
            display: -webkit-flex !important;
            display: -ms-flexbox !important;
            display: -webkit-box !important;
            display: flex !important;
        }
        .flex-grid-mobile__2col > div > .row-fluid > div[class*="span"]{
            width: 50%;
        }
    }
    
    /*@media screen and (max-width:500px) {*/
    /*    .flex-grid-mobile__2col > div > .row-fluid {*/
    /*        display: block !important;*/
    /*    } */
    /*    .flex-grid-mobile__2col > div > .row-fluid > div[class*="span"]{*/
    /*        width: 100%;*/
    /*    }*/
    /*}*/
  
 
/* Background Colors
**************************************************/
    .bg__white {
        background-color: #FFFFFF;
    }
    .bg__black {
        background-color: #000000;
    }
    .bg__dark {
        background-color: #2d2d2d;
    }
    .bg__dgrey {
        background-color: #777777;
    }
    .bg__grey {
        background-color: #eeeeee;
    }
    .bg__blue {
        background-color: #00a0cc;
    }
    .bg__light-blue {
        background-color: #68cdff;
    }
    .bg__teal {
        background-color: #00a39e;
    }
    .bg__pink {
        background-color:#f20a74;
    }
    .bg__green {
        background-color:#82b732;
    }
    .bg__orange {
        background-color:#f39c11;
    }
    .bg__purple {
        background-color:#5b005c;
    }
    .bg__space {
        background: url(https://cdn2.hubspot.net/hubfs/348012/roi_calc/space-homepagee-banner.jpg) no-repeat center center/cover;
        background-attachment: fixed;
    }
    .bg__typography {
        background: url(https://cdn2.hubspot.net/hubfs/348012/bz-docu/BZ%20v2/topography.svg) repeat center center;
        background-attachment: fixed;
    }
    .bg__people1 {
        background: url(https://cdn2.hubspot.net/hubfs/348012/bz-docu/RAA/workplace-background.png) no-repeat center center/cover;
        background-attachment: fixed;
        position: relative;
    }
    .bg__people1:after {
        content:"";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, .8);
    }
    .bg__people1 .row-fluid-wrapper {
        position: relative;
        z-index: 5;
    }
    
    
    /* border-helper classes */
    .border-bottom {
        border-bottom: 1px solid #cccccc;
    }
    .border-top {
        border-top: 1px solid #cccccc;
    }

/* Well
**************************************************/
    .well {
        padding: 2em;
        margin-bottom: 1.5em;
    }
    .well_large { /*// deprecated //*/
        padding: 2em;
    }


/* 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 {
        border: 1px solid transparent;
        background-color: #ccc;
        border: 1px solid transparent;
        outline: none;
        font-size: 1.1em;
        padding: 0.55em !important;
        
    }
    /* multiple column forms */
    fieldset.form-columns-3,
    fieldset.form-columns-2,
    fieldset.form-columns-1 {
        max-width: 100%;
    }
    fieldset.form-columns-1 input[type="text"],
    fieldset.form-columns-1 input[type="tel"],
    fieldset.form-columns-1 input[type="email"],
    fieldset.form-columns-1 input[type="date"],
    fieldset.form-columns-1 input[type="number"],
    fieldset.form-columns-1 textarea,
    fieldset.form-columns-1 select {
        width: 100% !important;
    }
    
    .inputs-list {
        list-style: none !important;
        padding: 1em 0 !important;
    }
    .field > label {
        margin-top: 1rem;
        display: block;
        font-size: .8em;
        text-transform: uppercase;
    }
    legend.hs-field-desc {
        font-size: .7em;
        color: #777;
    }
    input.error {
        border: 1px solid red;
    }
    .hs-error-msgs {
        list-style: none;
        color: red;
        margin: 0;
        font-size: .8em;
        padding: .5em;
    }



/* Buttons
**************************************************/
    .hs-button, 
    input[type="submit"].hs-button {
    	background: #f20a74;
    	display: inline-block;
    	padding: .75em 1.5em;
    	font-weight: 700;
    	letter-spacing: 2px;
    	font-size: .9em;
    	color: #FFFFFF;
    	border: 0 none;
    	outline: none;
    	text-decoration: none;
    	cursor: pointer;
    	text-transform: uppercase;
    	
    	-webkit-transition: background .125s ease-in-out, box-shadow .125s ease-in-out;
                transition: background .125s ease-in-out, box-shadow .125s ease-in-out;
    }
    
    .hs-button:hover, 
    input[type="submit"].hs-button:hover,
    .hs-button:focus, 
    input[type="submit"].hs-button:focus {
        color: #FFFFFF;
        background: #ff1e88;
    }
    
    .hs-button__blue, 
    input[type="submit"].hs-button__blue {
    	background: #00a0cc;
    }
    .hs-button__blue:hover, 
    input[type="submit"].hs-button__blue:hover,
    .hs-button__blue:focus, 
    input[type="submit"].hs-button__blue:focus {
        background: #14b4e0;
    }
    .hs-button__teal, 
    input[type="submit"].hs-button__teal {
    	background: #00a39e;
    }
    .hs-button__teal:hover, 
    input[type="submit"].hs-button__teal:hover,
    .hs-button__teal:focus, 
    input[type="submit"].hs-button__teal:focus {
        background: #14b7b2;
    }
    .hs-button__pink, 
    input[type="submit"].hs-button__pink {
    	background: #f20a74;
    }
    .hs-button__pink:hover, 
    input[type="submit"].hs-button__pink:hover,
    .hs-button__pink:focus, 
    input[type="submit"].hs-button__pink:focus {
        background: #ff1e88;
    }
    .hs-button__green, 
    input[type="submit"].hs-button__green {
    	background: #82b732;
    }
    .hs-button__green:hover, 
    input[type="submit"].hs-button__green:hover,
    .hs-button__green:focus, 
    input[type="submit"].hs-button__green:focus {
        background: #96cb46;
    }
    .hs-button__orange, 
    input[type="submit"].hs-button__orange {
    	background: #f39c11;
    }
    .hs-button__orange:hover, 
    input[type="submit"].hs-button__orange:hover,
    .hs-button__orange:focus, 
    input[type="submit"].hs-button__orange:focus {
        background: #ffb025;
    }
    .hs-button__grey, 
    a.hs-button__grey, 
    input[type="submit"].hs-button__grey {
    	background: #eeeeee;
    	color: #2d2d2d;
    }
    .hs-button__grey:hover, 
    a.hs-button__grey:hover, 
    input[type="submit"].hs-button__grey:hover,
    .hs-button__grey:focus, 
    a.hs-button__grey:focus, 
    input[type="submit"].hs-button__grey:focus {
        background: #cccccc;
    }
    .hs-button__dark, 
    input[type="submit"].hs-button__blue {
    	background: #444444;
    }
    .hs-button__dark:hover, 
    input[type="submit"].hs-button__blue:hover,
    .hs-button__dark:focus, 
    input[type="submit"].hs-button__blue:focus {
        background: #585858;
    }
    .hs-button__ghost, 
    input[type="submit"].hs-button__ghost {
    	background-color: transparent;
    	border: 2px solid #FFFFFF;
    }
    
    .hs-button__text, 
    input[type="submit"].hs-button__text {
    	background-color: transparent;
    	border: 0 none;
    	color: #82b732;
    	box-shadow: none;
    }
    .hs-button__text:hover, 
    input[type="submit"].hs-button__text:hover,
    .hs-button__text:focus, 
    input[type="submit"].hs-button__text:focus {
    	color: #00a0cc;
    	background: transparent;
    	box-shadow: none;
    }
    
    .hs-button__small, 
    input[type="submit"].hs-button__small {
    	padding: .5em 1em;
    	font-size: .8em;
    	box-shadow: 0 5px 5px -3px rgba(0, 0, 0,.28);

    }
    .hs-button__full, 
    input[type="submit"].hs-button__full {
        width: 100%;
        text-align: center;
    }
    

    
/* Accordion
**************************************************/
    .accordion__wrapper-simple {
        text-align: center;
    }
    .accordion__wrapper .fa {
        font-size: 5em;
    }
    .accordion__title {
        position: relative;
    }
    .accordion__title h3 {
        font-size: 2.000em;
        margin-top: 10px;
        font-weight: 400;
    }
    .accordion__title:after {
        content: "";
        font-family: 'FontAwesome';
        color: #cccccc;
        position: absolute;
        right: 0;
        top: 10px;
        font-size: 14px;
    }
        .accordion__title.open:after {
            content: "";
        }
    .accordion__text {
        max-height: 0;
        overflow: hidden;
        
        -webkit-transition: max-height .25s ease;
        transition: max-height .5s ease;
    }
    .accordion__title.open + .accordion__text {
        max-height: 1500px;
    }
    
    .accordion__wrapper-advanced {
        border: 1px solid #eee;
        margin-bottom: -2px;
    }
    .accordion__wrapper-advanced .accordion__title {
        background: #fafafa;
        border-bottom: 1px solid #eee;
        padding: 1em;
        font-size: .8em;
        font-weight: 700;l
    }
    .accordion__wrapper-advanced .accordion__title:after {
        right: 1em;
    }
    .accordion__wrapper-advanced .accordion__text > div {
        padding: 1em
    }

/* Header
**************************************************/
    .main-header {
        padding: 0;
        float: none !important;
        margin: auto !important;
        max-width: 1400px;
    }
    
    .main-header__wrapper .logo {
        padding: 1em;
    }
    
/* LOGO */
	.dp-logo {
		max-width: 250px;
		width: 100%;
		max-height: 45px;
	}
	.dp-logo__refresh,
	.dp-logo__home {
		fill: #ffffff;
	    opacity: 0;
	    
	    -webkit-transition: fill .125s ease-in-out, opacity .125s ease-in-out;
		transition: fill .125s ease-in-out, opacity .125s ease-in-out;
	}
    	
	.dp-logo__words {
		fill: #ffffff;
		opacity: 1;
		
		-webkit-transition: fill .125s ease-in-out, opacity .125s ease-in-out;
		transition: fill .125s ease-in-out, opacity .125s ease-in-out;
	}
    	    .main-header__wrapper .dp-logo__refresh,
        	.main-header__wrapper .dp-logo__home,
        	.main-header__wrapper .dp-logo__words {
        		fill: #000000;
        	}
	    .logo a:hover .dp-logo__words {
	        opacity: 0;
	    }
	    .logo a:hover .dp-logo__home {
	        opacity: 1;
	    }
    	    .home .logo a:hover .dp-logo__home {
    	        opacity: 0;
    	    }
	    .home .logo a:hover .dp-logo__refresh {
	        opacity: 1;
	    }
	
	.dp-logo__blue {
		fill: #00a0cc;
	}
	.dp-logo__grey {
		fill: #cccccc;
	}

/* Sticky Header */
	
	.ty-page .dp-logo__words,
	.sticky-header .dp-logo__words,
	.ty-page .dp-logo__refresh,
	.ty-page .dp-logo__home,
	.sticky-header .dp-logo__refresh,
	.sticky-header .dp-logo__home {
		fill: #000000;
	}

    
    /* MAIN MENU */
    .main-menu .hs-menu-wrapper > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .main-menu .hs-menu-wrapper > ul > li {
        display: inline-block;
        position: relative;
    }
    .main-menu .hs-menu-wrapper > ul > li > a {
        display: block !important;
    	padding: 1em !important;
    	white-space: inherit !important;
    	max-width: 100% !important;
    	text-overflow: inherit !important;
    	line-height: 38px;
    	
    	color: #000000;
    	border-top: 3px solid transparent;
    }
    .main-menu .hs-menu-wrapper > ul > li:hover > a,
    .main-menu .hs-menu-wrapper > ul > li.active > a {
        color:#00a0cc;
        border-top: 3px solid #00a0cc;
    }

    .main-menu .hs-menu-wrapper > ul > li ul  {
        background: #2d2d2d;
        border-top: 2px solid #00a0cc; 
        box-shadow: 0 10px 5px -5px rgba(0, 0, 0, .2);
        width: 250px;
        left: auto!important;
        right: 0;
    }
    .main-menu .hs-menu-wrapper > ul > li ul li a{
        color: #d7d7d7;
        display: block !important;
    	padding: 1em !important;
    	white-space: inherit !important;
    	max-width: 100% !important;
    	text-overflow: inherit !important;
    	font-size: .8em;
    	width: 100% !important;
    }
    .main-menu .hs-menu-wrapper > ul > li > ul  li:hover > a{
        color: #FFFFFF;
    }
    .main-menu .hs-menu-wrapper > ul > li ul ul {
        background-color: #373737;
        right: 100%;
    }
    
    
    
    	
    	
    
    /* Home Page Specific Styles
    **************************************************/
        .home-page .main-header__wrapper {
        	position: absolute;
        	top: 0;
        	left: 0;
        	right: 0;
        	z-index: 1000
        }
        .home-page .logo  {
        	background: url(https://cdn2.hubspot.net/hubfs/348012/bz-docu/DocuPhase_wide-white-01.svg) no-repeat center center;
        	background-size: calc(100% - 1.5em);
        }
        .home-page .logo img {
        	opacity: 0;
        }
        .home-page .hero__content-wrapper {
        	padding-top: 12em;
        }
        .home-page .main-menu .hs-menu-wrapper > ul > li > a {
        	color: white;
        }
    
    
    /* Mobile Menu 
    **************************************************/
        .mobileMenuTrigger,
        .mobile-menu,
        .main-menu .hs-item-has-children > button {
                display: none;
        }
        @media screen and (max-width: 1024px) {
            .main-menu {display: none !important;}
            .mobile-menu {
                display: block;
                overflow: auto;
            }
            .menu-overlay {
                opacity: 0;
                
                -webkit-transition: opacity .5s ease-in-out;
                transition: opacity .5s ease-in-out;
            }
            .menu-open .menu-overlay {
                background: rgba(0, 0, 0, .8);
                position: fixed;
                top: 0;
                right: 0;
                height: 100vh;
                left: 0;
                z-index: 2000;
                opacity: 1;
                
            }
            .mobileMenuTrigger {
                display: block;
                background: #FFFFFF;
                color: #000000;
                border: 0 none;
                font-size: 2em;
                outline: none;
                position: fixed;
                top: 1vh;
                right: .5em;
                z-index: 2020;
            }
            
            .menu-open .mobileMenuTrigger {
                position: fixed;
                left: calc(300px + .25em);
                right: auto;
                background: transparent;
                color: #FFFFFF;
            }
            .mobile-menu {
                margin: 0 !important;
                position: fixed;
                top: 0;
                bottom: 0;
                left: 0;
                height: 100vh;
                max-width: 300px;
                background: #FFFFFF;
                z-index: 2010;
                
                -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
                
                -webkit-transition: transform .25s cubic-bezier(1, -0.06, 0, 0.92);
                transition: transform .25s cubic-bezier(1, -0.06, 0, 0.92);
            }
            .menu-open .mobile-menu {
                -webkit-transform: translateX(0);
                transform: translateX(0);
                
            }
            /* MAIN MENU */
            .mobile-menu > ul {
                display: block; 
                padding: 0;
                margin: 0;
                list-style: none !important;
            }
            
            .mobile-menu > ul > li {
                display: block;
                width: 100%;
                border-bottom: 1px solid #cccccc;
            }
            
            .mobile-menu > ul > li > a {
                display: block !important;
            	padding: 1em !important;
            	white-space: inherit !important;
            	max-width: 100% !important;
            	text-overflow: inherit !important;
            	text-transform: uppercase;
            	line-height: auto;
            	text-decoration: none;
            	color: #000000;
            	border-top: 3px solid transparent;
            }
            
            .mobile-menu > ul > li:hover > a,
            .mobile-menu > ul > li.active > a {
                color:#00a0cc;
                border-top: 3px solid #00a0cc;
            }
            
            .mobile-menu > ul > li > ul {
                display: block !important;
                position: relative !important;
                opacity: 1 !important;
                visibility: inherit !important;
                max-height: 0px;
                background: #2d2d2d;
                border-top: 0 none;
                box-shadow: none;
                overflow: hidden;
                list-style: none;
                margin: 0;
                padding:0;
                -webkit-transition: max-height .125s ease-in-out !important;
                transition: max-height .125s ease-in-out !important;
                
            }
            
            .mobile-menu > ul > li > ul li a{
            	padding: .5em 1em !important;
            	width: 100% !important;
            	color: #FFFFFF;
            	display: block;
            	text-decoration: none;
            }
            
            .mobile-menu .hs-item-has-children {
                float: none !important;
            }
            .mobile-menu .hs-item-has-children:after {
                content:"";
                display: table;
                width: 100%;
                height: 0;
                clear: both;
            }
            .mobile-menu .hs-item-has-children > * {
                -webkit-box-flex: 1;
                -webkit-flex: 1 100%;
                    -ms-flex: 1 100%;
                        flex: 1 100%;
            }
            .mobile-menu .hs-item-has-children > a {
                display: inline-block;
                float: left;
                width: 80%;
                font-size: 16px;
                line-height: 27px;
            }
            .mobile-menu .hs-item-has-children > button {
                display: inline-block;
                float: left;
                width: 20%;
                line-height: 60px;
                font-size: 16px;
                
                border: 0 none;
                background: #FFFFFF;
                border-left: 1px solid #cccccc;
                -webkit-appearance: none !important;
                outline: none !important;
            }
            .mobile-menu .hs-item-has-children > button.active {
                    background-color: #eeeeee;
                }
            .mobile-menu .hs-item-has-children > ul.hs-menu-children-wrapper {
                width: 100%;
                display: block;
            }
            .mobile-menu .hs-item-has-children > button.active + ul {
                max-height: 1000px !important;
                
            }
            
            
            .hs-menu-depth-2.hs-item-has-children ul {
                display: none;
            }
            
            
            /* Home Page Specific Styles
            **************************************************/
                .home-page .mobile-menu > ul > li > a {
                	color: #000000;
                }
            
    	}
    	
    
        
    /* Sticky Header Styles
    **************************************************/
        .sticky .main-header__wrapper {
            background: #FFFFFF;
        	position: fixed;
        	top: 0;
        	left: 0;
        	right: 0;
        	z-index: 1000;
        	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .09);
        }
        .sticky .logo {
        	background: transparent;
        }
        .sticky .logo img {
        	opacity: 1;
        }
        .sticky .main-menu .hs-menu-wrapper > ul > li > a {
        	color: #000000;
        }
    

/* Breadcrumb Menu
**************************************************/
    .bread .hs-breadcrumb-menu {
        float: right;
        color: #FFFFFF;
        text-transform: uppercase;
        font-size: .625em;
    }
    .bread .hs-breadcrumb-menu-item > a {
        color: rgba(255, 255, 255, .5);
        text-decoration: none;
    }
    .bread .hs-breadcrumb-menu-item > a:after {
        content:"/";
        display: inline-block;
        margin: 0 0 0 .5em;
        color: rgba(255, 255, 255, .5);
    }
    .bread .hs-breadcrumb-menu-divider {
        display: none !important;
    }
    
    @media screen and (max-width: 500px) {
        .bread {
            display: none !important;
        }
    }



/* Footer
**************************************************/
    /*.main-footer {*/
    /*    color: #cdcdcd;;*/
    /*}*/
    /*.main-footer a {*/
    /*    color: #cdcdcd;*/
    /*}*/
    /*.main-footer h4 {*/
    /*    text-transform: uppercase;*/
    /*    font-size: 1.1em;*/
    /*    font-weight: 400;*/
    /*}*/
    /*.main-footer .hs-menu-wrapper.hs-menu-flow-vertical li a {*/
    /*    display: block;*/
    /*    white-space: inherit; */
    /*    width: 100%;*/
    /*    overflow: inherit;*/
    /*    text-overflow: inherit;*/
    /*    line-height: 1.1;*/
    /*    font-size: .8em;*/
    /*}*/
    /*.main-footer li a:before {*/
    /*    content: "\f105";*/
    /*    font-family: 'FontAwesome';*/
    /*    position: relative;*/
    /*    left: -1em;*/
    /*    width: 0;*/
    /*    display: inline-block;*/
    /*    color: #a5a5a5;*/
    /*}*/
    /*.main-footer__bottom {*/
    /*    padding: .5em 1em;*/
    /*    text-align: left;*/
    /*    font-size: .7em;*/
    /*    color: #cccccc;*/
    /*}*/
    /*.main-footer__bottom footer span:after{*/
    /*    content:" by iDatix Corporation. All rights reserved.";*/
    /*}*/
    
    /* FOOTER */
	.main-footer {}
	.main-footer * {
		color: #FFFFFF;
	}
	.main-footer h4 {
		font-size: 1.3em;
		text-transform: uppercase;
		font-weight: 300;
	}
	.main-footer .hs-menu-wrapper > ul > li a {
		white-space: initial !important;
		width: 9999em !important;
		max-width: 100%;
		overflow: inherit !important;
		text-overflow: inherit !important;
		font-size: .9em;
		font-weight: 300;
	}
	.main-footer .social-follow a {
		margin-right: .5em;
		display: inline-block;
	}
	.main-footer .mk-svg-icon {
		fill: #FFFFFF;
		width: 1.5em !important;
	}

	.main-footer__bottom {
		text-align: center;
		font-size: .7em;
		min-height: 0 !important;
		padding: 1em;
		color: #cccccc;
	}
    
/* Hero
**************************************************/
    .social-follow {
        margin-top: -1em;
    }
    .social-follow a {
        display: inline-block;
        margin-right: 1em;
    }
   .social-follow a .mk-svg-icon  { 
       opacity: 1;
       fill: #aaaaaa;
       
   }
   .social-follow a:hover .mk-svg-icon { 
       fill: #00a0cc;
   }

/* Hero
**************************************************/
    .hero {
        background-size: cover;
        background-position: center bottom;
        background-attachment: fixed;
    }
    .home-page .hero {
        background-position: center center;
        background-attachment: initial;
    }
    .hero__content-wrapper {
    	max-width: 1140px;
    	margin:  auto;
    	padding: 8em 4em;
    }
    .hero__content-wrapper-left {
    	padding: 8em 4em 8em 1em;
    }`
    .hero__content-wrapper:after {
    	content: "";
    	display: block;
    	height: 0;
    	clear: both;
    }
    .hero__content {
    	width: 100%;
    	float: none;
    	margin: auto;
    	text-align: center;
    	position: relative;
        z-index: 5;
    }
    .hero__content {
    	text-align: left;
    }
    .hero__home .hero__content,
    .hero__wistia .hero__content {
    	width: 60%;
    	float: left;
    	text-align: left;
    }
        .hero__content h1 {
            margin: 0;
            padding: 0 0 1em;
            color: #FFFFFF;
            font-weight: 400;
        }
        .hero__dark .hero__content h1 {
            color: #000000;
            font-weight: 400;
        }
        .hero__content h2 {
            font-weight: 300;
            margin: 0;
            padding: 0 0 1.5em;
            color: #FFFFFF;
            font-size: 1.2em;
        }
        .hero__dark .hero__content h2 {
            color: #000000;
        }
        
        .hero__content p {
            font-weight: 300;
            margin: 0;
            padding: 0 0 1.5em;
            color: #FFFFFF;
            font-size: 1.1em;
        }
        .hero__dark .hero__content p {
            color: #000000;
        }
        
        .hero__blog {
            position: relative;
        }
        .overlay__shadded {
            overflow: hidden;
            position: relative;
        }
         .overlay__shadded:before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: rgba(45, 45, 45, .5);
        }
        .hero__blog:before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: rgba(45, 45, 45,.8);
        }
        .hero__blog .hero__content {
            position: relative;
            z-index: 5;
        }
        .hero__blog .hero__content h1 {
            padding: 0 0 .5em;
        }
        .hero__blog .hero__content h1 span {
            color: #FFFFFF;
        }
        .hero__blog .hero__content h3 {
            margin: 0;
            padding: 0;
            font-weight: 300;
            color: #FFFFFF;
            font-size: 1.2em;
        }
    
    .hero__image {
    	display: none;
    }
    .hero__home .hero__image {
        display: block;
    	width: 40%;
    	float: left;
    	position: relative;
    	-webkit-animation: hoverInSpace 3s infinite;
    	        animation: hoverInSpace 3s infinite;
    }
    
     .hero__wistia .hero__wistia-video {
        display: block;
    	width: 40%;
    	float: left;
    	position: relative;
     }
    
    @-webkit-keyframes hoverInSpace {
    	0%,
    	100% {
    		top:0
    	}
    	50% {
    		top:15px
    	}
    }
    
    @keyframes hoverInSpace {
    	0%,
    	100% {
    		top:0
    	}
    	50% {
    		top:15px
    	}
    }
    
    @media screen and (max-width: 768px) {
        .hero__content-wrapper {
        	padding: 6em 2em;
        }
        .hero__home {
            padding: 5em 1em 3em;
        }
        .hero__home .hero__content,
        .hero__wistia .hero__content,
        .hero__wistia .hero__wistia-video {
        	width: 100%;
        	float: none;
        	text-align: center !important;
        }
        .hero__home .hero__image {
            display: none;
        }
        .hero__wistia .hero__wistia-video {
            margin-top: 2em;
        }
    }
    
    @media only screen and (max-device-width : 1024px) {
        .hero {
            background-size: cover;
            background-position: center center;
            background-attachment: initial;
        }
    }


/* Featured Resource
**************************************************/
    .featured-content {
        margin-bottom: 2em;
    }
    .featured-content__content small {
        color: #333333;
        display: block;
    }
        .featured-content__content small:first-of-type {
            text-transform: uppercase;
        }
    .featured-content__content strong {
        font-size: 1.7em;
        color: #00a0cc;
        display: block;
    }
    
    @media screen and (max-width: 768px) {
        .featured-content {
            max-width: 350px;
            margin: 0 auto 2em auto;
        }
    }



/* Connect With us
**************************************************/
    .connect-with-us .span4 {
        margin: 1em 0;
        padding: 1em;
    }
    .connect-with-us .fa {
        font-size: 3em;
        margin-bottom: .5em; 
    }
    .connect-with-us span:not(.fa) {
        font-size: 1.2rem;
        line-height: 1.1;
    }
    .connect-with-us strong a {
        font-size: 1.2em;
        text-decoration: none; 
    }
    
    @media screen and (max-width: 768px) {
        .connect-with-us strong a {
            font-size: 1.1em;
        }
    }
    @media screen and (max-width: 400px) {
        .connect-with-us .span4 {
            padding: 1em 0;
        }
    }


/* Icon Module
**************************************************/
    .icon__wrapper {
        text-align: center;
        //padding: 1em;
    }
    .icon__wrapper .fa {
        font-size: 4rem;
        color: #FFFFFF;
    }
    /*.icon__wrapper:hover .fa {*/
    /*    font-size: 4rem;*/
    /*    color: rgba(0, 0, 0, .6);*/
    /*}*/
    .icon__wrapper p:last-of-type {
        font-size: .8em;
        text-transform: uppercase;
    }


/* Product Icon Module
**************************************************/
    .product-icon__wrapper {
        color: #FFFFFF;
        text-align: center;
        padding: 4em 1em;
        overflow: hidden;
    }
    .product-icon {
        font-size: 8.000em;
        position: relative;
        top: 0;
        
        -webkit-transition: top .125s ease-in-out ;
                transition: top .125s ease-in-out ;
    }
        .product-icon .fa {
            text-shadow: 0 0 0 transparent;
            -webkit-transition: text-shadow .125s ease-in-out;
                    transition: text-shadow .125s ease-in-out;
        }
    .product-icon__title {
        position: relative;
        top: 0;
        
        -webkit-transition: top .125s ease-in-out;
                transition: top .125s ease-in-out;
    }
    .product-icon__title:after {
        content: "";
        display: block;
        width: 3em;
        height: 0;
        border-top: 3px solid rgba(255, 255, 255, .6);
        
        position: absolute;
        bottom: -1em;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    .product-icon__description {
        opacity: 0;
        position: relative;
        margin-bottom: 2em;
        top: 2em;
        
        -webkit-transition: top .125s ease-in-out, opacity .125s ease-in-out;
                transition: top .125s ease-in-out, opacity .125s ease-in-out;
    }
        .product-icon__description p {
            color: #FFFFFF;
        }
    .product-icon__button {
        opacity: 0;
        position: relative;
        top: 4em;
        
        -webkit-transition: top .125s ease-in-out, opacity .125s ease-in-out;
                transition: top .125s ease-in-out, opacity .125s ease-in-out;
    }

    
    .product-icon__wrapper.bg__blue:hover .product-icon .fa {
        text-shadow: 10px 10px 0 #00507c, 20px 20px 0 #0078a4 , 30px 30px 0 #008cb8;
    }
    .product-icon__wrapper.bg__green:hover .product-icon .fa {
        text-shadow: 10px 10px 0 #326700, 20px 20px 0 #5a8f0a , 30px 30px 0 #6ea31e;
    }
    .product-icon__wrapper.bg__pink:hover .product-icon .fa {
        text-shadow: 10px 10px 0 #a20024, 20px 20px 0 #ca004c , 30px 30px 0 #de0060;
    }
    .product-icon__wrapper.bg__orange:hover .product-icon .fa {
        text-shadow: 10px 10px 0 #a34c00, 20px 20px 0 #cb7400 , 30px 30px 0 #df8800;
    }
    .product-icon__wrapper.bg__purple:hover .product-icon .fa {
        text-shadow: 10px 10px 0 #0b000c, 20px 20px 0 #330034 , 30px 30px 0 #470048;
    }
    
    .product-icon__wrapper:hover .product-icon__title {
        top: -20px
    }
    
    .product-icon__wrapper:hover .product-icon__description,
    .product-icon__wrapper:hover .product-icon__button {
        opacity: 1;
        top: 0;
    }

    @media screen and (max-width: 768px) {
        .product-icon__wrapper.bg__blue .product-icon .fa {
            text-shadow: 10px 10px 0 #00507c, 20px 20px 0 #0078a4 , 30px 30px 0 #008cb8;
        }
        .product-icon__wrapper.bg__green .product-icon .fa {
            text-shadow: 10px 10px 0 #326700, 20px 20px 0 #5a8f0a , 30px 30px 0 #6ea31e;
        }
        .product-icon__wrapper.bg__pink .product-icon .fa {
            text-shadow: 10px 10px 0 #a20024, 20px 20px 0 #ca004c , 30px 30px 0 #de0060;
        }
        .product-icon__wrapper.bg__orange .product-icon .fa {
            text-shadow: 10px 10px 0 #a34c00, 20px 20px 0 #cb7400 , 30px 30px 0 #df8800;
        }
        .product-icon__wrapper.bg__purple .product-icon .fa {
            text-shadow: 10px 10px 0 #0b000c, 20px 20px 0 #330034 , 30px 30px 0 #470048;
        }
        .product-icon__wrapper .product-icon__title {
            top: -20px
        }
        
        .product-icon__wrapper .product-icon__description,
        .product-icon__wrapper .product-icon__button {
            opacity: 1;
            top: 0;
        }
    }
    

/* Product Small Icon Module
**************************************************/
    .product-small-icon__wrapper {
        text-align: center;
            padding: 1em 0 2em;
            overflow: hidden;
            position: relative;
    }
    .product-small-icon {
        font-size: 3.000em !important;
    }
        .product-small-icon .fa {
            text-shadow: 0 0 0 transparent;
            -webkit-transition: text-shadow .125s ease-in-out;
                -ms-transition: text-shadow .125s ease-in-out;
                    transition: text-shadow .125s ease-in-out;
        }
    .product-small-icon__title h3 {
        font-size: 1.2em;
        font-weight: 400;
    }

    .product-small-icon__button {
        position: absolute;
        bottom: -1em;
        left: 50%;
        -webkit-transform: translatex(-50%);
            -ms-transform: translatex(-50%);
                transform: translatex(-50%);
        width: 100%;    
    }
    
    .product-small-icon.blue .fa {
        color: #00a0cc;
    }
    .product-small-icon.green .fa {
        color: #82b732;
    }
    .product-small-icon.pink .fa {
        color: #f20a74;
    }
    .product-small-icon.orange .fa {
        color: #f39c11;
    }
    .product-small-icon.purple .fa {
        color: #5b005c;
    }
    
    .bg__blue .product-small-icon {
        //background: #FFFFFF;
        display: inline-block;
        margin: auto;
        width: 128px;
        text-align: none;
        height: 128px;
        border-radius: 100%;
        overflow: hiddem;
        line-height: 128px;
    }
    
    .product-small-icon__description a {
        color: #82b732;
        text-decoration: none;
        font-weight: 700;
    }
    
    

/* About Us Slider Module
**************************************************/
    .slider_init {
        min-height: 0 !important;
        display: none;
    }
    .slide__image {
        overflow: hidden;
    }
    .slide__image img {
        height: 100% !important;
        max-width: 9999px;
    }
    .slide__text {
        padding: 2em;
    }
    .slide__text h3 {
        text-transform: uppercase;
        position: relative;
        padding-bottom: 1em;
    }
    .slide__text h3:after {
        content:"";
        display: block;
        width: 30px;
        height: 2px;
        background: ;
        position: absolute;
        top: 100%;
    }
    
    @media (max-width: 500px) {
        .slide__image {
            display: none !important;
        }
    }


/****************************************************
 *
 * Ribbon Holder
 *
 ****************************************************/
    .ribbon-container {
        text-align: center;
        position: relative;
    }
    .ribbon-container img.ribbon-icon {
        width: 40px;
        max-width: 40px;
    }
    .ribbon-container:before {
        content: '';
        width: 35px;
        border-bottom: solid 2px #FFFFFF;
        position: absolute;
        height: 1px;
        top: 20px;
        left: 44%;
    }
    .ribbon-container:after {
        content: '';
        width: 35px;
        border-bottom: solid 2px #FFFFFF;
        position: absolute;
        top: 20px;
        right: 44%;
    }
    
/****************************************************
 *
 * Testimonials SLider
 *
 ****************************************************/
    .testimonials__wrapper {
        padding: 1em 0;
    }
    .slide_testimonial {
        width: 90%;
        max-width: 800px;
        text-align: center;
        margin: 0 30%;
    }
    .testimonial__desc {
        font-size: 1.2em;
        font-style: italic;
        font-weight: 700;
    }
    .testimonial__desc > p:before {
        content:'"';
    }
    .testimonial__desc > p:after {
        content:'"';
    }
    
    p.testimonial__name span {
        font-size: .8em;
        font-style:  italic;
    }
    .testimonials__prev,
    .testimonials__next {
        margin: 0 .5em;
    }
    .testimonials__prev svg {
        width: 25px;
        margin: 10px;
        fill: #fff
    }
    .testimonials__next svg {
        width: 25px;
        margin: 10px;
        fill: #fff
    }
 
 
/****************************************************
 *
 * Resource List Layout
 *
 ****************************************************/
    .resource__wrapper {
        padding: 2em 2em;
    }
    .resources {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
    }
    .resource-item {
        -ms-flex-preferred-size:25%;
            flex-basis:25%;
        margin-bottom: 2em;
        padding: .5em;
    }
    .resource-item__featured-image {
        background-size: cover;
        background-position: top center;
        overflow: hidden;
        display: block;
        width: 100%;
        height: 250px;
    }
    .whitepaper-resources .resource-item__featured-image {
        height: auto;
    }
    .video-resources .resource-item__featured-image {
        height: auto;
    }
    .resource-item__title {
        font-size: 1.1em;
        text-transform: uppercase;
        font-weight: 400;
    }
    .resource-item__title a {
        color: #444444;
        text-decoration: none;
    }
    .resource-item:hover .resource-item__title a {
        color: #82b732;
        text-decoration: none;
    }
    .resource-item__summary {
        position: relative;
        padding-bottom: 2em;
    }
    .resource-item__summary .hs-button {
        position: absolute;
        bottom: 0em;
        left: 0;
    }
    
    @media screen and (max-width: 1700px) {
        .resource-item {
            -ms-flex-preferred-size: 33.3332%;
                flex-basis: 33.3332%;
        }
    }
   @media screen and (max-width: 768px) {
        .resource-item {
            -ms-flex-preferred-size: 50%;
                flex-basis: 50%;
        }
    }
    @media screen and (max-width: 768px) {
        .resource-item {
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
        }
    }

/****************************************************
 *
 * Case Studies - Post
 *
 ****************************************************/
    .case-study-intro {
        padding: 2em 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
    }
    .case-study-intro__icon {
        padding-right: 1em;
        width: 4em;
    }
    .case-study-intro__icon .fa {
        font-size: 3em;
        color: #00a0cc;
    }
    .case-study-intro__text {
        line-height: 1.2;
        width: calc(100% - 5em);
        -ms-flex-item-align: end;
            align-self: flex-end;
    }
    .case-study-intro__text-top {
        font-size: 1.3em;
        font-weight: 200;
    }
    .case-study-intro__text-bottom {
        font-size: 1.3em;
        font-weight: 700;
    }
    
    .case-study-post .testimonial {
        padding: 1em 0 1em 0;
        font-size: 1.375em;
    }
    .case-study-post .testimonial .name {
        font-size: .6em;
        display: block;
        font-weight: 700;
    }
    .case-study-post .testimonial .title {
        font-size: .6em;
        display: block;
        font-weight: 300;
    }
    svg.quotes {
        margin-top: 2em;
        max-width: 100px;
        fill: #FFFFFF;
    }
    
    .results__sidebar h1 {
        margin-bottom: 0;
    }
    .results__sidebar p {
        margin-top: 10px;
        font-size: .9em;
    }
    
    @media screen and (max-width: 768px) {
        .case-study-post .testimonial {
            text-align: center;
        }
        svg.quotes {
            margin: 0 auto -2em auto;
            display: block;
        } 
    }
    
    .recent-case-studies {
        display: flex;
        flex-flow: row wrap;
        margin-top: 2em;
    }
    .recent-case-studies__post {
        background-size: auto 100%;
        background-position: center center;
        background-repeat: no-repeat;
        display: block;
        width: 25%;
        height: 0;
        padding-bottom: 25%;
        position: relative;
        color: #fff;
        overflow: hidden;
    }
    .integrations .recent-case-studies__post {
        width: 33.3332%;
        padding-bottom: 33.3332%;
    }
    .recent-case-studies__post:hover {
        color: #fff;
    }
    .recent-case-studies__post:before {
        content: "";
        display: block;
        background: rgba(255, 50, 86, 0.73);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
        z-index: 5;
        transition: opacity .125s ease-in-out;
    }
    .recent-case-studies__post:hover:before {
        opacity: 1;
    }
    .recent-case-studies__post:after {
        content: "";
        display: block;
        font-size: 4em;
        height: 4em;
        font-family: 'FontAwesome';
        position:absolute;
        left: 50%;
        top: 0;
        transform: translate(-50%, -100%);
        z-index: 10;
        transition: transform .25s ease-in-out;
    }
    .recent-case-studies__post:hover:after {
        transform: translate(-50%, 20px);
    }
    .integrations .recent-case-studies__post:hover:after {
        transform: translate(-50%, 50px);
    }
    .recent-case-studies__post-title {
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 80%;
        transform: translate(-50%, 100%);
        z-index: 15;
        text-align: center;
        transition: transform .35s ease-in-out;
    }
    .recent-case-studies__post:hover .recent-case-studies__post-title {
        transform: translate(-50%, 0%);
    }
    .integrations .recent-case-studies__post:hover .recent-case-studies__post-title {
        transform: translate(-50%, -60%);
    }
        .recent-case-studies__post-title h4 {
            margin: 0;
            font-size: 1em;
        }
        .recent-case-studies__post-title p {
            margin: .25em 0 2em;
            font-size: .8em;
        }
        
    
    .post-arrow {
        position: fixed;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        width: 300px;
        text-decoration: none;
        box-shadow: 2px 0 0 0 rgba(0,0,0,0);
        -webkit-transition: box-shadow .125s ease-in-out;
        transition: box-shadow .125s ease-in-out;
    }
    .post-arrow:hover {
        box-shadow: 2px 0 5px 0 rgba(0,0,0,.2);
        -webkit-transition: box-shadow 1s ease-in-out;
        transition: box-shadow 1s ease-in-out;
    }
    .post-arrow__next {
        top: 40%;
        right: 0;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-transform: translatex(250px);
            -ms-transform: translatex(250px);
                transform: translatex(250px);
        -webkit-transition: -webkit-transform .125s ease-in-out;
        transition: -webkit-transform .125s ease-in-out;
        transition: transform .125s ease-in-out;
        transition: transform .125s ease-in-out, -webkit-transform .125s ease-in-out;
    }
    .post-arrow__prev {
        top: 40%;
        left: 0;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-transform: translatex(-250px);
            -ms-transform: translatex(-250px);
                transform: translatex(-250px);
        -webkit-transition: -webkit-transform .125s ease-in-out;
        transition: -webkit-transform .125s ease-in-out;
        transition: transform .125s ease-in-out;
        transition: transform .125s ease-in-out, -webkit-transform .125s ease-in-out;
    }
        .post-arrow__next:hover {
            -webkit-transform: translatex(0px);
                -ms-transform: translatex(0px);
                    transform: translatex(0px);
            -webkit-transition: -webkit-transform .5s ease-in-out;
            transition: -webkit-transform .5s ease-in-out;
            transition: transform .5s ease-in-out;
            transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
        }
        .post-arrow__prev:hover {
            -webkit-transform: translatex(0px);
                -ms-transform: translatex(0px);
                    transform: translatex(0px);
            -webkit-transition: -webkit-transform .5s ease-in-out;
            transition: -webkit-transform .5s ease-in-out;
            transition: transform .5s ease-in-out;
            transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
        }
    .post-arrow__arrow {
        background: rgba(0,0,0,.5);
        color: #fff;
        line-height: 150px;
        width: 50px;
        text-align: center;
        display: block;
        -webkit-transition: width .125s ease-in-out, background 1s ease;
        transition: width .125s ease-in-out, background 1s ease;
    }
    .post-arrow:hover .post-arrow__arrow {
        background: rgba(0,0,0,.7);
        line-height: 150px;
        width: 150px;
    }
    .post-arrow__image {
        height: 150px;
        width: 150px;
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .post-arrow__text {
        width: 100%;
        min-height: 0;
        overflow: hidden;
        border: 1px solid #aaa;
        border-top: 0 none;
    }
    .post-arrow__text strong {
        display: block;
        padding: 1em;
        font-size: .8em;
        text-align: center;
        color: #333;
        background: #fff;
        border-radius: 1px solid #eee;
        margin-top: -120px;
        -webkit-transition: margin-top .5s ease-in-out;
        transition: margin-top .5s ease-in-out;
    }
    .post-arrow:hover .post-arrow__text strong {
        margin-top: 0px;
    }
    
        
    @media screen and (max-width: 950px) {
        .post-arrow {
            display: none !important;
        }
        .recent-case-studies__post {
            width: 50%;
            min-width: 50%;
            padding-bottom: 50%;
        }
        .integrations .recent-case-studies__post {
            width: 50%;
            min-width: 50%;
            padding-bottom: 50%;
        }
    }
    @media screen and (max-width: 550px) {
        .recent-case-studies {
            display: block;
            margin: auto;
            width: 320px;
        }
        .recent-case-studies__post {
            width: 320px;
            min-width: 320px;
            padding-bottom: 320px;
        }
        .integrations .recent-case-studies__post {
            width: 320px;
            min-width: 320px;
            padding-bottom: 320px;
        }
    }
    
    
 

/****************************************************
 *
 * Video - Post
 *
 ****************************************************/
    .video-intro {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
    }
    .video-intro__icon {
        padding-right: 1em;
        width: 2.5em;
    }
    .video-intro__icon .fa {
        font-size: 2em;
        color: #00a0cc;
    }
    .video-intro__text {
        line-height: 1.1;
        width: calc(100% - 3em);
        -ms-flex-item-align: end;
            align-self: flex-end;
    }
    .video-intro__text-top {
        font-size: 1em;
        font-weight: 200;
    }
    .video-intro__text-bottom {
        font-size: 1em;
        font-weight: 700;
    }
 
 
/****************************************************
 *
 * News
 *
 ****************************************************/
    .news-item {
        position: relative;
        min-height: 265px;
        margin-bottom: 1em;
    }
    
    .news-item__header {
        background-color: #eeeeee;
        background-size: cover;
    
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    
    .news-item__date {
        position: absolute;
        top: 0;
        right: 0;
        background: rgba(0, 0, 0,.8);
        display: inline-block;
        padding: 1em;
        color: #fff;
        z-index: 5;
          
    }
    .news-item__text {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 10;
    }
    .news-item__topic {
        margin: 0;
    }
    .news-item__topic-link {
        color: #FFFFFF;
        background: #f20a74;
        padding: .5em 1em;
        display: inline-block;
        width: auto;
        margin-bottom: 0;
        text-decoration: none;
    }
        p.news-item__topic a {
            color: #FFFFFF
        }
    
    .news-item__title {
        background: #000000;
        color: #fff;
        display: inline-block;
        padding: .5em;
        width: auto;
        font-size: 1.3em;
        pointer-events: none;
        max-width: 800px;
        margin: 0;
    }
    
    .post-date .topic-link {
        text-transform: uppercase;
    }
    .post-date .date {
        color: #cccccc;
    }
    .post-author-topics {
        float: left;
        width: 70%;
    }
    .post-share-link {
        float: right;
        width: 30%;
    }
    .news-featured-image {
        width: 100%;
        padding: 0;
        margin: 20px 0 2em;
    }
    .news-featured-image img {
        width: 100%;
    }
    
    @media (max-width: 500px) {
        .news-item {
            min-height: 360px;
        }
    }



/****************************************************
 *
 * FAQs
 *
 ****************************************************/
     .faqs {
         position: relative;
         overflow: hidden;
     }
     .faq-item {
         width: 100%;
         //position: absolute;
     }
     .faq-item__tab {
        border: 1px solid #eee;
        padding: 1em 3em 1em 3em;
        position: relative;
        font-weight: 700;
        cursor: pointer;
        background: #fff;
    }
        .faq-item__tab.active {
            background: #eee;
            position: realtive;
        }
    .faq-item__tab:before {
        content:"";
        display: block;
        font-family: 'FontAwesome';
        position: absolute;
        left: 1.2em;
        color: #ccc;
    }
    .faq-item__tab:after {
        content:"";
        display: block;
        font-family: 'FontAwesome';
        position: absolute;
        right: 1.2em;
        top: 50%;
        transform: translateY(-50%);
        color: #ccc;
    }
    .active + .faq-item__tab:after {
        content:"";
    }
    .faq-item__panel {
        max-height: 0;
        overflow: hidden;
        background: #fff;
    }
    .active + .faq-item__panel {
        max-height: 900px;
        border: 1px solid #eee;
        padding: 1em 3em 3em;
    }
    
    @media (max-width: 500px) {
        .faq-item__tab {
            font-size: .8em;
            padding: 1em 3em 1em 1em;
        }
        .faq-item__tab:before {
            display: none;
        }
    }
 
 


/****************************************************
 *
 * Our Team 
 *
 ****************************************************/
    .team {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
    } 
    .team-item__wrapper {
        max-width: 33.332%;
        padding: 1em;
    }
    
    .team-item__wrapper > h3 {
        font-size: 1.1em;
        margin: 1em 0 10px;
        text-transform: uppercase;
        text-align: center;
    }
    .team-item__wrapper > p {
        text-align: center;
        color: #cccccc;
        margin: 0
    } 
    /*-----------------*/
    /***** Apollo *****/
    /*-----------------*/
    .team figure.team-item {
        position: relative;
        float: left;
        overflow: hidden;
        margin: 10px 1%;
        max-height: 400px;
        width: 100%;
        height: auto;
        background: #3085a3;
        text-align: center;
        cursor: pointer;
    }
    figure.team-item {
    	background: #00a0cc;
    }
    
    figure.team-item img {
    	opacity: 0.95;
    	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    	transition: opacity 0.35s, transform 0.35s;
    	-webkit-transform: scale3d(1.05,1.05,1);
    	transform: scale3d(1.05,1.05,1);
    }
    
    figure.team-item figcaption::before {
    	position: absolute;
    	top: 0;
    	left: 0;
    	width: 100%;
    	height: 100%;
    	background: rgba( 255, 255, 255,0.5);
    	content: '';
    	-webkit-transition: -webkit-transform 0.6s;
    	transition: transform 0.6s;
    	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    }
    
    figure.team-item p {
    	position: absolute;
    	right: 0;
    	bottom: 0;
    	padding: 1em;
    	max-width: 90%;
    	text-align: right;
    	opacity: 0;
    	-webkit-transition: opacity 0.35s;
    	transition: opacity 0.35s;
    }
    
    figure.team-item a {
        border: 2px solid #FFFFFF;
        color: #FFFFFF;
        display: inline-block;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        text-align: center;
        line-height: 34px;
    }
    
    figure.team-item h2 {
    	text-align: left;
    }
    
    figure.team-item:hover img {
    	opacity: 0.6;
    	-webkit-transform: scale3d(1,1,1);
    	transform: scale3d(1,1,1);
    }
    
    figure.team-item:hover figcaption::before {
    	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    }
    
    figure.team-item:hover p {
    	opacity: 1;
    	-webkit-transition-delay: 0.1s;
    	transition-delay: 0.1s;
    }
    
    @media screen and (max-width: 1100px) {
        .team-item__wrapper {
            max-width: 50%;
        }
    }
    @media screen and (max-width: 1024px) {
        .team-item__wrapper {
            width: 50%;
            padding: 1em;
        }
        figure.team-item p {
        	opacity: 1;
        	-webkit-transition-delay: 0.1s;
        	transition-delay: 0.1s;
        }
    }
    @media screen and (max-width: 500px) {
        .team-item__wrapper {
            max-width: 100%;
        }
    }
 
 
/****************************************************
 *
 * Filters
 *
 ****************************************************/
    .resources_filter {
        display: flex;
        justify-content: center;
        padding: 2em 0;
    }
    .resources_filter .filter {
        border: none;
        font-size: 1em;
        font-family: inherit;
        padding: .5em;
        background: #FFFFFF;
        -moz-appearance: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        color: #444444;
        display: inline-block;
        margin: 0 .25em .25em;
        border-radius: 4px;
    }
    .resources_filter .filter.is-checked {
        background: #eeeeee;
        color: #000000;
        font-weight: 700;
    }
    
    @media (max-width: 500px) {
        .resources_filter {
            display: none;
        }
    }
 
 
/****************************************************
 *
 * CTA Get A DEMO
 *
 ****************************************************/
    .getADemo__wrapper {
        background: url(https://cdn2.hubspot.net/hubfs/348012/relaxed.jpg) no-repeat bottom right/contain;
    }
    .getADemo {
        
       // background: url(https://cdn2.hubspot.net/hubfs/348012/robot-bg-2.png) no-repeat top right;
    }
    .getADemo h2 {
        margin: 0;
    }
    
    @media (max-width: 768px) {
        .getADemo {
            background: none;
        }
    }
 
 
/****************************************************
 *
 * Pagenation
 *
 ****************************************************/
    .blog-pagination {
        display: flex;
        text-align: center;
    }
    .blog-pagination a {
        flex: 1 0;
        text-decoration: none;
        color: #333333;
    }
    .previous-posts-link:before {
        content:"";
        margin-right: .5em;
        font-family: 'FontAwesome';
    }
    .next-posts-link:after {
        content:"";
        margin-left: .5em;
        font-family: 'FontAwesome';
    }
    .all-posts-link:after {
        content:"";
        margin-left: .5em;
        font-family: 'FontAwesome';
    }
    .blog-pagination a:hover {
        color: #82b732;
    }

/****************************************************
 *
 * Main Blog with Filter
 *
 ****************************************************/
   /* Blog Sidebar
     ****************************************************/
    .blog .body-container .page-center{
        padding:20px 0 !important;
    }
    /* Blog Content Column
       ========================================================================== */
    
    .blog .blog-content {
        width: 73%;
        padding: 30px 20px 30px;
        float: left;
    }
    
    /* Use this to style the main wrapper for the blog listing pages */
    .blog-listing-wrapper {}
    
    /* Use this to style the main wrapper for the blog post pages */
    .blog-post-wrapper {}
    
    .post-date{
        position:relative;  
        font-family:"Montserrat";
        font-size:14px;
        font-weight:400;
        color:#777777;
        text-transform:none;
        text-decoration:none;
        letter-spacing:normal;
        word-spacing:0px;
        line-height:23.2333px;
        text-align:start;
        margin:20px 0;
        padding:0;
        display:block;
        font-style:italic;
    }
    
    .hs-blog-post .blog-content {
      float: left;
      padding: 30px 20px !important;
      width: 100% !important;
    }
    .post-share-link {
      position: absolute;
      right: 0;
      top: 0;
      width: auto !important;
    }
    .custom-listing-comment {
      display: inline-block;
      position: relative;
    }
    .custom-listing-comment a {
      color: #898989;
      font-family: "Montserrat";
      font-size: 11px;
      font-size-adjust: none;
      font-style: normal;
      font-weight: 400;
      letter-spacing: normal;
      line-height: 23.2333px;
      margin: 0 0 0 20px;
      position: relative;
      text-align: start;
      text-decoration: none;
      text-transform: none;
      word-spacing: 0;
    }
    .custom-listing-comment a::before {
      background: rgba(0, 0, 0, 0) url("https://cdn2.hubspot.net/hubfs/348012/DocuPhase%20-Jan2017/Images/comment.png") no-repeat scroll 0 0;
      content: "";
      display: inline-block;
      height: 16px;
      left: -5px;
      position: relative;
      vertical-align: middle;
      width: 16px;
    }
    .blog-single-share {
      background: rgba(0, 0, 0, 0) url("https://cdn2.hubspot.net/hubfs/348012/DocuPhase%20-Jan2017/Images/social.png") no-repeat scroll 0 0;
      cursor: pointer;
      display: inline-block;
      height: 16px;
      position: relative;
      vertical-align: middle;
      width: 16px;
    }
    
    
    /* Blog Title */
    .hs-blog-header h1 {}
    .hs-blog-header h1 a{}
    
    /* Blog Post Title */
    .post-header h2 {
        font-family:"Montserrat";
        font-size:18px;
        font-weight:400;
        color:#2e2e2e;
        text-transform:none;
        text-decoration:none;
        letter-spacing:normal;
        word-spacing:0px;
        line-height:23.2333px;
        text-align:left;
        transition: all 0.2s ease-in-out;
        margin:0;
        padding:0;
    }
    .post-header h2 a {
        color:#2e2e2e;
        text-decoration:none;
    }
    .post-header h2 a:hover{
        opacity: 0.85;    
    }
    
    /* Blog Author and Avatar */
    #hubspot-author_data {
        font-family:"Montserrat";
        font-size:12px;
        font-weight:400;
        color:#b5b5b5;
        text-transform:none;
        text-decoration:none;
        letter-spacing:normal;
        word-spacing:0px;
        line-height:23.2333px;
        text-align:left;
        margin:0;
        padding:0;
    }
    #hubspot-author_data a.author-link {}
    #hubspot-author_data .hs-author-avatar {
        max-width: 70px;
        padding: 10px 10px 10px 0;
    }
    
    #hubspot-author_data .hs-author-avatar img {
        height: auto !important;
        max-width: 100%;
        border-radius:10px;
    }
    
    /* Use this to set up different styling for your blog posts */
    .blog-listing-wrapper .post-listing .post-item {
        width: 50%;
        padding:0 30px 30px 0;
        float:left;
    }
    .blog-listing-wrapper .post-listing .post-item .post-body {}
    .blog-post-wrapper .post-body {}
    
    .blog-entry{
        background-color:#F9F9F9;
        padding:10px;
    }
    
    
    
    /* Post Featured Image on Listings Page */
    .post-featured-image {
        height: 300px;
        position: relative;
        overflow: hidden;
        margin: 0 auto 2em;
    }
    
    .post-featured-image img.hs-featured-image {
      border-width: 0;
      display: block !important;
      float: none !important;
      height: auto;
      margin: 0;
      max-height: 999em !important;
      max-width: 100% !important;
      width: 100% !important;
      
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
    }
    
    /* Read More Link */
    a.more-link {
        background-color: #555555;
        color: #ffffff;
        font-size: 12px;
        padding: 11px 16px;
        transition: all 0.2s ease-in-out;
        vertical-align: middle;
        border:1px solid transparent;
        font-family:"Montserrat";
        font-weight:400;
        color:#ffffff;
        line-height:16px;
        text-align:center;
        vertical-align:middle;
        margin:0 0 21px;
        display:inline-block;
    }
    a.more-link:hover{
        background-color: #464646;
        color: #f7f7f7;
        padding: 12px 16px;
    }
    
    /* Blog Topics List */
    #hubspot-topic_data {
        font-family:"Montserrat";
        font-size:12px;
        font-weight:400;
        color:#999999;
        line-height:23.2333px
        text-align:start
        margin:0 0 20px;
        display:block;
    }
    
    #hubspot-topic_data a{
        font-size:13px;
        font-weight:400;
        color:#999999;  
        line-height:13px;
    }
    #hubspot-topic_data a:hover{
        color: #01a0cc;
    }
    
    #hubspot-topic_data a.topic-link {}
    
    .author-desc {
        border-bottom: 2px solid #dddddd;
        border-top: 2px solid #dddddd;
        float: left;
        margin-bottom: 40px;
        margin-top: 15px;
        padding: 20px 0;
        width: 100%;
    }
    .hs-author-avatar {
        float: left;
        width: 80px;
    }
    .hs-author-avatar img {
        border: 1px solid #eeeeee;
        border-radius: 50%;
        display: block;
        margin: 8px 0 0;
    }
    .author-bio h4{
        margin:0;
        padding:0;
    }
    .author-bio h4 a{
        display: block;
        font-weight: 700;
        font-size:14px;
        line-height:23.2333px;
    }
    .custom-related-post h3{
        font-family:"Montserrat";
        font-size:16px;
        font-weight:700;
        color:#777777;
        text-transform:uppercase;
        text-decoration:none;
        letter-spacing:2px;
        word-spacing:0px;
        line-height:23.2333px;
        text-align:center;
        vertical-align:baseline;
        margin:0 0 20px;
        display:block;
        padding:0;
    }
    .related-post-item {
      float: left;
      margin: 0;
      padding: 0 10px;
      vertical-align: top;
      width: 25%;
    }
    .mk-similiar-thumbnail {
      display: block;
      overflow: hidden;
      position:relative;
    }
    .mk-similiar-thumbnail img{
       transition: all 0.15s ease-in-out;
    }
    .mk-similiar-thumbnail .image-hover-overlay {
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        width: 100%;
        background-color: #f20a74;
        transition: opacity 0.25s ease-in-out;
    }
    .mk-similiar-thumbnail:hover .image-hover-overlay {
      opacity: 0.8;
    }
    .related-title a {
      border: 1px solid #eeeeee;
      display: block;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 1px;
      line-height: 18px;
      outline: 0 none;
      overflow: hidden;
      padding: 15px 10px;
      text-align: center;
      text-decoration: none;
      text-overflow: ellipsis;
      text-transform: uppercase;
      white-space: nowrap;
    }
    
    /** 
     * Blog Social Sharing icons
     *
     * Overrides defaults to better align icons and prevent overlapping 
     */
    
    .hs-blog-social-share {
      background: #252525 none repeat scroll 0 0;
      border: medium none;
      height: auto;
      margin: 0;
      padding: 20px 0 10px 10px;
      position: absolute;
      right: 30px;
      top: -37px;
      width: 230px;
      display:none;
    }
    .blog-single-share.active .hs-blog-social-share{
        display:block;
    }
    .hs-blog-social-share::before {
      background-color: #252525;
      content: "";
      display: block;
      height: 10px;
      margin-top: -5px;
      position: absolute;
      right: -5px;
      top: 50%;
      transform: rotate(45deg);
      width: 10px;
    }
    /** 
     * Blog Commments 
     *
     * Custom styles are listed below, as the COS does not provide default styles.
     */
    
    .custom_listing_comments {
        border: 1px solid #e2e2e2;
        display: block;
        line-height: 165%;
        padding: 15px;
    }
    
    #comments-listing {
        border: 1px solid #ccc;
        margin-bottom: 30px;
        margin-top: 30px;
    }
    #comments-listing.no-comments {
       border: none;
    }
    .comment.depth-0 {
        border-bottom: 1px solid #000 !important;
        border-top: medium none !important;
        margin: 0 10px 10px !important;
        padding: 0 15px !important;
    }
    .comment-body {
        border-bottom: medium none;
        color: ;
        display: block;
        font-family: ;
        font-size: ;
        line-height: ;
        padding: 0;
    }
    .comment-reply-to{
      margin-bottom: 15px;
    }
    .comment-from h4 {
        margin: 0;
        padding-top: 15px;
    }
    .comment-date {
        color:  !important;
        display: block !important;
        text-align: left;
    }
    
    /* Pagination */
    .blog-pagination {
        margin:25px 0 21px;
        display:block;
        text-align:center;
    }
    .blog-pagination a {
        background-color: #f4524d;
        display:inline-block;
        font-family:"Montserrat";
        font-size:14px;
        font-weight:400;
        color:#ffffff;
        text-transform:none;
        text-decoration:none;
        letter-spacing:normal;
        word-spacing:0px;
        line-height:18px;
        text-align:left;
        vertical-align:middle;
        padding:14px 20px;
        transition: all 0.2s ease-in-out;
        vertical-align: middle;
    }
    .blog-pagination a:hover{
        background-color: #f23630;
        color: #f7f7f7;
    }
    .vc_btn3-icon.fa.fa-adjust {
      margin-right: 15px;
    }
    .blog-pagination a.previous-posts-link {}
    .blog-pagination a.all-posts-link {}
    .blog-pagination a.next-posts-link {}
    
    .no-post{
        background-color: #000 !important;
        display:inline-block;
        font-family:"Montserrat";
        font-size:14px;
        font-weight:400;
        color:#ffffff !important;
        text-transform:none;
        text-decoration:none;
        letter-spacing:normal;
        word-spacing:0px;
        line-height:18px;
        text-align:left;
        vertical-align:middle;
        padding:14px 20px;
        transition: all 0.2s ease-in-out;
        vertical-align: middle;    
    }
    
    /** 
     * Blog Author Page 
     *
     * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
     */
    
    .hs-author-profile {}
    .hs-author-profile h2.hs-author-name {}
    .hs-author-profile .hs-author-bio {}
    .hs-author-profile .hs-author-avatar {}
    .hs-author-profile .hs-author-avatar img {}
    h3.hs-author-listing-header {}
    
    /** 
     * Blog All Posts Page
     *
     * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
     */
    
    body.hs-content-path-blog-all {}
    div.post-listing-simple {}
    div.post-listing-simple .post-item {}
    h2.post-listing-simple {}
    h2.post-listing-simple a {}
    
    
    /* Blog Sidebar
       ========================================================================== */
    
    .blog .blog-sidebar {
        width: 27% !important;
        float:right;
        margin:0 !important;
         padding: 30px 20px;
    }
    
    /* Blog Modules */
    .blog .blog-sidebar .widget-span {
        margin:0 0 40px;
    }
    
    
    .blog .blog-sidebar h1,
    .blog .blog-sidebar h2,
    .blog .blog-sidebar h3,
    .blog .blog-sidebar h4,
    .blog .blog-sidebar h5,
    .blog .blog-sidebar h6,
    .blog .blog-sidebar .from-title{
        font-family:"Montserrat";
        font-size:14px;
        font-weight:700;
        color:#333333;
        text-transform:uppercase;
        text-decoration:none;
        letter-spacing:1px;
        word-spacing:0px;
        line-height:23.2333px;
        text-align:start;
        margin:0 0 15px;
        padding:0;
        display:block;
    }
    .blog .blog-sidebar ul {
        color: #999999;
        display: block;
        font-size: 14px;
        line-height: 23px;
        list-style-type: disc;
        margin: 0;
        padding: 0;
    }
    .blog .blog-sidebar ul li{
        margin-left:11px;
    }
    .blog .blog-sidebar ul li a{
        font-family:"Montserrat";
        font-size:14px;
        font-weight:400;
        color:#999999;
        text-transform:none;
        text-decoration:none;
        letter-spacing:normal;
        word-spacing:0px;
        line-height:23.2333px;
        text-align:left;   
    }
    .blog .blog-sidebar ul li a:hover{
        color: #f20a74;
    }
    .filter-link-count{
        color:#999999 !important;    
    }
    
    .custom-blog-info{
        
    }
    .blog-left-data{
        float:left !important; 
        width: 33.3333% !important; 
        padding:0 15px;
    }
    .blog-left-data img{
        vertical-align:middle;
    }
    .blog-right-data{
        float:left !important; 
        width: 66.6667% !important;
        padding:0 15px;
    }
    .blog-right-data p{ 
        font-family:"Montserrat";
        font-size:16px;
        font-weight:400;
        color:#777777;
        line-height:26.5667px;
        text-align:left;
        margin:0 0 20px;
        padding:0;
        display:block;
    }
    .custom-blog-filter {
      border-top: 1px solid #ebebeb;
      margin: 11px 0 0;
      padding: 35px 20px 20px;
      text-align:center;
    }
    .custom-blog-filter ul{
        margin:0;
        padding:0;
        display:block;
        list-style:none;
    }
    .custom-blog-filter ul li{
        display:inline-block;
    }
    .custom-blog-filter ul li a{
        font-family:"Montserrat";
        font-size:14px;
        font-weight:400;
        color:#777777;
        text-transform:none;
        text-decoration:none;
        letter-spacing:normal;
        word-spacing:0px;
        line-height:23.2333px;
        text-align:center;
        padding: 2px 10px;
        border-radius: 30px;
        margin: 0 5px 5px 0;
        display:block;
    }
    .custom-blog-filter ul li.active a{
        color:#fff !important;
        background:#2A2A2A;
    }
    .custom-blog-filter ul li a:hover{
        color:#fff;
        background:#2A2A2A;
    }
    
 
    @media (max-width: 960px) {
        .blog .blog-content {
          float: left;
          padding: 26px 15px;
          width: 100% !important;
        }
        .blog .blog-sidebar {
          float: left !important;
          margin: 0 !important;
          padding: 30px 20px;
          width: 100% !important;
        }
        .hs-blog-post .blog-content {
          float: left;
          padding: 30px 15px !important;
          width: 100% !important;
        }
        .custom-section-header h1{
            margin: 25px 15px 20px;
        }
        .post-share-link {
          margin: 20px 0 10px;
          position: relative;
          right: 0;
          text-align: left;
          top: 0;
          width: auto !important;
        }
        .custom-listing-comment {
          display: inline-block;
          float: left;
          left: -14px;
          position: relative;
          text-align: left;
        }
        .hs-blog-social-share {
          background: #252525 none repeat scroll 0 0;
          border: medium none;
          display: none;
          height: auto;
          left: 33px;
          margin: 0;
          padding: 20px 0 10px 10px;
          position: absolute;
          right: auto;
          top: -37px;
          width: 230px;
        }
        .hs-blog-social-share::before {
          background-color: #252525;
          content: "";
          display: block;
          height: 10px;
          left: -5px;
          margin-top: -5px;
          position: absolute;
          right: auto;
          top: 50%;
          transform: rotate(45deg);
          width: 10px;
        }
        .related-post-item {
          float: left;
          margin: 0 0 20px;
          padding: 0 10px;
          vertical-align: top;
          width: 50%;
        }
    }
        
        
    
    /* Landscape tablet and smaller devices
       ========================================================================== */
    
    @media (max-width: 767px) {
        .blog-left-data {
          float: left !important;
          padding: 0 15px;
          width: 100% !important;
        }
        .blog-right-data {
          float: left !important;
          padding: 10px 15px 0;
          width: 100% !important;
        }
        .blog .blog-content {
          float: left;
          padding: 6px 15px 20px;
          width: 100% !important;
        }
        .blog-listing-wrapper .post-listing .post-item {
          float: left;
          padding: 0 00px 30px 0;
          width: 100% !important;
        }
        ul.l_tinynav1{
            display:none !important;
        }
        .custom-blog-filter {
          border-top: 1px solid #ebebeb;
          margin: 11px 0 0;
          padding: 35px 0 20px;
          text-align: center;
        }
        #tinynav1 {
            -moz-appearance: none;
            background: rgba(0, 0, 0, 0) url(//cdn2.hubspot.net/hubfs/348012/DocuPhase%20-Jan2017/Images/selectbox-arrow.png?t=1485341688399) no-repeat scroll right center;
            border: 1px solid #e3e3e3 !important;
            border-radius: 0 !important;
            color: #252525 !important;
            display: block !important;
            font-size: 12px !important;
            font-weight: 700 !important;
            line-height: 14px !important;
            max-width: 100% !important;
            padding: 12px 14px 12px 20px !important;
            -webkit-appearance: none;
            width: 100% !important;
        }
        .custom-logo {
          float: left !important;
          margin: 6px 0 4px 20px !important;
          width: auto !important;
        }
    }
    
    @media (max-width: 600px) {
        .related-post-item {
          float: left;
          margin: 0 0 20px;
          padding: 0 15px;
          vertical-align: top;
          width: 100%;
        }
    }
    
    /* Landscape phones and smaller devices
       ========================================================================== */
    
    @media (max-width: 400px) {
        .hs-blog-social-share {
          background: #252525 none repeat scroll 0 0;
          border: medium none;
          display: none;
          height: auto;
          left: 33px;
          margin: 0;
          padding: 20px 0 10px 10px;
          position: absolute;
          right: auto;
          top: -58px;
          width: 165px;
        }
    }

/*!* Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license(Font:SIL OFL 1.1,CSS:MIT License) */@font-face {
    font-family:'FontAwesome';src:url('https://static.hsappstatic.net/content_shared_assets/static-1.3779/fonts/fontawesome-webfont.eot?v=4.1.0');src:url('https://static.hsappstatic.net/content_shared_assets/static-1.3779/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'),url('https://static.hsappstatic.net/content_shared_assets/static-1.3779/fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'),url('https://static.hsappstatic.net/content_shared_assets/static-1.3779/fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'),url('https://static.hsappstatic.net/content_shared_assets/static-1.3779/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .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: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    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: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg)
    }

    100% {
        -o-transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -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);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);
    -webkit-transform: scale(-1,1);
    -moz-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    -o-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);
    -moz-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    -o-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: #fff
}

.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-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 {
    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-square:before,.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-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"
}