/**
 * Theme Name:   nu-apply
 * Theme URI: https://www.nusagency.org/
 * Author: The Brick Factory
 * Author URI: https://www.thebrickfactory.com/
 * Description: Custom theme for Apply Now subpage.
 * Version: 1.5.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: nu-apply
 */

html {
    font-size: 100%;
    scroll-behavior: smooth;
}

body {
    color: #333;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    padding: 0;
    background-color: #fff;
    line-height: 1.5;
    margin: 0;
    text-align: left;
}

header.site-header, footer.site-footer, #terms-modal, .container--breadcrumb {
  display: none !important;
}

.screen-reader-text {
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal!important
}

.screen-reader-text:focus {
    background-color: #ddd;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

/* Chat */
.livechat-button button {
  background-color: transparent;
  border: none;
  padding: 0;
}

.livechat-button button footer {
  text-decoration: underline;
}

.newChat {
  display: none !important;
  background-color: #23bdc1;
  border: 3px solid #ffffff;
  border-radius: 50%;
  bottom: 10px;
  box-shadow: 0 0 2px 0 #999;
  cursor: pointer;
  height: 56px;
  position: fixed;
  right: 10px;
  text-align: center;
  width: 56px;
  z-index: 10;
}

.newChat img {
  height: 25px;
  position: relative;
  top: 12px;
  width: 27px;
}

#livechat-compact-container {
  height: 0 !important;
  visibility: hidden !important;
  z-index: 0 !important;
}

#livechat-full {
  cursor: pointer;
  right: 0 !important;
}

#chat-widget-container {
  display: none;
}
