/**
 * Name: layout.css
 *
 *	-
 *
 *	T.O.C
 *
 *	#General Layout
 *		#Header
 *		#Content
 *		#Footer
 *	#Page Styles
 *		#Index
 *		#About
 *		#Services
 *		#Portfolio
 *		#Blog
 *		#Contact
 *	#Responsive
 *		#Large Display
 *		#Smaller then 1024px width
 *		#Tablet (Portrait)
 *		#Mobile (Portrait and Landscape )
 *		#Mobile ( Landscape )
 */
/* ==========================================================================
   #General Layout
   ========================================================================== */

#wrapper {
    background-color: #fff;
}

#content {
    min-height: 600px;
    position: relative;
    box-sizing: border-box;

}
#footer{
    z-index:10;
    padding-top:30px;
    background:#4c4c4c;
    width:100%;
    height:auto;
    box-sizing: border-box;
}
.myhidden-phone{
    display: inherit;
}
.myvisible-phone{
    display:none;
}
.caption{
    background:transparent url(/images/slide-pixel.png) repeat;
    height: 100px;
    width:450px;
    box-sizing: border-box;
    padding:10px 30px;
    line-height: 30px;
}

.caption .diabox{
    position: relative;
    background:transparent url(/images/slide-pixel.png) repeat;
}

#group-track{
    clip-path: polygon(0 0, 85% 0, 82% 99%, 0% 100%);
}
#asset-track{
    width:370px;
    text-align:right;
    clip-path: polygon(4% 0, 100% 0, 100% 97%, 0% 100%);
}
#asset-track, #group-track{
    line-height: 35px;
    padding-top:20px;
}

/* #Colors
   ========================================================================== */
.green{color:#1ba82c !important;}
.white{color:#fff !important;}
.green-bg{background-color:#1ba82c;}
.responsive-img{width:100%;height:auto}

/* #Preload
   ========================================================================== */

   .fullwidthbanner {visibility: hidden}
   div#preload { display: none; }

/* #Header
   ========================================================================== */
   	#header{border-top:5px solid #666;border-size:border-box;font-size:16px;line-height: 24px;font-weight: normal}
	#header .row{ border:1px solid transparent;}
    	#header h1, #header h2 {
        height: 1px;
        margin: 0;
        padding: 0;
        text-indent: -9999px;
        border:none;
        float:left;
    }

    #googletranslate{height:36px;}
    #googletranslate select, #google_translate_element, #googletranslate select{margin:0px;}
    #googletranslate select{float:left;}
    #googletranslate select{-webkit-appearance:menulist;}

    #top_links{
        height:130px;
    }
    #topnav{xmargin-top:8px;}
    #topnav a{margin-left:10px;}
    #topnav{
        height:130px;
        display: flex;
        align-items: center;
        align-content: stretch;

    }

   /* Logo */

	#logo {
        display: inline-block;
        box-sizing: border-box;
        height:100%;
        padding:25px 0 30px 4px;
    }
	#logo img { display: block;width:190px;float:left;}

    #tagline{
        height:55px;
        display: inline-block;
        float:left;
        font-size: 18px;
        margin-top:10px;
        margin-left: 22px;
        color:#000;
        line-height: 18px;
        border-left:1px solid #cccccc;
    }
    #tagline div{
        padding-top:10px;
        padding-left:18px;
    }
    #tagline span{font-style: italic;color:#8b8b8b;font-size: 16px;display: block;margin-left: -2px;}

    #signup_login #login{height:46px;}
    #signup_login{background: #444 url(/images/signup_login_bg.png) repeat-x;max-height:46px;border-bottom:1px solid transparent;box-sizing: border-box;}
    #signup_login #buttons{float:right;margin-top:5px;}
    #signup_login .btn{border: 1px solid #fff !important;margin-left:5px;margin-bottom:0px;padding:9px 15px 7px;}

    /* Menu basics */

    .sf-menu,
    .sf-menu ul,
    #nav-mobile ul {
        padding: 0;
        margin: 0;
        list-style: none;
        position: relative;
        z-index: 100;
    }
    .sf-menu > li {
        float: left;
        margin-right: 0;
        border-left:1px solid #606060;
        text-align: center;

    }
    .sf-menu > li:last-child {
        border-right:1px solid #606060;
    }
    .sf-menu > li > a {
        position: relative;
        display: block;
    }

    /* Menu Skin */

    .sf-menu {
        float: left;
        /*width: 100%;*/
    }

    .sf-menu a {
        display: block;
        font: 13px Arial, sans-serif;
        color: #fff;
        text-decoration: none;
    }

    .sf-menu > li > a{
        color: #fff;
        font-size: 13px;
        font-weight: 300;
    }

    .sf-menu > li > a span{
        display: inline-block;
        padding:15px 14px 12px;
    }

    .sf-menu > li a i { margin-right: 5px; }

    .sf-menu > li.active > a span {
        color:#fff !important;
        background-color:#000 !important;
    }

    .sf-menu > li > a:hover span,
    .sf-menu > li > a:hover small {
        color:#fff !important;
        background-color:#000 !important;
    }
    .sf-menu > li.login > a span,
    .sf-menu > li.login > a:hover span {
        color:#fff !important;
        padding:3px 10px;
        background-color:orange !important;
        border-radius: 2px;
    }
    /* arrows */

    /* styling for both css and generated arrows */

    .sf-arrows .sf-with-ul:after {
        position: absolute;
        top: 50%;
        right: 0;
        height: 0;
        width: 0;
        /* order of following 3 rules important for fallbacks to work */
        border: 5px solid transparent;
        border-top-color: rgba(0, 0, 0, 0.5);
        margin-top: -3px;
        content: "";
    }

    .sf-arrows > li > .sf-with-ul:focus:after,
    .sf-arrows > li:hover > .sf-with-ul:after,
    .sf-arrows > .sfHover > .sf-with-ul:after {
        border-top-color: rgba(0, 0, 0, 0.7);
    }

    /* styling for right-facing arrows */

    .sf-arrows ul .sf-with-ul:after {
        border-color: transparent;
        border-left-color: rgba(0 ,0, 0, 0.5);
        margin-top: -5px;
        margin-right: -3px;
    }

    .sf-arrows ul li > .sf-with-ul:focus:after,
    .sf-arrows ul li:hover > .sf-with-ul:after,
    .sf-arrows ul .sfHover > .sf-with-ul:after {
        border-left-color: rgba(0, 0, 0, 0.7);
    }

    /* Mobile Menu  */

    #mobile-menu {
        z-index: 20;
        margin-bottom: 0;
    }

    #mobile-menu li {
        display: block;
        margin: 0px;
        background-color: #39b54a;
    }

    #mobile-menu > li > ul,
    #mobile-menu > li > ul > li > ul {
        display: none;
        margin-left: 0;
    }

    #mobile-menu .sf-mega {
        display: none;
        padding: 0;
        border: none;
        margin: 0;
    }

    #mobile-menu .sf-mega-section {
        float: none;
        width: 100%;
        padding: 0;
        border: none;
    }

    #mobile-menu .sf-mega-section ul { margin-left: 0; }

    #mobile-menu li a {
        position: relative;
        display: block;
        padding: 10px 10px 10px 40px;
        border-top: 1px solid #d7d7d7;
        color: #fff;
        font-size: 16px;
        text-align: left;
        text-decoration: none;
    }
    #mobile-menu li:hover {
        background-color: #008b22;
    }
    #mobile-menu ul a { padding-left: 40px; }

    #mobile-menu .mobile-menu-submenu-arrow {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 70px;
        border-left: 1px solid #d7d7d7;
        color: #69675b;
        font-size: 20px;
        line-height: 50px;
        text-align: center;
        cursor: pointer;
    }

    #mobile-menu .mobile-menu-submenu-arrow:hover {
        background-color: #777;
        color: #fff;
    }

    #mobile-menu li a:hover {}

    #mobile-menu { display: none; }

    /* Mobile menu trigger  */

    #mobile-menu-trigger {
        float: left;
        display: none;
        font-size: 28px;
        color: #39b54a;
    }

    .callout{display:none !important;}

    #social_sm .phone a{ color:#fff !important;float: left;}

    .mobile_content{
        display: block;
    }
    .display-mobile,.mob_button{
        display: none
    }



