


/* ----------------------------------------------------------
   
   #scrollUp
   
   ---------------------------------------------------------- */

   #scrollUp {
    position: fixed;
    bottom: 50px;
    right: 15px;
    z-index: 1000;
}

#scrollUp a {
    width: 60px;
    height: 60px;
    display: block;
    color: #fefefe;
    background: #1b4671;
    border: none;
    text-align: center;
    z-index: 11;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: relative;
    z-index: 1;
}

#scrollUp a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-family: 'Font Awesome 6 pro';
    content: "\f106";
    content:"△";
    font-size: 22px;
    line-height: 58px;
}

#scrollUp a:hover {
    -webkit-transform: translate(0px, -10px);
    -moz-transform: translate(0px, -10px);
    -o-transform: translate(0px, -10px);
    -ms-transform: translate(0px, -10px);
    transform: translate(0px, -10px);
}

@media only screen and (max-width: 800px) {
    #scrollUp a:hover {
        -webkit-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@media only screen and (maxawidth: 414px) {
    #scrollUp a {
        width: 50px;
        height: 50px;
    }

    #scrollUp a:before {
        font-size: 16px;
        line-height: 48px;
    }
}




/*--------------------------------------------------------------------------------*     - footer -* Eventually this should be in commmon.css (once all .tpl files extend common.tpl)* Currently some files extend master.tpl, some master_b4.tpl, some common.tpl**------------------------------------------------------------------------------*/
footer {
    background-color: #263146;
    color: #666;
    padding: 1em 0.5em;
    clear: both;
}

#footer-row-table {
    display: flex;
    justify-content: space-around;
    padding-bottom: 25px;
    padding-top: 35px;
}

.footer-section {
    vertical-align: top;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}

.footer-section li {
    float: none !important;
    margin-left: 0 !important;
    padding: 0.15rem 0 !important;
}

footer .nav {
    display: block !important;
}

footer h5 {
    font-size: 1.1rem;
    color: white;
    font-weight: 600;
    margin-bottom: 4px;
    font-weight: 400;
}

footer .nav-link,
#view-more-link {
    color: rgba(255, 255, 255, .8) !important;
    font-size: 1rem;
    font-weight: 100;
    float: none;
    padding: 1px 0;
    display: block
}

footer a.nav-link:hover,
#view-more-link:hover {
    color: #0088ce !important;
}




/* -----------------------------------------
2020.10.28
----------------------------------------- */

/* --------- .inner --------- */
.footer_inner {
    padding: 40px 5% 60px;
    overflow: auto;
}
@media only screen and (max-width: 738px) {
    .footer_inner {
        padding: 50px 5%;
    }
}

/*  .infoArea */
#footer .info_area {
    float: left;
    width: 30%;
}
#footer .info_area h1 {
    width: 230px;
    height: 120px;
    background: url(../../assets/images/common/logo_footer_white.svg) center center no-repeat;
    background-size: 180px 90px;
    display: block;
    position: relative;
    overflow: hidden;
    text-indent: -999px;
    z-index: 1003;
    margin: 0 auto;
}
#footer .info_area p {
    /* margin-bottom: 5px; */
    line-height: 1.3;
}
#footer .info_area .txt_area {
    margin-top: 5px;
    padding: 0 10% 0 1px;
    padding: 0;
    /* color: #08397b; */
    color: #fff;
    font-weight: 500;
}
#footer .info_area .txt_area p {
    font-size: 16px;
    line-height: 1.9;
    letter-spacing: 0.5px;
    font-feature-settings: "palt" 1;
    font-family: dnp-shuei-mgothic-std, sans-serif;
}
#footer .info_area .txt_area a {
    color: #fff;
}
#footer .info_area .txt_area a:hover {
    color:#ccc;
}

