@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;700&family=Cormorant:ital,wght@0,400;0,600;0,700;1,400&family=Montserrat:ital,wght@0,400;0,600;0,700;1,400;1,600&family=Open+Sans:wght@300;400;700&family=Satisfy&display=swap');

/* Global styles */
a{
    color: #396EB8;
    font-weight: 500;
}

header{
    position: relative;
}

header .siteLogo{
    text-align: center;
    padding-top: 1.5em;
}

header .siteLogo img{
    max-width: 150px;
}

header .authHeader{
    position: absolute;
    right: 17px;
    top: 100px;
}

header .authHeader a{
    color: #414042;
    text-decoration: none;
}

header .authHeader a.dropdown-toggle{
    max-width: 40px;
    text-align: right;
    float: right;
}

header .authHeader a.dropdown-item svg{
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

header .authHeader ul.dropdown-menu{
    clear: both;
    z-index: 9999;
    position: absolute;
    right: -1px;
    top: 35px;
}

header .authHeader ul.dropdown-menu li:last-child a.dropdown-item svg{
    margin-right: 10px;
}

header .topMenu{
    text-align: right;
    margin: -30px 0px 30px;
}

header .topMenu span{
    display: inline;
    margin-right: 10px;
}

header .topMenu span a{
    color: #414042;
}

header .topMenu span:last-child{
    margin-right: 5px;
}

header .topMenu .separator{
    vertical-align: text-bottom;
}

header .navbar .navbar-nav{
    width: 100%;
    text-align: center;
}

header .navbar .navbar-nav a{
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
}

header .navbar .navbar-nav a:hover,
header .navbar .navbar-nav a:focus,
header .navbar .navbar-nav a.active{
    font-weight: bold;
}

header .navbar .navbar-nav a:hover,
header .navbar .navbar-nav a:focus{
    background: url('/Templates/images/menu-top-bg.png') no-repeat 1.5em top transparent;
}

header .navbar .navbar-nav .dropdown-menu{
    left: 2em;
    padding: 0px;
    border: 0px none;
    min-width: 27.5em;
    background: #404041 none;    
    border-radius: 0px;
}

header .navbar .navbar-nav .dropdown-menu li{
    padding: 0em 1em;
}

header .navbar .navbar-nav .dropdown-menu li a{    
    color: #eae5d6;
    border-bottom: 1px solid #eae5d6;
    padding-left: 0px;
    padding-right: 0px;
}

header .navbar .navbar-nav .dropdown-menu li:last-child a{
    border-bottom: 0px none;
}

header .navbar .navbar-nav .dropdown-menu li:hover,
header .navbar .navbar-nav .dropdown-menu li:focus,
header .navbar .navbar-nav .dropdown-menu li a:hover,
header .navbar .navbar-nav .dropdown-menu li a:focus{
    background: #eae5d6 none;
    color: #404041;
}

.whiteBg{
    background-color: #ffffff;
}

.beigeBg{
    background-color: #f2f3e8;
}

.withBgImg{
    background: url('/Templates/images/our-initiatives.jpg') no-repeat center center;
    background-size: cover;
}

h1, h2{
    font-family: 'Barlow', sans-serif;
    font-weight: bold;
}

h1{
    font-size: 57.4px;
}

h2{
    font-size: 40px;
    font-weight: 600;
    margin-top: 30px;
}

.specialHeading h2{
    font-size: 50px;
    margin-top: -20px;
    text-align: center;
    font-weight: 700;
}

footer{
    background-color: #404041;
    padding: 5em 0em;
}

footer .leftFooter{
    text-align: center;
}

footer .leftFooter p{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
}

footer .leftFooter img{
    width: 100%;
    height: auto;
    max-width: 187px;
    margin-bottom: 1em;
}

footer .rightFooter .menuHeading{
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 1em;
}

footer .rightFooter a{
    color: #ffffff;
}

footer .rightFooter a i{
    font-size: 2em;
    margin-top: 0.5em;
}

footer .rightFooter ul{
    padding-left: 0px;
}

footer .rightFooter ul li{
    list-style: none;
}

footer .rightFooter p, footer .rightFooter ul li a{
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-decoration: none;
}

footer .rightFooter ul li a:hover,
footer .rightFooter ul li a:focus{
    text-decoration: underline;
}

footer .rightFooter a.beigeBtn{
    display: inline-block;
    padding: 15px 30px;
    border-radius: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #f2eddd;
    color: #404041;
    border: 2px solid #f2eddd; 
    margin-top: 1em;
}

footer .rightFooter a.beigeBtn:hover,
footer .rightFooter a.beigeBtn:focus{
    background-color: #404041;
    color: #f2eddd;
}

footer .bottomFooter{
    margin-top: 2em;
    text-align: center;
}

footer .bottomFooter img{
    max-height: 92px;
}

footer .bottomFooter p,
footer .bottomFooter p a{
    color: #ffffff;
}


/* Homepage styles */
#home #banner{
    position: relative;
}