@media (max-width: 979px) {

/* #Mobile home page
   ========================================================================== */

   .hidden-mobile,  .fullwidth-section{
        display: none !important;
        visibility: hidden !important;
   }

   #back-to-top.visible {
        right: 20px;
        bottom:5px;
    }
   #header{
        width:100%;
        min-height:42px;
        position: relative;
        z-index: 2000;
        border-top:none;
    }

    #header .row, #header .span6{width:100% !important;}

    #header #tagline,
    #signup_login,
    #signup_login #login{
        display:none;
        background-image:none;
        background-color:transparent;
    }
    #top_links{
        height:auto;
    }

    #mobile-menu {
        position: relative;
        top:0px;
        left:0px;
        width:100%;
        z-index: 5000;
    }
    #mobile-menu-trigger {
        position: absolute;
        top: 15px;
        right:40px;
        display: block;
        margin-top: 0;
        z-index: 1000;
        color:#fff;
        margin: 0px 0px 0px 0px !important;
    }
    #mobile-menu-trigger i{
        color:#39b54a;
    }
    #content #homebanner_mobile ul, #content #homebanner_mobile  ol {
        padding: 0px ;
    }
    #mobile-logo{
        color:#fff !important;
        font:18px/20px Verdana, sans-serif;
        font-weight: bold;
    }
    .headline2 img{
        width: 80%;
        height:auto;
        margin-bottom: 0px;
    }
    .fullwidth-section{
        display:none;
    }
    .hm-pg-main-content-wrapper {
        background:#fff;
        position: relative;
        margin-top:70vh;
        z-index: 10;
    }
    @media screen and (max-width:550px){
        .hm-pg-main-content-wrapper {
            margin-top:80vh;
        }
    }
    @media screen and (max-width:330px){
        .hm-pg-main-content-wrapper {
            margin-top:90vh;
        }
    }
    #homebanner_mobile{
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        width: 100% !important;
        height: 100vh;
        background-image: url(/images/mobile/mobile-allery-assortment-dark.jpg);
        background-size: cover;
        background-position: center center;
        text-align: center;
        padding-top:0px;
    }

    #homebanner_mobile_intro{
        position: absolute;
        top: 40%;
        transform: translateY(-40%);
        left: 0;
        right: 0;
        text-align: center;
        display: block;
        z-index: 100;
    }

    #homebanner_mobile_intro .row-fluid, #header .row{box-sizing:border-box;padding: 0 20px;}

    .row{padding:0px 40px;}

    #homebanner_mobile h3, #homebanner_mobile h2, #homebanner_mobile h5, #section1 h2, #section2 h2, #section3 h2, #section1 h5, #section2 h5, #section3 h5, #section4 h2, #section4 h5, #section5 h2, #section5 h5, #section6 h2, #section6 h5, #section7 h2, #section7 h5{
        text-align: center;
        color:#fff;
    }
    #homebanner_mobile h2{
        font-size: calc(2.4em + 1vw);
        line-height: 30px;
        margin-bottom: 0px;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: normal;
        font-style: normal;
    }

    #homebanner_mobile h3{
        font-size: calc(1.4em + 1vw);
        line-height: 28px;
        margin-bottom: 15px;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: normal;
    }



    #section1 h5, #section2 h5, #section3 h5, #section4 h5, #section5 h5, #section6 h5, #section7 h5{
        font-size: 16px;
        font-weight: normal;
        text-transform: none !important;
        line-height: 20px;
    }
    #homebanner_mobile .btn {
        background-image: none;
        background-image: none;
        background-image: none;
        background-image: none;
        background-image: none;
        background-color: #ff9004;
        -webkit-border-radius:8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        border:2px solid white;
        color:#fff !important;
        cursor: pointer;
        display: inline-block;
        font-size: calc(1em + 1vw);
        line-height: 16px;
        font-family: 'Source Sans Pro', Arial, sans-serif;
        font-weight: normal;
        margin: 0 5px;
        padding: 11px 25px 11px 25px;
        text-transform: uppercase;
        text-decoration: none !important;
        transition: all 0.5s ease 0s;
        vertical-align: middle;
        cursor: pointer;
        -webkit-transition: all ease 0.5s;
                transition: all ease 0.5s;
    }
    #homebanner_mobile a.accent-color-1, .mob_button .accent-color-1{
        background: #39b54a !important;
        border:2px solid white !important;
    }
    .mob_container{
        text-align: center;
        margin: 0px auto;
        width:100%;
    }
    .mob_button {
        display: inline-flex;
        justify-content: space-around;
        margin: auto;
        position: fixed;
        bottom:50px;
        right: 0;
        text-align: center !important;
        width: 100%;
        z-index: 2000;
        box-sizing:border-box;
    }
    .mob_button .button {
        display: inline-block;
        width: 40%;
        font-size: calc(1em + 1vw);
        -webkit-border-radius:8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        padding: 14px 25px 14px 25px;
        box-sizing:border-box;
        font-family: 'Source Sans Pro', Arial, sans-serif;
    }
    .mob_button .button img{
         width:16px;
         float:left;
         margin-right:8px;
    }

    .mob_button .accent-color-3{
        background: #ff9004 !important;
        color:#fff !important;
        margin-left:5px;
        border:2px solid white !important;
    }
    .mob_button .accent-color-2{
        background: #6e6e6e !important;
        color:#fff !important;
        border:2px solid white !important;
    }
    .mob_button .button:hover {
        color:#fff !important;
    }
    #logo-center{margin:0px auto;width:100%;}
    #logo-center img{margin:0px auto;}
    #logo img{width:120px !important;float:left !important;padding-left:20px;}

    #homebanner_mobile_intro p{font-size:18px;padding:0px 50px;color:white;}

    #homebanner_mobile ul{
        width:100%;
    }
    #homebanner_mobile ul li{
        text-align: center;
        display:inline-block;
    }
    .page-header-divider {
        border-top: 1px solid #ffffff;
        margin: 0 auto;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        margin-bottom: 12px;
        width: 80%;
    }
    #section1 .header, #section2 .header, #section3 .header, #section4 .header, #section5 .header, #section6 .header{
        background-color: #39b54a;
        background-repeat: no-repeat;
        background-size:cover;
        background-position: top center;
        padding:30px 10px 15px;
        color:#fff;
        margin-bottom: 20px;

    }
    #section1 .header-blurb, #section2 .header-blurb, #section3 .header-blurb, #section4 .header-blurb, #section5 .header-blurb, #section6 .header-blurb{
        padding:10px 20px 20px;
    }
    #section1 .header h2, #section2 .header h2, #section3 .header h2, #section4 .header h2, #section5 .header h2, #section6 .header h2{
        text-transform: uppercase;
        padding-bottom:0px;
        font-size: calc(1.4em + 1vw);
    }
    #content .first-ul{
        margin-bottom: 0px !important;
    }

    .span7, .span6{
        width:100%;
    }

    /* Arrow */
    #arrow-down{
        top: 100%;
        left: 0;
        right: 0;
        height: 50px;
    }
    #arrow-down a{
        text-align: center;
    }
    #arrow-down i{
        color:#fff;
        font-size: 25px;
    }

    /* anchors */
    .anchors {
        display: block;
        position: relative;
        z-index: 5000;
        visibility: hidden;
    }
    .anchor-registration{
        top: -100px;
        -webkit-animation-duration: 2s;
               animation-duration: 2s;
            -webkit-transition: all ease 0.8s;
            transition: all ease 0.8s;
    }
    .anchor-tracking{
        top: -10px;
        -webkit-animation-duration: 2s;
               animation-duration: 2s;
            -webkit-transition: all ease 0.5s;
            transition: all ease 0.5s;
    }
    .anchor-badges{
        top: -10px;
        -webkit-animation-duration: 2s;
               animation-duration: 2s;
            -webkit-transition: all ease 0.5s;
            transition: all ease 0.5s;
    }
    .anchor-hardware{
        top: -10px;
        -webkit-animation-duration: 2s;
               animation-duration: 2s;
            -webkit-transition: all ease 0.5s;
            transition: all ease 0.5s;
    }
    .anchor-lead{
        top: -10px;
        -webkit-animation-duration: 2s;
               animation-duration: 2s;
            -webkit-transition: all ease 0.5s;
            transition: all ease 0.5s;
    }
    .anchor-contact{
        top: -50px;
        -webkit-animation-duration: 2s;
               animation-duration: 2s;
                -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
    }

    #signup-now .btn{
        margin-top:10px;
    }
    #footer .row [class*="span"] {
        float: none;
        display: inline-block;
        width:32%;
        vertical-align: top;
    }
}

    @media screen and (max-width: 768px) {
        .mob_button {
            left: 0;
            margin: auto;
            position: fixed;
            right: 0;
            bottom:20px;
        }
        .mob_button .button {
            width: 35%;
            line-height: 120%;
            font-size: .75em;
            padding: 11px 15px 11px 15px;
        }
        .mob_button .button img{
             width:20px;
             float:left;
             margin-right:8px;
        }            
    }