@media only screen and (max-width: 1180px) {
    #footer .info_area .txt_area p br {
        display: none;
    }
}
@media only screen and (max-width: 1024px) {
    #footer .info_area h1 {
        width: 180px;
        height: 50px;
        background-size: 180px 50px;
    }
}
@media only screen and (max-width: 900px) {
    #footer .info_area {
        float: none;
        width: 100%;
    }
    
    #footer .info_area h1 {
        width: 100%;
        height: 150px;
        background-size: 200px 104px;
    }
    
    #footer .info_area .txt_area {
        margin: 25px auto 0;
        padding: 0 7.5%;
        max-width: 600px;
    }
    
    #footer .info_area .txt_area p {
        font-size: 13px;
        line-height: 2;
    }
}
@media only screen and (max-width:736px) {
    #footer .info_area h1 {
        height: 50px;
        background-size: 180px 50px;
    }
    
    #footer .info_area .txt_area {
        margin: 25px auto 0;
        padding: 0 2.5%;
        font-size: 15px;
    }
    
    #footer .info_area .txt_area p {
        font-size: 15px;
        line-height: 1.8;
        letter-spacing: 2px;
    }

    #footer .info_area .txt_area p a{
        color:#fff;
    }
}
@media only screen and (max-width:736px) {
    #footer .info_area h1 {
        height: 110px;
        background-size: 200px 104px;
    }
}




    #footer .info_area .txt_phone{
        font-size:20px;
    }


/*  .right_area */
#footer .right_area {
    float: right;
    width: 66.666%;
}
@media only screen and (max-width: 900px) {
    #footer .right_area {
        float: none;
        width: 100%;
    }
}

/*  .sitemapArea */
#footer .sitemap_area {
    display: block;
    width: 100%;
    margin-top: 30px;
}
#footer .sitemap_area h3 {
    color: #ffffff;
    /* color: #464544; */
    font-size: 14px;
    /* font-family: 'Poppins', sans-serif; */
    /* font-weight: 600; */
    letter-spacing: 1px;
    text-align: left;
}
#footer .sitemap_area ul {
    display: block;
    list-style: none;
    font-size: 0;
    margin: -5px -2% 0;
    text-align: left;
    display: block;
}
#footer .sitemap_area ul li {
    display: inline-block;
    width: 28.333%;
    margin: 5px 1% 0;
    text-align: left;
    padding: 0 1%;
}
#footer .sitemap_area ul li a {
    color: #fff;
    display: block;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 50px;
    border-bottom: #fff 1px solid;
    position: relative;
    z-index: 1;
}
#footer .sitemap_area ul li a:before,
#footer .sitemap_area ul li a:after {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#footer .sitemap_area ul li a:before {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 100%;
    height: 0;
    content: "";
    border-bottom: transparent 1px solid;
    z-index: 0;
}
#footer .sitemap_area ul li a:hover:before {
    right: 0;
    border-color: #fefefe;
}
#footer .sitemap_area ul li a:after {
    position: absolute;
    top: 0;
    right: 0;
    color: #464544;
    color: #fff;
    font-family: 'themify';
    content: "\e6ad";
    content: ">";
    z-index: 1;
}
#footer .sitemap_area ul li a:hover:after {
    color: #fefefe;
    right: -5px;
}
@media only screen and (max-width: 900px) {
    #footer .sitemap_area {
        margin-top: 30px;
    }
    
    #footer .sitemap_area h3 {
        font-size: 14px;
        text-align: center;
    }
    
    #footer .sitemap_area ul li a {
        font-size: 13px;
    }
    
    #footer .sitemap_area ul li a:before {
        display: none;
    }
    
    #footer .sitemap_area ul li a:hover:after {
        color: #333;
        right: 0;
    }
}
@media only screen and (max-width:736px) {
    #footer .sitemap_area ul {
        margin: -5px -2.5% 0;
    }
    
    #footer .sitemap_area ul li {
        width: 45%;
        margin: 5px 1% 0;
    }
    
    #footer .sitemap_area ul li a {
        font-size: 11px;
    }
}

/* --------- .company_area --------- */
#footer .company_area {
    display: block;
    margin: 45px -2% 0px;
    padding: 45px 0 0;
    font-size: 0;
    position: relative;
    z-index: 0;
}


#footer .copyright {
    display: block;
    margin: 45px -2% 0px;
    padding: 2px 0 0;
    font-size: 0;
    position: relative;
    z-index: 0;
}

#footer .copyright p{
    color:#fff;
    text-align:right;
    padding: 20px 18px;
    font-size: 15px;
}

#footer .copyright:before {
    position: absolute;
    top: 0;
    left: 2%;
    right: 2%;
    height: 0;
    content: "";
    border-top: #f2f2f2 1px dotted;
    z-index: 1;
}

#footer .company_area:before {
    position: absolute;
    top: 0;
    left: 2%;
    right: 2%;
    height: 0;
    content: "";
    border-top: #333 1px dotted;
    z-index: 1;
}
#footer .company_box {
    display: inline-block;
    width: 29.333%;
    margin: 0 2%;
    position: relative;
    z-index: 1;
    text-align: center;
}

