/* @import url('http://example.com/example_style.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;} */


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


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

/*@import url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css);*/


* ==========================================================================
1. BASE STYLES                                             
========================================================================== */

.padding10          {padding:10px 0px;}
.padding20          {padding:20px 0px;}
.padding30          {padding:30px 0px;}
.padding40          {padding:40px 0px;}
.padding50          {padding:50px 0px;}
.padding60          {padding:60px 0px;}
.padding70          {padding:70px 0px;}
.padding80          {padding:80px 0px;}
.padding90          {padding:90px 0px;}
.padding100         {padding:100px 0px;}
.padding120         {padding:120px 0px;}
.padding130         {padding:130px 0px;}
.padding150         {padding:150px 0px;}
.padding200         {padding:200px 0px;}
.padding250         {padding:250px 0px;}
.padding-top10      {padding-top:10px;}
.padding-top20      {padding-top:20px;}
.padding-top30      {padding-top:30px;}
.padding-top50      {padding-top:50px;}
.padding-top75      {padding-top:75px;}
.padding-top100     {padding-top:100px;}
.padding-top150     {padding-top:150px;}
.padding-top200     {padding-top:200px;}
.margin-top200      {margin-top:200px;}
.margin-top250      {margin-top:250px;}
.padding-bottom30   {padding-bottom:30px;}
.padding-bottom50   {padding-bottom:50px;}
.padding-bottom20   {padding-bottom:20px;}
.padding-bottom100  {padding-bottom:100px;}
.center             {text-align:center;}
.right              {text-align:right;}
.left               {text-align:left;}
.white              {color:#fff;}
.black              {color:#000;}
.bold               {font-weight: 800;}
.base-color         {color:#1996FC;}
.caps               {text-transform: uppercase;}
.text               {font-family: 'Calibri',sans-serif;}
.head-font          {font-family: 'Calibri',sans-serif;}
.grey-bg            {background-color:#f8f8f8;}
.height-0           {min-height:0 !important; height:0 !important;}
.color1             {color:#1996FC;}
.color2             {color:#b0599e;}
.color3             {color:#7c43a1;}
.color4             {color:#413454;}
.color5             {color:#252730;}
.bg-color1          {background-color:#f17296;}
.bg-color2          {background-color:#b0599e;}
.bg-color3          {background-color:#7c43a1;}
.bg-color4          {background-color:#413454;}
.bg-color5          {background-color:#252730;}
.no-margins         {margin:0 !important;}


/* Colors */

    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */

/* Typography */
   /*   */
                        /*       */
                        /*   */

/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */

/* Website background color and default font styles */
body {
  line-height: normal;
  /*
   * padding:0;
  margin:0;
  background: #fff;
  color:#252730;
  font-family: ;
  font-size: 15px;
  line-height: 23px;
  font-weight:100;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  */
}
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1200px;
  margin: 0 auto;
}
.container-fluid .row-fluid .page-center2{
  float: none;
  max-width: 1000px;
  margin: 0 auto;
}
body p{
  font-weight:100;
  color:#252730;
}

/* Basic text */

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 { 
  margin-bottom: 10px !important;
}
h1 {
  font-size: 50px;
  line-height:60px;
  font-weight:600;
  margin:0px;
  font-family: ;
}
h2 {
  font-size: 40px;
  font-weight:400;
  margin:0px;
  line-height:50px;
  font-family: ;
}
h3 {
  font-size: 30px;
  font-weight:400;
  margin:0px;
  line-height: 40px;
  font-family: ;
}
h4 {
  font-size: 24px;
  font-weight:400;
  margin:0px;
  line-height: 35px;
  font-family: ;
}
h5 {
  font-size: 20px;
  font-weight:400;
  line-height: 26px;
  margin:0px;
  font-family: ;
}
h6 {
  font-size:15px;
  font-weight:400;
  font-family: ;
}
a {
  text-decoration: none;
  /*letter-spacing: 2px;*/
}
hr{
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #ddd;
}
.talanton_cta{
  padding:0 50px;
  height:50px;
  line-height:50px;
  background-color:#f17296;
  color:#fff;
  border-radius:3px;
  text-transform:uppercase;
  display: inline-block;
  outline:none;
  margin-top: 30px;
}
.talanton_cta:hover{
  background: #ff7da5;
  transition:all .3s ease;
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -o-transition:all .3s ease;
  -ms-transition:all .3s ease;
}
.talanton_cta:active{
  background: #f17296;
  transition:all .3s ease;
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -o-transition:all .3s ease;
  -ms-transition:all .3s ease;
}


/**/
.row-fluid [class*="span"]{
  min-height:0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
  display:block !important;
  padding:10px 13px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li ul li a{
  padding:03px 13px;
}


/*************  Page Style  *************/

.header2{
  padding:20px 0px 15px 0px;
}
.header1{
  position:absolute;
  padding:20px 0;
  width:100% !important;
  z-index:999999;
  /*border-bottom: 1px solid rgba(255, 255, 255, .1);*/
}
.header1 .logo, .header2 .logo{
  padding:5px 0 10px 0;
}
.header1 ul, .header2 ul{
  float:right;
}
.header1 ul li a{
  color:#fff !important;
  font-weight:400;
}
.header1 .social-media a{
  color: #fff !important;
  font-size: 20px;
  padding: 10px;
  display: inline-block;
}
.header1 ul li a, .header2 ul li a, .header1 .social-media a, .header2 .social-media a{
  transition:all .2s ease-in-out;
  -webkit-transition:all .2s ease-in-out;
  -moz-transition:all .2s ease-in-out;
  -o-transition:all .2s ease-in-out;
  -ms-transition:all .2s ease-in-out;
}
.header1 ul li a:hover, .header2 ul li a:hover, .header1 .social-media a:hover{
  color:#f17296 !important;
  transition:all .2s ease-in-out;
  -webkit-transition:all .2s ease-in-out;
  -moz-transition:all .2s ease-in-out;
  -o-transition:all .2s ease-in-out;
  -ms-transition:all .2s ease-in-out;
}
.banner-text h1{
  font-weight:300;
}
.banner-text p{
  color:#fff;
}
/*.banner-text{*/
/*    margin-top:260px;*/
/*}*/
.banner-cta{
  margin-top:20px;
}
.section6 .logo-slider img{
  width:100px;
}
.footer{
  background-color:#30415c;
}
.footer ul{
  float:right;
}
.footer ul li a{
  color:#fff;
  font-weight:400;
}
.footer .social-media a{
  color: #fff;
  font-size: 20px;
  padding: 16px;
  display: inline-block;
}
.footer .Copyright{
  color:#ababab;
}
.header .social-media a:hover, .footer .social-media a:hover, .header ul li a:hover{
  color:#f17296;
}
.newsletter-section h2{
  width:75%; 
}
.newsletter-section .subscribe-form {
  width: 50%;
}
.slider .slick-dots{
  display:none !important;
}	
.left-img_content h4{
  margin-top:30px;
}
section{
  padding: 80px 0;
  width: 100%;
  float: left;
}
.element-title{
  border-bottom: #eee solid 1px;
  padding-bottom: 5px;
}
.space-1{
  height:1px !important;
}
.modules-container{
  margin-top: 50px !important;
  border-bottom: #eee solid 1px;
  padding-bottom: 20px;
}
.modules-container h5{
  color:#f17296;
  font-weight:400;
}
.modules-container img{
  box-shadow: 0 0 30px 5px rgba(53,23,60,0.1);
}















/**********  Accordion  **********/

#accordion h3{
  font-size: 16px;
  border: 1px solid #f17196;
  padding: 0 10px;
  border-radius: 3px;
  color: #f17196;
  outline: none;
  background-color:transparent;
  margin-bottom:0 !important;
}
#accordion p{
  margin:0px;
}

/*********************************/










/* #testi */


/***************iPhone Portrait**************/
@media only screen and (max-width: 479px) and (min-width: 320px){
  .container-fluid .row-fluid .page-center{
    padding-left:20px;
    padding-right:20px;
    box-sizing:border-box;
  }
}

/***************iPhone Landscape*************/
@media only screen and (max-width: 767px) and (min-width: 480px){
  .container-fluid .row-fluid .page-center{
    padding-left:30px;
    padding-right:30px;
    box-sizing:border-box;
  }
}

/****************iPad Portrait***************/
@media only screen and (max-width: 985px) and (min-width: 768px){
  .container-fluid .row-fluid .page-center{
    padding-left:30px;
    padding-right:30px;
    box-sizing:border-box;
  }
}

/**************iPad Landscape****************/
@media only screen and ( max-width: 1024px ) and (min-width: 986px){
  .container-fluid .row-fluid .page-center{
    width:900px;
    box-sizing:border-box;
  }
}
/******************************************************************/
/******************************************************************/



/******************************************************************/
/********************  TalantOn Header 02  ************************/
.header2 ul li a{
  color:#252730 !important;
  font-weight:400;
  letter-spacing:0.5px;
}
.header2 .social-media a{
  color:#f17296 !important;
  font-size: 20px;
  padding: 10px;
  display: inline-block;
}
.header2 .menu ul li ul a{
  font-size: 15px;
}
.header2 .social-media a:hover{
  color:#252730 !important;
}
/***************iPhone Portrait**************/
@media only screen and (max-width: 479px) and (min-width: 320px){
  .header2 .social{
    display:none;
  }
  .header2 .logo{
    width:50%;
    float:left;
    padding: 10px 0 0 0;
  }
  .header2 .menu{
    width:50%;
    float:left;
    margin: 0 !important;
    padding:0;
  }

  .header2 .menu .hs-menu-flow-horizontal{
    display: block;
    position: absolute;
    z-index: 9999;
    left: 0px !important;
    width: 100% !important;
    top: 59px;
  }
  .header2 .custom-menu-primary.js-enabled{
    position:inherit;
  }
  .header2 .row-fluid{
    position:relative;
  }
  .header2 .mobile-trigger {
    top: -31px;
    right: 0px;
  }
  .header2 .mobile-open .mobile-trigger i, .header2 .mobile-open .mobile-trigger i:before, .header2 .mobile-open .mobile-trigger i:after{
    background-color:#fff !important; 
  }
  .header2 .custom-menu-primary.js-enabled .hs-menu-wrapper{
    position:absolute !important;
    top:25px;
    z-index:99999;
  }
  .header2 .menu ul li ul{
    position:inherit !important;
  }
}

/***************iPhone Landscape*************/
@media only screen and (max-width: 767px) and (min-width: 480px){
  .header2 .social{
    display:none;
  }
  .header2 .logo{
    width:35%;
    float:left;
    padding:5px 0;
  }
  .header2 .menu{
    width:65% !important;
    float:left;
  }
  .header2 .mobile-trigger{
    top:-5px;
  }
  .header2 .social-media a{
    padding: 13px 10px;
  }
  .header2 .mobile-open .mobile-trigger i, .header2 .mobile-open .mobile-trigger i:before, .header2 .mobile-open .mobile-trigger i:after{
    background-color:#fff !important; 
  }
  .header2 .custom-menu-primary.js-enabled .hs-menu-wrapper{
    position:absolute !important;
    top:48px;
    z-index:99999;
  }
  .header2 .menu ul li ul{
    display: block;
    border-radius: 10px;
    width: 100%;
    top: 30px;
    position: absolute;
  }

}

/****************iPad Portrait***************/
@media only screen and (max-width: 985px) and (min-width: 768px){
  .header2 .page-center{
    padding-left:0 !important;
    padding-right:0 !important;
  }
  .header2 .page-center .row-fluid{
    display:flex;
  }
  .header2 .social{
    width:40%;
    order:2;
    float:left;
    margin:0;
  }
  .header2 .logo{
    width:30%;
    order:1;
    float:left;
  }
  .header2 .menu{
    width:30% !important;
    margin: 0 !important;
    order:3;
  }
  .header2 .mobile-trigger{
    top:8px;
    right:0; 
  }
  .header2 .social-media a{
    padding: 13px 10px;
  }
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color:#fff !important; 
  }
  .header2 .custom-menu-primary.js-enabled .hs-menu-wrapper{
    position:absolute !important;
    top:50px;
    z-index:99999;
  }
  .header2 .menu ul li ul{
    display: block;
    border-radius: 10px;
    width: 100%;
    top: 30px;
    position: absolute;
  }
  .header2 .social-media{
    width: fit-content;
    float: right;
    margin-right: -130px;
    position: relative;
    z-index: 9999;
  }
  
}

/**************iPad Landscape****************/
@media only screen and ( max-width: 1024px ) and (min-width: 986px){
  .header2 a{   
    letter-spacing: 1px;
  }
  .header2 .page-center{
    padding-left:0 !important;
    padding-right:0 !important;
  }
  .header2 .page-center .row-fluid{
    display:flex;
  }
  .header2 .social{
    width:40%;
    order:2;
    float:left;
    margin:0;
  }
  .header2 .logo{
    width:20%;
    order:1;
    float:left;
  }
  .header2 .menu{
    width:40% !important;
    margin: 0 !important;
    order:3;
  }
  .header2 .mobile-trigger{
    top:8px;
    right:0; 
  }
  .header2 .social-media a{
    padding: 13px 10px;
  }
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color:#fff !important; 
  }
  .header2 .custom-menu-primary.js-enabled .hs-menu-wrapper{
    position:absolute !important;
    top:50px;
    z-index:99999;
  }
  .header2 .menu ul li ul{
    display: block;
    border-radius: 10px;
    width: 100%;
    top: 30px;
    position: absolute;
  }
  .header2 .social-media{
    width: fit-content;
    float: right;
    margin-right: -200px;
    position: relative;
    z-index: 9999;
  }
}
/******************************************************************/
/******************************************************************/



/******************************************************************/
/********************  TalantOn Header 01  ************************/
.header1 ul ul li a{
  color:#252730 !important;
  font-weight:400;
  letter-spacing:0.5px;
}
.header1 .social-media a{
  color:#fff !important;
  font-size: 20px;
  padding: 10px;
  display: inline-block;
}
.header1 .menu ul li ul a{
  font-size: 15px;
}
/***************iPhone Portrait**************/
@media only screen and (max-width: 479px) and (min-width: 320px){
  .header1 .social{
    display:none;
  }
  .header1 .logo{
    width:50%;
    float:left;
    padding: 10px 0 0 0;
  }
  .header1 .menu{
    width:50%;
    float:left;
    margin: 0 !important;
    padding:0;
  }

  .header1 .menu .hs-menu-flow-horizontal{
    display: block;
    position: absolute;
    z-index: 9999;
    left: 0px !important;
    width: 100% !important;
    top: 59px;
  }
  .header1 .custom-menu-primary.js-enabled{
    position:inherit;
  }
  .header1 .row-fluid{
    position:relative;
  }
  .header1 .mobile-trigger {
    top: -31px;
    right: 0px;
  }
  .header1 .mobile-open .mobile-trigger i, .header1 .mobile-open .mobile-trigger i:before, .header1 .mobile-open .mobile-trigger i:after{
    background-color:#fff !important; 
  }
  .header1 .custom-menu-primary.js-enabled .hs-menu-wrapper{
    position:absolute !important;
    top:25px;
    z-index:99999;
  }
  .header2 .menu ul li ul{
    position:inherit !important;
  }
}

/***************iPhone Landscape*************/
@media only screen and (max-width: 767px) and (min-width: 480px){
  .header1 .social{
    display:none;
  }
  .header1 .logo{
    width:35%;
    float:left;
    padding:5px 0;
  }
  .header1 .menu{
    width:65% !important;
    float:left;
  }
  .header1 .mobile-trigger{
    top:-5px;
  }
  .header1 .social-media a{
    padding: 13px 10px;
  }
  .header1 .mobile-open .mobile-trigger i, .header1 .mobile-open .mobile-trigger i:before, .header1 .mobile-open .mobile-trigger i:after{
    background-color:#fff !important; 
  }
  .header1 .custom-menu-primary.js-enabled .hs-menu-wrapper{
    position:absolute !important;
    top:48px;
    z-index:99999;
  }
  .header1 .menu ul li ul{
    display: block;
    border-radius: 10px;
    width: 100%;
    top: 30px;
    position: absolute;
  }
}

/****************iPad Portrait***************/
@media only screen and (max-width: 985px) and (min-width: 768px){
  .header1 .page-center{
    padding-left:0 !important;
    padding-right:0 !important;
  }
  .header1 .page-center .row-fluid{
    display:flex;
  }
  .header1 .social{
    width:40%;
    order:2;
    float:left;
    margin:0;
  }
  .header1 .logo{
    width:30%;
    order:1;
    float:left;
  }
  .header1 .menu{
    width:30% !important;
    margin: 0 !important;
    order:3;
  }
  .header1 .mobile-trigger{
    top:8px;
    right:0; 
  }
  .header1 .social-media a{
    padding: 13px 10px;
  }
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color:#fff !important; 
  }
  .header1 .custom-menu-primary.js-enabled .hs-menu-wrapper{
    position:absolute !important;
    top:50px;
    z-index:99999;
  }
  .header1 .menu ul li ul{
    display: block;
    border-radius: 10px;
    width: 100%;
    top: 30px;
    position: absolute;
  }
  .header1 .social-media{
    width: fit-content;
    float: right;
    margin-right: -130px;
    position:relative;
    z-index:999999;
  }
}

/**************iPad Landscape****************/
@media only screen and ( max-width: 1024px ) and (min-width: 986px){
  .header1 a{   
    letter-spacing: 1px;
  }
  .header1 .page-center{
    padding-left:0 !important;
    padding-right:0 !important;
  }
  .header1 .page-center .row-fluid{
    display:flex;
  }
  .header1 .social{
    width:50%;
    order:2;
    float:left;
    margin:0;
  }
  .header1 .logo{
    width:20%;
    order:1;
    float:left;
  }
  .header1 .menu{
    width:30% !important;
    margin: 0 !important;
    order:3;
  }
  .header1 .mobile-trigger{
    top:8px;
    right:0; 
  }
  .header1 .social-media a{
    padding: 13px 10px;
  }
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color:#fff !important; 
  }
  .header1 .custom-menu-primary.js-enabled .hs-menu-wrapper{
    position:absolute !important;
    top:50px;
    z-index:99999;
  }
  .header1 .menu ul li ul{
    display: block;
    border-radius: 10px;
    width: 100%;
    top: 30px;
    position: absolute;
  }
  .header1 .social-media{
    width: fit-content;
    float: right;
    margin-right: -150px;
    position: relative;
    z-index: 9999;
  }
}
/******************************************************************/
/******************************************************************/


/******************************************************************/
/******************************************************************/



/******************************************************************/
/******************************************************************/



/******************************************************************/
/******************************************************************/



/******************************************************************/
/******************************************************************/



























/***************************************Responsive Styles******************************************/

/**************iPad Landscape****************/
@media only screen and ( max-width: 1024px ) and (min-width: 986px){

  .two_column_box {
    width: 100%;
  }
  .banner {
    height: 600px !important;
  }
  .banner-text {
    margin-top: 170px;
  }
  .banner-text h1{
    line-height:45px;
  }
  .img-section img{
    width: 90% !important;
    margin-top: 60px;
  }
  .container-fluid .row-fluid .page-center{
    width:90%;
  }

}
/********************************************/
/***************iPad Portrait****************/
@media only screen and (max-width: 985px) and (min-width: 768px){

  .section1 .two_column_box {
    width: 100%;
  }
  .section1 .two_column_box .box1 {
    padding: 0 40px;
  }
  .banner{
    height:600px !important;
  }
  .banner-text {
    margin-top: 160px;
  }
  .banner-text h1 {
    font-weight: 300;
    font-size: 40px;
    margin: 0 !important;
    line-height: 50px;
  }
  .header .social-media a{
    padding:10px 5px;
  }
  .section4 .img-section img{
    width: 90% !important;
    margin-top: 60px;
  }
  .container-fluid .row-fluid .page-center{
    width:90%;
  }

}
/********************************************/
/***************iPhone Landscape*************/
@media only screen and (max-width: 767px) and (min-width: 480px){

  .section1 .two_column_box{
    width:90%;
  }
  .section1 .two_column_box .box1{
    width:100% !important;
    padding: 0 20px;
  }
  .section1 .two_column_box .box1:first-child{
    margin-bottom: 30px;
    border:none;
  }
  .section1 .two_column_box{
    box-shadow: 0px 0px 40px 0px rgba(53, 23, 60, 0.2);
  }
  .header .social{
    display:none;  
  }
  .f-social{
    width:30% !important;
    float:left !important;
  }
  .Copyright{
    width:70% !important;  
    float:left !important;
  }
  .header .logo{
    width:50% !important;
    float: left;
  }
  .header .logo img{
    width: 75% !important;
  }
  .header .menu{
    width: 50% !important;
    float: left;
  }
  .header{
    width: 100% !important;
  }
  .container-fluid .row-fluid .page-center{
    width:90%;
  }


}
/********************************************/
/***************iPhone Portrait**************/
@media only screen and (max-width: 479px) and (min-width: 320px){
  .section1 .two_column_box{
    width:90%;
  }
  .section1 .two_column_box .box1{
    width:100% !important;
    padding: 0 20px;
  }
  .section1 .two_column_box .box1:first-child{
    margin-bottom: 30px;
    border:none;
  }
  .section1 .two_column_box{
    box-shadow: 0px 0px 40px 0px rgba(53, 23, 60, 0.2);
  }

  /*.slick-slide{
  width:300px !important;
}*/
  .header .social{
    display:none;  
  }
  .banner-text h1 {
    font-size: 34px;
    line-height: 35px;
  }
  /*.banner{*/
  /*		height:600px !important;*/
  /*}*/
  .banner-text {
    margin-top: 160px;
  }
  .section4 .img-section img{
    width: 100% !important;
    margin-top: 0px;
  }
  .section5 h2 {
    width: 90%;
    font-size: 30px;
    line-height: 35px;
  }
  .section5 .subscribe-form {
    width: 90%;
  }
  .slider{
    margin:30px auto 30px auto !important;
    width:90% !important;
  }
  .logo-slider{
    padding:0 !important;
  }
  .footer .social-media{
    text-align:center;
    margin-top:20px;
  } 
  .footer .Copyright{
    text-align:center;
  }
  .header .logo{
    width:50% !important;
    float: left;
  }
  .header .logo img{
    width: 100% !important;
  }
  .header .menu{
    width: 50% !important;
    float: left;
  }
  .section5 {
    padding: 75px 0;
  }
  .section5 {
    height: 400px !important;
  }
  .container-fluid .row-fluid .page-center{
    width:90%;
  }




}
/********************************************/





/******************************************************************/
/*****************  TalantOn Module Category  *********************/

.module_category .header2{
  background-color:#f5f4f9;
}
.module_category .header2 .page-center{
  border-bottom:1px solid #e1e1e1;
  padding-bottom:15px;
}
.module_category .category-title{
  background-color:#f5f4f9;
}
.module_category .category-title h4{
  color:#413454;
  margin-bottom: 25px !important;
}
.module_category .module_details h5{
  text-transform:uppercase;
  color:#413454;
}
.module_category .module_details h3{
  text-transform:uppercase;
  color:#f17296;
  margin-bottom:20px !important;
}
.module_category .module_list{
  background-color:#f8f8f8;
}
.module_category .module_list h4{
  text-transform:uppercase;
}
.module_category .module_container:first-child{
  margin-top:30px;
}
.module_category .module_container{
  margin-top:20px;
  width:100%;
  float:left;
}
.module_category .module_container a{
  letter-spacing:0;
  color:#413454;
  font-weight:400;
  margin-left: 15px;
  font-size:18px;
}
.module_category .module_container svg{
  color:#f17296;
}
.module_category .module_container i,.module_category .module_container a:hover{
  color:#f17296;
  width:15px;
}
.module_category .module_features h4{
  text-transform:uppercase;
  color:#f17296;
}
.module_category .feature_container{
  width:70%;
  margin:auto;
  margin-top:30px;
}
.module_category .feature_container .feature_box{
  width:31.623931624%;
  margin-left: 2.564102564%;
  float:left;
  text-align:center;
}
.module_category .feature_container .feature_box:first-child{
  margin-left:0;
}
.module_category .feature_container .feature_box svg{
  font-size:40px;
  color:#7c43a1;
}
.module_category .feature_container .feature_box i{
  font-size:40px;
  color:#7c43a1;
}
.module_category .feature_container .feature_box p{
  font-size:25px;
  color:#666666;
}
.module_category .hurry_up{
  background:linear-gradient(45deg, #f17296, #b0599e);
}
.module_category .hurry_up h2{
  font-weight:300;
  color:#fff;
}
.module_category .hurry_up p{
  font-weight:300;
  width:80%;
  margin:auto;
  color:#fff;
  font-size:18px;
  line-height:25px;
}




/***************iPhone Portrait**************/
@media only screen and (max-width: 479px) and (min-width: 320px){

  .module_category .module_container{
    margin:0;
  }
  .module_category .module_container .span3{
    margin:5px 0;
  }
  .module_category .module_container a{
    margin-left: 10px;
    font-size: 18px;
  }
  .module_category .feature_container {
    width: 100%;
  }
  .module_category .feature_container .feature_box p {
    font-size: 14px;
    font-weight: 400;
  }

}

/***************iPhone Landscape*************/
@media only screen and (max-width: 767px) and (min-width: 480px){

  .module_category .module_container{
    margin-top:0 !important;
  }
  .module_category .module_container .span3{
    width:50%;
    margin:5px 0;
    float:left;
  }
  .module_category .module_container:first-child{
    margin-top:30 !important;
  }
  .module_category .feature_container{
    width:100%;
  }
}

/****************iPad Portrait***************/
@media only screen and (max-width: 985px) and (min-width: 768px){
  .module_category .module_container .span3{
    width: 47.928177%;
    margin-top: 20px;
  }
  .module_category .module_container .span3:nth-child(n+1){
    margin-left:0;
  }
  .module_category .module_container{
    margin-top:0;
  }
  .module_category .feature_container {
    width: 80%;
  }

}

/**************iPad Landscape****************/
@media only screen and ( max-width: 1024px ) and (min-width: 986px){
  .module_category .module_container a{
    float:left;
    width: 85%;
    font-size: 16px;
  }
  .module_category .module_container i,.module_category .module_container svg{
    float:left;
  }
}

/******************************************************************/
/******************************************************************/







/******************************************************************/
/******************  TalantOn Showcase home  **********************/

.talanton_showcase .header2{
  background-color:#f5f4f9;
}
.talanton_showcase .banner{
  display:flex;
}
.talanton_showcase .banner > div{
  vertical-align:middle;
  margin: auto;
  width: 100%;
}
.talanton_showcase .banner h2{
  font-size:45px; 
  font-weight:100;
  line-height: 55px;
  color:#413454;
  text-transform:uppercase;
}
.talanton_showcase .banner h2 span{
  color:#f17296;
  font-weight:600;
}
.talanton_showcase .boxed_content{
  background-color:#413454;
  padding: 50px 30px;
}
.talanton_showcase .boxed_content h2{
  color:#fff;
}
.talanton_showcase .boxed_content p{
  color:#fff;
  margin-bottom:30px;
}
.talanton_showcase .talanton_module_details h3{
  color:#f17296;
}
.talanton_showcase .talanton_module_details h5{
  color:#333;
}
.talanton_showcase .about_module{
  background-color:#f8f8f8;
}
.talanton_showcase .showcase_element_detail h3{
  color:#f17296;
}
.talanton_showcase .showcase_element_detail h5{
  color:#333;
}
.talanton_showcase .showcase_element_detail img{
  margin-top:-30px;
}
.talanton_showcase .showcase_module_feature{
  background-color:#f8f8f8;
}
.talanton_showcase .showcase_module_feature h3{
  color:#f17296;
}
.talanton_showcase .showcase_module_feature h5{
  color:#333;
}
.talanton_showcase .showcase_module_feature .features_content ul{
  margin:0;
  padding:0 0 0 30px;
  width:50%;
  float:left;
  box-sizing:border-box;
}
.talanton_showcase .showcase_module_feature .features_content ul li{
  list-style: none;
  line-height:50px;
  position:relative;
}
.talanton_showcase .showcase_module_feature .features_content ul li:before{
  content:'';
  width:13px;
  height:21px;
  position: absolute;
  left: -25px;
  top: 15px;
  background-image:url(https://www.webxpertos.com/hubfs/TALANTON/li_01.png);
}
.talanton_showcase .showcase_module_feature .slick-list.draggable{
  box-shadow: 0 0 30px 5px rgba(53,23,60,0.1);
  margin-top:50px;
}
.talanton_showcase .hurry_up{
  background:linear-gradient(45deg, #f17296, #b0599e);
}
.talanton_showcase .hurry_up h2{
  font-weight:300;
  color:#fff;
}
.talanton_showcase .hurry_up p{
  font-weight:300;
  width:80%;
  margin:auto;
  color:#fff;
  font-size:18px;
  line-height:25px;
}
.talanton_showcase .showcase_module_feature img{
  box-shadow: 0 0 30px 5px rgba(53,23,60,0.1);
  margin-top:30px;
}



/***************iPhone Portrait**************/
@media only screen and (max-width: 479px) and (min-width: 320px){
  .talanton_showcase .banner h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .talanton_showcase .banner {
    height: 450px !important;
    background-image: none !important;
  }
  .talanton_showcase .boxed_content h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .talanton_showcase .boxed_content {
    margin-bottom: 30px;
  }
  .talanton_showcase .showcase_element_detail img{
    margin-top:0;
  }
  .talanton_showcase .showcase_module_feature .features_content ul{
    width:100%;
  }
  .talanton_showcase .showcase_module_feature .slick-list.draggable {
    float: left;
    width: 100%;
  }
  .talanton_showcase .showcase_module_feature .span6.widget-span.widget-type-gallery{
    float:left;
    width:100%;
  }
}

/***************iPhone Landscape*************/
@media only screen and (max-width: 767px) and (min-width: 480px){
  .talanton_showcase .banner h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .talanton_showcase .banner {
    height: 350px;
    background-image: none !important;
  }
  .talanton_showcase .showcase_module_feature .slick-list.draggable {
    float: left;
    width: 100%;
  }
  .talanton_showcase .showcase_module_feature .span6.widget-span.widget-type-gallery{
    float:left;
    width:100%;
  }
}

/****************iPad Portrait***************/
@media only screen and (max-width: 985px) and (min-width: 768px){
  .talanton_showcase .banner{
    height:400px !important;
  }
  .talanton_showcase .banner h2{
    font-size: 30px;
    font-weight: 100;
    line-height: 35px;
  }
  .talanton_showcase .boxed_content h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .talanton_showcase .showcase_module_feature .features_content ul li{
    height:50px;
    line-height: 20px;
  }
  .talanton_showcase .showcase_module_feature .features_content ul li:before{
    top:0;
  }
}

/**************iPad Landscape****************/
@media only screen and ( max-width: 1024px ) and (min-width: 986px){
  .talanton_showcase .banner{
    height: 500px !important;
  }
}

/******************************************************************/
/******************************************************************/




/******************************************************************/
/******************  TalantOn Showcase home  **********************/

.module_listing .header2{
  background-color:#f5f4f9;
}
.module_listing .header2 .page-center{
  border-bottom:1px solid #e1e1e1;
  padding-bottom:15px;
}
.module_listing .module_listing_title{
  background-color:#f5f4f9;
}
.module_listing .module_listing_title h4 {
  color: #413454;
  margin-bottom: 25px !important;
}
.module_listing .hurry_up{
  background:linear-gradient(45deg, #f17296, #b0599e);
}
.module_listing .hurry_up h2{
  font-weight:300;
  color:#fff;
}
.module_listing .hurry_up p{
  font-weight:300;
  width:80%;
  margin:auto;
  color:#fff;
  font-size:18px;
  line-height:25px;
}





/***************iPhone Portrait**************/
@media only screen and (max-width: 479px) and (min-width: 320px){
  .module_listing .page-center .row-fluid .element-title:first-child{
    border-bottom:0;
  }
  .module_listing .page-center .row-fluid .element-title:first-child h4{
    margin-bottom:0 !important;
  }
  .module_listing .page-center .row-fluid .element-title:last-child h4:before{
    content:'and ';
  }
}
/***************iPhone Landscape*************/
@media only screen and (max-width: 767px) and (min-width: 480px){
  .module_listing .page-center .row-fluid .element-title:first-child{
    border-bottom:0;
  }
  .module_listing .page-center .row-fluid .element-title:first-child h4{
    margin-bottom:0 !important;
  }
  .module_listing .page-center .row-fluid .element-title:last-child h4:before{
    content:'and ';
  }
} 
/****************iPad Portrait***************/
@media only screen and (max-width: 985px) and (min-width: 768px){

}
/**************iPad Landscape****************/
@media only screen and ( max-width: 1024px ) and (min-width: 986px){
  .module_listing .element-title h4{
    font-size:18px;
  }
}
/******************************************************************/
/******************************************************************/




/******************************************************************/
/*****************  TalantOn Sample page list  ********************/

.module_category .sample_pages_list{
  position:relative;
}
.module_category .sample_page_listing_container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget,
.module_category .sample_page_listing_container span > div{
  width:31%;
  height:250px;
  margin-bottom:60px;
  margin-left:3%;
  float:left;
  overflow:hidden;
  box-shadow: 0px 0px 10px #eee;
}
.module_category .sample_page_listing_container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget:nth-child(3n+1){
  margin-left:0;
}
.module_category .sample_page_listing_container span > div:nth-child(3n+1){
  margin-left:0;
}
.module_category .sample_pages_list .sample_page_image{
  background-size:100%;
  background-position-y:0%;
  width:100%;
  height:250px;
}
.module_category .sample_pages_list a{
  background-color:#413454;
  box-sizing:border-box;
  color:#fff;
  width:100%;
  height:35px;
  line-height:35px;
  padding:0px 15px;
  display:block;
  position: absolute;
  bottom: 0;
  letter-spacing:0 !important;
  transition:all .3s ease;
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -o-transition:all .3s ease;
  -ms-transition:all .3s ease;
}
.module_category .padding_bottom_0{
  padding-bottom:0;
}


/***************iPhone Portrait**************/
@media only screen and (max-width: 479px) and (min-width: 320px){
  .module_category .sample_page_listing_container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget{
    width:100%;
    margin-left: 0 !important;
  }
}
/***************iPhone Landscape*************/
@media only screen and (max-width: 767px) and (min-width: 480px){
  .module_category .sample_page_listing_container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget{
    width:49%;
  }
  .module_category .sample_page_listing_container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget:nth-child(2n+1) {
    margin-left: 0;
  }
} 
/****************iPad Portrait***************/
@media only screen and (max-width: 985px) and (min-width: 768px){
  .module_category .sample_pages_list .sample_page_image{
    min-height:150px;
    height:auto;
  }
  .module_category .sample_page_listing_container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget{
    height:auto;
    min-height:150px;
  }
}
/**************iPad Landscape****************/
@media only screen and ( max-width: 1024px ) and (min-width: 986px){

}
/******************************************************************/
/******************************************************************/



/******************************************************************/
/*******************  TalantOn Conatct page  **********************/
.talanton_contact .header2{
  background-color:#f5f4f9;
}
.talanton_contact  .header2 .page-center{
  border-bottom:1px solid #e1e1e1;
  padding-bottom:15px;
}
.talanton_contact .contact_title{
  background-color:#f5f4f9;
}
.talanton_contact .contact_title h4 {
  color: #413454;
  margin-bottom: 25px !important;
}
/******************************************************************/
/******************************************************************/




/******************************************************************/
/*******************  TalantOn Pillar page  **********************/

.pillar-page .pillar-banner{
  position:relative;
  z-index: 1
}
.pillar-page .pillar-banner:before{
  content:'';
  width:100%;
  height:100%;
  display:block;
  background-color:rgba(52, 42, 65, 0.8);
  position:absolute;
}
.pillar-page .pillar-banner p{
  color:#fff;
}
.pillar-page .banner-content{
  position:relative;
  z-index:999;
}
.pillar-page .contents section{
  padding:10px 0 !important;
}
.pillar-page .pillar-sidebar{
  padding: 20px;
  box-shadow: 1px 2px 10px #ddd;
  border-radius:3px;
}
.pillar-page .pillar-sidebar li {
  padding: 10px 10px; 
  list-style: none;
}
.pillar-page .pillar-sidebar li a{ 
  text-decoration: none;
  color:#000 !important;
  font-size: 16px;
  letter-spacing:0;
}
.pillar-page .pillar-sidebar span.number {
  margin-right: 15px;
  width: 5px;
  display: inline-block;
}
.pillar-page #pillar-sidebar-stick h1 {
  font-size: 22px;
  font-weight: bold;
  color: #f17296;
}
.pillar-page .pillar-sidebar li a.active {
  color: #1995fb !important;
  font-weight: 500;
}
.pillar-page .scroll-box{
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  z-index: -99;
}
.pillar-page .span12.widget-span.widget-type-cell.scroll-box {
  /*box-shadow: 0px 0px 5px 2px #999;*/
  border:2px solid #f17296;
  padding: 10px 10px 50px 20px;
  width: 85%;
}
.pillar-page .right-scroll-content img {
  padding: 20px 0px;
}
.pillar-page .CTA-section .row-fluid {
  display: table;
}


.pillar-page .stick-box-header .secondary-header .section-subheader {
  font-size: 12px;
  display:none;
}
.pillar-page .stick-box-header  {
  padding:0px 10px;
}
.pillar-page .show-mobile-navigation {
  position: fixed;
  bottom: 5%;
  right: 5%;
}
.pillar-page .lines, .lines:after, .lines:before {
  background-color: #f17296 !important;
}
.pillar-page #show-mobile-navigation{
  cursor:pointer;
  border: 1px solid #f17296;
  box-shadow: 0 0 14px #f17296;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  text-align: center;
}
.pillar-page #show-mobile-navigation{
  display:none;
}
.pillar-page #show-mobile-navigation .lines-button {
  padding-top: 8px;
  display: block;
}
.pillar-page .lines, .lines:after, .lines:before {
  display: inline-block;
  width: 24px;
  height: 3px;
  background: #fff;
  border-radius: 6px;
  transition: .2s;
}
.pillar-page .lines {
  position: relative;
}
.pillar-page .lines:after, .lines:before {
  position: absolute;
  left: 0;
  content: "";
  -webkit-transform-origin: 1px center;
  transform-origin: 1px center;
}
.pillar-page .lines:after {
  top: -8px;
}
.pillar-page .lines:before {
  top: 8px;
}

.pillar-page .arrow .lines:before {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  top: 0;
  width: 13px;
}
.pillar-page .arrow .lines:after {
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
  top: 0;
  width: 13px;
}
.stick-menu .hs_cos_wrapper {
  display: inline-block;
}
.stick-menu {
  text-align: center;
  border-bottom: 1px solid rgba(0, 193, 184, 0.49);
}
.stick-menu .hs_cos_wrapper a {
  text-decoration: none;
  color: #f17296;
  font-size: 15px;
  font-weight: 600;
  padding: 15px 25px;
}
.stick-menu .hs_cos_wrapper a:hover {
  color: #fff !important;
  background: #f17296;
  /*-webkit-transition: all .20s .20s linear; */
  /*-ms-transition: all .20s .20s linear; */
  /*-o-transition: all .20s .20s linear; */
  /*transition: all .20s .20s linear; */
}

.sticky.stick-menu {
  position: fixed;
  top: 0px;
  background: #fff;
  z-index: 99999;
  border-bottom: 1px solid rgba(37, 147, 178, 0.63);
}

.pillar-page .stick-menu a.active {
  color: #fff !important;
  padding: 12px 25px;
  background: #f17296;
  /* -webkit-transition: all .20s .20s linear; */
  /* -ms-transition: all .20s .20s linear; */
  /* -o-transition: all .20s .20s linear; */
  /* transition: all .20s .20s linear; */
}
.pillar-page .pillar-sidebar ul li a {
  text-decoration: none;
  font-size: 15px;
}
.pillar-page .pillar-sidebar ul{
  margin:0px ;
  padding-left: 25px;
}
.pillar-page .pillar-sidebar ul li{
  padding: 5px;
}

.scrollpopup .actions {
  margin: 0px !important;
  padding: 0px !important;
  text-align: center;
}

.KW_progressBar {
  background-color:#f17296;
}  

/***************************************Responsive Styles******************************************/
/**************iPad Landscape***************/
@media only screen and ( max-width: 1024px ) and (min-width: 986px){
  .sticky.stick-menu {
    display: none;
  }
  .span12.widget-span.widget-type-cell.scroll-box {
    width: 100%;
  }
  .pillar-page .scroll-box.mobile-scroll-box {
    background: #fff;
    position: fixed;
    width: 100% !important;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 80px !important;
    opacity: 1;
    z-index:999;
  }
  .pillar-page .scroll-box {
    background: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 80px;
    opacity:0;
  }
  .pillar-page #pillar-sidebar-stick h1 {
    font-size: 30px;
    line-height: 25px;
    font-weight: bold;
    margin: 10px 0px 30px 0px;
  }
  .stick-box-header {
    padding-bottom: 15px;
  }
  .pillar-page .pillar-sidebar li {
    padding: 5px 10px;
    line-height: 20px;
  }
  .pillar-page .pillar-sidebar li a {
    font-size: 20px;
    padding: 5px 0px;
  }
  .pillar-page #show-mobile-navigation.is-visible{
    display:block !important;
    z-index:9999;
  }
  .pillar-page .stick-box-header .secondary-header .section-subheader {
    font-size: 16px;
    margin-bottom:15px;
    display:block !important;
  }
  .pillar-page .pillar-sidebar span.number {
    margin-right: 35px;
  }
  .pillar-page .span8.right-scroll-content {
    width: 90%;
  }

  .pillar-page .custom-menu-primary.js-enabled {
    margin: 0px 0 0px 0;    
  }
  .pillar-page .mobile-trigger {
    top: -25px;
  }
  /*.pillar-page .fixed .header {*/
  /*    padding: 15px 0px 0px;*/
  /*}*/
  /*.pillar-page .header {*/
  /*    padding: 15px 0px 5px;*/
  /*}*/

}
/********************************************/
/**************iPad Portrait*****************/
@media only screen and (max-width: 985px) and (min-width: 768px){
  .sticky.stick-menu {
    display: none;
  }
  /*.pillar-page .page-center2 {*/
  /*    padding: 0px 15px;*/
  /*}*/
  .pillar-page .container-fluid .row-fluid .page-center {
    width: 95% !important;
    margin: auto;
  }
  .span12.widget-span.widget-type-cell.scroll-box {
    padding: 5px 0px 20px 10px;
    width: 100%;
  }
  .pillar-page .pillar-sidebar li a {
    font-size: 15px;
  }
  .pillar-page a#cta_button_2146248_4e58ecb2-9722-407e-b936-eed6fa55ee58 {
    font-size: 14px;
  }


  .pillar-page .scroll-box.mobile-scroll-box {
    background: #fff;
    position: fixed;
    width: 100% !important;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 120px !important;
    opacity: 1;
    z-index:999;
  }
  .pillar-page .scroll-box {
    background: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 120px;
    opacity:0;
  }
  .pillar-page #pillar-sidebar-stick h1 {
    font-size: 35px;
    line-height: 15px;
    font-weight: bold;
    margin: 10px 0px 30px 0px;
  }
  .stick-box-header {
    padding-bottom: 15px;
  }
  .pillar-page .pillar-sidebar li {
    padding: 5px 10px;
    line-height: 25px;
  }
  .pillar-page .pillar-sidebar li a {
    font-size: 25px;
    padding: 15px 0px;
  }
  .pillar-page #show-mobile-navigation.is-visible{
    display:block !important;
    z-index:9999;
  }
  .pillar-page .stick-box-header .secondary-header .section-subheader {
    font-size: 20px;
    margin-bottom:20px;
    display:block !important;
  }
  .pillar-page .pillar-sidebar span.number {
    margin-right: 35px;
  }
  .pillar-page .span8.right-scroll-content {
    width: 90%;
  }
  .pillar-page .custom-menu-primary.js-enabled {
    margin: 0px;
  }

  .pillar-page .mobile-trigger {
    top: -25px;
  }
  /*.pillar-page  .header {*/
  /*    padding: 20px 0 10px 0px;*/
  /*}*/


}
/***************iPhone Landscape*************/
@media only screen and (max-width: 767px) and (min-width: 480px){
  .pillar-page .scroll-box-none{
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
  }
  .pillar-page .page-center2 {
    padding: 0px 15px;
  }
  .pillar-page .banner-text h1 {
    line-height: 30px;
    font-size: 25px;
  }
  .pillar-page .pillar-banner {
    background-position: center;
    height: 250px;
  }
  .pillar-page .margin-top180 {
    margin-top: 110px;
  }
  .pillar-page .scroll-box.mobile-scroll-box {
    background: #fff;
    position: fixed;
    width: 100% !important;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 60px !important;
    opacity: 1;
    z-index:999;
  }
  .pillar-page .scroll-box {
    background: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 60px;
    opacity:0;
  }

  .pillar-page #pillar-sidebar-stick h4 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0px 10px 0px;
  }
  .pillar-page .pillar-sidebar li {
    padding: 5px 10px;
    line-height: 12px;
  }
  .pillar-page .pillar-sidebar li a {
    font-size: 14px;
  }
  .pillar-page #show-mobile-navigation.is-visible{
    display:block !important;
    z-index:999;
  }

  .pillar-page .stick-box-header .secondary-header .section-subheader {
    font-size: 12px;
    display:block !important;
  }
  .sticky.stick-menu {
    display: none;
  }
  .pillar-page .show-mobile-navigation {
    bottom: 25%;
    right: 3.5%;
  }
}
/***************iPhone Portrait**************/
@media only screen and (max-width: 479px) and (min-width: 320px){
  .sticky.stick-menu {
    display: none;
  }
  .pillar-page .scroll-box-none{
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
  }  
  .pillar-page .page-center2 {
    padding: 0px 15px;
  }
  .pillar-page .CTA-section h2 {
    margin: 0px;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .pillar-page .banner-text h1 {
    line-height: 30px;
    font-size: 25px;
  }
  .pillar-page .pillar-banner {
    background-position: center;
    height: 300px;
  }
  .pillar-page .margin-top180 {
    margin-top: 110px;
  }
  .pillar-page .CTA-section .row-fluid {
    display: block;
  }

  .pillar-page .CTA-section {
    padding: 50px 0px;
  }

  .pillar-page .scroll-box.mobile-scroll-box {
    background: #fff;
    position: fixed;
    width: 100% !important;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 80px !important;
    opacity: 1;
    z-index:999;
  }
  .pillar-page .scroll-box {
    background: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 80px;
    opacity:0;
  }
  .pillar-page #pillar-sidebar-stick h1 {
    font-size: 20px;
    line-height: 15px;
    font-weight: bold;
    margin: 10px 0px 10px 0px;
  }
  .stick-box-header {
    padding-bottom: 15px;
  }
  .pillar-page .pillar-sidebar li {
    padding: 5px 10px;
    line-height: 12px;
  }
  .pillar-page .pillar-sidebar li a {
    font-size: 14px;
  }
  .pillar-page #show-mobile-navigation.is-visible{
    display:block !important;
    z-index:999;
  }
  .pillar-page .stick-box-header .secondary-header .section-subheader {
    font-size: 12px;
    display:block !important;
  }
  .pillar-page h2 {
    font-size: 30px;
    line-height: initial;
  }
  .pillar-page .container-fluid .row-fluid .page-center{
    width:100% !important;
  }
  .pillar-page .show-mobile-navigation {
    bottom: 15%;
    right:5%;
  }
}




