<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * CONTENTS
 *
 * SETTINGS
 * Global...............File-specific variables and config.
 *
 * BASE
 *
 *
 * OBJECTS
 * Wrappers.............Wrapping and constraining elements.
 *
 * SECTIONS
 * give-top.............Styles specific for top section
 * donate-section
 * video-section
 *
 * TRUMPS
 */
/*------------------------------------*   #SETTINGS
   #global
 \*------------------------------------*/
.main-container &gt; .white-section.sm_basic_content_block {
  padding: 64px 32px; }
  @media (min-width: 900px) {
    .main-container &gt; .white-section.sm_basic_content_block {
      padding: 64px 32px; } }

.main-container &gt; .white-section:not(.sm_basic_content_block) {
  background: #D5E8F9 url("https://www.mda.org/files/mda-frontend/summer-camp/registration/list-bg.jpg") bottom center no-repeat;
  background-size: 100%;
  padding: 64px 24px 60vw;
  text-align: center; }
  .main-container &gt; .white-section:not(.sm_basic_content_block) .hero-copy {
    margin: 0 auto;
    max-width: 800px; }
  @media (min-width: 900px) {
    .main-container &gt; .white-section:not(.sm_basic_content_block) {
      padding: 84px 24px 50vw; }
      .main-container &gt; .white-section:not(.sm_basic_content_block) .tk-container {
        max-width: 1600px; } }
  .main-container &gt; .white-section:not(.sm_basic_content_block) .container {
    width: auto; }

.camp-container,
.view-content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: row wrap; }

.camp-tile,
.views-row {
  margin: 16px;
  background: white;
  max-width: 320px;
  text-align: left;
  padding: 12px;
  align-items: center;
  box-shadow: 0 0 4px #ddd;
  width: 300px;
  line-height: 22px; }

.views-field-province-1 {
  height: 73px;
  width: 58px;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
  text-align: center;
  background: url("https://www.mda.org/files/mda-frontend/summer-camp/registration/marker.png") no-repeat; }
  .views-field-province-1 .field-content {
    position: absolute;
    top: 60%;
    left: 0;
    width: 58px;
    text-align: center;
    line-height: 0;
    font-weight: bold;
    font-size: 1.1em; }

.camp-tile--body,
.views-field {
  font-size: 0.9em;
  color: #888b8d;
  margin-bottom: 0;
  padding-left: 74px; }
  .camp-tile--body.views-field-field-sc-short-name,
  .views-field.views-field-field-sc-short-name {
    font-family: "ArialRoundedMTBold", "Arial Rounded MT Bold";
    color: #414042; }
  .camp-tile--body.views-field-field-sc-descr,
  .views-field.views-field-field-sc-descr {
    display: none; }

.views-exposed-widgets {
  display: flex;
  justify-content: center;
  margin-bottom: 42px; }

.views-exposed-form .views-exposed-widget .btn {
  margin-top: 2em; }

.views-exposed-form label {
  width: 100%;
  text-align: left; }

.form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
  background-image: url('data:image/svg+xml;utf8,&lt;svg width="20" height="11" viewBox="0 0 49 23" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path fill="%23B7B7B7" d="M24.5 23L0 0h49" fill-rule="evenodd"/&gt;&lt;/svg&gt;');
  background-position: right 12px top 50%;
  background-repeat: no-repeat; }
</pre></body></html>