#home #banner img{
    width: 100%;
    height: auto;
}

#home #banner .bannerOverlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#home #banner .bannerOverlay .bannerOverlayInner{
    background-color: rgb(0,0,0,0.5);
    position: relative;
    top: 42%;
    bottom: 50%;
    left: 17%;
    max-width: 75%;
    text-align: center;
    padding: 1em;
}

#home #banner .bannerOverlay .bannerOverlayInner .bannerText{
    font-family: 'Cormorant', serif;
    font-size: 57px;
    font-weight: 300;
    line-height: 0.8;
}

#home #banner .bannerOverlay .bannerOverlayInner .bannerText h1,
#home #banner .bannerOverlay .bannerOverlayInner .bannerText h3{
    color: #ffffff;
}

#home #intro{
    padding: 5em 0em;
}

#home #intro h2{
    text-align: center;
}

#home #intro .introItem{
    margin-top: 4em;
    text-align: center;
}

#home #intro .introItem .introItemImg{
    margin-bottom: 1.5em;
}

#home #intro .introItemImg img{
    max-width: 100%;
}

#home #intro .introItem .IntroItemTitle{
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    min-height: 90px;
    margin-bottom: 1em;
}

#home #intro .introItem .IntroItemDesc{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 2em;
}

#home #intro .introItem .IntroItemBtn a{
    display: inline-block;
    padding: 15px 30px;
    border-radius: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #404041;
    color: #f2f3e8;
    border: 2px solid #404041;  
}

#home #intro .introItem .IntroItemBtn a:hover,
#home #intro .introItem .IntroItemBtn a:focus{
    background-color: #f2f3e8;
    color: #404041;
}

#home #aboutUs{
    padding: 5em 0em;
    background: url('/Templates/images/how-you-can-help-curvy-line.png') no-repeat center center;
}

#home #aboutUs .aboutUsIntro{
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 300;
    padding: 0em 8em;
    margin-bottom: 2em;
}

#home #aboutUs .aboutUsTestimonial{
    text-align: center;
    padding: 0em 12em;
}

#home #aboutUs .aboutUsTestimonial p{
    font-family: 'Barlow', sans-serif;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 2em;
}

#home #aboutUs .aboutUsTestimonial {
    width: 100%;
    height: 360px;
    margin-bottom: 2em;
}

#home #aboutUs .aboutUsTestimonial .slider {
    height: 320px;
    width: 100%;
    margin: 0px auto 0px;
    overflow: visible;
    position: relative;
}

#home #aboutUs .aboutUsTestimonial .mask {
    overflow: hidden;
    height: 320px;
}

#home #aboutUs .aboutUsTestimonial .slider ul {
    margin: 0;
    padding: 0;
    position: relative;
}

#home #aboutUs .aboutUsTestimonial .slider li {
    width: 100%;
    height: 320px;
    position: absolute;
    top: -325px;
    list-style: none;
}

#home #aboutUs .aboutUsTestimonial .slider .quote {
    font-family: 'Satisfy', cursive;
    font-size: 42px;
    margin-bottom: 10px;
    line-height: 1.2;
}

#home #aboutUs .aboutUsTestimonial .slider .source {
    font-family: 'Satisfy', cursive;
    font-size: 24px;
}