/******************************************************************/
/******************************************************************/




/******************************************************************/
/*******************  TalantOn Blog Listing  **********************/


.talanton_blog .blog_banner{
  background-size:cover;
  background-position: center;
  height: 500px;
  display:table !important;
  width:100%;
}
.talanton_blog .blog_banner > div{
  display: table-cell;
  vertical-align: middle;
}
.talanton_blog .blog_banner h2{
  color:#fff;
}
.talanton_blog .post-item{
  padding:50px 0;
  border-bottom: 1px solid #eee;
}
.talanton_blog a{
  letter-spacing:0;
}
.talanton_blog .post-header h2{
  font-size: 30px;
  line-height: 40px;
}
.talanton_blog .blog-pagination{
  display:flex;
  margin-bottom:50px;
}
.talanton_blog .blog-pagination a{
  width:100%;
  padding:10px 0;
}
.talanton_blog .blog-pagination a:hover{
  color:#7c43a1;
}
.talanton_blog .blog-pagination a:nth-child(2){
  text-align:center;
}
.talanton_blog .blog-pagination a:nth-child(3){
  text-align:right;
}
.talanton_blog .sidebar{
  padding-top: 50px;
  padding-left: 20px;
}
.talanton_blog .talanton_blog_lsting{
  padding-top: 30px;
}
.talanton_blog .sidebar h2{
  font-size: 30px;
  line-height: 40px;
  color: #f17296;
}
.talanton_blog .sidebar h3{
  font-size: 22px;
  line-height: 30px;
  color: #413454;
}
.talanton_blog .sidebar .row-fluid-wrapper{
  padding-bottom:50px;
}
.talanton_blog .sidebar .subscribe{
  padding: 30px;
  background: #eee;
  border-radius: 3px;
}
.talanton_blog .sidebar .subscribe input{
  border: none;
  height: 40px;
  border-radius: 3px;
}
.talanton_blog .sidebar .subscribe label{
  color:#666;
}
.talanton_blog .sidebar .subscribe .hs-button{
  display: inline-block;
  background: rgb(241,114,150);
  color: rgb(255, 255, 255);
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  padding: 0px 30px;
  border-radius: 3px !important;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 3px;
  font-size: 12px;
  margin-top:20px;
}
.talanton_blog .sidebar .subscribe .hs-button:hover, .talanton_blog .sidebar .subscribe .hs-button:active{
  background-color:#e06789;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
}
.talanton_blog .sidebar ul{
  padding-left: 15px;
}
.talanton_blog .sidebar ul li{
  padding:5px 0;
}

