:root {
  /*Fonts*/
  --main-font-family: "Nunito Sans", sans-serif;

  /*--Header--*/
  --main-header-background: #fff;
  --main-header-background-gradient: linear-gradient(270deg,#382B55 0%,#7A3266 100%);
  --main-footer-background:  #fff;
  --button-hover-color: #4f6986;
  --button-hover-text: #ebebeb;
  --menu-background: #f5f5f5; /*Background of header Submenu Dropdowns*/
  --menu-hover: #ebebeb;
  --gq-main-text-color: #fff; /*Header Text Color*/
  --gq-backup-text-color: #050505;
  --gq-header-nav-hover: #fff; /*Header Navigation Hover Color - Set to main-text-color if no hover color on header nav desired*/
  --nav-underline-color: #4d008c;
  --menu-hover-color: #4d008c; /*Background hover color for nav items in Header Dropdown lists*/
  --header-login-background-color: #93268f;
  --header-search-icon-color: #fff;

  --header-hover-color: #464646;
  --link-text-color: #464646;

  /*--Footer--*/
  --gq-footer-text-color: #383838;
  --gq-footer-text-hover-color: #93268f;
  --social-media-icon-color: #383838;
 
  /* --back-to-top: #ffb700; */

  /*LOGO IMAGES FOR HEADER AND FOOTER*/
  --header-logo-url: url(../img/ranchoLOGO.svg);
  --footer-logo-url: url(../img/RClogo.png);
 

  /*--border-color--ff9800*/
  --border-color:  #169196;
  /* --border-color: #c60031; */
  

  /*--allcaptype--*/
  /* --allcap-accordion-background: #01689b;
  --allcap-accordion-hover-background: #132c48;
  --allcap-accordion-color: white;
  --allcap-accordion-hover-color: white;

  --allcap-accordian-background: white;

  --allcap-gqbox-background: rgb(245, 245, 245);
  --allcap-gqbox-hover-background: #ebebeb;
  --allcap-gqbox-border: 1px solid rgb(163, 163, 163);
  --allcap-gqbox-color: #246cad;
  --allcap-gqbox-hover-color: #246cad;
  --allcap-gqbox-description-color: black;
  --allcap-gqbox-hr-color: #246cad; */
}

html {
  background-color: #ffffff;
}

.gq-aca-headerfooter html {
  background-color: #ffffff;
}


/*MODAL STYLES*/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ Modal Styling Start ~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
  padding-top: 60px;
}
.modal-content {
  background-color: #fefefe;
  border: 3px solid #0077c8;
  top: 40px;
  margin: 5% auto;
  padding: 20px;
  width: 80%;
  max-width: 500px;
  position: relative;
}
.modal-content h2{
  font-size: 24px !important;
  margin-top: -16px;
}
.close {
  color: #aaa;
  float: right;
  align-self: end;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.link {
  display: block;
  margin: 10px 0;
  color: #007bff;
  text-decoration: none;
}
.link:hover {
  text-decoration: underline;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ Modal Styling End ~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/*END MODAL STYLES*/
/*BGB FOOTER STYLES*/
a.test-nav:hover{
  color: var(--gq-footer-text-hover-color) !important;
}
p.navone-title{
  color: var(--gq-footer-text-color);
  font-size: 18px !important;
}
li.test-navB svg{
 fill: var(--social-media-icon-color); /*social media icon colors*/
}
path#nextdoorsocial {
  fill: var(--social-media-icon-color); 
}
li.test-navB:hover svg{
    fill: #93268f; /*social media icon hover colors*/
}
li.test-navB:hover #nextdoorsocial {
  fill: #93268f; /* Change the color of the path */
}

/* END FOOTER STYLES */






/*~~~~~~~~~~~~~~~~~~~~~~~~~~~ HEADER STYLING START ~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.gq-aca-headerfooter #HeaderContent {
  font-family: var(--main-font-family) !important;
  /* background-color: var(--main-header-background); */
  /* background: linear-gradient(45deg, #1e293b, #4D008C); */
  -webkit-box-shadow: 0px 11px 14px -2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 11px 14px -2px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 11px 14px -2px rgba(0, 0, 0, 0.24);
  min-height: 140px;
  border-bottom: solid 6px var(--border-color);
}
.logo-search-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  height: 80%;
  margin-top: 12px;
}

.login-search-wrapped{
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  align-items: end;
  gap: 20px;
}
#login-option-two{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  min-height: 30px;
  padding: 0 20px;
  height: 80%;
  margin-top: 12px;;
  border-radius: 10px;
  background: var(--header-login-background-color);
  font-weight: 600;
}
#login-option-two a{
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

#login-option-two:hover{
  background: var(--main-header-background);
  border: 2px solid var(--menu-hover-color);
}
#login-option-two:hover a{
  color: var(--menu-hover-color);
  text-decoration: none;
  font-weight: 600;
}
ul#gq-menuItems span{
  align-self: flex-end;
}
.gq-aca-headerfooter #gq-watermark {
  content: "";
  position: absolute;
  left: 10%;
  top: 0px;

  width: 405px;
  height: 173px;
  bottom: 0px;
  z-index: 1;
}

