/*	#TYPOGRAPHY
===============================================================*/
/***** #HEADINGS *****/
h1, h2, h3{
	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;
	font-family: "Lato", sans-serif;
}
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;
}


body {
font-family: "Lato", sans-serif;
font-size: 15px; 
}

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

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

.content {
  -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: "Lato", sans-serif;
}

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

.content__item .title {
    font-family: "Lato", sans-serif;
    font-size: 3.7rem;
    line-height: 40px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4px;
}

@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", 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;
}

.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;
}







/* 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;}         

/* Member Login */

.header-memberbox-inner {font-size: 14px;}  

/* Responsive Embed */


.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }  



                                                                                                              