/***************iPhone Portrait**************/
@media only screen and (max-width: 479px) and (min-width: 320px){

}
/***************iPhone Landscape*************/
@media only screen and (max-width: 767px) and (min-width: 480px){
  .talanton_blog .sidebar .subscribe input{
    width:100%;
  }
} 
/****************iPad Portrait***************/
@media only screen and (max-width: 985px) and (min-width: 768px){
  .talanton_blog .container-fluid .row-fluid .page-center{
    padding:0;
  }
  .talanton_blog .sidebar .subscribe {
    padding: 30px 20px;
  }
  .talanton_blog .sidebar .subscribe input{
    width:100%
  }
}
/**************iPad Landscape****************/
@media only screen and ( max-width: 1024px ) and (min-width: 986px){

}




/******************************************************************/
/******************************************************************/




/******************************************************************/
/*******************  TalantOn Blog Listing  **********************/

.talanton_blog2 .post-item{
  width: 33.33333%;
  float: left;
  padding: 20px !important;
  box-sizing: border-box;
  border-bottom:none;
}
.talanton_blog2 .post-header h2 {
  font-size: 25px;
  line-height: 35px;
}
.talanton_blog2 .talanton_blog_lsting{
  padding-top: 50px;
}
.talanton_blog2 .blog-pagination{
  display: flex;
  margin: 50px 0;
  float: left;
  width: 100%;
  padding:0 15px;
  background-color:#f6f6f6;
  border-radius:5px;
  box-sizing: border-box;
}
.talanton_blog2 .hs-featured-image{
  max-width:100%;
}
.talanton_blog2 #hubspot-topic_data{
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