#home #aboutUs .aboutUsTestimonial .slider li.anim1 {
    animation: cycle 15s linear infinite;
}

#home #aboutUs .aboutUsTestimonial .slider li.anim2 {
    animation: cycle2 15s linear infinite;
}

#home #aboutUs .aboutUsTestimonial .slider li.anim3 {
    animation: cycle3 15s linear infinite;
}

#home #aboutUs .aboutUsTestimonial .slider li.anim4 {
    animation: cycle4 15s linear infinite;
}

#home #aboutUs .aboutUsTestimonial .slider li.anim5 {
    animation: cycle5 15s linear infinite;
}

#home #aboutUs .aboutUsTestimonial .slider:hover li {
    animation-play-state: paused;
}

@keyframes cycle {
  0% {
    top: 0px;
  }
  4% {
    top: 0px;
  }
  16% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  20% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
  21% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  50% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  92% {
    top: -325px;
    opacity: 0;
    z-index: 0;
  }
  96% {
    top: -325px;
    opacity: 0;
  }
  100% {
    top: 0px;
    opacity: 1;
  }
}

@keyframes cycle2 {
  0% {
    top: -325px;
    opacity: 0;
  }
  16% {
    top: -325px;
    opacity: 0;
  }
  20% {
    top: 0px;
    opacity: 1;
  }
  24% {
    top: 0px;
    opacity: 1;
  }
  36% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  40% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
  41% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  100% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
}

@keyframes cycle3 {
  0% {
    top: -325px;
    opacity: 0;
  }
  36% {
    top: -325px;
    opacity: 0;
  }
  40% {
    top: 0px;
    opacity: 1;
  }
  44% {
    top: 0px;
    opacity: 1;
  }
  56% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  60% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
  61% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  100% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
}

@keyframes cycle4 {
  0% {
    top: -325px;
    opacity: 0;
  }
  56% {
    top: -325px;
    opacity: 0;
  }
  60% {
    top: 0px;
    opacity: 1;
  }
  64% {
    top: 0px;
    opacity: 1;
  }
  76% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  80% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
  81% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  100% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
}

@keyframes cycle5 {
  0% {
    top: -325px;
    opacity: 0;
  }
  76% {
    top: -325px;
    opacity: 0;
  }
  80% {
    top: 0px;
    opacity: 1;
  }
  84% {
    top: 0px;
    opacity: 1;
  }
  96% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  100% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
}

#home #aboutUs .introItem{
    margin-top: 4em;
    text-align: center;
}

#home #aboutUs .introItem .introItemImg{
    margin-bottom: 1.5em;
}

#home #aboutUs .introItemImg img{
    max-width: 100%;
}

#home #aboutUs .introItem .IntroItemTitle{
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 1em;
}

#home #aboutUs .introItem .IntroItemDesc{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 2em;
}

#home #aboutUs .introItem .IntroItemBtn a{
    display: inline-block;
    padding: 15px 30px;
    border-radius: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #404041;
    color: #f2f3e8;
    border: 2px solid #404041;  
}

#home #aboutUs .introItem .IntroItemBtn a:hover,
#home #aboutUs .introItem .IntroItemBtn a:focus{
    background-color: #f2f3e8;
    color: #404041;
}

#home #ourInitiative{
    padding: 5em 0em;
    background: url('/Templates/images/our-initiatives.png') no-repeat center center;
    background-size: cover;
}

#home #ourInitiative h2{
    text-align: center;
    margin-top: -50px;
    color: #f2eddd;
}

#home #ourInitiative .morePadding{
    padding: 0em 12em;
}

#home #ourInitiative .introItem{
    margin-top: 4em;
    text-align: center;
}

#home #ourInitiative .introItem .introItemImg{
    margin-bottom: 1.5em;
}

#home #ourInitiative .introItemImg img{
    max-width: 100%;
}

#home #ourInitiative .introItem .IntroItemTitle{
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: #f2eddd;
    text-transform: uppercase;
    margin-bottom: 1em;
}

#home #ourInitiative .introItem .IntroItemDesc{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #f2eddd;
    margin-bottom: 2em;
}

