@font-face {
  font-family: "Roboto Condensed";
  src: url(../fonts/RobotoCondensed-ExtraBold.ttf);
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: Lato-regular;
  src: url(../fonts/Lato-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Lato-regular-italic;
  src: url(../fonts/Lato-Italic.ttf) format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: Lato-regular-italic;
  src: url(../fonts/Lato-LightItalic.ttf) format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: Oswald;
  src: url(../fonts/Oswald-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Oswald;
  src: url(../fonts/Oswald-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Oswald;
  src: url(../fonts/Oswald-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Oswald;
  src: url(../fonts/Oswald-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  line-height: 3.2rem;
  box-sizing: border-box;
}

.colM .aligned .vLargeTextField, .colM .aligned .vXMLLargeTextField {
  width: 1200px !important;
  min-height: 600px !important;
}

html {
  font-size: 10px;
  overflow-y: scroll;
  scrollbar-gutter: stable;
}

body {
  background-color: white;
  /* TO FORCE NOT TO SCROLL HORIZONTALLY */
  max-width: 100%;
  overflow-x: hidden !important;
  font-family: "Lato", sans-serif, Helvetica, Arial, "Helvetica Neue";
  font-weight: 400;
  font-size: 1.8rem;
  font-style: normal;
  color: #333;
}

blockquote {
  font-family: "Lato", sans-serif, Helvetica, Arial, "Helvetica Neue";
  font-size: 1.9rem;
  font-weight: 300;
  font-style: italic;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
  padding-left: 15px;
  border-left: 3px solid #ccc;
}

/* TOP MENU BANNERS */
.banner {
  background-color: #e6724b;
  min-height: 35px;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
}

.banner-bg {
  background-color: #e6724b;
}

.page-link {
  font-family: "Roboto Condensed" !important;
  font-style: normal;
  font-weight: 900;
  font-size: 1.7rem;
  color: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  background-color: rgba(36, 171, 238, 0);
  text-align: center;
  margin: 10px;
  padding-left: 25px;
  padding-right: 25px;
  border-top-right-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  border-top-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.page-link:hover, .page-link.active {
  border-color: #e6724b !important;
  background-color: #e6724b !important;
  color: white !important;
}

/* *************************************************
*   THE START OF THE TOP BANNER STYLING
*   
***************************************************/
#topLinks {
  display: grid;
  grid-template-areas: "contact social";
  grid-template-columns: 90% 10%;
  padding: 0px !important;
  margin: 0px !important;
}

#contactLinks {
  grid-area: contact;
  display: flex;
  justify-self: start;
  padding: 0px !important;
  margin: 0px !important;
}

#socialLinks {
  grid-area: social;
  display: flex;
  flex-direction: row-reverse;
  justify-self: end;
  padding: 0px !important;
  margin: 0px !important;
}

#contactLinks {
  list-style-type: none;
  background-color: #e6724b;
  min-height: 35px;
  width: 100%;
  margin: auto;
  font-size: 17px;
  line-height: 35px;
}
#contactLinks li {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
#contactLinks li b {
  white-space: nowrap;
  padding-right: 10px;
  padding-left: 10px;
  display: block;
  line-height: 35px;
  font-size: 17px;
  color: #fff;
  font-family: oswald, lato !important;
  text-shadow: #000 3px 3px 4px !important;
}
#contactLinks li a {
  text-decoration: none;
  font-size: 19px !important;
}
#contactLinks li:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}

#socialLinks {
  display: flex;
  justify-content: right;
}

/* TARGETTING TABLET SCREENS: BETWEEN 769 AND 990 PX SIZES */
@media screen and (max-width: 990px) and (min-width: 769px) {
  #topLinks {
    display: grid;
    grid-template-areas: "contact" "social";
  }
  #contactLinks {
    grid-area: contact;
  }
  #socialLinks {
    grid-area: social;
    justify-content: center;
  }
}
.building-image-col {
  padding-bottom: -10px !important;
}

img#building-image {
  width: 100%;
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 13px -7px #000000, 6px 7px 10px -5px rgba(0, 0, 0, 0);
  box-shadow: 0px 10px 13px -7px #000000, 6px 7px 10px -5px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 10px 13px -7px #000000, 6px 7px 10px -5px rgba(0, 0, 0, 0);
}