.gq-aca-headerfooter #gq-header-banner {
  height: 30px;
  background-color: var(--main-header-background);
}

.gq-aca-headerfooter #gq-navMenu-container {
  flex-direction: column;
  background: var(--main-header-background-gradient);
  /* background-color: var(--main-header-background); */
  color: var(--gq-main-text-color);
  height: 150px !important;
  display: flex;
  z-index: 2;
  justify-content: space-between;
}

.gq-aca-headerfooter #gq-navMenu {
  width: 100%;
  height: 40px;
  letter-spacing: .05ch;
  display: flex;
  justify-content: flex-end;
}

.gq-aca-headerfooter #gq-navMenu div {
  font-size: 16px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~ HEADER STYLING END ~~~~~~~~~~~~~~~~~~~~~~~~~~*/



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MENU STYLING START ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.gq-aca-headerfooter #gq-menuItems {
  width: 100% !important;
  font-size: 16px !important;
  margin-bottom: 0 !important;
  /* padding-bottom: 8px; */
  padding-left: 0 !important;
  list-style: none;
  position: relative;
  display: flex;
  justify-content: space-around;
  gap: 5px;
  text-transform: uppercase !important;
  align-items: flex-end;
  color: #0077c8;
  font-weight: 600;
}

/* Reset button styles */
button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.gq-aca-headerfooter #gq-menuItems button {
  background-color: transparent;
  cursor: pointer;
  /* padding: 34px 15px 33px 15px; */
  text-decoration: none;
  font-weight: bold !important;
  font-family: var(--main-font-family) !important;
  color: var(--gq-main-text-color);
  text-transform: uppercase;
}

.gq-aca-headerfooter button:focus,
.gq-aca-headerfooter button:active {
  outline: none;
}

/*~~~~~Menu list items~~~~~~~*/
.gq-aca-headerfooter #gq-menuItems>li {
  /* height: 100.5px; */
  display: flex;
  height: 70px !important;
}

.gq-aca-headerfooter #gq-menuItems>li>a {
  padding: 34px 15px 12px 15px;
  text-decoration: none;
  color: var(--gq-main-text-color) !important;
  font-weight: bold;
  display: block;
  font-size: 16px !important;
  font-family: var(--main-font-family) !important;
  justify-content: center;
  display: flex;
  align-items: center;
}
.gq-aca-headerfooter #gq-menuItems>li>a:hover{
  color: var(--gq-header-nav-hover) !important;
}

.gq-aca-headerfooter #gq-menuItems>li>button {
  margin: auto;
  width: 100%;
  font-size: 16px !important;
  height: 100%;
  font-family: var(--main-font-family) !important;
  /* text-shadow: 1px 1px 3px rgba(0,0,0,0.2), -1px 1px 3px rgba(0,0,0,0.2), 1px -1px 3px rgba(0,0,0,0.2), -1px -1px 3px rgba(0,0,0,0.2); */
}

.gq-aca-headerfooter #gq-menuItems>li>button>a {
  font-size: 16px !important;
  font-family: var(--main-font-family) !important;
  color: var(--gq-main-text-color) !important;
  text-decoration: none;
}

.gq-aca-headerfooter #gq-menuItems>li>button>a:hover {
  font-size: 16px !important;
  font-family: var(--main-font-family) !important;
  color: var(--gq-main-text-color) !important;
}

.gq-aca-headerfooter #gq-menuItems button.active {
  color: var(--main-hover-color) !important;
  /* background-color: var(--main-header-background); */
  background-color: #f5f5f5 !important;
}

.gq-aca-headerfooter #gq-menuItems>li:focus-within a~ul #gq-menuItems>li:hover button a~ul {
  display: block !important;
}
.gq-aca-headerfooter #gq-menuItems>li:focus-within{
  display: block !important;
}

#gq-menuItems>li:focus-within button~ul,
.gq-aca-headerfooter #gq-menuItems>li:hover button~ul {
  display: block !important;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~ MENU STYLING END ~~~~~~~~~~~~~~~~~~~~~~~~~~*/


/* #gq-navMenu:focus-within {
  border: 2px solid #007BFF;  
} */
/* #gq-navMenu:focus-within{
  
  border: 2px solid #007BFF;
} */





/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ Modal Styling Start ~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.hide {
  display: none;
}
 
.unhide {
  display: flex;
  justify-content: center;
}
 