/***************iPhone Portrait**************/
@media only screen and (max-width: 479px) and (min-width: 320px){
  .talanton_blog2 .post-item{
    width:100%;
  }
}
/***************iPhone Landscape*************/
@media only screen and (max-width: 767px) and (min-width: 480px){
  .talanton_blog2 .sidebar .subscribe input{
    width:100%;
  }
  .talanton_blog2 .post-item{
    width:50%;
  }
} 
/****************iPad Portrait***************/
@media only screen and (max-width: 985px) and (min-width: 768px){
  .talanton_blog2 .container-fluid .row-fluid .page-center{
    padding:0;
  }
  .talanton_blog2 .sidebar .subscribe {
    padding: 30px 20px;
  }
  .talanton_blog2 .sidebar .subscribe input{
    width:100%
  }
}
/**************iPad Landscape****************/
@media only screen and ( max-width: 1024px ) and (min-width: 986px){

}

/******************************************************************/
/******************************************************************/




/******************************************************************/
/*******************  TalantOn Blog Post 01  **********************/
.talanton_blog .hs-author-avatar img{
  width:60px;
}
.talanton_blog .hs-author-avatar{
  float: left;
  margin-right: 25px;
}
.talanton_blog .hs-blog-social-share-item-google-plus{
  margin-top:3px;
}
.talanton_blog .section.post-body{
  float:left;
  margin-top:20px;
}
.talanton_blog input.hs-input,.talanton_blog textarea.hs-input,.talanton_blog select.hs-input {
  width: 100%;
  height: 40px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 03px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none !important;
}
.talanton_blog textarea{
  height: 80px !important;
}
.talanton_blog .hs-form-booleancheckbox-display input[type="checkbox"]{
  margin-right:10px;
}
.talanton_blog .talanton_blog_form .hs-button.primary{
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
  cursor: pointer;
  background-color:#f17296;
  color: rgb(255, 255, 255);
  border-radius: 3px;
  border-width: 0px;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  line-height: 1.5em;
  padding: 16px 45px;
  outline: none;
  margin-top: 30px;
  margin-bottom: 50px;
}
.talanton_blog .talanton_blog_form .hs-button.primary:hover{
  background-color:#f97b9e;
}
.talanton_blog .section.post-footer form .hs-form-field{
  margin-top:10px;
}
.talanton_blog .t_blog_listing.post-header h2{
  margin-bottom:20px;
}
.talanton_blog .post_subscribe{
  padding:20px;
  background-color:#f8f8f8;
  border-radius:3px;
}
.talanton_blog .post_subscribe h3{
  font-size: 20px;
}
.talanton_blog .post_subscribe input{
  border: 1px solid #eee;
  margin-bottom: 10px;
}
.talanton_blog .post_subscribe .hs-button{
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
  cursor: pointer;
  background-color: #f17296;
  color: rgb(255, 255, 255);
  border-radius: 3px;
  border-width: 0px;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  line-height: 1.5em;
  padding: 16px 45px;
  outline: none;
}
.talanton_blog .post_subscribe ul.hs-error-msgs{
  padding:0;
  margin:0;
}
.talanton_blog .post_subscribe ul.hs-error-msgs li{
  list-style:none;
  color:#666;
  font-size: 14px;
}

