/**
 * 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: 500px;
    position: relative;

}
#footer{
    z-index:10;
    padding-top:20px;
    background:#4c4c4c;
    width:100%;
    height:auto;
}
.myhidden-phone{
    display: inherit;
}
.myvisible-phone{
    display:none;
}
.api-setting-choice label sup{
    position: relative;
    top: -3px;
}

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

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

/* #Header
   ========================================================================== */
   	#header{border-top:5px solid #666;box-sizing:border-box;}
	#header .row{ border:1px solid transparent;}
    
    @media (min-width: 1024px) {

        .stuck {
            position: fixed !important;
            z-index:1001;
            top: 0;
            width: 100% !important;
        }
        #header {
            -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
                    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
            background: none repeat scroll 0 0 #fff;
        }
        #header.stuck .sf-menu { margin-top: 0; }
    }
    
    #googletranslate{height:36px;}
    #googletranslate select, #google_translate_element, #googletranslate select{margin:0px 0 7px 0;padding:0px;}
    #googletranslate select{float:left;}
    #googletranslate select{-webkit-appearance:menulist;}
    #topnav{margin-top:8px;}
    #topnav a{margin-left:10px;}

   /* Logo */

	#logo {
        display: block;
        margin: 12px 0 14px 4px;
    }
	#logo img { display: block;width:130px;}
    #tagline{
        height:55px;
        display: block;
        float:left;
        font-size: 16px;
        margin-top:22px;
        margin-left: 20px;
        color:#3c3c3c;
        line-height: 18px;
        border-left:1px solid #cccccc;
    }
    #tagline div{
        padding-top:10px;
        padding-left:18px;
    }
    #tagline span{font-style: italic;color:#959595;font-size: 16px;display: block;margin-left: -2px;}
    #signup_login #login{height:38px;}
    #signup_login{background: #444 url(/images/signup_login_bg.png) repeat-x;max-height:40px;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;}

    /* 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,
    .sf-menu > li.dropdown > a{
        color: #fff;
        font-size: 13px;
        font-weight: 300;
    }

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

    }
    .sf-menu > li > a span.crm-menu{
         padding: 12px 30px 10px 12px !important;
    }
    .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: 29%;
        right:20px;
        height: 0;
        width: 0;
        /* order of following 3 rules important for fallbacks to work */
        font-family: 'FontAwesome';
        content: "\f107";
        font-size: 16px;
        color: #999;
    }

    .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);
    }
    .sf-menu li.dropdown{
        position: relative !important;
    }
    .sf-menu li.dropdown ul {
        position: absolute !important;
        z-index: 210;
        top: 100%;
        left: 0;
        display: none;
        min-width: 130px;
        border: 1px solid #555;
        background-color: #000;
    }
     .sf-menu li.dropdown li{  
        padding: 8px 10px 6px 15px;     
        border-bottom: 1px solid #555;
        background-color: #000; 
        text-align: left;
    }
    .sf-menu > li.dropdown > a,
    .sf-menu > li.dropdown a{
        color: #fff !important;
    }
    .sf-menu li.dropdown ul ul {
        top: -1px;
        left: 100%;
    }
    .sf-menu li.dropdown:hover > ul,
    .sf-menu li.dropdown.sfHover > ul,
    .sf-menu li.dropdown > ul li:hover { display: block; background-color: green;}


    /* Mobile Menu  */

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

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

    #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 20px;
        border-top: 1px solid #d7d7d7;
        color: #fff;
        font-size: 16px;
        text-align: left;
        text-decoration: none;
    }
    #mobile-menu li:hover {
        background-color: #777;
    }
    #mobile-menu ul a { padding-left: 45px; }

    #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 {background-color: #000;}

    #mobile-menu { display: none; }

    /* Mobile menu trigger  */

    #mobile-menu-trigger {
        display: none;
        font-size: 34px;
        color: #666;
    }

    .callout{display:none !important;}

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

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




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

#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:12px;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-header {
    padding: 20px 0;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 20px;
}

#page-header h3 {
    margin-bottom: 0;
    line-height: 24px;
}

#page-header-new {
    background-color: #fefefe;
    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: 180px;
    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;
    color:#fff;
    text-shadow:none;
}
#page-header-new p{
    color:#fff;
    font-size:16px;
    line-height: 22px;
}
#page-header-new a{
    margin:0px auto;
    margin-top:6px;
    text-align: center
 }