.gq-modal-overlay {
 
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
 
.gq-modal-wrapper {
  margin: 15% auto;
  padding: 20px;
  width: 75vw;
  background-color: #fefefe;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 18px;
  color: #000000;
  margin: auto;
  text-align: left;
  transition: transform 0.3s ease-in-out;
  position: relative;
  max-height: 80vh !important;
  overflow-y: auto !important;
}
 
.gq-modal-wrapper h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
 
.gq-close-btn-wrapper {
  position: absolute;
  right: 25px;
  top: 2%;
}
 
.gq-close-modal-btn {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
 
.gq-close-modal-btn:hover,
.gq-close-modal-btn:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
 
.gq-close-btn-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
 
.gq-close-modal-btn {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}
 
.gq-modal-title {
  font-size: 30px;
  margin-bottom: 20px;
  text-align: center;
}
 
.gq-navigation-list {
  list-style-type: none;
  padding: 0;
}
 
.gq-menu-item {
  margin-bottom: 10px;
}
 
.gq-menu-link {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}
 
.gq-menu-link:hover {
  background-color: #f0f0f0;
}
 
.gq-additional-assistance {
  font-size: 18px;
  margin-top: 20px;
  color: black;
}
 
.gq-modal-content::-webkit-scrollbar {
  width: 12px; /* Width of the entire scrollbar */
}
 
.gq-modal-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); /* Shadow inside the track */
  border-radius: 10px; /* Round corners for the track */
  background: transparent; /* Transparent track */
  margin-top: 10px;
  margin-bottom: 10px;
}
 
.gq-modal-content::-webkit-scrollbar-thumb {
  border-radius: 10px; /* Round corners for the thumb */
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); /* Shadow inside the thumb */
  background-color: darkgrey; /* Color of the thumb */
}
 
 
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ Modal Styling End ~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ HAMBURGER STYLING START ~~~~~~~~~~~~~~~~~~~~~~~~~ */
#hamburgerContainer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flexy-button {
  display: flex;
  justify-content: center;
  align-items: center;
  /* Centers items vertically */
  width: 100%;
  border-radius: 20%/40%;
  margin-top: 20px;
  margin-right: 3vw;
  padding: 4px;
}

.gq-aca-headerfooter #gq-menu-button {
  background-color: transparent;
  color: var(--gq-main-text-color);
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
}
#gq-menuItems>li:focus-within button~ul, .gq-aca-headerfooter #gq-menuItems>li:hover button~ul{
  display: block !important;
}
/* Show submenu when the parent <a> or <button> element has focus or is hovered */
#gq-menuItems>li:focus-within > a:focus + button ~ ul,
#gq-menuItems>li:hover > a + button ~ ul,
#gq-menuItems>li:focus-within a:focus + button ~ ul {
  display: block !important;
}

/* Keep the dropdown visible when the <button> element has focus (this will apply for both buttons in your menu items) */
#gq-menuItems>li:focus-within button:focus + ul,
#gq-menuItems>li:hover button + ul {
  display: block !important;
}
#gq-menuItems>li:focus-within a:focus{
  display: block;

}
/* .gq-aca-headerfooter #gq-menu-button:hover {
  background-color: var(--button-hover-color);
  color: var(--button-hover-text);
} */

.gq-aca-headerfooter #gq-menu-button:active {
  background-color: var(--allcap-gqbox-color);
  color: var(--gq-main-text-color);
}

.gq-aca-headerfooter #gq-navMenu p {
  font-size: 22px !important;
  font-weight: bold;
  text-shadow: none !important;
  color: var(--gq-main-text-color);
  margin: 5px;
}

.gq-aca-headerfooter #gq-navMenu i {
  font-size: 28px !important;
  text-shadow: none !important;
  color: var(--gq-main-text-color);
  margin: 5px;
}

.gq-aca-headerfooter #gq-menu-button {
  display: none;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~ HAMBURGER STYLING END ~~~~~~~~~~~~~~~~~~~~~~ */









/* ~~~~~~~~~~~~~~~~~~~~~~~~~ HOVER MENU STYLING START ~~~~~~~~~~~~~~~~~~~~~~~~~ */
.gq-aca-headerfooter [id$="-submenu"] a {
  text-decoration: none;
  color: var(--header-hover-color) !important;
}

.gq-aca-headerfooter #gq-menuItems>ul>li>a {
  text-decoration: none;
  color: var(--header-hover-color) !important;
}