/* .cityArea */
#footer .company_box .cityArea {
    position: relative;
    z-index: 1;
}
#footer .company_box h3 {
    line-height: 1;
}
#footer .company_box h3.en {
    color: #f0f0f0;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: 0.5px;
}
#footer .company_box h3.jp {
    color: #f0f0f0;
    font-size: 12px;
    margin-top: 8px;
    font-weight: 700;
    letter-spacing: 1px;
}

/* .txtArea */
#footer .company_box .txtArea {
    margin-top: 15px;
}
#footer .company_box p.tel {
    color: #f0f0f0;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    line-height: 20px;
}
#footer .company_box p.tel span {
    color: #858585;
    font-size: 0.8em;
    font-weight: 500;
    vertical-align: 0;
}
#footer .company_box .linkArea {
    margin-top: 15px;
}
#footer .company_box a.btn {
    border-width: 1px;
}
#footer .company_box a.btnMail {
    margin: 0;
    line-height: 35px;
    font-size: 12px;
    border-color: #333;
    color: #fefefe;
}
#footer .company_box a.btnGoogle {
    margin: 5px 0 0;
    line-height: 35px;
    font-size: 12px;
    border-color: #333;
    color: #fefefe;
}
#footer .company_box a.btnMail:hover,
#footer .company_box a.btnGoogle:hover {
    color: #fefefe;
    background: #14357b;
    border-color: #14357b;
}
#footer .company_box a.btnMail:after,
#footer .company_box a.btnGoogle:after {
    content: "\e649";
    font-size: 15px;
    left: 15px;
    right: auto;
    font-weight: normal;
}
#footer .company_box a.btnMail:hover:after,
#footer .company_box a.btnGoogle:hover:after {
    left: 15px;
    right: auto;
}
#footer .company_box a.btnMail:after {
    content: "\e75a"
}
#footer .company_box a.btnGoogle:after {
    content: "\e693"
}
@media only screen and (max-width: 900px) {
    #footer .company_box h3.en {
        font-size: 18px;
    }
    
    #footer .company_box p.tel {
        font-size: 14px;
    }
    
    #footer .company_box a.btnMail {
        margin: 0;
        line-height: 35px;
        font-size: 12px;
    }
    
    #footer .company_box a.btnGoogle {
        margin: 5px 0 0;
        line-height: 35px;
        font-size: 12px;
    }
    
    #footer .company_box a.btnMail:hover {
        color: #fefefe;
        background: none;
        border-color: #333;
    }
    
    #footer .company_box a.btnGoogle:hover {
        color: #fefefe;
        background: none;
        border-color: #333;
    }
    
    #footer .company_box a.btnMail:after,
    #footer .company_box a.btnGoogle:after {
        font-size: 14px;
        left: 10px;
        line-height: 35px;
    }
    
    #footer .company_box a.btnMail:hover:after,
    #footer .company_box a.btnGoogle:hover:after {
        left: 10px;
    }
}
@media only screen and (max-width: 768px) {
    #footer .company_area {
        margin: 40px -2% 0;
        padding: 40px 0 0;
    }
    
    #footer .company_box h3.en {
        font-size: 18px;
        letter-spacing: 0.5px;
    }
    
    #footer .company_box h3.jp {
        font-size: 12px;
        margin-top: 8px;
    }
    
    #footer .company_box p.tel {
        font-size: 13px;
    }
    
    #footer .company_box .txtArea {
        margin-top: 10px;
    }
    
    #footer .company_box a.btnMail,
    #footer .company_box a.btnGoogle {
        line-height: 30px;
        font-size: 12px;
    }
    
    #footer .company_box a.btnMail:after,
    #footer .company_box a.btnGoogle:after {
        font-size: 13px;
        line-height: 30px;
    }




}
@media only screen and (max-width: 738px) {
    #footer .company_box h3.en {
        font-size: 15px;
    }
    
    #footer .company_box h3.jp {
        font-size: 12px;
        margin-top: 5px;
    }
    
    #footer .company_box .txtArea {
        margin-top: 5px;
    }
    
    #footer .company_box p.tel {
        font-size: 12px;
        letter-spacing: 0.5px;
    }
    
    #footer .company_box a.btnMail,
    #footer .company_box a.btnGoogle {
        font-size: 11px;
        letter-spacing: 0.5px;
    }
}
@media only screen and (max-width: 560px) {
    #footer .company_area {
        margin: 40px 0 0;
        padding: 35px 0 0;
    }
    
    #footer .company_area:before {
        left: 0;
        right: 0;
    }
    
    #footer .company_box {
        display: block;
        width: 100%;
        margin: 30px 0 0;
        position: relative;
        z-index: 0;
    }
    
    #footer .company_box:first-child {
        margin: 0;
    }
    
    #footer .company_box h3.en {
        font-size: 15px;
    }
    
    #footer .company_box h3.jp {
        font-size: 10px;
        margin-top: 5px;
    }
    
    #footer .company_box a.btnMail,
    #footer .company_box a.btnGoogle {
        display: inline-block;
        margin: 0 2%;
        width: 46%;
        max-width: 150px;
    }

	#footer .copyright p{
		color:#fff;
		text-align:center;
		padding:0 18px;
	}

    
}
@media only screen and (max-width: 320px) {
    #footer .company_box a.btnMail,
    #footer .company_box a.btnGoogle {
        line-height: 30px;
    }
    
    #footer .company_box a.btnMail:after,
    #footer .company_box a.btnGoogle:after {
        font-size: 12px;
        line-height: 30px;
    }
}



