/* Foundation overrides */
body {
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: normal;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
a,
a:visited {
    color:#000;
}
a:hover, a:focus, a:active {
    color:#175984
}
.card {
    border-bottom: 10px solid #50b948;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}
.card-section {
    background-color: #f0f0f0;
}
input[type="search"] {
    height: 38px;
    border: 0;
    border-radius:0;
    box-shadow:0px 0px transparent;
    padding:5px 15px;
    margin:0;
}
.menu a {
    padding: 0.7rem 1.5rem 0;
}
.breadcrumbs {
    margin: 0;
}
.breadcrumbs a {
    color:#000
}
.breadcrumbs li {
    margin: 8px 10px 8px 0;
    font-size: 0.8rem;
    text-transform: none;
}
.breadcrumbs li:not(:last-child)::after {
    margin:0;
    content:"";
}
p {
  font-size: 0.9rem;
  line-height: 1.35rem;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: 'Merriweather Sans', sans-serif;
  letter-spacing:-1px;
}

h1, .h1 {
    font-size:2.25rem;
    margin-bottom: 1.5rem;
}
h2, .h2 {
    font-size:1.6rem;
    margin-bottom: 1.5rem;
}
h3, .h3 {
    font-size:1.1rem;
    margin-bottom: 1.3rem;
}
h4, .h4 {
    font-size:1rem;
    margin-bottom: 1.2rem;
}
.pagination {
    text-align: center;
}
.pagination span.page-numbers.current,
.pagination a.page-numbers:hover {
    background: #175984;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 28px;
    padding: 0;
    text-align: center;
    color: #fff;
    display: inline-block;
}
.pagination a.page-numbers {
    color:#175984;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 28px;
    padding: 0;
    text-align: center;
    display:inline-block;
}
.pagination a.page-numbers img {
    width: 25px;
    -webkit-filter: drop-shadow(2px 2px 1px #c1c1c2);
    filter: drop-shadow(2px 2px 1px #c1c1c2);
    box-shadow: 0 0 0 0 transparent !important;
}
.pagination a.prev.page-numbers,
.pagination a.next.page-numbers {
    background:transparent;
}
.button {
    background-color:transparent;
    color:#000;
    border-radius:0;
    border:4px solid #175984;
}
.home-difference button {
    border-color:#fff !important;
    color:#fff !important;
}
.home-difference button:hover {
    border-color:#175984 !important;
    color:#fff !important;
}
.button:hover,
.button:focus {
    background-color:#175984;
    color:#fff !important;
    border:4px solid #175984;
}
[type='file'], [type='checkbox'], [type='radio'] {
    margin: 1rem 0 1rem;
}
.orbit-previous, .orbit-next {
    width:45px;
    padding:0;
}
.orbit-figure {
    position: relative;
    padding:0;
}
.orbit-caption {
    position:relative;
    background-color:transparent;
    padding:0;
    color:#000;
}
.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color:transparent;
}
blockquote {
    font-size: 1rem;
    line-height: 1.45rem;
    color: #000;
    border-left: 1px solid #000;
    margin: 0 0 2rem;
    padding: 0.5625rem 1.25rem 0.5625rem 1.1875rem;
}
.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 {
    border:0;
}

/* Media queries */
@media only screen and (max-width: 640px) {
    .orbit-previous, .orbit-next {
        width: 15px;
        top: 21%;
    }
    .orbit-previous {
        left: 25%;
    }
    .orbit-next {
        right: 25%;
    }
}