/***************iPhone Portrait**************/
@media only screen and (max-width: 479px) and (min-width: 320px){
  .talanton_blog .hs-featured-image-wrapper{
    min-height: 350px !important; 
  }
}
/***************iPhone Landscape*************/
@media only screen and (max-width: 767px) and (min-width: 480px){
  .talanton_blog .hs-featured-image-wrapper{
    min-height: 350px !important; 
  }
} 
/****************iPad Portrait***************/
@media only screen and (max-width: 985px) and (min-width: 768px){
  .talanton_blog .hs-author-avatar {
    float: none;
    margin: 20px 0;
  }
}
/**************iPad Landscape****************/
@media only screen and (max-width:1024px) and (min-width: 986px){
}

/******************************************************************/
/******************************************************************/




.talanton_blog .blog_listing_02 .page-center{
  float: none;
  max-width: 1000px;
  margin: 0 auto;
}





/******************************************************************/
/*******************  TalantOn Blog 03  **********************/
.talanton_blog3 .overlay {
  background: linear-gradient( 120deg, #f47695, #80469f) !important;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: .8;
  filter: saturate(1.5);
}
.talanton_blog3  .blog_banner .page-center{
  position:relative;
  z-index:99;
}
.talanton_blog3 .blog_banner {
  height: 700px;
}
.talanton_blog3 .blog_banner h2{
  color: #fff;
  font-size: 55px;
  font-weight: 100;
  text-align: center;
  line-height: 80px;
}
.talanton_blog3 .hs-featured-image{
  max-width: 100%;
  float:left;
  width: 100%;
  height: 250px;
  margin: 0;
  object-fit: cover;
}
.talanton_blog3 .hs-featured-image-wrapper{
  width: 30%;
  margin-right: 3%;
  float: left;
  position: relative;
  background: #000;
  margin-top: 50px;
}
.talanton_blog3 .post-header{
  width: 67%;
  float: left;
  border-bottom: 1px solid #eee;
  padding: 50px 0;
}
.talanton_blog3 .post-item {
  padding:0;
  border-bottom: none;
  float: left;
  width: 100%;
}
.talanton_blog3 .post-item a.topic-link{
  color:#333;
  text-transform:uppercase;
  font-weight: 400;
}
.talanton_blog3 .post-header #hubspot-topic_data{
  margin-top:0;
}
.talanton_blog3 .post-header h2 a{
  color:#000 !important;
  font-weight: 500;
}
.talanton_blog3 .post-item .post-header h2 a:after {
  content: '';
  width: 50px;
  height: 2px;
  background-color: #999;
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
}
.talanton_blog3 .post-item .blg-author_time{
  position:absolute;
  bottom: 20px;
  width:100%;
  overflow:hidden;
}
.talanton_blog3 .post-item .blg-author_time a, .talanton_blog3 .post-item .blg-author_time span{
  color:#fff;
  text-transform:uppercase;
  z-index: 99;
  position: relative;
  font-weight:500;
}
.talanton_blog3 .post-item .blg-author_time a{
  float:left;
  margin-left: -50%;
  transition:all .5s ease;
  -webkit-transition:all .5s ease;
  -moz-transition:all .5s ease;
  -o-transition:all .5s ease;
  -ms-transition:all .5s ease;
}
.talanton_blog3 .post-item .blg-author_time span{
  float:right; 
  margin-right: -50%;
  transition:all .5s ease;
  -webkit-transition:all .5s ease;
  -moz-transition:all .5s ease;
  -o-transition:all .5s ease;
  -ms-transition:all .5s ease;
}
.talanton_blog3 .post-item:hover .blg-author_time a{
  margin-left:15px;
  transition:all .5s ease; 
  -webkit-transition:all .5s ease;
  -moz-transition:all .5s ease;
  -o-transition:all .5s ease;
  -ms-transition:all .5s ease;
}
.talanton_blog3 .post-item:hover .blg-author_time span{
  margin-right: 20px;
  transition:all .5s ease;
  -webkit-transition:all .5s ease;
  -moz-transition:all .5s ease;
  -o-transition:all .5s ease;
  -ms-transition:all .5s ease;
}
.talanton_blog3 .post-item .hs-featured-image-wrapper img{
  opacity:1;
  transition:all .5s ease;
  -webkit-transition:all .5s ease;
  -moz-transition:all .5s ease;
  -o-transition:all .5s ease;
  -ms-transition:all .5s ease;
}
.talanton_blog3 .post-item:hover img{
  opacity:0.7;
  transition:all .5s ease;
  -webkit-transition:all .5s ease;
  -moz-transition:all .5s ease;
  -o-transition:all .5s ease;
  -ms-transition:all .5s ease; 
}
.talanton_blog3 .blog-pagination {
  display: block;
  margin: 50px;
  float: left;
  text-align: center;
  width: 100%;
}
.talanton_blog3 .blog-pagination span{
  margin-left:10px; 
  margin-right:10px; 
}