.nav-social {
    text-align: center;
    padding-bottom: 7px;
    padding-top: 10px;
}

.nav-social .nav-item {
    text-align: left;
}

.nav-social a {
    padding-right: 10px;
    padding-left: 10px;
}

.special-nav-social {
    display: inline-block;
    float: left;
    border-radius: 50%;
    margin-right: 1rem;
    color: #fff;
    margin-left: 2px;
    margin-right: 2px;
    width: 28px;
    height: 28px;
}

.nav-social li {
    line-height: 1.8;
}

.nav-social .nav-item {
    padding: 4px 0;
}

.nav-social .nav-link {
    padding: 1px 0px;
}

.nav-social img {
    width: 1.25rem;
}

.nav-social-text {
    text-align: left;
    margin-left: 40px;
}

#copyright {
    position: relative;
    margin-right: 7px;
}

#copyright a {
    color: white;
    font-size: 0.875rem;
    line-height: 1;
    font-weight: 400;
    display: inline-block;
    font-weight: 100;
}

#copyright em {
    color: white !important;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 100;
}

#copyright .bottom-container {
    bottom: 13px;
    position: absolute;
    width: 310px;
}

#copyright .nav-link {
    color: rgba(255, 255, 255, .8);
    font-size: 1rem !important;
    display: block;
    padding: 0.25rem 1rem !important;
}

#desktop-footer {
    display: none;
}

#footer-logo-mobile {
    width: 164px;
    margin-bottom: 5px;
}

.footer-spacer {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 0.75rem;
    color: white;
}

/*MOBILE FOOTER*/
#mobile-copyright {
    padding: 1rem 0;
    text-align: center;
}

#mobile-copyright a {
    color: white !important;
    font-size: 0.75rem;
    font-weight: 100;
}

#mobile-copyright em {
    color: white !important;
    font-size: 0.75rem;
    font-weight: 100;
}

.mobile-separator {
    padding-left: 5px;
    padding-right: 5px;
    color: white;
}

#mobile-nav-socal {
    padding-bottom: 0px;
}

#mobile-nav-socal .mobile-nav-socal-item {
    width: 22px;
    display: inline-block;
    margin: 4px 9px;
}

@media (min-width: 576px) {
    #footer-logo-mobile {
        width: 200px;
    }

    #mobile-nav-socal .mobile-nav-socal-item {
        width: 25px;
        margin: 0 14px;
    }

    #mobile-nav-socal {
        padding-bottom: 20px;
    }
}

@media (min-width: 768px) {}

@media (min-width: 992px) {
    #mobile-footer {
        display: none;
    }

    #desktop-footer {
        display: block;
    }

    #footer-logo-desktop {
        width: 250px;
        margin-bottom: 30px;
    }
}

@media (min-width: 1200px) {
    #footer-row-table {
        display: flex;
        justify-content: space-around;
        padding-bottom: 25px;
        padding-top: 35px;
    }
}

.ot-sdk-show-settings {
    color: #FFFFFF !important;
    border: none !important;
    font-size: 1rem !important;
    padding: 0.45rem 0.85rem !important;
    line-height: 1 !important;
    width: fit-content;
}

