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

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

@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700);


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



body, .hs_cos_wrapper {
    min-height: 100%;
}


/* Overrides
   ========================================================================== */
.fp-controlArrow,
.fp-slidesNav {
    z-index: 1;
}
.fp-slidesNav.bottom {
    bottom: 5px;
}
#top-section .fp-slidesNav.bottom {
    bottom: 25px;
}
ul.messenger.messenger-fixed.messenger-on-top {
    top: 50px;
}


/* Custom Top Section (Demo, Privacy, Terms)
   ========================================================================== */
.custom-top-section {
    background: transparent url('https://s3.amazonaws.com/pi-ompnt-nodejs/heroes/hero-dna-low.jpg') no-repeat 50% 50%;
    background-size: cover;
    padding-top: 50px;
    margin-top: -52px;
    padding-bottom: 80px;
    position: relative;
}
.custom-top-section h1 {
    color: #fff;
    letter-spacing: 0.5rem;
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
    margin: 60px auto 20px;
}
.custom-top-section h2 {
    color: #00abe8;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    margin: 20px auto;
}


.company-profile {
    /*-moz-box-shadow:    inset 0 0 0 2px #eee;
    -webkit-box-shadow: inset 0 0 0 2px #eee;
    box-shadow:         inset 0 0 0 2px #eee;*/
    height: 100px;
    text-align: center;
    padding-top: 25px;
}
img.expando {
    width: 150px;
    opacity: 1;
    transition: all 300ms;
}
img.expando:hover {
    opacity: 0.5;
    width: 160px;
}

a.hero-button {
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    font-family: sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border-radius: 6px;
    border-width: 0px;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    text-shadow: none;
    line-height: 1.5em;
    padding: 15px 35px;
    opacity: 0.85;
}
a.hero-button:hover {
    opacity: 1;
}

a.hero-button.gold {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3e2c7+0,c19e67+50,b68d4c+51,e9d4b3+100;L+Brown+3D */
    background: #f3e2c7; /* Old browsers */
    background: -moz-linear-gradient(top,  #f3e2c7 0%, #c19e67 50%, #b68d4c 51%, #e9d4b3 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f3e2c7 0%,#c19e67 50%,#b68d4c 51%,#e9d4b3 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f3e2c7 0%,#c19e67 50%,#b68d4c 51%,#e9d4b3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#e9d4b3',GradientType=0 ); /* IE6-9 */
    
    color: #fff;
}
a.hero-button.green {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bfd255+0,8eb92a+50,72aa00+51,9ecb2d+100;Green+Gloss */
    background: #bfd255; /* Old browsers */
    background: -moz-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */
    
    color: #fff;
}
a.hero-button.silver {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6f8f9+0,e5ebee+50,d7dee3+51,f5f7f9+100;White+Gloss */
    background: #f6f8f9; /* Old browsers */
    background: -moz-linear-gradient(top,  #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */
    
    color: #333;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #ccc;
    font-size: 0.8em;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ccc;
    font-size: 0.8em;
    opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#ccc;
    font-size: 0.8em;
    opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ccc;
    font-size: 0.8em;
}

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


#top-section {
    margin-top: -66px;
}
#top-section.fp-auto-height {
    padding-top: 64px;
}
.app-detail-section {
    padding-top: 5%;
}
p.custom-site-title,
.scroll-header p.custom-site-title {
    margin: 0;
}


#secondary-section {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 44%, #eeeeee 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f0f0f0 44%,#eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#f0f0f0 44%,#eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
    font-family: 'Open Sans';
    color: #777;
    font-weight: 500;
    font-size: 0.9em;
    padding: 30px 0 50px;
}
#secondary-section .span4 {
    text-align: center;
}
.icon-header i {
    color: #777;
    font-size: 70px;
    line-height: 1.3;
}
#secondary-section h4 {
    font-weight: 600;
    text-transform: uppercase;
}
p.description-text {
    color: #777;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    line-height: 1.7;
}
#testimonials-section {
    padding: 5rem 0;
}
p.testimonial-text {
    color: rgb(15,114,172);
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 1.3rem;
    font-weight: 300;
    margin: 0;
    padding: 0;
    line-height: 1.5;
}
p.testimonial-author, p.testimonial-company {
    padding-top: 1.8rem;
}
p.testimonial-author {
    color: rgba(15,114,172,0.5);
    font-family: Arial, sans-serif;
    font-weight: 500;
}
p.testimonial-company {
    color: #555;
    font-family: Georgia, serif;
    font-size: 1.1rem;
    font-weight: 900;
    text-transform: uppercase;
}