#home #ourInitiative .introItem .IntroItemBtn a{
    display: inline-block;
    padding: 15px 30px;
    border-radius: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #f2f3e8;
    color: #404041;
    border: 2px solid #f2f3e8;  
}

#home #ourInitiative .introItem .IntroItemBtn a:hover,
#home #ourInitiative .introItem .IntroItemBtn a:focus{
    background-color: #404041;
    color: #f2f3e8;
}

#home #registeredCharity{
    padding: 5em 0em;
    text-align: center;
    background: url('/Templates/images/registered-charity-curvy-line.png') no-repeat center center;
}

#home #registeredCharity h3{
    font-family: 'Barlow', sans-serif;
    font-weight: bold;
    font-size: 36px;
}

#home #registeredCharity p{
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 2em;
}

#home #registeredCharity p:last-child{
    margin-bottom: 0em;
}

#home #ourLocation iframe, #subpage iframe {
    width: 100%;
}

/* End of Homepage styles */


/* Subpage styles */
#subpage #banner{
    background: url('/Templates/images/subpage-banner.png') no-repeat center center;
    padding: 5em 0em 3em;
    text-align: center;
    background-size: cover;
}

#subpage #banner h1{
    font-family: 'Open Sans', sans-serif;
    font-size: 57.4px;
    font-weight: bold;
}

#subpage #banner .navBreadcrumb{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
}

#subpage #banner .navBreadcrumb a{
    text-decoration: none;
    margin: 0px 10px;
    color: #414042;
}

#subpage #banner .navBreadcrumb a:first-child{
    margin-left: 0px;
}

#subpage #banner .navBreadcrumb .currentBreadcrumb{
    margin-left: 10px;
}

#subpage #contentA{
    padding: 5em 0em;
    background: url('/Templates/images/how-you-can-help-curvy-line.png') no-repeat center center;
}

#subpage #contentA .aboutUsIntro{
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 300;
    padding: 0em 8em;
    margin-bottom: 2em;
}

#subpage #contentA .aboutUsTestimonial{
    text-align: center;
    padding: 0em 12em;
}

#subpage #contentA .aboutUsTestimonial p{
    font-family: 'Barlow', sans-serif;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 2em;
}

#subpage #contentA .aboutUsTestimonial .testimonial{
    font-family: 'Satisfy', cursive;
    font-size: 48px;
    margin-bottom: 2em;
}

#subpage #contentA .aboutUsTestimonial .testimonial .smaller{
    font-size: 24px;
}

#subpage #contentA .introItem{
    margin-top: 4em;
    text-align: center;
}

#subpage #contentA .introItem .introItemImg{
    margin-bottom: 1.5em;
}

#subpage #contentA .introItemImg img{
    max-width: 100%;
}

#subpage #contentA .introItem .IntroItemTitle{
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 1em;
}

#subpage #contentA #aboutUs .introItem .IntroItemTitle{
    min-height: 90px;
}

#subpage #contentA .introItem .IntroItemDesc{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 2em;
}

#subpage #contentA .introItem .IntroItemBtn a{
    display: inline-block;
    padding: 15px 30px;
    border-radius: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #404041;
    color: #f2f3e8;
    border: 2px solid #404041;  
}

#subpage #contentA .introItem .IntroItemBtn a:hover,
#subpage #contentA .introItem .IntroItemBtn a:focus{
    background-color: #f2f3e8;
    color: #404041;
}

#subpage #ourSupporters{
    padding: 5em 0em 8em;
    background: url('/Templates/images/our-supporters-curvy-line.png') no-repeat center center #f2eddd;
    text-align: center;
}

#subpage #ourSupporters p{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    margin: 3em 0em;
    padding: 0em 13em;
}

#subpage #ourSupporters .ourSupportersLogos img{
    width: 100%;
    max-width: 300px;
}

#subpage #ourInitiative{
    padding: 5em 0em;
    background: url('/Templates/images/our-initiatives.png') no-repeat center center;
    background-size: cover;
}

#subpage #ourInitiative h2{
    text-align: center;
    margin-top: -50px;
    color: #f2eddd;
}

#subpage #ourInitiative .morePadding{
    padding: 0em 12em;
}