/* Define the @keyframes animation */
@keyframes slideAndFadeInFromTop {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.gq-aca-headerfooter [id$="-submenu"].active,.gq-aca-headerfooter [id$="-submenu"].focus,.gq-aca-headerfooter [id$="-submenu"].focus-within {
  display: block !important;
  /* visibility: visible; */
}

.gq-aca-headerfooter [id$="-submenu"] {
  /* visibility: hidden; */
  display: none;
  position: relative;
  background-color: var(--menu-background);
  width: max-content;
  padding: 10px 0px 10px 0px;
  list-style: none;
  z-index: 1;
  position: absolute;
  top: 36px;
  text-transform: capitalize;
  border-radius: 0px 0px 10px 10px;
  font-weight: bold;
  border-top: 6px solid #4d008b;
}

.gq-aca-headerfooter [id$="-submenu"] li {
  text-align: initial;
  font-size: 16px;
  font-weight: 600;
  padding: 3px 10px 3px 10px;
  margin: 0px;
  height: 19px;
  box-sizing: content-box;
  border-bottom: transparent 2px solid;
}

.gq-aca-headerfooter [id$="-submenu"] li {
  border-bottom: transparent 2px solid;
}

.gq-aca-headerfooter [id$="-submenu"].active li:hover:not(.nohover) {
  background-color: var(--menu-hover-color);
  /* border-bottom: var(--border-color) 2px solid; */
}
.gq-aca-headerfooter [id$="-submenu"].active li:hover:not(.nohover) a{
  color: #fff !important
}

.gq-aca-headerfooter [id$="-submenu"] a {
  font-family: var(--main-font-family) !important;
  font-size: 16px !important;
  font-weight: 100;
  padding-bottom: 4px;
  text-decoration: none !important;
  color: var(--gq-backup-text-color) !important;
}

.gq-aca-headerfooter .dropdownOnly {
  display: none;
}

.gq-aca-headerfooter li[id$="-list"]:hover ul {
  display: block;
}


.gq-aca-headerfooter [id$="-submenu"]:focus-within,
.gq-aca-headerfooter [id$="-submenu"].active {
  display: block;
  height: auto;
}


.gq-aca-headerfooter [id$="-list"]:focus-within>button,
.gq-aca-headerfooter [id$="-list"]:focus-within>span,
.gq-aca-headerfooter [id$="-list"]:focus-within>ul,
.gq-aca-headerfooter [id$="-list"]:focus-within>li,
.gq-aca-headerfooter [id$="-list"]:focus-within>a {
  border: 2px solid var(--main-header-background);
  color: var(--gq-main-text-color);
}

/* ~~~~~~~~~~~~~~~~~Alternating SubMenu BG Colors~~~~~~~~~~~~~~~~~ */
/* .submenucolor li:nth-child(odd) {
  background-color: #138c95; 
}

.submenucolor li:nth-child(even) {
  background-color: #199da6; 
} */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~ HOVER MENU STYLING END ~~~~~~~~~~~~~~~~~~~~~~~~~ */









/*~~~~~~~~~~~~~~~~~~~~~~~~~~ Miscelaneous Styling Start ~~~~~~~~~~~~~~~~~~~~~~~~~~*/
 .gq-aca-headerfooter #skip-to-content-container {
  margin: 0 auto;
  max-width: 1140px;
  z-index: 100000;
  position: absolute;
}

.gq-aca-headerfooter .visuallyhidden {
  border: 0;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 150px;
  white-space: nowrap;
}

.gq-aca-headerfooter #skip-to-content-container a {
  padding: 8px;
  position: absolute;
  top: -80px;
  left: 0px;
  color: #103c5b;
  border-right: 2px solid var(--border-color);
  border-bottom: 2px solid var(--border-color);
  border-bottom-right-radius: 8px;
  background: white;
  z-index: 1122222;
  transition: top 0.5s ease-in-out;
}

.gq-aca-headerfooter #skip-to-content-container a:focus {
  top: 0px;
  height: 45px;
  width: 182px;
  overflow: initial;
  transition: background 0.5s ease-in-out;
}

.gq-aca-headerfooter .sidemenu {
  padding: 20px 10px 0px 10px;
} 



/*Footer*/
.gq-aca-headerfooter .row>*:not(.col-12.col-sm-6.col-lg-4.col-xl-2) {
  width: auto;
}

.gq-aca-headerfooter .navbar-nav {
  justify-content: space-around;
}

.gq-aca-headerfooter #FooterContent footer {
  background-color: var(--main-footer-background);
  border-top: solid 6px var(--secondary-footer-background);

  min-height: 150px;
}

.gq-aca-headerfooter .footer-outer-container {
  display: block;
}

.gq-aca-headerfooter .footer-outer-container.footer-second-row {
  padding: 0px 50px 50px;
  background-color: var(--secondary-background);
}

.gq-aca-headerfooter .grid.grid-pad {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.gq-aca-headerfooter #FooterContent {
  color: #393939;
}


.gq-aca-headerfooter .fa {
  font-family: FontAwesome !important;
}

.gq-aca-headerfooter .headerlogin a {
  color: var(--gq-main-text-color);
  margin: 10px 0px;
  text-decoration: none;
  box-sizing: border-box !important;
  line-height: 22px;
  padding: 0px 8px;
}

.gq-aca-headerfooter #headerul {
  padding: 34px 15px 33px 15px;
}

.gq-aca-headerfooter #headerul2 {
  display: none;
}

.gq-aca-headerfooter #left p {
  margin: 0px !important;
  line-height: 21px !important;
}


.gq-aca-headerfooter .chevron-open {
  padding: 4px;
  font-size: 16px;
  transform: rotate(270deg);
  transition-duration: 0.5s;
}

.gq-aca-headerfooter .chevron-closed {
  padding: 4px;
  font-size: 16px;
  transform: rotate(0deg);
  transition-duration: 0.5s;
}

.gq-aca-headerfooter #footer-left h3 {
  font-size: 34px !important;
  color: var(--gq-main-text-color);
  line-height: 1.2 !important;
  margin-bottom: 8px !important;
  font-weight: 600 !important;
}

.gq-aca-headerfooter #footer-left small {
  font-size: 14px !important;
  color: var(--gq-main-text-color);
}

.gq-aca-headerfooter #footer-left {
  font-family: var(--main-font-family) !important;
}

.gq-aca-headerfooter #right h3 {
  color: #464646 !important;
}

#headerul2 li a,
.gq-aca-headerfooter #headerul2 li {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}
/*BGB ADDED*/