.custom-header p.custom-site-title a {
    /*background-image: url('https://s3.amazonaws.com/pi-ompnt-nodejs/white_logo_scaled.png');*/
    background-image: url('https://s3.amazonaws.com/pi-ompnt-nodejs/logo-no-slogan-white.svg');
    background-repeat: no-repeat;
    background-size: 100% auto;
    /*background-position: 0 -15px;*/
    background-position: 0 0;
    display: inline-block;
    /*width: 250px;*/
    width: 229.7px;
    /*height: 59px;*/
    height: 40px;
    margin: 4px 0 0 5px;
}
.scroll-header .custom-header p.custom-site-title a,
  .mobile-open .custom-header p.custom-site-title a {
    /*background-image: url('https://s3.amazonaws.com/pi-ompnt-nodejs/blue_logo_scaled.png');*/
    background-image: url('https://s3.amazonaws.com/pi-ompnt-nodejs/logo-no-slogan-blue.svg');
}
.scroll-header .custom-header {
    height: 40px;
}
.section{
	background-size: cover;
}
.section-content {
    position: relative;
    z-index: 2;
}
#particles-js {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #00ABE8;
}
#fullpage-section-wrapper .section {
    opacity: 1;
}
#fullpage-section-wrapper .section.fp-auto-height {
    opacity: 1;
}
.slide{
    background-position: center top;
	background-size: cover;
    position: relative;
}
#top-section .slide {
    padding: 5% 0 0 0;
}
#top-section .section-content {
    padding: 6% 0;
}
#top-section .section-content.form-section {
    padding: 1% 0 6%;
}
#top-section .section-content h1,
  #top-section .section-content h2 {
    color: #fff;
}
#top-section .section-content p {
    color: #fff;
    font-size: 1.2em;
}
#top-section .section-content.dark-text h1,
  #top-section .section-content.dark-text h2,
  #top-section .section-content.dark-text h3,
  #top-section .section-content.dark-text p {
    color: #555;
}
#slide1 {
    /*background: #eee url('https://s3.amazonaws.com/pi-ompnt-nodejs/watchinhand.jpg') no-repeat center center;
    background-size: cover;*/
    background-image: url('https://s3.amazonaws.com/pi-ompnt-nodejs/heroes/hero-camera-low.jpg');
    padding: 3% 0 0 0;
}
#slide2 {
    /*background: #eee url('https://s3.amazonaws.com/pi-ompnt-nodejs/balloon.jpg') no-repeat center center;
    background-size: cover;*/
    background-image: url('https://s3.amazonaws.com/pi-ompnt-nodejs/heroes/hero-falling-low.jpg');
    padding: 3% 0 0 0;
}
#slide3 {
    /*background: #eee url('https://s3.amazonaws.com/pi-ompnt-nodejs/chalk.jpg') no-repeat center center;
    background-size: cover;*/
    background-image: url('https://s3.amazonaws.com/pi-ompnt-nodejs/heroes/hero-driving-low.jpg');
    padding: 3% 0 0 0;
}
/*#slide4 {
    /*background: #eee url('https://s3.amazonaws.com/pi-ompnt-nodejs/controller.jpg') no-repeat center center;
    background-size: cover;*/
/*    background-image: url('https://s3.amazonaws.com/pi-ompnt-nodejs/controller.jpg');
	padding: 3% 0 0 0;
}*/


#product-section {
}
#product-section h1,
#product-section p {
    margin: 25px 0;
    text-align: left;
}
#product-section p.cta-wrapper {
    margin: 35px auto;
}

a.video-button {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin: -10px auto 0;
    opacity: 0.8;
    text-align: center;
}
a.video-button i.fa {
    font-size: 6rem;
}
a.video-button:hover {
    opacity: 1;
}

a.video-link {
    font-family: "montserratregular", sans-serif;
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: auto;
    opacity: 0.7;
    text-align: center;
    margin: 25px 0 35px;
}
a.video-link:hover {
    opacity: 0.8;
}
a.video-link:after {
    content: '\F144';
    color: #84ba5b;
    color: #000;
    display: block;
    font-family: FontAwesome;
    font-size: 8rem;
    position: absolute;
    top: 10%; right: 0; bottom: 40%; left: 0;
    margin: auto;
    opacity: 0.8;
    text-align: center;
}
a:hover.video-link:after {
    opacity: 0.9;
    z-index: 3;
}
a.video-link span {
    display: inline-block;
    position: relative;
    top: -25px;
}