#page-header-new .btn-large{
    padding: 10px 20px;
    font-size:16px;
}
@media (max-width:979px) and (min-width: 768px){

    #page-header-new {
        padding: 20px 0 20px !important;
        min-height: 50px !important;
        background-position: top !important;
        background-attachment:scroll !important;
    }
    #page-header-content{
        padding:20px 0px 10px;
        min-height:50px;
        width:100% !important;
    }
    #page-header-new h3{
        font-size:36px;
        line-height: 44px;
    }
    #page-header-new h4{
        font-size:20px;
    }

}
@media (max-width: 767px){
    #page-header-new {
        background-size: cover !important;
        background-attachment:scroll !important;
        border-bottom: 4px solid #39b54a !important;
        padding: 20px 0px;
        min-height: 50px !important;
    }
    #page-header-new h3{
        font-size:30px !important;
        line-height: 32px;
    }
    #page-header-new h4{
        font-size:18px !important;
        line-height:22px;
    }
    #page-header-new p{
        font-size:14px !important;
        line-height: 18px !important;
        margin-bottom:10px;
    }
    #page-header-content{
        padding:10px 0px !important;
        min-height:5px;
        width:100% !important;
    }
    #page-header-new a{
        margin-top:0px;
    }
    #page-header-divider{
        margin-top:5px;
        margin-bottom:10px;
        width:60% !important;
    }
    #page-header-new .btn-large{
        padding: 5px 10px !important;
        font-size:12px !important;
    }
}


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

    #login-form {
        background:transparent url(/images/loginpagebg.jpg) no-repeat top center;
        min-height: 500px;
    }
    #login-form table td, #login-bg table td, #login-fields td{
        padding:0px;
    }
    #login-form table {margin-bottom: 0;}
    #login-form h3{font-size: 18px; font-family: Arial, sans-serif;padding-left:20px;line-height:30px;padding-bottom:10px;}
    #login-bg{
        background:transparent url(/images/loginbg_small.png) no-repeat top left;
        width:382px;
        height:221px;
    }
    #login-fields{

        text-align:left;
        line-height: 16px;
    }
    #login-fields .profile-img{padding:0px 0px 0 30px;}
    #login-fields input{width:190px;padding:2px 3px;margin-bottom:5px;display:table-cell;}

    #login-fields .login-btn{
         border:none;
         float:right;
         margin-right:34px;
         width:55px;
    }
    #login-error h3{
        margin-top:40px;
        padding-left:38px;
        padding-bottom: 0px;
    }
    #login-error p{
        padding-left:38px;
        margin-bottom: 0px;
    }

    label{font-size:13px;}
    .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;
        }

/* #Footer
   ========================================================================== */
    #footer_content{
        margin:0 auto;
        padding:0px 10px 40px 30px;
        color:#fff;
    }
    #footer-middle{background:#4c4c4c;}
    #footer-middle a:link, #footer-middle a:visited{color:#ddd;text-decoration:none;}
    #footer-middle a:hover{text-decoration:underline;}
    .footer-module.social h5{text-align: center}
    .footer-module {font-size:13px;}
    .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-family:Verdana, sans-serif;
            color:#fefefe;
            padding:2px 0 2px 0px;
    }
    #footer-bottom a{color:#fefefe;}
    #footer-cite div{margin:0 auto;margin-top:8px;}

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

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

    .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 *****/
h1 {
        font-size:22px;
		font-family:Arial, Verdana, sans-serif;
}

#header h1, #header h2 {
        height: 1px;
        margin: 0;
        padding: 0;
        text-indent: -9999px;
        border:none;
        float:left;
}

h2 {
        padding:10px 0;
        font-size:18px;
        font-family:Arial, Verdana, sans-serif;
}