@media screen and (max-width:560px){
    #homebanner_mobile_intro p{font-size:17px;line-height:1.4;padding:0px 10px;color:white;}
        .mob_button .button {
            width: 45%;
            line-height: 120%;
            font-size: .75em;
            padding: 11px 15px 11px 15px;
        }
}
@media (max-width: 500px) {
    #homebanner_mobile h2{
        font-size: calc(2.1em + 1vw);
    }
    #homebanner_mobile h3{
        font-size: calc(1.4em + 1vw);
    }

}
@media screen and (max-width:480px){
    .intro h3{
        font-size: 28px;
        line-height: 1.2;
    }
    .mob_button .button {
        width: 45%;
        line-height: 120%;
        font-size: .75em;
        padding: 11px 10px;
    }
}

/* #Content
   ========================================================================== */

#content{font-weight: 300;}

#content a{
    color:inherit;
}
#content a:hover{
        text-decoration:underline;
}
#content ul, #content ol {
    padding:0 0 18px 40px;
}
#content ul{
        list-style:none outside;
}
#content ul.arrow{
        padding:0 0 0px 15px;
        margin-left:15px;
}
ul.arrow li:before{
    font-family: 'FontAwesome';
    content:'\f101';
    margin:0 5px 0 -15px;
    color:#39b54a;
}
#content ul.mydot{
    padding:0 0 0px 15px;
    margin-left:15px;
    list-style-type: disc;
}