.aca_wrapper {
  background-position: center 37% !important;
}

.col-sm-4 {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: auto;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~ Miscelaneous Styling End ~~~~~~~~~~~~~~~~~~~~~~~~~~*/








/*~~~~~~~~~~~~~~~~~~~~~~~~~~ LOGO STYLING START ~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.gq-aca-headerfooter #gq-logo-atag {
  width: 190px;
  height: 90px;
  padding-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--header-logo-url) center center no-repeat !important;
  background-size: contain !important;
  background-repeat: no-repeat;
  background-size: 100%, 100%;
  background-color: rgba(0, 0, 0, 0);
}

.gq-aca-headerfooter #gq-logo-holder {
  padding-left: 3%;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.gq-aca-headerfooter #gq-logo-atag-footer {
  height: 120px;
  width: 320px;
  margin-top: 2%;
  display: relative;
  background-image: var(--footer-logo-url);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~ LOGO STYLING END ~~~~~~~~~~~~~~~~~~~~~~~~~~*/









/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ FOOTER STYLING START ~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a.test-nav{
  text-decoration: none;
  color: var(--gq-footer-text-color);
  text-align: start;
  padding-bottom: 4px;
}
ul.foot-navOneB{
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin: 10px;
  padding: 10px;
}
ul.foot-navOneBottom{
  display: none;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin: 10px;
  padding: 10px;
}
span.Agency-address{
  color: var(--gq-footer-text-color);
}
.footer-logo {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  width: 70%;
}
ul.foot-navOne{
  /* text-decoration: underline; */
  
  align-items: start;
}
.navone-title{
  text-decoration: underline;
  font-weight: bold;
  font-size: 20px;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-underline-offset: 5px;
  margin-bottom: 10px;
}
.footer-logo p {
  color: inherit;
}
ul.foot-navOnewrapper{
  width: 100%;
  padding: 20px !important;
  padding-left: 20px !important;
  justify-content: space-around;
  border-left: 2px solid var(--gq-footer-text-color);
}
.gq-aca-headerfooter .footer-main-content>div {
  text-align: center;
  /*BGB*/
}

.gq-aca-headerfooter .footer-main-content ul {
  list-style: none;
  padding: 0;
  margin: 4px;
  font-size: 15px;
}

.gq-aca-headerfooter .footer-main-content ul li a,
.gq-aca-headerfooter .footer-main-content p a {
  color: var(--gq-footer-text-color);
  text-decoration: none;
  font-family: var(--main-font-family) !important;
}

/* .gq-aca-headerfooter .footer-main-content ul li a:hover,
.gq-aca-headerfooter .footer-main-content ul li a:focus-within,
.gq-aca-headerfooter .footer-main-content p a:hover,
.gq-aca-headerfooter .footer-main-content p a:focus-within {
  color: var(--footer-text-color);
} */

.gq-aca-headerfooter .footer-main-content {
  justify-content: space-between;
  display: flex;
  width: 100%;
  background-color: var(--main-footer-background);
  /* background: linear-gradient(2deg, #1d51ba, #437ef2); */
  flex-direction: column;
  /*BGB*/
  align-items: center;
}

.gq-aca-headerfooter .footer-main-content {
  align-items: end;
}

.gq-aca-headerfooter .footer-main-content>div:first-child {
  /* align-items: center; */
  display: flex;
  align-items: end;
}


.gq-aca-headerfooter .footer-main-content {
  padding: none;
  /* border-top: 10px solid var(--border-color); */
}

.wsfd-info {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: var(--gq-footer-text-color);
  font-weight: 600;
  text-decoration: none;
  width: 100%;
  /* justify-content: space-around; */
  /* padding-left: 30px !important; */
  gap: 15px;
  align-items: center;
  text-align: center;
  display: flex;
}
.gq-aca-headerfooter #back-to-top {
  position: fixed;
  bottom: 30px;
  width: 45px;
  right: -45px;
  border-radius: 0px;
}

.gq-aca-headerfooter #back-to-top i {
  color: var(--back-to-top);
}