.app-detail-slide {
    background-position: 0% 0%;
    background-size: 60%;
    background-repeat: no-repeat;
}
.app-detail-slide.alt {
    background-position: 100% 0%;
    background-size: 60%;
    background-repeat: no-repeat;
}
#app-slide-0 {
    background-image: url('https://s3.amazonaws.com/pi-ompnt-nodejs/imac-overview-insight-modal.png');
}
#app-slide-1 {
    background-image: url('https://s3.amazonaws.com/pi-ompnt-nodejs/imac-overview-performance.png');
}
#app-slide-2 {
    background-image: url('https://s3.amazonaws.com/pi-ompnt-nodejs/imac-history-litmus.png');
}
/*#app-slide-3 {
    background-image: url('https://s3.amazonaws.com/pi-ompnt-nodejs/imac-litmus-cropped.png');
}*/
#app-slide-4 {
    background-image: url('https://s3.amazonaws.com/pi-ompnt-nodejs/imac-simulate-benchmark.png');
}
.app-content {
    padding: 0 5% 0 55%;
}
.app-content.alt {
    padding: 0 0 0 5%;
    width: 45%;
}
.section h1 {
    color: #555;
    font-size: 2.6rem;
    font-weight: 600;
    text-align: center;
    margin: 0 auto 35px;
    padding: 0;
    /*text-transform: capitalize;*/
}
#top-section.section h1 {
    font-size: 4rem;
}
.section .slide h1 {
    color: #fff;
    padding: 0 10%;
}
.section .slide .app-content h1 {
    color: #555;
    text-align: left;
    padding: 0;
}
.section h2 {
    /*text-transform: capitalize;*/
    text-align: center;
    margin: 35px auto;
}
.section p {
    line-height: 1.5;
    text-align: center;
    margin: auto 10%;
}
.section .app-content h3 {
    font-size: 2.5em;
    margin: 25px 0 10px;
}
.section p.intro {
    color: #fff;
    font-size: 2em;
    line-height: 1.3;
    text-align: center;
    margin: 0 auto;
    padding: 0 15%;
    /*padding: 50px;*/
    /*text-shadow: 0px 0px 1px rgba(255, 255, 255, 1);*/
}
#top-section .fp-slidesNav ul li a span {
    background: #eee;
}
.section .app-content p {
    color: #555;
    font-size: 1.4em;
    text-align: left;
    margin: auto;
}
.section .app-content p.cta-wrapper,
  p.cta-wrapper {
    font-size: inherit;
    margin: 35px auto;
    text-align: center;
}
#top-section p.cta-wrapper {
    opacity: 0.8;
    -webkit-appearance: none;
    -webkit-transition: opacity 400ms ease-in-out;
    -moz-transition: opacity 400ms ease-in-out;
    -ms-transition: opacity 400ms ease-in-out;
    -o-transition: opacity 400ms ease-in-out;
    transition: opacity 400ms ease-in-out;
}
#top-section p.cta-wrapper.adjusted {
    opacity: 0.95;
}
#top-section p.cta-wrapper:hover {
    opacity: 1;
}
.col {
    float: left;
    width: 50%;
    white-space: nowrap;
    text-align: center;
}
.col h3, .col p {
    text-align: center;
    margin: auto;
    padding: 0 10%;
}

.top-fold-down-arrow {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.top-fold-down-arrow a {
    color: #fff;
    text-decoration: none;
}
.top-fold-down-arrow a:hover {
    color: #fff;
    text-decoration: none;
}
.ficon-arrow-bottom {
    font-family: 'ompnt_icons' !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
}
.fp-controlArrow { opacity: 0.5; transition: opacity 0.5s; }
.fp-controlArrow:hover { opacity: 0.8; }

.section.news .news-content {
    color: #555;
    line-height: 1.5;
    text-align: center;
    margin: auto 10%;
    padding-bottom: 50px;
}
.section.news { padding: 50px 0; }
.section.news h2 { color: #555; font-size: 1.5em; text-align: center; margin: 10px 10%; }
.section.news a,
  .section.news p {
      color: #555;
      line-height: 1.5;
}
.section.news a { line-height: 1.1; }
.section.news a:hover { text-decoration: underline; }
.section.news h2 a:hover { text-decoration: none; }
.section.news p.news-date { font-size: 0.8em; margin-bottom: 20px; }
.section.news p.readmore { position: absolute; bottom: 0; margin: auto; left: 0; right: 0; }

#news-section .fp-controlArrow.fp-prev {
    border-color: transparent #555 transparent transparent;
}
#news-section .fp-controlArrow.fp-next {
    border-color: transparent transparent transparent #555;
}
#blogsummary-section.section.news .news-content,
#blogsummary-section.section.news h1,
#blogsummary-section.section.news h2,
#blogsummary-section.section.news a,
#blogsummary-section.section.news p {
    color: #fff;
}

