@charset "utf-8";
/* Global Styles */
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital@1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap');
html {
  background-color: #FFFFFF;
  padding: 0;
  margin: 0;
}
body {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  font-family: "Libre Baskerville", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
header, section, footer, aside, nav, article, figure {
  display: block;
}
ul, ol, dl {
  padding: 0;
  margin: 0;
}
em {
  color: #333333;
  font-weight: 500;
}
h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  clear: both;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
img {
  vertical-align: middle;
  height: auto;
  max-width: 100%;
}
a img {
  border: none;
}
article {
  margin: 0;
  padding: 0;
}
hr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.20);
  margin: 20px auto;
}
#page {
  position: relative;
  width: 100%;
  background: #FFFFFF;
}
.full-width {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.full-width:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.container-xs, .container-s, .container-m, .container-l, .container-xl {
  margin: auto;
}
.container-xl {
  max-width: 1600px;  
}
.container-l {
  max-width: 1400px;
}
.container-m {
  max-width: 1200px;
}
.container-s {
  max-width: 900px;
}
.container-xs {
  max-width: 640px;
}
/* Header */
.header-outer {
  background-color: #FFFFFF;
  position: relative;
}
.header-bg {
  position: relative;
}
.header-style {
  padding: 10px 20px;
  box-sizing: border-box;
  text-align: center;
}
.header-style p {
    margin: 0;
    padding: 0;
}
.header-nav {
  padding: 0;
  box-sizing: border-box;
  margin: auto;
  background-color: #f8f8f8;
}
img.site-logo {
  padding: 0;
  box-sizing: border-box;
}
.hdr-tel {
  font-size: 20px;
  line-height: 32px;
  color: #1a0a0a;
}
.hdr-tel a {
  color: #0C71C3;
  text-decoration: none;
}
.hdr-tel a:hover {
  color: #1a0a0a;
}
.hdr-tel-mobi {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  color: #000000;
  margin: auto;
}
.hdr-tel-mobi a {
  color: #000000;
  text-decoration: none;
}
.hdr-tel-mobi a:hover {
  color: #000000;
  text-decoration: none;
}
.site-title {
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  padding: 20px;
  box-sizing: border-box;
  color: #444444;
  margin: auto;
  display: block;
}
.header-banner {
  text-align: center;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  background-color: #FFFFFF;
}
.banner-inner {
  position: relative;
}
.banner-inner h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 1px;
  color: #FFFFFF;
}
.banner-inner h2 span {
  color: #FFFFFF;
  display: block;
}
.banner-inner p {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 32px;
}
.bnr-msg {
  max-width: 100%;
  margin: auto;
  padding: 40px 25px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 1.0);
  top: 0;
  position: relative;
}
.banner-txt-l {
    padding: 30px; 
    box-sizing: border-box; 
    background-color: rgba(0,0,0,0.90); 
    position: relative; 
    top: 50px;
}
.banner-txt-l span {
    display: block;
}
.banner-txt-m {
   padding: 20px; 
    box-sizing: border-box; 
    background-color: rgba(0,0,0,1); 
    position: relative;
}
/* TOP NAV */
/* Mobile Menu */
.mobi-nav {
  background-color: #d9c278;
  padding: 10px;
  box-sizing: border-box;
  margin-top: 14px;
}
.mobi-phone {
  position: relative;
  text-align: left;
  z-index: 998;
}
.mobi-menu {
  position: relative;
  top: 0;
  right: 0;
  z-index: 998;
}
.mobi-menu a.btn-toggle {
  color: #000000;
  padding: 5px;
}
.uk-offcanvas-bar {
  background-color: rgba(0, 0, 0, 0.98);
}
.uk-offcanvas-bar ul li a {
  color: #000000;
}
#mobi-menu ul li {
  color: #FFFFFF;
  font-size: 20px;
  display: block;
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0;
  padding: 6px 2px;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