#subpage #ourInitiative .introItem{
    margin-top: 4em;
    text-align: center;
}

#subpage #ourInitiative .introItem .introItemImg{
    margin-bottom: 1.5em;
}

#subpage #ourInitiative .introItemImg img{
    max-width: 100%;
}

#subpage #ourInitiative .introItem .IntroItemTitle{
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: #f2eddd;
    text-transform: uppercase;
    margin-bottom: 1em;
}

#subpage #ourInitiative .introItem .IntroItemDesc{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #f2eddd;
    margin-bottom: 2em;
}

#subpage #ourInitiative .introItem .IntroItemBtn a{
    display: inline-block;
    padding: 15px 30px;
    border-radius: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #f2f3e8;
    color: #404041;
    border: 2px solid #f2f3e8;  
}

#subpage #ourInitiative .introItem .IntroItemBtn a:hover,
#subpage #ourInitiative .introItem .IntroItemBtn a:focus{
    background-color: #404041;
    color: #f2f3e8;
}

#subpage #registeredCharity,
.whatsOn #registeredCharity{
    padding: 5em 0em;
    text-align: center;
    background: url('/Templates/images/registered-charity-curvy-line.png') no-repeat center center;
}

#subpage #registeredCharity h3,
.whatsOn #registeredCharity h3{
    font-family: 'Barlow', sans-serif;
    font-weight: bold;
    font-size: 36px;
}

#subpage #registeredCharity p,
.whatsOn #registeredCharity p{
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 2em;
}

#subpage #registeredCharity p:last-child,
.whatsOn #registeredCharity p:last-child{
    margin-bottom: 0em;
}

#subpage #donate{
    padding: 5em 0em;
    text-align: center;
    background: url('/Templates/images/donate-bg.png') no-repeat center center;
}

#subpage #donate p{
    margin: 2em 0em 4em;
}

#subpage #donate p:last-child{
    margin: 0em 0em 2em;
}

#subpage #donate a.donateBtn{
    display: inline-block;
    padding: 15px 30px;
    border-radius: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #404041;
    color: #f2f3e8;
    border: 2px solid #404041;  
}

#subpage #donate a.donateBtn:hover,
#subpage #donate a.donateBtn:focus{
    background-color: #f2f3e8;
    color: #404041;
}

#subpage .dynamicForms{
    text-align: center;
    width: 100%;
}

#subpage .dynamicForms .widgetbg, #subpage .dynamicForms .verdiForm{
    width: 100%;
}

#subpage .dynamicForms .verdiForm tr,
#subpage .dynamicForms .verdiForm tr td{
    display: block;
}

#subpage .dynamicForms .verdiForm tr:first-child,
#subpage .dynamicForms .verdiForm tr:nth-child(3),
#subpage .dynamicForms .verdiForm tr .dFormLabel{
    display: none;
}

/*#subpage .dynamicForms .verdiForm tr:nth-child(4){
    text-align: left;
    margin-bottom: 1em;
    display: flex;
}

#subpage .dynamicForms .verdiForm tr:nth-child(4) .dFormLabel,
#subpage .dynamicForms .verdiForm tr:nth-child(4) .dFormFieldSelect{
    display: inline-block;
}

#subpage .dynamicForms .verdiForm tr:nth-child(4) .dFormLabel{
    padding-top: 17px;
    flex-grow: 1;
}

#subpage .dynamicForms .verdiForm tr:nth-child(4) .dFormFieldSelect{
    flex-grow: 10;
}

#subpage .dynamicForms .verdiForm tr:nth-child(4) .dFormFieldSelect select{
    width: 100%;
    border: 1px solid #dddddd;
    border-radius: 10px;
    margin-bottom: 1em;
    min-height: 3em;
    padding: 1em;
    font-size: 16px;
    font-weight: 300;
}*/

#subpage .dynamicForms .verdiForm .dFormDescription{
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 2em;
}

#subpage .dynamicForms .verdiForm input[type='text'],
#subpage .dynamicForms .verdiForm textarea{
    width: 100%;
    border: 1px solid #dddddd;
    border-radius: 10px;
    margin-bottom: 1em;
    min-height: 3em;
    padding: 1em 2em;
}