/**************Responsive Styles**************/
/************** iPad Landscape ***************/
@media only screen and ( max-width: 1024px ) and (min-width: 986px){
  .talanton_blog3 .post-item .blg-author_time a {
    float: left;
    margin-left: -100%;
    width: 100%;
  }
  .talanton_blog3 .post-item:hover .blg-author_time span {
    float: left;
    margin-left:15px;
    display: block;
    width: 100% !important;
  }
  .talanton_blog3 .post-item:hover .blg-author_time a {
    margin-left: 15px;
    display: block;
    float: none;
  }
  .talanton_blog3 .post-item .blg-author_time span{
    float: left;
    margin-left: 100%;
    display: block;
    width: 100%;
  }
}
/********************************************/
/***************iPad Portrait****************/ 
@media only screen and (max-width: 985px) and (min-width: 768px){
  .talanton_blog3 .hs-featured-image{
    height: 200px;
  }
  .talanton_blog3 .post-item .blg-author_time a {
    float: left;
    margin-left: -100%;
    width: 100%;
  }
  .talanton_blog3 .post-item:hover .blg-author_time span {
    float: left;
    margin-left:15px;
    display: block;
    width: 100% !important;
  }
  .talanton_blog3 .post-item:hover .blg-author_time a {
    margin-left: 15px;
    display: block;
    float: none;
  }
  .talanton_blog3 .post-item .blg-author_time span{
    float: left;
    margin-left: 100%;
    display: block;
    width: 100%;
  }
  .talanton_blog3 .blog_banner {
    height: 400px;
  }
}
/********************************************/
/***************iPhone Landscape*************/
@media only screen and (max-width: 767px) and (min-width: 480px){
  .talanton_blog3 .blog_banner h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .talanton_blog3 .blog_banner {
    height: 300px;
  }
  .talanton_blog3 .post-header {
    width: 100% !important;
  }
  .talanton_blog3 .hs-featured-image-wrapper {
    width: 100% !important;
  }
  .talanton_blog3 .hs-featured-image-wrapper, .talanton_blog3 .hs-featured-image {
    min-height: 250px !important; 
  }
  .talanton_blog3 .post-item .blg-author_time a {
    float: left;
    margin-left: -100%;
    width: 100%;
  }
  .talanton_blog3 .post-item:hover .blg-author_time span {
    float: left;
    margin-left:15px;
    display: block;
    width: 100% !important;
  } 
  .talanton_blog3 .post-item:hover .blg-author_time a {
    margin-left: 15px;
    display: block;
    float: none;
  }
  .talanton_blog3 .post-item .blg-author_time span{
    float: left;
    margin-left: 100%;
    display: block;
    width: 100%;
  }
  .talanton_blog .post-header h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
/********************************************/
/***************iPhone Portrait**************/
@media only screen and (max-width: 479px) and (min-width: 320px){
  .talanton_blog3 .blog_banner h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .talanton_blog3 .blog_banner {
    height: 300px;
  }
  .talanton_blog3 .post-header {
    width: 100% !important;
  }
  .talanton_blog3 .hs-featured-image-wrapper {
    width: 100% !important;
  }
  .talanton_blog3 .hs-featured-image-wrapper, .talanton_blog3 .hs-featured-image {
    min-height: 250px !important; 
  }
  .talanton_blog3 .post-item .blg-author_time a {
    float: left;
    margin-left: -100%;
    width: 100%;
  }
  .talanton_blog3 .post-item:hover .blg-author_time span {
    float: left;
    margin-left:15px;
    display: block;
    width: 100% !important;
  } 
  .talanton_blog3 .post-item:hover .blg-author_time a {
    margin-left: 15px;
    display: block;
    float: none;
  }
  .talanton_blog3 .post-item .blg-author_time span{
    float: left;
    margin-left: 100%;
    display: block;
    width: 100%;
  }
  .talanton_blog .post-header h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
/********************************************/



/*******************  TalantOn Blog 04  **********************/
.talanton_blog4 .overlay {
  background:linear-gradient( 120deg, #f47695, #80469f) !important;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: .8;
  filter: saturate(1.5);
}
.talanton_blog4  .blog_banner .page-center{
  position:relative;
  z-index:99;
}
.talanton_blog4 .blog_banner {
  height: 700px;
}
.talanton_blog4 .blog_banner h2{
  color: #fff;
  font-size: 55px;
  font-weight: 100;
  text-align: center;
  line-height: 80px;
}
.talanton_blog4 .post-header h2 a, .talanton_blog4 .post-header h2{
  color:#000;
  font-weight: 600;
  text-align: center;
  font-size: 24px;
}
.talanton_blog4 .post-header h2:after {
  content: '';
  width: 50px;
  height: 2px;
  background: #999;
  display: block;
  margin: 20px auto;
}
.talanton_blog4 .post-body.clearfix p{
  text-align:center;
  margin-top:0;
}
.talanton_blog4 #hubspot-topic_data{
  border-bottom:none;
  padding-bottom:0;
  float:left;
  width:100%;
}
.talanton_blog4 .post-header #hubspot-topic_data a.topic-link{
  display:none;
}
.talanton_blog4 .post-header #hubspot-topic_data a.topic-link:first-child{
  display:block;
  width:100%;
  text-transform: uppercase;
  color: #666;
  text-align: center;
  font-weight: 400;
}
.talanton_blog4 .post-item a.more-link{
  width: 100%;
  text-align: center;
  display: block;
  text-transform: uppercase;
  color: #666;
  font-weight: 400;
  margin-top: 10px;
}
.talanton_blog4 .post-item .blg-author_time{
  position:absolute;
  bottom: 20px;
  width:100%;
  overflow:hidden;
}
.talanton_blog4 .hs-featured-image-wrapper {
  position: relative;
  background: #000;
  margin-bottom:10px;
  float: left;
}
.talanton_blog4 .post-item .blg-author_time a, .talanton_blog4 .post-item .blg-author_time span{
  color:#fff;
  text-transform:uppercase;
  z-index: 99;
  position: relative;
  font-weight:500;
}
.talanton_blog4 .post-item .blg-author_time a{
  float:left;
  margin-left: -50%;
  transition:all .5s ease;
  -webkit-transition:all .5s ease;
  -moz-transition:all .5s ease;
  -o-transition:all .5s ease;
  -ms-transition:all .5s ease;
}
.talanton_blog4 .post-item .blg-author_time span{
  float:right; 
  margin-right: -50%;
  transition:all .5s ease;
  -webkit-transition:all .5s ease;
  -moz-transition:all .5s ease;
  -o-transition:all .5s ease;
  -ms-transition:all .5s ease;
}
.talanton_blog4 .post-item:hover .blg-author_time a{
  margin-left:15px;
  transition:all .5s ease; 
  -webkit-transition:all .5s ease;
  -moz-transition:all .5s ease;
  -o-transition:all .5s ease;
  -ms-transition:all .5s ease;
}
.talanton_blog4 .post-item:hover .blg-author_time span{
  margin-right: 20px;
  transition:all .5s ease;
  -webkit-transition:all .5s ease;
  -moz-transition:all .5s ease;
  -o-transition:all .5s ease;
  -ms-transition:all .5s ease;
}
.talanton_blog4 .post-item .hs-featured-image-wrapper img{
  margin:0;
  opacity:1;
  transition:all .5s ease;
  -webkit-transition:all .5s ease;
  -moz-transition:all .5s ease;
  -o-transition:all .5s ease;
  -ms-transition:all .5s ease;
}
.talanton_blog4 .post-item:hover img{
  opacity:0.7;
  transition:all .5s ease;
  -webkit-transition:all .5s ease;
  -moz-transition:all .5s ease;
  -o-transition:all .5s ease;
  -ms-transition:all .5s ease; 
}
.talanton_blog4 .blog-pagination {
  display: block;
  margin: 50px auto;
  float: left;
  text-align: center;
  width: 100%;
  background:transparent;
}
.talanton_blog4 .blog-pagination span{
  margin-left:10px; 
  margin-right:10px; 
}
.talanton_blog4  .post-body.clearfix p span{
  font-weight:100 !important;
}
.talanton_blog4 .post-item{
  margin-bottom:30px
}
.talanton_blog4 #filters{
  text-align:center;
  margin-bottom:20px;
  margin-top:20px;
}
.talanton_blog4 #filters button.button{
  background: transparent;
  border: none;
  font-size: 16px;
  border-right: #f17296 1px solid;
  padding: 0 16px;
  text-transform: uppercase;
  font-weight: 100;
  color:#f17296;
}
.talanton_blog4 #filters button.button:last-child{
  border:none;
}
.blog-section{
  margin-bottom:50px;
}