#cntact-form-col form {
  padding-left: 3rem;
  padding-right: 1rem;
  border-left: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}

.form-control {
  font-size: 1.5rem;
}

button.about-this-form {
  font-size: 1.7rem !important;
  border: 1px solid rgba(0, 0, 0, 0.25);
  color: #ffffff !important;
  background-color: #e6724b !important;
}

button.about-this-form:focus {
  border: 1px solid #e6724b !important;
  color: #ffffff !important;
  background-color: #e6724b !important;
}

button.about-this-form:not(.collapsed) {
  color: white !important;
  background-color: #e6724b !important;
  border: 1px solid #e6724b !important;
}

button.about-this-form.collapsed {
  border: 1px solid #e6724b !important;
}

button.about-this-form:active {
  border: 1px solid #e6724b !important;
}

.accordion-item {
  border: 1px solid #e6724b !important;
}

/*
.accordion-button:not(.collapsed) {
  color: white;
  background-color: $banner-bg-color;
  border: 1px solid $banner-bg-color;
}
*/
/* TARGETTING MOBILE DEVICES: SCREEN SMALLER THAN 768 PX */
@media screen and (max-width: 768px) {
  #topLinks {
    display: grid;
    grid-template-areas: "contact" "social";
  }
  #contactLinks {
    grid-area: contact;
    display: grid;
    grid-template-areas: "fone" "email" "addr";
  }
  #fone {
    grid-area: fone;
    justify-content: center;
  }
  #e-mail {
    grid-area: email;
    justify-content: center;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
  }
  #addr {
    grid-area: addr;
    justify-content: center;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
  }
  #socialLinks {
    grid-area: social;
    display: flex;
    flex-direction: row-reverse;
    justify-content: left;
  }
}
#contactLinks .svg-inline--fa {
  height: 0.8em;
}
#contactLinks .fa-regular {
  font-size: 1em;
}

#socialLinks .svg-inline--fa {
  height: 1.1em;
}

/*
.svg-inline--fa{
  line-height: 0.5em;

}
*/
/* END OF MOBILE DEVICE STYLING ****/
/*  Social Link Icon styling */
#socialLinks {
  list-style-type: none;
  background-color: #e6724b;
  min-height: 35px;
  width: 100%;
  margin: auto;
}
#socialLinks li {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
#socialLinks li a, #socialLinks li input.logged-in-a {
  padding-right: 15px;
  padding-left: 15px;
  display: block;
  line-height: 35px;
  text-decoration: none;
  font-size: 17px;
  color: #fff;
  font-family: oswald, lato !important;
  text-shadow: #000 3px 3px 4px !important;
}
#socialLinks li:last-child {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
#socialLinks li a:hover {
  background-color: #fff;
  color: #e6724b;
}

/* THE END OF SOCIAL LINK ICON STYLING ****/
/******EMAIL STYLING ********************** */
#email {
  color: #fff;
}
#email :hover, #email :active, #email :visited {
  text-decoration: none;
}

a.con-email-site {
  text-decoration: none;
  color: #333;
}

/* *************************************************
*   THE START OF THE TOP BANNER STYLING
*   
***************************************************/
.logo-banner {
  display: flex !important;
  align-items: center;
}

#logo {
  width: 100px;
  padding: 0;
  margin: 8px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .logo-banner div {
    text-align: center;
  }
}
#labelWrapper {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: auto;
}

#searchWrapper {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: inline-block;
}

#tvgLabel {
  font-family: "Roboto Condensed" !important;
  font-style: normal;
  font-weight: 900;
  font-size: 3vw;
  text-align: center;
  padding: 0;
  color: #000000;
  white-space: nowrap;
  background-color: rgb(255, 255, 255);
  text-shadow: rgb(163, 158, 158) 5px 4px 2px;
}

.searchBox input[type=text] {
  width: 100% !important;
  border: 1px solid rgba(230, 114, 75, 0.5) !important;
  border-radius: 5px;
  outline: none;
  display: none;
}
.searchBox input[type=text] :focus {
  border: 1px solid rgba(230, 114, 75, 0.5) !important;
}
.searchBox input[type=text] :focus-visible {
  border: 1px solid rgb(230, 114, 75) !important;
}