#content li{padding-bottom:10px;}

#customers{text-align: center;}

#social_sm{text-align:right;}
#social_sm img{margin-right:5px;}

.phone{vertical-align:top !important;}

#awards img{margin-right:20px;margin-top:5px;}

#module_group{padding-top:10px;}
#module_group p{margin-bottom:5px;}

#security{padding-top:10px;}
#security h4{text-align:center;font-size:11px;color:#999;text-transform:uppercase;}
#security img{margin-left:25px;}

#security_inside a{margin-right:25px;}
#event_number{padding-top:20px;text-align:center;font-size:18px;color:#7b7b7b;margin-left:60px;line-height:30px;float:left;background:transparent url(/images/bracket_bg.jpg) no-repeat top center;width:200px;height:85px;}
#event_number span{font-size:36px;color:#1e5685;}

.no_padding{padding-bottom:0px;}


/* #Page-Headers
   ========================================================================== */

#page-headers{
    margin-bottom: 30px;
}
#page-header {
    padding: 5px 0;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom:20px;
    background-color: #fff;
    font-size:18px;
}

#page-header h3 {
    margin-bottom: 0;
    line-height: 24px;
    font-size:20px;
    display:inline-block;
}

#page-header-new {
    background-color: #c1c1c1;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    margin-bottom: 20px;
    border-bottom: 5px solid #39b54a !important;
    padding: 80px 0 80px;
    min-height: 160px;
    transition-property: all;
    transition-duration: 550ms;
}

#page-header-divider{
    border-top: 1px solid #ffffff;
    margin:0 auto;
    margin-top:10px;
    margin-bottom:12px;
    width:420px;
}
#page-header-content{
    padding:30px 0px 40px;
    margin:0px auto;
    min-height:100px;
    float:none;
    text-align: center;
    width:60%;
}
#page-header-new h3{
    font-size:48px;
    font-weight:bold;
    line-height: 50px;
    color:#424242;
    text-align: right;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
}

#page-header-new h4{
    font-size:24px;
    line-height:28px;
    text-align: right;
    color:#424242;
}

#page-header-new h3, #page-header-new h4{
    text-align: center;
    xcolor:#fff;
    color:#444;
    text-shadow:none;
}
#page-header-new p{
    xcolor:#fff;
    color:#444;
    font-size:16px;
    line-height: 22px;
    font-weight: normal;
}
#page-header-new a{
    margin:0px auto;
    margin-top:6px;
    text-align: center
 }
#page-header-new .btn-large{
    padding: 10px 20px;
    font-size:16px;
}
.breadcrumbs{
    display:inline-flex;
    flex-wrap: nowrap;
    color:#999;
    font-weight: 600;
}
#content .breadcrumbs a,
#content .breadcrumbs a:visited{
    color:#000;
}
.breadcrumbs span{
    margin-right:5px;
}
.breadcrumbs span:first-child{
    font-weight: 600;
    font-size:18px;
    margin-top: -1px;
    margin-left:5px;
}
@media screen and (max-width: 979px){
    #header #logo{
        width:100%;
        text-align: center;
        margin:0px auto;
    }
    #logo{padding: 5px 0 5px 0 !important;}
    #logo img{
        margin:0px auto;
        text-align: center;
        float:none;
        width:170px;
    }
    #page-header{
        padding: 10px 0;
        margin-bottom: 20px;
        border-top: 1px solid #d7d7d7;
    }
}


/* #NEW PAGE LAYOUTS AUG 2018
   ========================================================================== */

.headline2{
    font-family: 'Source Sans Pro', Arial, sans-serif;
}
.line {
    height: 3px;
    width: 50px;
    background-color: #36b44c;
    margin: auto;
        margin-bottom: auto;
    margin-bottom: 15px;
}
.fullwidth-section-circle-intro{
    position:relative;
    top:-80px;
    background-color:transparent;
    background-image: url(/images/transparent-eeee.png);
    background-repeat: repeat;
    padding:10px 0 10px;
    margin-bottom:-40px;
}
.fullwidth-section-circle-intro p{
    font-size: 24px;
    line-height: 30px;
    width:80%;
    margin:0px auto;
    padding:15px 0px;
    text-align: center;
    color:#444;
    font-family: 'Source Sans Pro', Arial, sans-serif;
}

