/*	#TYPOGRAPHY
===============================================================*/
/***** #HEADINGS *****/
h1, h2, h3{
	font-family: 'Lato',Arial,Helvetica,sans-serif;
	font-weight:normal;
	color: #4b4e53;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #4b4e53;
	margin: 0;
}
h1 {
	font-size: 1.8em;
	line-height: 1.4em;
	margin: 40px 0 32px 0;
}
h2 {
	font-size: 28px;
	line-height: 32px;
	margin: 27px 0 18px 0;
}
h3 {
	font-size: 24px;
	letter-spacing: normal;
	line-height: 33px;
	margin: 26px 0 16px 0;
}
h4 {
	font-size: 18px;
	letter-spacing: normal;
	line-height: 25px;
	margin: 21px 0 19px 0;
}
h5 {
	font-size: 14px;
	letter-spacing: normal;
	line-height: 25px;
	margin: 18px 0 13px 0;
}
h6 {
	font-size: 12px;
	letter-spacing: normal;
	line-height: 18px;
	margin: 18px 0 13px 0;
}

b, strong {font-weight: 500 !important;}

/*------------------------------------*
	@COMPONENTS #HEADER
\*------------------------------------*/
.header {
background-color: rgba(0,0,0,0.7);
padding: 20px 0px 20px 0px;
position:fixed;
width: 100%;
z-index: 100;
}

@media (max-width: 560px) {
  .header {
    padding: 15px 0;
  }
}


.header__logo {
  margin-right: 15px;
  margin-left: 15px;
}

.header__logo img {
  height: 35px;
}

@media (max-width: 992px) {
  .header__logo img {
    height: 60px;
  }
}

@media (max-width: 560px) {
  .header__logo img {
    height: 35px;
  }
}

.header-memberbox-inner a {
  color: #FFFFFF;
  font-family: 'Lato';
}

.header-memberbox-inner {color: #FFFFFF;}

.subheader {
  background-color: transparent;
  position: relative;
  padding: 30px 0px;
  
}

.subheader .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1320px) {
  .subheader {
    padding: 18px 0;
  }
}

@media (max-width: 992px) {
 .header-memberbox-inner {
   display: none;}}

/*------------------------------------*
	@COMPONENTS #MENU
\*------------------------------------*/
/* MENU */
/* .menunav{position:absolute;height:16px;width:auto;left:20px;top:40px;z-index:85;-webkit-transition: all 0.5s ease;transition: all 0.8s ease;z-index:80;}
.menunav.sticky{top:13px;left:70px;-webkit-transition: all 0.5s ease;transition: all 0.8s ease;z-index:80;}
*/
.menunav {
  width: auto;
  position: relative;
  float: right;
  z-index: 9998;
}

.menunav {
  margin-left: auto;
}

@media (max-width: 1170px) {
  .menunav {
    position: static;
  }
}

.main-nav {
  background: #fff;
  border-radius: 0px;
}

@media (min-width: 1169px) {
  .main-nav {
    border-radius: 0px;
  }
}

.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden;
}

.nav-brand {
  float: left;
  margin: 0;
}

.nav-brand a {
  display: block;
  padding: 12px 12px 12px 20px;
  color: #555;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}

#main-menu {
  clear: both;
}

@media (min-width: 1169px) {
  #main-menu {
    float: right;
    clear: none;
  }
}

/* Mobile menu toggle button */
.header-menu-row {
  position: relative;
}

.main-menu-btn {
  margin: 6px 10px;
  position: absolute;
  display: inline-block;
  min-width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (max-width: 1170px) {
  .main-menu-btn {
    z-index: 99;
    position: absolute;
    top: 2px;
    left: -30px;
  }
}

.menu-on .main-menu-btn {
  top: 20px !important;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

/* hamburger icon */
.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #fff;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}

/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}

#main-menu-state:checked ~ #main-menu {
  display: block;
}

@media (min-width: 1169px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.menunav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}

@media (max-width: 1170px) {
  .menunav {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    width: auto;
  }
}

.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: transparent !important;
}

@media (max-width: 1170px) {
  .main-nav {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }
}

.main-menu-btn {
  left: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  z-index: 1001;
  margin: 0;
  display: none;
}