button#searchsubmitid {
  border: 0px solid rgba(230, 114, 75, 0) !important;
}
button#searchsubmitid svg.svg-inline--fa {
  vertical-align: -0.23em;
}

.searchBox [type=submit] svg.svg-inline--fa {
  background-color: #fff !important;
  color: #e6724b !important;
}

/*
.s
earchBox input[type="text"] {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

#searchsubmitid .svg-inline--fa:hover + #search-field {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

*/
/** MAIN MENU CSS **/
.menu-bk {
  background-color: #e6724b;
}

ul.navbar-nav {
  padding: 0px !important;
}

ul.navbar-nav > li.nav-item > a.nav-link {
  border-right: 1px solid rgba(245, 245, 245, 0.35);
  border-top: 0;
  color: #fff;
  font-weight: 600;
  padding: 15px 20px;
  text-shadow: rgb(0, 0, 0) 3px 3px 4px;
  font-family: oswald, lato;
  text-transform: uppercase;
  font-size: 1.9rem;
  line-height: 27.15px;
}

ul.navbar-nav > li.nav-item > a:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}

#navbarSupportedContent > ul.navbar-nav > li.nav-item > a.nav-link:hover,
#navbarSupportedContent > ul.navbar-nav > li.active > a.nav-link {
  background-color: #fff;
  color: #e6724b;
}

.navbar {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.dropdown-menu {
  padding: 15px 30px !important;
  font-size: 1.5rem;
  min-width: 30rem !important;
  color: black !important;
  shadow: none !important;
}

#socialLinks li form input.logged-in-a, #socialLinks li a#maintenace-link-id {
  border: 0px !important;
  width: 100%;
  text-align: center;
  text-shadow: #000 0px 0px 0px !important;
  color: black !important;
}

#socialLinks li a#maintenace-link-id:hover {
  color: #e6724b !important;
}

#socialLinks li form input.logged-in-a:hover {
  color: #e6724b !important;
  background-color: rgba(0, 0, 0, 0) !important;
}

ul.dropdown-menu > li.sub-nav-item > a.dropdown-item:hover, ul.dropdown-menu > li.active > a.dropdown-item {
  color: #e6724b !important;
  border-bottom: 1px solid rgba(230, 114, 75, 0.4) !important;
  background-color: rgba(0, 0, 0, 0);
}

.my-dropdown-toggle {
  display: inline-block;
  position: relative;
}

.my-dropdown-toggle::after {
  content: url("../images/dropdown-arrow-white.webp");
  position: absolute;
  top: 1.7rem;
}

.my-dropdown-toggle:hover::after {
  content: url("../images/dropdown-arrow.webp");
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.my-dropdown-toggle:hover::after, li.active > a.my-dropdown-toggle::after {
  content: url("../images/dropdown-arrow.webp");
}

#carouselExampleCaptions .carousel-caption {
  bottom: 50% !important;
}
#carouselExampleCaptions .carousel-caption .slide-title {
  font-family: "Roboto Condensed" !important;
  font-style: normal;
  font-weight: 900;
  font-size: 2.5vw !important;
  background-color: rgba(0, 0, 0, 0);
  text-shadow: rgb(163, 158, 158) 5px 4px 2px;
}
#carouselExampleCaptions .carousel-caption .slide-content {
  font-size: 1.3vw;
  text-shadow: rgb(163, 158, 158) 5px 4px 2px;
}

/**************************************************
*    THE START OF THE FOOTER STYLING
*
*************************************************** */
.footer-parent h2 {
  font-family: oswald, lato;
  text-transform: uppercase;
  text-shadow: rgb(0, 0, 0) 3px 3px 4px;
  font-size: 2.3rem;
  padding-bottom: 10px;
  padding-top: 20px;
}

.footerOther {
  vertical-align: middle;
  font-family: "Oswald", serif;
  font-size: 1.8rem;
  display: inline-block;
}

.footerCharity {
  font-family: "Oswald", serif;
  font-size: 1.4rem;
}

.footerBanner {
  background-color: #e6724b;
  font-family: "Merriweather Sans", sans-serif;
  min-height: 40px;
  color: #ffffff;
  width: 100% !important;
  padding-bottom: 10px;
  margin: 0;
}

.f-mission > #footer-mission {
  /* text-align: justify !important; */
}