.entry-content {
    font-family: "montserratsemi", sans-serif;
    padding: 0 20%;
}
.entry-content .text-semi-bold {
    margin: 50px auto 20px;
}
.entry-content h3 {
    font-weight: 600;
    margin: 20px 0 10px;
}
.entry-content p {
    color: #555;
    font-weight: normal;
    line-height: 1.5;
    margin: 0 0 10px;
    text-align: left;
}
.update-date {
    margin-top: 50px;
}
.form-section {
    /*width: 36%;*/
    text-align: center;
    margin: 0 auto 10%;
}
.form-container {
    border: 1px solid #ddd;
    margin-top: 40px;
    padding: 30px;
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(0,0,0,.07);
}
.form-container form {
    text-align: left;
}
.form-container input[type="text"],
  .form-container input[type="password"],
  .form-container input[type="datetime"],
  .form-container input[type="datetime-local"],
  .form-container input[type="date"],
  .form-container input[type="month"],
  .form-container input[type="time"],
  .form-container input[type="week"],
  .form-container input[type="number"],
  .form-container input[type="email"],
  .form-container input[type="url"],
  .form-container input[type="search"],
  .form-container input[type="tel"],
  .form-container input[type="color"],
  .form-container input[type="file"],
  .form-container textarea,
  .form-container select {
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 0.9em;
}
.form-container label {
    color: #777;
    font-size: 0.9em;
}
.form-container .hs-error-msgs label {
    color: rgb(204, 37, 41);
}
.form-container form.hs-form .hs-form-field ul.inputs-list {
    font-size: 0.8em;
    margin: -23px 0 10px;
}
.form-container .hs_submit {
    text-align: center;
    margin: 10px auto 0;
}
.form-container .hs-button.primary, .form-container input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    opacity: 0.7;
    float: none;
    border-radius: 3px;
    padding: 15px 35px;
    font-size: 16px;
    border: none;
    color: #fff;
    height: auto;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    font-family: "montserratregular",sans-serif;
    background: #00ABE8;
}
.form-container .hs-button.primary:hover, .form-container input[type="submit"]:hover {
    opacity: 1;
}

/* Mobile ----------- */
@media only screen
and (max-width : 767px) {
    .custom-logo a,
      .custom-logo a:hover {
        font-size: 12px;
    }
    /*.custom-logo {
        padding-top: 5px;
    }*/
    .mobile-trigger,
      .scroll-header .mobile-trigger,
      .mobile-open .mobile-trigger {
        top: -64px;
    }
    .mobile-open p.custom-site-title,
      .mobile-open .scroll-header p.custom-site-title.
      .scroll-header .custom-logo.logo p.custom-site-title {
        margin-bottom: 0;
        margin-top: 0;
    }
    .mobile-trigger i {
        top: 0;
    }
    .mobile-open .mobile-trigger i {
        top: 7px;
    }
    .mobile-open .scroll-header p.custom-site-title {
        margin-bottom: 0;
        margin-top: 0;
    }
    .custom-menu-primary.js-enabled .hs-menu-wrapper {
        top: -25px;
    }
    .custom-top-section {
        background: transparent url('https://s3.amazonaws.com/pi-ompnt-nodejs/heroes/hero-dna-low-767.jpg') no-repeat 50% 50%;
    }
    
    #slide1 {
        background-image: url('https://s3.amazonaws.com/pi-ompnt-nodejs/heroes/hero-camera-low-767.jpg');
    }
    #slide2 {
        background-image: url('https://s3.amazonaws.com/pi-ompnt-nodejs/heroes/hero-falling-low-767.jpg');
    }
    #slide3 {
        background-image: url('https://s3.amazonaws.com/pi-ompnt-nodejs/heroes/hero-driving-low-767.jpg');
    }
    /*
    #slide4 {
        background-image: url('https://s3.amazonaws.com/pi-ompnt-nodejs/controller-767.jpg');
    }
    */
    #app-slide-0 {
        background-image: url('https://s3.amazonaws.com/pi-ompnt-nodejs/imac-overview-insight-modal-767.png');
    }
    #app-slide-1 {
        background-image: url('https://s3.amazonaws.com/pi-ompnt-nodejs/imac-overview-performance-767.png');
    }
    #app-slide-2 {
        background-image: url('https://s3.amazonaws.com/pi-ompnt-nodejs/imac-history-litmus-767.png');
    }
    /*#app-slide-3 {
        background-image: url('https://s3.amazonaws.com/pi-ompnt-nodejs/imac-litmus-cropped.png');
    }*/
    #app-slide-4 {
        background-image: url('https://s3.amazonaws.com/pi-ompnt-nodejs/imac-simulate-benchmark-767.png');
    }
    #product-section h1,
    #product-section p {
        margin: 25px 10%;
        text-align: center;
    }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
    #top-section {
        display: table;
        height: 100%;
    }
    #top-section .slide {
        /*padding: 6% 0 0 0;*/
        display: table-cell;
        vertical-align: middle;
    }
    .section h1 {
        font-size: 2em;
    }
    .section p.intro {
        font-size: 1.5em;
    }
}