/**************Responsive Styles***************/
/*************** iPad Landscape ***************/
@media only screen and ( max-width: 1024px ) and (min-width: 986px){
}
/**********************************************/
/*************** iPad Portrait ****************/
@media only screen and (max-width: 985px) and (min-width: 768px){
  .talanton_blog4 .hs-featured-image{
    height: 200px;
  }
  .talanton_blog4 .post-item .blg-author_time a {
    float: left;
    margin-left: -100%;
    width: 100%;
  }
  .talanton_blog4 .hs-featured-image-wrapper {
    min-height: inherit !important;
  }
}
/**********************************************/
/*************** iPhone Landscape *************/
@media only screen and (max-width: 767px) and (min-width: 480px){
  .talanton_blog4 .blog_banner h2 {
    font-size: 35px; 
    line-height: 45px;
  }
  .talanton_blog4 .blog_banner {
    height: 300px;
  }
  .talanton_blog4 .container-fluid .row-fluid .page-center {
    width: 100%;
  }
  .talanton_blog4 .hs-featured-image-wrapper {
    min-height: inherit !important;
  }
  .container-fluid .row-fluid .page-center {
    padding-left: 20px;
    padding-right: 20px;
  }
  .talanton_blog4 .blog-pagination span {
    margin-left: 5px;
    margin-right: 5px;
  }
}
/**********************************************/
/*************** iPhone Portrait **************/
@media only screen and (max-width: 479px) and (min-width: 320px){
  .talanton_blog4 .blog_banner h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .talanton_blog4 .blog_banner {
    height: 300px;
  }
  .talanton_blog4 .hs-featured-image-wrapper {
    min-height: inherit !important;
  }
  .talanton_blog4 .container-fluid .row-fluid .page-center {
    width: 100%;
  }
  .talanton_blog4 .blog-pagination span {
    margin-left: 5px;
    margin-right: 5px;
  }
}