.f-mission > #footer-mission, div#three-com-chan, div#footer-addr {
  font-size: 1.8rem;
}

div#footer-addr {
  /* color:#891810; */
}

span#addr-contact-divider {
  margin: 0;
  padding: 0;
  font-size: 5px;
}

div#footer-addr {
  padding-bottom: 7px;
  margin-bottom: 7px;
}

div#three-com-chan {
  padding-top: 0px;
  margin-top: 0px;
}

.copyrightBanner {
  color: #fff;
  background-color: #2D3F51;
  min-height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 1.8rem;
  text-shadow: rgb(83, 84, 87) 1px 0px 5px;
  background-origin: padding-box;
  background-size: auto auto;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.05);
}

.footer-parent {
  display: grid;
  grid-template-areas: "contact mission followus fundedby";
  grid-template-columns: 20% 25% 30% 25%;
  padding-top: 2.5rem !important;
}

.f-contact {
  grid-area: contact;
}

.f-mission {
  grid-area: mission;
}

.f-followus {
  grid-area: followus;
}

.f-fundedby {
  grid-area: fundedby;
}

.f-contact > h2, .f-mission > h2, .f-followus > h2, .f-fundedby > h2 {
  padding-bottom: 0.2em;
  font-size: 2rem;
}

.footer-parent a {
  text-decoration: none;
  color: white;
}

.f-followus {
  margin-left: 20px;
}

@media screen and (max-width: 990px) and (min-width: 769px) {
  .footer-parent {
    display: grid;
    grid-template-areas: "contact fundedby" "mission followus";
    grid-template-columns: 50% 50%;
  }
  .f-contact {
    grid-area: contact;
  }
  .f-mission {
    grid-area: mission;
  }
  .f-followus {
    grid-area: followus;
  }
  .f-fundedby {
    grid-area: fundedby;
  }
}
@media screen and (max-width: 768px) {
  .footer-parent {
    display: grid;
    grid-template-areas: "contact" "followus" "mission" "fundedby";
    grid-template-columns: 100%;
  }
  .f-contact {
    grid-area: contact;
  }
  .f-mission {
    grid-area: mission;
  }
  .f-followus {
    grid-area: followus;
  }
  .f-fundedby {
    grid-area: fundedby;
  }
}
/**   PRIVACY, COPYRIGHTS AND DESIGNED BY  BANNER */
.copyrightBanner {
  display: grid;
  grid-template-areas: "privacy crights designedby";
  grid-template-columns: 25% 50% 25%;
}

.privacy {
  grid-area: privacy;
  display: flex;
  align-items: center;
  justify-content: center;
}

.crights {
  grid-area: crights;
  display: flex;
  align-items: center;
  justify-content: center;
}

.designedby {
  grid-area: designedby;
  display: flex;
  align-items: center;
  justify-content: center;
}

.privacy a, .designedby a {
  text-decoration: none;
  color: white;
}

@media screen and (max-width: 990px) and (min-width: 769px) {
  .copyrightBanner {
    display: grid;
    grid-template-areas: "crights crights" "privacy designedby";
    grid-template-rows: auto auto;
    grid-template-columns: 50% 50%;
  }
  .privacy {
    grid-area: privacy;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .crights {
    grid-area: crights;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .designedby {
    grid-area: designedby;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .copyrightBanner {
    display: grid;
    grid-template-areas: "crights" "privacy" "designedby ";
    grid-template-rows: auto auto auto;
    grid-template-columns: 100%;
  }
  .privacy {
    grid-area: privacy;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .crights {
    grid-area: crights;
  }
  .designedby {
    grid-area: designedby;
  }
}
/* TEXT Style */
h2.post-title.text-center {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700 !important;
  font-size: 3.8rem;
  font-variant: normal;
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.5);
}

a.blog-title {
  text-decoration: none;
}
a.blog-title h3.text-center {
  font-size: 3rem;
  color: #2c2c2c;
}

h3.text-center {
  font-size: 3rem;
  color: #2c2c2c;
}

h3.qna {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700 !important;
  font-size: 2.8rem;
  font-variant: normal;
  margin-top: 3rem;
  margin-bottom: 3rem;
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.5);
}

p {
  text-align: justify;
}

@media only screen and (min-width: 991px) {
  ul {
    padding-left: 8.2rem !important;
  }
  p, ul {
    line-height: 3.2rem;
    padding-bottom: 2.3rem;
  }
}
a.art-hl-btn, button.art-hl-btn {
  color: rgba(51, 51, 51, 0.8) !important;
  text-decoration: none;
  border: 1px solid rgba(51, 51, 51, 0.8);
  border-radius: 5px;
  padding: 5px 15px;
  font-size: 1.8rem;
  width: 50%;
}

a.art-hl-btn:hover, button.art-hl-btn {
  color: rgba(0, 0, 0, 0.5) !important;
  border: 1px solid rgba(51, 51, 51, 0.5);
}

.profile-btn {
  margin-top: 5px;
  display: flex;
  flex: 1;
  align-items: flex-end;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
  font-family: oswald, lato;
  font-weight: 700;
  font-size: 2.5rem;
}

.rnd {
  border-radius: 50% !important;
}

.profile-image {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  width: 18rem;
  margin-bottom: 1.5rem;
}

.btn {
  width: 100%;
}

.card-subtitle {
  font-size: 1.8rem;
}

.bottompadding {
  padding-bottom: 6rem;
}

/* FRONT-PAGE ARCHIVE PHOTOS */
#rebelarchive a {
  position: relative;
  display: block;
}

#rebelarchive a.rebel-archive-a-link {
  position: static;
  display: inline-block;
}

