body {
    position: relative;
    overflow-x: hidden;
}
@media only screen and (max-width: 768px) {
    .login-pageeq {
        overflow-y: scroll !important;
    }
}

html, body {
    height: 100%;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: transparent;
}

/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/
#login-content {
    /*width:30%;*/
}

#login-panel {
    width: 30%;
}

/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(250,250,250,.8);
    z-index: 1;
}


/* The overlay effect - lays on top of the container and over the image */
.loginoverlay {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5); /* Black see-through */
    width: 100%;
    /*transition: .5s ease;*/
    opacity: 0.5;
   min-height: calc(100vh);
}

.login-overlay {
    /*background: linear-gradient(45deg, rgb(0, 0, 0), rgba(0, 0, 0, 0.5) 100%);
        background: -webkit-linear-gradient(45deg, rgb(0, 0, 0), rgba(0, 0, 0, 0.5) 100%);*/
    position: absolute;
    background-color: rgba(0,0,0,0.7);
    /*top: 70px;*/
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 100vh;
    width: 100%;
    z-index: 2;
    /*opacity: 0.5;*/
}


.login-main .btn {
    padding: 0.8rem 1rem;
}


.quote-image {
    background: #fff;
    /*border: 5px solid #0a70bc;*/
    border-radius: 50%;
    display: block;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 50px;
    margin: 0 auto;
    /*box-shadow: 0 6px 12px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);*/
    box-shadow: 0 6px 12px 0 rgba(0,0,0,.4), 0 2px 10px 0 rgba(0,0,0,.2);
}

    .quote-image .fa {
        color: #0a70bc;
        font-size: 35px;
        margin-top: 30%;
    }

#quick-quote {
    width: 35%;
    margin: 0 auto;
}

/*h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}*/

#login-wrapper {
    height: 100%;
    /*background-color: #fff;*/
    width: 100%;
    height: 100%;
    /*background-position: center top;
    background-size: auto;*/
    background: -webkit-radial-gradient(60% 5%, farthest-corner, #0a70bc, #010066); /* Safari */
    background: -moz-radial-gradient(60% 5%, farthest-corner, #0a70bc, #010066); /* For Firefox */
    background: radial-gradient(farthest-corner at 60% 5%, #0a70bc, #010066); /* Standard syntax */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /*background-image: url('Images/background.jpg');*/
    /*background-image: url('Images/login-bg.png');*/
    /*background-color: #0a70bc;*/
    /*background-position: center;*/
    background-repeat: repeat;
}

#login-aside {
    top: 20% !important;
}

.ca-menu {
    padding: 0;
    width: 100px;
    font-family: 'Dosis', sans-serif;
}

    .ca-menu li {
        width: 80px;
        height: 60px;
        overflow: hidden;
        position: relative;
        float: left;
        -webkit-transition: all 400ms linear;
        -moz-transition: all 400ms linear;
        -o-transition: all 400ms linear;
        -ms-transition: all 400ms linear;
        transition: all 400ms linear;
        margin: 5px;
        margin-left: 5px !important;
    }

        .ca-menu li:hover {
            width: 120px;
            height: 110px;
            border: 5px solid #efefef;
            background: #fff;
            border-color: #de6a00;
            box-shadow: 0 45px 60px -50px #000000;
            /*-webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);*/
        }

#login-panel {
    margin: 0 auto;
}

#login-row {
    height: 100%;
    overflow: hidden;
    margin-bottom: -87px;
}

.push-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    /*top: 98%;*/
}

@media (max-width: 768px) {
    .ca-menu {
        width: 400px;
    }

        .ca-menu li {
            width: 110px;
            height: 110px;
            margin: 4px !important;
        }

    #login-image {
        display: none !important;
    }

    #login-aside {
        top: 0 !important;
    }

    #main-login {
        top: -130px;
    }

    #login-panel {
        width: 80%;
    }

    #login-row {
        margin-bottom: 50% !important;
    }

    .form-control-feedback {
        z-index: unset;
    }

    #quick-quote {
        width: 100% !important;
        bottom: -25% !important;
    }

    #flyout {
        top: 100px !important;
    }
}

/*.ca-menu li {
    width: 120px;
    height: 120px;
    border: 10px solid #efefef;
    overflow: hidden;
    position: relative;
    float: left;
    background: #fff;
    margin-right: 4px;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);    
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}*/

.ca-menu li:last-child {
    margin-right: 0px;
}

.ca-menu li a {
    /*text-align: left;*/
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
    /*-moz-box-shadow:0px 0px 3px #000000;
   -webkit-box-shadow:0px 0px 3px #000000;
   box-shadow:0px 0px 3px #000000;*/
}
.ca-menu li:hover a {
    height: 0;
}

/*.ca-icon {
    font-family: 'fontawesome', cursive;
    font-size: 40px;
    color: #f6f6f6;
    line-height: 60px;
    position: absolute;
    width: 100%;
    height: 60px;
    left: 0px;
    top: 0px;
    text-align: center;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}*/
.ca-icon {
    font-family: 'fontawesome', cursive;
    /* font-size: 40px; */
    color: #f6f6f6;
    /* line-height: 60px; */
    /* position: absolute; */
    width: 100%;
    height: 60px;
    left: 0px;
    top: 0px;
    text-align: center;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}

.ca-main {
    /*font-size: 15px;*/
    position: absolute;
    top: 65px;
    height: 80px;
    width: 170px;
    left: 50%;
    margin-left: -85px;
    opacity: 0.8;
    text-align: center;
}