.gq-aca-headerfooter .gq-fa.gq-fa-angle-up {
  font-size: 45px !important;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ FOOTER STYLING END ~~~~~~~~~~~~~~~~~~~~~~~~~~ */









/* ~~~~~~~~~~~~~~~~~~~~~~~~~ TOOLTIP STYLING START ~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* In use in "bottomy.html"  please see that page for example implementations*/
.custom-link-gq {
  text-decoration: none;
  color: var(--link-text-color);
  border-bottom: 1.5px solid transparent;
  position: relative;
  /* Needed for positioning the tooltip */
}

.custom-link-gq::after {
  content: attr(data-tooltip);
  /* Use the data-tooltip attribute value */
  position: absolute;
  bottom: 100%;
  /* Position below the element */
  left: 50%;
  /* Center horizontally */
  transform: translateX(-50%);
  /* Center the tooltip text */
  white-space: nowrap;
  /* Prevent wrapping */
  background-color: #4949493a;
  /* Background color of the tooltip */
  color: var(--link-text-color);
  /* Text color */
  padding: 5px;
  /* Padding around the text */
  border-radius: 4px;
  /* Rounded corners */
  opacity: 0;
  /* Start hidden */
  visibility: hidden;
  /* Start hidden */
  transition: opacity .3s, visibility .3s;
  /* Smooth transition */
}

.custom-link-gq:hover::after {
  opacity: 1;
  /* Show on hover */
  visibility: visible;
  /* Show on hover */
}

.custom-link-gq:hover {
  cursor: pointer;
  border-bottom: 1.5px solid var(--border-color);
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~ TOOLTIP STYLING END ~~~~~~~~~~~~~~~~~~~~~~~~~ */









/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ START SOCIAL ICONS ~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.social_icons {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.social_icons_holder {
  display: flex;
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 50%;
  padding: 4px;
  background-image: url(../img/iconInsta.png);
  background-position: center;
  background-repeat: no-repeat;
}

.social_icons_holder1 {
  display: flex;
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 50%;
  padding: 4px;
  background-image: url(../img/iconInsta.png);
  background-position: center;
  background-repeat: no-repeat;
}

.social_icons_holder2 {
  display: flex;
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 50%;
  padding: 4px;
  background-image: url(../img/iconInsta.png);
  background-position: center;
  background-repeat: no-repeat;
}

.social_icons_holder3 {
  display: flex;
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 50%;
  padding: 4px;
  background-image: url(../img/iconInsta.png);
  background-position: center;
  background-repeat: no-repeat;
}

.social-sos-wrapper {
  display: flex;
  flex-direction: row;
  width: 85%;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ END SOCIAL ICONS ~~~~~~~~~~~~~~~~~~~~~~~~~~ */









/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ GOOGLE TRANSLATE STYLING START ~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#google-translate-container {
  position: absolute;
  top: 4px;
  right: 4px;
}

.gq-aca-headerfooter #google-translate-container {
  display: flex;
  justify-content: right;
  z-index: 999;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ GOOGLE TRANSLATE STYLING END ~~~~~~~~~~~~~~~~~~~~~~~~~~ */









/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ SEARCH BOX START ~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#searchButtonHeader{
  background-color: var(--header-login-background-color);
}
#searchButtonHeader svg{
  fill: var(--header-search-icon-color);
}
input#search_text_gq {
  border: 2px solid #00b14024 !important;
}
#search_text_gq::placeholder {
  color: #393939;
}

#searchbox-gq {
  display: flex;
  position: relative;
  justify-content: end;
  top: 50%;
  border-radius: 15%;
  margin-left: 50px;
}

#searchbox-gq {
  display: flex;
  width: auto;
  padding: 0;
  padding-right: 5%;
  height: auto;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}

#searchbox-gq input {
  height: 45px !important;

  border-radius: 0;
  border: 1px solid #000000;
  padding: 10px;
  background-color: white;
}


#searchbox-gq button {
  height: 45px;
  filter: invert(1);
  width: 45px;
  background-size: 24px auto;
  font-size: 27px;
}

#searchbox-gq button :hover {
  background-color: rgb(216, 215, 215);
  font-size: 25px;

}


#searchbox-gq button i {
  border: 1px solid #000000;

  color: rgb(0, 0, 0);
  height: 45px;
  filter: invert(1);
  width: 45px !important;
  background-size: 24px auto;
  display: flex;
  justify-content: center;
  align-items: center;

}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ SEARCH BOX END ~~~~~~~~~~~~~~~~~~~~~~~~~~ */









/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ MEDIA BY MIN WIDTH START~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media (min-width: 1201px) {

  /* .gq-aca-headerfooter #gq-menuItems>li {
    border-bottom: solid 4px transparent;
  } */

  .gq-aca-headerfooter #gq-menuItems>li:hover,
  .gq-aca-headerfooter #gq-menuItems>li:focus-within {
    /* border-bottom: solid 6px #fccf2f; */
    text-decoration: underline;
    text-underline-offset: 15px;
    text-decoration-thickness: 8px;
    text-decoration-color: var(--nav-underline-color);
  }
  
  .gq-aca-headerfooter #gq-menuItems {
    display: flex !important;
    padding-left: 12% !important;
    padding-right: 12% !important;
  }

  .gq-aca-headerfooter .fullscreenonly {
    display: block;
  }

  .gq-aca-headerfooter .dropdownonly {
    display: none;
  }

  .gq-aca-headerfooter [id$="-submenu"] {
    height: auto !important;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
  }

  .wsfd-info {
    flex-direction: row !important;
    padding-left: 2% !important;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ MEDIA BY MIN WIDTH END~~~~~~~~~~~~~~~~~~~~~~~~~ */









/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ MEDIA BY MAX WIDTH START~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media (max-width: 1395px) {}

@media (max-width: 1200px) {

  /*test focus-within*/
 /* Remove default list styles */
 li#home-list, li#Start-list, li#Search-list, li#Resources-list {
  height: auto !important;
 }
/* Show submenus when the parent <li> is focused or hovered */
#gq-navMenu li:focus-within > ul,
#gq-navMenu li:hover > ul {
  display: block;
}

