﻿.theme-dropdown .dropdown-menu {
    position: static;
    display: block;
    margin-bottom: 20px;
}

.theme-showcase>p>.btn {
    margin: 5px 0;
}

.theme-showcase .navbar .container {
    width: auto;
}

.modal-dialog.wide {
    /* new custom width */
    width: 60%;
}


/* hr lne */

.s_line {
    display: block;
    border: none;
    color: white;
    height: 1px;
    background: #ccc;
    background-color: #ccc;
}

.or-spacer {
    margin-top: 100px;
    margin-left: 100px;
    width: 400px;
    position: relative;
}

.or-spacer .mask {
    overflow: hidden;
    height: 20px;
}

.or-spacer .mask:after {
    content: '';
    display: block;
    margin: -25px auto 0;
    width: 100%;
    height: 25px;
    border-radius: 125px / 12px;
    box-shadow: 0 0 8px black;
}

.or-spacer span {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 100%;
    margin-bottom: -25px;
    left: 50%;
    margin-left: -25px;
    border-radius: 100%;
    box-shadow: 0 2px 4px #999;
    background: white;
}

.or-spacer span i {
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    border-radius: 100%;
    border: 1px dashed #aaa;
    text-align: center;
    line-height: 40px;
    font-style: normal;
    color: #999;
}


/* Custom CSS - Loans.com.au Branded (Need to remove branding and find it a better home) */

body {
    background-color: rgb(245, 245, 245);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: rgb(77, 77, 77);
}

#AppWizardContainer {
    margin: 0 auto;
    overflow: hidden;
}

#AppContentWrapper {
    padding-top: 101px;
}

#AppHeader {
    clear: both;
    padding: 13px 17px 13px 17px;
    display: block;
    background: rgb(255, 255, 255);
    text-align: right;
    z-index: 1000;
    width: 100%;
}

#AppHeader .logo-placeholder {
    height: 37px;
}

#AppNav .affix {
    background-color: rgb(235, 235, 235);
    padding: 20px 30px 5px;
    width: 100%;
    z-index: 1033;
    top: 91px;
}

.navbar-toggle {
    border: 2px solid transparent;
}


/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
    #AppNav .affix {
        background-color: rgb(235, 235, 235);
        height: 100%;
        width: 320px;
        padding: 46px 30px 0 30px;
    }
}

@media (max-width: 992px) {
    #AppNav .affix {
        display: none;
    }
}

#AppNav ul.nav {}

#AppNav ul.nav li,
#AppNav ul.nav li:hover {
    border-radius: 3px;
    background-color: rgb(224, 224, 224);
    margin-bottom: 1px;
}

#AppNav ul.nav>li>a:hover,
#AppNav ul.nav>li>a:focus {
    background: none;
}

#AppNav ul.nav li.valid {
    color: #363F31;
    background: -moz-linear-gradient(top, rgba(51, 137, 11, 0.3) 0%, rgba(54, 145, 12, 0.3) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(51, 137, 11, 0.3)), color-stop(100%, rgba(54, 145, 12, 0.3)));
    background: -webkit-linear-gradient(top, rgba(51, 137, 11, 0.3) 0%, rgba(54, 145, 12, 0.3) 100%);
    background: -o-linear-gradient(top, rgba(51, 137, 11, 0.3) 0%, rgba(54, 145, 12, 0.3) 100%);
    background: -ms-linear-gradient(top, rgba(51, 137, 11, 0.3) 0%, rgba(54, 145, 12, 0.3) 100%);
    background: linear-gradient(to bottom, rgba(51, 137, 11, 0.3) 0%, rgba(54, 145, 12, 0.3) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4d33890b', endColorstr='#4d36910c', GradientType=0);
}

#AppNav ul.nav li.valid a {
    color: #468847;
}

#AppNav ul.nav>li.valid>a:hover,
#AppNav ul.nav>li.valid>a:focus {
    color: #468847;
    background: none;
}

#AppNav ul.nav li.active {
    color: #FFFFFF;
    background: #428BCA;
}

#AppNav ul.nav li.active a {
    color: #FFFFFF;
}

#AppNav ul.nav>li.active>a:hover,
#AppNav ul.nav>li.active>a:focus {
    background: none;
}

#AppNav ul.nav li.disabled {
    background-color: rgb(224, 224, 224);
}

#AppNav ul.nav li.disabled a {
    color: rgb(77, 77, 77);
}

#AppBody {
    max-width: 1000px;
    padding: 10px 15px 20px 15px;
}


/* Medium devices (desktops, 992px and up) */