.fullwidth-section-circle:before{
     display:block;
     position:absolute;
     content:url(/images/check-along.png);
     left: 50%;
     z-index: 10;
     width: 100px;
     height: 100px;
     border-radius: 50%;
     background: #efefef;
     -webkit-transform: translateX(-50%);
     transform: translateX(-50%);
     top: -30px;
}
.fullwidth-section-circle .fullwidth-section-content{
    padding-bottom:30px;
}
.fullwidth-section-circle-intro:after{
     display:block;
     position:absolute;
     left: 50%;
     z-index: 1;
     width: 100px;
     height: 100px;
     border-radius: 50%;
     -webkit-transform: translateX(-50%);
     transform: translateX(-50%);
     bottom: -30px;
}
.fullwidth-section-circle .fullwidth-section-content, .fullwidth-section-circle-intro .fullwidth-section-content{
    z-index: 10;
}
.dotsection:before{
    display:block;
    position:absolute;
    content:'';
    bottom: 20px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #e0e0e0;
    box-shadow: 30px 0 #e0e0e0, -30px 0 #e0e0e0;
}
.dotsection-content{
    position:relative;
    height:50px;
    margin-bottom:20px;
    margin-top:10px;
}
.headline h3{
    text-align: center;
    color:#555;
    font-size:26px;
    line-height: 32px;
    font-weight: 700;
    font-family: 'Source Sans Pro', Arial, sans-serif;

}
.headline2 h5, .dotsection-content h5, .fullwidth-section-circle h5, .fullwidth-section-circle-intro h5{
    text-align: center;
    color:#555;
    font-size:16px;
    line-height: 26px;
    font-weight: 700;
    font-family: 'Source Sans Pro', Arial, sans-serif;
}
.dotsection-content p, .fullwidth-section-circle p{
    font-size: 20px;
    line-height: 28px;
    width:80%;
    margin:0px auto 20px;
    text-align: center;
    color:#444;
    font-family: 'Source Sans Pro', Arial, sans-serif;
}
.headline2 h3{
    text-align: center;
    color:#555;
    font-size:30px;
    line-height: 36px;
    font-weight: 500;
    font-family: 'Source Sans Pro', Arial, sans-serif;

}
.headline2 p, .headline2_news, .headline2_news div{
    font-size: 24px;
    line-height: 30px;
    width:100%;
    margin:0px auto 20px;
    color:#444;
    font-family: 'Source Sans Pro', Arial, sans-serif;
}
.headline2 .img{
    margin:0px auto 0px;
    text-align: center;
}
.headline2 img{
    min-width: 200px;
    height:auto;
    margin-bottom: 0px;
}
.headline2_content{
    text-align: center;
}
.headline2_content p{
    text-align: justify !important;
    width:70%;
}
.headline2_content_home{
    position: relative;
    display:table;
    padding-top:40px;
}
.headline2_content_home p{
    position: relative;
    padding-top:50px;
    text-align: justify !important;
}
.headline2_news{
    position: relative;
    min-height: 260px;
    margin-top:0px;
}
.headline2_news div{
    position:absolute;
    top:35%;
    left:10%;
    width:80%;
    text-align: center;
}
#MobileEventSection .span7{
    margin-left:0px;
    width:59.5%;
}
#instagram{
    padding-left:30px;
}
.fullwidth-section-circle p{
    width:100%;
    text-align: justify;
}
.fullwidth-section-circle h5, .fullwidth-section-circle-intro h5{
    margin-bottom: 20px;
}
.fullwidth-section-circle ul>li{
    font-size: 20px;
    line-height: 24px;
    color:#444;
    font-family: 'Source Sans Pro', Arial, sans-serif;
}


    #client-logos{
        background-color: #fff;
        margin-bottom:10px;
        padding-bottom:0px;
        border:0px;
        margin-top:10px;
    }
    #client-logos ul{
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction:row;
        flex-wrap:wrap;
        justify-content:space-between;
    }
    #client-logos li{
        list-style-type: none;
        flex: 0 auto;
        margin:auto;
        margin-bottom:10px;
        overflow: hidden;
        text-align: center;
        vertical-align: middle;
    }

    #client-logos li img{
        width:80%;
        margin:auto;
        height:auto;
        opacity: .4;
    }
        #client-logos li img {
            filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+, IE10 */
            filter: gray; /* IE6-9 */
            -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
            -webkit-transition: all .4s ease; /* Fade to color for Chrome and Safari */
            -webkit-backface-visibility: hidden; /* Fix for transition flickering */
        }

        #client-logos li img:hover {
            filter: none;
            opacity: 1;
            -webkit-filter: grayscale(0%);
        }



/* ========================================================================== */

/* -----------------------------------*/
/* ---------->>> Signup/LOGIN page <<<-----------*/
/* -----------------------------------*/
    .input50{width:50%;}
    .input100{width:100%;}
    .input25{width:25%;}
    .input75 {width: 75% !important;}

    .email_form{width:48%;}
    .email_form td{padding:2px 0px;}
    .field_50{width:240px;}
    .field_25{width:115px;}
    select .field_25{width:98px;}
    .field_20{width:110px;}
    .field_10{width:74px;}
    .email_form input{padding:2px 0px 2px 4px;}

    #mylogin{
        width:320px;
        height: 350px;
        box-sizing: border-box;
        background:#fff;
        border-radius: 12px;
    }
    #login-form {
        min-height:300px;
         font-size:1.000em;
         line-height: 20px;
         padding:5px 20px;
         box-sizing: border-box;
         font-family: Arial,Verdana,sans-serif;
    }
    #login-form h3{font-size: 18px; font-family: Arial, sans-serif;padding-left:20px;line-height:30px;padding-bottom:10px;}
    #keeplogin,
    .small-text{
        font-size:0.725em !important;
        font-size: calc(0.725em + .20em * ((100vw - 20.000em) / 960));
    }
    p#keeplogin{
        margin-bottom:10px;
    }

    #stayloggedin{
        padding:6px;
        margin-left:0px;
        margin-right:5px;
        vertical-align: middle;
    }

    #login-fields{

        text-align:left;
        line-height: 16px;
    }
    #login-fields .profile-img{
        padding:0px 0px 0 30px;
        }

    #login-error h3{
        margin-top:40px;
        padding-left:38px;
        padding-bottom: 0px;
    }

    label{
        font-size:14px;
    }
    .disclaimer{
        font-size:11px;
        color:#aaa;
        line-height: 12px;
        text-align:center;
    }
    .disclaimer div{
        text-align:center;
    }
    .forgetpassword{
        width:250px;
        margin: 0px auto;
    }
    .forgetpassword label{
        margin-left:13px;
        line-height: 20px;
    }
    .forgetpassword .button{
        margin-left:15px;
    }
    #login-fields.forgetpassword input{
        width:208px;
    }
    .margin{
        margin-left:70px;
        display:block;
    }

    #captcha {
        text-align: center;
        padding:15px;
    }
     #captcha .g-recaptcha {
        margin:0 auto;
        width:302px;
        text-align: center;
        }