/* Tabbing into the submenus */
#gq-navMenu li > a:focus, 
#gq-navMenu li > button:focus {
 border: 2px solid #000; 
 /* background-color: var(--gq-main-text-color) !important; */
 /* color: #fff !important; */
 /* background-color: #c6bb00; */
}
/* #gq-navMenu li > button:focus #Start-submenu {
  display: block;
} */

/*end test focus-within*/
  .searchwrap{
    display: none !important;
  } 
  /* Thsi handles the bar on hover below each MAIN menu Item */
  .gq-aca-headerfooter [id$="-submenu"] li:hover:not(.nohover) {
    background-color: none;
    border-bottom: transparent 2px solid;
  }

  .gq-aca-headerfooter #gq-menuItems>li:hover {
    background-color: var(--menu-hover-color);
    /* border-bottom: solid 4px var(--border-color); */
  }
  .gq-aca-headerfooter #gq-menuItems>li:hover button {
    color: #fff !important;
  }
  #gq-navMenu:focus-within #gq-menuItems {
    display: block;
}
#home-list:focus-within #home-submenu,
#Start-list:focus-within #Start-submenu {
    display: block;
}


#home-submenu a, #Start-submenu a {
    outline: none;  
}
  .gq-aca-headerfooter #gq-menuItems>li:focus-within {
    background-color: transparent;
    border-bottom: solid 4px transparent;
  }

  .gq-aca-headerfooter #gq-menuItems>li {
    border-bottom: solid 4px transparent;
  }


  /* this handles the bar on hover below each SUB menu Item */
  .gq-aca-headerfooter [id$="-submenu"] li>ul>li:hover:not(.nohover) {
    display: none;
  }

  .gq-aca-headerfooter [id$="-submenu"].active li:hover:not(.nohover) {
    /* background-color: rgba(250,250,250,0.2); */
    border-bottom: var(--border-color) 2px solid;
  }
  .gq-aca-headerfooter [id$="-submenu"].active li:hover:not(.nohover) a{
    color: #fff !important
  }

  .gq-aca-headerfooter [id$="-submenu"].active>li>ul :hover {
    border-bottom: var(--border-color) 2px solid;
  }
  
  /* This handles the display of the SUB menu list*/
  .gq-aca-headerfooter [id$="-submenu"] li {
    text-align: initial;
    font-size: 16px;
    font-weight: 400;
    padding: 3px 0px 3px 0px !important;
    margin: 0px;
    height: fit-content;
    box-sizing: content-box;
    border-bottom: transparent 2px solid;
  }

  .gq-aca-headerfooter [id$="-submenu"] li {
    border-bottom: transparent 2px solid;
  }

  .gq-aca-headerfooter [id$="-submenu"].active>li>ul :hover {
    border-bottom: var(--border-color) 2px solid;
  }

  .gq-aca-headerfooter [id$="-submenu"] {
    display: none;
  }

  .gq-aca-headerfooter [id$="-submenu"] {
    display: none;
    position: relative;
    width: max-content;
    padding: none;
    z-index: 0;
    top: 0px;
  }

  .gq-aca-headerfooter #gq-menuItems>li {
    height: fit-content;
    display: flex;
  }

  .gq-aca-headerfooter [id$="-submenu"] {
    padding: 0px;
    position: relative;
    height: 0px;
    z-index: 9999;
    /* transition: ease-in 0.25s; */
  }

  #searchbox-gq {
    display: none !important;
  }

  .gq-aca-headerfooter #gq-menuItems>li>button,
  .gq-aca-headerfooter #gq-menuItems>li>a {
    text-align: left;
    color: #4b5563;
    box-sizing: border-box;
    height: fit-content;
  }

  .gq-aca-headerfooter #gq-menuItems>li>a {
    padding: 8px 15px 8px 15px !important;
    margin: 0;
    justify-content: left;
    box-sizing: border-box;
    color: #4b5563 !important;
  }


  .gq-aca-headerfooter #gq-menuItems>li {
    height: auto;
  }

  .gq-aca-headerfooter [id$="-submenu"]>button {
    background-color: var(--menu-hover);
    height: fit-content;
  }

  .gq-aca-headerfooter [id$="-submenu"] a {
    padding-left: 20px !important;
  }

  .gq-aca-headerfooter #gq-menuItems button {
    padding: 8px 15px 8px 15px !important;
  }

  .gq-aca-headerfooter .fullscreenonly {
    display: none !important;
  }

  .gq-aca-headerfooter .dropdownonly {
    display: block;
  }

  /* Display Hamburger Menu */
  .gq-aca-headerfooter #gq-menu-button {
    display: flex;
    align-items: end;
    position: absolute !important;
    margin-bottom: 25px;
    margin-right: 12px;
  }

  .gq-aca-headerfooter #gq-menuItems {
    display: none;
    position: absolute;
    z-index: 9999;
    background-color: var(--menu-background);
    top: 140px;
    left: 0px;
    border-top: 10px solid var(--border-color);
    height: auto;
    margin: 0;
  }

  .gq-aca-headerfooter #gq-menuItems>li {
    text-align: left;
    display: block;
  }



  .gq-aca-headerfooter [id$="-submenu"] a,
  .gq-aca-headerfooter [id$="-submenu"] button {
    display: none;
  }


  .gq-aca-headerfooter [id$="-submenu"].active a,
  .gq-aca-headerfooter [id$="-submenu"].active button {
    display: block;
  }

  .gq-aca-headerfooter [id$="-submenu"].active {
    height: auto;
    display: block;
    top: 0px;
    width: 100%;
  }
}