#subpage .dynamicForms .verdiForm tr:nth-child(5),
#subpage .dynamicForms .verdiForm tr:nth-child(6){
    display: inline-block;
    width: 49.5%;
}

#subpage .dynamicForms .verdiForm tr:nth-child(5){
    margin-right: 0.5em;
    float: left;
}

#subpage .dynamicForms .verdiForm tr:nth-child(6){
    float: right;
}

#subpage .dynamicForms .verdiForm tr .submitRow{
    float: left;
    margin-top: 2em;
}

#subpage .dynamicForms .verdiForm tr .submitRow .dFormSubmit{
    display: inline-block;
    padding: 15px 40px;
    border-radius: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #404041;
    color: #f2f3e8;
    border: 2px solid #404041;
}

#subpage .dynamicForms .verdiForm tr .submitRow .dFormSubmit:hover,
#subpage .dynamicForms .verdiForm tr .submitRow .dFormSubmit:focus{
    background-color: #f2f3e8;
    color: #404041;
}

#subpage .responsiveTable{
    width: 100%;
}

#subpage .responsiveTable tr th{
    font-weight: bold;
}

#subpage .responsiveTable tr th, #subpage .responsiveTable tr td{
    border: 1px solid var(--bs-body-color);
    text-align: center;
}

#subpage .accordion-item{
    border: 0px none;
    margin: 10px 0px;
}

#subpage .accordion-item h2{
    margin-top: 0px !important;
}

#subpage .accordion-item h2 button{
    background-color: #f2eddd;
    margin-top: 10px;
}

#subpage .accordion-item:last-child, 
#subpage .accordion-item:last-child h2 button{
    border-bottom: 0px none;
    border-radius: 0px;
}

#subpage .accordion-item .accordion-body{
    border: 1px solid #f2eddd;
}

#subpage .pmPublicSearch .searchTitle{
    display: none;
}

#subpage .pmPublicSearch .formRow{
    margin-bottom: 0.5em;
}

#subpage .pmPublicSearch .formSubmitRow,
#subpage .pmPublicSearch .searchOptions,
#subpage .pmPublicSearch .searchOptions .changeSearchTypeButtonContainer{
    display: inline-block;
}

#subpage .pmPublicSearch .searchOptions .changeSearchTypeButtonContainer{
    margin-right: 4px;
}

#subpage .pmPublicSearch .pmSearchResultsView .searchResultsMessageDiv .button{
    margin-left: 5px;
}

#subpage .pmPublicSearch .pmSearchResultsView .resultsTable #searchHeaderTitle .button,
#subpage .pmPublicSearch .pmSearchResultsView .resultsTable .searchHeaderTitle .button{
    margin-right: 2px;
}

/* End of Subpage styles */


/* START of waarble styling */
.waarbleContainer .socialIcons{
    display: none;
}

.waarbleContainer .formSection .formRow{
    margin-bottom: 15px;
}

.waarbleContainer .formSection .formRow .formLabel{
    font-family: Raleway, Helvetica, Arial, "sans-serif";
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 10px;
}

.waarbleContainer .formSection .formRow .formField input[type="text"],
.waarbleContainer .formSection .formRow .formField input[type="password"]{
    font: inherit;
    color: #000000;
    width: 100%;
    border: 0;
    height: 1.1876em;
    margin: 0;
    display: block;
    padding: 18.5px 14px;
    min-width: 0;
    background: none;
    position: relative;
    box-sizing: content-box;
    letter-spacing: inherit;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0.65);
    border-radius: 5px;
}

.waarbleContainer .formSection .formRow .formField .rememberMe{
    margin-bottom: 10px;
}

.waarbleContainer .formSection .formRow .formField .rememberMe input[type="checkbox"]{
    vertical-align: middle;
    margin-right: 10px;
}

.waarbleContainer .formSection .formRow .formField a{
    color: #414042;
    text-decoration: none;
    margin-right: 5px;
}

.waarbleContainer .formSection .formRow .formField input[type="button"]{
    color: #ffffff;
    background-color: #414042;
    border-radius: 5px;
    padding: 5px 20px;
}