.main-menu-btn.main-menu-btn-top {
  top: -60px !important;
  right: 0px;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}

@media (max-width: 560px) {
  .main-menu-btn.main-menu-btn-top {
    right: -20px;
  }
}

@media (max-width: 1170px) {
  .main-menu-btn {
    display: block;
  }
}

#main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: transparent;
  z-index: 10;
}

#main-menu > li {
  background-color: transparent;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

#main-menu > li:not(:last-child) {
  margin-right: 30px;
}

#main-menu > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #FFFFFF;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  padding: 0;
  position: relative;
}

#main-menu > li a:hover {
  opacity: 0.5;
}

#main-menu > li a .sub-arrow {
  display: none;
}

#main-menu > li ul {
  padding: 0px 15px !important;
  margin-top: 0 !important;
  -webkit-box-shadow: 4px 0px 4px rgba(218, 218, 218, 0.25);
          box-shadow: 4px 0px 4px rgba(218, 218, 218, 0.25);
  background-color: #ffffff;
  border: none !important;
  border-radius: 0px !important;
  top: -webkit-calc(100% + 20px) !important;
  top: calc(100% + 20px) !important;
  min-width: 180px !important;
}

#main-menu > li ul::after {
  display: none;
}

#main-menu > li ul::before {
  display: none;
}

#main-menu > li ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0 !important;
  margin-bottom: 0;
}

#main-menu > li ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100% !important;
  background-color: transparent !important;
  padding: 20px 60px 20px 15px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  text-transform: capitalize;
  color: #203D1C;
  text-align: left;
  text-decoration: none !important;
}

#main-menu > li ul li:not(:last-child) {
  border-bottom: 1px solid #898570 !important;
}

#main-menu > li ul li:hover {
  background-color: #fff !important;
}

#main-menu > li ul li:hover a {
  opacity: 1;
  color: #898570;
}

@media (max-width: 1480px) {
  #main-menu > li:not(:last-child) {
    margin-right: 20px;
  }
}

@media (max-width: 1320px) {
  #main-menu > li a {
    font-size: 12px;
  }
  #main-menu > li ul {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

#main-menu .has-submenu {
  position: relative;
  padding-right: 20px;
  line-height: 1 !important;
}

#main-menu .has-submenu::after {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
  margin-top: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0px;
}

@media (max-width: 1480px) {
  #main-menu .has-submenu {
    padding-right: 15px;
  }
}

.menu-on #main-menu .has-submenu {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  padding-right: 0;
}

.menu-on #main-menu .has-submenu::after {
  position: relative;
  margin-left: 10px;
  top: 0px;
}

@media (max-width: 1170px) {
  #main-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #416B3E;
    padding-top: 140px;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 1000;
    -webkit-transform: translateY(-200%);
        -ms-transform: translateY(-200%);
            transform: translateY(-200%);
  }
  #main-menu-state:checked ~ #main-menu {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  #main-menu li {
    display: block !important;
    margin-right: 0 !important;
    border: none !important;
    margin-bottom: 10px;
  }
  #main-menu li a {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: none !important;
    font-size: 18px;
  }
  #main-menu li ul {
    top: 30px !important;
    left: -25px !important;
  }
  #main-menu li ul li {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
  }
  #main-menu li ul li a {
    font-size: 14px;
    color: #808F87;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
    border-left: none;
  }
  #main-menu li ul li:hover {
    opacity: 0.8;
  }
  #main-menu li:nth-child(5) {
    margin-left: 0;
  }
  #main-menu li:last-child {
    margin-right: 0;
  }
  #main-menu .has-submenu::after {
    margin-top: 0px;
    top: 2px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    right: 0px;
  }
}

@media (max-width: 768px) {
  #main-menu {
    padding-top: 60px;
    padding-bottom: 60px;
    height: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}



/* SOCIALS */

.socials__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  background: #095495;
  border-radius: 5px;
  font-weight: normal;
  font-size: 18px;
  line-height: 1;
  text-transform: capitalize;
  color: #fff !important;
  text-decoration: none !important;
}

.socials__item:not(:last-child) {
  margin-right: 10px;
}

.socials__item:hover {
  opacity: 0.8;
}