/* #Signup Page
   ========================================================================== */

     #signup-form{
         background: #ffffff none repeat scroll 0 0;
         border: 1px solid #ddd;
         border-radius: 10px;
         margin: 0px auto 0px;
         padding: 20px 30px 10px;
         max-width: 740px;
     }
     #signup-form label{
          font-size: 0.800em;
          line-height: 140%;
     }
     #signup-form .row, #signup-form .row-fluid{
          margin-bottom:15px;
     }
     #signup-form input[type="text"]{
            -webkit-appearance: none; /* 1 */
            display: inline-block;
            max-width: 100%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 5px 3px 5px 5px;
            border: 1px solid #d7d7d7;
            margin-bottom: 8px;
            background: #fff;
            font: 14px/18px Arial, sans-serif;
            vertical-align: middle;
            white-space: nowrap;
            border-radius: 3px;
     }

     #signup-form select {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            display: inline-block;
            max-width: 100%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 5px 3px;
            border: 1px solid #d7d7d7;
            margin-bottom: 8px;
            background: #fff;
            font: 14px/18px Arial, sans-serif;
            vertical-align: middle;
            white-space: nowrap;
            border-radius: 3px;
            height:30px;
            background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAh0lEQVQ4T93TMQrCUAzG8V9x8QziiYSuXdzFC7h4AcELOPQAdXYovZCHEATlgQV5GFTe1ozJlz/kS1IpjKqw3wQBVyy++JI0y1GTe7DCBbMAckeNIQKk/BanALBB+16LtnDELoMcsM/BESDlz2heDR3WePwKSLo5eoxz3z6NNcFD+vu3ij14Aqz/DxGbKB7CAAAAAElFTkSuQmCC');
            background-repeat: no-repeat;
            background-position: 97% center;
     }
     #signup-form select::-ms-expand {
         display: none;
     }
     #signup-form .btn{
          font-size:20px;
          min-width: 200px;
          margin:0px auto 0px 0px;
          padding: 11px 25px 11px 25px;
     }

    #signup-now{
         background: #ffffff none repeat scroll 0 0;
         border: 1px solid #ddd;
         border-radius: 10px;
         margin: 0px auto 10px;
         padding: 40px 30px 20px;
         max-width:580px;
     }
     #signup-now label{
        font-size: 0.800em;
        line-height: 140%;
        color:#000;
     }
     #signup-now .row, #signup-now .row-fluid{
        margin-bottom:15px;
     }
     #signup-now input[type="text"]{
        -webkit-appearance: none; /* 1 */
        display: inline-block;
        max-width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 5px 3px 5px 5px;
        border: 1px solid #d7d7d7;
        margin-bottom: 8px;
        background: #fff;
        font: 14px/18px Arial, sans-serif;
        vertical-align: middle;
        white-space: nowrap;
        border-radius: 3px;
     }
    #signup-now .btn{
        min-width:80px;
        font-size:14px;
        margin:0px 10px 0px 0px;
        padding: 8px 25px;
     }
     #signup-now hr{
        margin: 20px 0;
     }
     @media screen and (max-width: 980px) {
        #signup-now{
            width:80vw;
            padding-bottom:20px;
        }
        #signup-now label{
            white-space: nowrap;
        }       
     }
     @media screen and (max-width: 800px) {
          #signup-form{width:70%;padding: 20px 30px 10px;}
          #signup-form select{
               margin-bottom:15px;
          }
          #signup-form p{
               line-height: 140%;
               margin-bottom:20px;
          }
        #signup-now{
            width:80vw;
        }  

        #signup-now .btn{
            width:100%;
            font-size:14px;
            display:block;
            margin:0px 0px 20px;
            padding: 8px 25px;
        }

     }
     @media screen and (max-width:600px){
        #signup-now .row-fluid [class*="span"],
        #signup-now .row [class*="span"]{
               margin-left:0px;
               padding: 0px;
               width:100% !important;
          }
         #signup-now .row, #signup-now .row-fluid{
            margin-bottom:0px;
         }

     }



/* #Footer
   ========================================================================== */

    #footer-middle{background:#4c4c4c;padding-bottom:20px;box-sizing: border-box;}
    #footer-middle a:link, #footer-middle a:visited{color:#c2c2c2;text-decoration:none;}
    #footer-middle a:hover{text-decoration:underline;}
    .footer-module.social h5{text-align: center}
    .footer-module {font-size:14px;font-weight: normal;}
    .footer-module img{padding:8px 2px 0 2px;}
    .footer-module img:first-child{padding-left:0px;}
    #footer_social{text-align: center}
    #footer-bottom{
            background:#333;
            font-size:12px;
            font-weight: normal;
            color:#e1e1e1;
            padding:2px 0 2px 0px;
            box-sizing: border-box;
    }
    #footer-bottom a{color:#e1e1e1;}
    #footer-cite div{margin:0 auto;margin-top:8px;}
    #footer p{margin-bottom:0px;}

/* ==========================================================================
   #Page Styles
   ========================================================================== */

/* #Index
   ========================================================================== */

    .intro h3 { font-size:35px; margin-bottom: 10px; font-family: 'Source Sans Pro', Arial, sans-serif; font-weight: 300 !important; font-style: italic;}

    .intro h4 {
        font-family: 'Source Sans Pro', Arial, sans-serif;
        font-size:22px;
        line-height: 28px;
        color:#636363;
        font-weight: 600;
        text-transform: none;
    }
    .intro p{
        text-align:justify;
    }
    .intro img{
        margin-top: 5px;
    }
    .dotsection-content{
        margin-bottom: 0px;
    }
    .headline2{
        font-size:22px;
        text-align:justify
    }

        /*SLIDE*/
    .caption.title { /** Main Title words **/
        font-size: 62px;
        line-height: 75px;
        font-weight: 400;
        color:#8d8d8d !important;
    }
    .caption.title span { /** Main Title words highlight **/
        color: #494949 !important;
    }

    .caption.text { /** Small text words **/
        font-size: 18px;
        color:#494949 !important;
     }

/* #Press
   ========================================================================== */
    #press{
        margin:10px 0;

    }
    #press_container{
        border: 2px solid #e1e1e1;
        border-radius: 5px;
        height:260px;
        padding-bottom:5px;
    }
    #press_title{
        background-color: #e1e1e1;padding-top:2px;
    }
    #press_title h4{
        text-align: center;font-size:14px;line-height:16px;padding-bottom:2px;
        margin-bottom: 0px;
    }
    #press_content{
        padding:5px 8px 5px 5px;
        height:230px;
        overflow-y:auto;
    }
    #press_content p{padding-bottom:2px;}
    #press_content table td, #press_content table th{
        border-bottom:1px solid #efefef !important;
        border-top:none;
        padding:2px 0;
        background-color: transparent;
        vertical-align: top;
        font-size:13px; /* optional controls for content within cells */
        line-height: 17px; /* optional controls for content within cells */
    }
    #press_content table th{padding-right:8px;width:30%;text-align: center;}
    #press_content img{margin:5% 0;}

/* #Video
   ========================================================================== */
    #video{
           width:100%;
           display:table;
           background:transparent url(/images/hr_vertical.png) no-repeat 25px 0px;
    }
    #video img{border:3px solid #ddd;float:right;}
    #video_page{
          width:580px;
          padding:0px;
          float:right;
          background:transparent url(/images/hr_vertical.png) no-repeat top left;
    }
    #video_object {text-align:right;}
       .video-container{
            float:right;
       }