/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px)
and (max-width : 568px) {
    #top-section.section h1 {
        font-size: 1.5rem;
    }
    .section h1,
      .section .app-content h1 {
        font-size: 1.8em;
    }
    .section h2,
      .section .app-content h2 {
        font-size: 1.2em;
    }
    #top-section h2 {
        font-size: 1.8em;
    }
    .section p,
      .section p.intro,
      .section .app-content p {
        font-size: 0.8em;
    }
    .section .slide .app-content h1 {
        font-size: 1.8em;
        margin-bottom: 20px;
        padding-right: 30%;
    }
    .section .app-content h3 {
        font-size: 1em;
        max-width: 50%;
    }
    .app-detail-section {
        padding-top: 10%;
    }
    .app-detail-slide,
      .app-detail-slide.alt {
        background-position: 90% top;
        background-size: 35%;
    }
    .app-content,
      .app-content.alt {
        padding: 5% 10% 0;
        width: auto;
    }
}

/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
    /*#top-section .slide {
        padding: 6% 0 0 0;
    }*/
    .app-detail-section {
        padding-top: 10%;
    }
    .section h1 {
        font-size: 1.8em;
    }
    .section p.intro {
        font-size: 1em;
    }
    .section .slide .app-content h1 {
        font-size: 1.5em;
        margin-bottom: 20px;
    }
    .section .app-content h3 {
        font-size: 0.8em;
        margin: 5px 0 5px;
        max-width: 50%;
    }
    .section .app-content p {
        font-size: 0.4em;
    }
    .section .app-content p.cta-wrapper {
        margin-top: 15px;
    }
    .app-detail-slide {
        background-size: 40%;
    }
    .app-detail-slide.alt {
        background-size: 40%;
    }
    .app-content {
        padding: 0 5% 0 40%;
    }
    .app-content.alt {
        padding: 0 0 0 5%;
        width: 60%;
    }
}

@media only screen
and (min-width : 568px)
and (max-width : 768px) {
    #top-section.section h1 {
        font-size: 2rem;
    }
    #top-section .slide {
        padding: 3% 0 0 0;
    }
    a.hero-button {
        font-size: 1.2rem;
        padding: 5px 25px;
    }
    .app-detail-section {
        padding-top: 10%;
    }
    .section h1 {
        font-size: 2em;
    }
    .section h2 {
        font-size: 1.2em;
    }
    #top-section h2 {
        font-size: 2em;
    }
    .section p,
      .section p.intro {
        font-size: 1em;
    }
    .section .slide .app-content h1 {
        font-size: 1.4em;
        margin-bottom: 10px;
    }
    .section .app-content h3 {
        font-size: 1.2em;
        margin: 5px 0 5px;
    }
    .section .app-content p {
        font-size: 0.8em;
    }
    .section .app-content p.cta-wrapper {
        margin-top: 15px;
    }
    .app-detail-slide {
        background-size: 40%;
    }
    .app-detail-slide.alt {
        background-size: 40%;
    }
    .app-content {
        padding: 0 5% 0 40%;
    }
    .app-content.alt {
        padding: 0 0 0 5%;
        width: 60%;
    }
}