.socials__item--lg {
  width: 34px;
  height: 34px;
}

@media (max-width: 560px) {
  .socials__item--lg {
    font-size: 14px;
    width: 30px;
    height: 30px;
  }
}


/*------------------------------------*
	@COMPONENTS #SIDEMENU
\*------------------------------------*/
.sidemenu {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 145px;
  padding: 5px 0;
  margin-right: 40px;
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  margin-bottom: 20px;
  margin-top: 100px;
  z-index: 1;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  background: #fff;
}

.sidemenu a {
  display: block !important;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif; 
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  color: #7e8082;
  text-decoration: none !important;
  padding: 20px 0;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(137, 133, 112, 0.5);
}

.sidemenu a:hover {
  opacity: 0.5;
}

.sidemenu br {
  display: none;
}

@media (max-width: 992px) {
  .sidemenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow-y: scroll;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-width: auto;
    top: 10px;
    padding: 0px 20px 0px 20px !important;
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    z-index: 500;
  }
  .sidemenu br:last-child {
    display: none;
  }
  .sidemenu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    font-size: 14px;
    margin-right: 20px;
    margin-bottom: 0 !important;
    border: none;
  }
  .sidemenu a:last-of-type::after {
    content: '';
    width: 20px;
    display: block;
  }
  .sidemenu a:last-child {
    margin-right: 0;
  }
  .menu-on .sidemenu {
    z-index: 0;
  }
}   

  
.container {
  max-width: 1200px;
  width: 100%;
}

.content-wrap {
  display: -ms-flexbox;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;        
  position: relative;
  display:flex;
}

.content {
  margin-top: 20px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  z-index: 99;
}
   
.content__item {
  background-color: #fff;
  color: #333;
  font-size: 16px;
  font-family: 'Open Sans',Arial,Helvetica,sans-serif;
}

.content__item:not(:last-child) {
  margin-bottom: 50px;
}

.content__item .title {
    font-family: 'Lato',Arial,Helvetica,sans-serif;
    font-size: 36px;
    line-height: 40px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
}

@media (max-width: 768px) {
  .content__item .title {
    font-size: 28px;
  }
}

@media (max-width: 560px) {
  .content__item .title {
    font-size: 24px;
    text-align: left;
  }
}

.content__item .title--alt {
  text-align: left;
  margin-bottom: 20px;
}

.content__item .subtitle {
  color: #999;
  font-family: 'Lato',Arial,Helvetica,sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-align: left;
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
}


@media (max-width: 560px) {
  .content__item .subtitle {
    text-align: left;
  }
}

.content__item article {
  margin-bottom: 40px;
  margin-top: 50px;
}

.content__item article .text {
  color: #333;
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
}

.content__item article .text:not(:last-child) {
  margin-bottom: 30px;
}


@media (max-width: 560px) {
  .content__item {
    padding: 20px;
    margin-bottom: 20px;
  }
  .content__item article {
    margin-bottom: 20px;
  }
  .content__item .text {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .content__item:last-child {
    margin-bottom: 40px;
  }
}     

.custom__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 38px;
  max-width: 550px;
  padding: 0px 10px;
  background-color: transparent !important;
  border: 1px solid #FFFFFF !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff !important;
  font-family: 'Lato';
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
}

.custom__button:hover {
  opacity: 0.5;
  text-decoration: none !important;
  color: #808F87;
}

.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
 max-width: 1440px;
}

.header .container::before, .header .container::after {
  display: none; }

.header__left,
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.header__right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
} 

/* HASWELL SYTLES */