#rebelarchive .caption {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  opacity: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  overflow: hidden;
  width: 50%;
  height: 50%;
  transition: 0.9s ease;
}

#rebelarchive a:hover .caption {
  width: 100%;
  height: 100%;
  opacity: 1;
}

/* CALENDAR */
#calendar {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

table.fc-col-header thead {
  background-color: #2d3f51 !important;
}
table.fc-col-header thead .fc-col-header-cell-cushion {
  color: #e6724b !important;
}

.fc .fc-button .fc-icon {
  font-size: 1.5em;
  vertical-align: middle;
  color: #e6724b;
}

.fc .fc-button-primary:disabled {
  color: #e6724b;
}

.fc-h-event .fc-event-main {
  background: #e6724b;
}

.fc-today-button {
  color: #e6724b !important;
}

.upcoming-header {
  background-color: #2d3f51 !important;
  border-radius: 0.25em;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.4em 0.65em;
  text-align: center;
  user-select: none;
  width: 100%;
  vertical-align: middle;
}
.upcoming-header h3.upcoming-title {
  color: #e6724b !important;
  font-size: 2rem;
}

/* Set the gap between calendar and calendar navigational menu */
.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 0.5em !important;
}

h2.fc-toolbar-title, .fc-toolbar-title {
  color: #e6724b;
  text-shadow: -1px -1px 1px #ffffff, 1px 1px 1px rgba(0, 0, 0, 0.8);
  font-family: oswald, lato;
  font-weight: 700;
  font-size: 3.5rem !important;
}

/* contact us */
#leave_us_msg {
  color: #fff !important;
  background-color: #e6724b !important;
}

.btn-tvg-contact {
  color: #fff;
  background-color: #e6724b !important;
  font-size: 1.8rem;
  border-color: #e6724b !important;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.6);
}

.btn-tvg-contact:hover {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.6);
}

.btn-tvg-contact:focus {
  color: #e6724b !important;
  background-color: #ffffff !important;
  border-color: #e6742b !important;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.6);
}

#contact-tvglogo {
  width: 200px !important;
  height: auto !important;
}

/* staff photos */
#staff-photo {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 3.5rem;
  border-radius: 20px;
  border-style: none;
  /*  box-shadow: rgba(51, 51,51,0.3) 0 0px 3px,rgba(51,51, 51,0.3) 0 0px 1px
   *  -3px inset, rgba(51,51,51,0.3) 0 -3px 0px; */
}

.tvg-staff-name {
  padding-top: 3rem;
  padding-bottom: 1rem;
  font-weight: 600;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
  font-family: oswald, lato;
  font-weight: 900;
  /*text-transform: uppercase; */
  font-size: 2.5rem;
}

.staff-name {
  font-family: oswald, lato;
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 2.2rem;
}