.ot-sdk-show-settings:hover {
    background: none !important;
    color: #0088ce !important;
}

.mobile-cookie-preferences {
    display: block;
    font-size: 0.75rem !important;
    width: auto;
    margin-bottom: 2rem;
}




 /* For screens smaller than tablet, dont show chat bubble */
 @media screen and (max-width: 600px) {

    #lhnHocButton {
        display: none;
        right: 14px !important;
        bottom: 15px !important;
        z-index: 2 !important;
    }
    .chat-person-bubble, .chat-glare {
        display: none;
    }
    .mobile-chat-bubble {
        background: url(assets/images/common/livechat/icon_chat_mobile.svg) no-repeat;
        width: 51px;
        height: 51px;
        position: relative;
    }
}

/************************************** Live Chat button/tab styles ***************************************/
div#lhnHelpOutCenter {
    width: 350px !important;
}

div#lhnHelpOutCenter.lhnWindow.lhnActive.circleButton {
    bottom: 0;
}

div#lhnHelpOutCenter.lhnWindow.lhnright {
    right: 24px;
}

/* window header */
#lhnHelpOutCenter div.lhnWindow-header * {
    font-family: Lato, sans-serif !important;
}

#lhnHelpOutCenter div.lhnWindow-header {
    background-color: #00B098;
}

#lhnHelpOutCenter div.lhnWindow-header div.lhnWindow-header-text {
    font-size: 20px;
    font-family: Lato, sans-serif !important;
    font-weight: 400;
    -webkit-font-smoothing: subpixel-antialiased;
}

#lhnHelpOutCenter div.lhnWindow-header div.lhnWindow-header-text h3 {
    font-weight: 400;
    letter-spacing: normal !important;
}

#lhnHelpOutCenter div.lhnWindow-header div.lhnWindow-header-text h3 span, #lhnHelpOutCenter div.lhnWindow-header div.lhnWindow-header-text h4 span {
    float: none !important;
}

#lhnHelpOutCenter div.lhnWindow-header h4 {
    margin-top: -2px;
}

#lhnHelpOutCenter div.lhnWindow-header div.lhnWindow-header-controls img {
    -webkit-filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
    filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
}

#lhnHelpOutCenter div.lhnWindow-header div.lhnWindow-header-controls {
    width: 17%;
    float: right;
}

#lhnHelpOutCenter div.lhnWindow-header div.lhnWindow-header-avatar {
    display: none !important;
}



/* window body */
#lhnHelpOutCenter div.lhnWindow-body * {
    font-size: 14px;
    font-family: Lato, sans-serif;
    font-weight: 400;
}

#lhnHelpOutCenter div.lhnWindow-body div.lhnPreChatForm a {
    color: #00B098;
}

#lhnHelpOutCenter div.lhnWindow-body div.lhnFields .lhnLabel {
    font-weight: 700 !important;
    font-size: 15px;
}

#lhnHelpOutCenter div.lhnWindow-body div.lhnFields .lhnInput {
    color: #55595c !important;
}

#lhnHelpOutCenter button.lhnFormButton, #lhnHelpOutCenter div.lhnWindow-chat_input button {
    font-size: 13px;
    font-family: Lato, sans-serif;
    font-weight: 400;
    background-color: #00B098;
    text-shadow: none !important;
    border-radius: 0px;
}

#lhnHelpOutCenter div.lhnWindow-chat_input {
    height: 60px;
}

#lhnHelpOutCenter div.lhnWindow-chat_input textarea {
    padding: 8px 15px !important;
}

#lhnHelpOutCenter div.lhnPrompt button.lhnFormButton {
    border: 2px solid #00B098;
}

#lhnHelpOutCenter div.lhnPrompt button.lhnFormButton.lhnPromptDecline {
    color: #0088ce;
}

#lhnHelpOutCenter div.lhnChatActionsMenu img {
    background-color: #00B098;
}

#lhnHelpOutCenter div.lhnCustomerMessage div.lhnWindow-message {
    background-color: #00B098;
}

#lhnHelpOutCenter div.lhnCustomerMessage div.lhnWindow-message:after {
    border-color: transparent transparent transparent #00B098;
}

/* window footer */
#lhnHelpOutCenter div.lhnWindow-footer div.lhnHocPoweredBy {
    font-size: 11px;
    font-family: Lato, sans-serif;
    font-weight: 300;
}