/************ Pillar Page 04  ***********/
.pillar-page4 .pillar-banner .page-center{
  position:relative;
}
.pillar-page4 .pillar-banner .pillar-banner-box{
  border-top:#f17296 5px solid;
  background-color: #fff;
  border-bottom: #ccc 3px solid;
  min-height: 400px;
  padding: 75px;
  position: absolute;
  width: 70%;
  margin-top: 200px;
  box-sizing: border-box;
  left: 15%;
  right: 15%;
}
.pillar-page4 .pillar-banner > div{
  display: block;
}
.pillar-page4 .container-fluid .row-fluid .page-center2.first-content{
  margin-top:250px !important;
}
.pillar-page4 .pillar-banner .pillar-banner-box i{
  font-size:40px;
  color:#413454;
  margin-bottom:20px;
}
.pillar-page4 .pillar-banner .pillar-banner-box p {
  color: #666;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin-top: 0;
}
.pillar-page4 .contents section{
  padding:0 !important;
}
/* .pillar-page4 .pillar-stick, .pillar-page4 .pillar-stick .row-fluid{
position:inherit !important;
} */
.pillar-page4 .pillar-stick{
  position:relative;
}
.pillar-page4 .scroll-box{
  position: absolute;
  left: 0;
  width: 200px;
  z-index: 999;
  padding: 0;
  top:-11%;
}
.pillar-page4 .pillar-sidebar{
  padding:0 0 0 10px !important;
}
.pillar-page4 .right-scroll-content{
  text-align: center;
  margin: auto;
  float: none;
  width:100%;
}
.pillar-page4 .pillar-sidebar{
  box-shadow:none;
}
.pillar-page4 .pillar-sidebar li span:first-child{
  font-size:40px;
  float: left;
}
.pillar-page4 .pillar-sidebar .left-menu-text{
  font-size: 14px;
  margin-left: 18px;
  float:left;
  line-height: initial;
}
.pillar-page4 .pillar-sidebar li a{
  display:inline-flex;
  opacity: 0.5;
}
.pillar-page4 .pillar-sidebar li a.active{
  opacity: 1;
}
.pillar-page4 .pillar-sidebar li a:hover{
  opacity: 1;
}
.pillar-page4 .is_stuck{
  padding: 20px 0px;
  border-radius: 0px 10px 10px 0px;
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.pillar-page4 .scroll-box{
  transition:inherit;
}
.pillar-page4 .header1 .page-center{
  width:95%;
}




/************ Responsive Styles *************/
@media only screen and ( max-width: 1024px ) and (min-width: 986px){
  .pillar-page4 .page-center2, .pillar-page4 .page-center{
    width: 90%;
  }
}
/********************************************/
/************** iPad Portrait ***************/
@media only screen and (max-width: 985px) and (min-width: 768px){
  .pillar-page4 .mobile-trigger {
    top: 10px !important;
  }
  .pillar-page4 .pillar-banner .pillar-banner-box{
    padding:50px;
  }
  .pillar-page4 .page-center2, .pillar-page4 .page-center {
    width: 90%;
  }
}
/********************************************/
/***************iPhone Landscape*************/
@media only screen and (max-width: 767px) and (min-width: 480px){
  .pillar-page4 .pillar-banner .pillar-banner-box{
    width:100%;
    margin-bottom:-120px;
    position: inherit;
  }
  .pillar-page4 .page-center2, .pillar-page4 .page-center {
    width: 90%;
  }
  .pillar-page4 .right-scroll-content .section-banner{
	min-height:300px !important;
}
.pillar-page4 .mobile-trigger {
  top: -10px !important;
}
  .pillar-page .show-mobile-navigation{
  	bottom:10px;
  }
}
/********************************************/
/***************iPhone Portrait**************/ 
@media only screen and (max-width: 479px) and (min-width: 320px){
.pillar-page4 .page-center2, .pillar-page4 .page-center {
  width: 90%;
}
.pillar-page4 .pillar-banner .pillar-banner-box{
  width:100%;
  margin-bottom:-120px;
  position: inherit;
  margin-top: 130px;
  padding: 30px;
}
.pillar-page4 .mobile-trigger {
  top: -25px !important;
}
.pillar-page .show-mobile-navigation {
  bottom: 10% !important;
}
.pillar-page4 .right-scroll-content .section-banner{
	min-height:300px !important;
}
}
/********************************************/

@media only screen and (max-width: 1400px) and (min-width: 1100px){
  .pillar-page4 .page-center2{
    max-width: 65% !important;
  }
}

@media only screen and (max-width: 1100px) and (min-width: 260px){
  .pillar-page #show-mobile-navigation.is-visible{
    display: block !important;
    z-index: 9999;
  }
  .pillar-page4 .scroll-box{
    display:block !important;
  } 
  /*   .pillar-page4 .scroll-box-none{
  display:none !important;
} */
}
@media only screen and (max-width: 1150px) and (min-width: 1074px){
  .pillar-page4 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
    padding: 10px 8px !important;
  }
}
@media only screen and (max-width: 1100px) and (min-width: 260px){
  .pillar-page4 .span12.widget-span.widget-type-cell.scroll-box {
    width: 100%;
  }
  .pillar-page4 .scroll-box-none{
    display:none !important;
  }
  .pillar-page4 .scroll-box.mobile-scroll-box {
    background: rgba(255, 255, 255, 0.9) !important;
    position: fixed;
    width: 100% !important;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 80px !important;
    opacity: 1;
    z-index:999;
    display:block !important;
  }
  /*   .pillar-page4 .scroll-box {
  background: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 80px;
  opacity:0;
} */
  .pillar-page4 #pillar-sidebar-stick h1 {
    font-size: 30px;
    line-height: 25px;
    font-weight: bold;
    margin: 10px 0px 30px 0px;
  }
  .pillar-page4 .stick-box-header {
    padding-bottom: 15px;
  }
  .pillar-page4 .pillar-sidebar li {
    padding: 5px 10px;
    line-height: 20px;
  }
  .pillar-page4 .pillar-sidebar li a {
    font-size: 20px;
    padding:10px 0px;
  }
  .pillar-page4 #show-mobile-navigation.is-visible{
    display:block !important;
    z-index:9999;
  }
  .pillar-page4 .stick-box-header .secondary-header .section-subheader {
    font-size: 16px;
    margin-bottom:15px;
    display:block !important;
  }
  .pillar-page4 .pillar-sidebar span.number {
    margin-right: 35px;
  }
  .pillar-page4 .span8.right-scroll-content {
    width: 90%;
  }
  .pillar-page4 .custom-menu-primary.js-enabled {
    margin: 0px 0 0px 0;    
  }
  .pillar-page4 .mobile-trigger {
    top: 5px;
  }
}

 input {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
}