@media (min-width: 979px) {
    #AppBody {
        margin-left: 340px;
        /*padding: 10px 0 20px 0;*/
    }
}

.requiredStar {
    color: #ff0000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-align: left;
}

h1 {
    font-size: 30px;
    font-weight: bold;
    color: rgb(77, 77, 77);
    letter-spacing: -0.5px;
}

h2 {
    font-size: 24px;
    font-weight: bold;
    color: rgb(77, 77, 77);
}

h3 {
    font-size: 16px;
    font-weight: bold;
    color: rgb(77, 77, 77);
    margin: 0 0 10px 0;
}


/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {}
}

label {
    font-weight: normal;
}

.btn-default,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(238, 237, 237, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(238, 237, 237, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(238, 237, 237, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(238, 237, 237, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(238, 237, 237, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(238, 237, 237, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeded', GradientType=0);
}

.btn,
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    width: 114px;
}

.btn-success {
    background: none;
    background-color: green;
}

.btn-info.btn-xs {
    background-image: -webkit-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
    background-image: -o-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
    background-image: linear-gradient(to bottom, #5bc0de 0, #2aabd2 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #28a4c9;
}

.btn-grey,
.btn-grey:hover,
.btn-grey:focus,
.btn-grey:active,
.btn-grey.active {
    border-radius: 3px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 116px;
    padding: 10px 0 10px 0;
}

.btn:disabled,
.btn[disabled] {
    background-color: #E0E0E0;
    background-image: none;
}

.btn-toggle,
.btn-toggle:hover,
.btn-toggle:focus,
.btn-toggle:active {
    background: rgb(189, 189, 189);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0 none;
    border-radius: 3px;
    font-size: 16px;
    font-weight: normal;
    color: rgb(255, 255, 255);
    text-align: center;
    width: 96px;
    padding: 6px 0 6px 0;
}

.btn-toggle.active {
    background: rgb(51, 137, 11);
    background: -moz-linear-gradient(top, rgba(51, 137, 11, 1) 0%, rgba(54, 145, 12, 1) 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(51, 137, 11, 1)), color-stop(99%, rgba(54, 145, 12, 1)));
    background: -webkit-linear-gradient(top, rgba(51, 137, 11, 1) 0%, rgba(54, 145, 12, 1) 99%);
    background: -o-linear-gradient(top, rgba(51, 137, 11, 1) 0%, rgba(54, 145, 12, 1) 99%);
    background: -ms-linear-gradient(top, rgba(51, 137, 11, 1) 0%, rgba(54, 145, 12, 1) 99%);
    background: linear-gradient(to bottom, rgba(51, 137, 11, 1) 0%, rgba(54, 145, 12, 1) 99%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#33890b', endColorstr='#36910c', GradientType=0);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0 none;
    border-radius: 3px;
    font-size: 16px;
    font-weight: normal;
    color: rgb(255, 255, 255);
    text-align: center;
    width: 96px;
    padding: 6px 0 6px 0;
}

.progress-text {
    font-size: 14px;
    font-weight: bold;
    color: rgb(77, 77, 77);
    line-height: 10px;
}

.progress {
    background: rgb(191, 191, 191);
    background: -moz-linear-gradient(top, rgba(191, 191, 191, 1) 0%, rgba(209, 209, 209, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(191, 191, 191, 1)), color-stop(100%, rgba(209, 209, 209, 1)));
    background: -webkit-linear-gradient(top, rgba(191, 191, 191, 1) 0%, rgba(209, 209, 209, 1) 100%);
    background: -o-linear-gradient(top, rgba(191, 191, 191, 1) 0%, rgba(209, 209, 209, 1) 100%);
    background: -ms-linear-gradient(top, rgba(191, 191, 191, 1) 0%, rgba(209, 209, 209, 1) 100%);
    background: linear-gradient(to bottom, rgba(191, 191, 191, 1) 0%, rgba(209, 209, 209, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#bfbfbf', endColorstr='#d1d1d1', GradientType=0);
}

.progress-bar {
    background: rgb(236, 1, 139);
    background: -moz-linear-gradient(top, rgba(236, 1, 139, 1) 0%, rgba(234, 24, 119, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(236, 1, 139, 1)), color-stop(100%, rgba(234, 24, 119, 1)));
    background: -webkit-linear-gradient(top, rgba(236, 1, 139, 1) 0%, rgba(234, 24, 119, 1) 100%);
    background: -o-linear-gradient(top, rgba(236, 1, 139, 1) 0%, rgba(234, 24, 119, 1) 100%);
    background: -ms-linear-gradient(top, rgba(236, 1, 139, 1) 0%, rgba(234, 24, 119, 1) 100%);
    background: linear-gradient(to bottom, rgba(236, 1, 139, 1) 0%, rgba(234, 24, 119, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ec018b', endColorstr='#ea1877', GradientType=0);
}

.progress-bar-success {
    background: rgb(51, 137, 11);
    background: -moz-linear-gradient(top, rgba(51, 137, 11, 1) 0%, rgba(54, 145, 12, 1) 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(51, 137, 11, 1)), color-stop(99%, rgba(54, 145, 12, 1)));
    background: -webkit-linear-gradient(top, rgba(51, 137, 11, 1) 0%, rgba(54, 145, 12, 1) 99%);
    background: -o-linear-gradient(top, rgba(51, 137, 11, 1) 0%, rgba(54, 145, 12, 1) 99%);
    background: -ms-linear-gradient(top, rgba(51, 137, 11, 1) 0%, rgba(54, 145, 12, 1) 99%);
    background: linear-gradient(to bottom, rgba(51, 137, 11, 1) 0%, rgba(54, 145, 12, 1) 99%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#33890b', endColorstr='#36910c', GradientType=0);
}

.spin {
    margin-left: 10px;
}

.spin img {
    width: 20%;
    height: auto;
}

.spin-active {
    color: #fff;
    background: rgba(128, 128, 128, 0.68) !important;
    border-color: #2e6da4;
    width: 130px !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.alert-success {
    background: #31C9AC;
    color: #FFFFFF;
    border: 0 none;
    padding: 10px;
}

.alert-success .alert-link {
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: normal;
}

.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }
    to {
        transform: scale(1) rotate(360deg);
    }
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

#titles {
    position: absolute;
    width: 18em;
    height: 50em;
    bottom: 0;
    left: 50%;
    margin-left: -9em;
    font-size: 350%;
    font-weight: bold;
    text-align: justify;
    overflow: hidden;
    transform-origin: 50% 100%;
    -webkit-transform: perspective(300px) rotateX(25deg);
    transform: perspective(300px) rotateX(25deg);
}

#titles:after {
    position: absolute;
    content: ' ';
    left: 0;
    right: 0;
    top: 0;
    bottom: 60%;
    background-image: linear-gradient(top, rgba(0, 0, 0, 1) 0%, transparent 100%);
    pointer-events: none;
}

#titlecontent {
    position: absolute;
    top: 100%;
    -webkit-animation: scroll 100s linear 4s infinite;
    animation: scroll 100s linear 4s infinite;
}

@keyframes scroll {
    0% {
        top: 100%;
    }
    100% {
        top: -170%;
    }
}

.declaration-scroll-box {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 250px;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 4px;
    padding: 10px;
}


/*nnavigation*/

.logo {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    float: left;
}

.logo.small {
    display: none;
}

@media (min-width: 768px) and (max-width: 1216px) {
    .logo {
        display: none;
    }
    .logo.small {
        display: block;
    }
}

@media (min-width: 320px) and (max-width: 768px) {
    .logo {
        display: none;
    }
    .logo.small {
        display: block;
    }
}

.abs .navbar {
    background: none !important;
    border: none !important;
    margin: 27px 0 11px;
    height: 29px;
}

.abs .navbar-nav>li>a:hover,
.abs .dropdown-menu>li>a:hover .abs .navbar-nav>li>a {
    padding: 10px 13px 10px;
    line-height: 20px;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    color: #a9a9a9 !important;
}

.abs .navbar {
    background: none !important;
    border: none !important;
}

.navbar-default {
    box-shadow: none !important;
}

.abs .navbar-default .navbar-nav>li>a,
.bottom-box,
.bottom-box .navbar-nav>li>a {
    text-shadow: none;
    font-size: 17px;
    border-radius: 0;
}

.abs .navbar-nav>li>a:hover,
.dropdown-menu>li>a:hover {
    color: #1285A6 !important;
}

.abs .navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border: none;
    background: #000;
}

.abs .navbar {
    background: none !important;
    border: none !important;
}

.abs .navbar-default {
    box-shadow: none !important;
}

.abs .navbar-default .navbar-nav>li>a,
.bottom-box,
.bottom-box .navbar-nav>li>a {
    text-shadow: none;
    font-size: 17px;
    border-radius: 0;
}

.abs .navbar-nav>li>a:hover,
.dropdown-menu>li>a:hover {
    color: #1285A6 !important;
}

.abs .navbar-default .navbar-nav>.active>a,
abs .navbar-default .navbar-nav>.open>a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}

.abs .navbar-default .navbar-nav>.active>a,
.abs .navbar-default .navbar-nav>.open>a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}

a.header-btn {
    color: #a9a9a9;
    border: 1px solid rgba(255, 255, 255, .5);
    width: auto;
    padding: 6px 22px !important;
    display: block;
    position: relative;
}

.abs .navbar-default {
    box-shadow: none !important;
}

.abs .navbar-default .navbar-nav>li>a,
.abs .bottom-box,
.abs .bottom-box .navbar-nav>li>a {
    text-shadow: none;
    font-size: 17px;
    border-radius: 0;
}

.abs .navbar-nav>li>a:hover,
.abs .dropdown-menu>li>a:hover {
    color: #1285A6 !important;
}

a.header-btn {
    color: #a9a9a9;
    border: 1px solid rgba(255, 255, 255, .5);
    width: auto;
    padding: 6px 22px !important;
    display: block;
    position: relative;
}

.abs .navbar-default .navbar-nav>.active>a,
.abs .navbar-default .navbar-nav>.open>a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}

.abs span.login-text {
    position: relative;
    margin: auto;
    height: 16px;
    line-height: 18px;
    text-align: center;
    width: auto;
    white-space: nowrap;
}

.abs .dropdown-menu {
    background-color: #333;
    border: 1px solid #bbb;
    border-radius: 0;
    box-shadow: none;
}

.abs .caret {
    margin-left: 0;
}

.abs .nav-button {
    margin: 0 10px;
}

.abs .navbar-default .navbar-nav>li>a {
    padding: 10px 13px 10px;
    line-height: 20px;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    color: #a9a9a9 !important;
}

.abs .logo {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    float: left;
}

@media screen and (min-width: 768px) {
    .abs .dropdown:hover .dropdown-menu,
    .abs .btn-group:hover .dropdown-menu {
        display: block;
    }
    .abs .dropdown-menu {
        margin-top: 0;
    }
    .abs .dropdown-toggle {
        margin-bottom: 2px;
    }
    .abs .navbar .dropdown-toggle,
    .abs .nav-tabs .dropdown-toggle {
        margin-bottom: 0;
    }
}

.abs .dropdown-menu>li>a {
    color: #a9a9a9;
}

.abs .dropdown-menu>li>a:focus,
.abs .dropdown-menu>li>a:hover {
    color: #1285A6;
    text-decoration: none;
    background: none;
}


/*end header*/

@media (min-width: 1200px) {
    .abs .container-fluid {
        width: 1423px;
    }
}

#AppHeader.abs {
    background-color: #000 !important;
    padding: 0 !important;
}

.AppContentWrapper3 {
    padding-top: 63px !important;
}

.btn-auto-width {
    width: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.paleblue {
    background: #00bde7 !important;
}

@media(min-width:320px) and (max-width:480px) {
    #AppHeader,
    #AppNav {}
    #AppBody {
        padding-top: 0;
    }
}

a.header-btn {
    color: #a9a9a9;
    border: 1px solid rgba(255, 255, 255, .5);
    width: auto;
    padding: 6px 22px !important;
    display: block;
    position: relative;
}

@media (max-width: 910px) {
    .container-fluid>.navbar-collapse {
        margin-right: -15px !important;
        margin-left: -15px !important;
    }
}

@media (max-width: 910px) {
    #AppNav .affix {
        display: none;
    }
    .dropdown-menu>li>a {
        white-space: normal;
    }
    a.header-btn {
        text-align: left;
        border: none;
    }
    .navbar-nav {
        margin: 7.5px 0;
    }
    a.header-btn {
        padding: 0px 0 0 3px !important;
    }
    .dropdown-menu>li>a {
        font-size: 18px;
    }
    .logo.small {
        margin-left: 15px;
    }
    .navbar-toggle {
        margin-top: 0;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
        text-align: left;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media (max-width: 992px) {
    .text-right {
        text-align: left !important;
    }
    .margin-bottom-15 {
        margin-bottom: 15px;
    }
    .row.brokerage .col-xs-4 {
        width: 50%;
    }
}

@media (min-width:320px) and (max-width:978px) {
    /*.CMSWebParts_Firstmac_Content_LiveChat_img,*/
    p.disclaimer {
        display: none;
    }
    p.mobile-disclaimer {
        font-size: 12px;
        font-style: italic;
    }
}

/*.CMSWebParts_Firstmac_Content_LiveChat_holder_show {
    display: block;
}

.CMSWebParts_Firstmac_Content_LiveChat_img {
    position: fixed;
    right: 22px;
    bottom: 0;
    visibility: visible;
    z-index: 2147483698;
    border: 0px;
    float: left;
    margin-right: -10px;
    backface-visibility: hidden;
    opacity: 1;
    background: #ffd73b;
    opacity: 1;
    width: 290px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.CMSWebParts_Firstmac_Content_LiveChat_holder {
    position: relative;
}

.CMSWebParts_Firstmac_Content_LiveChat_close-btn {
    position: absolute;
    right: 7px;
    top: 8px;
    height: 20px;
    width: 20px;
}

.CMSWebParts_Firstmac_Content_LiveChat_holder a.lc-trigger {
    display: block;
    padding: 15px;
}

.CMSWebParts_Firstmac_Content_LiveChat_text {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 22px;
    font-size: 24px;
    font-weight: bold;
    line-height: 22px;
    left: 96px;
    color: #262629;
}

.CMSWebParts_Firstmac_Content_LiveChat_text-thin {
    font-weight: normal;
}

.CMSWebParts_Firstmac_Content_LiveChat a.lc-trigger {
    font-size: 16px;
    color: #FFF;
}

.CMSWebParts_Firstmac_Content_LiveChat_holder_hide {
    display: none;
}*/

/*@media screen and (max-width:460px) {
    .CMSWebParts_Firstmac_Content_LiveChat_img {
        width: 100%;
        right: 0;
        left: 0;
        border-radius: 0;
    }
}*/

/*@media screen and (max-width:460px) {
    .CMSWebParts_Firstmac_Content_LiveChat_img {
        width: 50px;
        right: 19px;
        left: auto;
    }
    .CMSWebParts_Firstmac_Content_LiveChat_close-btn img {
        width: 13px;
        height: 13px;
    }
    .CMSWebParts_Firstmac_Content_LiveChat_text-chat {
        font-weight: bold;
        font-size: 15px;
    }
    .CMSWebParts_Firstmac_Content_LiveChat_close-btn {
        top: 8px;
    }
    .CMSWebParts_Firstmac_Content_LiveChat_text {
        height: auto;
        font-size: 11px;
        line-height: 12px;
        left: 8px;
        bottom: 5px;
        top: auto;
    }
    .CMSWebParts_Firstmac_Content_LiveChat_holder {
        height: 60px;
    }
    .CMSWebParts_Firstmac_Content_LiveChat_holder a.lc-trigger {
        height: 60px;
    }
    .lc-trigger img {
        display: none;
    }
}*/


/* New Loading screen  */

@-webkit-keyframes myfirst {
    0% {
        background-color: #ea1677;
    }
    50% {
        background: #F4EDF0;
    }
    100% {
        background: #d30b67;
    }
}

.linePulse {
    /*     -webkit-animation: myfirst 2s infinite;
    width: 100%;
    height: 3px;
    margin: 26px 0;
    background-color: #ccc; */
}

.pulseCont h1 {
    font-weight: bold;
    font-size: 39px;
    margin-bottom: 23px;
}

.pulseCont h1 span {
    font-weight: bold;
    color: #ea1677;
}

.pulseCont p {
    font-weight: bold;
}

.vcenter {
    display: table-cell;
    vertical-align: middle;
    float: none!important;
}

@media (max-width:992px) {
    .vcenter {
        float: left!important;
        text-align: center!important;
    }
    .mainCont .col-xs-12.left {
        text-align: center;
    }
    #goodbyePaperworkModal h1 {
        text-align: center;
    }
}

.vcenter.left img {
    padding-top: 12px;
}

@media (max-width:414px) {
    .vcenter.left img {
        width: 53%!important;
    }
    .pulseCont h1 {
        font-size: 33px;
    }
}

.linePulse {
    width: 100%;
    height: 5px;
    color: #fff;
    background: linear-gradient(90deg, #Ffffff, #F4EDF0, #ea1677, #F4EDF0, #Ffffff);
    background-size: 150% 150%;
    -webkit-animation: Gradient 4s ease infinite;
    -moz-animation: Gradient 4s ease infinite;
    animation: Gradient 4s ease infinite;
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 250%
    }
    100% {
        background-position: -600% 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0% 250%
    }
    100% {
        background-position: -600% 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 250%
    }
    100% {
        background-position: -600% 50%
    }
}


/*
@keyframes Gradient {
  0% {
      background-position: 0% 50%
  }
  50% {
      background-position: 100% 50%
  }
  100% {
      background-position: 0% 50%
  }
}
*/


/* end New Loading screen  */