/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
html, body
{
    border-bottom:none !important;   
}
.product_over
{
    background-color: #eff0f6;
    height: 50px;
    padding-left: 30px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}
.product_over > h1
{
    background:url(../images/arrow-hover.png) no-repeat;
    background-position: 18% 91%;
}
.product_over > h1 > a
{
    font:18px 'DIN Next W01 Regular', 'arial';
    color: #8dcb5a;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: normal;
}
.banner_img
{
    margin-top: 25px;
}
.support-text > p >img
{
    display: inline;
}
/*partners Page*/

.gray-content.showcase .showcase-box p
{
    margin-bottom: 0px;
    margin-top: 10px;
}
.gray-content.showcase .showcase-box .showcase-text button
{
    position: absolute;
    bottom: 20px;
}
.maps .col-md-4
{
    width:32.66%;
    float: left;
    margin-right: 1%;
}
.maps .col-md-4:nth-last-child(2)
{
    margin-right: 0px;
}
.mission-box-img
{
    border-radius: 10px;
    box-sizing: border-box;
    width: 48.66%;
    float: right;
    margin-left: 2.68%;
}
.partners_text{
    color: #555f60;
    font: 18px 'DIN Next W01 Regular', 'arial';
    line-height: 1.9;
    margin-bottom: 40px;
    padding: 0 100px;
    text-align: center;
}
#node-91 .showcase
{
    padding-bottom: 0px;
}
.culture .culture-right-main  img
{
    width:100%;
}
.contact-email{color:#FFF;}
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(../images/colorbox/overlay.png) repeat 0 0;}
#colorbox{}
#cboxTopLeft{width:21px; height:21px; background:url(../images/colorbox/controls.png) no-repeat -101px 0;}
#cboxTopRight{width:21px; height:21px; background:url(../images/colorbox/controls.png) no-repeat -130px 0;}
#cboxBottomLeft{width:21px; height:21px; background:url(../images/colorbox/controls.png) no-repeat -101px -29px;}
#cboxBottomRight{width:21px; height:21px; background:url(../images/colorbox/controls.png) no-repeat -130px -29px;}
#cboxMiddleLeft{width:21px; background:url(../images/colorbox/controls.png) left top repeat-y;}
#cboxMiddleRight{width:21px; background:url(../images/colorbox/controls.png) right top repeat-y;}
#cboxTopCenter{height:21px; background:url(../images/colorbox/border.png) 0 0 repeat-x;}
#cboxBottomCenter{height:21px; background:url(../images/colorbox/border.png) 0 -29px repeat-x;}
#cboxContent{background:#fff; overflow:hidden;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{margin-top:28px;}
#cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
#cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
#cboxPrevious{position:absolute; bottom:0; left:0; background:url(../images/colorbox/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxPrevious:hover{background-position:-75px -25px;}
#cboxNext{position:absolute; bottom:0; left:27px; background:url(../images/colorbox/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxNext:hover{background-position:-50px -25px;}
#cboxLoadingOverlay{background:url(../images/colorbox/loading_background.png) no-repeat center center;}
#cboxLoadingGraphic{background:url(../images/colorbox/loading.gif) no-repeat center center;}
#cboxClose{position:absolute; top:0; right:0; background:url(../images/colorbox/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px; z-index: 10000}
#cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
  Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
*/
.cboxIE6 #cboxTopLeft{background:url(../images/colorbox/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(../images/colorbox/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(../images/colorbox/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(../images/colorbox/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(../images/colorbox/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(../images/colorbox/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(../images/colorbox/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(../images/colorbox/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}


/*The following CSS is for Insight Tab Hover Efect */
.tab-pane .view-insight .view-content .item-list ul .views-row{height:340px;min-height:100%;}
.views-row .views-field .field-content .insights_wrapper {position: relative;}
.views-row .views-field .field-content .insights_wrapper .insights_image img{height:340px;}
.views-row .views-field .field-content .insights_wrapper .insights_title{
    position: absolute;
    bottom:0px;width:100%;
    display:block;
    background-color:rgba(0,0,0,.5);
    color:#FFF;padding:17px 35px;
    font-family:'DIN Next W01 Regular';
    font-size:19px;
    cursor: pointer;
    line-height:1.4;
    letter-spacing: 1px;}


/*The following CSS is for all Tab box border radius*/
.item-list ul li:first-child .insights_wrapper .insights_image img{
    border-top-left-radius:15px;
    border-bottom-left-radius:15px;
    -webkit-border-top-left-radius:15px;
    -webkit-border-bottom-left-radius:15px;
    -moz-border-top-left-radius:15px;
    -moz-border-bottom-left-radius:15px;

}
.item-list ul li:last-child .insights_wrapper .insights_image img{
    border-top-right-radius:15px;
    border-bottom-right-radius:15px;
    -webkit-border-top-right-radius:15px;
    -webkit-border-bottom-right-radius:15px;
    -moz-border-top-right-radius:15px;
    -moz-border-bottom-right-radius:15px;
}
.item-list ul li:first-child .insights_wrapper .insights_title{
    border-bottom-left-radius:15px;
    -webkit-border-bottom-left-radius:15px;
    -moz-border-bottom-left-radius:15px;
}
.item-list ul li:last-child .insights_wrapper .insights_title{
    border-bottom-right-radius:15px;
    -webkit-border-bottom-right-radius:15px;
    -moz-border-bottom-right-radius:15px;
}

/* The following CSS is for Events Layout  */
.home_events_date{
    background-color:#FFF;
    padding:15px 20px;
    border-radius:10px;
    float:left;}
