*:focus {
    outline: none;
}

html body{
	height: 100%;
    position: relative;
    background-color: #f1f1eb;
    font-family: 'Lato',sans-serif;
    -webkit-font-smoothing: antialiased;
}

body{
	font-size: 14px;
    line-height: 1.5;
    color: #333;
}

.gz-header{
	z-index: 4;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 60px;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;

    background-color: rgba(255,255,255,0.8);
}

.navbar-brand{
    padding: 7px 15px 7px 25px;
}

.jumbotron{
    background-color: transparent;
}

@keyframes shaking {
    0% {
        top: 0px;
    }
    50% {
        top: 20px;
    }
    100% {
        top: 0px;
    }
}
.bg-white{
    background-color: #fff;
}

.next-navigate a{
    color: inherit;
}

.shaking-scope {
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 70px;
}
.shaking-arrow {
    position: absolute;
    top: 0px;
    font-size: 32px;
    width: 100%;
    height: 40px;
    display: block;
    left: 0;

    x-transition: all 0.7s ease-in-out;
    animation: shaking 1.4s infinite;
}
.external-link-text{
    font-size: 1.1em;
    padding-right: 0.4em;
}
.masthead{
    height: 100vh;
    min-height: 650px;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}
.masthead h1{
    font-size: 42px;
}
.video-wrap{
    position: absolute;
    top: 0;
    width:100%;
    height: 100%;
    z-index: -100;
}
.video-wrap video{
    z-index: 1;
    width: 100%;
    height: 100%;
}
.video-overlay{
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(241,241,235,0.65);
    position: absolute;
    top:0;
}
.d-flex{
    display: flex !important;
}
.my-auto{
    margin-bottom: auto !important;
    margin-top: auto !important;
}

section h1{
    font-size: 40px;
}
section#extension{
    background-color: #fff;
    height: 450px;
}
section#extension img{
    min-height: 60px;
    height: 10vh;
    width: auto;
}
section#extension .container{
    margin-bottom: 10px;
}

section#features{
    height: 480px;
}

section#features i{
    font-size: 72px;
    background: -webkit-linear-gradient(to left, #7b4397, #dc2430);
    background: linear-gradient(to left, #7b4397, #dc2430);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}

section#supportus{
    /*background-color: #fff;*/
    height: 360px;
}
section#supportus img{
    /*min-height: 80px;*/
    height: 12vh;
    width: auto;
}

.feature-item{
    background: #fff;
    margin-top: 30px;
    padding: 50px 30px 50px;
    position: relative;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 20px;
    box-shadow: 0 2px 14px 0 rgba(0,0,0,0.1);
    height: 300px;
}
.feature-item h2{
    margin-bottom: 20px;
}
.feature-item p{
    font-size: 16px;
}

section a:hover, .next-navigate a:hover, 
section a:focus, .next-navigate a:focus, 
section a:active, .next-navigate a:active, 
section a.active, .next-navigate a.active{
    text-decoration: none;
}

a.disabled{
    pointer-events: all;
    cursor: not-allowed;
    opacity: 0.4;
    display: inline-block;
}

span.remove-line{
    text-decoration:line-through;   
}

.full {
    width: 100%;    
}
.gap {
    height: 30px;
    width: 100%;
    clear: both;
    display: block;
}
.footer {
    background: #EDEFF1;
    height: auto;
    padding-bottom: 30px;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #DDDDDD;
}
.footer p {
    margin: 0;
}
.footer img {
    max-width: 100%;
}
.footer h3 {
    border-bottom: 1px solid #BAC1C8;
    color: #54697E;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    padding: 40px 0 10px;
    text-transform: uppercase;
}
.footer ul {
    font-size: 13px;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 15px;
    color: #7F8C8D;
}
.footer ul li{
    margin-bottom: 3px;
}
.footer ul li a {
    padding: 0 0 5px 0;
    /*display: block;*/
}
.footer ul.credit-ul li span{
    padding-right: 4px;
    font-weight: 600;
    font-size: 14px;
}
.footer a {
    color: #78828D
}

.bg-gray {
    background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);
    box-shadow: 0 1px 0 #B4B3B3;
}

.footer-bottom {
    background: #E3E3E3;
    border-top: 1px solid #DDDDDD;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer-bottom p.pull-left {
    padding-top: 6px;
}

/* overrides */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover{
    background-color: #f0f0f0;
}