#lhnHelpOutCenter div.lhnWindow-footer div.lhnHocPoweredBy a {
    color: #0088ce !important;
}



/* invite window */
div#lhnHocInvite {
    right: 11px;
}

div#lhnHocInvite div.lhnHocInviteCont, div#lhnHocInvite div.lhnHocInviteCont * {
    background-color: #00B098;
    font-family: "proxima-nova", sans-serif !important;
    letter-spacing: 0;
}

div#lhnHocInvite div.lhnHocInviteCont {
    max-width: none;
}

div#lhnHocInvite div.lhnHocInviteButton.lhnstart {
    color: #0088ce;
}

div#lhnHocInvite div.lhnHocInviteCont div.lhnMsg {
    /*padding: 20px 0 20px 85px;*/
    vertical-align: middle;
}

div#lhnHocInvite div.lhnHocInviteButton {
    padding: 5px 20px;
}

/************************************** End of Live Chat button/tab styles ***************************************/


#lhnHocButton {
    position: fixed;
    z-index: 100;
    margin-left: 10px;
    bottom: 0;
    right: 30px;
    width: auto;
    height: 51px;
    cursor: pointer;
    display: none;
    text-align: right;
}

.chat-person-bubble {
    position: absolute;
    z-index: 100;
    margin-left: 28px;
    bottom: 18px;
    width: 61px;
    border-radius: 50%;
    border: 1px solid rgba(120,120,120,0.5);
    outline: rgba(255,255,255,0.3) 1px;
    left: 0;
}

.chat-person-invite {
    /*position: absolute;*/
    z-index: 100;
    margin-left: 10px;
    bottom: 95px;
    right: 275px;
    width: 68px;
    border-radius: 50%;
    border: 2px solid rgba(120,120,120,0.5);
    outline: rgba(255,255,255,0.3) 1px;
}


.chat-glare {
    background-color: #00B098;
    cursor: pointer;
    position: relative;
    z-index: 50;
    padding: 15px 8px 15px 45px !important;
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 0;
    text-decoration: none !important;
    font-family: proxima-nova, sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff !important;
    overflow: -moz-scrollbars-none;
    overflow: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    left: 18px;
                min-width: 103px;
            text-align: right;
    box-shadow:0 0 12px 0 rgba(0,0,0,0.5)
}

.chat-glare:hover {
    background-color: #00B098;
}

.chat-glare:before {
    background: white none repeat scroll 0 0;
    box-shadow: 0 0 29px 10px #ffffff;
    content: "";
    filter: blur(20px);
    height: 140%;
    left: -50%;
    position: absolute;
    top: 0;
    transform: rotate(25deg);
    /*width: 25px;*/
    z-index: 1000;
    transition: all .8s;
    opacity: .6;
    animation: light 4.5s ease-out;
    -webkit-animation: light 4.5s infinite ease-out;
    animation-iteration-count: 5;
    -webkit-animation-iteration-count: 5;
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
}

@keyframes light {
    0% {
        left: -25%;
    }
    25% {
        left: 120%;
    }
    100% {
        left: 180%;
    }
}

@-webkit-keyframes light {
    0% {
        left: -25%;
    }
    25% {
        left: 120%;
    }
    100% {
        left: 180%;
    }
}

/*START OF ANIMATIONS*/
.animateUp{
    animation: goUp 1s ease-out;
    animation-fill-mode: forwards;
}

@keyframes goUp {
    0% {
        bottom:-100px;
    }
    50% {
        bottom:-100px;
    }
    100% {
        bottom:0;
    }
}

.lhncancel, .lhnstart{
    font-size: 14px !important;
    margin: 22px 10px 10px !important;
    border-radius: 3px !important;
    display: inline-block !important;
    cursor: pointer !important;
    /*border: 1px solid #ffffff !important;*/
    padding: 9px 25px !important;
    font-weight: 400 !important;
    line-height:24px !important;
}
.lhnstart{
    background-color: #ffffff !important;
    color: #0088ce !important;
    font-weight: bold !important;
    border: 1px solid #ffffff !important;
}

div#lhnHelpOutCenter.lhnWindow.lhnright {
    right: 11px !important;
}

#lhnHelpOutCenter button.lhnFormButton {
    border-radius: 6px !important;
}

#lhnHelpOutCenter button.lhnFormButton:hover {
    text-decoration: underline;
    background-color: #00B098;
}