.page-node-1 .date-display-single{padding: 0px !important;padding-right:5px !important;}
.page-node-1 .home_events_wrapper .home_events_title{padding-top:18px; color:#51b1b6;line-height:1.2;}
.page-node-1 .home_events_wrapper .home_events_location{font: 16px 'DIN Next W01 Medium';color:#555f60;margin-top:20px;}

/*css for upcoming support layout*/

.image2-content.upcoming-events {/*background-size: 100% 100%;*/min-height:457px;}
.image2-content.upcoming-events  h3{margin-bottom:15px;}
.image2-content.upcoming-events .view-all{margin-bottom:80px;}
.support_date_time{margin-top:10px;}
.view-id-webinars .view-content .item-list ul li{width:371px;margin-left:28.5px;}
.view-id-webinars .view-content .item-list ul li:first-child{margin-left:0px;}
.support_date_wrapper{width:95px;height:90px;margin-right:20px;}
.support_inner{width:256px;margin-left:0px;}
.support_wrapper{width:100%;}
.support_title{width:100%;}
.support_date_time{width:100%;}
.support_body{width:100%;}
.support_date_time > .date-display-single{padding-right:0px !important;}
.image2-content.upcoming-events p{line-height:1.3;}
.request-demo .issue-form .text_element,.request-demo .issue-form .textarea-element
{
    background-color: #FFF;
}
#node-164
{
    display: none;
}
.request-demo .issue-form .col-md-12
{
    text-align: center;
}
.page-node-77 #block-views-resources-block-2 .views-exposed-form .views-exposed-widget
{
    padding-top: 0px ;
}
/*The following CSS is for responsive home page Tab section*/

@media(min-width:900px) and (max-width:1024px)
{
    .page-node-1 .tab-pane .view-insight .view-content .item-list ul .views-row{min-height:300px !important;height:300px !important;}
    .page-node-1 .tab-pane .view .view-content .item-list ul li{min-height:300px !important;height:300px !important;}
    .page-node-1 .tab-pane .view-insight .view-content .item-list ul li img{width:100%;height:300px !important;}
    .page-node-1 .nav-tabs .tab-content.home #news ul li .views-field-title a{font:24px/1.3 'Museo Slab W01 100';}
    .page-node-1 .nav-tabs .tab-content.home #news ul li{padding:30px; padding-bottom: 0px;}
    .page-node-1 .nav-tabs .tab-content.home #events ul li{padding:30px;padding-bottom: 0px;}
    .page-node-1 .home_events_wrapper .home_events_title{font:24px/1.2 "Museo Slab W01 300"}
    .views-row .views-field .field-content .insights_wrapper .insights_title{padding: 15px 15px;font-size: 16px;line-height: 1.2;}

}
@media(min-width:768px) and (max-width:899px)
{   .page-node-1 .tab-pane .view-insight .view-content .item-list ul .views-row{min-height:280px !important;height:280px !important;}
    .page-node-1 .tab-pane .view .view-content .item-list ul li{min-height:280px !important;height:280px !important;}
    .page-node-1 .tab-pane .view-insight .view-content .item-list ul li img{width:100%;height:280px !important;}
    .page-node-1 .nav-tabs .tab-content.home #news ul li .views-field-title a{font:20px/1.3 'Museo Slab W01 100';}
    .page-node-1 .nav-tabs .tab-content.home #news ul li{padding:30px;padding-bottom: 0px;}
    .nav-tabs .tab-content.home ul li > .views-field{position: relative;height: 100%;}
    .news_date{position: absolute;bottom: 0px;}
    .nav-tabs .tab-content.home #events ul li .views-field-title a{font-size: 20px;}
    .nav-tabs .tab-content.home #events ul li .home_events_location{position: absolute;bottom: 0px;}
    .page-node-1 .nav-tabs .tab-content.home #events ul li{padding:30px;}
    .page-node-1 .home_events_wrapper .home_events_title{font:20px/1.2 "Museo Slab W01 300"}
    .main-container{padding-bottom: 40px;}
    .views-row .views-field .field-content .insights_wrapper .insights_title{padding: 15px 15px;font-size: 15px;line-height: 1.2;}
}
@media(min-width:596px) and (max-width:767px)
{   .page-node-1 .tab-pane .view-insight .view-content .item-list ul .views-row{min-height:225px !important;height:225px !important;}
    .page-node-1 .tab-pane .view .view-content .item-list ul li{min-height:225px !important;height:225px !important;}
    .page-node-1 .tab-pane .view-insight .view-content .item-list ul li img{width:100%;height:225px !important;}
    .page-node-1 .nav-tabs .tab-content.home #news ul li .views-field-title a{font:17px/1.2 'Museo Slab W01 100';}
    .page-node-1 .nav-tabs .tab-content.home #news ul li{padding:20px;padding-bottom: 0px;}
    .nav-tabs .tab-content.home ul li > .views-field{position: relative;height: 100%;}
    .news_date{position: absolute;bottom: 0px;}
    .nav-tabs .tab-content.home #events ul li .home_events_location{position: absolute;bottom: 0px;}
    .page-node-1 .nav-tabs .tab-content.home #events ul li{padding:20px;}
    .page-node-1 .home_events_wrapper .home_events_title{font:18px/1.2 "Museo Slab W01 300"}
    .views-row .views-field .field-content .insights_wrapper .insights_title{padding: 15px 15px;font-size: 14px;line-height: 1.2;}
    .home_events_date{padding:12px 15px;}
    .nav-tabs .tab-content.home #events ul li .views-field-title a{font-size: 17px;line-height: 1.2;}
    .main-container{padding-bottom: 40px;}
}
@media(min-width:280px) and (max-width:595px)
{
    .views-row .views-field .field-content .insights_wrapper .insights_title
    {
        font-size: 14px;
    }
    .page-node-1 .tab-pane .view .view-content .item-list ul li
    {

        width:100%;
        min-height:340px;
        margin-bottom:15px;
        border-top-left-radius:15px;
        border-radius:15px;
        -webkit-radius:15px;
        -moz-radius:15px;
    }
    .page-node-1 .item-list ul li .insights_wrapper .insights_title
    {
        border-bottom-left-radius:15px;
        -webkit-border-bottom-left-radius:15px;
        -moz-border-bottom-left-radius:15px; 
        border-bottom-right-radius:15px;
        -webkit-border-bottom-right-radius:15px;
        -moz-border-bottom-right-radius:15px;

    }
    .page-node-1 .tab-pane .view-insight .view-content .item-list ul li img{width:100%;}
    .page-node-1 .nav-tabs .tabs{width:100%;}
    .page-node-1 .nav-tabs .tabs .nav li{width:33%;text-align: center;}
    .page-node-1 .nav-pills>li+li{margin-left:.5%;}
    .page-node-1 .nav-tabs .tabs .nav li a{padding:13px 0px;}   
    .main-container{padding-bottom: 40px;}
    .nav-tabs .tab-content.home #news ul li, .nav-tabs .tab-content.home #events ul li
    {
        padding:35px;
        padding-bottom: 0px;
    }
}
/*support page issues form main layout*/

.issue-form
{
    width:596px;
    padding: 0px;
    margin:auto;
    margin-top:35px;
    margin-bottom:20px;
    float:none;
    left:0px;
}
.issue-form .issue-box-left
{
    width:275px;
    float:left;
}
.issue-form .issue-box-left .issue_element
{
    width:100%;
    margin-top:10px;
    height:41px;
    padding:15px 20px;
}
.issue-form .issue-box-left .issue_element:first-child
{
    margin-top:0px;
}
.issue-form .issue-box-right
{
    width:315px;
    float:left;
}
#issue_element_text
{
    margin-left:0px;
    width:305px;
    margin-left:10px;
    height:194px;
    padding-left:20px;
}
.issue-form .col-md-push-1
{
    width:100%;
    left:0px;
}

/*support page image hover effect*/
.rect-box:hover{
    transform: scale(1,1);
    transition: all 0.5s ease-in-out;
    background-size: cover;


}
.rect-box
{
    background-size: cover;
}
.rect-img
{
    margin-bottom:15px;
}

/* css for support page support icon*/

.support-text p
{
    background: none;
}
.status_img
{
    display:initial;
}


/* The following CSS is  responsive layout */

@media (min-width:1181px) and (max-width:1250px)
{
    /* The following CSS is for Support page responsive  */

    .view-id-webinars .view-content .item-list ul li
    {
        margin-left:23.5px;
    }
    .view-id-webinars .view-content .item-list ul li:first-child
    {
        margin-left:0px;
    }
    footer .content
    {
        padding:0px 10px;
    }
    /* End CSS is for Support page responsive  */
} 
@media(min-width:991px) and (max-width:1180px)
{
    /*    .issue-box-banner
        {
            padding-bottom:185px;
            background-size: contain;
        }  */
    .stats-box.home h1
    {
        font: 60px 'Museo Slab W01 500';
    }

    /**
     * The following CSS is for Insight page responsive
     */
    .col-md-3 .featured-box .caption
    {
        height: auto;
        padding: 3px 10px;
    }
    .col-md-6 .featured-box .caption
    {
        height: auto;
        padding: 12px 10px;
    }
    .featured-box .caption p
    {
        line-height: 18px;
    }
    .featured-box .caption p a
    {
        font-size: 13px;
    }
    .view-id-insight .col-md-6, big 
    {
        width:50%;
        float: left;
    }
    .view-id-insight .col-md-3, big
    {
        width:25%;
        float: left;
    }
    .page-node-92 .view-id-insight .col-md-4
    {
        /*        width:33.3333%;
                float:left;
                padding-right: 8px;*/
    }
    .view-id-insight .col-md-4:last-child
    {
        padding-right: 0px;
    }
    .insights-box-wrapper
    {
        padding: 0px;
    }
    #block-views-insight-block-1
    {
        padding-bottom: 40px;
    }
    #block-views-insight-block-2, #block-views-resources-block-2
    {
        padding-top: 40px;
    }
    .insights-box .img-top img
    {
        height:208px;
    }
    #block-views-insight-block-2 h2, #block-views-resources-block-2 h2
    {
        margin-top: 15px;
    }
    /**
    * End CSS is for Insight page responsive
    */

    /** 
    * The following css for partners page responsive
   */
    .stats-box.partners .stat-left
    {
        width:60%;
        float: left;
    }
    .stats-box.partners .stat-right
    {
        width:40%;
        float: left;
    }
    .stats-box.partners .partner-green
    {
        width:63%;
        padding-left:12%;
    }
    .stats-box.partners h3
    {
        font-size: 24px;
        padding-left: 22%;
    }
    .stats-box.partners .partner-white
    {
        width:21%;
        float: left;
        margin-right: 1%;
    }
    .stats-box.partners h1
    {
        font-size: 50px;  
    }

    /** 
    * End css for partners page responsive
    */
}

@media(min-width:900px) and (max-width:990px)
{
    /*    .issue-box-banner
        {
            padding-bottom:140px;
            background-size: contain;
        }*/
    .stats-box.home
    {
        padding: 25px 0 10px 0;
    }
    .stats-box.home h1
    {
        font-size: 50px;
    }
    .laptop-section p
    {
        min-height: 72px;
    }
    /**
     * The following CSS is for Insight page responsive
     */
    .col-md-3 .featured-box .caption
    {
        height: auto;
        padding: 3px 6px;
    }
    .col-md-6 .featured-box .caption
    {
        height: auto;
        padding: 10px 10px;
    }
    .featured-box .caption p
    {
        line-height: 18px;
    }
    .featured-box .caption p a
    {
        font-size: 13px;
    }
    .view-id-insight .col-md-6, big 
    {
        width:50%;
        float: left;
    }
    .view-id-insight .col-md-3, big
    {
        width:25%;
        float: left;
    }
    .col-md-3 .featured-box
    {
        margin: 0 0 8px 8px
    }
/*    .social_wrapper .social_link .social_link_share
    {
        margin-right: 10px;
    }*/
    #block-views-insight-block-1
    {
        padding-bottom: 40px;
    }
    #block-views-insight-block-2, #block-views-resources-block-2
    {
        padding-top: 40px;
    }
    .page-node-92 .view-id-insight .col-md-4
    {
        width:33.3333%;
        float:left;
        /*        padding-right: 8px;*/
    }
    .view-id-insight .col-md-4:last-child
    {
        padding-right: 0px;
    }
    .insights-box-wrapper
    {
        padding: 0px;
    }
    .insights-box .img-top img
    {
        height:208px;
    }
    .insights-box .insights-text-wrapper
    {
        padding: 20px;
    }
    .insights-box .insights-title a
    {
        font-size: 19px;
    }
    .insights-title
    {
        font-size: 15px;
    }
    .insights-box .insights-comments
    {
        margin-top: 25px;
    }
    #block-views-insight-block-2 h2, #block-views-resources-block-2 h2
    {
        margin-top: 15px;
    }
    /**
    * End CSS is for Insight page responsive
    */
    /** 
     * The following css for partners page responsive
    */
    .stats-box.partners .stat-left
    {
        width:65%;
        float: left;
    }
    .stats-box.partners .stat-right
    {
        width:35%;
        float: left;
    }
    .stats-box.partners .partner-green
    {
        width:63%;
        padding-left:10%;
    }
    .stats-box.partners h3
    {
        font-size: 24px;
        padding-left: 22%;
    }
    .stats-box.partners .partner-white
    {
        width:21%;
        float: left;
        margin-right: 1%;
    }
    .stats-box.partners h1
    {
        font-size: 50px;  
    }
    /** 
    * End css for partners page responsive
    */
}

@media(min-width:900px) and (max-width:1180px)
{
    .culture-right-main .culture_img:first-child
    {
        margin-bottom: 8px; 
    }
    .culture-right-main .culture_img
    {
        margin-bottom: 9px;
    }
    .culture-right-main .culture_img_right
    {
        margin-bottom: 9.5px; 
    }
    .page-node-77 #block-views-resources-block-2 .views-exposed-form .views-exposed-widget
    {
        padding-top:.5em;
    }
    /**
   * The following CSS is for home page responsive 
   */
    .nav-tabs .tab-content.home #news ul li .views-field-title a
    {
        font-size: 25px;
    }
    .nav-tabs .tab-content.home #news ul li, .nav-tabs .tab-content.home #events ul li
    {
        padding: 35px;
        padding-bottom: 0px
    }
    .nav-tabs .tab-content.home ul li > .views-field 
    {
        height: 100%;
        position: relative;
    }
    .news_date
    {
        position: absolute;
        bottom: 0px;
    }
    .nav-tabs .tab-content.home #events ul li .home_events_location
    {
        position: absolute;
        bottom: 25px;  
    }
    .main-container{padding-bottom: 40px;}
    .laptop-section .col-md-6
    {
        width:50%;
        float: left;
    }
    .laptop-section h2
    {
        font-size: 21px;
    }
    .home .col-md-4
    {
        width: 33.33%;
        float: left;
    }
    .laptop-section p
    {
        font-size: 15px;
    }
    .nav-tabs .tab-content.home ul li
    {
        width:33.33%;
    } 
    /**
   * End CSS for home page responsive 
   */

    /**
    * The following CSS is for Support page responsive 
    */

    #node-111 .field .field-items .even .col-md-12 > .text
    {
        width:66.6666%;
        float:left;
    }
    #node-111 .field .field-items .even .col-md-12 .panel-box
    {
        width:28.33%;
        float:left;
        margin-left:5%;
    }
    #node-111 .panel-box .title{
        padding:20px 0px;
        text-align:center;
    }
    #node-111 .panel-box .text
    {
        padding:30px 0px;text-align: center;
    }
    #node-111 .panel-box .text .week
    {
        margin-left:0px;
    }
    #node-111 .panel-box .text .time
    {
        margin-left:0px;
    }
    .image2-content.upcoming-events
    {
        height: auto;
        min-height: 100%;
    }
    .main-container-inner
    {
        padding: 25px 0px;
    }
    .main-container-inner .text h3
    {
        padding-bottom: 25px;
    }
    .main-container-inner .text h1
    {
        font:34px 'Museo Slab W01 100'
    }
    .main-container-inner .text p
    {
        margin-bottom: 30px;
    }
    #node-111 .even > .col-md-12 > .col-md-6
    {
        width:50%;
        float:left;
    }
    #node-111 .even > .col-md-12 > .col-md-6 > .rect-box
    {
        padding:40px 35px;
    }
    #node-111 .even > .col-md-12 > .col-md-6 > .rect-box .big-link
    {
        font:24px 'Museo Slab W01 300', 'arial';
    }
    .view-id-webinars .view-content .item-list ul li
    {
        margin-left:1%;
        width:32.66%;
        float:left;
    }
    .view-id-webinars .view-content .item-list ul li:first-child
    {
        margin-left:0px;
    }
    .issue-box
    {
        margin-top: 40px;   
    }

    .image2-content
    {
        padding-top:60px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 60px;
        height: auto;
    }
    .image2-content.upcoming-events .view-all
    {
        margin-bottom: 45px;
    }
    .support_date_wrapper
    {
        padding:13px 15px;width: 70px;
        height: 65px;
        margin-right: 12px;
        font: 18px "DIN Next W01 Bold";
    }
    .support_inner{
        margin-left:0px;
        width:202px;
    }
    .support_date_time
    {
        font:13px 'DIN Next W01 Medium', 'arial';
    }
    .image2-content p
    {
        font:14px 'DIN Next W01 Regular', 'arial';
        line-height: 1.4;
    }
    footer .content
    {
        padding:0px 15px 0px 20px;
    }

    .content .breadcrumb
    {
        padding:0px 10px;
    }
    /*    .issue-box-banner
        {
            padding-bottom:200px;
            background-size: contain;
        }*/

    /**
    * End CSS is for Support page responsive  
    */

    /**
    * The following CSS is for product page responsive  
    */

    .gray-content.products-page
    {
        padding-bottom: 30px;
        padding-top:30px;
    }
    #node-2 .col-md-12 .col-md-8
    {
        width:66%;
        float:left;
    }
    #node-2 .col-md-12 .col-md-4
    {
        width:33%;
        float:left;
        margin-left: 1%;
    }

    .main-container-inner img.infosource
    {
        margin-right:0px;
    }
    #node-2 .stats-box .col-md-4
    {
        width:33.3333%;
        float:left; 
        margin-left:0px;  
    }
    #node-39 .col-md-12 .product-laptops
    {
        width:49.5%;
        float:left;
        margin: 0px;
    }
    #node-39 .col-md-12 .product-laptops:first-child
    {
        margin-right: 1%;
    }
    #node-39
    {
        padding: 0px 15px;
    }
    .gray-content.products-page h2
    {
        font:21px 'Museo Slab W01 300';
    }
    .gray-content.products-page p
    {
        font:16px 'DIN Next W01 Regular', 'arial';
        line-height:1.4;
        min-height:67px;
    }
    .gray-content-buttons .col-md-6
    {
        width:50%;
        float:left;
    }
    .blue-content .green-text.left, .blue-content .green-text.right
    {
        width:50%;
        float:left;
        padding: 35px 8% 0px 8%;
    }
    .blue-content h1.green-heading
    {
        text-align:center;
    }
    #node-40 .col-md-6
    {
        width:50%;
        float: left;
    }
    .blue-content h1.green-heading
    {
        margin-top: 60px;
    }

    /**
     * End CSS is for product page responsive  
    */
    /**
     * The following CSS is for culture-careers page responsive  
    */

    #node-80 .col-md-12 .col-md-8, 
    #node-82 .col-md-12 .col-md-8,
    #node-96 .col-md-12 .col-md-8,
    #node-42 .col-md-12 .col-md-8
    {
        width:66%;
        float:left;
    }
    #node-80 .col-md-12 .col-md-4, 
    #node-82 .col-md-12 .col-md-4,
    #node-96 .col-md-12 .col-md-4,
    #node-42 .col-md-12 .col-md-4
    {
        width:33%;
        float:left;
        margin-left: 1%;
    }

    .blue-content.partners .why-box
    {
        width:50%;
        padding-left: 50px;
        padding-right: 30px;
        float: left;
    }
    .blue-content.partners .why-box:first-child
    {
        width:50%;
        padding-left: 30px;
        padding-right: 50px;
        float: left;
    }
    .blue-content.partners .why-box .why-icon
    {
        width:20%;
        float: left;
        max-width:100px;
        min-width:68px;
    }
    .blue-content.partners .why-box .why-text
    {
        width:77%;
        float:left;
        padding-left: 5%;
    }
    .blue-content.partners .why-box .why-text h3
    {
        margin-bottom: 10px;  
    }
    .culture
    {
        padding-top: 20px;
    }
    .culture h1
    {
        margin: 25px 0px;
    }
    .opening-collapse
    {
        margin-bottom: 0px;
        padding: 35px 0px;
    }
    #node-133 .accordian-content
    {
        height: auto !important;
        overflow: auto !important;
    }
    #node-133 .accordian-content .col-md-12 .row .col-md-8
    {
        width:75%;
        float:left;
    }
    #node-133 .accordian-content .col-md-12 .row .col-md-3
    {
        width:25%;
        float:left;  
    }
    #node-133 .accordian-content .col-md-12 .row .col-md-6
    {
        width:50%;
        float: left;
    }
    /**
     * End CSS is for culture-careers page responsive  
    */
    /**
     * The following CSS is for get-zephyr page responsive
    */
    #node-103 .buy-zephyr .tab-pane .col-md-12 .col-md-6
    {
        width:50%;
        float: left;
    }
    #node-103 .buy-zephyr .tab-pane .col-md-12 .col-md-6 .price
    {
        width:41.6666%;
        float: left;
        padding-left: 20px;
    }
    #node-103 .tab-content .tab-pane .price h2
    {
        font:24px "Museo Slab W01 300";
    }
    #node-103 .buy-zephyr .tab-pane .col-md-12 .col-md-6 .price-text
    {
        width:58.3333%;
        float: left;
        padding-left:15px;
    }
    #node-103 .tab-content .tab-pane .price h1
    {
        font:95px "Museo Slab W01 300";
    }

    #node-103 .tab-content .tab-pane .price-text p
    {
        font:17px 'DIN Next W01 Regular', 'arial';
        line-height: 1.6;
    }
    .page-node-103 .sign-zephyr
    {
        padding: 50px 15px 50px 15px;
    }
    .page-node-103 .sign-zephyr p
    {
        font:17px 'DIN Next W01 Regular', 'arial';
        line-height: 1.8;
    }
    #node-103 .nav-tabs .buy .nav-pills li
    {
        width:49.8%;
        float:left;
        margin-left:0.4%;
    }
    #node-103 .nav-tabs .buy .nav-pills li:last-child
    {
        margin-left: 0px; 
    }
    .page-node-103 .content_white_bg
    {
        padding: 30px 15px;
    }
    .page-node-103 .content_white_bg .faq
    {
        padding: 25px 0px;
    }
    .page-node-103 .content_white_bg .q-answers
    {
        padding-top: 0px;
    }
    .page-node-103 .faq .row .col-md-6
    {
        width:50%;
        float: left;
    }
    .page-node-103 .faq li a
    {
        font:14px 'DIN Next W01 Medium', 'arial';
    }
    .issue-form .col-md-6
    {
        width:50%;
        float: left;
    }
    .issue-form .col-md-pull-5
    {
        width:100%;
        float: left;
        text-align: center;
        right: 0px;
    }

    #node-103 .buy-zephyr
    {
        padding:0px 15px;
    }
    /** 
     * End CSS is for get-zephyr page responsive
    */
    /** 
     * The following css for customer page responsive
    */

    #node-91 .showcase .showcase-box .showcase-img, #node-89 .showcase-box .showcase-img
    {
        /*        height: 250px;*/
        height: auto;
    }
    #node-91 .showcase .showcase-box .showcase-img > img, #node-89 .showcase-box .showcase-img > img
    {
        /*        height: 250px;*/
        height: auto;
    }
    #node-91 .showcase .showcase-box .showcase-text, #node-89 .showcase-box .showcase-text
    {
        /*        height: 250px;*/
        height: auto;
        padding: 16px 12px;
    }
    #node-91 .showcase .showcase-box p, #node-89 .showcase-box p
    {
        /*        margin-bottom: 20px;*/
    }
    #node-91 .showcase .col-md-10 .col-md-6
    {
        width:50%;
        float: left;
    }
    #node-91 .case-study-info
    {
        width:80%;
        margin: auto;
    }
    #node-91 .case-study-info p
    {
        padding: 0px;
    }
    .page-node-79 .testimonial
    {
        padding: 40px 15px;
    }
    .page-node-79 .gray-content.case-studies
    {
        padding: 40px 15px;
    }
    .page-node-79 .testimonial .tab-content
    {
        padding: 50px 100px 40px 100px;
    }
    #testimonials .owl-prev
    {
        margin-left: -99px;
        top:100px;
    }
    #testimonials .owl-next
    {
        margin-right: -99px;
        top:100px;
    }
    /** 
     * End css for customer page responsive
    */
    /** 
     * The following css is buzz page responsive
    */
    .page-node-55 section.col-sm-12
    {
        padding:0px;
    }
    .page-node-55 section.col-sm-12 > .content
    {
        padding: 0px 15px;
    }
    .page-node-55 .view-buzz-featured-items .col-md-4
    {
        width:32.8%;
        float: left;
        margin-right: .8%;

    }
    .page-node-55 .view-buzz-featured-items .col-md-4:last-child
    {
        margin-right: 0px;
    }
    .buzz_wrapper_top
    {
        margin: 0px;
    }
    .buzz_inner_top
    {
        padding: 20px;
    }
    .buzz_wrapper
    {
        margin-bottom: 15px;
    }
    .buzz_inner_top .buzz_title
    {
        margin-bottom: 25px;font-size: 17px;
        line-height: 1.2;
    }
    .buzz > .content
    {
        padding: 0px 15px;
    }
    .buzz_wrapper .buzz_image
    {
        width:30%;
        float: left;
    }
    .gray-content.buzz
    {
        padding-top: 40px;
        padding-bottom: 45px;
    }
    .nav-tabs .buzz
    {
        margin-bottom: 10px;
    }
    .buzz_wrapper .buzz_inner
    {
        width:70%;
        float: left; 
        padding: 15px;
    }
    #zephyr-tweet #twitter-handle
    {
        width:100%;
        float:left;
    }
    .green-content.buzz p
    {
        float: left;
        padding: 10px 0 0 60px;
        background-position: 0% 21%;
    }
    span#twitter-tweet
    {
        width:100%;
        padding: 0px;
        margin: 8px 0px;
        float: left;

    }
    span#twitter-timestamp
    {
        width:100%;
        float:left;
    }
    .green-content.buzz
    {
        padding-top: 15px;
        padding-bottom: 10px;
    }
    .buzz_body
    {
        /*        height: 75px;*/
        overflow: hidden;
    }
    .buzz-heading h1
    {
        font-size:34px;
        margin-bottom:20px;
    }
    .buzz-heading h3
    {
        font-size:26px;
    }
    .buzz_inner_top .buzz_date,.buzz_inner .buzz_date
    {
        bottom:5px;
    }
    .buzz_inner .buzz_title
    {
        margin-bottom: 6px;
    }

    /** 
     * End css for buzz page responsive
    */
    /** 
     * The following css for compeny page responsive
    */
    .banner_company h1
    {
        font-size: 40px;
    }
    .banner_company h3
    {
        font-size: 24px;
    }
    .banner_company p
    {
        font-size: 17px;
    }
    .page-node-73 .zephyr-team
    {
        padding: 40px 15px 40px 15px;
    }
    .gray-content.zephyr-team .zephyr-team-info p
    {
        padding: 0px 135px;
        margin-bottom: 65px;
    }
    #node-86 .team-left
    {
        width:49.6%;
        margin-right: .8%;
        float: left;
        padding: 0px;
    }
    #node-86 .team-box
    {
        height: auto;
    }
    #node-86 .team-box .team-img
    {
        width:40%;
        float: left;
        height: 100%;
        /*        display: flex;*/
    }
    .top-navigation.company .banner_company
    {
        padding:60px 100px 30px 100px;
        margin-top: 120px;
        height: 350px;
    }
    #map1, #map2, #map3
    {
        width:100%;
    }
    .top-navigation.company
    {
        height: auto;
        //   background-size: 100% 100%;
    }
    #node-86 #investors .team-box .team-img img
    {
        width: auto;
        /*        height: inherit;*/
    }
    #node-86 .team-box .team-img img
    {
        width:100%;
        height: auto;
    }
    #node-86 #mgmt .team-box .team-title, #node-86 #advisors .team-box .team-title
    {
        width:60%;
        float: left;
        padding:35px 5px 0px 5px;
    }
    #node-86 #investors .team-box .team-title p
    {
        line-height: 1.4;
        font-size: 15px;
    }
    #node-86 #investors .team-box .team-title span
    {
        font-size: 13px;
    }
    #node-86 #investors .team-box .team-title
    {
        width:60%;
        float: left;
        padding:25px 5px 0px 5px; 
    }
    #node-86 .team-right
    {
        width:49.6%;
        float: left;
    }
    #node-86 .col-md-10
    {
        width:90%;
        left: 0px;
        margin: auto;
        float: none;
    }
    #node-87 > .content
    {
        padding: 0px 15px;
    }
    .zephyr-location ul.mail li
    {
        width:33.3333%;
        float:left;
        margin-bottom: 10px;
    }
    .zephyr-location ul.mail li:last-child
    {
        border-right: 1px solid;
    }
    .maps > .col-md-4
    {
        width: 33%;
        float:left;
        margin-left: .5%;
        margin-right: 0px;
    }
    .zephyr-location
    {
        padding-top: 40px;
        padding-bottom: 45px;
    }
    .maps > .col-md-4:first-child
    {
        margin-left: 0px;
    }
    /** 
     * End css for compeny page responsive
    */
    /** 
     * The following css for partners page responsive
    */

    .blue-content.partners
    {
        padding: 40px 20px 30px 20px; 
    }
    #block-nodeblock-89 .node-editable-block
    {
        padding: 0px 15px;
    }
    #node-89 .col-md-6
    {
        width:50%;
        float: left
    }
    .partners_text
    {
        padding: 0px 50px;

    }
    #node-90 .contact-form
    {
        padding:50px 0px;
    }
    .gray-content.showcase
    {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .gray-content.showcase .showcase-box h3
    {
        font-size: 18px;
        letter-spacing: 1px;
    }
    #enterprise .showcase .showcase-box h3
    {
        font-size: 18px;
        letter-spacing: 1px; 
    }
    /** 
     * End css for partners page responsive
    */
}
@media(min-width:900px) and (max-width:1024px)
{
.col-md-3 .featured-box .social_link
    {
        width: 19.5%;
    }
    .col-md-3 .social_outer:hover .social_link_hover
    {
        width:80%;
    }

}   
@media(min-width:800px) and (max-width:899px)
{

    /**
      * The following CSS is for Insight page responsive
      */
    .col-md-3 .featured-box .caption
    {
        height: auto;
        padding: 3px 5px;
    }
    .col-md-6 .featured-box .caption
    {
        height: auto;
        padding: 10px 10px;
    }
    .col-md-3 .featured-box .social_wrapper
    {
/*        bottom: 34px;*/
    }
    .col-md-3 .featured-box .social_link
    {
        width: 19.5%;
    }
    .social_wrapper .social_link .social_link_share
    {
        margin-right: 6px;
    }
    .featured-box .caption p
    {
        line-height: 13px;
    }
    .featured-box .caption p a
    {
        font-size: 12px;
    }
    .view-id-insight .col-md-6, big 
    {
        width:50%;
        float: left;
    }
    .view-id-insight .col-md-3, big
    {
        width:25%;
        float: left;
    }
    .col-md-3 .featured-box
    {
        margin: 0 0 8px 8px;
    }
    .col-md-3 .featured-box .social_link_hover
    {
        width: 80%;
    }
    .col-md-3 .social_outer:hover .social_link_hover
    {
         width: 80%;
    }
    #block-views-insight-block-1
    {
        padding-bottom: 40px;
    }
    #block-views-insight-block-2, #block-views-resources-block-2
    {
        padding-top: 40px;
    }
    .page-node-92 .view-id-insight .col-md-4
    {
        width:33.3333%;
        float:left;
        /*        padding-right: 8px;*/
    }
    .view-id-insight .col-md-4:last-child
    {
        padding-right: 0px;
    }
    .insights-box-wrapper
    {
        padding: 0px;
    }
    .insights-box .img-top img
    {
        /*        height:180px;*/
    }
    .insights-box .img-category
    {
        top: 8px;
    }
    .insights-box .img-category > p
    {
        margin-bottom: 6px;
    }
    .insights-box .insights-text-wrapper
    {
        padding: 20px;
    }
    .insights-box .insights-title a
    {
        font-size: 19px;
    }
    .insights-title
    {
        font-size: 15px;
    }
    .insights-box .insights-comments
    {
        margin-top: 25px;
    }
    .region #block-views-insight-block-2 .views-exposed-form
    {
        width:70%;
    }

    .view-filters #views-exposed-form-insight-block-2 .views-widget-filter-field_insight_category_tid, 
    .view-filters #views-exposed-form-insight-block-2 .views-widget-filter-title
    {
        width:42%;
    }
    .page-node-92 .views-submit-button
    {
        width:15%;
    }
    .views-exposed-widget.views-submit-button > #edit-submit-insight
    {
        float: right;
    }
    #block-views-insight-block-2 h2, #block-views-resources-block-2 h2
    {
        margin-top: 15px;
    }
    /**
    * End CSS is for Insight page responsive
    */ 
}
@media(min-width:768px) and (max-width:799px)
{
    /**
     * The following CSS is for Insight page responsive
     */
    .col-md-3 .featured-box .caption
    {
        height: auto;
        padding: 5px 10px;
    }
    .col-md-6 .featured-box .caption
    {
        height: auto;
        padding: 10px 10px;
    }
    .featured-box .caption p
    {
        line-height:18px;
    }
    .featured-box .caption p a
    {
        font-size: 14px;
    }
    .view-id-insight .col-md-6, big 
    {
        width:100%;
        float: left;
    }
    .view-id-insight .col-md-3, big
    {
        width:49%;
        float: left;
    }
    .view-id-insight .view-content > .big:nth-child(2)
    {
        margin-right: 2%;
    }
    .view-id-insight .col-md-3:last-child
    {
        margin-left: 2%;
    }
    .col-md-3 .featured-box
    {
        margin: 0px;
        margin-top: 20px;
    }
    #block-views-insight-block-1
    {
        padding-bottom: 40px;
    }
    #block-views-insight-block-2, #block-views-resources-block-2
    {
        padding-top: 40px;
    }
    .page-node-92 #block-views-insight-block-2 .view-id-insight .view-content .col-md-12 
    {
        display: block;
    }
    .page-node-92 #block-views-insight-block-2 .view-id-insight .view-content .col-md-12 .col-md-4 
    {
        width: 100%; margin: 10px 0px;
    }
    .page-node-92 .view-id-insight .col-md-4
    {
        width:100%;
        margin-bottom: 10px;
        float: left;
    }
    .img-top-wrapper
    {
        width:40%;
        float: left;
        position: relative;
        height: 100%;
    }
    .insights-box .img-top
    {
        height: 100%;
    }
    .insights-box .img-top img
    {
        /*        height: 100%;*/
    }
    .insights-box .insights-text-wrapper
    {
        width:60%;
        float: left;
        padding: 0px 20px;
    }
    .insights-box
    {
        float: left;
    }
    .insights-box .img-category
    {
        position: absolute;
        width: 100%;
        left: 5px;
        top:70%;
    }
    #block-views-insight-block-2 .views-exposed-form .views-exposed-widget,
    #block-views-resources-block-2 .views-exposed-form .views-exposed-widget
    {
        padding: .5em .5em 0 0;
    }
    .img-category > p
    {
        display: inline-block;
        margin: 0px 2px 0px 2px;
    }
    .insights-box-wrapper .insights-title:first-child
    {
        padding: 5px 0px 3px 0px;
    }
    .insights-box .insights-title a
    {
        font-size: 20px;
    }
    .insights-box-wrapper .insights-title
    {
        font-size: 16px;  
    }
    .insights-box .insights-comments
    {
        position: absolute;
        bottom: 18px;
        margin-top: 0px;
    }
    .insights-box-wrapper
    {
        padding: 0px;
    }
    .region #block-views-insight-block-2 .views-exposed-form
    {
        float: left;
        width:75%;
    }
    #block-views-insight-block-2 h2, #block-views-resources-block-2 h2
    {
        width:100%;
    }
    #views-exposed-form-insight-block-2 .views-widget-filter-field_insight_category_tid,
    #views-exposed-form-insight-block-2 .views-widget-filter-title
    {
        width:42%;
    }
    /**
    * End CSS is for Insight page responsive
    */
}
@media(min-width:768px) and (max-width:899px)
{
    .culture-right-main .culture_img:first-child
    {
        margin-bottom: 8px; 
    }
    .culture-right-main .culture_img
    {
        margin-bottom: 9px;
    }
    .culture-right-main .culture_img_right
    {
        margin-bottom: 9.5px; 
    }
    .page-node-77 #block-views-resources-block-2 .views-exposed-form .views-exposed-widget
    {
        padding-top:.5em;
    } 
    /**
    * The following CSS is for home page responsive 
    */

    .laptop-section .col-md-6
    {
        width:50%;
        float: left;
    }
    .laptop-section h2
    {
        font-size: 18px;
    }
    .home .col-md-4
    {
        width: 33.33%;
        float: left;
    }
    .laptop-section p
    {
        font-size: 15px;
        line-height: 1.4;
    }
    .nav-tabs .tab-content.home ul li
    {
        width:33.33%;
    } 
    .laptop-section p
    {
        min-height: 72px;
    }
    .stats-box.home
    {
        padding: 25px 0 5px 0;
    }
    .stats-box.home h1
    {
        font-size: 42px;
    }
    .stats-box.home h1 small
    {
        font-size: 32px;
        bottom: 6px;
    }
    .stats-box.home h3
    {
        font-size: 22px;
    }
    /**
   * End CSS for home page responsive 
   */
    /**
     *The following CSS is for Support page responsive  
    */

    #node-111 .field .field-items .even .col-md-12 > .text
    {
        width:62.6666%;
        float:left;
    }
    #node-111 .panel-box
    {
        width:34.33%;
        float:left;
        margin-left:3%;
    }
    .field .field-items .even .etm-page > .col-md-4
    {
        width:30%;
        float:left;
        margin-left:7.33%;
    }
    .panel-box .title
    {
        padding:20px 0px;
        text-align:center;
    }
    .panel-box .text{
        padding:30px 0px;
        text-align: center;
    }
    .panel-box .text .week
    {
        margin-left:0px;
    }
    .panel-box .text .time
    {
        margin-left:0px;
    }
    .main-container-inner .text h1
    {
        font:30px 'Museo Slab W01 100';
        padding-top: 10px;
    }
    .main-container-inner .text h3
    {
        padding-bottom:25px;
        font:22px 'Museo Slab W01 300';
    }
    .main-container-inner .text h3.sub
    {
        padding-top: 0px;
    }
    .main-container-inner
    {
        padding: 25px 0px;
    }
    .main-container-inner .text p
    {
        margin-bottom:20px;
    }

    #node-111 .even > .col-md-12 > .col-md-6
    {
        width:50%;
        float:left;
    }
    #node-111 .even > .col-md-12 > .col-md-6 > .rect-box
    {
        padding:25px 15px;
    }
    #node-111 .even > .col-md-12 > .col-md-6 > .rect-box .big-link
    {
        font:23px 'Museo Slab W01 300', 'arial';
        letter-spacing: 1.5px;
    }
    .view-id-webinars .view-content .item-list ul li
    {
        margin-left:1%;
        width:32.66%;
        float:left;
    }
    .view-id-webinars .view-content .item-list ul li:first-child
    {
        margin-left:0px;
    }
    .image2-content
    {
        padding-top:50px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 50px;
        height: auto;
    }
    .image2-content.upcoming-events
    {
        min-height: 100%;
        height: auto;
    }
    .image2-content.upcoming-events .view-all
    {
        margin-bottom: 45px;
    }
    .support_date_wrapper
    {
        padding:13px 15px;width: 60px;
        height: 55px;
        margin-right: 9px;
        font: 14px "DIN Next W01 Bold";
    }
    .support_inner
    {
        margin-left:0px;
        width:172px;
    }
    .support_title
    {
        font:16px 'DIN Next W01 Medium', 'arial';
    }
    .support_date_time
    {
        font:13px 'DIN Next W01 Medium', 'arial';
    }
    .image2-content p
    {
        font:12px 'DIN Next W01 Regular', 'arial';
        line-height: 1.4;
    }
    .issue-box
    {
        margin-top: 40px;
    }
    /*    .issue-box-banner
        {
            padding-bottom:160px;
            background-size: contain;
        }*/
    footer .content
    {
        padding:0px 15px 0px 20px;
    }
    .content .breadcrumb
    {
        padding:0px 10px;
    }

    /* The following CSS is for product page responsive  */

    .gray-content.products-page
    {
        padding-bottom: 30px;
        padding-top:30px;
    }
    #node-2 .col-md-12 .col-md-8
    {
        width:66%;
        float:left;
    }
    #node-2 .col-md-12 .col-md-4
    {
        width:33%;
        float:left;
        margin-left: 1%;
    }

    .main-container-inner img.infosource
    {
        margin-right:0px;
    }
    #node-2 .stats-box .col-md-4
    {
        width:33.3333%;
        float:left; 
        margin-left:0px;  
    }
    #node-39 .col-md-12 .product-laptops
    {
        width:49.5%;
        float:left;
    }
    #node-39 .col-md-12 .product-laptops:first-child
    {
        margin-right: 1%;
    }
    #node-39
    {
        padding: 0px 15px;
    }
    .gray-content.products-page h2
    {
        font:18px 'Museo Slab W01 300';
    }
    .gray-content.products-page p
    {
        font:14px 'DIN Next W01 Regular', 'arial';
        line-height:1.4;
        min-height:57px;
    }
    .gray-content-buttons .col-md-6
    {
        width:50%;
        float:left;
    }
    .blue-content .green-text.left
    {
        width:50%;
        float:left;
    }
    .blue-content h1.green-heading
    {
        text-align:center;
    }
    .stats-box.product h1
    {
        font:40px 'DIN Next W01 Regular', 'arial';
    }
    .gray-content-buttons .col-md-6
    {
        width:50%;
        float:left;
    }
    .blue-content .green-text.left, .blue-content .green-text.right
    {
        width:50%;
        float:left;
        padding: 35px 5% 0px 5%;
    }
    .blue-content h1.green-heading
    {
        text-align:center;
    }
    #node-40 .col-md-6
    {
        width:50%;
        float: left;
    }
    .blue-content h1.green-heading
    {
        margin-top: 50px;
    }
    /* End CSS is for product page responsive  */
    /* The following CSS is for culture-careers page responsive  */

    #node-80 .col-md-12 .col-md-8, 
    #node-82 .col-md-12 .col-md-8,
    #node-96 .col-md-12 .col-md-8,
    #node-42 .col-md-12 .col-md-8
    {
        width:62%;
        float:left;
    }
    #node-80 .col-md-12 .col-md-4, 
    #node-82 .col-md-12 .col-md-4,
    #node-96 .col-md-12 .col-md-4,
    #node-42 .col-md-12 .col-md-4
    {
        width:33%;
        float:left;
        margin-left: 5%;
    }
    .opening-collapse .ui-state-default .ui-icon
    {
        background-size: cover;
        width: 20px;
        height: 20px;
        margin-top: -5px;
    }
    .blue-content.partners .why-box:first-child
    {
        width:50%;
        padding-left: 30px;
        padding-right: 25px;
        float: left;
    }
    .blue-content.partners .why-box
    {
        width:50%;
        padding-left: 25px;
        padding-right: 30px;
        float: left;
    }
    .blue-content.partners .why-box .why-icon
    {
        width:20%;
        float: left;
        max-width:100px;
        min-width:57px;
    }
    .blue-content.partners .why-box .why-text
    {
        width:75%;
        float:left;
        padding-left: 5%;
    }
    .blue-content.partners .why-box .why-text h3
    {
        font:15px 'DIN Next W01 Light', 'arial';
        margin-bottom: 10px;
    }
    .blue-content.partners .why-box .why-text p
    {
        font:14px 'DIN Next W01 Light', 'arial';
    }
    .culture
    {
        padding-top: 0px;
    }
    .culture h1
    {
        margin-top: 35px;
    }
    .opening-collapse
    {
        margin-bottom: 0px;
        padding: 40px 0px 40px 0px;
    }

    .blue-content.partners .why-zephyr-top p
    {
        padding:10px;
        margin-bottom: 40px;
    }

    #node-133 .accordian-content
    {
        height: auto !important;
        overflow: auto !important;
    }
    #node-133 .accordian-content .col-md-12 .row .col-md-8
    {
        width:75%;
        float:left;
    }
    #node-133 .accordian-content .col-md-12 .row .col-md-3
    {
        width:25%;
        float:left;  
    }
    #node-133 .accordian-content .col-md-12 .row .col-md-6
    {
        width:50%;
        float: left;
    }
    /* End CSS is for culture-careers page responsive  */
    /*The following CSS is for get-zephyr page responsive*/
    #node-103 .buy-zephyr .tab-pane .col-md-12 .col-md-6
    {
        width:50%;
        float: left;
    }
    #node-103 .buy-zephyr .tab-pane .col-md-12 .col-md-6 .price
    {
        width:100%;
        float: left;
        padding-left: 0px;
    }
    #node-103 .tab-content .tab-pane .price h2
    {
        font:28px "Museo Slab W01 300";
    }
    #node-103 .buy-zephyr .tab-pane .col-md-12 .col-md-6 .price-text
    {
        width:100%;
        float: left;
        padding-left:15px;
    }
    #node-103 .tab-content .tab-pane .price h1
    {
        font:60px "Museo Slab W01 300";
    }

    #node-103 .tab-content .tab-pane .price-text p
    {
        font:15px 'DIN Next W01 Regular', 'arial';
        line-height: 1.5;
    }
    .page-node-103 .main-container-inner
    {
        padding-bottom: 0px; 
    }
    .page-node-103 .sign-zephyr
    {
        padding: 40px 15px 40px 15px;
    }
    .page-node-103 .sign-zephyr p
    {
        font:15px 'DIN Next W01 Regular', 'arial';
        line-height: 1.5;
    }
    #node-103 .nav-tabs .buy .nav-pills li
    {
        width:49.8%;
        float:left;
        margin-left:0.4%;
    }
    #node-103 .nav-tabs .buy .nav-pills li:last-child
    {
        margin-left: 0px; 
    }
    .page-node-103 .faq .row .col-md-6
    {
        width:50%;
        float: left;
    }
    .page-node-103 .faq li a
    {
        font:14px 'DIN Next W01 Medium', 'arial';
    }
    .page-node-103 .content_white_bg
    {
        padding: 30px 15px;
    }
    .page-node-103 .content_white_bg .faq
    {
        padding: 25px 0px;
    }
    .page-node-103 .content_white_bg .q-answers
    {
        padding-top: 0px;
    }
    .issue-form .col-md-6
    {
        width:50%;
        float: left;
    }
    .issue-form .col-md-pull-5
    {
        width:100%;
        float: left;
        text-align: center;
        right: 0px;
    }
    .request-demo .col-md-push-2 .issue_element
    {
        height:40px; 
    }

    #node-103 .buy-zephyr
    {
        padding:0px 15px;
    }
    /*End CSS is for get-zephyr page responsive*/
    /*The following css for customer page responsive*/
    #node-91 .nav-tabs
    {
        padding:0px;
    }
    #node-91 .showcase .showcase-box .showcase-img, #node-89 .showcase-box .showcase-img 
    {
        /*        height: 225px;*/
        height: auto;
    }
    #node-91 .showcase .showcase-box .showcase-img > img, #node-89 .showcase-box .showcase-img > img
    {
        /*        height: 225px;*/
        height: auto;
    }
    #node-91 .showcase .showcase-box .showcase-text, #node-89 .showcase-box .showcase-text
    {
        /*        height: 225px;*/
        height: auto;
        padding: 20px 10px;
    }
    #node-91 .showcase .showcase-box p, #node-89 .showcase-box p
    {
        /*        margin-bottom: 12px;*/
        margin-top: 6px;
        font-size: 13px;
    }
    .showcase .showcase-box h3, .gray-content.showcase .showcase-box h3
    {
        font-size: 18px;
        letter-spacing: 1px;
    }
    .gray-content.case-studies
    {
        padding: 40px 15px;
    }
    #node-91 .showcase .showcase-box .showcase-text button, #node-89 .showcase-box .showcase-text button 
    {
        font-size: 13px;
        background-position:90% 50%;
        padding: 15px 45px 10px 15px;
    }
    #node-91 .showcase .col-md-10 .col-md-6
    {
        width:50%;
        float: left;
    }
    #node-91 .nav-tabs .cases
    {
        max-width:750px;
        width:100%;
    }
    #node-91 .nav-tabs .cases ul.nav-pills li
    {
        width:49.8%;
        float: left;
        margin-left: 0px;
    }
    #node-91 .nav-tabs .cases ul.nav-pills li:last-child
    {
        margin-left: 0.4%;
    }
    #node-91 .nav-tabs ul.nav-pills li a
    {
        padding: 13px 0px;
        text-align: center;
    }
    #node-91 .case-study-info
    {
        width:85%;
        margin: auto;
    }
    #node-91 .case-study-info p
    {
        padding: 0px;
    }

    .page-node-79 .testimonial .tab-content .views-field-field-testimonial
    {
        font:22px 'Museo Slab W01 100';
        line-height: 1.6;
    }
    .page-node-79 .testimonial .tab-content
    {
        min-height: 100%;
        padding: 40px 80px 40px 80px;
    }
    .page-node-79 .testimonial
    {
        padding:40px 15px; 
    }
    #testimonials .owl-prev
    {
        margin-left: -79px;
    }
    #testimonials .owl-next
    {
        margin-right: -79px;
    }
    /*End css for customer page responsive*/
    /*The following css is buzz page responsive*/
    .page-node-55 section.col-sm-12
    {
        padding:0px;
    }
    .buzz_wrapper
    {
        margin-bottom: 15px;
    }
    .page-node-55 section.col-sm-12 > .content
    {
        padding: 0px 15px;
    }
    .page-node-55 .view-buzz-featured-items .col-md-4
    {
        /*      width:32.8%;*/
        width:100%;
        float: left;
        margin-right: 0px;

    }
    .page-node-55 .buzz_wrapper_top
    {
        float: left;
        width: 100%;
        margin: 10px 0px;
    }
    .page-node-55 .buzz_image_top
    {
        width:30%;
        float: left;
        max-height: 100%;
    }
    .page-node-55 .buzz_inner_top
    {
        width: 70%;
        float: left;
        min-height: 100%;
    }
    .page-node-55 .buzz_body
    {
        height: auto;
    }
    .page-node-55 .view-buzz-featured-items .col-md-4:last-child
    {
        margin-right: 0px;
    }
    .buzz_wrapper_top
    {
        margin: 0px;
    }
    .buzz > .content
    {
        padding: 0px 15px;
    }
    .buzz_wrapper .buzz_image
    {
        width:30%;
        float: left;
    }
    .buzz_wrapper .buzz_inner
    {
        width:70%;
        float: left; 
        padding:10px 20px;
    }
    #zephyr-tweet #twitter-handle
    {
        width:100%;
        float:left;
    }
    .green-content.buzz p
    {
        float: left;
        padding: 10px 0 0 60px;
        background-position: 0% 15%;
    }
    span#twitter-tweet
    {
        width:100%;
        padding: 0px;
        margin: 8px 0px;
        float: left;

    }
    .buzz_image_top img
    {
        /*height:180px;*/
    }
    .buzz_inner_top
    {
        /* height: 180px;*/
        padding: 15px;
    }
    .buzz_inner_top .buzz_title
    {
        margin-bottom: 20px;font-size: 16px;
    }
    .buzz_inner .buzz_body_wrapper .buzz_title a 
    {
        font-size: 18px;
    }
    .gray-content.buzz
    {
        padding-top: 40px;
        padding-bottom: 45px;
    }
    .nav-tabs .buzz
    {
        margin-bottom: 10px;
    }
    span#twitter-timestamp
    {
        width:100%;
        float:left;
    }
    .green-content.buzz
    {
        padding-top: 15px;
        padding-bottom: 10px;
    }
    .buzz_body
    {
        height: 90px;
        overflow: hidden;
    }
    .buzz-heading h1
    {
        font-size:30px;

    }
    .buzz-heading h3
    {
        font-size:22px;
    }
    .buzz_inner .buzz_title
    {
        margin-bottom: 10px;
        max-height: 40px;
        overflow: hidden;
    }
    .buzz_inner .buzz_body
    {
        max-height: 70px;
    }
    .buzz_wrapper .buzz_inner .buzz_body_wrapper .buzz_body p
    {
        line-height: 17px;
    }

    /*End css for buzz page responsive*/
    /*The following css for compeny page responsive*/
    .banner_company h1
    {
        font-size: 35px;
    }
    .banner_company h3
    {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .top-navigation.company .banner_company
    {
        padding:60px 30px 30px 30px;
        margin-top: 100px;
        height: 300px;
    }
    #map1, #map2, #map3
    {
        width:100%;
    }
    .top-navigation.company
    {
        height: auto;
        //   background-size: 100% 100%;
    }
    .banner_company p
    {
        font-size: 16px;
    }
    .page-node-73 .zephyr-team
    {
        padding: 40px 15px 40px 15px;
    }
    .zephyr-location
    {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .gray-content.zephyr-team .zephyr-team-info p
    {
        padding: 0px 70px;
    }
    #node-86 .team-left
    {
        width:49.6%;
        margin-right: .8%;
        float: left;
        padding: 0px;
    }
    #node-86 .team-box
    {
        height: auto;
    }
    #node-86 .team-box .team-img
    {
        width:45%;
        float: left;
        height: 100%;
        /*        display: flex;*/
    }

    #node-86 #investors .team-box .team-img img
    {
        width: auto;
        /*        height: inherit;*/
    }
    #node-86 .team-box .team-img img
    {
        width:100%;
        height: auto;
    }
    #node-86 #mgmt .team-box .team-title, #node-86 #advisors .team-box .team-title
    {
        width:55%;
        float: left;
        padding:45px 5px 0px 5px;
    }
    #node-86 #investors .team-box .team-title
    {
        width:55%;
        float: left;
        padding:20px 5px 0px 5px; 
    }
    #node-86 #investors .team-box .team-title p
    {
        line-height: 1.2;
        font-size: 15px;
    }
    #node-86 .team-right
    {
        width:49.6%;
        float: left;
    }
    #node-86 .col-md-10
    {
        width:100%;
        left: 0px;
        margin: auto;
        float: none;
    }
    #node-87 > .content
    {
        padding: 0px 15px;
    }
    .zephyr-location ul.mail li
    {
        width:33.3333%;
        float:left;
        margin-bottom: 10px;
    }
    .zephyr-location ul.mail li:last-child
    {
        border-right: 1px solid;
    }
    .maps > .col-md-4
    {
        width: 33%;
        float:left;
        margin-left: .5%;
        margin-right: 0px;
    }
    .maps > .col-md-4:first-child
    {
        margin-left: 0px;
    }
    /*End css for compeny page responsive*/

    /** 
     * The following css for partners page responsive
    */
    .stats-box.partners .stat-left
    {
        width:65%;
        float: left;
    }
    .stats-box.partners .stat-right
    {
        width:35%;
        float: left;
    }
    .stats-box.partners .partner-green
    {
        width:63%;
        padding-left:6%;
    }
    .stats-box.partners h3
    {
        font-size: 22px;
        padding-left: 21%;
    }
    .stats-box.partners .partner-white
    {
        width:21%;
        float: left;
        margin-right: 1%;
    }
    .stats-box.partners h1
    {
        font-size: 40px;  
    }
    .stats-box.partners .forkimg
    {
        width:15%;
        padding-top: 19px;
    }
    .stats-box.partners .stat-white
    {
        font-size: 30px;
    }
    #node-89 .col-md-6
    {
        width:50%;
        float: left
    }
    .partners_text
    {
        padding: 0px 50px;

    }
    #block-nodeblock-89 .node-editable-block
    {
        padding: 0px 15px;
    }
    #node-90 .contact-form
    {
        padding:40px 0px;
    }
    .gray-content.showcase
    {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    /** 
    * End css for partners page responsive
    */
}
@media(min-width:596px) and (max-width:767px)
{
    .culture-right-main .culture_img:first-child
    {
        margin-bottom: 8px; 
    }
    .culture-right-main .culture_img
    {
        margin-bottom: 9px;
    }
    .culture-right-main .culture_img_right
    {
        margin-bottom: 9.4px; 
    }
    .page-node-77 #block-views-resources-block-2 .views-exposed-form .views-exposed-widget
    {
        padding-top:.5em;
    }

    /**
     * The following CSS is for Insight page responsive
     */
    .col-md-3 .featured-box .caption
    {
        height: auto;
        padding: 5px 10px;
    }
    .col-md-6 .featured-box .caption
    {
        height: auto;
        padding: 10px 10px;
    }
    .featured-box .caption p
    {
        line-height: 18px;
    }
    .featured-box .caption p a
    {
        font-size: 13px;
    }
    .view-id-insight .col-md-6, big 
    {
        width:100%;
        float: left;
    }
    .view-id-insight .col-md-3, big
    {
        width:49%;
        float: left;
    }
    .view-id-insight .view-content > .big:nth-child(2)
    {
        margin-right: 2%;
    }
    .view-id-insight .col-md-3:last-child
    {
        margin-left: 2%;
    }
    .col-md-3 .featured-box
    {
        margin: 0px;
        margin-top: 20px;
    }
    #block-views-insight-block-1
    {
        padding-bottom: 40px;
    }
    #block-views-insight-block-2, #block-views-resources-block-2
    {
        padding-top: 25px;
    }
    .view-id-insight .col-md-4
    {
        width:100%;
        margin-bottom: 10px;
        float: left;
    }
    .page-node-92 #block-views-insight-block-2 .view-id-insight .view-content .col-md-12 
    {
        display: block;
    }
    .page-node-92 #block-views-insight-block-2 .view-id-insight .view-content .col-md-12 .col-md-4 
    {
        width: 100%;margin: 10px 0px;
    }
    .img-top-wrapper
    {
        width:40%;
        float: left;
        position: relative;
        height: 100%;
    }
    .insights-box .img-top
    {
        height: 100%;
    }
    .insights-box .img-top img
    {
        /*        height: 100%;*/
    }
    .insights-box .insights-text-wrapper
    {
        width:60%;
        float: left;
        padding: 0px 20px;
    }
    .insights-box
    {
        float: left;
    }
    .insights-box .img-category
    {
        position: absolute;
        width: 100%;
        left: 5px;
        top:65%;
    }
    #block-views-insight-block-2 .views-exposed-form .views-exposed-widget,
    #block-views-resources-block-2 .views-exposed-form .views-exposed-widget
    {
        padding: .5em .5em 0 0;
    }
    .img-category > p
    {
        display: inline-block;
        margin: 0px 2px 0px 2px;
    }
    .insights-box-wrapper .insights-title:first-child
    {
        padding: 5px 0px 3px 0px;
    }
    .insights-box .insights-title a
    {
        font-size: 16px;
    }
    .insights-box-wrapper .insights-title
    {
        font-size: 16px;  
    }
    .insights-box .insights-comments
    {
        /*        position: absolute;
                bottom: 18px;*/
        margin-top: 0px;
        font-size: 11px;
    }
    .insights-box-wrapper
    {
        padding: 0px;
    }
    /**
    * End CSS is for Insight page responsive
    */
    /**
   * The following CSS is for home page responsive 
   */
    .row > section.col-sm-12
    {
        padding: 0px;
    }
    .laptop-section .col-md-6
    {
        width:50%;
        float: left;
    }
    .home-highlighted p
    {
        padding: 40px;
    }
    .home-highlighted p
    {
        font-size: 24px;
    }
    .laptop-section h2
    {
        font-size: 18px;
        min-height: 40px;
    }
    .laptop-section a.read-btn
    {
        padding: 10px 45px 7px 10px;
        background-position: 93% 40%;
        font-size: 13px;
    }
    .laptop-section a.read-btn:hover
    {
        background-position: 93% 40%; 
    }
    .home .col-md-4
    {
        width: 32%;
        float: left;
        margin-right: 1%;
    }
    .home .col-md-4:nth-last-child(2)
    {
        margin-right: 1%;
    }
    .home .col-md-4:first-child
    {
        margin-left: 1%;
    }
    .laptop-section p
    {
        font-size: 14px;
        line-height: 1.4;
        min-height: 84px;
    }
    .nav-tabs .tab-content.home ul li
    {
        width:33.33%;
        margin: 0px;
    } 
    #news_events
    {
        padding: 0px 20px;
    }
    .nav-tabs .tab-content.home #events ul li .date-display-single
    {
        font-size: 15px;
    }
    .laptop-section
    {
        padding: 40px 20px 0px 20px;
    }
    .stats-box.home h1
    {
        font-size: 30px;
        line-height: 40px;
    }
    .stats-box.home h1 small
    {
        font-size: 27px;
        bottom: 3px;
    }
    .stats-box.home h3
    {
        font-size: 18px;
        line-height: 27px;
    }
    h3.stats02, h3.stats03, h3.stats01
    {
        //width:100%;
        background-position: 7% 0%;
    }
    .stats-box.home
    {
        padding: 25px 0 10px 0;
        margin: 40px 20px 0px 20px;
    }
    .nav-tabs ul.nav-pills li
    {
        width:33%;
        margin-left: .5%;
        text-align: center;
    }
    .nav-tabs .tabs
    {
        width:100%;
        max-width: 500px;
    }
    .nav-tabs ul.nav-pills li:first-child
    {
        margin-left: 0px;
    }
    /**
   * End CSS for home page responsive 
   */
    /* The following CSS is for Support page responsive  */

    .field .field-items .even .etm-page > .text
    {
        /*        width:59.6666%;*/
        float:left;
    }
    .field .field-items .even .etm-page > .col-md-4
    {

        float:left;
        /*        width:35.33%;
                margin-left:5%;*/
    }
    .panel-box .title
    {
        padding:20px 0px;
        text-align:center;
    }
    .panel-box .text
    {
        padding:30px 0px;
        text-align: center;
    }
    .panel-box .text .week
    {
        margin-left:0px;
    }
    .panel-box .text .time
    {
        margin-left:0px;
    }
    .main-container-inner .text h1
    {
        font:23px 'Museo Slab W01 100';
        padding-top: 0px;
    }
    .main-container-inner .text h3
    {
        padding-bottom:20px;
        font:20px 'Museo Slab W01 300';
    }
    .main-container-inner .text h3.sub
    {
        padding-top: 0px;
    }
    .main-container-inner .text p
    {
        font:18px 'DIN Next W01 Light', 'arial';
        line-height:1.8;
        margin-bottom: 25px;
    }
    #node-82 .text p
    {
        margin-bottom: 0px;
    }
    .main-container-inner
    {
        padding: 20px 20px 25px 20px;
    }
    .panel-box .text .week
    {
        font:24px "DIN Next W01 Bold";
    }
    .panel-box .text .time
    {
        font:16px "DIN Next W01 Bold";
    }
    #node-111 .even > .col-md-12 > .col-md-6
    {
        width:50%;
        float:left;
    }
    #node-111 .even > .col-md-12 > .col-md-6 > .rect-box
    {
        padding:25px 15px;
    }
    #node-111 .even > .col-md-12 > .col-md-6 > .rect-box .big-link
    {
        font:17px 'Museo Slab W01 300', 'arial';
        letter-spacing: 1px;
    }
    .view-id-webinars .view-content .item-list ul li
    {
        margin-left:1%;
        width:32.66%;
        float:left;
    }
    .view-id-webinars .view-content .item-list ul li:first-child
    {
        margin-left:0px;
    }
    .issue-box
    {
        margin-top:40px;
    }
    .image2-content
    {
        padding-left: 20px;
        padding-right: 20px;
        padding-top:50px;
        height: auto;
        padding-bottom: 50px;
    }
    .image2-content.upcoming-events .view-all
    {
        margin-bottom:35px;
    }
    .image2-content.upcoming-events
    {
        height: auto;
        min-height: 100%;
    }
    .image2-content .upcoming
    {
        margin-bottom: 20px;
    }
    .support_date_wrapper
    {
        padding:15px 15px;
        width: 75px;
        height: 65px;
        margin-right: 9px;
        font: 16px "DIN Next W01 Bold";
    }
    .support_body > p
    {
        margin-bottom: 25px;
    }

    .support_inner{
        margin-left:0px;
        width:100%;
        margin-top:15px;
    }
    .support_title
    {
        font:18px 'DIN Next W01 Medium', 'arial';
    }
    .support_date_time{
        font:14px 'DIN Next W01 Medium', 'arial';
        margin-top: 6px;
    }
    .image2-content p
    {
        font:13px 'DIN Next W01 Regular', 'arial';
        line-height: 1.4;
    }
    /*    .issue-box-banner
        {
    
            background-size: contain;
            padding: 0px 20px 140px 20px;
        }*/
    footer .content
    {
        padding:0px 20px 0px 25px;
    }


    .content .breadcrumb
    {
        padding:0px 10px;
    }

    /* End CSS is for Support page responsive  */
    /* The following CSS is for issues for responsive  */
    .issue-form
    {
        max-width:586px;
        width: 100%;
    } 
    .text_element
    {
        width: 95%;
        margin-right: 5%;
    }
    .issue-form .issue-box-left
    {
        width:260px;
        float:left;
    }
    .issue-form .issue-box-right
    {
        width:310px;
        float:left;
        margin-left:10px;
    }
    #issue_element_text{
        margin-left:0px;
        width:305px;
    }
    /* End css for issues form rsponsive*/
    /* The following CSS is for product page responsive  */
    .main-container-inner .col-sm-12
    {
        padding: 0px;
    }
    #node-2 .col-md-12 .col-md-8
    {
        width:66%;
        float:left;
    }
    #node-2 .col-md-12 .col-md-4
    {
        width:33%;
        float:left;
        margin-left: 1%;
    }
    #node-2 .vertical .text
    {
        width:100%;
    }
    #node-2 .vertical .col-md-4
    {
        width:100%;
    }
    .main-container-inner img.infosource
    {
        float: none;
        width: 60%;
        margin: 20px auto;
    }
    .vertical .vertical_outer
    {
        height: auto !important;
        width: 60%;
        margin: auto;
    }
    .vertical .col-md-4
    {
        width:100%;
    }
    #node-2 .stats-box .col-md-4
    {
        width:31.5%;
        float:left; 
        margin-left:1.5%;  
    }
    #node-2 .stats-box.product
    {
        //padding-right:1%;
        padding: 25px 0px 25px;
    }
    .stat-width h3.stats2-01, .stat-width .stats2-02, .stat-width .stats2-03
    {
        width:100%;  
    }
    .stats-box.product h3
    {
        font:14px 'DIN Next W01 Regular', 'arial';
    }
    #node-39 .col-md-12 .product-laptops
    {
        width:100%;
        float:left;
    }
    .gray-content.products-page h2
    {
        font:22px 'Museo Slab W01 300';
    }
    .gray-content.products-page p
    {
        font:14px 'DIN Next W01 Regular', 'arial';
        line-height:1.4;
    }
    .gray-content-buttons .col-md-6
    {
        width:50%;
        margin: auto;
    }
    .blue-content .green-text.left
    {
        width:50%;
        float:left;
    }
    .blue-content h1.green-heading
    {
        text-align:center;
    }
    .stats-box.product h1
    {
        font:26px 'DIN Next W01 Regular', 'arial';
    }
    #node-164 .nav-tabs > .tabs > .nav-pills li
    {
        width:49.8%;
        float: left;
        margin-left: 0px;
        background-color: #FFF;
        display: table;
        height: 45px;
    }
    #node-164 .nav-tabs ul.nav-pills li a
    {
        padding: 0px 20px;
        display: table-cell;
        vertical-align: middle;
        font-size: 13px;
    }
    #node-164 .nav-tabs > .tabs > .nav-pills li:first-child
    {
        margin-right:.4%; 
    }
    .gray-content.products-page img
    {
        margin:25px auto 20px auto;
    }
    .nav-tabs .buy
    {
        margin: 0px auto;
        width: 596px;
        padding: 0px 20px
    }
    #node-164 .nav-tabs .buy
    {
        padding: 0px;
    }
    #zee > .col-md-12 > .product-laptops, #zce > .col-md-12 > .product-laptops
    {
        padding: 0px 20px;
    }
    .gray-content.products-page .gray-content-buttons button
    {
        margin-bottom: 10px;
    }

    .difference_outer
    {
        background: #51b2b6 url(../images/difference_bg.png);
        background-size: 100% 100%;
        margin-top: 40px;
    }
    .difference_outer .green-heading
    {
        margin: 25px 0px;
        font: 20px 'Museo Slab W01 100';
        color: #ffffff;

    }
    .difference_outer ul li
    {
        font: 16px 'DINNextLTW01-UltraLight 706122';
        margin-bottom: 20px;
        line-height: 1.4;
        background: url(../images/li-bg.png) no-repeat;
        background-position: 2% 5%;
        padding: 0px 0px 0px 25px;
        color: #FFF;
    }
    .difference_inner
    {
        width: 100%;
        padding: 10px 20px 20px 20px;
    }
    .difference_inner ul
    {
        width: 90%;
        margin: auto;
    }
    #node-164 .tab-content
    {
        margin-bottom: 0px;
    }
    .gray-content.products-page
    {
        padding-bottom: 0px;
        padding-top:45px;
    }
    #node-39, .page-node-2 .blue-content
    {
        display: none;
    }
    #node-164
    {
        display: block;
    }

    /* End CSS is for product page responsive  */
    /* The following CSS is for culture-careers page responsive  */

    #node-82 .col-md-12 .col-md-8
    {
        width:100%;
        float:left;
    }
    #node-82 .col-md-12 .col-md-4
    {

        float:left;
        /*         width:33%;
                margin-left: 1%;*/
    }
    .opening-collapse .ui-state-default .ui-icon
    {
        background-size: cover;
        width: 18px;
        height: 18px;
        margin-top: -4px;
    }
    .blue-content.partners .why-box
    {
        width:100%;
        padding-left: 60px;
        padding-right: 60px;
        float: left;
        margin-bottom: 30px;
    }
    .blue-content.partners .why-box:first-child
    {
        width:100%;
        padding-left: 60px;
        padding-right: 60px;
        float: left;
        margin-bottom: 30px;  
    }
    .blue-content.partners .why-box .why-icon
    {
        width:20%;
        float: left;
        max-width:100px;
        min-width:57px;
    }
    .culture
    {
        padding-top: 0px;
    }
    .culture h1
    {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .blue-content.partners .why-box .why-text
    {
        width:80%;
        float:left;
    }
    .blue-content.partners .why-box .why-text h3
    {
        font:20px 'DIN Next W01 Light', 'arial';
        margin-bottom: 15px;
    }
    .blue-content.partners .why-box .why-text p
    {
        font:16px 'DIN Next W01 Light', 'arial';
    }
    .blue-content.partners .why-zephyr-top p
    {
        padding:10px;
        margin-bottom: 35px;
    }
    .opening-collapse
    {
        margin-bottom: 0px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .opening-collapse .col-md-12 h1
    {
        margin-bottom: 25px;
    }
    #node-133 .accordian-content
    {
        height: auto !important;
        overflow: auto !important;
        padding:1em 1em;
    }
    #node-133 .accordian-content .col-md-12 .row .col-md-8
    {
        width:73%;
        float:left;
        font:13px 'DIN Next W01 Medium', 'arial';
        margin-right:2%;
    }
    #node-133 .accordian-content button
    {
        font:13px 'DIN Next W01 Regular', 'arial';
        background-position:92% 50%;
        padding:15px 45px 10px 9px;
    }
    #node-133 .accordian-content .col-md-12 .row .col-md-3
    {
        width:25%;
        float:left;  
    }
    #node-133 .accordian-content .col-md-12 .row .col-md-6
    {
        width:50%;
        float: left;
        padding-left: 0px;
    }
    .accordian-content .col-md-12 .col-md-6 ul
    {
        font:13px 'DIN Next W01 Regular';
    }

    /* End CSS is for culture-careers page responsive  */
    /*The following CSS is for get-zephyr page responsive*/
    #node-103 .buy-zephyr .tab-pane .col-md-12 .col-md-6
    {
        width:50%;
        float: left;
    }
    #node-103 .buy-zephyr .tab-pane .col-md-12 .col-md-6 .price
    {
        width:100%;
        float: left;
        padding-left: 0px;
    }
    #node-103 .tab-content .tab-pane .price h2
    {
        font:28px "Museo Slab W01 300";
    }
    #node-103 .buy-zephyr .tab-pane .col-md-12 .col-md-6 .price-text
    {
        width:100%;
        float: left;
        padding-left:15px;
    }
    #node-103 .tab-content .tab-pane .price h1
    {
        font:60px "Museo Slab W01 300";
    }

    #node-103 .tab-content .tab-pane .price-text p
    {
        font:15px 'DIN Next W01 Regular', 'arial';
        line-height: 1.5;
    }
    .page-node-103 .main-container-inner
    {
        padding-bottom: 0px; 
    }
    .page-node-103 .sign-zephyr
    {
        padding: 40px 20px 40px 20px;
    }
    .page-node-103 .sign-zephyr p
    {
        font:14px 'DIN Next W01 Regular', 'arial';
        line-height: 1.5;
    }
    #node-103 .nav-tabs .buy .nav-pills li
    {
        width:49.8%;
        float:left;
        margin-left:0.4%;
        text-align: center;
    }
    #node-103 .nav-tabs .buy .nav-pills li:last-child
    {
        margin-left: 0px; 
    }
    .page-node-103 .faq .row .col-md-6
    {
        width:50%;
        float: left;
    }
    .page-node-103 .faq li a
    {
        font:12px 'DIN Next W01 Medium', 'arial';
    }
    .page-node-103 .content_white_bg
    {
        padding: 30px 20px;
    }
    .page-node-103 .content_white_bg .faq
    {
        padding: 25px 0px;
    }
    .page-node-103 .content_white_bg .q-answers
    {
        padding-top: 0px;
    }
    .issue-form .col-md-6
    {
        width:50%;
        float: left;
    }
    .issue-form .textarea-element
    {
        width:100%;
        min-width: 100%;
    }
    .issue-form .col-md-pull-5
    {
        width:100%;
        float: left;
        text-align: center;
        right: 0px;
    }
    .col-md-push-2 .issue_element
    {
        height:38px; 
        width:100%;
        margin-bottom:15px;
    }
    .col-md-push-2 #issue_element_text
    {
        width:100%;
        margin-left: 4%;
    }
    .page-node-103 .content_white_bg .faq h2
    {
        font:18px "DIN Next W01 Regular";  
    }
    .page-node-103 .content_white_bg .faq h1
    {
        font:25px "Museo Slab W01 300";
    }
    .page-node-103 .sign-zephyr > .content > h1
    {
        font:18px 'DIN Next W01 Regular', 'arial';
    }
    .page-node-103 section.col-sm-12
    {
        padding: 0px;
    }
    #node-103 .nav-tabs .buy
    {
        width:580px;
    }
    #node-103 .nav-tabs ul.nav-pills li a
    {
        font:13px 'DIN Next W01 Regular', 'arial';
    }
    .page-node-103 section.col-sm-12
    {
        padding: 0px;
    }
    #node-103 .buy-zephyr
    {
        padding:0px 15px;
    }
    /*End CSS is for get-zephyr page responsive*/ 
    /*The following css for customer page responsive*/
    #node-91 .nav-tabs
    {
        padding: 0px;
    }
    #node-91 .showcase .showcase-box .showcase-img, #node-89 .showcase-box .showcase-img
    {
        width: 40%;
        float: left;
        /*        height: 260px;*/
        height: auto;
    }
    .partners_text
    {
        padding: 0px 50px;

    }
    #node-91 .showcase .showcase-box .showcase-img > img, #node-89 .showcase-box .showcase-img > img
    {
        /*        height: 260px;*/
        height: auto;
    }
    #node-91 .showcase .showcase-box .showcase-text, #node-89 .showcase-box .showcase-text
    {
        width:60%;
        padding: 20px;
        float: left;
        /*        height: 260px;*/
    }

    #node-91 .showcase .col-md-12 > .col-md-6, #node-89 .col-md-12 > .col-md-6
    {
        width:100%;
        float: left;
    }
    #node-91 .nav-tabs .cases
    {
        max-width:576px;
        width:100%;
    }
    #node-91 .nav-tabs .cases ul.nav-pills li
    {
        width:49.8%;
        float: left;
        margin-left: 0px;
    }
    #node-91 .nav-tabs .cases ul.nav-pills li:last-child
    {
        margin-left: 0.4%;
    }
    #node-91 .nav-tabs ul.nav-pills li a
    {
        padding: 13px 0px;
        text-align: center;
        font-size: 11px;
    }
    #node-91 .case-study-info
    {
        width:85%;
        margin: auto;
    }
    #node-91 .case-study-info p
    {
        padding: 0px;
    }
    .page-node-79 .testimonial .tab-content
    {
        padding: 50px 60px 40px 60px;
    }
    .page-node-79 .testimonial .tab-content .views-field-field-testimonial
    {
        font:20px 'Museo Slab W01 100';
        line-height: 1.6;
    }
    .page-node-79 .testimonial .tab-content
    {
        min-height: 315px;
    }
    .page-node-79 .testimonial
    {
        padding:40px 20px; 
    }
    .gray-content.case-studies
    {
        padding: 40px 20px;
    }
    #testimonials .owl-prev
    {
        margin-left: -59px;
        top:87px;
    }
    #testimonials .owl-next
    {
        margin-right: -59px;
        top:87px;
    }
    .customer-logo
    {
        float: none;
        margin: auto;
    }
    /*End css for customer page responsive*/
    /*The following css is buzz page responsive*/
    .page-node-55 section.col-sm-12
    {
        padding:0px;
    }

    .page-node-55 .view-buzz-featured-items .col-md-4
    {
        /*      width:32.8%;*/
        width: 100%;
        float: left;
        margin-right: 0px;

    }
    .page-node-55 .buzz_image_top
    {
        width:35%;
        float: left;
        max-height: 100%;
    }
    .page-node-55 .buzz_inner_top
    {
        width: 65%;
        float: left;
        min-height: 100%;
    }
    .page-node-55 .view-buzz-featured-items .col-md-4:last-child
    {
        margin-right: 0px;
    }
    .buzz_wrapper_top
    {
        margin: 0px;
        float: left;
        width:100%;
        margin-bottom: 10px;
    }
    .page-node-55 .buzz_wrapper_top .buzz_inner_top
    {
        /*   height: 150px;*/
        padding:10px  20px;
        min-height: 100%; 
        height: auto;
    }
    .buzz_inner .buzz_title
    {
        max-height: 40px;
        overflow: hidden;
        margin-bottom: 5px;
        line-height: 20px;
    }

    .buzz_inner_top .buzz_title
    {
        font-size: 17px;
        margin-bottom: 10px; height: 40px; overflow: hidden;
    }
    .buzz_inner_top .buzz_date
    {
        bottom:15px;
    }
    .buzz_image_top img
    {
        /* height:150px;*/
    }
    .gray-content.buzz
    {
        padding-top: 40px;
        padding-bottom: 45px;
    }
    .nav-tabs .buzz
    {
        margin-bottom: 10px;
    }
    .buzz > .content
    {
        padding: 0px 20px;
    }
    .buzz_wrapper .buzz_image
    {
        width:35%;
        float: left;
    }
    .buzz_wrapper
    {
        margin-bottom: 10px;
    }
    .buzz_wrapper .buzz_inner
    {
        width:65%;
        float: left; 
        padding: 10px 15px;
    }
    .nav-tabs .buzz
    {
        width:100%;
        max-width: 615px;
    }
    .gray-content.buzz .buzz-btn
    {
        margin-top: 40px;
    }
    .nav-tabs .buzz ul.nav-pills li
    {
        width:24.8%;
        margin-left: .2%;
        text-align: center;
    }
    .buzz .nav-tabs ul.nav-pills li a
    {
        font-size: 14px;
        padding: 0px 4px;
        display: table-cell;
        vertical-align: middle;
        width: inherit;
        height: 48px;
    }
    .buzz_inner .buzz_date
    {
        bottom: 5px;
    }
    #zephyr-tweet #twitter-handle
    {
        width:100%;
        float:left;
    }
    .green-content.buzz p
    {
        float: left;
        padding: 10px 0 0 60px;
        background-position: 0% 21%;
    }
    span#twitter-tweet
    {
        width:100%;
        padding: 0px;
        margin: 6px 0px;
        float: left;
        font-size: 16px;

    }
    span#twitter-tweet a
    {
        font-size: 16px; 
    }
    span#twitter-timestamp
    {
        width:100%;
        float:left;
        font-size: 16px; 
    }
    .green-content.buzz
    {
        padding-top: 15px;
        padding-bottom: 10px;
    }
    span#twitter-handle a
    {
        font-size:16px;
    }
    .buzz_inner .buzz_body{
        max-height: 66px;
        overflow: hidden;
    }
    .buzz_wrapper .buzz_inner .buzz_body_wrapper .buzz_body p
    {
        line-height: 16px;
        font-size: 13px;
    }
    .buzz-heading h1
    {
        font-size:23px;
        margin-bottom:20px;
    }
    .buzz-heading h3
    {
        font-size:20px;
    }
    .buzz_inner .buzz_body_wrapper .buzz_title a {
        font: 15px 'Museo Slab W01 300';
    }
    /*End css for buzz page responsive*/
    /*The following css for compeny page responsive*/

    .banner_company h1
    {  
        font-size: 30px;
    }
    .top-navigation.company .banner_company
    {
        padding:0px 30px 30px 30px;
        margin-top: 100px;
        height: 250px;
    }
    #map1, #map2, #map3
    {
        width:80%;
        margin: auto;
    }
    .top-navigation.company
    {
        height: auto;
        //    background-size: 100% 100%;
    }
    .banner_company h3
    {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .banner_company p
    {
        font-size: 15px;
    }
    .page-node-73 .zephyr-team
    {
        padding: 40px 20px 40px 20px;
    }
    .zephyr-location
    {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .gray-content.zephyr-team .zephyr-team-info p
    {
        padding: 0px 60px;
        margin-bottom: 50px;
    }
    #node-86 .team-left
    {
        width:100%;

        float: left;
        padding: 0px;
    }
    #node-86 .team-box .team-img
    {
        width:35%;
        float: left;
        height: 100%;
        /*        display: flex;*/
        /*        max-width: 235px;*/
    }

    #node-86 #investors .team-box .team-img img
    {
        width: auto;
        /*        height: inherit;*/
    }
    #node-86 .team-box .team-img img
    {
        width:100%;
        height: auto;
    }
    #node-86 #mgmt .team-box .team-title, #node-86 #advisors .team-box .team-title, #node-86 #investors .team-box .team-title
    {
        width:65%;
        float: left;
        padding:60px 5px 0px 5px;
    }
    #node-86 .team-right
    {
        width:100%;
        float: left;
        padding-left: 0px;
    }
    #node-86 .col-md-10
    {
        width:100%;
        left: 0px;
        margin: auto;
        float: none;
    }
    #node-86 .team
    {
        width:100%;
        max-width: 585px;
    }
    #node-86 .team ul li
    {
        width:33.2%;
        margin-left: .2%;
    }
    #node-86 .team ul li:first-child
    {
        margin-left: 0px;
    }
    #node-86 .team-box
    {
        border-radius: 10px;
        /*        height: 175px;*/
        height: auto;
    }
    #node-87 > .content
    {
        padding: 0px 10px;
    }
    .team-box .team-title p
    {
        line-height: 1.4;
        font-size: 15px;
    }
    .team-box .team-title span
    {
        font-size: 13px;
    }
    #node-86 .col-md-10 .view-id-profile .view-content .item-list li
    {
        padding: 0px;
    }
    .zephyr-location ul.mail li
    {
        width:33.3333%;
        float:left;
        margin-bottom: 15px;
        font-size: 12px;
        padding: 0px;
    }
    .zephyr-location ul.mail li:last-child
    {
        border-right: 1px solid;
    }
    .zephyr-location a
    {
        font-size: 12px;
    }
    .maps > .col-md-4
    {
        width: 100%;
        float:left;
        margin-left: 0%;
        margin-top: 40px;
        margin-right: 0px;
    }
    .maps > .col-md-4 > div > img
    {
        width:90%;
        margin: auto;
    }
    .maps > .col-md-4:first-child
    {
        margin-left: 0px;
        margin-top: 0px;
    }
    .zephyr-location .maps .country
    {
        padding-top: 15px;
    }
    .maps > .col-md-4 p
    {
        margin: 0 0 5px;
    }
    .zephyr-location h1
    {
        font: 23px 'Museo Slab W01 300';
        margin-bottom: 35px;
    }
    .gray-content.zephyr-team .zephyr-team-info h1
    {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .gray-content.zephyr-team .zephyr-team-info p
    {
        font-size: 15px;
    }
    /*End css for compeny page responsive*/
    /*The following CSS is for footer responsive  */
    .footer .footer-top
    {
        padding: 50px 0px;
    }
    footer .footer-top .col-md-6
    {
        width:100%;
    }
    .footer .footer-left
    {
        border:none;
    }
    footer .footer-top .col-md-6 .col-md-4
    {
        width:33%;
        float:left;
        padding-right: .3333%;
    }
    .footer-details
    {
        padding-right: 5px;   
    }
    .footer .footer-right
    {
        padding-left:0px !important;
        margin-top:30px;
    }
    .footer .footer-right .col-md-8
    {
        width:66.66%;
        float:left;
    }
    .footer .footer-right .col-md-8 .social-bar
    {
        float:left;
    }
    .footer .footer-right .col-md-8 .connect
    {
        padding-left:0px !important;
    }
    footer .footer-bottom .copy
    {
        width:50%;
        float:left;
    }
    footer .footer-bottom .footer-nav
    {
        width:50%;
        float:left;
    }
    .footer .footer-right .col-md-8 .connect .input-group
    {
        width:85%;
    }
    .footer .footer-nav ul li a
    {
        padding:0px 10px;
    }
    /*End CSS is for footer responsive  */

    /** 
   * The following css for partners page responsive
  */
    .stats-box.partners .stat-left
    {
        width:70%;
        float: left;
        height: 180px;
        display: table;
    }
    .stats-box.partners .stat-right
    {
        width:30%;
        float: left;
        height: 180px;
        padding-top: 25px;
    }
    .stats-box.partners .partner-green
    {
        width:70%;
        padding: 0px;
    }
    .stats-box.partners h3
    {
        font-size:18px;
        padding-left: 18%;
        text-align: center;
        height: 180px;
        display: flex;
        align-items:center;
        padding-bottom: 0px;
        display: table-cell;
        vertical-align: middle;
    }
    h3.stats3-01
    {
        background: url(../images/stats3-icon01.png) left  no-repeat;
    }
    .stats-box.partners .partner-white
    {
        width:27%;
        float: left;
        margin-right: 0%;
        padding-top:0px;
    }
    .stats-box.partners h1
    {
        font-size: 30px; 
        display: flex;
        align-items:center;
        height: 180px;
        display: table-cell;
        vertical-align: middle;
    }
    .stats-box.partners .forkimg
    {
        width:19%;
        padding: 0px;
        height: 180px;
        display: flex;
        align-items: center;
        display: table-cell;
        vertical-align: middle;
       float: none;
    }
     @-moz-document url-prefix()
     {
    .forkimg > img
    {
       margin-top: -25px;
    }
     }
    .stats-box.partners .stat-white
    {
        font-size: 23px;
        top:0px;
    }
    .stats-box.partners .stat-upper
    {
        margin-bottom: 0px;
        height: 90px;
/*        display: flex;
        align-items: center;*/
        font-size: 15px;
    }
    .stats-box.partners .stat-bottem{
        font-size: 15px;
    }
    .stat-right *
    {
        text-align: center;
        height: 90px;
/*        display: flex;
        align-items: center;*/
        font-size: 20px;
    }
    .stats-box.partners
    {
        padding: 0px;
        height: 180px;
        width:100%;
        padding: 0px 20px;
    }
    #node-89
    {
        padding: 0px 20px;
    }
    #node-90 .contact-form
    {
        padding:40px 20px;
    }
    .gray-content.showcase
    {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    /** 
    * End css for partners page responsive
    */
}
@media(min-width:280px) and (max-width:595px)
{
    .page-node-77 #block-views-resources-block-2 .views-exposed-form .views-exposed-widget
    {
        padding-top:.5em;
    }
    /**
     * The following CSS is for Insight page responsive
     */
    .col-md-3 .featured-box .caption
    {
        height: auto;
        padding: 5px 10px;
    }
    .col-md-6 .featured-box .caption
    {
        height: auto;
        padding: 10px 10px;
    }
    .featured-box .caption p
    {
        line-height: 18px;
    }
    .featured-box .caption p a
    {
        font-size: 12px;
    }
    .view-id-insight .col-md-6, big 
    {
        width:100%;
        float: left;
    }
    .view-id-insight .col-md-3, big
    {
        width:49%;
        float: left;
    }
    .view-id-insight .view-content > .big:nth-child(2)
    {
        margin-right: 2%;
    }
    .view-id-insight .col-md-3:last-child
    {
        margin-left: 2%;
    }
    .col-md-3 .featured-box
    {
        margin: 0px;
        margin-top: 20px;
    }
    #block-views-insight-block-1
    {
        padding-bottom: 40px;
    }
    #block-views-insight-block-2, #block-views-resources-block-2
    {
        padding-top: 25px;
    }
    #block-views-insight-block-2 h2, #block-views-resources-block-2 h2
    {
        font-size: 22px;
    }
    #block-views-insight-block-2 .views-exposed-form .views-exposed-widget,
    #block-views-resources-block-2 .views-exposed-form .views-exposed-widget
    {
        padding: .5em .5em 0 0em;
    }
    .insights-box-wrapper
    {
        padding: 0px;
    }
    .insights-box .insights-text-wrapper
    {
        padding: 10px 20px;
        //min-height: 140px;
    }
    .insights-box .img-top img
    {
        max-height: 100%;
    }
    .insights-box .insights-title a
    {
        font-size: 18px;
        line-height: 1.2;
    }
    .insights-box
    {
        margin-bottom: 20px;
    }
    .pagination
    {
        margin: 10px 0px;
    }
    .pagination > .first
    {
        margin: 0px;
    }
    .insights-box-wrapper .insights-title
    {
        font-size: 14px;
        padding-bottom: 10px;
    }
    .insights-box .insights-comments
    {
        margin-top: 15px;
        font-size: 11px;
    }
    .view-id-insight .col-md-4
    {
        width: 100%;
        float: left;
    }
    .page-node-92 #block-views-insight-block-2 .view-id-insight .view-content .col-md-12 
    {
        display: block;
    }
    .page-node-92 #block-views-insight-block-2 .view-id-insight .view-content .col-md-12 .col-md-4 
    {
        width: 100%;margin: 10px 0px;
    }
    /**
    * End CSS is for Insight page responsive
    */
    /**
   * The following CSS is for home page responsive 
   */
    .laptop-section .col-md-6
    {
        padding: 0px;
    }
    .laptop-section .col-md-6:last-child
    {
        margin-top: 30px;
    }
    .row > section.col-sm-12 
    {
        padding: 0px;
    }
    .laptop-section
    {
        padding: 40px 20px 0px 20px;
    }
    .stats-box.home
    {
        margin: 40px 20px 0px 20px;
        padding: 25px 0 5px 0;
    }
    .stats-box.home h1
    {
        font-size: 32px;
    }
    .stats-box.home h1 small
    {
        font-size: 25px;
        bottom: 3px;
    }
    .stats-box.home h3
    {
        font-size: 18px;
        line-height: 28px;
        margin-top: 5px;
        //width: 56%;
        //max-width: 210px;
    }
    h3.stats01 {
        width: 155px;
    }
    h3.stats02 {
        width: 170px;
    }
    h3.stats03 {
        width: 180px;
    }
    .stats-box > .col-md-4
    {
        margin-bottom: 15px;
    }
    .stats-box > .col-md-4:nth-last-child(2)
    {
        margin-bottom: 0px;
    }
    .home-highlighted p
    {
        padding: 30px 20px;
        font-size: 19px;
        line-height: 30px;
    }
    .laptop-section h2
    {
        font-size: 18px;
    }
    .laptop-section p
    {
        font-size: 14px;
        line-height: 1.4;
    }
    .nav-tabs .tabs
    {
        width:100%;


    }
    #news_events
    {
        padding: 0px 20px;
    }
    .nav-tabs ul.nav-pills li
    {
        width:33%;
        text-align: center;
        margin-left: .5%;
    }
    .nav-tabs ul.nav-pills li:first-child
    {
        margin-left: 0px;
    }
    .nav-tabs .tab-content.home #events ul li, 
    .nav-tabs .tab-content.home #news ul li, 
    .tab-pane .view-insight .view-content .item-list ul .views-row
    {
        width:100%;
        border-radius: 15px;
        margin-bottom: 20px;
        min-height: 280px;
        height: 280px;
    }
    .nav-tabs .tab-content.home ul li > .views-field, .nav-tabs .tab-content.home ul li > .views-field
    {
        position: relative;
        height: 100%;
    }
    .news_date
    {
        position: absolute;
        bottom: 0px;
    }
    .nav-tabs .tab-content.home #events ul li .home_events_location
    {
        position: absolute;
        bottom: 25px;  
    }
    .nav-tabs .tab-content.home #events ul li:last-child, 
    .nav-tabs .tab-content.home #news ul li:last-child, 
    .tab-pane .view-insight .view-content .item-list ul .views-row:last-child
    {

        margin-bottom: 0px;
    }
    .item-list ul li .insights_wrapper .insights_image img 
    {
        border-radius: 15px;
        width: 100%;
    }
    .item-list ul li .insights_wrapper .insights_title
    {
        border-bottom-left-radius:15px;
        border-bottom-right-radius:15px;
    }

    /**
  * End CSS is for home page responsive 
  */
    /* The following CSS is for Support page responsive  */

    .field .field-items .even .col-md-12 > .text
    {
        width:100%;
        /*        float:left;*/
    }
    .field .field-items .even .col-md-12 .panel-box
    {
        width:100%;
        float:left;
        margin-left:0px;
        margin-top:0px;
        margin-bottom:20px;
    }
    .panel-box .title
    {
        padding:20px 0px;
        text-align:center;
    }
    .main-container-inner
    {
        padding: 20px 20px 25px 20px;
    }
    .main-container-inner .col-sm-12
    {
        padding: 0px;
    }
    .main-container-inner .text h1
    {
        font:24px 'Museo Slab W01 100';
        padding-top: 0px;
    }
    .main-container-inner .text p
    {
        font:14px 'DIN Next W01 Light', 'arial';
        line-height:1.4;
        margin-bottom: 20px;
    }
    #node-82 .text p
    {
        margin-bottom: 0px;
    }
    .main-container-inner .text h3
    {
        padding-bottom:20px;
        font:20px 'Museo Slab W01 300';
    }
    .main-container-inner .text h3.sub
    {
        padding-top: 0px;
    }
    .panel-box .text
    {
        padding:30px 0px;
        text-align: center;
    }
    .panel-box .text .week
    {
        margin-left:0px;
        font:30px "DIN Next W01 Bold";
    }
    .panel-box .text .time
    {
        margin-left:0px;
        font:24px "DIN Next W01 Bold";
    }
    .panel-box .title h6
    {
        font:22px "Museo Slab W01 500";
    }
    #node-111 .even > .col-md-12 > .col-md-6
    {
        width:100%;
        float:left;
    }
    #node-111 .even > .col-md-12 > .col-md-6 > .left
    {
        margin-right:0px;
    }
    #node-111 .even > .col-md-12 > .col-md-6 > .right
    {
        margin-left:0px;
    }
    #node-111 .even > .col-md-12 > .col-md-6 > .rect-box
    {
        padding:35px 20px;
        height:auto;
    }
    #node-111 .even > .col-md-12 > .col-md-6 > .rect-box .big-link
    { 
        font:20px 'Museo Slab W01 300', 'arial';
    }
    .view-webinars .view-content .item-list ul li
    {
        width:100%;
        float:left;
        margin-bottom:20px;
        margin-left:0px;
    }
    .page-node-111 .image2-content
    {
        padding-top:30px;
        padding-left: 15px;
        padding-right: 15px;
        height:auto;
    }

    .support_date_wrapper
    {
        height:auto;
        width:20%;
        font: 18px "DIN Next W01 Bold";
        margin-right:5%;
        padding: 15px 0px;
        max-width: 95px;
        max-height: 90px;
    }
    .support_inner
    {
        width:75%;
    }
    .support_title a
    {
        font:18px 'DIN Next W01 Medium', 'arial';
    }
    .issue-box
    {
        margin-top: 30px;
    }
    .support_date_time
    {
        font:15px 'DIN Next W01 Medium', 'arial';
        margin:5px 0px;
    }
    .image2-content p
    {
        font:14px 'DIN Next W01 Regular', 'arial';
        margin-bottom:0px;
        line-height: 1.4;

    }
    .page-node-96 .image2-content
    {
        height: auto;
        padding-bottom: 75px;
    }
    .page-node-96 .image2-content p
    {
        margin-bottom: 50px;
    }
    .page-node-96 .image2-content .content
    {
        padding: 0px 20px;
    }
    .date-display-single
    {
        padding-right:0px;
    }
    .view-footer
    {
        width:100%;

    }
    .upcoming-events .view-all
    {
        margin-left:0px;
        margin-top:20px;
        margin-right: 0px !important;
        margin-bottom:20px !important;
    }
    .image2-content h3
    {
        margin-bottom: 10px;
        font-size: 22px;
    }
    .image2-content .upcoming
    {
        margin-bottom: 20px;
    }
    /*    .issue-box-banner
        {
    
            background-size: contain;
            padding: 0px 20px 120px 20px;
        }*/
    footer .content
    {
        padding:0px 20px 0px 25px;
    }

    .content .breadcrumb
    {
        padding:0px 10px;
    }
    .status
    {
        width:100%;
        float:left;
    }
    .content-green-bg
    {
        height:auto;
    }
    .support-text p
    {
        padding-bottom:20px;
    }
    .image2-content.upcoming-events
    {
        background-size: cover;
    }

    /* The end CSS is for Support page responsive  */
    /* The following CSS is for issues form responsive  */
    .issue-form
    {
        width:100%;
        margin-top: 25px;
    } 
    .issue-form .issue-box-left
    {
        width:80%;
        margin:auto;
        float:none;
    }
    .issue-form .issue-box-right
    {
        width:80%;
        margin:auto;
        margin-top:10px;
        float:none;
    }
    .issue-form .issue-box-left .issue_element
    {
        padding:20px 20px;
    }
    #issue_element_text
    {
        margin-left:0px;
        width:100%;
    }
    /* The end CSS is for issues form responsive  */
    /* The following CSS is for product page responsive  */

    #node-2 .col-md-12 .col-md-8
    {
        width:100%;
        float:left;
    }
    .gray-content.products-page .gray-content-buttons button
    {
        width: 100%;
        font-size: 12px;
        max-width: 285px;
    }
    #node-2 .col-md-12 .col-md-4
    {
        width:100%;
        float:left;

    }
     .vertical .vertical_outer
    {
        height: auto !important;
        width: 60%;
        margin: auto;
    }
    .main-container-inner img.infosource
    {
        float: none;
        width: 80%;
        margin: 20px auto;
    }
    #node-2 .stats-box .col-md-4
    {
        width:100%;
        float:left; 
        padding:0px 5%;
        margin-bottom:15px;

    }
    #node-2 .stats-box.product
    {
        margin-top:20px;
        padding:30px 0 15px 0;
    }
    .stat-width h3.stats2-01, .stat-width .stats2-02, .stat-width .stats2-03
    {
        width:100%;  
    }
    .stats-box.product h3
    {
        font:18px 'DIN Next W01 Regular', 'arial';
        text-align: center;
        line-height: 28px;
    }
    #node-39 .col-md-12 .product-laptops
    {
        width:100%;
        float:left;
    }
    .gray-content.products-page h2
    {
        font:19px 'Museo Slab W01 300';
    }
    .gray-content.products-page p
    {
        font:14px 'DIN Next W01 Regular', 'arial';
        line-height:1.4;
    }
    .gray-content-buttons .col-md-6
    {
        width:100%;
        margin: auto;
        padding: 0px 20px;
    }
    .blue-content .green-text.left
    {
        width:50%;
        float:left;
    }
    .blue-content h1.green-heading
    {
        text-align:center;
    }
    .stats-box.product h1
    {
        font:30px 'DIN Next W01 Regular', 'arial';
        padding-left:30px;
        padding-top: 5px;
        color: white;
    }
    .nav-tabs .buy
    {
        width: 100%;
        margin-bottom: 20px;
    }
    #node-164 .nav-tabs > .tabs > .nav-pills li
    {
        width:49.8%;
        float: left;
        margin-left: 0px;
        background-color: #FFF;
        display: table;
        height: 45px;
    }
    #node-164 .nav-tabs ul.nav-pills li a
    {

        padding: 0px 20px;
        vertical-align: middle;
    }
    .nav-tabs ul.nav-pills li a
    {
        padding: 13px 0px;
        font-size: 11px;
    }
    #node-164 .nav-tabs ul.nav-pills li a
    {

        padding: 0px 20px;
        display: table-cell;
        vertical-align: middle;
    }
    #node-164 .nav-tabs > .tabs > .nav-pills li:first-child
    {
        margin-right:.4%; 
    }
    .gray-content.products-page img
    {
        margin:25px auto 20px auto;
    }
    .difference_outer
    {
        background: #51b2b6 url(../images/difference_bg.png);
        background-size: 100% 100%;
        margin-top: 40px;
    }
    .difference_outer .green-heading
    {
        margin: 20px 0px;
        font: 18px 'Museo Slab W01 100';
        color: #ffffff;

    }
    .gray-content.products-page .gray-content-buttons button
    {
        margin-bottom: 10px;
    }
    .difference_outer ul li
    {
        font: 14px 'DINNextLTW01-UltraLight 706122';
        margin-bottom: 15px;
        line-height: 1.4;
        background: url(../images/li-bg.png) no-repeat;
        background-position: 2% 5%;
        padding: 0px 0px 0px 25px;
        color: #FFF;
    }
    .difference_inner
    {
        width: 100%;
        padding: 0px 20px 20px 20px;
    }
    .difference_inner ul
    {
        width: 90%;
        margin: auto;
    }
    #zee > .col-md-12 > .product-laptops, #zce > .col-md-12 > .product-laptops
    {
        padding: 0px 20px;
    }
    .gray-content.products-page
    {
        padding-bottom: 0px;
        padding-top: 40px;

    }
    #node-164 .tab-content
    {
        margin-bottom: 0px;
    }
    #node-39, .page-node-2 .blue-content
    {
        display: none;
    }
    #node-164
    {
        display: block;

    }
    #node-164 .nav-tabs
    {
        padding: 0px 20px; 
    }
    .buy-zephyr #zee .gray-content-buttons .col-md-6 .col-md-10, .buy-zephyr #zce .gray-content-buttons .col-md-6 .col-md-10
    {
        width:90%;
        margin: auto;
    }
    /* End CSS is for product page responsive  */
    /* The following CSS is for culture-careers page responsive  */

    #node-82 .col-md-12 .col-md-8
    {
        width:100%;
        float:left;
    }
    #node-82 .col-md-12 .col-md-4
    {
        width:100%;
        float:left;
    }
    .opening-collapse .ui-state-default .ui-icon
    {
        width:16px;
        height:16px;
        background-size:cover;
        margin-top: -3px;
    }

    .blue-content.partners .why-box
    {
        width:100%;
        /*       padding-left: 35px;
               padding-right: 35px;*/
        padding-left: 10px;
        padding-right: 10px;
        float: left;
        margin-bottom: 30px;
    }
    .blue-content.partners .why-box:first-child
    {
        width:100%;
        /*       padding-left: 35px;
               padding-right: 35px;*/
        padding-left: 10px;
        padding-right: 10px;
        float: left;
        margin-bottom: 30px;
    }
    .blue-content.partners .why-box .why-icon
    {
        width:20%;
        float: left;
        max-width:100px;
        min-width:50px;
    }
    .blue-content.partners .why-box .why-text
    {
        width:80%;
        float:left;
    }
    .blue-content.partners .why-box .why-text h3
    {
        font:16px 'DIN Next W01 Light', 'arial';
        margin-bottom: 6px;
    }
    .blue-content.partners .why-box .why-text p
    {
        font:14px 'DIN Next W01 Light', 'arial';
    }
    .blue-content.partners .why-zephyr-top p
    {
        font:15px 'DIN Next W01 Light', 'arial';
        padding:10px;
        margin-bottom: 30px;
    }

    #node-133 .accordian-content
    {
        height: auto !important;
        overflow: auto !important;
        padding:1em 1em;
    }
    .opening-collapse #accordion h1
    {
        font:11px 'DIN Next W01 Medium', 'arial';
        letter-spacing: 0.5px;
        padding-left:2%;
        height: 50px;
    }
    #node-133 .accordian-content .col-md-12 .row .col-md-8
    {
        width:100%;
        float:left;
        font:13px 'DIN Next W01 Medium', 'arial';
        padding: 25px 0px;

    }
    #node-133 .accordian-content button
    {
        font: 13px 'DIN Next W01 Regular', 'arial';
        background-position: 92% 50%;
        padding: 15px 45px 10px 9px;
        margin-bottom: 20px;
        margin-top: 0px;
        float: none;
    }
    #node-133 .accordian-content .col-md-12 .row .col-md-3
    {
        width: 100%;
        margin-right: auto;
        float: left;
        margin-left: auto;
        text-align: center; 
    }
    #node-133 .accordian-content .col-md-12 .row .col-md-6
    {
        width:100%;
        float: left;
        padding-left: 0px;
    }
    .accordian-content .col-md-12 .col-md-6 ul
    {
        font:13px 'DIN Next W01 Regular';
    }
    .accordian-content .col-md-12 .col-md-6 ul li
    {
        margin-bottom:10px;
    }
    .culture
    {
        padding-top: 0px;
    }
    .culture h1
    {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .opening-collapse
    {
        padding: 30px 0px;
        margin: 0px;

    }
    .opening-collapse .col-md-12 h1
    {
        margin-bottom: 25px;
    }
    /* End CSS is for culture-careers page responsive  */
    /*The following CSS is for get-zephyr page responsive*/

    #node-103 .buy-zephyr .tab-pane .col-md-12 .col-md-6
    {
        width:100%;
        float: left;
    }
    #node-103 .buy-zephyr .tab-pane .col-md-12 .col-md-6 .price
    {
        width:100%;
        float: left;
        padding-left: 0px;
        margin-top:15px;
    }
    #node-103 .tab-content .tab-pane .price h2
    {
        font:30px "Museo Slab W01 300";
    }
    #node-103 .buy-zephyr .tab-pane .col-md-12 .col-md-6 .price-text
    {
        width:100%;
        float: left;
        padding: 0px;
        margin-top:15px;
    }
    #node-103 .tab-content .tab-pane .price h1
    {
        font:75px "Museo Slab W01 300";
    }

    #node-103 .tab-content .tab-pane .price-text p
    {
        font:17px 'DIN Next W01 Regular', 'arial';
        line-height: 1.8;
    }
    .page-node-103 .main-container-inner
    {
        padding-bottom: 0px; 
    }
    .page-node-103 .sign-zephyr
    {
        padding: 25px 20px;
    }

    #node-103 .nav-tabs .buy .nav-pills li
    {
        width:49.8%;
        float:left;
        margin-left:0.4%;
        text-align: center;
    }
    #node-103 .nav-tabs .buy .nav-pills li:last-child
    {
        margin-left: 0px; 
    }
    #node-103 .nav-tabs ul.nav-pills li a
    {
        font:12px 'DIN Next W01 Regular', 'arial';
    }
    .page-node-103 section.col-sm-12
    {
        padding: 0px;
    }
    .page-node-103 .sign-zephyr p
    {
        font:14px 'DIN Next W01 Regular', 'arial';
        line-height: 1.7;
    }
    .page-node-103 .content_white_bg .faq
    {
        padding: 25px 20px;
    }
    .page-node-103 .content_white_bg .q-answers
    {
        padding:0px;
    }
    .page-node-103 .q-answers ol .question
    {
        margin-bottom: 20px;
    }
    .page-node-103 .sign-zephyr > .content > h1
    {
        font:16px 'DIN Next W01 Regular', 'arial';
    }
    .page-node-103 .content_white_bg .faq h1
    {
        font:25px "Museo Slab W01 300";
    }
    .page-node-103 .content_white_bg .faq h2
    {
        font:18px "DIN Next W01 Regular";  
    }
    .page-node-103 .faq .row .col-md-6
    {
        width:100%;
        float: left;
    }
    .page-node-103 .faq .left
    {
        padding-left: 0px;
    }
    .page-node-103 .faq li a
    {
        font:12px 'DIN Next W01 Medium', 'arial';
    }
    .issue-form .col-md-6
    {
        width:100%;
        float: left;
    }
    .issue-form .text_element
    {
        margin: auto;
        float: none;
        margin-bottom: 10px;
        width: 300px;
    }
    .issue-form .textarea-element
    {
        margin: auto;
    }
    .issue-form .col-md-pull-5
    {
        width:100%;
        float: left;
        text-align: center;
        right: 0px;
    }
    .col-md-push-2 .issue_element
    {
        height:38px; 
        width:80%;
        margin: auto;
        margin-bottom:15px;
    }
    .col-md-push-2 #issue_element_text
    {
        width:80%;
        margin: auto;
    }
    /*End CSS is for get-zephyr page responsive*/
    /*The following css for customer page responsive*/
    #node-91 .nav-tabs
    {
        padding: 0px;
    }
    #node-91 .showcase .showcase-box .showcase-img, #node-89 .showcase-box .showcase-img
    {
        width: 100%;
        float: left;
        /*      height: 220px;*/
        border-bottom-left-radius:15px;

    }
    /*  #node-91 .showcase .showcase-box .showcase-img > img, #node-89 .showcase-box .showcase-img > img
      {
          height: 220px;
      }*/
    #node-91 .showcase .showcase-box .showcase-text, #node-89 .showcase-box .showcase-text
    {
        width:100%;
        padding: 15px 10px;
        float: left;
        /*        min-height: 220px;*/
        height: auto;
        border-top-right-radius:0px;
        border-bottom-left-radius:15px;
    }
    #node-91 .showcase
    {
        padding-bottom: 0px; 
    }
    #node-91 .showcase .showcase-box h3, #node-89 .showcase-box h3
    {
        font-size: 18px;
    }
    #node-91 .showcase .showcase-box p, #node-89 .showcase-box p
    {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 14px;
    }
    .case_button
    {
        position: absolute;
        bottom: 15px;   
        width:100%;
        float: left;
        text-align: center;
    }
    #node-91 .showcase .showcase-box .showcase-text button, #node-89 .showcase-box .showcase-text button
    {
        padding: 15px 60px 10px 15px;
        font-size: 13px;


    }
    #node-91 .showcase .col-md-12 > .col-md-6
    {
        width:100%;
        float: left;
    }
    #node-91 .nav-tabs .cases
    {
        width:100%;
    }
    #node-91 .nav-tabs .cases ul.nav-pills li
    {
        width:49.8%;
        float: left;
        margin-left: 0px;
    }
    #node-91 .nav-tabs .cases ul.nav-pills li:last-child
    {
        margin-left: 0.4%;
    }
    #node-91 .nav-tabs ul.nav-pills li a
    {

        text-align: center;
        font-size: 11px;
        min-height: 68px;
    }
    #node-91 .case-study-info
    {
        width:85%;
        margin: auto;
    }
    #node-91 .case-study-info p
    {
        padding: 0px;
    }
    .page-node-79 .case-studies
    {

        padding: 40px 20px 40px 20px;
    }
    .gray-content.case-studies .case-study-info h1
    {
        margin-bottom: 25px;
    }
    .page-node-79 .testimonial
    {
        padding:40px 20px; 
    }

    .page-node-79 .testimonial .tab-content .views-field-field-testimonial
    {
        font:16px 'Museo Slab W01 100';
        line-height: 1.6;
    }
    .page-node-79 .testimonial .tab-content
    {
        min-height: 305px;
        padding: 40px 40px 30px 40px;
    }
    #testimonials .owl-prev
    {
        margin-left: -39px;
        top:95px;
    }
    #testimonials .owl-next
    {
        margin-right: -39px;
        top:95px;
    }
    .customer-logo
    {
        float: none;
        margin: auto;
    }
    /*End css for customer page responsive*/
    /*The following css is buzz page responsive*/
    .buzz-heading h1
    {
        font-size:30px;
        margin-bottom:20px;
    }
    .buzz-heading h3
    {
        font-size:20px;
    }
    .page-node-55 section.col-sm-12
    {
        padding:0px;
    }

    .page-node-55 .view-buzz-featured-items .col-md-4
    {
        width:100%;
        float: left;
        margin-bottom: 20px;
    }
    .page-node-55 .view-buzz-featured-items .col-md-4 .buzz_wrapper_top
    {
        margin: 0px;
        width: 100%;
        float: left;
    }
    .page-node-55 .view-buzz-featured-items .col-md-4 .buzz_wrapper_top .buzz_image_top
    {
        width:100%;
        float: left;
    }
    .page-node-55 .view-buzz-featured-items .col-md-4 .buzz_wrapper_top .buzz_inner_top
    {
        width:100%;
        float: left;
        /* height: 140px;*/
        padding:8px 8px;
    }
    .page-node-55 .buzz_inner_top
    {
        min-height: 100%;
    }
    .buzz > .content
    {
        padding: 0px 20px;
    }
    .gray-content.buzz
    {
        padding-top: 35px;
        padding-bottom: 40px;
    }
    .nav-tabs .buzz
    {
        margin-bottom: 10px;
    }
    .buzz_wrapper .buzz_image
    {
        width:100%;
        float: left;
    }
    .buzz_wrapper .buzz_image img
    {
        border-bottom-left-radius:0px;
        border-top-right-radius:10px;
    }
    .buzz_wrapper .buzz_inner
    {
        width:100%;
        float: left; 
        height: auto;
        min-height: 170px;

    }
    .nav-tabs .buzz
    {
        width:100%;
    }
    .nav-tabs .buzz ul.nav-pills li
    {
        width:24.8%;
        margin-left: .2%;
        text-align: center;

    }
    .buzz .nav-tabs ul.nav-pills li a
    {
        padding: 0px 4px;
        font-size: 12px;
        display: table-cell;
        vertical-align: middle;
        width: inherit;
        height: 40px;
    }
    .buzz_wrapper
    {
        margin-bottom: 20px;
    }

    .buzz_inner_top > .buzz_body_wrapper > .buzz_body
    {
        min-height: 80px;
        overflow: hidden;  
    }


    #zephyr-tweet #twitter-handle
    {
        width:100%;
        float:left;
    }
    span#twitter-handle a
    {
        font-size:15px;
    }
    .green-content.buzz p
    {
        float: left;
        padding: 10px 0 0 45px;
        font-size:15px;
        background-position: 0% 22%;
    }
    span#twitter-tweet a
    {
        font-size:15px;
    }
    span#twitter-tweet
    {
        width:100%;
        padding: 0px;
        margin: 5px 0px;
        float: left;
        font-size:15px;

    }
    span#twitter-timestamp
    {
        width:100%;
        float:left;
        font-size:15px;
    }
    .green-content.buzz
    {
        padding-top: 15px;
        padding-bottom: 10px;
    }

    .buzz_inner_top .buzz_date,.buzz_inner .buzz_date
    {
        bottom:10px;
    }
    .buzz_inner .buzz_body
    {
        margin-bottom: 15px;
    }
    .buzz_inner .buzz_title
    {
        max-height: 40px; 
        overflow: hidden; 
        margin-bottom: 15px; 
    }
    .gray-content.buzz .buzz-btn button
    {
        font-size: 12px;
        background-position:86% 50%;
        padding: 12px 50px 10px 15px;
    }
    .gray-content.buzz .buzz-btn button:hover
    {
        font-size: 12px;
        background-position:86% 50%;
        padding: 12px 50px 10px 15px;
    }
    .gray-content.buzz .buzz-btn
    {
        margin-top: 40px;
    }


    /*End css for buzz page responsive*/
    /*The following css for compeny page responsive*/
    .top-navigation.company .banner_company
    {
        padding:0px 30px 30px 30px;
        margin-top: 100px;
        height: 250px;
    }
    .top-navigation.company
    {
        height: auto;
        //    background-size: 100% 100%;
    }
    .banner_company h1
    {
        font-size: 23px;
    }
    .banner_company h3
    {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .banner_company p
    {
        font-size: 15px;
        line-height: 1.6;
    }
    .page-node-73 .zephyr-team, .zephyr-location
    {
        padding: 40px 20px 40px 20px;
    }
    #node-86 .col-md-10 .view-id-profile .view-content .item-list li
    {
        padding: 0px;
    }
    .gray-content.zephyr-team .zephyr-team-info p
    {
        padding: 0px 20px;
        margin-bottom: 35px;
    }

    #node-86 .team-left
    {
        width:100%;
        float: left;
        padding: 0px;
    }
    #node-86 .team-box .team-img
    {
        width:45%;
        float: left;
        height: 100%;
        /*      display: flex;*/
        background: none;

    }
    #node-86 #investors .team-box .team-img
    {
        background: #303638;

    }

    #node-86 .team-box .team-img img
    {
        width:100%;
        height: auto;
        border-top-left-radius:0px;
        max-width: 285px;
    }
    .team-box.first-left, .team-box.first-left img
    {
        border-top-left-radius:0px;
    }
    #node-86 .team-box .team-title
    {
        width:55%;
        float: left;
        padding:30px 5px 0px 3px;
    }
    #node-86 .team-right
    {
        width:100%;
        float: left;
        padding-left: 0px;
    }
    #node-86 .col-md-10
    {
        width:100%;
        left: 0px;
        margin: auto;
        float: none;
    }
    #node-86 .team
    {
        width:100%;
    }
    #node-86 .team ul li
    {
        width:33.2%;
        margin-left: .2%;
    }
    #node-86 .team ul li:first-child
    {
        margin-left: 0px;
    }
    #node-86 .team-box
    {
        border-radius: 10px;
        /*        min-height: 400px;*/

    }
    .zephyr-location ul.mail li
    {
        width:50%;
        float:left;
        margin-bottom: 15px;
        font-size: 13px;
        padding: 0px;


    }
    .zephyr-location ul.mail li:first-child
    {
        padding:0px 2%; 
    }
    .zephyr-location ul.mail li:nth-child(2), .zephyr-location ul.mail li:nth-child(4)
    {
        border-left: 0px;
    }
    .zephyr-location a
    {
        font-size: 13px;
    }
    .maps > .col-md-4
    {
        width: 100%;
        float:left;
        margin-left: 0%;
        margin-top: 40px;
    }
    .maps > .col-md-4 > div > img
    {
        width:90%;
        margin: auto;
    }
    .maps > .col-md-4:first-child
    {
        margin-left: 0px;
        margin-top: 0px;
    }
    .zephyr-location .maps .country
    {
        padding-top: 15px;
    }
    .maps > .col-md-4 p
    {
        margin: 0 0 5px;
    }
    #map1, #map2, #map3
    {
        width:100%;
    }
    .zephyr-location h1
    {
        font: 20px 'Museo Slab W01 300';
        margin-bottom: 15px;
    }
    .gray-content.zephyr-team .zephyr-team-info h1
    {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .gray-content.zephyr-team .zephyr-team-info p
    {
        font-size: 15px;
    }
    .team-box .team-title p
    {
        font-size: 16px;

    }
    .team-box .team-title span
    {
        font-size: 14px;
        line-height:1.6;
    }
    .zephyr-location ul.mail li:last-child
    {
        border-right: 1px solid;
    }
    /*End css for compeny page responsive*/
    /*The following CSS is for responsive partners page*/
    .page-node-80 section.col-sm-12
    {
        padding: 0px;
    }

    .stats-box.partners .partner-green
    {
        width:100%;
        padding-left: 0px;
    }
    .stats-box.partners .stat-left
    {
        width:100%;
    }
    #node-90 .contact-form
    {
        padding:25px 20px;
    }
    .gray-content.showcase
    {
        padding-top: 50px;
        padding-bottom: 45px;
    }

    /*End css for partners page*/
    /*The following CSS is for responsive footer*/

    .footer-left .clearfix
    {
        display:none;
    }
    .footer-heading
    {
        margin-top: -4px;
    }
    .footer .footer-top
    {
        padding: 30px 0px;
    }
    .footer-right .clearfix
    {
        display:none;
    }
    footer .footer-top .col-md-6
    {
        width:100%;
    }
    .footer .footer-left
    {
        border:none;
    }
    footer .footer-top .col-md-6 .col-md-4
    {
        width:49%;
        float:left;
        margin-top:20px;
    }
    .footer-left .col-md-4:first-child, .footer-left .col-md-4:nth-last-child(2) 
    {
        margin-right: 2%;
    }
    .footer .footer-left ul li:first-child a, .footer-heading
    {
        font-size: 12px;
    }
    .footer .footer-nav ul li a
    {
        padding: 0px 20%;
    }
    .footer
    {
        font-size: 10px;
    }


    .footer .footer-right
    {
        padding-left:0px !important;
    }
    .footer .footer-right .col-md-8
    {
        width:90%;
        float:left;
    }
    .footer .footer-right .col-md-8 .connect
    {
        padding-left:0px !important;
    } 
    footer .footer-bottom .copy
    {
        width:100%;
        float:left;
        text-align:center;
    }
    .footer .footer-right .col-md-8 .social-bar
    {
        float:left;
        width:100%;
    }
    footer .footer-bottom .footer-nav
    {
        width:100%;
        float:left;
        margin-top:10px;
        text-align: center;
    }
    .social .flickr a, .social .flickr
    {
        margin-right: 0px;
    }
    .social .flickr a:hover, .social .flickr:hover
    {
        margin-right: 0px;
    }
    footer .footer-bottom .footer-nav ul 
    {
        float:none;
    }
    footer .footer-bottom .footer-nav ul li:first-child a
    {
        padding-left:0px;
    }
    .footer .footer-nav ul li
    {
        width:25%;
        float: left;
        border-right: 1px solid #606062;
    }
    .footer .footer-nav ul li:last-child
    {
        border-right: none;  
    }
    .footer .footer-nav ul li a
    {
        border-right: none;
    }
    footer .footer-bottom .footer-nav ul
    {
        width:70%;
        margin: auto;
    }
    /* End CSS is for responsive footer  */
    /** 
 * The following css for partners page responsive
*/
    .stats-box.partners
    {
        width: 90%;
        margin: auto;
    }
    .stats-box.partners .stat-left
    {
        width:100%;
        float: left;
    }
    .stats-box.partners .stat-right
    {
        width:100%;
        float: left;
    }
    .stats-box.partners .partner-green
    {
        width:80%;
        padding-left:0%;
        float: none;
        margin: auto;
        padding-top: 0px;
    }
    .stats-box.partners h3
    {
        font-size: 25px;
        text-align: center;

    }
    .stats-box.partners .partner-white
    {
        width:80%;
        float: none;
        margin-right: 0px;
        padding-top: 0px;
        margin: auto;
    }
    .stats-box.partners h1
    {
        font-size: 28px; 
        padding-left: 0px;
    }
    .stats-box.partners .forkimg
    {
        width:80%;
        margin: auto;
        float: none;
        padding-top: 0px;
    }
    .stats-box.partners .stat-upper .stat-white
    {
        font-size: 25px;
        display: block;
        width:100%;
        text-align: right;
        padding-right: 8px;
    }
    .stats-box.partners .stat-bottem .stat-white
    {
        font-size: 25px;
        display: block;
        width:100%;
        text-align: left;
        padding-right: 0px;
        padding-left: 0px;
    }

    .forkimg > img
    {
        margin: auto;
        -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
        transform: rotate(90deg);
        height: 80px;
        width: 60px;
    }
    .stats-box.partners .stat-upper
    {
        margin-bottom: 0px;
        text-align: right;
        width:46%;
        float: left;
        margin-right: 4%;
    }
    .stat-bottem
    {
        width:46%;
        float:left;
        text-align:left;
        margin-left:4%;
    }
    #node-89
    {
        padding: 0px 15px;
    }


    /** 
    * End css for partners page responsive
    */
}



/*The following CSS is for responsive footer*/
@media(min-width:996px) and (max-width:1180px)
{
    footer .social-bar .social li
    {
        margin-right:1%;
        width: 19%;
    }
    footer .social-bar .social li a
    {
        margin-right:5px;
    }
    .footer .footer-right .col-md-8 .social-bar
    {
        float: left;
        width: 100%;
    }
    .footer-left > .col-md-4
    {
        width:32%;
        margin-right: 1.33%;
    }
    .social .youtube a:hover, .social .youtube:hover,
    .social .include a:hover, .social .include:hover, 
    .social .facebook a:hover, .social .facebook:hover, 
    .social .flickr a:hover, .social .flickr:hover
    {
        margin-right: 1%;
    }

}
@media(min-width:768px) and (max-width:995px)
{
    footer .footer-top .col-md-6
    {
        width:100%;
    }
    .footer .footer-left
    {
        border:none;
    }
    footer .footer-top .col-md-6 .col-md-4
    {
        width:33.333333%;
        float:left;
    }
    .footer .footer-right
    {
        padding-left:0px !important;
        margin-top:30px;
    }
    .footer .footer-right .col-md-8
    {
        width:66.66%;
        float:left;
    }
    .footer .footer-right .col-md-8 .social-bar
    {
        float:left;
    }
    .footer .footer-right .col-md-8 .connect
    {
        padding-left:0px !important;
    }
    .footer .footer-right .col-md-8 .connect .input-group
    {
        width:78%;
    }
    footer .footer-bottom .copy
    {
        width:50%;
        float:left;
    }
    footer .footer-bottom .footer-nav
    {
        width:50%;
        float:left;
    }
    .footer .footer-top
    {
        padding: 50px 0px;
    }
}
/*End css for footer responsive*/


/*The following css is for company  and careers page responsive*/
.company_img > img, .company_img_right > img, .culture-left-img > img
{
    width:100%;
}
.culture-left div:last-child
{
    margin-bottom: 0px;
}
.culture .culture-left, .culture .culture-left-main
{
    width: 51.02%;
    float: left;
    padding-right: 0px;
}
.culture .culture-right
{
    width:47.7%;
    float: left;
    margin-left: 1.28%;
    padding: 0px;
}
.culture .culture-right-main
{
    width:47.7%;
    float: left;
    margin-left: 1.28%;
    padding: 0px;
}
.company_img
{
    width: 48.66%;
    float: left;
}
.culture_img
{
    width: 48.66%;
    float: left;
}
.company_img_right
{
    margin-left: 2.68%;
    float: left;
    width: 48.66%;
}
.culture_img_right
{
    margin-left: 2.68%;
    float: left;
    width: 48.66%;
}
.culture .mission-box
{
    width: 48.66%;
    float: right;
    margin-left: 2.68%;

}
.culture img
{
    margin-bottom: 0px;
    border-radius: 10px;
}
.culture-left > div, .culture-left-main > div 
{
    margin-bottom: 10px;
}
.company_img
{
    margin-bottom:11px;

}
.culture_img
{
    margin-bottom:11px;

}
.img_last
{
    margin-bottom: 0px;
}
.company_img_right{margin-bottom: 12px;}
.culture_img_right{margin-bottom: 12px;}

@media (min-width:1100px) and (max-width:1225px)
{
    .culture .mission-box
    {
        padding: 13px 15px 13px 15px;

    }
    .culture .mission-box h6
    {
        padding-bottom:8px;
        font-size: 16px;
    }
    .culture .mission-box p
    {
        font-size:16px;
        line-height:1.4;
    }
    .company_img
    {
        margin-bottom: 10px;
    }
    .img_last
    {
        margin-bottom: 0px;
    }
    .company_img_right{margin-bottom: 10px;}
    #node-133 > .content
    {
        padding: 0px 15px;
    }
    .blue-content.partners
    {
        padding: 40px 15px 30px 15px; 
    }
}
@media (min-width:1000px) and (max-width:1099px)
{
    .culture .mission-box
    {
        padding: 13px 15px 13px 15px;

    }
    .culture .mission-box h6
    {
        padding-bottom:8px;
        font-size: 15px;
    }
    .culture .mission-box p
    {
        font-size:15px;
        line-height:1.3;
    }
    .company_img
    {
        margin-bottom: 10px;
    }
    .img_last
    {
        margin-bottom: 0px;
    }
    .company_img_right{margin-bottom: 10px;}
    #node-133 > .content
    {
        padding: 0px 15px;
    }
    .blue-content.partners
    {
        padding: 40px 15px 30px 15px; 
    }
}  
@media (min-width:900px) and (max-width:999px)
{
    .culture .mission-box
    {
        padding: 11px 11px 11px 11px;

    }
    .culture .mission-box h6
    {
        padding-bottom:5px;
        font-size: 14px;
    }
    .culture .mission-box p
    {
        font-size:15px;
        line-height:1.15;
    }
    .company_img
    {
        margin-bottom: 10px;
    }
    .img_last
    {
        margin-bottom: 0px;
    }
    .company_img_right{margin-bottom: 10px;}
    #node-133 > .content
    {
        padding: 0px 15px;
    }
    .blue-content.partners
    {
        padding: 40px 20px 30px 20px; 
    }
}
@media (min-width:768px) and (max-width:899px)
{

    .culture-right
    {
        position: relative;
    }
    .img_last
    {
        float: right;
    }
    .culture .mission-box
    {
        position: absolute;bottom: 0px;
        width:100%;
        margin-left: 0px;
    }
    .culture .mission-box
    {
        padding:8px 8px 8px 8px;

    }
    .culture .mission-box h6
    {
        padding-bottom:4px;
        font-size: 15px;
    }
    .culture .mission-box p
    {
        font-size:14px;
        line-height:1.2;
    }
    .company_img
    {
        margin-bottom: 5px;
    }
    .img_last
    {
        margin-bottom: 0px;
    }
    .company_img_right{margin-bottom: 5px;}
    #node-133 > .content
    {
        padding: 0px 15px;
    }
    .blue-content.partners
    {
        padding: 35px 15px 30px 15px; 
    }

}  
@media (min-width:596px) and (max-width:767px)
{
    .culture .culture-left
    {
        width:100%;
        float: left;
    }
    .culture-left > div
    {
        width:49.5%;
        float: left;
    }
    .culture-left > div >img
    {
        width:100%;
    }
    .culture-left div:last-child
    {
        margin-bottom: 0px;
        margin-left: 1%;
    }
    .culture .culture-right
    {
        width:100%;
        float: left; 
        margin-left: 0px;
    }
    .company_img, .company_img_right
    {
        width:33%;
        float:left;
        margin-left: .5%;
    }
    .culture-right .company_img:first-child, .img_last
    {
        margin-left: 0px;
    }
    .company_img
    {
        margin-bottom: 10px;
    }
    .img_last
    {
        margin-bottom: 0px;
    }
    .company_img_right
    {
        margin-bottom: 10px;
    }
    .culture .mission-box
    {

        width:66.5%;
        margin-left: .5%;
    }
    .culture .mission-box
    {
        padding: 8px 8px 8px 8px;

    }
    .culture .mission-box h6
    {
        padding-bottom:3px;
        font-size: 14px;
    }
    .culture .mission-box p
    {
        font-size:13px;
        line-height:1.2;
    }
    #node-133 > .content
    {
        padding: 0px 20px;
    }
    .blue-content.partners
    {
        padding: 40px 20px 40px 20px; 
    }
    .blue-content.partners .why-zephyr-top h1 { font-size: 24px;}
}
@media (min-width:680px) and (max-width:767px)
{
    .culture .mission-box p
    {
        font-size: 15px;
        line-height: 1.2;
    }
    #node-111 .col-md-12 > .text
    {
        width: 62.6666%;
        float: left;

    }
    #node-111 .panel-box
    {
        width: 35.33%;
        float: left;
        margin-left: 2%;

    }
}
@media (min-width:596px) and (max-width:679px)
{
    .culture-right-main .culture_img
    {
        margin-bottom: 13px;
    }
    .culture .culture-left-main
    {
        width:100%;
    }
    .culture-left-in
    {
        width:48.66%;
        float: left;
    }
    .culture .culture-right-main
    {
        width:100%;
    }
    .culture .culture-right-main
    {
        margin-left: 0px;
    }
    .culture .culture-right-main  img
    {
        width:100%;
    }
    .culture-left-in:last-child
    {
        margin-left: 2.68%;
    }
    .field .field-items .even .col-md-12 > .text
    {
        width: 100%;
        float: none;
    }
    #node-111 .panel-box
    {
        width: 100%;
        float: left;
        margin-bottom: 20px;
        margin-top: 0px;
    }
    .panel-box .title h6
    {
        font: 22px "Museo Slab W01 500";
    }
    .panel-box .text .week
    {
        margin-left: 0px;
        font: 30px "DIN Next W01 Bold";
    }
    .panel-box .text .time
    {
        margin-left: 0px;
        font: 24px "DIN Next W01 Bold";
    }
}
@media (min-width:280px) and (max-width:595px)
{
    .culture .culture-left-main
    {
        width:100%;
    }
    .culture-left-in
    {
        width:48.66%;
        float: left;
    }
    .culture .culture-right-main
    {
        width:100%;
    }
    .culture .culture-right-main
    {
        margin-left: 0px;
    }
    .culture .culture-right-main  img
    {
        width:100%;
    }
    .culture-left-in:last-child
    {
        margin-left: 2.68%;
    }
    .nav-tabs .tab-content.home #news ul li .views-field-title a, 
    .nav-tabs .tab-content.home #events ul li .views-field-title a
    {
        font-size: 24px;
    }
    #insights ul li
    {
        background-color: initial;
    }
    #insights  .view-insight .view-content .item-list ul .views-row
    {
        height: auto;
        min-height: 100%;
    }

    .views-row .views-field .field-content .insights_wrapper .insights_image img
    {
        height: auto;
    }
    .culture .culture-left
    {
        width:100%;
        float: left;
        position: relative;
    }
    .culture-left > div
    {
        width:49.5%;
        float: left;
        margin-bottom: 5px;
    }
    .culture-left > div >img
    {
        width:100%;
    }
    .culture-left div:last-child
    {
        margin-bottom: 0px;
        margin-left: 1%;
    }
    .culture .culture-right
    {
        width:100%;
        float: left; 
        margin-left: 0px;
        position: relative;
    }
    .company_img, .company_img_right
    {
        width:49.7%;
        float:left;

    }
    .company_img_right
    {
        margin-left: .6%;
    }
    .culture-right .company_img:first-child, .img_last
    {
        margin-left: 0px;
    }
    .company_img
    {
        margin-bottom: 4px;
    }
    .img_last
    {
        margin-bottom: 0px;
        position: absolute;
        right:0px;
        bottom: 164px;

    }

    .company_img_right
    {
        margin-bottom: 5px;
    }
    .culture .mission-box
    {
        height: 160px;
        width:100%;
        margin-left:0%;
    }
    .culture .mission-box
    {
        padding: 8px;

    }
    .culture .mission-box h6
    {
        padding-bottom:4px;
        font-size: 16px;
    }
    .culture .mission-box p
    {
        font-size:15px;
        line-height:1.2;
    } 
    .company_img_right > img
    {
        width:100%;
    }
    #node-133 > .content
    {
        padding: 0px 20px;
    }
    .blue-content.partners
    {
        padding:40px 20px 40px 20px; 
    }
    .buzz_inner_top .buzz_title 
    {
        font-size: 16px;
    }
    .buzz_inner .buzz_body_wrapper .buzz_title a
    {
        font-size: 16px;
    }
    .blue-content.partners .why-zephyr-top h1 { font-size: 20px;}
    #node-91 .showcase .showcase-box .showcase-img, #node-89 .showcase-box .showcase-img
    {
        width: 45%;
        float: left;
        /*        height: 260px;*/
        height: auto;
        border-bottom-left-radius:15px;
        border-top-right-radius:0px;
    }
    #node-91 .showcase .showcase-box .showcase-text, #node-89 .showcase-box .showcase-text
    {
        width:55%;


        /*        height: 260px;*/
    }
    .partners_text
    {
        padding: 0px 20px;
        font-size: 14px;
    }

}

/*the following responsive css is for min width*/

@media(min-width:280px) and (max-width:480px)
{
    .nav-tabs .tab-content.home #news ul li .views-field-title a, 
    .nav-tabs .tab-content.home #events ul li .views-field-title a
    {
        font-size: 20px;
    }
    .team-box .team-title p
    {
        font-size: 14px;
        line-height: 15px;
    }
    .team-box .team-title span
    {
        font-size: 12px;
        line-height: 14px;
    }
    #node-86 .team-box .team-title
    {
        width:53%;
        float: left;
        padding:15px 5px 0px 3px;
    }
    .top-navigation.company .banner_company
    {
        padding:0px 30px 30px 30px;
        margin-top: 100px;
        height: 220px;
    }
    .top-navigation.company
    {
        height: auto;
        //    background-size: 100% 100%;
    }
    .banner_company h1
    {
        font-size: 18px;
    }
    .banner_company h3
    {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .banner_company p
    {
        font-size: 13px;
        line-height: 1.4;
    }
    /*    .issue-box-banner
        {
            background-size: contain;
            padding: 0px 20px 95px 20px;
        }*/
    .nav-tabs ul.nav-pills li a
    .issue-box-banner
    {

        background-size: contain;
        padding: 0px 20px 120px 20px;
    }
    .customer-logo
    {
        float: none;
        margin: auto;
    }

    #node-164 .nav-tabs ul.nav-pills li a
    {
        font-size: 11px;
        padding: 0px 5px;
    }


    .zephyr-location ul.mail li
    {
        width:100%;
        margin: auto;
        margin-bottom: 8px;
        font-size: 14px;
        padding: 0px;
        min-height: 24px;
        /*       border-left: 1px solid;*/
        border: none;
        max-width: 280px;
        float: none;
        text-align: center;

    }
    .zephyr-location ul.mail li:last-child
    {
        border-right: none;
    }
    /*   .zephyr-location ul.mail li:nth-child(2), .zephyr-location ul.mail li:nth-child(4)
       {
            border-left: 1px solid;
       }*/
    .zephyr-location .mail-title
    {
        font-size: 18px;
    }
    .zephyr-location a
    {
        font-size: 14px;
    }
    .culture .mission-box p
    {
        font-size: 14px;
        line-height: 1;
    }
    .culture .mission-box h6
    {
        font-size:14px; 
    }
    .stats-box.partners h3
    {
        line-height: 23px;
        font-size: 20px;
    }
    .contact-email a
    {
        font-size: 11px;
    }
    .social-bar > .social > li > a
    {
        margin-right: 0px;
    }
    .social-bar > .social > li > a:hover
    {
        margin-right: 0px;
    }
    .social-bar > .social > li
    {
        margin-right: 14px;
    }
    .social-bar > .social > li:last-child
    {
        margin-right: 0px;  
    }
    .footer .footer-nav ul li
    {
        width:25%;
        float: left;
        border-right: 1px solid #606062;
    }
    .footer .footer-nav ul li:last-child
    {
        border-right: none;  
    }
    .footer .footer-nav ul li a
    {
        border-right: none;
    }
    footer .footer-bottom .footer-nav ul
    {
        width:90%;
        margin: auto;
    }
    .green-content.buzz p
    {
        background-position: 0% 17%;
    }
    /**
         * The following CSS is for Insight page responsive
         */
    .col-md-3 .featured-box .caption, .col-md-6 .featured-box .caption
    {
        height: auto;
        padding: 8px 10px;
    }
    .featured-box .caption p
    {
        line-height: 18px;
    }
    .featured-box .caption p a
    {
        font-size: 12px;
    }
    .view-id-insight .col-md-6, big 
    {
        width:100%;
        float: left;
    }
    .view-id-insight .col-md-3, big
    {
        width:100%;
        float: left;
    }
    .view-id-insight .view-content > .big:nth-child(2)
    {
        margin-right: 0px;
    }
    .view-id-insight .col-md-3:last-child
    {
        margin-left: 0px;
    }
    .col-md-3 .featured-box
    {
        margin: 0px;
        margin-top: 20px;
    }

    /**
    * End CSS is for Insight page responsive
    */
    #node-91 .showcase .showcase-box .showcase-img, #node-89 .showcase-box .showcase-img
    {
        width: 100%;
        float: left;
        /*        height: 260px;*/
        height: auto;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 15px;
    }
    #node-91 .showcase .showcase-box .showcase-text, #node-89 .showcase-box .showcase-text
    {
        width:100%;
        padding: 20px;
        float: left;
        /*        height: 260px;*/
    }
    .partners_text
    {
        padding: 0px 20px;
        font-size: 14px;
    }
}


/*Slider responsive css*/

@media (max-width:1170px)
{
    .caption-holder
    {
        width: 98%;
    }
    .caption
    {
        top: 30%;
    }
    .caption h1
    {
        font-size: 35px;
    }
    .caption p
    {
        font-size: 16px;
        margin: 20px 0 0 0;
    }
    .slideshow .pagination ul
    {
        width: 100%;
        padding-left: 10px;
    }
    .caption-frame3 {
        vertical-align: top;
        padding-top: 50px;
    }
    .caption-frame1 .slide-img img {
        width: 80%;
        height: auto;
    }
    .caption-frame2 .slide-img {
        margin-top: 20px;
    }
}

@media (max-width:850px)
{
    .caption p
    {
        margin: 5px 0 10px 0;
    }
    .caption-frame3 {
        vertical-align: middle;
        padding-top: 0px;
    }
}

@media (max-width:767px)
{
    .caption-holder
    {
        width: 96%;
    }
    
    .caption 
    {
        //top: 30%;
    }

    .caption h1
    {
        font-size: 30px;
    }
    .caption p
    {
        font-size: 14px;
        margin: 5px 0;
    }
    .caption-frame1 .slide-img {
        padding: 0 20px;
    }
    .caption-frame2 .slide-content {
        width: 97%;
    }
    .caption-frame2 .slide-img {
        //margin-top: 30px;
    }
    .caption-frame3 .slide-content {
        padding-left: 20px;
        margin-top: 0;
    }
    .caption-frame1 .slide-content{
        margin-top: 0;
    }
    .caption-frame3 {
        vertical-align: middle;
        padding-top: 0px;
    }
    .btn-more 
    {
        font: 12px 'DIN Next W01 Light', 'arial';
        padding: 10px 10px 7px 10px;
    }
}

@media (max-width:595px)
{   
    .caption h1
    {
        font-size: 24px;
    }
    .caption p
    {
        font-size: 14px;
        margin: 10px 0 0 0;
    }  
    .slideshow .pagination 
    {
        display: none;
    }
    .caption-frame1 .slide-img img {
        width: 100%;
        height: auto;
    }
}

@media (max-width:450px)
{   
    .caption 
    {
        top: 25%;
    }
    .caption h1
    {
        font-size: 18px;
    }
    .caption p
    {
        font-size: 14px;
        line-height: 1.2;
    }
    .caption-frame2 .slide-img {
        margin-top: 10px;
    }
    .btn-more 
    {
        font: 10px 'DIN Next W01 Light', 'arial';
        padding: 7px 7px 4px 7px;
    }
    .caption-frame3 .slide-content {
        padding-left: 10px;
    }
    .mission-box-img
    {
        margin-top: 2px;
    }
}

@media (max-width:380px)
{   
    .caption h1
    {
        font-size: 14px;
    }
    .caption p
    {
        font-size: 12px;
        line-height: 1;
    }
    .btn-more 
    {
        font: 10px 'DIN Next W01 Light', 'arial';
        padding: 7px 7px 4px 7px;
    }
    .slideshow .pagination 
    {
        display: none;
    }
}

.alert{display: none;}

body
{

    //-webkit-backface-visibility: hidden;

    -webkit-font-smoothing: subpixel-antialiased;
    font-variant:normal;

    //text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}
.owl-wrapper-outer
{
    z-index: 1;
}
.owl-theme .owl-controls .owl-page, .owl-theme .owl-controls .owl-buttons div.owl-prev, .owl-theme .owl-controls .owl-buttons div.owl-next
{
    z-index: 2;
}



/*Style Guide*/
.heading .zh1
{
    color: #8dc65e;
    font: 48px 'Museo Slab W01 100';
    text-transform: uppercase;
    padding: 25px 0px 5px 0px;
}
.heading .zh2
{
    color: #555f60;
    font: 26px 'Museo Slab W01 100';
    padding-bottom: 45px;
}
.heading .zh3
{
    font: 18px 'DIN Next W01 Regular';
    color: #555f60;
}
.zul li{
    margin-bottom: 5px;
    padding-left: 20px;
    background: url(../images/li-logo.png) no-repeat 0% 38%;
    color: #555f60;
    font: 16px 'DIN Next W01 Light';
    line-height: 1.9;
    letter-spacing: 1px;
}
.zul-small li{
    margin-bottom: 0px;
    padding-left: 20px;
    background: url(../images/li-logo.png) no-repeat 0% 38%;
    color: #555f60;
    font: 16px 'DIN Next W01 Light';
    line-height: 0px;
    letter-spacing: 0px;
}
p.ztext_main{
    color: #555f60;
    font: 18px 'DIN Next W01 Light';
    line-height: 1.9;
    letter-spacing: 1px;
    margin-bottom: 40px;
}
p.ztext_small {
    color: #555f60;
    font: 16px 'DIN Next W01 Light';
    line-height: 1.6;
}
p.ztext_smaller {
    color: #555f60;
    font: 14px 'DIN Next W01 Light';
    line-height: 1.4;
}
.zread_more{
    background: #fff url(../images/arrow.png) no-repeat;
    font: 14px 'DIN Next W01 Regular';
    color: #51b2b6;
    text-transform: uppercase;
    background-position: 80% 50%;
    padding: 15px 60px 10px 25px;
    border: 1px solid #b7b7b7;
    border-radius: 10px;
    cursor: pointer;
}
.zread_more:hover
{
    background: #fff url(../images/arrow-hover.png) no-repeat;
    background-position: 80% 50%;
    color: #8dc65e;
}
.zsubmit
{
    font: 14px "DIN Next W01 Regular";
    background-color: #8dc65e;
    border: none;
    color: #FFF;
    border-radius: 10px;
    letter-spacing: 1px;
    padding: 13px 30px;
    height: 42px;
    width: 120px;
    text-transform: uppercase;
}
.zsubmit:hover
{
    background-color: #51b2b6;
    color: #fff;
}
.zbots
{
    background: #fff url(../images/arrow.png) no-repeat;
    font: 14px 'DIN Next W01 Regular', 'arial';
    width: 285px;
    color: #51b2b6;
    text-transform: uppercase;
    text-align: left;
    background-position: 90% 50%;
    padding: 11px 0 11px 25px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    height: 42px;

}
.zbots:hover
{
    color: #8dc65e;
    background:#FFF url(../images/arrow-hover.png) no-repeat;  
    background-position: 90% 50%;
}
.gray-bg {
    text-align: center;
    padding-top: 75px;
    padding-bottom: 75px;
    background: none repeat scroll 0% 0% #EFF0F5;
}
.table-bordered {
    border: none;
    border-left:1px solid #EFF0F5 !important; 
    width:100%; 
    margin: 0px auto;
    border-collapse: separate; 
    border-radius:10px; 
    border-spacing:0;
}

.table thead tr th
{
    font: 14px "Museo Slab W01 500";
    letter-spacing: 1px;
    text-transform: uppercase; background: #51b1b6; 
    color: #fff; text-align: center; border-bottom: none; 
    padding: 20px 0px;
    border-right: 1px solid #EFF0F5 !important; 
    border-left: none !important;
    border-top:  none !important;
    border-bottom: none !important;
}
.table tr td
{
    font: 14px "DIN Next W01 Regular"; 
    color: #555f60; background: #fff;
    //border-top: 1px solid #EFF0F5 !important; 
    //border: none;
    border-right: 1px solid #EFF0F5 !important; 
    border-left: none !important;
    border-top:  none !important;
    border-bottom: 1px solid #EFF0F5 !important; 
    line-height: 2 !important;
}
.tdleft
{
    text-align: left !important; padding-left: 40px !important;
}
.table thead tr th:first-child
{
    border-top-left-radius: 10px;
}
.table thead tr th:last-child
{
    border-top-right-radius: 10px;
}
.table tr:last-child td:first-child
{
    border-bottom-left-radius: 10px;
}
.table tr:last-child td:last-child
{
    border-bottom-right-radius: 10px;
}

.main
{
    display:block !important;
    opacity:0;  /* make things invisible upon start */
    -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;

    -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;

    -webkit-animation-duration:.5s;
    -moz-animation-duration:.5s;
    animation-duration:.5s;
}

/*for search button*/



@media(min-width:1025px)
{
.search_hide{
/*    display:none;*/
}  
}

@media(max-width:1024px)
{
    .search_show{
        display:none;
    }

    .form-search.content-search
    {
        right: 3.3%;
        top:105px;
        width:86%;
        position: fixed;
        max-width: 525px;

    }

    .breadcrumb
    {
        z-index: 1;
    }
}


.form-search.content-search
{
    display: none;
    position: absolute;
    z-index: 10;
    width: 365px;
    right: -32px;
    top: -40px;
}
search_touch .form-search.content-search
{
    display: none;
    position: absolute;
    z-index: 10;
    width: 365px; 
    right: 75px;
    top: 15px;
}
.form-search .input-group .form-control
{
    height: 44px;
    font-size: 18px;
}
.form-search .input-group .btn
{
    height: 44px;
    margin-left: -2px;
    border:1px solid #ccc;
    border-left: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    padding: 0px 12px;
}
@media(min-width:768px) and (max-width:899px)
{
    .form-search.content-search 
    {
        width: 360px;
    }
}

.logged-in .search_touch .form-search.content-search
{
    display: none;
    position: fixed;
    z-index: 9999999;
    right: 20px;
    top: 40px;
    width:60%;
    max-width: 365px;
}

.search_touch .form-search.content-search
{
    display: none;
    position: fixed;
    z-index: 9999999;
    right: 20px;
    top: 15px;
    width:60%;
    max-width: 365px;
}
.touch > .navbar .content
{
    max-width: 100%;
}
@media(max-width:1113px)
{
    .page-node-96 .laptop-section p
    {
        min-height: 72px
    }

}

