.font {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-style: normal;
}
.font-med {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.font-bold {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-style: normal;
}
body {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
}
.row {
  margin: 0 auto;
}
.content {
  max-width: 1140px;
  margin: 0 auto;
  padding: 80px 0 110px;
}
.mobile,
.mobile-menu {
  display: none;
}
h2 {
  font-size: 200%;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #F4CC6F;
  margin: 0 0 40px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 150%;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
p {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 19px;
  color: #808080;
  margin-bottom: 20px;
}
.btn {
  color: #00ADEE;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 100%;
  text-transform: uppercase;
}
.btn .fa {
  margin-left: 5px;
}
.btn:hover {
  color: #4ED1F9;
}
.outline-btn {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 6px 0;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 156.3%;
  width: 80px;
  display: inline-block;
  text-align: center;
  margin: 0px 5px 10px;
  text-transform: lowercase;
}
.outline-btn:hover {
  background: #4ED1F9;
  text-decoration: none;
  color: #ffffff;
}
.btn-y {
  width: 220px;
  padding: 9px 0;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 93.8%;
  /*background: #F4CC6F;
  border: 1px solid #F4CC6F;*/
  background: #4ED1F9;
  border: 1px solid #4ED1F9;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin: 10px auto 0;
}
.btn-y:hover {
  text-decoration: none;
  color: #fff;
  /*background: #4ED1F9;*/
  background: #F4CC6F;
  border: 1px solid #ffffff;
}
.btn-b {
  width: 220px;
  padding: 9px 0;
  font-weight: 400;
  color: #fff;
  font-size: 93.8%;
  background: #F4CC6F;
  border: 1px solid #F4CC6F;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin: 10px auto 0;
  background: #4ED1F9;
  border: 1px solid #4ED1F9;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.btn-b:hover {
  text-decoration: none;
  color: #fff;
  background: #4ED1F9;
  border: 1px solid #ffffff;
}
.btn-b:hover {
  background: transparent;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
::-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
}
:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
input,
textarea {
  box-shadow: none;
  outline: none;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 75%;
  text-transform: uppercase;
  background: none;
  border: 1px solid #fff;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
textarea {
  resize: none;
}
.the-boxes {
  background: url("../img/the-boxes.jpg") no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 96%, 53% 96%, 50% 100%, 47% 96%, 0 96%);
  clip-path: polygon(0 0, 100% 0, 100% 96%, 53% 96%, 50% 100%, 47% 96%, 0 96%);
  max-width: 100vw;
  width: 100%;
  height: 640px;
}
.the-boxes .box {
  /*background: url("../img/blue-bg.png") repeat;*/
  max-height: 420px;
  height: 100vh;
  max-width: 380px;
  flex-basis: 380px;
  width: 100%;
  padding: 40px 60px;
  color: #fff;
  position: relative;
  background: rgba(176, 174, 176, .9);
}
.the-boxes .box p {
  color: #fff;
  margin-bottom: 15px;
}
.the-boxes .box input {
  width: 220px;
  padding: 10px;
  margin: 0px auto 10px;
  color: #fff;
}
.the-boxes .box .btn-y {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}
.the-boxes .box-y {
  background: url("../img/blue-bg.png") repeat;
  max-height: 420px;
  height: 100vh;
  max-width: 380px;
  flex-basis: 380px;
  width: 100%;
  padding: 40px 60px;
  color: #fff;
  position: relative;
  background: url("../img/boxes-y.png") repeat;
  padding: 35px 0;
}
.the-boxes .box-y p {
  color: #fff;
  margin-bottom: 15px;
}
.the-boxes .box-y input {
  width: 220px;
  padding: 10px;
  margin: 5px 0;
  color: #fff;
}
.the-boxes .box-y .btn-y {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}
.the-boxes .box-y h2 {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.the-boxes .box-y .box-content {
  background: #fff;
  padding: 30px 60px;
  max-height: 315px;
  height: 100vh;
}
.the-boxes .box-y .box-content h3 {
  color: #808080;
  margin-bottom: 20px;
}
.the-boxes .box-y .box-content ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #808080;
}
.the-boxes .box-y .box-content ::-moz-placeholder {
  /* Firefox 19+ */
  color: #808080;
}
.the-boxes .box-y .box-content :-ms-input-placeholder {
  /* IE 10+ */
  color: #808080;
}
.the-boxes .box-y .box-content ::-moz-placeholder {
  /* Firefox 18- */
  color: #808080;
  opacity: 1;
}
.the-boxes .box-y .box-content :-moz-placeholder {
  color: #808080;
  opacity: 1;
}
.the-boxes .box-y .box-content input {
  color: #808080;
  border: 1px solid #808080;
}
.xtra-padding {
  padding-bottom: 140px;
}
.form-padding{
  padding-bottom: 81px !important;
  transition: all ease .5s;
}
.background {
  transition: all ease .3s;
  background: #f4ca6d;
  background: -moz-linear-gradient(45deg, #f4ca6d 0%, #f2cd81 100%);
  background: -webkit-linear-gradient(45deg, #f4ca6d 0%, #f2cd81 100%);
  background: linear-gradient(45deg, #f4ca6d 0%, #f2cd81 100%);
}
.share {
  margin: 0 0 40px;
  text-align: right;
}
.share span {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #00ADEE;
  font-size: 75%;
  padding: 0 5px;
}
.share a {
  color: #00ADEE;
  font-size: 93.8%;
  padding: 0 5px;
  display: inline-block;
}
.share a:hover {
  opacity: 0.7;
}
header {
  max-height: 120px;
  background: #fff;
  max-width: 100vw;
  width: 100%;
}
header .logo {
  padding-left: 20px;
}
header .logo img {
  max-width: 304px;
  width: 100%;
  object-fit: cover;
}
header .logo a:hover img {
  opacity: 0.8;
}
header .nav {
  padding: 0;
}
header .nav ul {
  width: 80%;
  display: inline;
}
header .nav ul li {
  list-style: none;
  display: inline-block;
  position: relative;
}
header .nav ul li a {
  color: #808080;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 87.5%;
  padding: 48px 20px;
  display: inline-block;
  text-transform: uppercase;
}
header .nav ul li .sub-menu {
  display: none;
  position: absolute;
  width: 200px;
  z-index: 2000;
  top: 120px;
  background: #fff;
  left: -50%;
  text-align: center;
  border-top: 1px solid #00ADEE;
  border-bottom: 3px solid #00ADEE;
}
header .nav ul li .sub-menu li {
  border-bottom: 1px solid #808080;
  width: 90%;
  margin: 0 auto;
}
header .nav ul li .sub-menu li:last-child {
  border-bottom: none;
}
header .nav ul li .sub-menu li a {
  padding: 20px;
}
header .nav ul li:hover a:hover {
  text-decoration: none;
  color: #00ADEE;
}
header .nav .cta {
  background: #00adee;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #00adee 0%, #4ed1f9 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #00adee 0%, #4ed1f9 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #00adee 0%, #4ed1f9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#4ed1f9', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  color: #fff;
  display: inline-block;
  width: 180px;
  height: 120px;
  text-align: center;
  position: relative;
  padding: 40px 0;
  margin-left: 60px;
}
header .nav .cta img {
  max-width: 20px;
  max-height: 60px;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 25%;
}
header .nav .cta a {
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
  border-radius: 5px;
  padding: 4px 18px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 125%;
}
header .nav .cta a:hover {
  background: #4ED1F9;
  text-decoration: none;
}
.home .main {
  max-width: 100vw;
  width: 100%;
  height: 100vh;
  max-height: 620px;
  background: #000000;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 96%, 53% 96%, 50% 100%, 47% 96%, 0 96%);
  clip-path: polygon(0 0, 100% 0, 100% 96%, 53% 96%, 50% 100%, 47% 96%, 0 96%);
  position: relative;
  overflow: hidden;
}
.home .main video {
  width: 100%;
  max-width: 100vw;
  max-height: 620px;
  height: 100vh;
  object-fit: cover;
  object-position: center top;
  /*opacity: 0.4;*/
  opacity: .6;
}
.home .main h1 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 350%;
  color: #fff;
  max-width: 920px;
  margin: 0 auto;
  letter-spacing: 2px;
  line-height: 65px;
  position: absolute;
  left: 0;
  right: 0;
  top: 35%;
}
.home .main .join-btn{
  text-transform: uppercase;
  font-size: 46%;
  font-style: normal;
  text-decoration: none;
  color: #fff;
  padding: 12px 24px;
  border-radius: 5px;
  border: 1px solid #fff;
}
.home .main .join-btn:hover{
  text-decoration: none;
  background: #4ED1F9;
  border: 1px solid #4ED1F9;
}
.home .overview img {
  max-width: 320px;
  width: 100%;
  max-height: 320px;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
  padding: 0;
}
.home .overview .txt {
  margin-left: 60px;
}
.home .overview .txt .btn {
  margin-right: 20px;
  margin-top: 20px;
}
.home .news h2 {
  text-align: center;
  margin-bottom: 60px;
}
.home .news .news-box {
  padding: 0 30px;
}
.home .news .news-box .news-img {
  max-width: 25.493%;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
.home .news .news-box .news-img img {
  max-width: 130px;
  max-height: 130px;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  display: inline-block;
  border-radius: 100%;
}
.home .news .news-box .news-content {
  width: 69%;
  display: inline-block;
  vertical-align: middle;
}
.home .news .news-box .news-content h3 {
  color: #939393;
}
.home .news .news-box .news-content a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.home .news .news-box .news-content .parawrap {
  margin-bottom: 20px;
}
.home .news .news-box .news-content .para {
  margin-bottom: 0;
}
footer .topfooter,
footer .interior-footer {
  background: url("../img/top-footer.png") no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
footer .topfooter .content,
footer .interior-footer .content {
  padding: 80px 0 0;
}
footer .topfooter h2,
footer .interior-footer h2 {
  color: #fff;
  text-align: center;
}
footer .topfooter .logo-interior,
footer .interior-footer .logo-interior {
  display: none;
}
footer .topfooter a,
footer .interior-footer a {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #F4CC6F;
  font-size: 150%;
  text-transform: uppercase;
}
footer .topfooter a .fa,
footer .interior-footer a .fa {
  color: #4ED1F9;
  font-size: 190%;
  vertical-align: sub;
  margin-right: 20px;
}
footer .topfooter a span,
footer .interior-footer a span {
  text-transform: capitalize;
}
footer .topfooter p,
footer .interior-footer p {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #4ED1F9;
  font-size: 150%;
  line-height: 30px;
}
footer .topfooter form,
footer .interior-footer form {
  max-width: 990px;
  margin: 0 auto;
}
footer .topfooter form input,
footer .interior-footer form input {
  margin: 20px;
  max-width: 29.168%;
  flex-basis: 29.168%;
  padding: 10px;
  max-height: 40px;
  color: #fff;
}
footer .topfooter form textarea,
footer .interior-footer form textarea {
  max-width: 62.5%;
  flex-basis: 62.5%;
  height: 120px;
  padding: 10px;
  margin: 20px;
  color: #ffffff;
}
footer .topfooter form a,
footer .interior-footer form a {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 93.8%;
  margin: 0 20px 0 auto;
}
footer .topfooter .paid,
footer .interior-footer .paid {
  padding-top: 40px;
}
footer .topfooter .paid h6,
footer .interior-footer .paid h6 {
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  max-width: 300px;
  padding: 10px;
  font-size: 62.5%;
  border: 1px solid #fff;
  margin: 0 auto 20px;
}
footer .topfooter .disclaimer p,
footer .interior-footer .disclaimer p {
  display: block;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  max-width: 485px;
  padding: 10px;
  font-size: 62.5%;
  margin: 0 auto 20px;
  line-height: 12px;
}
footer .bottomfooter {
  position: fixed;
  z-index: 2;
  left: 0;
  bottom: -105px;
  max-width: 100vw;
  width: 100%;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
footer .bottomfooter.active {
  bottom: 0;
}
footer .bottomfooter.active .social h4 {
  padding: 10px 0 20px;
}
footer .bottomfooter h4 {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 120%;
}
footer .bottomfooter button {
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  display: block;
  width: 100%;
}
footer .bottomfooter button:hover {
  cursor: pointer;
}
footer .bottomfooter button .fa {
  color: #fff;
}
footer .bottomfooter button .fa.hide {
  display: none;
}
footer .bottomfooter a .fa {
  color: #fff;
}
footer .bottomfooter a:hover .fa {
  color: #939393;
}
footer .bottomfooter .social {
  background: #f8d484;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #f8d484 0%, #f4cc6f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #f8d484 0%, #f4cc6f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #f8d484 0%, #f4cc6f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8d484', endColorstr='#f4cc6f', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  text-align: center;
  padding: 10px 0 30px;
}
footer .bottomfooter .social h4 {
  margin: 0 auto 20px;
  padding: 10px 0 20px;
  width: 240px;
  border-bottom: 1px solid #fff;
}
footer .bottomfooter .social h4 .fa {
  margin-left: 15px;
}
footer .bottomfooter .social a .fa {
  font-size: 150%;
  margin: 0 10px 10px;
}
footer .bottomfooter form {
  background: #f4ca6d;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #f4ca6d 0%, #f2cd81 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #f4ca6d 0%, #f2cd81 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #f4ca6d 0%, #f2cd81 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4ca6d', endColorstr='#f2cd81', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  max-height: 105px;
  padding: 10px 15px;
  max-width: 75%;
  flex-basis: 75%;
}
footer .bottomfooter form h4 {
  margin-bottom: 0;
  padding: 10px 10px 0;
}
footer .bottomfooter form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #808080;
}
footer .bottomfooter form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #808080;
}
footer .bottomfooter form :-ms-input-placeholder {
  /* IE 10+ */
  color: #808080;
}
footer .bottomfooter form :-moz-placeholder {
  /* Firefox 18- */
  color: #808080;
}
footer .bottomfooter form input {
  margin: 10px;
  flex-basis: 28%;
  max-width: 28%;
  background: #fff;
  color: #808080;
  font-size: 62.5%;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-style: normal;
}
footer .bottomfooter form .icon-btn {
  display: inline-block;
  font-size: 150%;
  margin: 0 10px;
  max-width: 5%;
}
footer .bottomfooter form .icon-btn .fa {
  font-size: 150%;
  margin: 0;
  vertical-align: -webkit-baseline-middle;
}
footer .interior-footer {
  background: #fff;
}
footer .interior-footer h2 {
  display: none;
}
footer .interior-footer .logo-interior {
  display: block;
}
footer .interior-footer .logo-interior a:hover img {
  opacity: 0.8;
  cursor: pointer;
}
footer .interior-footer .content {
  padding: 10px 0 0;
  max-width: 865px;
  margin: 0 auto;
}
footer .interior-footer .logo {
  max-width: 274px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 10px;
}
footer .interior-footer .paid h6,
footer .interior-footer .disclaimer p {
  color: #939393;
}
footer .interior-footer .paid h6 {
  border: 1px solid #939393;
}
footer .interior-footer form#contact-form-footer {
  display: none;
}
.interior {
  max-width: 100vw;
  width: 100%;
  height: 100vh;
  max-height: 325px;
  background: #000000;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 94%, 53% 94%, 50% 100%, 47% 94%, 0 94%);
  clip-path: polygon(0 0, 100% 0, 100% 94%, 53% 94%, 50% 100%, 47% 94%, 0 94%);
  position: relative;
}
.interior .main-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35%;
}
.interior .main-content h1 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 337.5%;
  color: #fff;
  max-width: 640px;
  margin: 0 auto 20px;
  letter-spacing: 2px;
  line-height: 65px;
  text-transform: uppercase;
}
.interior .main-content p {
  max-width: 640px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #F4CC6F;
  font-size: 125%;
  margin: 0 auto;
  line-height: 24px;
}
.interior-page .interior,
.contact-page .interior,
.get-involved-page .interior {
  background: url("../img/interior.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.news-page .interior {
  background: url("../img/news.jpg") no-repeat;
  background-size: cover;
  background-position: center top; 
}
.records-page .interior {
  background: url("../img/interior_2.jpg") no-repeat !important;
  background-size: cover;
  background-position: center top;
  z-index: 2;
}
.interior-page .overview p {
  line-height: 25px;
}
.news-page .news {
  padding: 80px 0 60px;
}
.news-page .news .news-box {
  padding: 0 30px;
  margin-bottom: 100px;
}
.news-page .news .news-box .news-img {
  max-width: 25.493%;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
.news-page .news .news-box .news-img img {
  max-width: 130px;
  max-height: 130px;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  display: inline-block;
  border-radius: 100%;
}
.news-page .news .news-box .news-content {
  width: 69%;
  display: inline-block;
  vertical-align: middle;
}
.news-page .news .news-box .news-content h3 {
  color: #939393;
  margin-bottom: 0;
  line-height: 24px;
}
.news-page .news .news-box .news-content a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.news-page .news .news-box .news-content .date {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 81.3%;
  color: #F4CC6F;
}
.news-page .news .news-box .news-content .parawrap {
  margin-bottom: 20px;
}
.news-page .news .news-box .news-content .para {
  margin-bottom: 0;
}
.news-page .pagination {
  text-align: center;
}
.news-page .pagination a {
  display: inline-block;
  padding: 0 3px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #00ADEE;
  font-size: 100%;
}
.featured-img img {
    max-width: 50%;
    height: auto;
}
.records-page .interior.row p {
    font-weight: 400;
}
.records-page .slider {
  background: url("../img/tabImg/record-tab-1.jpg") no-repeat;
  background-size: cover !important;
  background-position: center !important;
  background-attachment: fixed !important;
  margin-top: -20px;
  padding: 30px 0;
  max-width: 100vw;
  width: 100%;
  height: 100vh;
  max-height: 484px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 94%, 53% 94%, 50% 100%, 47% 94%, 0 94%);
  clip-path: polygon(0 0, 100% 0, 100% 94%, 53% 94%, 50% 100%, 47% 94%, 0 94%);
  position: relative;
}
.records-page .slider h2 {
  text-align: center;
  color: #00ADEE;
  margin-bottom: 50px;
}
.records-page .slider .swiper-container {
  max-width: 1060px !important;
  margin: 0 auto;
  overflow: hidden;
  height: 270px;
}
.records-page .slider .swiper-container .swiper-wrapper .swiper-slide .slide-content {
  padding: 40px;
  max-width: 360px;
  width: 100% !important;
  max-height: 120px;
  background: #fff;
  margin: 0 auto;
  cursor: pointer;
}
.records-page .slider .swiper-container .swiper-wrapper .swiper-slide .fa {
  max-width: 15%;
  width: 100%;
  font-size: 312.5%;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  color: #00ADEE;
}
.records-page .slider .swiper-container .swiper-wrapper .swiper-slide .issue-content {
  max-width: 75%;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.records-page .slider .swiper-container .swiper-wrapper .swiper-slide .issue-content h3 {
  color: #F4CC6F;
  margin-bottom: 0;
  line-height: 24px;
}
.records-page .slider .swiper-container .swiper-wrapper .swiper-slide-active .slide-content {
  margin: 0 0 0 50px !important;
}
.records-page .slider .swiper-container .swiper-wrapper .swiper-slide-next .slide-content {
  margin: 0 50px 0 0 !important;
}
.records-page .slider .swiper-button-prev {
  background-image: url("../img/left.svg");
  left: 0;
}
.records-page .slider .swiper-button-next {
  background-image: url("../img/right.svg");
  right: 0;
}
.records-page .slider .swiper-button-next,
.records-page .slider .swiper-button-prev {
  top: 30%;
}
.records-page .slider .swiper-pagination-bullet {
  background: none !important;
  width: auto;
  height: auto;
  color: #00ADEE;
  font-size: 100%;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-style: normal;
  opacity: 1;
}
.records-page .slider .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 40px;
}
.records-page .overview .tab-content {
  display: none;
}
.records-page .overview .tab-content.active {
  display: flex;
}


.contact-page .address, .get-involved-page .address {
  max-width: 990px;
  margin: 0 auto 20px;
  text-align: center;
}
.contact-page .address h2, .get-involved-page .address h2 {
  font-size: 150%;
  margin-bottom: 10px;
}
.contact-page .address .phone, .get-involved-page .address .phone {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #F4CC6F;
  font-size: 150%;
  text-transform: uppercase;
}
.contact-page .address .phone .fa, .get-involved-page .address .phone .fa {
  color: #4ED1F9;
  font-size: 190%;
  vertical-align: sub;
  margin-right: 20px;
}
.contact-page .address .phone span, .get-involved-page .address .phone span {
  text-transform: capitalize;
}
.contact-page .txt-content, .get-involved-page .txt-content {
  max-width: 990px;
  margin: 0 auto;
}
.contact-page .txt-content ::-webkit-input-placeholder, .get-involved-page .txt-content ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #808080;
}
.contact-page .txt-content ::-moz-placeholder, .get-involved-page .txt-content ::-moz-placeholder {
  /* Firefox 19+ */
  color: #808080;
}
.contact-page .txt-content :-ms-input-placeholder, .get-involved-page .txt-content :-ms-input-placeholder {
  /* IE 10+ */
  color: #808080;
}
.contact-page .txt-content :-moz-placeholder, .get-involved-page .txt-content :-moz-placeholder {
  /* Firefox 18- */
  color: #808080;
}
.contact-page .txt-content input,
.contact-page .txt-content textarea,
.get-involved-page .txt-content input,
.get-involved-page .txt-content textarea {
  border: 1px solid #808080;
}
.contact-page .txt-content .btn-b,
.get-involved-page .txt-content .btn-b {
  width: 100%;
}
.contact-page .txt-content .btn-b:hover,
.get-involved-page .txt-content .btn-b:hover {
  background-color: #F4CC6F;
}
#mc-embedded-subscribe-form{
  background-color: #e7e7e7;
  padding: 0px 15px 15px;
}
.checkbox-list{
  text-align: left;
  width: 100%;
  max-width: 340px;
  margin: 0px auto;
}
.checkbox-list label{
  color: #808080;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #808080;
  font-size: 80%;

}
input[type=checkbox]{
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox;
  appearance: checkbox;
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  padding: 10px;
}

.contact-page .txt-content input{
  margin: 20px;
  max-width: 29.168%;
  flex-basis: 29.168%;
  padding: 10px;
  max-height: 40px;
  color: #808080;
}
.get-involved-page .txt-content input{
  margin: 20px;
  padding: 10px;
  max-height: 40px;
  color: #808080;
}
.contact-page .txt-content textarea{
  max-width: 62%;
  flex-basis: 62%;
  height: 120px;
  padding: 10px;
  margin: 20px;
  color: #808080;
}
.contact-page .txt-content textarea{
  height: 120px;
  padding: 10px;
  margin: 20px;
  color: #808080;
}
.contact-page .txt-content a{
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 93.8%;
  margin: 0 20px 0 auto;
}