.btn-outline-tvg {
  align-self: center;
  background-color: #fff;
  background-image: none;
  background-position: 0 90%;
  background-repeat: repeat no-repeat;
  background-size: 4px 3px;
  border-radius: 15px 225px 255px 15px 15px 255px 225px 15px;
  border-style: solid;
  border-width: 2px;
  /*box-shadow: rgba(0, 0, 0, .2) 15px 28px 25px -10px;*/
  box-shadow: rgba(0, 0, 0, 0.3) 2px 8px 8px -3px;
  box-sizing: border-box;
  color: #41403e;
  cursor: pointer;
  display: inline-block;
  line-height: 23px;
  outline: none;
  padding: 0.75rem;
  text-decoration: none;
  transition: all 235ms ease-in-out;
  border-bottom-left-radius: 15px 255px;
  border-bottom-right-radius: 225px 15px;
  border-top-left-radius: 255px 15px;
  border-top-right-radius: 15px 225px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  font-family: oswald, lato;
  font-weight: 700;
  font-size: 1.9rem;
}

.btn-outline-tvg:hover {
  color: rgb(230, 114, 75);
  box-shadow: rgba(0, 0, 0, 0.2) 15px 28px 25px -10px;
  /*  box-shadow: rgba(0, 0, 0, .3) 2px 8px 8px -5px;*/
  transform: translate3d(0, 2px, 0);
}

.btn-outline-tvg:focus {
  box-shadow: rgba(0, 0, 0, 0.3) 2px 8px 4px -6px;
}

/*
.btn-outline-tvg{
  color:rgba(51, 51, 51, 0.5);
  box-shadow: rgba(51, 51, 51, 0.3) 0 -1px 1px,rgba(51, 51, 51, 0.3) 0 -1px 1px inset;
  background-color: rgba(51,51,51,0);
  border-radius:10px;
  border-style: none; 
  box-sizing: border-box;
  display: inline-block;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
  font-family: oswald, lato;
  font-weight:700;
  font-size: 1.9rem;

  padding: 1rem 1.3rem;
  transition: all 0.5s;
}

.btn-outline-tvg:hover {
  color:rgba(230, 114, 75, 1);
  box-shadow: rgba(230, 114, 75, 0.3) 0 -3px 1px inset; 
 }
*/
/* maintenance login */
div.career-hd {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #e6724b;
}

button.maintenance-btn, div.career-hd input, a.maintenance-btn {
  font-weight: 400;
  font-family: Lato-regular;
  --bs-btn-border-color: rgba(3, 109, 253,0);
}

.alert-success {
  background-color: white !important;
  color: #e6724b !important;
  border: 1px solid #e6724b !important;
}

button.career-button {
  margin-left: 10px;
  margin-right: 10px;
}

div.career-hd input {
  padding: 15px 20px;
  text-transform: uppercase;
  font-size: 1.9rem;
  line-height: 27.15px;
  text-shadow: rgb(0, 0, 0) 3px 3px 4px;
  font-style: normal;
}

button.maintenance-btn, a.maintenance-btn {
  padding: 5px 15px;
  font-size: 1.7rem;
  text-shadow: rgb(0, 0, 0) 2px 2px 2px;
  font-style: normal;
}
button.maintenance-btn :hover, a.maintenance-btn :hover {
  border: 10px solid rgb(0, 0, 0) !important;
}

.delete-btn {
  margin-left: 10px;
  margin-right: 10px;
}

.card {
  padding: 0px !important;
  margin: 0px !important;
  height: 100% !important;
  width: 100% !important;
}

.card-subtitle {
  font-size: 1.8rem;
}

div#login-box, div#reset-box, div#create-account-box, div#change-password-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0px 60px 60px 60px !important;
  border: 1px solid rgba(45, 45, 45, 0.3);
  border-radius: 10px;
  margin-bottom: 5rem;
  background-color: rgba(45, 45, 45, 0.2);
}
div#login-box input[type=submit], div#reset-box input[type=submit], div#create-account-box input[type=submit], div#change-password-box input[type=submit] {
  background-color: rgba(45, 45, 45, 0.5);
  border-radius: 10px;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}
div#login-box input[type=email], div#reset-box input[type=email], div#create-account-box input[type=email], div#change-password-box input[type=email] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-sizing: border-box;
}

div#change-password-box ul.errorlist {
  display: none;
}

