<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Mobile */
@media only screen and (min-width: 0em) {
  .filter-button-container {
    padding: 1.875em 1.125em 1.25em 1.875em;
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .filter-button {
    border: none;
    border-radius: 5px;
    outline: none;
    margin-top: 10px;
    background-color: #002868;
    color: #ffffff;
    line-height: 3.57142857em;
    height: 3.57142857em;
    text-align: center;
    padding: 0 2.14285714em;
    margin: 10px;
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 0.875em;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    width: auto;
    cursor: pointer;
  }
  .filter-button:hover,
  .filter-button:active {
    background-color: #F2CF05;
    color: #002868;
  }
  .chosen {
    background-color: #F2CF05 !important;
    color: #002868 !important;
  }
  .button-info p {
    text-align: center;
    color: #000;
  }
  .resource-container {
    display: none;
  }
  .resource-container .slideshow-container {
    max-width: 350px;
    position: relative;
    margin: auto;
    height: 350px;
    width: 350px;
  }
  .resource-container .mySlides {
    display: none;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .resource-container .mySlides img {
    border-radius: 0.3125em;
    height: 100%;
    width: 100%;
    object-fit: contain;
    max-height: 350px;
    max-width: 350px;
  }
  .resource-container .prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .resource-container .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    right: 0;
    border-radius: 3px 0 0 3px;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .resource-container .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }
  .resource-container .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  .resource-container .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  .resource-container .dot:hover,
  .resource-container .dot.active {
    background-color: #717171;
  }
  .resource-container .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  .selected {
    display: block;
  }
  /* Modal Content */
  .modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 200px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .modal-content {
    display: block;
    text-align: center;
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    border-radius: 0.3125em;
    width: 80%;
    overflow-y: auto;
  }
  .modal-content h2 {
    margin-bottom: 20px;
  }
  .modal-content p {
    color: black;
    margin-bottom: 20px;
  }
  .modal-content input[type="email"],
  .modal-content input[type="name"] {
    font-size: 1em;
    background: transparent;
    width: 90%;
    margin-bottom: 20px;
    padding: 12px;
    border: 1px solid #000000;
    border-radius: 3px;
    font-family: 'Raleway', Arial, sans-serif;
  }
  .modal-content .social-links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: auto;
    width: 70%;
    margin-bottom: 20px;
  }
  .modal-content .social-links a {
    text-decoration: none;
    margin-left: 5px;
    margin-right: 5px;
  }
  .modal-content .social-links a img {
    width: 40px;
    height: 40px;
  }
  .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
}
/* Small Desktop */
@media only screen and (min-width: 64em) {
  .filter-button-container {
    flex-direction: row;
  }
  .resource-container .slideshow-container {
    max-width: 800px;
    height: 618px;
    width: 800px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .resource-container .mySlides img {
    max-height: 618px;
    max-width: 800px;
  }
  .modal-content input[type="email"],
  .modal-content input[type="name"] {
    width: 30%;
  }
}
/*-- -------------------------- --&gt;
&lt;---    Final Call To Action    --&gt;
&lt;--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #cta {
    position: relative;
    padding: 3.125em 0;
  }
  #cta:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .7;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #cta .container {
    text-align: center;
  }
  #cta picture {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -2;
  }
  #cta picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #cta .title {
    font-weight: 900;
    font-size: min(9vw, 3em);
    line-height: 1.20833333;
    color: #fff;
    position: relative;
    margin-bottom: 0.75em;
    text-align: center;
  }
  #cta p {
    color: #fff;
    text-align: center;
    opacity: 1;
    margin: auto;
    margin-bottom: 2em;
    width: 96%;
    max-width: 33.22222222em;
  }
}
/* Small Desktop */
@media only screen and (min-width: 64em) {
  #cta {
    padding: 10.5em 0;
  }
}
/* Large Desktop */
@media only screen and (min-width: 1300px) {
  #cta {
    position: relative;
    margin-top: 6.25em;
  }
  #cta:before {
    display: none;
  }
  #cta .container {
    width: 90.0625%;
    margin: auto;
  }
  #cta picture {
    width: 90.0625%;
    left: 50%;
    transform: translateX(-50%);
  }
  #cta picture:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .7;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
</pre></body></html>