/* #Services
   ========================================================================== */

/***** Common Formatting *****/

    .button{padding:3px 5px 0px 5px;}

    /***** Global Classes *****/
    .disclaimer{font-size:10px; color:#999;line-height:12px;}
    .disclaimer div{padding-bottom: 10px;}
    .highslide-dimming {background: black;}
    .moreinfo{
        position:relative;
        bottom:0px;
        margin:0px auto;
        margin-bottom:10px;
        width:209px;
    }
    del            { color: #999999;}
    .myhr          { background:transparent url(/images/hr_horizontal.png) no-repeat top center; height:6px;border:0;margin-top:5px;clear:both;}

/* #Contact
   ========================================================================== */

	/* Contact Form */

	#contact-form {
		overflow: hidden;
		margin-bottom: 40px;
	}
    #contact{
        font-size: .875em;
    }
	#contact-form fieldset {}

	label.validation-error { color: #b55454; }

	input.validation-error,
	textarea.validation-error,
	select.validation-error { border :1px solid #e1a1a1; }

	#contact-form #formstatus {}

	#contact-form textarea {}

 /* -----------------------------------*/
/* ---------->>> FAQ page <<<-----------*/
/* -----------------------------------*/
    dt {
     float:left;
     font-size: 26px;
     padding: 0 5px 10px 0;
     font-weight: 400;
    }
    dd {
     vertical-align:bottom;
     padding-bottom: 20px;
     padding-left:30px;
     vertical-align: bottom;
    }
    .question{
       color:#555;
       font-weight:600;
    }
    .q {
        color: #555;
    }

    .answer {
        color: #1ba82c;
    }

/* -----------------------------------*/
/* ---------->>> Contact page <<<-----------*/
/* -----------------------------------*/

    #contact{
        margin-top:20px;
        background:url(/images/hr_vertical.png) no-repeat top left;
        background-size: 5px 430px;
    }
    #contact_content{
        padding-left:40px;
    }


/* ==========================================================================
   #Responsive
   ========================================================================== */

/* #Large Display
   ==========================================================================
    For footer bottom control, add footer_bottom_inc.asp to page.
*/
	@media (min-width: 1400px) {
		.sf-menu > li:last-child { margin-right: 0; }
	}

/* #Smaller then 1024px width
   ========================================================================== */

	@media (max-width: 1399px) {

        #signup_login #buttons{
            margin-top:5px;
        }
        #contact_btn{
            zdisplay:none;
        }
        .myhidden-phone{
            xwidth:820px;
        }
        .sf-menu a {
            font: 13px Arial, sans-serif;
            line-height: 18px;
        }
        .tp-leftarrow.default, .tp-rightarrow.default {
            display: none;
        }

        .headline2_content_home{
            padding-left:15%;
        }
        .headline2_content_home{
            padding-top:0px;
        }
	}

/* #Mobile (Portrait and Landscape )
   ========================================================================== */

@media (max-width: 979px) {
        body {
            background: none;
            background-color: #fff;
        }
        #logo img{max-width:170px;}
        #wrapper {position:relative;margin-bottom: 0px !important;background-image:none;}

        .myhidden-phone, #topnav{ display: none !important; }
        .callout, .myvisible-phone{display:inherit !important;}

        .fullwidth-section-notopmargin{margin:20px 0px 30px;}

        .non-floats [class*="span"] {
            display: block;
            width: 100%;
            float:none;
            margin-left:0px;
            min-height: 30px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            margin-bottom: 30px;
        }

        #login-form {
            min-height: 300px;
        }
        #MobileEventSection{
            display:none;
        }
        #MobileEventSection div{
            display:block;
            width:100%;
            float:none;
            margin-left:0px;
        }
        #MobileEventSection a{
            text-align:center;
            margin:0px auto;
        }
        #MobileEventSection img{
            margin:0px 0px 0px 5%;
            text-align:center;
            width:100% !important;
            max-width: 80% !important;
           }
        .headline2_content_home{
            padding-left:0%;
        }
        .headline2_news div{
            position:absolute;
            top:25%;
            left:0%;
        }
        .mobile_content, .fullwidthbanner, .fullwidthbanner-container, .fullwidthbanner-container div{
            display: none;
            border-top:none;
        }
        .display-mobile{
            display: block;
        }

        #instagram{
            padding-left:0px;
        }
        .pr-group{
            width:auto;
        }
        .pr-panel_vert{
            margin-bottom:15px;
            text-align: center;
        }
        .pr-group .span3{
            margin-left:0px !important;
        }

       #footer{
            position:relative;
            z-index: 1;
            height:auto;
            margin-top: 0px;
            padding-top: 30px;
        }
        #footer-middle{
            padding-bottom:10px;
        }
        .footer-module{
            margin-bottom: 20px;
        }


        #contact, #video{
            background:none;
        }
        #contact_content{
            padding-left: 0px;
        }
        .feature-content{
            padding-top:20px;
        }
        .feature-content h3{
            display: none;
        }
        #video img{float:none;width:100%;height:auto;}

        .headline2 h3 {
           font-size: 26px;
           line-height: 28px;
        }
        .headline2_content p, .headline2_content_home p, .headline2_content_news p{
           text-align: left !important;
           width:100%;
           padding-top: 0px;
        }
        .headline2 p {
            font-size: 20px;
            line-height: 28px;
        }
        .headline2{
            text-align: left !important;
        }

        .row .row {
            width: auto;
            padding: 0;
            margin: 0;
        }
        .margin{margin-left:0px;}

        p.last,
        h1.last,
        h2.last,
        h3.last,
        h4.last,
        h5.last,
        address.last,
        ul.last,
        ol.last { margin-bottom: 20px; }

        .text-right{ text-align: left; }
        .session_frame{
            margin-bottom: 20px;
        }
        .fullwidth-section-circle ul > li {
            font-size: 16px;
            line-height: 20px;

        }
        .headline2_news{
            position: relative;
            min-height: auto;
            margin-top:5px;
        }
        .headline2_news div{
            position:relative;
            top:0%;
            left:0%;
            width:100%;
            text-align: center;
        }
        #customers img{
            width:30%;
        }
        #customers .span3{
            width:45%;
            float:left;
        }
}


