/* Foundation overrides */
.grid-container {
    max-width:1200px;
}
body {
  font-family: "Helvetica","Arial",sans-serif;
  background: #f2f2f2;
  font-weight: normal;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
a,
a:visited,
a:hover {
    color:#000;
    text-decoration:none;
}
a:focus, a:active {
    color:#00447A;
}
.breadcrumbs a,
.breadcrumbs a:visited,
.breadcrumbs a:hover {
    color:#000;
}
blockquote,
blockquote p {
    border-left: 0;
    line-height: 1.2;
    padding:0;
    color: #6f6f6f;
    font-size: 1.4rem;
}
.card {
    border: 0;
    border-radius:0;
}
.card-section {
    background-color: #fff;
    padding:1.25rem;
}
.menu a {
    padding: 0.7rem 0.3rem 0;
    color:#000;
}
.orbit-previous {
	left: 20px;
}
.orbit-next {
	right:20px;
}
.breadcrumbs {
    padding:10px 0;
    margin: 10px 0 20px;
}
.breadcrumbs li {
    margin: 0 10px 0 0;
    font-size: 0.9rem;
    text-transform: none;
}
.breadcrumbs li.separator {
    font-size:0.8rem;
    line-height:1.8;
}
.breadcrumbs li:not(:last-child)::after {
    margin:0;
    content:"";
}
.tabs {
    border: 0;
    background: #f2f2f2;
}
.tabs-title {
    text-align:center;
}
.tabs-title > a {
    padding: 15px 30px;
    font-size: 1.2rem;
    font-weight:bold;
	color:#000;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected='true'], .tabs-title > a:hover {
    color:#000;
} 
.tabs-content {
    border:0;
}
.tabs-panel {
    padding:0;
}
.accordion {
    background:transparent;
}
#main-footer .accordion a, 
#main-footer .accordion a:visited {
    color:#fff;
}
.involved-single .accordion-title {
    border:0;
    font-size: 1.7rem;
    color:#000;
    padding: 1.5rem 1rem !important;
    overflow:visible;
    background-color: transparent !important;
    box-shadow: none !important;
    z-index:1 !important;
}

.accordion-title {
    overflow:hidden;
    border:0;
    color:#fff;
    padding: 15px 30px;
    font-size: 1.2rem;
    font-weight:bold;
}
.involved-single .accordion-title::before {
    top: 45%;
    left: -30px;
    font-size: 1.4rem;
    content:"\f067";
    font-weight:900;
    font-family: "Font Awesome 5 Free";
}
.involved-single .accordion-title::before {
    color:#18725E
}
.accordion-content {
    border:0;
    background-color: transparent;
}
.involved-single .is-active > .accordion-title::before {
    content:"\f068";
}
.involved-single .accordion-title:hover, .involved-single .accordion-title:focus {
    background-color:transparent;
}
.involved-single .accordion-item {
    padding-left:30px;
    border-bottom:2px solid #000;
}
p {
  font-size: 1.2rem;
  line-height: 1.2;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-weight:600;
  letter-spacing:-1px;
}

h1, .h1 {
    font-size: 2.8rem;
    line-height: 1.1;
    margin-bottom: 2rem;
}
h2, .h2 {
    font-size: 2.4rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}
h3, .h3 {
    font-size:2rem;
    line-height: 2.2rem;
    margin-bottom: 1.2rem;
}
h4, .h4 {
    font-size: 1.6rem;
    line-height: 1.2;
    margin-bottom: 1rem;
}
select {
    height: 38px;
    width: 60%;
    margin: 0;
    padding: 5px 25px 10px 10px;
    border:1px solid #e1dfdf;
}
.button {
    border:5px solid #00447A;
    background:transparent;
    border-radius:0;
    padding: 8px 40px 8px 10px;
    color:#00447A;
    font-weight:bold;
    cursor:pointer;
    font-size: 1.3rem;
    margin: 0 auto;
    position:relative;
}
.button:hover,
.button:focus {
    background-color:#00447A;
    color:#fff;
}
[type='file'], [type='checkbox'], [type='radio'] {
    margin: 1rem 0.8rem 0.4rem 0;
}
.thumbnail {
    border:0;
    padding: 10px 20px;
    box-shadow:0 0 0 0;
    margin-bottom:0;
}
.right {
    float:right;
}
.left {
    float:left;
}
[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus, li:focus, li a:focus {
    border:0;
    outline:none;
}

/* Media queries */