@media only screen
and (min-width : 768px)
and (max-width : 1024px) {
    #top-section.section h1 {
        font-size: 3rem;
    }
    #top-section .slide {
        padding: 3% 0 0 0;
    }
    .app-detail-section {
        padding-top: 7%;
    }
    .section h1 {
        font-size: 2.4em;
    }
    .section p.intro {
        font-size: 1.2em;
    }
    .section .slide .app-content h1 {
        font-size: 2em;
        margin-bottom: 10px;
    }
    .section .app-content h3 {
        font-size: 1.3em;
        margin: 5px 0 5px;
    }
    .section .app-content p {
        font-size: 0.9em;
    }
    .section .app-content p.cta-wrapper {
        margin-top: 15px;
    }
    .app-detail-slide {
        background-size: 40%;
    }
    .app-detail-slide.alt {
        background-size: 40%;
    }
    .app-content {
        padding: 0 5% 0 40%;
    }
    .app-content.alt {
        padding: 0 0 0 5%;
        width: 60%;
    }
}

@media only screen
and (min-width : 1024px)
and (max-width : 1224px) {
    .section h1 {
        font-size: 3em;
    }
    .section p.intro {
        font-size: 1.5em;
    }
    .section .slide .app-content h1 {
        font-size: 2.5em;
        margin-bottom: 10px;
    }
    .section .app-content h3 {
        font-size: 1.5em;
        margin: 10px 0 5px;
    }
    .section .app-content p {
        font-size: 1em;
    }
    .section .app-content p.cta-wrapper {
        margin-top: 20px;
    }
    .app-detail-slide {
        background-size: 45%;
    }
    .app-detail-slide.alt {
        background-size: 45%;
    }
    .app-content {
        padding: 0 5% 0 45%;
    }
    .app-content.alt {
        padding: 0 0 0 5%;
        width: 55%;
    }
}

@media only screen
and (min-width : 1224px)
and (max-width : 1824px) {
    .section h1 {
        /*font-size: 4em;*/
    }
    .section p.intro {
        font-size: 1.5em;
    }
    .section .slide .app-content h1 {
        font-size: 2.6em;
        margin-bottom: 15px;
    }
    .section .app-content h3 {
        font-size: 1.6em;
        margin: 15px 0 5px;
    }
    .section .app-content p {
        font-size: 1.1em;
    }
    .section .app-content p.cta-wrapper {
        margin-top: 25px;
    }
}

/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
    .section h1 {
        font-size: 4em;
    }
    .section p.intro {
        font-size: 2em;
    }
}

/* iPhone 5 (portrait & landscape)----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px) {
    .section h1,
      .section .app-content h1 {
        font-size: 1.5em;
    }
    .section h2,
      .section .app-content h2,
      .section h3,
      .section .app-content h3 {
        font-size: 1em;
    }
    .section p,
      .section p.intro {
        font-size: 1.1em;
    }
    .section .app-content p {
        font-size: 0.8rem;
    }
    .app-detail-section {
        padding-top: 10%;
    }
    .app-detail-slide,
      .app-detail-slide.alt {
        background-position: 90% top;
        background-size: 35%;
    }
    .app-content,
      .app-content.alt {
        padding: 5% 10% 0;
        width: auto;
    }
}

/* iPhone 5 (landscape)----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : landscape) {
    #top-section .slide {
        padding: 3% 0 0 0;
    }
    #top-section.section h1 {
        font-size: 2em;
    }
    .section p,
      .section p.intro,
      .section .app-content p {
        font-size: 1em;
    }
    .fp-slidesNav.bottom {
        bottom: 10px;
    }
    .app-detail-section {
        padding-top: 5%;
    }
    .section .app-content h3 {
        margin: 20px 0 10px;
    }
    .app-content,
      .app-content.alt {
        padding: 10% 10% 0;
        width: auto;
    }
}

/* iPhone 5 (portrait)----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : portrait) {
    #top-section .slide {
        padding: 12% 0 0 0;
    }
    #top-section.section h1 {
        font-size: 2em;
    }
    .fp-controlArrow.fp-prev {
        display: none;
    }
    .fp-controlArrow.fp-next {
        display: none;
    }
}

/* Galaxy S5, iPhone 6, etc. (landscape) ----------- */
@media only screen
and (min-device-width : 568px)
and (max-device-width : 768px)
and (orientation : landscape) {
    .app-detail-slide,
      .app-detail-slide.alt {
        background-position: right bottom;
        background-size: 25%;
    }
    .app-content,
      .app-content.alt {
        padding: 0 5%;
        width: auto;
    }
    .section .app-content h1 {
        margin-top: 20px;
    }
    .section p,
      .section .app-content p {
        font-size: 0.8em;
    }
    .section .app-content p:nth-child(3),
    .section .app-content p:nth-child(4) {
        display: none;
    }
    .section .app-content p.cta-wrapper {
        margin-top: 20px;
    }
}