#mobi-menu ul li:last-child {
  border-bottom: none !important;
  ;
}
#mobi-menu ul li a {
  color: #FFFFFF;
  text-decoration: none;
  display: block;
}
#mobi-menu ul li ul {
  padding-left: 20px;
  box-sizing: border-box;
}
/* Desktop Menu */
/* Multi-layer Desktop Menu */
.desktop-menu {
  position: relative;
  z-index: 999;
}
.desktop-menu ul {
  list-style: none;
  list-style-type: none;
  display: flex;
  justify-content: center;
}
.desktop-menu ul > li {
  position: relative;
  font-size: 16px;
  font-weight: 500;
}
.desktop-menu ul > li > a {
  display: block;
  padding: 10px 20px;
  box-sizing: border-box;
  color: #162949;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: capitalize;
  white-space: nowrap;
}
.desktop-menu ul > li:hover {
  background-color: #d9c278;
  /* Bg Transition */
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
/* Dropdown Styles */
.desktop-menu li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #f8f8f8;
  list-style: none;
  min-width: 300px;
  z-index: 1000;
}
.desktop-menu li:hover > ul {
  display: block;
}
.desktop-menu li ul li a {
  padding: 12px 20px;
  display: block;
  color: #162949;
  text-decoration: none;
  overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: normal;
}
.desktop-menu li ul li:hover {
  background-color: #d9c278;
}
/* Nested submenu positioning */
.desktop-menu li ul li ul {
  top: 0;
  left: 100%;
}
/* HIGHLIGHTED */
.hl-outer {
  padding: 60px 0;
  box-sizing: border-box;
  background-color: #f8f8f8;
}
.highlighted {
  padding: 0 20px;
  box-sizing: border-box;
}
.highlighted h2 {
  font-size: 45px;
  font-weight: 700;
  line-height: 44px;
  text-align: center;
  text-transform: capitalize;
  padding-bottom: 30px;
  margin-bottom: 0;
  color: #1c1c1c;
}
.highlighted p {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}
.highlighted ul {
  text-align: center;
  list-style: none;
  margin: 30px 0;
  padding: 0;
}
.highlighted ul li {
  font-size: 22px;
  font-weight: 700;
  line-height: 34px;
  text-align: center;
}
.highlighted ul li a {
  text-align: center;
  text-decoration: none;
  display: block;
}
.highlighted ul li a:hover {
  text-decoration: underline;
}
/* Card */
a.hl-card {
  color: #FFFFFF;
  display: block;
  background-color: #162949;
  margin: auto;
  padding: 30px 20px;
  box-sizing: border-box;
  text-decoration: none;
}
a.hl-card:hover {
  background-color: #3862ab;
}
.hl-card h3 {
  color: #FFFFFF;
}
.card-ftr {
  padding: 8px;
  box-sizing: border-box;
  background-color: #00223F;
}
.card-ftr h3 {
  font-size: 18px;
  line-height: normal;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  padding: 0;
  margin: auto;
  color: #FFFFFF;
}
.card-ftr h3 a {
  color: #FFFFFF;
  text-decoration: none;
  display: block;
}
/* Font Awesome */
.fasm {
  color: #d9c278;
  font-size: 74px;
  margin-bottom: 14px;
}
/* CONTENT TOP */
.ctop-outer {
  position: relative;
  background-color: #FFFFFF;
}
.ctop {
  padding: 40px 20px;
  box-sizing: border-box;
}
.ctop h2 {
  font-size: 34px;
  font-weight: 400;
  line-height: 44px;
  text-transform: capitalize;
  padding-bottom: 20px;
  margin-bottom: 35px;
}
.ctop p {
  color: #666666;
  font-size: 18px;
  line-height: 30px;
}
/* Main Content sections */
.content-body-outer {
  background-color: #FFFFFF;
}
.front {
  background-color: #FFFFFF;
}
.front .content-body h1, .content-body h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0;
  text-align: left;
  text-transform: capitalize;
  padding: 0;
  margin: 0 0 35px;
  color: #000000;
}
.content-body {
  padding: 60px 20px;
  box-sizing: border-box;
  min-height: 10px;
}
.page-content {
  margin-top: 35px;
}
.page-content h2 {
  color: #000000;
  text-align: left;
  text-transform: capitalize;
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  padding: 0 0 20px;
  margin: 0;
}
.page-content h3 {
  color: #000000;
  text-align: left;
  text-transform: capitalize;
  font-size: 26px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  padding: 0 0 15px;
  margin: 0;
}
.page-content p {
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  margin: 0;
  padding: 0 0 14px;
  color: #666666;
}
.page-content a {
  color: #000000;
  text-decoration: underline;
}
.page-content a:hover {
  text-decoration: none;
}
.page-content ul {
  margin: 0;
  padding: 0 0 14px 35px;
}
.page-content ul li {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  color: #666666;
}
.page-content ul li a {
  color: #000000;
  text-decoration: underline;
}
/* CARD */
.b-card {
  padding: 25px;
  box-sizing: border-box;
  border-radius: 20px;
}
.b-card h3 {
  color: #000000;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
.b-card p {
  color: #000000;
  font-size: 22px;
  font-weight: 400;
  text-align: center !important;
}
/* SIDEBARS */
.sb-wrapper {
  max-width: 320px;
}
.sb-first, .sb-second {
  min-width: 280px;
    max-width: 320px;
  margin-bottom: 25px;
}
.sb-first {
  padding: 20px;
  box-sizing: border-box;
}
.sb-first h2 {
  font-size: 26px;
  line-height: normal;
  color: #11223B;
  text-transform: capitalize;
  list-style: none;
  margin-bottom: 15px;
}
.sb-first ul li {
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  text-transform: capitalize;
  margin-bottom: 2px;
  display: block;
}
.sb-first ul li a {
  color: #333333;
  text-decoration: none;
  display: block;
  padding: 6px 12px;
  box-sizing: border-box;
}
.sb-first ul li a:hover {
  color: #000000;
  text-decoration: underline;
}
/* SB Second */
.sb-second {
  background-color: #7F9CB0;
  padding: 20px;
  box-sizing: border-box;
}
.sb-second h2 {
  font-size: 26px;
  line-height: normal;
  color: #FFFFFF;
  text-transform: capitalize;
}
.sb-second ul {
  padding: 0 0 20px 20px;
}
.sb-second ul li {
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  text-transform: capitalize;
}
.sb-second ul li a {
  color: #FFFFFF;
  text-decoration: none;
}
.sb-second ul li a:hover {
  text-decoration: underline;
}
/* Page Bottom */
.page-bottom-outer {
  padding: 0;
  box-sizing: border-box;
  position: relative;
  background-color: #FFFFFF;
}
.page-bottom-bg {
  padding: 80px 0;
  margin: auto;
  box-sizing: border-box;
  min-height: 200px;
  background-image: url("../images/683036146-min-1.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
.page-bottom {
  padding: 0 20px;
  box-sizing: border-box;
  color: #000000;
  position: relative;
}
.page-bottom h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  text-transform: capitalize;
  padding-bottom: 20px;
  margin: 0;
  color: #000000;
}
.page-bottom h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 16px;
  margin: 0;
  color: #000000;
}
.page-bottom p {
  font-size: 18px;
  line-height: 30px;
  margin: 0;
  padding-bottom: 12px;
  color: #666666;
}
.page-bottom a {
  color: #0C71C3;
  text-decoration: underline;
}
.page-bottom a:hover {
  color: #000000;
  text-decoration: none;
}
/* Web Form */
.webform-outer {
  padding: 80px 20px;
  box-sizing: border-box;
  background-color: #162949;
  position: relative;
}
.webform {
  min-height: 100px;
  margin: auto;
  padding: 0;
  box-sizing: border-box;
}
.webform h2 {
  font-size: 42px;
  line-height: 44px;
  color: #FFFFFF;
  text-align: center;
  text-transform: capitalize;
  padding-top: 20px;
  padding-bottom: 20px;
}
.webform p {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 36px;
  line-height: normal;
  color: #FFFFFF;
  text-align: center;
}
.webform a {
    color: #FFFFFF;
    text-decoration: underline;
}
.webform a:hover {
    text-decoration: none;
}
/* FOOTER */
.footer-outer {
  min-height: 10px;
  position: relative;
  background-color: #f9f9f9;
}
.footer-wrap {
  padding: 40px 20px;
  box-sizing: border-box;
}
.footer-wrap h3 {
  font-size: 30px;
  font-weight: 400;
  line-height: 44px;
  text-align: left;
  text-transform: capitalize;
  padding-top: 20px;
  padding-bottom: 10px;
  box-sizing: border-box;
  color: #000000;
}
.footer-wrap p {
  color: #666666;
  font-size: 18px;
  line-height: 30px;
}
.footer-wrap a {
  color: #000000;
  text-decoration: none;
}
.footer-wrap a:hover {
  text-decoration: underline;
}
/* PAGE BOTTOM */
.pgb-outer {
  background-color: #f9f9f9;
  padding: 0;
  box-sizing: border-box;
}
.pgb-wrap {
  padding: 60px 20px 5px;
  box-sizing: border-box;
  color: #FFFFFF;
}
.pgb-wrap h3 {
  font-size: 34px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  padding: 20px 20px 40px;
  box-sizing: border-box;
  margin: 0;
  color: #000000;
}
.pgb-wrap p {
  font-size: 20px;
  line-height: 30px;
  margin: 0;
  color: #000000;
  text-align: center;
  padding-bottom: 16px;
}
.pgb-wrap a {
  color: #000000;
  text-decoration: none;
}
.pgb-wrap a:hover {
  color: #000000;
  text-decoration: underline;
}
.copyright {
  font-size: 18px;
  line-height: 32px;
  color: #000000;
  padding: 0;
  box-sizing: border-box;
  text-align: center !important;
}
.copyright p {
  color: #000000;
  text-align: center;
  margin: 0;
}
.copyright a {
  color: #000000;
  text-decoration: none;
}
.copyright a:hover {
  color: #000000;
  text-decoration: underline;
}
/* Social Media */
ul.social {
  padding: 0;
  margin: 15px 0 0;
}
ul.social li {
  padding: 0 4px 4px;
  margin: 0;
  display: inline-block;
  list-style: none;
}
ul.social li a {
  padding: 4px 8px;
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  background-color: #444444;
  border-radius: 8px;
}
ul.social li a:hover {
  color: #FFFFFF;
  background-color: #d9c278;
}
.horz-line {
  height: 1px;
  width: 100%;
  margin: 40px 0;
  background-color: rgba(255, 255, 255, 0.20);
}
/* Contact Us block embedded */
#block-themekit-contactblock label {
    color: #FFFFFF !important; 
}
#block-themekit-contactblock a {
    color: #FFFFFF;
    text-decoration: underline;
}
#block-themekit-contactblock a:hover {
    text-decoration: none;
}
#block-themekit-contactblock .js-form-item {
    margin-top: 8px;
}
#block-themekit-contactblock .js-form-item input.form-checkbox, #block-themekit-contactblock-3 .js-form-item label.option {
    display: inline-block;
}
/* Contact Us page / node */
#block-themekit-contactblock-2 label {
    color: #000000 !important; 
}
#block-themekit-contactblock-2 a {
    color: #000000;
    text-decoration: underline;
}
#block-themekit-contactblock-2 a:hover {
    text-decoration: none;
}
#block-themekit-contactblock-2 .js-form-item {
    margin-top: 8px;
}
#block-themekit-contactblock-2 .js-form-item input.form-checkbox, #block-themekit-contactblock-2 .js-form-item label.option {
    display: inline-block;
}

