@import url(http://fonts.googleapis.com/css?family=Roboto:400,300italic,300,400italic,500,500italic,700,700italic);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);

/***********************************************/
/* 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;}
/*! Flickity v2.0.5
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button:hover { background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
  left:0;
  right:0;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }










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

/*///////////////////
//span column grid
//////////////////*/
.span-col-hs-flex-grid > span,
.span-col-flex-hs-grid > div > div,
.span-col-flex {
  display: -webkit-flex !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin:0 !important;
}

.span-col-flex-hs-grid > div > div > div:first-of-type{
  margin-left:-1px !important;
}

.span-col-flex__justify{
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.span-col-flex-hs-grid__col-2 > div > div > div{
  width: 50% !important;
  margin-left: 0 !important;
  background-size: cover;
  background-position: center;
  position: relative;
}




.span-col-12,
.span-col-10,
.span-col-9,
.span-col-8,
.span-col-6,
.span-col-4,
.span-col-3,
.span-col-2 {
  position: relative;
  vertical-align: top;
}

.span-col-content {
  padding: 0 10px;
}


.span-col-12 {
  width: 100% !important;
  margin-left: 0 !important;
}

.span-col-10 {
  width: 83.33333333% !important;
  margin-left: 0 !important;
}

.span-col-9 {
  width: 75% !important;
  margin-left: 0 !important;
}


.span-col-8 {
  width: 66.66666667% !important;
  margin-left: 0 !important;
}

.span-col-hs-flex-grid__col-6 > span > div,
.span-col-6 {
  width: 50% !important;
  margin-left: 0 !important;
}

.span-col-hs-flex-grid__col-4 > span > div,
.span-col-4 {
  width: 33.33333333% !important;
  margin-left:0 !important;
}

.span-col-3{
  width: 25% !important;
  margin-left:0 !important;
}

.span-col-2,
.span-col-2-md{
  width: 16.66666667% !important;
  margin-left: 0 !important;
}


/*--customized--*/
.span-col-2-container-wrapper .span-col-content{
  max-width:600px;
  padding-top: 4em;
  padding-bottom: 4em;
  padding-left:2em;
  padding-right:2em;
}

.span-col-6 .container-wrapper {
  max-width: 520px;
  margin: initial !important;
}

.span-col-6:first-of-type .container-wrapper{
  float:right !important;
}

.uneven-right-weight-hs-grid > div > div > div:nth-child(2),
.uneven-right-weight:nth-child(2),
.uneven-left-weight {
  width:66.66666667% !important;
}

.uneven-right-weight-hs-grid > div > div > div,
.uneven-right-weight,
.uneven-left-weight:nth-child(2){
  width:33.33333333% !important;
}

.uneven-left-weight > div {
  max-width: 800px;
  float: right !important;
}

.uneven-left-weight:nth-child(2) > div,
.uneven-right-weight > div{
  max-width: 335px;
  margin: 0 !important;
  float:none !important;
}


.uneven-right-weight > div {
  float:right !important;
}

.uneven-right-weight:nth-child(2) > div {
  max-width: 1000px;
  margin: 0 !important;
  float: none !important;
}


/* gutters */
.span-col-6__gutter{
  width:calc(50% - 0.75%);
  margin-left:calc(0.75% + (0.75% / 1));
}

.span-col-4__gutter,
.span-col-4__gutter-hs-flex-grid > span > div{
  width: calc(33.33333333% - 1%) !important;
  margin-left: calc(1% + (1% / 2)) !important;
}

.span-col-3__gutter {
  width: calc(25% - 1%);
  margin-left: calc(1% + (1% / 3));
}

.span-col-2__gutter {
  width: calc(16.66666667% - 1%);
  margin-left: calc(1% + (1% / 5));
}


.span-col-6__gutter:first-of-type,
.span-col-4__gutter:first-of-type,
.span-col-3__gutter:first-of-type,
.span-col-2__gutter:first-of-type,
.span-col-4__gutter-hs-flex-grid > span > div:first-of-type{
  margin-left:0 !important; 
}

@media (max-width: 768px) {
  .span-col-flex-hs-grid > div > div > div:first-of-type{
    margin:0 !important;
  }
  .span-col-2 {
    width: 33.33333333% !important;
  }

  .span-col-hs-flex-grid__col-4 > span > div,
  .span-col-3, .span-col-2-md {
    width: 50% !important;
  }

  .span-col-hs-flex-grid__col-6 > span > div,
  .span-col-3__md,
  .span-col-3-md{
    width: 100% !important;
  }

  .span-col-10, .span-col-9, .span-col-8, .span-col-6, .span-col-4{
    width: 100% !important;
  }

  .span-col-flex-hs-grid__col-2 > div > div > div,
  .span-col-2-container-wrapper .span-col-content{
    float:none !important;
    width:100% !important;
    max-width:none;
    padding-top:2em;
    padding-bottom:2em;
  }


  /*customized code*/

  .col-2-m-height-15 {
    min-height: 15em !important;
  }

  .col-2-m-height-remove{
    min-height:auto !important;
  }

  .span-col-6:first-of-type .container-wrapper,
  .span-col-6 .container-wrapper{
    float:none !important;
    max-width:none !important;
  }

  .reverse_m{
    order:1;
  }

  .uneven-right-weight-hs-grid > div > div > div,
  .uneven-right-weight-hs-grid > div > div > div:nth-child(2),
  .uneven-left-weight,
  .uneven-left-weight:nth-child(2),
  .uneven-right-weight,
  .uneven-right-weight:nth-child(2),
  .uneven-right-weight > div,
  .uneven-left-weight > div{
    width:auto !important;
    /*min-width:100% !important;*/
    /*max-width: none !important;*/
    float: none !important;
  }


  /*gutters */
  .span-col-4__gutter,
  .span-col-4__gutter-hs-flex-grid > span > div{
    width:100% !important;
    margin:0 auto !important;
    margin-top:1em !important;
  }

  .span-col-3__gutter{
    width: calc(50% - 1%);
    margin-left: calc(1% + 1%);
  } 

  .span-col-3__gutter:nth-child(3){
    margin-left:0;
  }

  .span-col-2__gutter {
    width: calc(33.33333333% - 1%);
    margin-left: calc(1% + (1% / 2));
  }
  .span-col-2__gutter:nth-child(4){
    margin-left:0;
  }

  .span-col-6__gutter,
  .span-col-4__gutter,
  .span-col-3__gutter,
  .span-col-2__gutter{
    margin-top:1%;
  }

  .span-col-6__gutter:first-of-type,
  .span-col-4__gutter:first-of-type,
  .span-col-4__gutter-hs-flex-grid > span > div:first-of-type,
  .span-col-3__gutter:first-of-type,
  .span-col-2__gutter:nth-child(1),
  .span-col-2__gutter:nth-child(2),
  .span-col-2__gutter:nth-child(3){
    margin-top:0 !important;
  }


}

@media (max-width: 480px) {
  .span-col-2 {
    width: 50% !important;
  }

  .span-col-hs-flex-grid__col-4 > span > div,
  .span-col-3, .span-col-3__sm, .span-col-2__sm {
    width: 100% !important; 
  }

  /*   gutters */
  .span-col-2__gutter,
  .span-col-2__gutter:nth-child(4){
    width: calc(50% - 1%);
    margin-left: calc(1% + (1% / 1));
  }

  .span-col-3__gutter,
  .span-col-2__gutter:nth-child(3),
  .span-col-2__gutter:nth-child(5){
    margin-left:0;
  }

  .span-col-2__gutter:nth-child(3){
    margin-top:1%;
  }

}

@media (max-width: 320px) {
  .span-col-2,
  .span-col-3__gutter,
  .span-col-2__gutter:nth-child(4){
    width: 100%;
    margin-left:0;
  }
}






body{
  font-family: 'Roboto', sans-serif;
  font-size:20px;
  line-height:1.5;
  font-size:18px;
  color:#000;
  margin:0;
  padding:0;
  background-color:#fff;
  //background-image: url(//cdn2.hubspot.net/hub/248147/file-2538243302-png/2015_Images/bg.png);
  font-weight:400;
  overflow-x:hidden!important
}

p{
  margin:0 0 10px;
}


img {
  height: auto !important;
}

a{
  color:#136db9;
  text-decoration:none;
  -webkit-transition:.25s;
  transition:.25s
}

a:hover,a:focus{
  color:#126bb7;
  text-decoration:none
}

.hs-blog-header h1{
  color:#fff
}

a:focus,
button:focus{
  outline:none
}

a:hover,
button:hover{
  cursor:pointer;
}


ul{
  padding-left:20px
}

/* h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
  font-weight:700;
  font-weight:bold;
  line-height:1.2;
  color:#303030;
  margin-top:5px;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
} */

h3,
.h3 {
  font-style: normal;
}

h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{
  color:#e7e9ec
}

h1,h2,h3{
  margin-bottom:15px
}

h4,h5,h6{
  margin-bottom:15px
}

h6{
  font-weight:normal
}

h1,.h1{
  font-size:36px
}
.widget-type-header h1 {
  margin-bottom: 35px;
  color: #c00;
}
.blog-header.widget-type-header h1 {
  color: #303030!important;
}


h2,.h2{
  font-size:30px !important;
}

h3,.h3{
  font-size:24px
}

h4,.h4{
  font-size:18px
}

h5,.h5{
  font-size:14px
}

h6,.h6{
  font-size:14px
}

.text-center{
  text-align:center
}

.white-background{
  background-color:#fff;
}

.wide-white {
  background: #ffffff;
  overflow:hidden;
  width: 100%;
}
.content-center {
  max-width:1080px;
  margin:0 auto !important;
  overflow:hidden;
  margin-top: 110px !important;
  float:  none;
}
.content-center.main-content {
  margin-top: 20px!important;
}

.main-content--narrow {
  max-width: 41em;
  padding: 0 2em;
}
.left-column-padding {
  padding-right: 35px;
}
.right-column-padding {
  padding-left: 35px;
}
.header{
  background-color: #136db9;
  padding-bottom:5px;
  border-top:10px solid #fff;
  position: fixed;
  width: 100%;
  z-index: 9999999999 !important;
}

.inheader{
  max-width:1080px;
  margin:0 auto
}

.logo{
  position:relative
}

.logo:before{
  position:absolute;
  content:'';
  width:800px;
  display:block;
  height:102px;
  background:#fff;
  right:340px
}

.logo img{
  height:102px
}

.top-nav ul li a{
  font-size:16px;
  color:#fff;
  font-weight:700;
  font-style:italic;
  padding:0 7px!important;
  position: relative
}
.top-nav ul li a:after {
  content: '.';
  top: -4px;
  right: -1px;
  position: absolute;
}
.top-nav ul li:last-child a:after {
  content: '';
  top: -4px;
  right: -1px;
  position: absolute;
}

.top-nav ul{
  float:right;
  margin-top: 20px !important;;
}

.nav ul li a{
  font-size:18px;
  color:#fff;
  font-weight:700;
  font-style:italic;
  padding:0 12px!important;
  max-width:250px!important;
  position: relative;
}
.nav ul li a:hover {
  color: #aaaaaa;
}
.top-nav ul li a:hover {
  color: #aaaaaa;
}
.nav ul li a:after {
  content: '.';
  top: -4px;
  right: -2px;
  position: absolute;
}
.nav ul li:last-child a:after {
  content: '';
  top: -3px;
  right: -1px;
  position: absolute;
}
.nav ul{
  float:right
}
.nav ul li ul li a{
  padding-bottom:6px!important;
  padding-top:6px!important;
  color:#fff
}

.nav ul li ul{
  background:url(//cdn2.hubspot.net/hub/248147/file-2538243297-png/2015_Images/fbg.png);
}

.nav ul li ul li a:hover{
  color:#aaaaaa
}
.nav ul li ul li a:after {
  content: '';
}
ul.top-social {
  list-style: none;
  margin-top: 15px;
  float: right;
}
ul.top-social li {
  display: inline-block
}

.top-nav-wrap {
  position: relative;
  margin-bottom: 15px;
}
.top-nav-wrap:after {
  content: '';
  position: absolute;
  width: 3500px;
  display: block;
  height: 5px;
  background: #fff;
  left: -100px;
  bottom: 0px;
}


.homepage-banner{
  background:url(//www.rastrac.com/hubfs/newheader16.jpg) no-repeat fixed;
  background-size:cover;
  padding-top:385px
}

.inhomepage-banner{
  overflow:hidden;
  border-top:5px solid #fff;
  padding:35px 0;
  background:rgba(107,25,10,0.4);
}
.homepage-banner h2 {
  font-size: 45px;
  color: #fff;
  margin: 0;
  font-weight: 700;
  font-style: italic;
}
.homepage-banner h3 {
  font-size: 25px;
  color: #fff;
  margin: 0;
  font-weight: 400;
}
/*.homepage-banner a.cta_button{
font-size:19px;
color:#fff;
font-weight:bold;
font-style:italic;
display:inline-block;
text-align:center;
background:rgba(54,132,195,1);
background:-webkit-linear-gradient(top,rgba(54,132,195,1) 0,rgba(54,132,195,1) 50%,rgba(19,110,185,1) 51%,rgba(19,110,185,1) 71%,rgba(19,110,185,1) 100%);
background:linear-gradient(to bottom,rgba(54,132,195,1) 0,rgba(54,132,195,1) 50%,rgba(19,110,185,1) 51%,rgba(19,110,185,1) 71%,rgba(19,110,185,1) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3684c3',endColorstr='#136eb9',GradientType=0);
line-height:1;
padding:11px 65px;
margin-top: 25px;
}*/
.hb-inner {
  max-width: 1080px;
  margin:0 auto;
  background: rgba(107,25,10, 0.6);
}

.dark-block {
  background-color: #eee;
  /*  background-color: #999;
  background-image: url(//www.rastrac.com/hubfs/images/headers/swirl-bg.jpg);*/
  background-size: cover;
}

.dark-block p {
  color: #fff;
}
.below-banner {
  //background: url(//cdn2.hubspot.net/hub/248147/file-2539909138-png/bb-bg.png);
}
.inbelow-banner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 75px 1em;
  padding-bottom: 45px;
}
.i-rel {
  border: 5px solid #333333;
  margin-bottom: 30px;
  border-radius: 5px;
  position: relative;
  background: #fff;
}

.i-abs h3 {
  position: absolute;
  bottom: -15px;
  background: #136db9;
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  padding: 13px 0;

}
.i-rel img {
  width: 100% !important;
}
.i-rel:hover img {
  opacity: 0.6;
}
.i-abs {
  min-height: 40px;
}

.homepage-section {
  max-width: 1080px;
  margin: 0 auto;
  padding: 70px 0;
  overflow: hidden;
}


.homepage-trust {
  background: #fff;
  -webkit-box-shadow: inset 0px 0px 14px -4px rgba(0,0,0,0.88);
  -moz-box-shadow: inset 0px 0px 14px -4px rgba(0,0,0,0.88);
  box-shadow: inset 0px 0px 14px -4px rgba(0,0,0,0.88);
}
.inhomepage-trust {
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  padding: 70px 0;
}
.homepage-trust h2 {
  font-size: 40px;
  margin-bottom: 70px;
  margin-top: 0;
}




.hp-down {
  background-image: url(//www.rastrac.com/hubfs/images/headers/city-bg.jpg);
  background-position: center;
  background-size: cover;
  color: #fff;
}
.hp-down h2 {
  font-size: 1.55em;
  font-style: normal;
  color: #fff;
  border-bottom: 2px solid #fff;
  margin-bottom: 5px;
  padding-bottom: 10px;
}
.hp-down p{
  font-size: 1em;
  color: #fff;
  line-height: 1.3;
  font-weight: 400;
}
/*.hp-down a.cta_button {
background: rgba(187,72,52,1);
background: -webkit-linear-gradient(top, rgba(187,72,52,1) 0%, rgba(187,72,52,1) 50%, rgba(175,41,17,1) 51%, rgba(175,41,17,1) 71%, rgba(175,41,17,1) 100%);
background: linear-gradient(to bottom, rgba(187,72,52,1) 0%, rgba(187,72,52,1) 50%, rgba(175,41,17,1) 51%, rgba(175,41,17,1) 71%, rgba(175,41,17,1) 100%);
font-size:1.2em;
color:#fff;
font-weight:bold;
display:inline-block;
text-align:center;
padding: 10px 50px;
}*/


.footer{
  background:url(//cdn2.hubspot.net/hub/248147/file-2538243297-png/2015_Images/fbg.png);
  position: relative;
}
.footer:before {
  content:'';
  position: absolute;
  width: 100%;
  height: 13px;
  left:0;
  display: block;
  background: rgba(66,4,1, 0.8);
}
.infooter{
  max-width:1080px;
  margin:0 auto;
  overflow:hidden;
  padding-top: 50px;
  color: #fff;
  font-size: 14px;
}
.footer h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
.footer ul {
  padding: 0;
}
.footer ul li a {
  padding: 0 !important;;
  color: #fff;
  font-size: 16px;
  margin-bottom: 5px;
}

.section {
  background-position: center;
  background-size: cover;
  padding: 2em 0;
}
.section--mgrey {
  background-color: #ddd;
}
.section--dgrey {
  background-color: #333;
  color: #fff;
}
.section--red {
  background-color: #901f01;
  color: #fff;
}
.section--blue {
  background-color: #0561ad;
  color: #fff;
}
.section--grey-swoosh {
  background-image: url(//www.rastrac.com/hubfs/testimonial.jpg);
  color: #fff;
}

.section--bordered {
  border-top: 12px solid #136db9;
  border-bottom: 12px solid #136db9;
}

.section--angled {
  -ms-transform: skewY(-3.5deg);
  -webkit-transform: skewY(-3.5deg);
  transform: skewY(-3.5deg);
  padding-top: 4.25em;
  padding-bottom: 3em;
}

.section--angled .content-center {
  -ms-transform: skewY(3.5deg);
  -webkit-transform: skewY(3.5deg);
  transform: skewY(3.5deg);
}

.section--vertical-colapse {
  padding-top: 0.66em;
  padding-bottom: 0.66em;
}

.section--angled.section--vertical-colapse {
  padding: 1.25em;
  padding-bottom: 1em; 
}

.section--grey-swoosh p,
.section--blue p,
.section--red p,
.section--dgrey p {
  color: #fff;
}



.homepage-testi{
  background:url(//cdn2.hubspot.net/hub/248147/file-2530593053-png/2015_Images/testi.png) no-repeat;
  background:url(//www.rastrac.com/hubfs/testimonial.jpg) no-repeat;
  background-size:cover;
  position: relative;
}
.homepage-testi:before {
  content:'';
  position: absolute;
  width: 100%;
  height: 13px;
  display: block;
  background: rgba(66,4,1, 0.7);
  background: #333;
  top:0;
}
.homepage-testi:after {
  content:'';
  position: absolute;
  width: 100%;
  height: 13px;
  display: block;
  background: rgba(66,4,1, 0.7);
  background: #333;
  bottom: 0;
}

.inhomepage-testi{
  overflow:hidden;
  max-width:1300px;
  text-align:center;
  margin:0 auto
}
.homepage-testi h2 {
  font-size: 2.75rem;
  font-weight: 700;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  margin-top: 75px;
  position: relative;
  margin-bottom: 70px;
  border-bottom: 2px solid #ffffff;
  margin: 1em 300px 1em 300px;
  padding-bottom: 20px;
}
/*
.homepage-testi h2:after {
content: '';
position: absolute;
display: block;
width: 650px;
height: 2px;
background: #fff;
margin: auto;
left: 0;
right: 0;
top: 70px;
}
*/
.homepage-testi {
  font-size: 1rem;
  color: #fff;
  font-family: 'Lato', sans-serif;
}
.homepage-testi p{
  font-size: 1.2rem;
  color: #fff;
  font-family: 'Lato', sans-serif;
}
.homepage-testi h4{
  font-size: 1rem;
  color: #fff;
  font-family: 'Lato', sans-serif;
  margin-top: 45px;
  margin-bottom: 35px;
}

.footer-copy {
  background: url(//cdn2.hubspot.net/hub/248147/file-2547091882-png/2015_Images/copy-bg.png);
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.footer-copy ul li a {
  max-width: 300px !important;;
  color: #fff;
  padding-top: 20px !important;
  position: relative;
}
.footer-copy ul li a:hover {
  color: #136db9;
}
.footer ul li a:hover {
  color: #136db9;
}
.footer-copy ul li a:after {
  content: '\2022';
  position: absolute;
  top: 20px;
  right: -1px;
}
.footer-copy ul li:last-child a:after {
  content: '';
  position: absolute;
  top: 15px;
  right: 1px;
}
ul.footer-social {
  list-style: none;
}
ul.footer-social li {
  display: inline-block;
  margin-right: 10px;
}
.footer {
  padding-bottom: 40px;
}



form{
  color:#fff;
  font-size:20px
}

input{
  margin-bottom:20px;
  padding:10px 10px;
  border:1px solid #d1d1d1;
  color:#303030;
  font-size:18px;
  width:100% !important;
}

select{
  margin-bottom:20px;
  border:1px solid #d1d1d1;
  padding:10px 10px color:#303030;
  font-size:16px;
}

form ul{
  padding:0;
  list-style:none
    margin-bottom:0;
  list-style:none;
}

input[type="submit"]{
  text-align:center;
  display:inline-block;
  background:rgba(54,132,195,1);
  background:-moz-linear-gradient(top,rgba(54,132,195,1) 0,rgba(54,132,195,1) 50%,rgba(19,110,185,1) 51%,rgba(19,110,185,1) 71%,rgba(19,110,185,1) 100%);
  background:-webkit-gradient(left top,left bottom,color-stop(0%,rgba(54,132,195,1)),color-stop(50%,rgba(54,132,195,1)),color-stop(51%,rgba(19,110,185,1)),color-stop(71%,rgba(19,110,185,1)),color-stop(100%,rgba(19,110,185,1)));
  background:-webkit-linear-gradient(top,rgba(54,132,195,1) 0,rgba(54,132,195,1) 50%,rgba(19,110,185,1) 51%,rgba(19,110,185,1) 71%,rgba(19,110,185,1) 100%);
  background:-o-linear-gradient(top,rgba(54,132,195,1) 0,rgba(54,132,195,1) 50%,rgba(19,110,185,1) 51%,rgba(19,110,185,1) 71%,rgba(19,110,185,1) 100%);
  background:-ms-linear-gradient(top,rgba(54,132,195,1) 0,rgba(54,132,195,1) 50%,rgba(19,110,185,1) 51%,rgba(19,110,185,1) 71%,rgba(19,110,185,1) 100%);
  background:linear-gradient(to bottom,rgba(54,132,195,1) 0,rgba(54,132,195,1) 50%,rgba(19,110,185,1) 51%,rgba(19,110,185,1) 71%,rgba(19,110,185,1) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3684c3',endColorstr='#136eb9',GradientType=0);
  font-size:18px;
  text-transform:uppercase;
  font-weight:700;
  line-height:1;
  padding:9px 40px;
  text-align:center;
  margin:0 auto;
  font-style: italic;
  border: none;
  color: #fff;
  width:auto !important;
  border-color:#136db9 !important;
}

.input select{
  width:100% !important;
}

h3.form-title {
  color: #ffffff;
}
form a.hs-button{
  text-align:center;
  display:inline-block;
  background:#c00;
  color:#fff;
  font-size:18px;
  text-transform:uppercase;
  font-weight:700;
  line-height:1;
  padding:9px 40px;
  text-align:center;
  margin:0 auto;
  background:rgba(54,132,195,1);
  background:-moz-linear-gradient(top,rgba(54,132,195,1) 0,rgba(54,132,195,1) 50%,rgba(19,110,185,1) 51%,rgba(19,110,185,1) 71%,rgba(19,110,185,1) 100%);
  background:-webkit-gradient(left top,left bottom,color-stop(0%,rgba(54,132,195,1)),color-stop(50%,rgba(54,132,195,1)),color-stop(51%,rgba(19,110,185,1)),color-stop(71%,rgba(19,110,185,1)),color-stop(100%,rgba(19,110,185,1)));
  background:-webkit-linear-gradient(top,rgba(54,132,195,1) 0,rgba(54,132,195,1) 50%,rgba(19,110,185,1) 51%,rgba(19,110,185,1) 71%,rgba(19,110,185,1) 100%);
  background:-o-linear-gradient(top,rgba(54,132,195,1) 0,rgba(54,132,195,1) 50%,rgba(19,110,185,1) 51%,rgba(19,110,185,1) 71%,rgba(19,110,185,1) 100%);
  background:-ms-linear-gradient(top,rgba(54,132,195,1) 0,rgba(54,132,195,1) 50%,rgba(19,110,185,1) 51%,rgba(19,110,185,1) 71%,rgba(19,110,185,1) 100%);
  background:linear-gradient(to bottom,rgba(54,132,195,1) 0,rgba(54,132,195,1) 50%,rgba(19,110,185,1) 51%,rgba(19,110,185,1) 71%,rgba(19,110,185,1) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3684c3',endColorstr='#136eb9',GradientType=0);
}

input[type="submit"]:hover{
  background:#0061aa
}

input[type="checkbox"]{
  display: inline-block;
  width: auto !important;
  margin-right: 7px;
}

form a.hs-button:hover{
  background:#0061aa
}
form h3 {
  color: #fff;
}
textarea{
  height:150px;
  margin-bottom:20px;
  border:1px solid #d1d1d1;
  padding:10px 10px -moz-appearance:none;
  appearance:none;
  -webkit-appearance:none;
  color:#000;
  font-size:18px;
}

p#hubspot-author_data{
  font-weight:400;
  margin-bottom:5px;
  color:#8d8d8d;
  font-size:14px
}

a.more-link{
  text-align:center;
  display:inline-block;
  background:rgba(54,132,195,1);
  background:-moz-linear-gradient(top,rgba(54,132,195,1) 0,rgba(54,132,195,1) 50%,rgba(19,110,185,1) 51%,rgba(19,110,185,1) 71%,rgba(19,110,185,1) 100%);
  background:-webkit-gradient(left top,left bottom,color-stop(0%,rgba(54,132,195,1)),color-stop(50%,rgba(54,132,195,1)),color-stop(51%,rgba(19,110,185,1)),color-stop(71%,rgba(19,110,185,1)),color-stop(100%,rgba(19,110,185,1)));
  background:-webkit-linear-gradient(top,rgba(54,132,195,1) 0,rgba(54,132,195,1) 50%,rgba(19,110,185,1) 51%,rgba(19,110,185,1) 71%,rgba(19,110,185,1) 100%);
  background:-o-linear-gradient(top,rgba(54,132,195,1) 0,rgba(54,132,195,1) 50%,rgba(19,110,185,1) 51%,rgba(19,110,185,1) 71%,rgba(19,110,185,1) 100%);
  background:-ms-linear-gradient(top,rgba(54,132,195,1) 0,rgba(54,132,195,1) 50%,rgba(19,110,185,1) 51%,rgba(19,110,185,1) 71%,rgba(19,110,185,1) 100%);
  background:linear-gradient(to bottom,rgba(54,132,195,1) 0,rgba(54,132,195,1) 50%,rgba(19,110,185,1) 51%,rgba(19,110,185,1) 71%,rgba(19,110,185,1) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3684c3',endColorstr='#136eb9',GradientType=0);
  color:#fff;
  font-size:12px;
  text-transform:uppercase;
  font-weight:700;
  line-height:1;
  padding:9px 40px;
  text-align:center;
  margin:0 auto;
  margin-bottom:20px
}

a.more-link:hover{
  background:#0061aa
}

p#hubspot-topic_data{
  margin:0!important
}

div.blog-section p#hubspot-topic_data a{
  color:#999
}

.blog-sidebar ul{
  list-style:none;
  padding:0
}

.blog-sidebar .row-fluid-wrapper{
  background:url(//cdn2.hubspot.net/hub/248147/file-2538243297-png/2015_Images/fbg.png);
  padding:10px 20px;
  margin-bottom:30px
}

#comment-form{
  background:url(//cdn2.hubspot.net/hub/248147/file-2538243297-png/2015_Images/fbg.png);
  padding:10px 15px;
  margin-top: 35px;
}

.ui-resizable-handle.ui-resizable-se.ui-icon.ui-icon-gripsmall-diagonal-se{
  bottom:30px!important;
  right:8px!important
}

#comment-form textarea{
  width:100%!important;
  overflow:hidden
}

.hs-landing-page .widget-type-form{
  background:url(//cdn2.hubspot.net/hub/248147/file-2538243297-png/2015_Images/fbg.png);
  padding:10px 20px;
  padding-bottom:35px
}

div.post-header h2,div.post-header h2 a{
  margin:0 0 15px 0!important
}

div.post-listing div.post-body{
  margin-bottom:15px
}

div.post-item img{
  max-width:30%;
  max-height:30%;
  padding:0 0 10px 10px;
  float:right
}

div.blog-post-wrapper div.post-body{
  margin-top:30px
}

div.blog-listing-wrapper div.post-item{
  -margin-bottom:30px;
  -padding-bottom:30px;
  -border-bottom:1px solid #f2f2f2
}

div.blog-pagination a.all-posts-link,div.blog-pagination a.next-posts-link,div.blog-pagination a.previous-posts-link{
  border:2px solid #fff;
  padding:3px 8px;
  font-size:12px;
  font-weight:600;
  display:inline-block;
  cursor:pointer;
  border:0
}

.blog-header {
  background-color: #dedede;
  padding: 6em 2em 7em;
  text-align: center;
  margin-top: -28px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 88%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 88%, 0% 100%);
}

@media (min-width: 1000px) {

  .blog-header {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 82%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 82%, 0% 100%);
  }

}

@media (max-width: 767px) {

  .blog-header {
    padding: 5em 2em 2em;
  }

}

.blog-sidebar h3 {
  color: #fff;
}
.blog-sidebar h2 {
  color: #fff;
}
.blog-sidebar {
  color: #fff;
}
.blog-sidebar p {
  color: #fff;
}
.blog-sidebar a {
  color: #fff;
}
.blog-sidebar ul {
  padding: 0;
}

.blog-sidebar li + li {
  padding-top: 0.5em;
  border-top: 1px solid rgba(255,255,255,0.25);
  margin-top: 0.5em;
}

.hs-blog-header h1 {
  color: #000;
}
.fb_iframe_widget span {
  vertical-align:top!important;
}
.svg-menu {
  display: none;
  top: 0px;
  position: absolute;
  right: 20px;
  font-size: 45px;
}



@media screen and (max-width:1100px){
  .homepage-section,.below-banner,.footer,.hp-red,.top,.footer-copy, .inhomepage-banner, .content-center, .homepage-trust{
    padding-left:20px;
    padding-right:20px
  }
  .header {
    padding-right: 20px !important;
  }
  .homepage-testi h2 {
    margin: 75px 20px 70px 20px!important;
  }

}


@media(min-width:768px) and (max-width:1080px){
  .nav ul li a{
    font-size:12px;
    font-weight:700;
    padding:0px 6px!important
  }
}

@media(min-width:768px) and (max-width:920px){
  ul.top-social li:last-child {
    display: none;
  }
}

@media(min-width:570px) and (max-width:768px){
}

@media(min-width:768px) and (max-width:1480px){
}

@media(min-width:768px) and (max-width:1000px){
}

@media only screen and (max-width:767px){
  .hb-inner {
    background: none;
    padding: 0 !important;
  }
  .inhomepage-banner {
    padding: 20px 20px;;
  }
  .homepage-banner {
    padding-top: 170px;
  }
  .logo:before {
    width: 0;
  }
  .logo {
    text-align: left;
    margin-bottom: -30px;
  }
  .nav{
    display:none!important
  }
  .top-nav {
    display: none !important;;
  }
  ul.top-social {
    display: none;
  }
  .top-nav-wrap:after {
    width: 0;
  }

  .header{
    padding-bottom:0px;
    text-align:center;
  }

  .svg-menu{
    display:block!important;
  }
  .svg-menu a {
    color: #ffffff;
  }


  .footer{
    text-align:center
  }

  .footer ul{
    margin-top:15px!important
  }

  .content-center{
    padding:35px 10px!important
  }
  .i-rel {
    max-width: 400px;
    margin: 0 auto !important;;
    margin-bottom: 30px !important;;
  }
  .homepage-section {
    text-align: center;
  }
  .homepage-section img {
    margin-bottom:  35px;
  }
  .hp-down a.cta_button {
    float: none;
    margin-top: 35px;
  }
  .flexslider{
    margin:0;
    padding:0;
    margin-bottom: 50px !important;
    overflow: visible !important;
    padding: 0 20px  !important;
  }
  .flex-direction-nav a {
    display: none !important;
  }
  .homepage-trust img {
    margin-bottom: 35px;
  }
  .header{
    background:url(//cdn2.hubspot.net/hub/248147/file-2538243297-png/2015_Images/fbg.png);
    padding-bottom:5px;
    border-top:10px solid #fff;
    position: relative;
    width: 100%;
    z-index: 9999999999 !important;
  }
  .content-center{
    max-width:1080px;
    margin:0 auto;
    overflow:hidden;
    padding:35px 0;
    margin-top: 5px;
  }

}

@media(min-width:570px) and (max-width:768px){
  .top-nav ul li a{
    padding:0 10px!important
  }

}

@media only screen and (max-width:600px){
  .footer-copy ul li a {
    padding: 5px 0 !important;;
    margin: 0 auto;
  }
  .footer-copy ul li a:after {
    content: '';
  }
}

@media (max-width: 480px) {
  .homepage-section,.below-banner,.footer,.hp-red,.top,.footer-copy, .inhomepage-banner, .content-center, .homepage-trust{
    padding-left: 0px;
    padding-right: 0px
  }
  .header {
    padding-right:  0px !important;
  }

  .homepage-banner,
  .homepage-section {padding-left: 12px; padding-right: 12px;}
  .homepage-banner {padding-top: 30px;}

  .logo img {
    width: 200px;
    height: auto;
  }
}

@media only screen and (max-width:370px){
  .logo img {
    width: 200px;
    height: auto;
  }
}

.footer-container .hs_cos_wrapper_type_linked_image img {
  width: 20vw !important;
}



.flex-container a:active,.flexslider a:active,.flex-container a:focus,.flexslider a:focus{outline:none}.slides,.flex-control-nav,.flex-direction-nav{margin:0;padding:0;list-style:none}@font-face{font-family:'flexslider-icon';src:url(fonts/flexslider-icon.eot);src:url(fonts/flexslider-icon.eot?#iefix) format("embedded-opentype"),url(fonts/flexslider-icon.woff) format("woff"),url(fonts/flexslider-icon.ttf) format("truetype"),url(fonts/flexslider-icon.svg#flexslider-icon) format("svg");font-weight:400;font-style:normal}.flexslider{margin:0;padding:0;margin-bottom:1em!important;overflow:visible!important;padding:0 200px}.flexslider .slides>li{display:none;-webkit-backface-visibility:hidden}.flexslider .slides img{width:100%;display:block}.flex-pauseplay span{text-transform:capitalize}.slides:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}html[xmlns] .slides{display:block}* html .slides{height:1%}.no-js .slides>li:first-child{display:block}.flexslider{margin:0;background:none;border:0 solid #fff;position:relative;zoom:1}.flex-viewport{max-height:2000px;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease}.loading .flex-viewport{max-height:300px}.flexslider .slides{zoom:1}.carousel li{margin-right:5px}.flex-direction-nav{*height:0}.flex-direction-nav a{text-decoration:none;display:block;width:80px;height:80px;margin:-20px 0 0;position:absolute;top:50%;z-index:10;overflow:hidden;opacity:1;cursor:pointer;color:rgba(0,0,0,0.8);text-shadow:1px 1px 0 rgba(255,255,255,0.3);-webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease;text-indent:999999px}.flex-direction-nav .flex-prev{left:0;background:url(//cdn2.hubspot.net/hub/248147/file-2537387171-png/2015_Images/oprev.png) no-repeat}.flex-direction-nav .flex-next{right:0;text-align:right;background:url(//cdn2.hubspot.net/hub/248147/file-2537387146-png/2015_Images/onext.png) no-repeat}.flexslider:hover .flex-prev{opacity:1;left:0}.flexslider:hover .flex-next{opacity:1;right:0}.flexslider:hover .flex-next:hover,.flexslider:hover .flex-prev:hover{opacity:1}.flex-direction-nav .flex-disabled{opacity:0!important;filter:alpha(opacity=0);cursor:default}.flex-direction-nav a:before{font-family:"flexslider-icon";font-size:40px;line-height:1;display:inline-block;content:'d d'}.flex-direction-nav a.flex-next:before{content:'d d';text-indent:999999px}.flex-pauseplay a{display:block;width:20px;height:20px;position:absolute;bottom:5px;left:10px;opacity:.8;z-index:10;overflow:hidden;cursor:pointer;color:#000}.flex-pauseplay a:before{font-family:"flexslider-icon";font-size:20px;display:inline-block;content:'\f004'}.flex-pauseplay a:hover{opacity:1}.flex-pauseplay a.flex-play:before{content:'\f003'}.flex-control-nav{width:100%;position:absolute;bottom:20px;text-align:center;display:none}.flex-control-nav li{margin:0 3px;display:inline-block;zoom:1;*display:inline}.flex-control-paging li a{width:11px;height:11px;display:block;background:#666;background:transparent;cursor:pointer;text-indent:-9999px;-webkit-border-radius:20px;-moz-border-radius:20px;-o-border-radius:20px;border-radius:20px;border:2px solid #fff}.flex-control-paging li a:hover{background:#fff}.flex-control-paging li a.flex-active{background:#fff;cursor:default}.flex-control-thumbs{margin:5px 0 0;position:static;overflow:hidden}.flex-control-thumbs li{width:25%;float:left;margin:0}.flex-control-thumbs img{width:100%;display:block;opacity:.7;cursor:pointer}.flex-control-thumbs img:hover{opacity:1}.flex-control-thumbs .flex-active{opacity:1;cursor:default}@media screen and (max-width:860px){.flex-direction-nav .flex-prev{opacity:1;left:10px}.flex-direction-nav .flex-next{opacity:1;right:10px}}



.fancy-image {
  display: block;
  background-size: cover;
  color: #fff !important;
  background-blend-mode: luminosity;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.75em;
  border-radius: 3px;
  box-shadow: 0px 0px 11px -1px #333;
}

.fancy-image__title {
  text-align: center;
  position: relative;
  color: #fff;
  text-shadow: 0 0 13px #333;
}

.fancy-image__body {
  padding: 1em;
  position: relative;
}

.fancy-image__desc {
  padding-top: 2.5em;
}

.fancy-image__body p {
  color: #fff;
}

.fancy-image:before {
  content: '';
  background: #333;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.button {
  text-align: center;
  background-color: #136DB9;
  padding: 0.5em;
}

.button {
  display: inline-block;
  text-decoration: none;
  background-color: #1800cc;
  padding: 0.5em 1em;
  color: #fff;
  position: relative;
  font-size: 1em;
  transition: all 0.25s ease;
}

.button:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 18px 0 0;
  /*border-color: #1800cc transparent transparent transparent;*/
  position: absolute;
  top: 0;
  left: 100%;
  transition: all 0.25s ease;
  display:none;
}

.button:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 18px;
  /*border-color: transparent transparent #1800cc transparent;*/
  position: absolute;
  top: 0;
  right: 100%;
  transition: all 0.25s ease;
  display:none;
}

.button:hover,
.button:focus {
  color: #fff;
  background-color: #333;
}

.button:hover:after,
.button:focus:after {
  border-color: #333 transparent transparent transparent;
}

.button:hover:before,
.button:focus:before {
  border-color: transparent transparent #333 transparent;
}

@media (min-width: 768px) {

  .fancy-image__title {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }

  .fancy-image__body {
    -webkit-transform: translate(0, 200%);
    -ms-transform: translate(0, 200%);
    transform: translate(0, 200%);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }

  .fancy-image:hover .fancy-image__title,
  .fancy-image:focus .fancy-image__title {
    -webkit-transform: translate(0, -600%);
    -ms-transform: translate(0, -600%);
    transform: translate(0, -600%);
  }

  .fancy-image:hover .fancy-image__body,
  .fancy-image:focus .fancy-image__body {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .fancy-image:hover:before,
  .fancy-image:focus:before {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }

}

form .header {
  background: none;
  position: static;
}









/*
2016 Header
*/

.l-page-wrap {
  float: none !important;
  position: relative;
  max-width: 1200px;
  margin: 0 auto !important;
}

.l-page-wrap--narrow {
  max-width: 600px;
}

.header-nav-container {
  background-color: #136db9;
  z-index: 1000;
}

.brandmark {
  background-color: #fff;
  padding: 1em;
  position: relative;
  width: auto !important;
}

.brandmark img {
  width: 9em !important;
  position: relative;
  z-index: 1;
}

.brandmark:before {
  content: '';
  display: block;
  background-color: #fff;
  position: absolute;
  height: 100%;
  width: 300%;
  top: 0;
  right: 100%;
  z-index: 
}

.brandmark:after {
  content: '';
  background-color: #fff;
  display: block;
  width: 160px;
  height: 100%;
  -webkit-transform: skewX(-50deg);
  -ms-transform: skewX(-50deg);
  transform: skewX(-50deg);
  position: absolute;
  top: 0;
  right: -51px;
  z-index: 0;
}

.top-nav {
  position: relative;
}

.header-nav-container {
  position: fixed;
  box-shadow: 0 -7px 12px 4px rgba(51, 51, 51, 0.5);
}

.top-nav .main-nav ul {
  /* important only needed until old nav CSS is removed */
  margin-top: 0 !important;
  position: absolute;
  right: 0;
}

.top-nav .main-nav ul li a {
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  font-weight: 400;
  font-style: normal;
  padding: 1.4em 0.5em 1.1em !important;
  position: relative;
  text-overflow: initial;
  max-width: none;
}

/*--why rastrac nav---*/
/*.top-nav .main-nav li.hs-menu-depth-1:nth-child(1){*/
/*    background-color:#fff;*/
/*}*/

/*.top-nav .main-nav li.hs-menu-depth-1:nth-child(1) a{*/
/*    color:#333;*/
/*}*/

.top-nav .main-nav li.hs-menu-depth-1:nth-last-child(1)	a{
  color:#333 !important;
  padding: .5rem 2rem !important;
  margin: .9rem 0 0 1rem;
  box-shadow: 0 3px 5px rgba(0,0,0,.2);
  background-color: #ffffff;
  background-image: -webkit-linear-gradient( -10deg, #eeeeee 0%, #eeeeee 50%, #ffffff 50%, #ffffff 50%);
  background-image: linear-gradient( -10deg, #eeeeee 0%, #eeeeee 50%, #ffffff 50%, #ffffff 50%);
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}

.top-nav .main-nav li.hs-menu-depth-1:nth-last-child(1):hover	a {
  box-shadow: 0 5px 5px rgba(0,0,0,.2);
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}


.top-nav .main-nav .hs-menu-item ul li a {
  padding: 0.5em 1em;
}

.main-nav ul li a:after {
  display: none;
  content: '';
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  white-space: normal;
  width: auto;
  overflow: visible;
  text-overflow: ellipsis;
  padding: 0.5em 1em !important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  background-color: #136db9;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
  width: 182%;
  top: 94%;
}

li.hs-menu-item.hs-menu-depth-2 {
  background-color: #136db9;
}


@media(min-width: 768px) and (max-width:980px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    font-size:0.7em;
  }
}


.mobile-menu-button-container {
  display: none;
  position: absolute;
  top: 0;
  left: 120%;
  width: 100%;
  height: 100%;
}

.mobile-menu-button-container:after {
  content: '';
  display: none;
  position: absolute;
  top: 0;
  left: -100%;
  width: 300%;
  height: 100%;
  background-color: #136db9;
  -webkit-transform: skewX(-50deg);
  -ms-transform: skewX(-50deg);
  transform: skewX(-50deg);
  z-index: 0;
}

.mobile-menu-button {
  position: relative;
  z-index: 1;
  border: 0;
  background: none;
  color: #fff;
  font-size: 1.25em;
  top: 1rem;
}

.headroom {
  will-change: transform;
  -webkit-transition: -webkit-transform 200ms linear;
  transition: transform 200ms linear;
}
.headroom--pinned {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
.headroom--unpinned {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}


@media (max-width: 767px) {

  .mobile-menu-button-container,
  .mobile-menu-button-container:after {
    display: block;
  }

  .header-nav-container {
    display: block !important;
  }

  .header-nav-container .nav-section {
    display: none !important;
  }

  .hero {
    margin-top: -1.75rem;
  }

}

.mobile-menu-overlay {
  display: none !important;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(115, 115, 115, 0.98);
  z-index: 2147000001;
  overflow: auto;
}

.mobile-menu-overlay--is-open {
  display: block !important;
}

.menu-is-open {
  overflow: hidden;
}

.mobile-menu-overlay li.hs-menu-depth-1 > a {
  display: block !important;
  background-color: rgba(0, 0, 0, 0.2);
}

.mobile-menu-overlay ul {
  position: static !important; 
  background-color: none !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.mobile-menu-overlay .hs-menu-wrapper a {
  width: auto !important;
}

.mobile-menu-overlay li.hs-menu-item.hs-menu-depth-2 {
  background: none !important;
}

.mobile-menu-overlay a {
  color: #fff !important;
}

.menu-close-button {
  position: fixed;
  top: 0;
  right: 0;
  border: 0;
  padding: 1em;
  color: #fff;
}


/*
Courtesy Bar
*/

.courtesy-bar {
  background-color: #eee;
  display: block;
}

.courtesy-bar__list.courtesy-bar__list {
  float: none !important;
  margin: 0 !important;
}

.courtesy-bar-list {
  text-align: right;
  list-style: none;

}

.courtesy-bar-list__item {
  display: inline-block;
}

.courtesy-bar-list__link {
  color: #333 !important;
  font-size: 0.75em !important;
  font-weight: 400 !important;
}

@media (max-width: 767px) {

  .courtesy-bar {
    display: none !important;
  }

}





.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}  

.u-relative-parent {
  position: relative;
}

.u-fit-to-parent {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media (max-width: 767px) {

  .u-hide-on-mobile {
    display: none !important;
  }

}

.hero {
  background-color: #737373;
  overflow: hidden;
}

.hero:after {
  content: '';
  display: block;
  border-style: solid; 
  border-width: 0 0 2.75em 100vw;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.hero--grey {
  background-image: none;
  background-color: #202020;
}

.hero--dark {
  background-color: #222;
}

.hero__background {
  background-size: cover;
  background-position: center;
  -webkit-filter: grayscale(50%) blur(4px);
  filter: grayscale(50%) blur(4px);
  opacity: 0.5;
  z-index: 0;
}

.hero__background--full-color {
  opacity: 1;
  -webkit-filter: blur(4px);
  filter: blur(4px);
}

.hero__background--no-blur {
  -webkit-filter: grayscale(0%) blur(0px);
  filter: grayscale(0%) blur(0px);
}

.hero__background--fixed {
  background-attachment: fixed;
}

.hero__background--darken {
  opacity: 0.5 !important;
}

.hero__background--home {
  background-position: bottom left;
}

.hero__home-body {
  text-shadow: 0 0 3px #333;
}

@media (min-width: 768px) {

  .hero__home-body {
    padding-bottom: 4em;
  }

  .hero__home-body  * {
    text-align: left !important;
  }

}


@media (max-width: 767px) {
  .hero__home-body {
    padding-bottom: 0em;
    padding: 2em;
  }

  .hero__home-body  * {
    text-align: center !important;
  }

  .hero__content{
    padding-bottom:2em !important;
  }

  .hero__home-body .product-image img{
    max-width: 300px;
    width:auto;
    display: block;
    margin: 0 auto;
  }
}




@media (min-width: 1000px) {

  .hero:after { 
    border-width: 0 0 3.5em 100vw;
  }

}

@media (min-width: 1200px) {

  .hero:after { 
    border-width: 0 0 4.75em 100vw;
  }

}


.product-image{
  padding:0 1em;
}

.product-image img {
  height: auto !important;
}

.hero__content {
  padding: 4em 0 3em;
  position: relative;
}

.hero__title {
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  font-weight: 400;
  text-shadow: 0px 0px 8px rgba(0,0,0,0.16);
}


.hero__title--with-sub {
  padding-bottom: 0.75rem;
}

.hero__sub-title {
  color: #fff;
  text-align: center;
  font-weight: 400;
  padding: 0 0 2rem;
  font-size: 1.2em;
}

.hero__body {
  color: #fff;
  line-height: 1.8;
  padding-bottom: 3em;
}


/*--HOME HERO BUTTONS--*/

.row-fluid.l-page-wrap.hero__home-body {
  text-shadow: 0px 2px 2px #000;
  width:auto;
  padding-top:4em;
  padding-bottom:1em;
}

.row-fluid.l-page-wrap.hero__home-body h1{
  text-shadow: 0px 2px 2px #000 !important; 
}

.hero__home-body span a{
  background-color: #fff;
  text-shadow: none;
  color: #4a4a4a;
}

.hero__home-body span a:before{
  border-color: transparent transparent #fff;
}

.hero__home-body span a:after{
  border-color: #fff transparent transparent transparent;
}

/*/////////////////////////
//GPS vehicle tracking
///////////////*/


.gps-tracking .hero__background--full-color{
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.gps-tracking .hero__background {
  background-size: cover;
  background-position: center;
  -webkit-filter: grayscale(0%) blur(0px);
  filter: grayscale(0%) blur(0px);
  opacity: 1;
}

.gps-tracking .hero__background{
  background-attachment:fixed;
}

.gps-tracking .hero__content h1, .gps-tracking .hero__content h4 {
  text-align: left;
  margin: 0;
  padding: 0px;
}

.gps-tracking .hero__content h1{
  font-size:2em;
}

.gps-tracking .hero__content {
  padding: 8em 0 10em;
}

.gps-tracking .what-is-tracking-container {
  margin-top: 4em;
}

.gps-tracking .what-is-gps-image img{
  max-width: 367px;
  float: right;
  padding-right: 40px;
}

.gps-tracking .what-is-gps, .gps-tracking .why-rastrac {
  max-width: 600px;
  padding-left: 20px;
  padding-right: 10px;
}

.gps-tracking p {
  font-size: 16px;
  line-height: 1.6;
  color: #303030;
  font-weight: normal;
}


.gps-tracking h2{
  font-size:30px;
  color:#1265ac;
  font-weight:300;
  font-style: normal;
}

.gps-tracking h5 {
  font-size: 18px;
  font-weight: normal;
}


.gps-tracking .disciplines-container {
  background-color: #202020;
  min-width: 100%;
  border-left: 0 !important;
  border-right: 0 !important;
  border: solid 10px #136db9;
  padding-top: 50px;
  padding-bottom: 40px;
}

.gps-tracking .disciplines-container * {
  color: #fff !important;
}

.gps-tracking .benefits {
  margin: auto !important;
  float: none !important;
  max-width: 800px !important;
  text-align: center;
  padding:0 15px;
}

.gps-tracking .disciplines-inner-container{
  max-width:1400px;
  margin: auto !important;
  float: none !important;
  padding-left:2em;
  padding-right:2em;
}


.gps-tracking .disciplines {
  padding-left: 60px;
}

.gps-tracking .fuel,
.gps-tracking .maintenance,
.gps-tracking .theft,
.gps-tracking .investment,
.gps-tracking .prevent,
.gps-tracking .schedule,
.gps-tracking .contract,
.gps-tracking .insurance,
.gps-tracking .accountability,
.gps-tracking .benefits-icons{
  background-repeat: no-repeat;
  background-size: 45px;
  margin-top: 60px;
  min-height: 60px;
}

.gps-tracking .fuel {
  background-image: url("//www.rastrac.com/hubfs/2015_Images/icon-oil.png?t=1471637343154");
}

.gps-tracking .maintenance {
  background-image: url("//www.rastrac.com/hubfs/2015_Images/icon-maintenance.png?t=1471637343154");
}

.gps-tracking .insurance {
  background-image: url("//www.rastrac.com/hubfs/2015_Images/icon-insurance.png?t=1471637343154");
}

.gps-tracking .accountability {
  background-image: url("//www.rastrac.com/hubfs/2015_Images/icon-accountable.png?t=1471637343154");
}

.gps-tracking .theft {
  background-image: url("//www.rastrac.com/hubfs/2015_Images/icon-theft.png?t=1471637343154");
}
.gps-tracking .investment {
  background-image: url("https://www.rastrac.com/hubfs/icons/investment-icon.png");
}
.gps-tracking .prevent {
  background-image: url("https://cdn2.hubspot.net/hubfs/248147/2015_Images/icon-theft.png");
}
.gps-tracking .schedule {
  background-image: url("https://www.rastrac.com/hubfs/icons/sched-icon.png");
}
.gps-tracking .contract {
  background-image: url("    https://www.rastrac.com/hubfs/icons/contract-icon.png");
}

.gps-tracking .why-rastrac-container{
  padding:60px 0px;

}

.gps-tracking .why-rastrac-img img {
  width: 1000px;
  float: right;
}


.gps-tracking .services-main-container {
  margin: 0 auto !important;
  float: none !important;
  position: relative;
  margin-bottom: 100px !important;
}

.gps-tracking .services-container {
  max-width: 1200px;
  margin: auto !important;
  float: none !important;
  margin-top:-170px !important;
  z-index: 9;
}


.gps-tracking .services-bg{
  background-color: #333;
  background-image: url(//www.rastrac.com/hubfs/2015_Images/installation-services.jpg?t=1471661585506);
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  background-blend-mode: multiply;
}

.gps-tracking .services-title {
  margin: auto !important;
  float: none !important;
  max-width: 1200px;
  text-align: center;
  padding: 100px 0 200px;
}

.gps-tracking .services-title h2{
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  max-width: 1200px;
  padding: 15px;
  text-align:left;
}

.gps-tracking .stand-alone-container,
.gps-tracking .web-base-container {
  border: solid 1px #dadada;
  background-color:#fff;
}


.gps-tracking .options-title{
  margin: 0 auto !important;
  background-color:#136db9;
}

.gps-tracking .options-title h4{
  padding: 15px;
  margin: 0;
  color:#136db9;
  background: #fff;
  display: inline-block;
  position: relative;
}
.gps-tracking .options-title h4:after {
  position: absolute;
  top: 0;
  left: 100%;
  content: "";
  height: 0;
  width: 0;
  border: 30px solid #fff;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.gps-tracking .services-content{
  padding:20px;
}

.gps-tracking .services-content h5 {
  color: #1265ac;
}

@media (min-width: 768px) {

  .services-content:nth-child(2) {
    border-left: 1px solid #ddd;
  }    

}




@media screen and (max-width: 767px) {

  .gps-tracking .white-space{ display:none;}
  .gps-tracking .what-is-gps-image{display:none;}
  .gps-tracking .web-base-container{margin-top:20px;}
  .gps-tracking .services-container{
    margin-top:-370px !important;
    margin-right: 4% !important;
    margin-left: 4% !important;
  }
  .gps-tracking .services-title{
    padding: 3em 0 20em;
  }

  .gps-tracking p{font-size:14px;}

}

/*
Product (Hardware)
*/

.product {
  border: solid 1px #dadada;
  margin-bottom: 2em;
  box-shadow: 0 0 20px -6px rgba(51,51,51,0.45);
}

.product__header {
  background-color: #fff;
  border-bottom: 3px solid #dadada;
  position: relative;
  overflow: hidden;
}

.product__header:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 300px 300px;
  border-color: transparent transparent #136db9 transparent;    
  position: absolute;
  top: -3rem;
  right: 0;
}

.product__header:after {
  content: '';
  display: block;
  clear: both;
}

.product__image {
  width: 18%;
  min-width: 6em;
  float: left;
  padding: 1em;
  position: relative;
}

.product__title {
  float: left;
  font-weight: 700;
  font-style: italic;
  padding-top: 2em;
  padding-left: 1em;
  font-size: 1.33em;
  position: relative;
}


.product__body {
  color: #363636;
  font-size: 0.76em;
  line-height: 2;
  padding: 1rem;
}

.product__footer {
  border-top: 1px solid #dadada;
  padding: 0.5em 1rem;
  font-size: 0.75em;
  background-color: #eee;
}




/*///////////////////////////////////
WHY RASTRAC
///////////////////////////////////*/


/*////////UTILITIES//////////*/
/*---gps soft nav---*/

.gps-tracking .u-hide-on-mobile {
  min-height: auto !important;
}

.gps-tracking .nav-section {
  float: right !important;
}

/*.gps-tracking .brandmark {*/
/*    -padding: 24px;*/
/*}*/

/*.gps-tracking .courtesy-bar-list__link {*/
/*    -font-size: 15px !important;*/
/*    -line-height: 2;*/
/*}*/

/*.gps-tracking .top-nav .main-nav ul {*/
/*    position: relative;*/
/*}*/


/*---gps soft nav ends---*/

.gps-tracking p,
.gps-tracking li:not(.courtesy-bar-list__item):not(.hs-menu-item),
.gps-tracking div:not(.brandmark),
.gps-tracking span:not(.hs_cos_wrapper_type_linked_image) {
  font-size:15px;
}

body .header-nav-container.header-nav-container div {
  font-size: 20px;
}

.section-wrapper{
  width:100%;
  margin: 0 auto !important;
}
.container {
  max-width: 1200px;
  margin: 0 auto !important;
  float: none !important;
  padding-left: 2em;
  padding-right: 2em;
}



/*---PADDING-----*/

.pb0{
  padding-bottom:0 !important;
}
.p1e{
  padding:1em;
}

.p2e{
  padding:2em;
}

.pt1e{
  padding-top:1em;
}

.plr2{
  padding-left: 2em;
  padding-right: 2em;
}
.ptb1{
  padding-top:1em;
  padding-bottom:1em;
}

.ptb2e {
  padding-top: 2em;
  padding-bottom: 2em;
}

.ptb3e {
  padding-top: 3em;
  padding-bottom: 3em;
}

/*--custom padding--*/
.ptb6e-large {
  padding-top: 5em;
  padding-bottom: 5em;
}


.extra-padding {
  padding-top: 5em;
  padding-bottom: 5em;
}
@media (max-width:768px){
  .ptb6e-large {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}

.mb2e{
  margin-bottom:2em;
}

/*---BORDER----*/

.section-border-brown{
  border-top: solid 10px #136db9;
  border-bottom: solid 10px #136db9;
}

.section-border-lgrey {
  border-top: solid 1em #f1f1f1;
  border-bottom: solid 1em #f1f1f1;
}

/*---COLOR----*/


/*---BACKGROUND COLOR----*/

.brown-background{
  background-color:#136db9;
}

.lgrey-background{
  background-color:#f7f7f8;
}

.dgrey-background{
  background-color:#202020;
}

.white-background{
  background-color:#fff;
}

.blue-background{
  background-color:#136db9;
}

.llblue-background {
  background-color: #f2f5f8;
}

.dblue-background {
  background-color: #2d4c66;
}

/*other color*/
.hot-pink{
  color:#e23a59;
}

.dteal{
  color:#0f5e8c;
}

.teal{
  color:#45aeae;
}

.yellow{
  color:#fcc82b;
}

.dblue{
  color:#3d506b;
}

/*other background color*/
.hot-pink-background{
  background-color:#e23a59;
}

.dteal-background{
  background-color:#0f5e8c;
}

.teal-background{
  background-color:#45aeae;
}

.yellow-background{
  background-color:#fcc82b;
}

.dblue-background{
  background-color:#3d506b;
}


/*////////UTILITIES ENDS//////////*/

.down-arrow{
  position:relative;
  z-index:1;
}

.down-arrow:before{
  content:"";
  border:solid 40px;
  border-color:#136db9;
  position:absolute;
  left:40px;
  bottom: -61px;
  border-bottom-color:transparent;
  border-left-color:transparent;
  border-right-color:transparent;
}

/*---down before ends---*/

.bullet-list ul{
  list-style:none;
  padding:0;
}

.bullet-list ul li {
  padding-bottom: 1.2em;
  padding-top: 1.2em;
  border-bottom: solid 1px #ddd;
}

.bullet-list ul li:nth-last-child(1) {
  border-bottom: 0;
}


.section-listing {
  border: solid 1px #ddd;
  border-top:transparent;
  position:relative;
}



.brown {
  background-color: #136db9;
}


.listing-title {
  color: #fff;
  padding: 0.5em 1em;
  max-width: calc(100% - 164px);
}

@media (max-width:480px){
  .listing-title{
    max-width: none;
  }
}


.bullet-list ul li{
  position:relative;
  padding-left:2em;
}

.bullet-list ul li:before{
  content:"\f058";
  font-family:fontAwesome;
  position:absolute;
  left:0em;
  font-size: 1.3em;
  color:#1265ac;
}


.why-rastrac-icon {
  position: absolute;
  right: 20px;
  top: 15px;
  overflow: hidden;
}

.why-rastrac-icon img{
  max-width: 4.5em;
}


.why-rastrac-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 768px){
  .why-rastrac-image{
    min-height: auto !important;
    height: 200px !important;
  }
}

.section-icon > div{
  position:relative;
  overflow:hidden;
}

.section-icon > div:before {
  content:"";
  position:absolute;
  border:solid 5.5em #fff;
  border-bottom-color:transparent;
  border-left-color:transparent;
  right:0;
  top:0;
}

@media (max-width:480px){
  .section-icon > div:before,
  .why-rastrac-icon{
    display:none;
  }
}


.why-choose-rastrac-background{
  background-image:url(//www.rastrac.com/hubfs/2015_Images/truck.jpg);
  background-size:cover;
  background-attachment:fixed;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}



/*Contact Page*/
.contact-page-hero .hero{
  padding-top:2em;
  padding-bottom:2em;
}

.contact-page-hero .hero > div {
  filter: initial;
}

.contact-page-hero h1,
.contact-page-hero h4 {
  text-align: left;
}


.contact-page-body p,
.contact-page-body li,
.contact-page-body div{
  font-size: 18px;
}

.contact-page-body h2{
  font-weight: 400;
  font-size: 40px;
  margin-bottom:0;
}

.contact-page-form-new {
  background-image: none !important;
  border: solid 1px #136db9;
  padding:0 !important;
} 

.contact-page-form-new p {
  color: #000;
}

.contact-page-form-new fieldset{
  max-width:none !important;
} 

.contact-page-form-new form {
  color: #333;
  text-transform: uppercase;
  font-size: 14px;
}

.contact-page-form-new h3{
  color: #333;
  font-weight: 400;
  font-style: italic;
  text-transform: uppercase;
  padding: 0.5em 1em;
  border-bottom: solid 1px #136db9;
  margin-top: 0;
  position: relative;
  background-color:#136db9;
  overflow:hidden;
  z-index:1;
}

.contact-page-form-new h3:after{
  content:"";
  position:absolute;
  height:200px;
  background-color:#fff;
  left:-70%;
  width:100%;
  top:0;
  -webkit-transform: skewX(-40deg);
  -ms-transform: skewX(-40deg);
  transform: skewX(-40deg);
  z-index:-1;
}

.contact-page-form-new h3 + div{
  padding: 1em;
}


.contact-page-form-new h3 + div{
  padding: 1em;
}

.contact-page-form-new select,
.contact-page-form-new input{
  background-color:#efefef;
  border:none;
  border-bottom:solid 3px;
  border-radius: 0 !important;
}

.contact-page-form-new select{
  height:2.3em;
}

.contact-page-form-new .hs-form-checkbox {
  display:inline-block;
  vertical-align:top;
  margin-right:10px;
  text-transform:capitalize;
}


@media (max-width:767px){
  .contact-page-body{
    margin-top:2em;
  }
}

/*////////////////////////////////
//New 2017 Pages
///////////////////////////////*/
/*//--Utilities--//*/

.section-wrapper-new{
  float:none;
  margin:0 auto;
  display:block;
  padding-top:3em;
  padding-bottom:3em;
  position:relative;
  overflow:hidden;
}

.section-wrapper-new.section-no-padding{
  padding-bottom:0;
  padding-top:0;
}
.container-wrapper{
  max-width:1200px;
  /*width:100%;*/
  margin:0 auto !important;
  padding-left:2em;
  padding-right:2em;
  float:none !important;
  position:relative;
  overflow:hidden;
}

.container-wrapper-large{
  max-width:1620px;
  margin:0 auto !important;
  padding-left:1em;
  padding-right:1em;
  float:none !important;
  position:relative;
}


.container-wrapper-small{
  max-width:900px;
  margin:0 auto !important;
  padding-left:2em;
  padding-right:2em;
  float:none !important;
  position:relative;
}


.container-wrapper-smaller{
  max-width:700px;
  margin:0 auto !important;
  padding-left:2em;
  padding-right:2em;
  float:none !important;
  position:relative;
}

.span6-custom__right{
  width: 51.456083% !important;
  margin-left: 0 !important;
}

@media (max-width:768px){
  .hs-mobile-grid > div > div > div{
    width: 100% !important;
    max-width: none;
    text-align: center;
    float: none !important;
  }


  .span6-custom__right {
    width: 100% !important;
    display: block;
    margin:0 auto !important;
  }
}


.custom-half-span-inner {
  max-width: calc(1200px / 2) !important;
  width: 100% !important;
  padding: 2em;
  display: block !important;
}

.custom-half-span-left {
  max-width: calc(1200px / 2);
  float: right !important;
  width: 100% !important;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 2em;
  padding-right: 2em;
}

.custom-half-span-right {
  max-width: calc(1200px / 2);
  width: 100% !important;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 2em;
  padding-right: 2em;
}


.relative{
  position:relative;
}


@media (max-width:768px){
  .container-wrapper,
  .container-wrapper-large,
  .container-wrapper-small{
    padding-left:1em;
    padding-right:1em;
  }

  .container-wrapper-half-right{
    max-width: none;
    padding-left:1em;
    padding-right:1em;
  }

  .custom-half-span-left,
  .custom-half-span-right{
    float: none !important;
    margin: 0 auto !important;
  }
}

/*//--Sticky Menu--//*/
.stickyMenu{
  position:relative;
  margin:0 auto !important;
  z-index:9;
}

.stickyMenu.active{
  position:fixed;
  top:0;
}

/*//--BUTTONS--//*/
.hs-button,
.hs-button-new{
  padding: .5em 1em;
  background-color: #136db9;
  color: #fff;
  border: solid 1.5px transparent;
  display: inline-block;
  font-size: 1em;
  margin-top: 1em;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  border-radius: 1px;
  font-weight: normal;
  margin-right:1em;
}

.hs-button:hover,
.hs-button-new:hover{
  background-color:#fff;
  color:#136db9 !important;
  border-color:#136db9;
}

.hs-button-new__white{
  background-color:#fff;
  color:#136db9 !important;
  border-color:#136db9;
}

.hs-button-new__white a{
  color:#136db9 !important;
}



.hs-button-new__white:hover{
  background-color:#333;
  color:#fff !important;
}

.hs-button-new__white:hover a{
  color:#fff !important;
}


.hs-button-new__brown{
  background-color:#136db9 !important;
  color: #fff !important;
}

.hs-button-new__brown:hover{
  background-color:#333;
  color:#fff !important;
}


.link{
  color:#136db9;
  cursor:pointer;
}

a{
  cursor:pointer
}

.link:after {
  content: "\f0a9";
  font-family: fontAwesome;
  margin-left: 5px;
}

/*//---COLORS AND BACKGROUND COLORS--//*/
.background{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
  position:relative;
}

.background-img img{
  object-fit: cover;
  position: relative;
  max-width: 100%;
  width: 100% !important;
  overflow: hidden;
}

.background-fixed{
  background-size: cover;
  /*background-size: 100%;*/
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
  position:relative;
  background-attachment:fixed;
}


.background-absolute {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background-size: cover;
  max-width:none !important;
  background-repeat:no-repeat;
}

.background-absolute-fixed {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background-size: cover;
  max-width:none !important;
  background-repeat:no-repeat;
  background-attachment:fixed;
}

.background-contain__right{
  background-size: contain;
  background-position: right;
}

@media (max-width:768px){

  .background-contain__right {
    background-size: cover;
    background-position: center;
  }

  .background-mobile-lg{
    position:relative;
    display:block;
    min-height:300px;
    margin-top: -3em;
  }

  .background-mobile-lg + .extra-padding {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width:480px){
  .background-mobile-lg{
    min-height:200px;
  }
}


/*--colors--*/
body.new-2017,
.new-2017 p{
  font-size: 16px !important;
  font-weight: 300;
  font-weight: 400;
  color: #333;
}

.new-2017 h2,
.new-2017 h3,
.new-2017 h4,
.new-2017 h5{
  font-style: initial;
  position:relative;
  font-weight:400;
}

.new-2017 h1{
  font-size: 2.80em;
}


.new-2017 h2{
  color:#136db9;
}

.white,
.white h1,
.white h2,
.white h3,
.white h4,
.white h4,
.white p,
.white div,
.white a{
  color:#fff;
}



@media (max-width:768px){
  body.new-2017,
  .new-2017 p{
    font-size:15px !important;
  }
}

.center{
  text-align:center;
}

.white-background{
  background-color:#fff;
}


@media (max-width:768px){
  .center-mobile{
    text-align:center;
  }
}

/*//--whitespace scroll--//*/
@media (max-width:768px){
  .h-scroll {
    overflow: hidden;
    white-space: nowrap;
    overflow-x: scroll;
    padding-bottom: 1em;
    max-width: 95% !important;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }

  .h-scroll li,
  .h-scroll div,
  .h-scroll p,
  .h-scroll a{
    white-space:initial;
  }
}


/*///////////---Hero----////////*/
.new-hero__content {
  padding: 2em;
  max-width: 900px;
  background-color: rgba(0, 0, 0, 0.63);
  display: inline-block;
  margin-top: 7em;
  margin-bottom: 7em;
  margin-top: 20vh; 
  margin-bottom: 20vh; 
  position: relative;
  z-index: 9;
}

.new-hero__content h1 {
  padding-bottom: 17px;
}

.new-hero__content h1:after{
  display:none;
}

.new-hero__content h1:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100px;
  height: 5px;
  bottom: 0;
  background-color: #136db9;
  /*background-color:#136db9;*/
}

.hero-subtitle{
  font-size: 21px;
}

.home-hero-tabs-wrapper{
  background-color: rgba(19, 109, 185, 0.82);
  margin-top: -55px;
  position: relative;
  text-align:center;
  overflow:hidden;
  width:100%;
}

.home-hero-tabs-wrapper__fixed {
  position: fixed;
  top: 55px;
  width: 100%;
}

.home-hero-tabs {
  display: flex;
}

.home-hero-tabs a {
  display: inline-block;
  color: rgba(255, 255, 255, 1);
  width: calc(98% / 4);
  padding: 13px 0px;
  flex-basis: 25%;
  border-left: solid 1px rgba(255, 255, 255, 0.32);
  border-bottom: solid 6px transparent;
}

.home-hero-tabs a:nth-last-child(1) {
  border-right: solid 1px rgba(255, 255, 255, 0.32);
}

.home-hero-tabs a:hover,
.home-hero-tabs a.active{
  border-bottom: solid 6px #136db9;
  color: #136db9;
  background-color: rgba(255, 255, 255, 0.9);
}

.new-hero-lt-overlay:before {
  content:"";
  position: absolute;
  bottom:0;
  top: 0;
  left: 0;
  right: 0;
  width:100%;
  height:100%;
  /*background-color: rgba(0, 0, 0, 0.32);*/
  z-index: 1;
}

@media (max-width:768px){
  .new-hero__content{
    padding:1em;
    margin-top: 15vh;
    margin-bottom: 10vh;
  }

  .home-hero-tabs-wrapper{
    display: none !important;
  } 
}




/*--assests--*/
.assets-icon{
  text-align:center;
  padding-top:2em;
}


.assets-icon li {
  display: inline-block;
  width: calc(97% / 6);
}

.assets-icon li div {
  padding: 0.5em;
  border-right:solid 1px #eee;
}

.assets-icon li:nth-last-child(1) div{
  border-right:0;
}

.assets-icon img {
  max-width: 40px;
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 11px;
}

@media (max-width:768px){
  .asset-img{
    max-width: 400px;
    margin: 0 auto !important;
  }

  .assets-icon li{
    width: 40%;
  }
}




/*--flickity--*/
.flickity-clear > div {
  display: none;
}

.flickity-clear .flickity-viewport{
  display:block;
}


.js-api-image-group{
  position: relative;
  padding-right: 6.6em;
  margin-bottom:2em;
}

.js-api-image-group .flickity-viewport {
  padding-top: 3em;
  padding-bottom: 1.7em;
}

.js-api-image-group:before {
  content:"";
  background-image:url('//www.rastrac.com/hubfs/ipone-outline-white-1.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 5;
  right: 0;
  width: 299px;
}

.api-tab-content-group-wrapper .flickity-prev-next-button {
  display:none;
}

.js-api-image-group .flickity-page-dots{
  bottom: -2em;
  display:none;
}


.api-imgslides {
  height: 346px;
  margin: 0 2em;
  width: 180px;
  transform: scale(0.8);
  margin-right: 0;
  margin-left: 0;
  box-shadow: 0px 2px 2px #a9a9a9;
  border-radius: 4px;
  overflow: hidden;
}

.api-imgslides.is-selected {
  transform: scale(1);
}


/*--api tabs--*/
.api-tabs-wrapper{
  margin-bottom: 2em !important;
  margin-top: 2em !important;
}

.api-tabs-wrapper > div {
  display: inline-block;
  width: calc(98% / 4);
  color: #a7a7a7;
  box-shadow: 0px 1px 0px #bfbfbf;
}

.api-tab-pannel {
  display: none;
}

.api-tab-pannel.active {
  display:block;
}

.api-tab {
  border-bottom: solid 3px transparent;
  padding-top: 8px;
  padding-bottom: 9px;
  cursor: pointer;
}

.api-tab.active{
  border-bottom-color:#136db9;
  color: initial;
}

.api-content-wrapper > div {
  display: inline-block;
  vertical-align:top;
}

.api-content-wrapper .api-tabs-wrapper{
  display:none;
}

/*--api content--*/

.api-content-icon {
  position: absolute;
  left: -3em;
  width: 42px;
  margin-top: 7px;
}

.api-tab-pannel {
  display: none;
}

.api-tab-content-group-wrapper{
  padding-left: 3em;   
}

.api-content-title {
  font-size: 1.5em;
  padding-bottom: 1em;
}


@media (max-width:768px){

  .api-tabs-wrapper{
    display:none;
  }

  .api-content-wrapper{
    padding-bottom: 2em;
  }

  .api-content-wrapper .api-tabs-wrapper{
    display:block;
    /*margin-bottom: 1em !important;*/
    padding-top:2em;
  }

  .api-content-wrapper .api-tabs-wrapper > div{
    width: auto !important;
    padding-left: 1em;
    padding-right: 1em;
  }

  .js-api-image-group:before{
    background-image:url('//www.rastrac.com/hubfs/ipone-outline-white-full.png');
    right: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .js-api-image-group{
    left:0 !important;
    padding-right:0;
  }

  .api-imgslides{
    /*transform:scale(1);*/
    /*margin-right: 1em;*/
    /*margin-left: 1em;*/
    height: 267px;
    width: 140px;
  }

  .js-api-image-group .js-slide{
    left:auto;
  }

  .api-tab-content-group-wrapper{
    padding-left: 1em;
    padding-right: 1em;
  }

  .api-tab-content-group{
    padding-top: 0;
  }

  .api-content-icon{
    position: relative;
    left: 0;
    padding-bottom: 1em;
    margin-top: 0;
  }

  .api-tab-content-group-wrapper .flickity-prev-next-button {
    display: block;
    transform: scale(0.7);
    top: auto;
    bottom: -11px;
  }

  .js-api-image-group .previous {
    left: -18px;
  }

  .js-api-image-group .next {
    right: -18px;
  }


}

.button-tab{
  cursor:pointer;
}

.support-content-area .jsTabsViewport-item {
  padding-bottom: 2em;
}


.support-content-area .button-tab {
  padding: 8px;
  border: solid 1px #eee;
  margin-bottom: 1em;
  position:relative;
}

.support-content-area .button-tab:after{
  content: "\f067";
  font-family: fontAwesome;
  position: absolute;
  right: 9px;
  font-size: 11px;
  top: 50%;
  transform: translateY(-50%);
}

.support-content-area .button-tab.active:after{
  content:"\f068";
}

.support-content-area .button-tab.active{
  background-color:#fff;
  color:#136db9 !important;
}

.supporting-side-img{
  transition-duration: 1s;
}


@media (max-width:768px){
  .supporting-side-img{
    display:none !important;
  }
  .industry-bg-img {
    height: 200px;
    margin-bottom: 1em;
  }
}









/*//--flex column--//*/
.child-flex > div > div {
  display: flex;
}

.child-flex > div > div > div{
  flex-basis: 50%;
}

@media (max-width:768px){
  .child-flex>div>div {
    display: block;
  }

  .child-flex > div > div > div{
    flex-basis: 50%;
    min-width:100%;
  }
}


/*Counter Experience*/
.counter-items-wrapper{
  text-align:center;
  display:none;
}

.counter-items-wrapper > div {
  width: calc(20% - 3px);
  display: inline-block;
  text-align: center;
  margin-right: 3%;
  vertical-align:top;
}

.counter-items-wrapper > div:nth-last-child(1){
  margin-right:0;
}

.counter-item h1:before {
  display: none;
}

.counter-item h1 {
  margin-bottom:0;
  font-size:2.4em;
}

.counter-item h1:after {
  content: "+";
}

.counter-item {
  border-radius: 5px;
  padding: 1em;
  display: inline-block;
  max-width: 150px;
  width: 100%;
  border: solid 1px rgba(255, 255, 255, 0.22);
  margin: 1em;
  background-color: rgba(255, 255, 255, 0.22);
}

.counter-item div {
  font-weight: normal;
  color: #fff;
  font-size.1em;
  white-space: initial;
}


.supporting-side .counter-item {
  background-color: rgba(0, 0, 0, 0.52);
  max-width: none;
  width: 100%;
  display: block;
  text-align: left;
  margin: 0;
  border-radius: 0;
  background-color: transparent;
  border: 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.85)
}

.supporting-side .counter-items-wrapper.active{
  display:block;
}


@media (max-width:768px){
  .counter-items-wrapper{
    margin: 0em 0;
    overflow: hidden;
    white-space: nowrap;
    overflow-x: scroll;
    padding-bottom: 1em;
    max-width: 95% !important;
    display:none !important;
  }

  .counter-items-wrapper.active{
    display:block !important;
  }

  .counter-items-wrapper h1{
    font-size:28px;
  }

  .counter-item{
    min-width:118px;
  }

  .counter-items-wrapper > div{
    width:calc(118px - 3px);
    min-width: 130px;
  }
}

@media (max-width:480px){
  .counter-item h1{
    font-size:2em !important;
  }
}

/*--Partners Logo--*/
.partners-logo {
  margin: 2em;
  max-width: 250px;
  width:100%;
  text-align: center;
  transition: 0s;
}





/*///////////////////
//Content Position
///////////////////*/
.content-right{
  max-width:550px;
}

.content-left{
  max-width:550px;
  float:right;
}

@media (max-width:768px){
  .content-right,
  .content-left{
    max-width:none;
    padding-left:1em;
    padding-right:1em;
    float:none;
  }
}
/*/////////////////
//Custom Columns 
//////////////////*/
.col-2:nth-child(1),
.col-3:nth-child(1),
.col-4:nth-child(1),
.col-6:nth-child(1){
  margin-left:0;
}

.col-2{
  width: 14.2%;
  display: inline-block;
  margin-right:-4px;
  margin-left: 3%;
  vertical-align:top;
}

.col-2__no-margin{
  margin-left:0;
  width:16.68%;
}


.col-3{
  width: 22.8%;
  display: inline-block;
  margin-right:-4px;
  margin-left: 3%;
  vertical-align:top;
}

.col-3__no-margin{
  margin-left:0;
  width:25.01%;
}


.col-4{
  width: 31.4%;
  display: inline-block;
  margin-right:-4px;
  margin-left: 3%;
  vertical-align:top;
}

.col-4__no-margin{
  margin-left:0;
  width:33.36%;
}

.col-6{
  width: 48.6%;
  display: inline-block;
  margin-right:-4px;
  margin-left: 3%;
  vertical-align:top;
}

.col-6__no-margin{
  margin-left:0;
  width:50.02%;
}


.col-12{
  width:100%;
  display:block;
}

@media (max-width:768px){
  .col-2{
    width: 31.4%;
    display: inline-block;
  }
  .col-2:nth-child(4){
    margin-left:0;
  }

  .col-2__no-margin{
    width:33.5%;
  }

  .col-3{
    width: 48.7%;
    display: inline-block;
  }
  .col-3:nth-child(3){
    margin-left:0;
  }

  .col-3__no-margin{
    width:50%;
  }  

  .col-6,
  .col-4{
    width: 100%;
    display: block;
    margin-left:0;
  }

  /*--predefine--*/
  .col-6__md-img{
    height:200px;
  }

}


@media (max-width:480px){
  .col-2{
    width: 48.5%;
    display: inline-block;
  }
  .col-2:nth-child(4){
    margin-left:3%;
  }
  .col-2:nth-child(3),
  .col-2:nth-child(5){
    margin-left:0;
  }

  .col-2__no-margin,
  .col-2__no-margin:nth-child(4){
    width:50%;
    margin-left:0;
  }

  .col-3{
    width:100%;
  }
}





/*/////////////////////////////
Footer New 2017
///////////////////////////*/

.footer-new{
  background-color:#13232a;
}

.footer-new a:hover {
  color: #136db9;
}

.footer-new-body{
  color:#fff;
}

.footer-new-body h4{
  border-bottom: solid 1px #737373;
  padding-bottom: 8px;
}

.footer-new-topbar{
  background-color:#f7f7f7;
  display:block;
  width:100%;
}

/*--social links--*/

.footer-new-social > li,
.footer-new-logos > li{
  display:inline-block;
  padding-right:12px;
  padding-left:12px;
  border-right:solid 1px #e0e0e0;

}

.footer-new-social > li:nth-last-child(1){
  border-right:none;
}

.footer-new-social > li a{
  position: relative;
}

.footer-new-social > li i{
  width: 42px;
  line-height: 42px;
  height: 42px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 100%;
  color:#fff;
  background-color: #333;
}

.footer-new-social > li i:hover{
  background-color:#333;
}

i.fa.fa-google-plus{
  background-color:#df4a32;
}

i.fa.fa-facebook{
  background-color:#3b5998;
}

i.fa.fa-twitter{
  background-color:#00b6f1;
}

i.fa.fa-linkedin{
  background-color:#007bb6;
}

i.fa.fa-youtube-play{
  background-color:#b31217;
}


.footer-new-logos{
  float:right;
}
.footer-new-logos img{
  max-width:45px;
  vertical-align:top;
}




/*--footer links--*/
.footer-new-links ul{
  width: 100%;
  display: block;
  position:relative !important;
  padding-left: 0;
}

.footer-new-links a,
.footer-new-links li{
  white-space: normal !important;
  color: #b3b3b3;
  font-size: 14px;
  max-width: none;
  width: 100%;
  display: block !important;
}

.footer-new-logo img{
  max-width:200px;
  margin-bottom:1em;
}

.footer-new-links a{
  padding: 5px 0 !important;
}

.footer-new-contact li {
  padding-bottom: 8px;
}


.footer-new-social,
.footer-new-logos{
  padding-left:0;
} 

@media (max-width:768px){
  .footer-new-body > div > div > div {
    display: inline-block !important;
    width: 48% !important;
    min-width: 50%;
    margin-right: -4px;
    vertical-align: top;
  }

  .footer-new-logos {
    float: none;
  }

  .footer-new-social li,
  .footer-new-logos li{
    padding-right: 10px;
    padding-left: 10px;
  }

  .footer-new-social li a,
  .footer-new-logos li img  {
    width: 26px;
    line-height: 26px;
    height: 26px;
  }

}

@media (max-width:480px){
  .footer-new-body > div > div > div {
    display: block !important;
    width: 100% !important;
    min-width: 50%;
    margin-right: -4px;
    vertical-align: top;
  }
}


/*//////////
//Popup form
/////////*/
.form-popup-wrapper {
  background-color: #136db9;
  max-width: 400px;
  padding-bottom: 2em;
  color:#fff;
  padding-top:2em;
}



/*//////////
//Operational
/////////*/
.hexagon-img > img {
  position: absolute;
  z-index: 1;
  max-width: 40px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: inline-block;
}

.hexagon-img {
  display: inline-block;
  text-align: center;
}




[data-name="hexagon-group"]:hover .hexagon-content{
  opacity:1;
}

.hexagon-content{
  opacity:0.2;
  transition:all ease-in-out 0.5s;
}

.hexagon-content text {
  font-family: 'Roboto', sans-serif;
}




@media (max-width:768px){
  .hexagon-svg-wrapper{
    display:none !important;
  } 

  .hexagon-img-wrapper{
    min-width:100%;
    text-align:left;
  }

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




/* Hex Jump Links */

.hex-jump-links {
  max-width: 48em;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}

.hex-jump-links-container {
  background-color: #e9e9ef;
  padding: 0.6em 0;
  position: fixed;
  top: -100%;
  right: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.hex-jump-links__item {
  width: calc(100% / 9);
}

svg {
  max-width: 100%;
}

.hex-jump-links .hexagon-img > img {
  max-width: 35%;
}

@media (max-width: 450px) {

  .hex-jump-links .hexagon-img > img {
    max-width: 42%;
    top: 42%;
  }

}

.hex-jump-links-container--is-active {
  top: 0;
}

.l-well {
  background-color: #eee;
  padding: 1em;
  border: 1px solid #ddd;
  border-bottom-width: 2px;
  border-radius: 5px;
}

/*
//////////////////////////////////////////////////////////////////////////////
//
// Macbook Section
//
//////////////////////////////////////////////////////////////////////////////
*/

.macbook {
  position: relative;
}

.macbook__screen {
  height: 0;
  width: 70.5%;
  background-position: center;
  background-size: cover;
  padding-top: 44.2%;
  position: absolute;
  top: 9.7%;
  left: 14.8%;
  background-color: #101010;
}

.macbook__screen-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  -webkit-transform: translateY(-44%);
  transform: translateY(-44%);
}

.macbook__frame {

}



/*itrac*/

.iphone-itraq{
  position:relative;
  z-index:99;
  margin-top:-7em;
}

.iphone-itraq img {
  width: 450px;
  text-align: center;
  margin: 0 auto !important;
  float: right;
  max-width:none;
}

.itrac-phone-base:before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  background-color: rgba(12, 12, 12, 0.08);
}

.p-offset-content {
  padding-top: 0em;
}

.card-content {
  padding: 2em;
  background-color: #fff;
  border-radius: 10px;
}


@media (max-width:768px){
  .card-content {
    padding: 1em;
  }
}

.itraq-hand img {
  position: relative;
  width: 524px;
  max-width: none;
}


.itraq-phone-img {
  max-width: 240px;
}

.itraq-phone-outter-content {
  padding: 2em 0;
}

.itraq-feature {
  position: absolute;
  top: 0;
  right:-1em;
  width: calc(105% - 150px);
  margin-top: 4vw;
  z-index: 1;
}

.itraq-feature-item {
  background-color: #fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.42);
  padding: 0.5em;
  border-radius: 10px;
  margin-top: 1.3em !important;
  position:relative;
}

.itraq-feature-item:nth-child(2){
  right:-2em;
}

.itraq-feature-item img {
  width: 100%;
  max-width: 4em;
  display: inline-block;
  height: 100% !important;
}

.itraq-feature-item p {
  display: inline-block;
  width: calc(100% - (50px + 2em));
  padding-left: 1em;
}

.itraq-feature-item span {
  display: block;
  color: #136db9;
}


@media (max-width:820px){
  .itraq-feature {
    width: calc(130% - 137px);
    right: -7em;
  }

}


@media (max-width:768px){
  .itraq-hand{
    display:none !important;
  }
  .iphone-itraq img {
    float: none !important;
    margin: 0 auto !important;
    max-width: 300px;
    display: block;
  }

  .itrac-phone-base:before {
    height: 100%;
  }

  .itraq-feature{
    width: calc(100% - 137px);
    right: 3em;
  }

}

@media (max-width:480px){
  .itraq-feature {
    position: relative;
    right: 0;
    overflow-x: scroll;
    white-space: nowrap;
    width: 100%;
  }

  .itraq-feature-item {
    white-space: initial;
    right: 0 !important;
    display: inline-block !important;
    width: 85% !important;
    margin-right: 0.8em !important;
    margin-left: 0.2em !important;
    vertical-align: top;
  }

  .itraq-feature-item:nth-last-child(1) {
    margin-right: 0 !important;
  }

  .itraq-phone-img {
    max-width: 190px;
    display: block;
    margin: 0 auto;
  }

  .itraq-feature-item p{
    display: block;
    width: 100%;
    padding-left: 0;
  }
}









/* Popup Form Overrides */
.flow-modal__main-content h3 {
  color: #00549b;
}

.flow-modal__main-content label {
  color: #333;
  font-size: 1rem;
}


.blue_white .gps-tracking >p 
color: #fff!important;

}
.blue_white .gps-tracking >h5 {
  color: #fff!important;

}





/*NEW HERO STYLE*/
.new-hero__content h1{
  position:relative;
}
.new-hero__content h1:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100px;
  height: 5px;
  bottom: 0;
  background-color: #136db9;
}


/*  MARQUEE STYLING
* ********************************************/
.marquee {
  padding: 2rem;
  margin: 3rem 1rem 2rem;
  border: 2px solid #136db9;
  border-radius: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .marquee {
    margin: 3rem 0 2rem;
  }
}
.marquee p {
  margin: 0;
}
.marquee img {
  top: -30px;
  z-index: 1;
  position: absolute;;
}


/*  ninety-9-coverage
* ********************************************/
.ninety-9-coverage {
  padding-top: 54%;
  background: #fff url(https://www.rastrac.com/hubfs/FirstNetPage/99-america-coverage.png) no-repeat 0 0/contain;
}
.ninety-9-coverage--text {
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  .ninety-9-coverage {
    padding-top: 360px;
    background: #fff url(https://www.rastrac.com/hubfs/FirstNetPage/99-america-coverage.png) no-repeat 0 -100px/contain;
  }
}

@media screen and (min-width: 1000px) {
  .ninety-9-coverage {
    background: #fff url(https://www.rastrac.com/hubfs/FirstNetPage/99-america-coverage.png) no-repeat 0 -140px/contain;
  }
  .ninety-9-coverage--text {
    padding: 0;
  }
}


/* form-centered (for bottom of page)
* ************************************* */
.form-centered {
  background-image: url(https://www.rastrac.com/hubfs/FirstNetPage/rastrac-bg-pattern-3.jpg);
  background-size: cover;
}
.form-centered--form {
  padding: 2rem;
  background: #fff;
}
.form-centered--form label {
  color: #2d4c66 !important;
}