.mud-layout mud-paper.mud-elevation-1{
    background: transparent;
    border: 0px none;
    box-shadow: none;
}

.mud-layout mud-paper.mud-elevation-1 h2{
    display: none;
}

/* END of waarble styling */
@media (min-width: 979px) {
  ul.navbar-nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}


/* GWC Event listing styling */
.gwcEventsListing{
    margin-bottom: 3em;
}

.gwcEventsListing .eventRow{
    border-bottom: 1px solid #f2eddd;
    padding: 2em;
    display: flex;
    align-items: center;
}

.gwcEventsListing .eventRow:hover,
.gwcEventsListing .eventRow:focus{
    background-color: #f2eddd;
}

.gwcEventsListing .eventRow .eventInfo{
    background-color: #f2eddd;
    color: #212529;
    border-radius: 50%;
    width: 125px;
    height: 125px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.gwcEventsListing .eventRow .eventInfo .eventDate{
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    margin-top: -7px;
}

.gwcEventsListing .eventRow .eventInfo .eventTime{
    font-size: 14px;
    font-weight: 400;
}

.gwcEventsListing .eventRow .eventDetail{
    width: calc(100% - 275px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding-left: 2em;
}

.gwcEventsListing .eventRow .eventDetail .eventName{
    font-size: 26px;
    font-weight: 600;
    color: #212529;
}

.gwcEventsListing .eventRow button{
    width: 150px;
    height: 50px;
    background-color: #f2eddd;
    color: #212529;
    border: 1px solid #212529;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.gwcEventsListing .eventRow button,
.gwcEventsListing .eventRow button:active,
.gwcEventsListing .eventRow button:focus:active {
    background-color: #f2eddd !important;
    color: #212529 !important;
    border: 1px solid #212529 !important;
    box-shadow: none !important;
}

.gwcEventsListing .eventRow button:hover,
.gwcEventsListing .eventRow button:focus {
    background-color: #404041 !important;
    color: #ffffff !important;
    border: 1px solid #404041 !important;
    box-shadow: none !important;
}

#eventModal .modal-dialog{
    width: 90%;
    max-width: 1400px;
}

#eventModal .modal-header{
    background-color: #f2eddd;
}

#eventModal .modal-body{
    padding-bottom: 2em;
    height: 70vh;
}


@media screen and (max-width: 768px){
    .gwcEventsListing .eventRow .eventDetail{
        width: calc(100% - 150px);
    }
    
    .gwcEventsListing .eventRow button{
        margin: 1em auto 0em;
    }
}


/* Mailchimp form styling */
.custom-mc-form .menuHeading h4{
    margin-bottom: 1.2rem;
}

.form-row-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px; /* gap on mobile */
  padding: 0 20px;
}

.mc-field-group,
.form-row-wrapper .button {
  width: 100%;
  max-width: 250px;
  margin: 0; /* override any existing margins */
}

#mc_embed_signup .mc-field-group{
    margin-bottom: 0px !important;
}

#mc_embed_signup .foot{
    display: block !important;
    text-align: center;
}

footer #mc_embed_signup .foot{
    display: grid !important;
}

#mc_embed_signup .button{
    border: 1px solid #111111 !important;
}

#mc_embed_signup .button:hover{
    background-color: #444444 !important;
}

footer #mc_embed_signup #mc_embed_signup_scroll .optionalParent{
    margin: 0px;
}

@media (min-width: 768px) {
  .form-row-wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 10px; /* this is the key: horizontal spacing between fields */
  }

  .mc-field-group,
  .form-row-wrapper .button {
    width: auto;
    flex: 0 0 auto;
    max-width: 250px;
  }
  
  #mc_embed_signup .mc-field-group{
    display: contents !important;
    margin-bottom: 10px;
  }
  
  footer #mc_embed_signup .mc-field-group{
    display: grid !important;
    margin: 0px 0px 10px;
  }
  
  #mc_embed_signup .foot{
      text-align: right;
  }
  
  footer #mc_embed_signup .foot{
      text-align: left;
  }
}