h3 {
        font-size:18px;
        color:#555555;
        font-family:Arial, Verdana, sans-serif;
        font-weight:normal;
}
h3 a{color:#555555;}
h4{
        padding-bottom:5px;
        font-weight:normal;
        font-size:14px;
        font-family:Arial, Verdana, sans-serif;
        color:#555;
}
h5 {
        font-size:14px;
        padding-bottom:5px;
        font-family:Arial, Verdana, sans-serif;
	    font-weight:bold;
        text-transform:uppercase;
        color:#fff;
        line-height:13px;
}
h1,h2,h3,h4,h5{
	text-align:left;
}

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

/***** Global Classes *****/
.disclaimer{font-size:12px; 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-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-family: Georgia,"Times New Roman",Times,serif;
     font-size: 22px;
     padding: 0 5px 10px 0;
    }
    dd {
     vertical-align:bottom;
     font-size: 14px;
     padding-bottom: 10px;
     padding-left:30px;
     vertical-align: bottom;
    }
    .question{
       color:#003668;
    }
    .q {
        color: #81ADCF;
    }

    .answer {
        color: #F18C24;
    }

    .header_grey_caps {
        color: #003668;
        font-family: arial,helvetica,sans-serif;
        font-size: 14px;
        padding-bottom: 5px;
        vertical-align: bottom;
    }
/* -----------------------------------*/
/* ---------->>> 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{
            max-height:40px;
        }
        #signup_login #buttons{
            margin-top:5px;
        }
        #contact_btn{
            display:none;
        }
        .myhidden-phone{
            width:820px;
        }
        .sf-menu a {
            font: 13px Arial, sans-serif;
            line-height: 18px;
        }
		.sf-menu > li > a span{
            padding:10px 12px;
            font-size:13px;  
        }

        .tp-leftarrow.default, .tp-rightarrow.default {
            display: none;
        }
      
        .headline2_content_home{
            padding-left:15%;
        }
        .headline2_content_home{
            padding-top:0px;
        }
	}



/* #Tablet (Portrait)
   ========================================================================== */

@media (max-width: 979px) {

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

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

    
    #mobile-menu {
        position: relative;
        top:0px;
        width:100%;
        z-index: 5000;
    }
    #mobile-menu-trigger {
        position: absolute;
        top: 20px;
        right:20px;
        display: block;
        margin-top: 0;
        z-index: 1000;
        color:#fff;
        margin: 0px 0px 0px 0px !important;
    }
    #mobile-menu-trigger i{
        color:#e18f5f;
    }
    #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;
    }

    /* #Mobile home page */

    .hm-pg-main-content-wrapper {
        background:#fff;
        position: relative;
        margin-top: 90vh;
        z-index: 10;
    }


    #homebanner_mobile{
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        width: 100% !important;
        height: 100vh;
        background-image: url(/images/bg-mobile-header.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;
    }

    .hm-pg-main-content-wrapper .row{padding:0px 40px;}

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


    #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: 'open_sansbold', sans-serif;
    }       

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

        @media (max-width: 500px) {
            #homebanner_mobile h2{
                font-size: calc(2.1em + 1vw);
            }
            #homebanner_mobile h3{
                font-size: calc(1.6em + 1vw);
            }        
        }

    #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: 20px;
        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: 11px 25px 11px 25px;
        box-sizing:border-box;
        font-family: 'Source Sans Pro', Arial, sans-serif;
    }
        @media (max-width: 680px) {
            .mob_button {
                left: 0;
                margin: auto;
                position: fixed;
                right: 0;
                bottom:20px;
            }
            .mob_button .button {
                width: 35%;
            }
        }
    .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;}

    #homebanner_mobile_intro p{font-size:16px;padding:0px 50px;}

    #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(2.2em + 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;
    }   

        .display-mobile{
            display: block;
        }
        body {
            background: none;
            background-color: #fff;
        }        
        #wrapper {margin-bottom: 0px !important;background-image:none;}
        #header {height:auto;}

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

        #mobile-menu-trigger {
            display: block;
            margin: 28px 0px 20px 0px;
        }

        .sf-menu{
            display: none;
        }

       #signup_login #login{}

        #social_sm{float:left;text-align: left;max-width:200px;margin-top:3px;}
        #social_sm img{vertical-align: middle}

        #signup_login #buttons{display: inline !important;}

        #login-form {
            margin-top:20px;
            min-height: 300px;
        }
        #MobileEventSection [class*="span"]{
            width:100%;
        } 
        #MobileEventSection div{
            display:block;
            width:100%;
            float:none;
            text-align: center;
            margin-left:0px;
        }
        #MobileEventSection a{
            text-align:center;
            margin:0px auto;
        }
        #MobileEventSection img{
            margin:0px;
            text-align:center;
            width:100% !important;
            max-width:340px !important;
           }
        .headline2_content_home{
            padding-left:0%;
        }
        .headline2_news div{
            position:absolute;
            top:25%;
            left:0%;
        }

        .fullwidthbanner-container, .fullwidthbanner-container div{
            display: none;
        }

        #instagram{
            padding-left:0px !important;
        }
        .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:2px;
        }

        #footer-middle{
            display:none;
        }

        #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 { padding: 0 40px; }

        .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 only 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;
        }
	}
    @media screen and (max-width: 660px){
        .headline2 {
            font-size: 18px;
            line-height: 22px;
        }
    }

    @media only 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;}

        #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{display: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;
        }


  }