/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
    #top-section .slide {
        padding: 12% 0 0 0;
    }
    #top-section.section h1 {
        font-size: 4rem;
    }
    .section p.intro {
        font-size: 2em;
    }
    a.hero-button {
        font-size: 2.5rem;
        padding: 15px 35px;
    }
    .section .app-content p.cta-wrapper {
        margin-top: 35px;
    }
    .fp-slidesNav.bottom {
        bottom: 50px;
    }
    .section .app-content h3 {
        font-size: 1.7em;
        margin: 5% 0 2%;
    }
}

/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
    #top-section .slide {
        padding: 6% 0 0 0;
    }
    .section p,
      .section .app-content p {
        font-size: 1.3em;
    }
}

/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
    .section .slide .app-content h1 {
        font-size: 2.5em;
    }
    .section p,
      .section .app-content p {
        font-size: 1.5em;
    }
}

@charset "UTF-8";

/*
    Name: YouTubePopUp
    Description: jQuery plugin to display YouTube or Vimeo video in PopUp, responsive and retina, easy to use.
    Version: 1.0.1
    Plugin URL: http://wp-time.com/youtube-popup-jquery-plugin/
    Written By: Qassim Hassan
    Twitter: @QQQHZ
    Websites: wp-time.com | qass.im | wp-plugins.in
    Dual licensed under the MIT and GPL licenses:
        http://www.opensource.org/licenses/mit-license.php
        http://www.gnu.org/licenses/gpl.html
    Copyright (c) 2016 - Qassim Hassan
*/

.YouTubePopUp-Wrap{
    position:fixed;
    width:100%;
    height:100%;
    background-color:#000;
    background-color:rgba(0,0,0,0.8);
    top:0;
    left:0;
    z-index:9999999999999;
}

.YouTubePopUp-animation{
    opacity: 0;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: YouTubePopUp;
    animation-name: YouTubePopUp;
}

@-webkit-keyframes YouTubePopUp {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes YouTubePopUp {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

body.logged-in .YouTubePopUp-Wrap{ /* For WordPress */
    top:32px;
    z-index:99998;
}

.YouTubePopUp-Content{
    max-width:680px;
    display:block;
    margin:0 auto;
    height:100%;
    position:relative;
}

.YouTubePopUp-Content iframe{
    max-width:100% !important;
    width:100% !important;
    display:block !important;
    height:480px !important;
    border:none !important;
    position:absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.YouTubePopUp-Hide{
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: YouTubePopUpHide;
    animation-name: YouTubePopUpHide;
}

@-webkit-keyframes YouTubePopUpHide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes YouTubePopUpHide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.YouTubePopUp-Close{
    position:absolute;
    top:0;
    cursor:pointer;
    bottom:528px;
    right:0px;
    margin:auto 0;
    width:24px;
    height:24px;
    background:url(../images/close.png) no-repeat;
    background-size:24px 24px;
    -webkit-background-size:24px 24px;
    -moz-background-size:24px 24px;
    -o-background-size:24px 24px;
}

.YouTubePopUp-Close:hover{
    opacity:0.5;
}

@media all and (max-width: 768px) and (min-width: 10px){
    .YouTubePopUp-Content{
        max-width:90%;
    }
}

@media all and (max-width: 600px) and (min-width: 10px){
    .YouTubePopUp-Content iframe{
        height:320px !important;
    }

    .YouTubePopUp-Close{
        bottom:362px;
    }
}

@media all and (max-width: 480px) and (min-width: 10px){
    .YouTubePopUp-Content iframe{
        height:220px !important;
    }

    .YouTubePopUp-Close{
        bottom:262px;
    }
}