#login-icon {
  width: 30% !important;
  border-radius: 0px;
  height: auto;
  padding-top: 30px !important;
}

#id_password,
#id_username, #id_old_password, #id_new_password1, #id_new_password2,
#id_password1, #id_password2 {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-sizing: border-box;
}

/* ****************************
* Form styling
*
******************************* */
.tvg-form {
  margin-top: 2rem;
  margin-bottom: 5rem;
  padding: 6rem 3rem 3rem 3rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  width: 90% !important;
  font-size: 1.8rem;
}
.tvg-form input[type=text], .tvg-form input[type=datetime-local], .tvg-form select, .tvg-form textarea {
  width: 100%;
  padding: 7px 10px;
  margin: 10px 0;
  display: block;
  border: 1px solid #ccc;
  border-radius: 7px;
  box-sizing: border-box;
  font-size: 14px;
}
.tvg-form select:focus, .tvg-form input[type=datetime-local] {
  border: 1px solid #000;
  box-shadow: 0 1px 0 0 #000;
}
.tvg-form input[type=text]:focus {
  border-bottom: 1px solid #000;
  box-shadow: 0 1px 0 0 #000;
}
.tvg-form input[type=file] {
  margin: 10px 0px;
  border: 1px solid #ccc;
  border-radius: 2px;
}
.tvg-form .tvg-btn {
  margin: 10px 0px;
}
.tvg-form .btn-primary {
  width: 15% !important;
  background-color: #e6724b;
}

label, select, input[type=text], input[type=file], input[type=tel] {
  font-size: 1.8rem;
}

#form-action .btn {
  margin-left: 2px;
  margin-right: 2px;
  width: 120px !important;
}

hr.form-title {
  border: 1px solid rgb(51, 51, 51);
  text-shadow: rgb(163, 158, 158) 5px 4px 2px;
  border-radius: 70% 70%;
  height: 0.01rem;
  max-width: 15.25rem;
  margin: 0rem auto 1.5rem auto;
  opacity: 1;
}

.btn-primary {
  background-color: #e6724b !important;
}

.btn-primary, .btn-danger, .btn-success, .btn-secondary {
  font-size: 1.8rem;
}

.table-tvg {
  background-color: #2f4858 !important;
  color: white !important;
  text-align: center !important;
}

#delete-warning {
  margin-top: 3rem;
}
#delete-warning h5.warning {
  color: red;
  font-size: 2.5rem;
}
#delete-warning .danger-alert {
  color: red;
}

/************************
*  EU Cookie Compliance
**************************** */
#cookit {
  background: #2D3F51 !important;
  background: radial-gradient(circle, rgb(47, 47, 47) 0%, rgba(0, 0, 0, 0.9542017491) 24%, rgb(36, 36, 36) 58%);
  border: 1px solid rgb(230, 114, 75) !important;
}

#close-sign {
  width: 2em;
  height: auto;
  position: absolute;
  top: 20px !important;
  right: 20px !important;
}

#cookit-message, #cookit-link, #cookit-button, #showCookiePolicyButton {
  font-size: 0.875em !important;
  padding: 0 2em 0 0;
}

div#cookit-message {
  line-height: 37px;
  text-align: justify;
  display: block !important;
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
  color: rgb(230, 114, 75) !important;
}

a#cookit-link {
  display: block !important;
}

#cookit-button, #cookit-link, #showCookiePolicyButton {
  background: rgba(255, 255, 255, 0) !important;
  color: rgb(230, 114, 75) !important;
}

#cookit-button, #showCookiePolicyButton {
  border: 1px solid rgb(230, 114, 75) !important;
  border-radius: 9% 9% 9% 9%;
}

.top-margin-2 {
  margin-top: 2em;
}

#iacceptnow, #gototop {
  padding: 0.1em 1em;
  text-decoration: none;
  color: #2d2d2d !important;
  background: rgba(255, 255, 255, 0) !important;
  border: 1px solid #2d2d2d !important;
  font-size: 1em;
}

#cookit-link {
  padding: 0.1rem 1rem;
  margin-left: auto;
  border: 1px solid rgb(230, 114, 75) !important;
  font-size: 1em;
}

#cookit-button, #showCookiePolicyButton {
  padding: 0.1rem 1rem !important;
}

/*# sourceMappingURL=style.css.map */