.page-section  {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-80 {
    padding-top: 80px;
}


/* #FOOTER 2 NEW
=====================================================*/
.footer-2-copy-cont {
  padding-top:30px;
}

.footer-2-copy {
  font-size:11px;
  color:#7e8082;
}
.footer-2-copy:hover {
  color:#101010;
}
.footer-2-soc-a a {
  font-size:12px !important;
  padding:7px 11px !important;
}
.logo-footer{
  max-height:60px;
}
.logo-footer-cont{
  margin-bottom:50px;
}
.footer-2-text-cont {
  margin-bottom:24px;
}
.widget h4 {
  margin-top: 16px;
  margin-bottom: 21px;
  font-family: 'Lato',Arial,Helvetica,sans-serif;
  font-size:22px;

}
.widget .links-list {
  list-style: none;
  margin: 0;
  padding:0;
}
.widget .links-list li{
 padding-bottom:7px;
}
.entry-title h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

.widget .post-prev-title a{
  font-size: 14px;
  line-height:21px;
  font-weight: normal;
}
.widget .post-prev-info{
  text-transform:none;
  line-height:18px;
}
.container-m-60 {
  padding-right: 60px;
  padding-left: 60px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%;
}

@media (max-width: 992px) {
  .container-m-60 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* #FOOTER 2 BLACK #NEW
=====================================================*/
.footer2-black {
  background: #303236;
  color:rgba(255,255,255, .7);
}
.footer2-black .widget h4 {
  color:#fff;
}
.footer2-black .a-text, .footer2-black .a-text-cont a {
  color: rgba(255,255,255, .7);
}
.footer2-black .a-text:hover, .footer2-black .a-text-cont a:hover {
  color: #fff;
}
.footer2-black .footer-2-copy-cont {
  padding-top: 30px;
}
.footer2-black .footer-2-soc-a a {
  color: rgba(255,255,255, .3); 
}
.footer2-black .footer-2-soc-a a:hover, .footer2-black .footer-2-copy:hover {
  color: #fff; 
  }
  
/* TEE TIME BOOKING CARD STYLES */

.social-box .box {
    background: #FFF;
    border-radius: 10px; 
    cursor: pointer;
    margin: 20px 0;
    padding: 40px 10px;
    transition: all 0.5s ease-out;
}

.social-box .box:hover {
   box-shadow: 0 0 6px #4183D7;
}

.social-box .box-text {
    font-size: 15px;
    line-height: 30px;
    margin: 20px 0;
}

.social-box .box-btn a {
    color: #4183D7;
    font-size: 16px;
    text-decoration: none;
}

.social-box .fa {
    color: #4183D7;
}

.button.thin.white {
    border: 1px solid rgba(0, 0, 0, 0.5);
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
}


a.custom-button{
display:inline-block;
padding:0.35em 1.2em;
border:0.1em solid #486d40;
margin:0 0.3em 0.3em 0;
border-radius:0.12em;
box-sizing: border-box;
text-decoration:none;
font-weight:500;
font-size: 18px;
color:#486d40;
text-align:center;
transition: all 0.2s;
text-transform: uppercase;
letter-spacing: 1px;
}
a.custom-button:hover{
color:#FFFFFF;
background-color:#486d40;
}
@media all and (max-width:30em){
a.custom-button{
display:block;
margin:0.4em auto;
}
} 

  /* Calendar */

.CalText {font-size: 14px !important;}

.cal-options {color: #000000 !important; font-size: 14px;}

div.calendar .weekdays li {color: #000000 !important;}  

div.calendar ul li {border: 1px solid #666666;}         

/* Reset Password */

div.Left {text-align: left !important; width: 185px !important; margin-top:5px;}   

.Pass-accept {margin-top: 10px;}       

/* #ACCORDION #NEW
=========================================================*/
.accordion > dt{
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
}
.accordion > dt > a{
	display: block;
	position: relative;
	color: #777;
	text-decoration: none;
	padding: 14px 20px;
	border: 1px solid #e5e5e5;
	font-size: 14px;

	-webkit-transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.accordion > dt > a:hover{
	text-decoration: none;
	border-color: #ddd;
	background-color: #fcfcfc;	
	color: #444;
}
.accordion > dt > a.active{
	color: #000;
	border-color: #ddd;
	background-color: #fcfcfc;
	cursor: default;
}
.accordion > dt > a:after{
	content: "\f107";
	width: 15px;
	height: 15px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	right: 10px;
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 15px;
	line-height: 15px;
	text-align: center;
	color: #999;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.accordion > dt > a.active:after,
.accordion > dt > a.active:hover:after{
	content: "\f106";
	color: #111;
}
.accordion > dt > a:hover:after{
	color: #444;
}
.accordion > dd{
	margin-bottom: 10px;
	padding: 10px 20px 20px;
	font-size: 14px;
	line-height: 1.8;
	color: #7e8082;
}  
           