/* #Mobile ( Landscape )
  ========================================================================== */
  @media screen and (max-width: 767px){

        #footer-middle{
            display:none;
        } 
  }
	@media screen and (max-width: 767px) and (min-width: 480px){

        #footer_social, .footer-module h5 {
            text-align: left !important;
        }

        /* Force table to not be like tables anymore */
        #no-more-tables table,
        #no-more-tables thead,
        #no-more-tables tbody,
        #no-more-tables th,
        #no-more-tables td,
        #no-more-tables tr {
            display: block;
        }
        /* Hide table headers (but not display: none;, for accessibility) */
        #no-more-tables thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

        #no-more-tables td {
            /* Behave  like a "row" */
            border: none;
            position: relative;
            white-space: normal;
            text-align:left;
        }

        #no-more-tables td.hidden, #no-more-tables tr.hidden{
            display:none;
        }

        /*
        Label the data
        */
        #no-more-tables td:before { content: attr(data-title); }
        .nopadding, .nopadding table td{
            padding-left:0px !important;
        }
        .hidden{
            display:none !important;
        }
        #header h1, #header h2 {
            display:none;
        }
        #contact{
            font-size: 1em;
        } 
	}
    @media screen and (max-width: 660px){
        .headline2 {
            font-size: 18px;
            line-height: 22px;
        }
    }

    @media screen and (max-width:534px){
        #social_sm{width:auto;}
       
       #login-fields .profile-img{
          padding-left:0px;
        }
        #login-fields.forgetpassword input, #login-fields input{
            width:100%;
        }
        #login-fields input[type="image"]{
            width:55px;
        }
        #signup_login {background-image: none;height:38px;}
        #signup_login #buttons {}
        #signup_login .btn{margin-left:0px;}

        .img-align-left,
        .img-align-right{
            float:none;
            margin-bottom: 20px;
        }

        #captcha{
            padding:15px 0px;
        }
        #captcha .g-recaptcha {
            margin:0;
            text-align: left;
        }

        #footer-middle .span3, #footer-middle .span2{
            float:none !important;
            width:100%;
        }
        #login-form, #login-bg{background-image:none !important;width:auto;min-height: 221px;}
        #login-form tr{border:none !important;}
        #login-form h3, #login-error h3,#login-error p {padding-left:0px;padding-bottom:0px;}
        #login-form table td{border:none;margin-left:0px;padding-left:0px;}
        #login-fields input{margin-bottom: 5px;}
        #login-btn{float:none;width:55px;}
        #login-error p{
        text-align:left !important;
        padding-left:0px;
         }
        .disclaimer div{
        width:auto;
        margin:0px;
        text-align:left !important;
        }
        .forgetpassword{
        width:auto;
        margin:0px;
        }
        .forgetpassword label, .forgetpassword .button{
            margin-left: 0px;
        }
        .text-center { text-align: left; }

        .headline2 p, .headline2_news, .headline2_news div{
            color:#444 !important;
        }
/* Force table to not be like tables anymore */
        #no-more-tables table,
        #no-more-tables thead,
        #no-more-tables tbody,
        #no-more-tables th,
        #no-more-tables td,
        #no-more-tables tr {
            display: block;
        }
        /* Hide table headers (but not display: none;, for accessibility) */
        #no-more-tables thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

        #no-more-tables td {
            /* Behave  like a "row" */
            border: none;
            position: relative;
            white-space: normal;
            text-align:left;
        }

        #no-more-tables td.hidden, #no-more-tables tr.hidden{
            display:none;
        }

        /*
        Label the data
        */
        #no-more-tables td:before { content: attr(data-title); }
        .nopadding, .nopadding table td{
            padding-left:0px !important;
        }
        .hidden{
            display:none !important;
        }
        .hidden-phone-sm { display: none !important; }
    }
    @media (max-width: 479px) {
        #header #tagline{xdisplay:none;}

        #login-fields.forgetpassword input{
            width:100%;
        }


        /* Force table to not be like tables anymore */
        #no-more-tables table,
        #no-more-tables thead,
        #no-more-tables tbody,
        #no-more-tables th,
        #no-more-tables td,
        #no-more-tables tr {
            display: block;
        }
        /* Hide table headers (but not display: none;, for accessibility) */
        #no-more-tables thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }
        #no-more-tables td {
            /* Behave  like a "row" */
            border: none;
            position: relative;
            white-space: normal;
            text-align:left;
        }

        #no-more-tables td.hidden, #no-more-tables tr.hidden{
            display:none;
        }

        /*
        Label the data
        */
        .nopadding, .nopadding table td{
            padding-left:0px !important;
        }
        .hidden, .hidden-xs{
            display:none !important;
        }
        .hidden-phone-sm { display: none !important; }

        #login-bg{
            min-height: 221px;
        }
         #customers .span3{
            width:100%;
        }

    }

    @media (max-width: 360px) {

        #logo img{vertical-align: bottom}
        .hidden, .hidden-xs, .hidden-phone-sm {
            display:none !important;
        }

        .headline2 h3 {
           font-size: 20px;
            line-height: 24px;
        }
        .headline2_content p{
            width:100%;
        }
        .headline2 p {
            font-size: 18px;
            line-height: 24px;
        }

    }
        /* #Print
  ========================================================================== */
  @media print{
    body, #wrapper, #header{background: #fff none;}
    #top_links, #footer, #signup_login, .fullwidthbanner-container,.noprint{
        display:none !important;
    }

    #content{
        padding-top:0px;
        padding-bottom:20px;
        color:#000;
    }
    .margin {
        display: block;
        margin-left: 20px;
    }
    #page-header .row{
        page-break-after:avoid;
    }
    .row{
        page-break-inside: avoid;
    }
    #press, .module{
        width:100%;
    }

    #press_container{
        border: none;
        border-radius: 0px;
        height:100%;
    }
    #press_content{
        height:100%;
    }

        .span1,
        .span2,
        .span3,
        .span4,
        .span5,
        .span6,
        .span7,
        .span8,
        .span9,
        .span10,
        .span11,
        .span12 {
            float: none;
            display: block;
            width: 100%;
            -webkit-box-sizing: border-box;
               -moz-box-sizing: border-box;
                    box-sizing: border-box;
            margin-left: 0;
        }


  }