@media (max-width: 1050px) {
  .wsfd-info{
    flex-direction: column;
  }
  ul.foot-navOnewrapper{
    border-left: none;
  }
  .gq-aca-headerfooter .grid.grid-pad {
    flex-direction: column;
  }

  .gq-aca-headerfooter .footer-widget-links,
  .gq-aca-headerfooter .footer-logo,
  .gq-aca-headerfooter .footer-widget-social {
    text-align: start;
    /* margin: auto; */
  }

  .gq-aca-headerfooter .footer-main-content {
    align-items: center;
    justify-content: flex-start;
  }
  
  /* .gq-aca-headerfooter .footer_logo {
      position: inherit;
      display: flex !important;
      width: 100% !important;
      padding-top: 20px;
  } */
}

@media (max-width: 600px) {

  .gq-aca-headerfooter .looking-for,
  .gq-aca-headerfooter .more-from-us {
    height: auto;
  }
}

@media (max-width: 500px) {
  .gq-aca-headerfooter #gq-logo-atag-footer {
    height: 150px;
    display: relative;
    background-image: var(--footer-logo-url);
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0);
    background-size: contain !important;
    margin-top: 0%;
  }

}

/*  ~~~~~~~~~~~~~~~~~~~~~~~~~~~ MEDIA BY MAX WIDTH END ~~~~~~~~~~~~~~~~~~~~~~~~~~ */









/*  ~~~~~~~~~~~~~~~~~~~~~~~~~~~ MEDIA BY SCREEN AND MAX WIDTH START ~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media screen and (max-width: 1050px) {
  .footer-nav-bar {
    font-size: 1rem;
    width: 100%;
  }
  .foot-navOneB{
    display: none !important;
  }
  .foot-navOneBottom{
    display: flex !important;
  }
}

@media screen and (max-width: 850px) {
  .wsfd-info {
    flex-direction: column;
    align-items: center !important;
  }

  .wsfd-info :first-child {
    margin: 0;
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 675px) {
  .footer-nav-bar {
    font-size: 1.2rem;
    width: 100%;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .accordion {
    width: 100%;
  }

  .content {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }

  .looking-for {
    display: flex;
    flex-direction: column;
    height: 80%;
    justify-content: space-between;
    align-items: center;
    justify-items: center;
    max-width: 100%;
    min-width: 25%;
  }
  
  .gq-aca-headerfooter #gq-menuItems>li{
    padding-left: 12px !important;
  }
}

@media screen and (max-width: 675px) {
  .gq-aca-headerfooter #gq-navMenu {
    display: flex;
    justify-content: right;
    align-items: end;
  }

  /* .gq-aca-headerfooter #gq-logo-atag {
    width: 45vw;
  } */

}

@media only screen and (max-width: 600px) {
  .communiy-served-message {
    align-items: center;
    /* Center items */
  }

  .com-mes-title {
    font-size: 1.2rem;
  }

  .com-mes-title,
  .community-one,
  .community-two,
  .community-three,
  .community-four,
  .community-five,
  .community-six,
  .community-seven {
    flex-basis: calc(50% - 15px);
    /* Set to 2 columns with spacing */
    margin: 10px;
    /* Adjust margin */
  }
}

@media screen and (max-width: 520px) {
  .gq-aca-headerfooter #headerul {
    display: none !important;
  }

  .gq-aca-headerfooter #headerul2 {
    display: block;
    list-style: none;
  }

  .gq-aca-headerfooter #headerul2 a {
    color: white;
    text-decoration: none;
  }

  .gq-aca-headerfooter #headerul2 li:hover {
    background-color: #ffffff3c;
  }

  .gq-aca-headerfooter [id$="-submenu"] {
    width: 100%;
  }
}

@media screen and (max-width: 515px) {
  .accordion {
    width: 100%;
  }

  .content {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }

  .p {
    width: 100%;
  }
}

@media screen and (max-width: 325px) {
  .gq-aca-headerfooter #gq-navMenu-container {
    flex-direction: column;
  }

  /* logos */
  .gq-aca-headerfooter #gq-logo-holder {
    padding-bottom: 0px;
    display: flex;
    justify-content: center;
  }

  .gq-aca-headerfooter #gq-logo-holder>a {
    height: 65px;
  }

  /* navigation menu */
  .gq-aca-headerfooter #gq-navMenu {
    width: 100%;
  }

  /* Hamburger Menu */
  .gq-aca-headerfooter #gq-menu-button {
    padding: 3px 5px;
  }
}

/*  ~~~~~~~~~~~~~~~~~~~~~~~~~~~ MEDIA BY SCREEN AND MAX WIDTH END ~~~~~~~~~~~~~~~~~~~~~~~~~~ */