.ca-sub {
    text-align: center;
    color: #000;
    position: absolute;
    top: 15%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
    width: 100%;
    height: 100%;
    top: 5% !important;
}
.ca-sub .form-control{
    height: 30px;
    font-size: 12px;
}

/*.ca-menu li:hover .ca-icon{
    color: #555;
    font-size: 60px;
}*/
.ca-menu li:hover .ca-icon {
    display: none;
}

.ca-menu li#li-download:hover {
    width: 135px !important;
    height: 125px !important;
}

.ca-menu li#li-call-u:hover {
    width: 180px !important;
    height: 135px !important;
}

.ca-menu li#li-call-us:hover {
    width: 130px !important;
    height: 115px !important;
}

.ca-menu li:hover .ca-main {
    display: none;
}

.ca-menu li:hover .ca-sub {
    opacity: 0.8;
}

@import "compass/css3";

$main-color:#c55e00; $text-color:#fff; @mixin transition($speed) {
    -webkit-transition: all $speed ease;
    -moz-transition: all $speed ease;
    -ms-transition: all $speed ease;
    -o-transition: all $speed ease;
    transition: all $speed ease;
}

@mixin border-radius($size) {
    -webkit-border-radius: $size;
    border-radius: $size;
}

@mixin rotate($direction) {
    -webkit-transform: rotate($direction);
    -moz-transform: rotate($direction);
    -ms-transform: rotate($direction);
    -o-transform: rotate($direction);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

@mixin gradient($color) {
    background: $color;
    background: -moz-radial-gradient(90% 50%, ellipse cover, lighten($color,15%) 0%, $color 75%);
    background: -webkit-gradient(radial, 90% 50%, 0px, 90% 50%, 75%, color-stop(0%,lighten($color,15%)), color-stop(75%,$color));
    background: -webkit-radial-gradient(90% 50%, ellipse cover, lighten($color,15%) 0%,$color 40%);
    background: -o-radial-gradient(90% 50%, ellipse cover, lighten($color,15%) 0%,$color 75%);
    background: -ms-radial-gradient(90% 50%, ellipse cover, lighten($color,15%) 0%,$color 75%);
    background: radial-gradient(ellipse at 90% 50%, lighten($color,15%) 0%,$color 75%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=lighten($color,15%), endColorstr=$color,GradientType=1);
}

.md-form .form-control {
    padding: .3rem 0 0.2rem 0 !important;
}
.md-form label {
    top: .4rem;
    font-size: 14px;
}
.login-form .intl-tel-input {
    margin-left: 2.5rem;
    width: -webkit-calc(100% - 5.1rem);
    width: calc(100% - 5.1rem);
}

.md-form .intl-tel-input.allow-dropdown input.form-control {
    width: calc(100% - 5.1rem);
}

.md-form .form-control {
    padding: .3rem 0 0.2rem 0 !important;
}

/*.md-form .prefix {
            top: -0.5rem;
        }*/

.md-form label {
    top: .4rem;
    font-size: 14px;
}

.md-form select {
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
    display: block !important;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ced4da;
    outline: 0;
    height: 38px;
    line-height: 2.9rem;
    width: 90%;
    font-size: 14px !important;
    /*margin: 0 0 .94rem 0;*/
    padding: 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-left: 2.4rem !important;
}

.md-form .intl-tel-input.allow-dropdown input,
.md-form .intl-tel-input.allow-dropdown input[type=text],
.md-form .intl-tel-input.allow-dropdown input[type=tel],
.md-form .intl-tel-input.separate-dial-code input,
.md-form .intl-tel-input.separate-dial-code input[type=text],
.md-form .intl-tel-input.separate-dial-code input[type=tel] {
    margin-left: 3rem;
}

.form-check-input[type=checkbox]:checked + label:before,
label.btn input[type=checkbox]:checked + label:before {
    border-right: 2px solid #c61869 !important;
    border-bottom: 2px solid #c61869 !important;
}

.md-form .intl-tel-input.allow-dropdown {
    margin-left: 2rem;
}
.md-form .prefix {
    font-size: 1.3rem;
    /*margin-top: 1rem;*/
}
.form-control {
    font-size: 14px;
}

h6 {
    line-height: 1.7;
}

.wd-120 {
    width: 120px;
}

@media (max-width: 740px) {
    .full-height,
    .full-height body,
    .full-height header,
    .full-height header .view {
        height: 1040px;
    }
}

.ei-mt-2 {
    margin-top: 2rem;
}

.ei-mt-1 {
    margin-top: 1rem;
}

.text-small {
    font-size: 85%;
}

.modal-70p {
    max-width: 70%;
}

.modal-60p {
    max-width: 60%;
}

.modal-35p {
    max-width: 35%;
}

.right-shot {
    width: 200px;
    position: absolute;
    top: 30%;
    right: 0px;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
}
.right-shot #findagent-button {
    position: absolute;
    /*top: 64px;*/
    right: -38%;
    border-bottom: 0;
    z-index: 300;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

    .right-shot #findagent-button .text {
        -webkit-border-radius: 7px 7px 0 0;
        border-radius: 7px 7px 0 0;
        padding: 5px 20px 5px 20px;
        opacity: 1;
        -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        transition: all 400ms ease;
        border-bottom: none;
        font-size: 18px;
    }

    #flyout h3 {
        margin: 0;
        color: #0075c9;
    }

    #flyout h4 {
        color: #fff;
        margin: 0 0 20px 0;
    }

   

    #flyout .btn-defult {
        background-color: #fff;
        border: none;
    }

    .flyoutActive {
        right: 0 !important;
        transition: all 400ms ease !important;
    }