/* Quick Contact / Modal Contact */
#block-themekit-contactblock-3 label {
    color: #000000 !important; 
}
#block-themekit-contactblock-3 a {
    color: #000000;
    text-decoration: underline;
}
#block-themekit-contactblock-3 a:hover {
    text-decoration: none;
}
#block-themekit-contactblock-3 .js-form-item {
    margin-top: 8px;
}
#block-themekit-contactblock-3 .js-form-item input.form-checkbox, #block-themekit-contactblock-3 .js-form-item label.option {
    display: inline-block;
}

.contact-message-contact-us-form {
    
}
.contact-message-contact-us-form h2 {
    margin-bottom: 20px;
}
input.form-text, input.form-email, input.form-tel, textarea.form-textarea, select.form-select {
  font-size: 20px;
  line-height: normal;
  width: 100%;
  display: block !important;
  background-color: rgba(255, 255, 255, 1.00);
  border: 1px solid rgba(0, 0, 0, 0.50);
  padding: 10px;
  box-sizing: border-box;
}
select.form-select {
  color: #000000;
  font-size: 20px;
}
input.form-checkbox {
  margin-right: 8px;
}
textarea {
  resize: none;
  margin-bottom: 20px;
}
label {
  color: #000000;
  font-size: 20px !important;
  font-weight: 400;
  text-align: left;
  display: block;
    padding: 12px 0 4px;
    box-sizing: border-box;
}
.disclaimer-wrapper, .form-type-checkbox {
  text-align: left !important;
  display: block !important;
  width: 100%;
}
.form-actions {
  width: 100%;
  margin: 0 auto;
}
#edit-field-acknowledgement-wrapper .form-type-checkbox input.form-checkbox, #edit-field-acknowledgement-wrapper .form-type-checkbox label {
  display: inline !important;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: black !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: black !important;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: black !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: black !important;
}
::placeholder {
  color: black !important;
  font-size: 1em;
  letter-spacing: 2px;
  opacity: 1;
}
input.form-submit, button.form-submit {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: normal;
  text-align: center;
  text-transform: capitalize;
  text-decoration: none !important;
  color: #000000 !important;
  box-sizing: border-box;
  display: inline-block;
  border: 2px solid #d9c278;
  border-radius: 3px;
  background-color: #d9c278;
  padding: 12px 30px;
  margin-top: 24px;
  cursor: pointer;
}
input.form-submit:hover, button.form-submit:hover {
  text-decoration: none;
  color: #FFFFFF !important;
  background-color: #162949;
}
.element-invisible {
  display: none;
}
/* Misc */
.img-style {
  border: 1px solid #333333;
  border-radius: 12px;
  display: block;
  margin-bottom: 20px;
}
.btn-wrap {
  display: block;
  padding: 8px 12px;
  margin: 0;
  margin: 0 auto;
}
.btn-gold {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: center;
  text-transform: capitalize;
  text-decoration: none !important;
  color: #000000 !important;
  padding: 12px 30px;
  box-sizing: border-box;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.00);
  border-radius: 6px;
  background-color: #d9c278;
}
.btn-gold:hover {
  text-decoration: none;
  color: #000000;
  background-color: #CFAF4A;
  border: 1px solid rgba(0, 0, 0, 0.80);
}
.bg-transition {
  /* Bg Transition */
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
.bg-shadow {
  /* Shadow */
  -webkit-box-shadow: 0 8px 6px -6px #999999;
  -moz-box-shadow: 0 8px 6px -6px #999999;
  box-shadow: 0 8px 6px -6px #999999;
}
#go-top {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 1100;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #c40001;
  color: #FFFFFF;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 10px;
  text-decoration: none;
}
#go-top:hover {
  background-color: #FF0001;
  text-decoration: none;
}
/* TABS */
#block-themekit-local-tasks ul {
  padding: 0;
  margin: 25px 0;
  ;
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
#block-themekit-local-tasks ul li {
  display: inline-block;
  font-size: 18px;
  line-height: normal;
  color: #333333;
  margin-right: 2px;
  text-align: center;
}
#block-themekit-local-tasks ul li a {
  color: #000000;
  background-color: rgba(0, 0, 0, 0.08);
  display: block;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  text-decoration: none;
  padding: 6px 16px;
  box-sizing: border-box;
  /* Bg Transition */
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
#block-themekit-local-tasks ul li a:hover {
  background-color: rgba(0, 0, 0, 0.20);
}
#block-themekit-local-tasks ul li a.is-active {
  background-color: rgba(0, 0, 0, 0.20);
}
/* LOGIN FORM */
#user-login-form, #user-pass {
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 25px;
  box-sizing: border-box;
}
#user-login-form .js-form-type-textfield, #user-login-form .js-form-type-password, #user-pass .js-form-type-textfield, #user-pass .js-form-type-password {
  padding: 10px 0;
  box-sizing: border-box;
}
#user-login-form .js-form-type-textfield label, #user-login-form .js-form-type-password label, #user-pass .js-form-type-textfield label, #user-pass .js-form-type-password label {
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  display: block;
  text-transform: uppercase;
}
#user-login-form .js-form-type-textfield .description, #user-login-form .js-form-type-password .description, #user-pass .js-form-type-textfield .description, #user-pass .js-form-type-password .description, #user-pass p {
  font-size: 18px;
  line-height: normal;
  color: #333333;
  margin: 0 0 20px;
}
#user-login-form input.form-text, #user-pass input.form-text {
  font-size: 20px;
  padding: 8px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  max-width: 100%;
}
#user-login-form input.form-submit, #user-pass input.form-submit {
  font-size: 20px;
  padding: 8px 24px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.20);
  cursor: pointer;
  /* Bg Transition */
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
/* Media query for Mobile devices*/
@media (min-width: 480px) {}
/* Media Query for Tablets */
@media (min-width: 768px) {}
/* laptops  */
@media (min-width: 960px) {
  .site-title {
    display: inline-block;
  }
  .hl-outer {
    padding: 20px 20px 60px;
    background-image: url("../images/PA-bg-min.webp");
    background-position: center -10px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .hl-s {
    padding-top: 89px;
    box-sizing: border-box;
  }
  .banner-inner h2 {
    font-size: 38px;
    line-height: normal;
  }
  .bnr-msg {
    max-width: 640px;
    top: 240px;
  }
  .page-content p {
    text-align: justify;
  }
}
/* Desktops and laptops  */
@media (min-width: 1220px) {}