/* 
    Created on : Jun 8, 2018, 4:10:53 PM
    Author     : lipsky
*/
/* ---------- Basic Layout Styles ----------- */
/* line 9, ../scss/layout.scss */
html,
body,
#page {
  height: 100%;
}

/* line 15, ../scss/layout.scss */
body {
  background-attachment: fixed;
  background-color: #ccc;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 24, ../scss/layout.scss */
#header {
  margin: 0 auto;
  left: 0;
  right: 0;
  position: fixed;
  top: 0;
  z-index: 999;
}

/* line 33, ../scss/layout.scss */
#page-wrapper {
  min-height: 100%;
  min-width: 320px;
  overflow: hidden;
}

/* line 39, ../scss/layout.scss */
#header div.section,
#featured div.section,
#messages div.section,
#neck,
#main-footer-wrapper,
#triptych,
#footer-columns {
  width: auto;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}

/* line 52, ../scss/layout.scss */
#header div.section {
  padding-bottom: 0;
  position: relative;
}

/* line 57, ../scss/layout.scss */
#header div.section #header-container {
  background-color: white;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.28);
  position: relative;
  z-index: 999;
}

/* line 65, ../scss/layout.scss */
body.admin-menu #header div.section #header-container {
  top: 29px;
}
/* line 69, ../scss/layout.scss */
body.admin-menu #header div.section #featured {
  margin-top: 29px;
}

/* line 74, ../scss/layout.scss */
.with-secondary-menu .region-header {
  margin-top: 3em;
}

/* line 78, ../scss/layout.scss */
#secondary-menu {
  position: absolute;
  right: 0;
  /* LTR */
  top: 0;
  width: 480px;
}

/* line 86, ../scss/layout.scss */
.html.front #content,
#sidebar-first,
#sidebar-second,
.region-triptych-first,
.region-triptych-middle,
.region-triptych-last,
.region-footer-firstcolumn,
.region-footer-secondcolumn,
.region-footer-thirdcolumn,
.region-footer-fourthcolumn {
  display: inline;
  float: left;
  /* LTR */
  position: relative;
}

/* line 102, ../scss/layout.scss */
.one-sidebar #content {
  width: 720px;
}

/* line 106, ../scss/layout.scss */
.two-sidebars #content {
  width: 480px;
}

/*arobledo: fixed border content  40px not-front*
.no-sidebars #content {
    width: 960px;
    float: none;
}
*/
/*Featured */
/* line 119, ../scss/layout.scss */
div.region-featured {
  padding: 0;
  height: 28px;
  position: relative;
}

/*end Featured */
/* line 127, ../scss/layout.scss */
#sidebar-first,
#sidebar-second {
  width: 240px;
}

/* line 132, ../scss/layout.scss */
#neck {
  margin-top: 109px;
  margin-bottom: 0px;
  box-shadow: 0 0 92px rgba(0, 0, 0, 0.7);
}

/* line 138, ../scss/layout.scss */
#main-footer-wrapper {
  box-shadow: 0 0 92px rgba(0, 0, 0, 0.7);
  color: #666666;
  font-size: 1rem;
  line-height: 1.4;
}

/* line 145, ../scss/layout.scss */
#main-wrapper {
  min-height: 300px;
  background: #fff;
}

/* line 150, ../scss/layout.scss */
#main {
  background-color: white;
  padding-top: 20px;
}

/* line 155, ../scss/layout.scss */
.front #main {
  padding-top: 0;
}

/* line 159, ../scss/layout.scss */
#content .section,
.sidebar .section {
  padding: 0 15px;
}

/* line 164, ../scss/layout.scss */
#breadcrumb {
  margin: 0 15px;
}

/* line 168, ../scss/layout.scss */
.region-triptych-first,
.region-triptych-middle,
.region-triptych-last {
  margin: 20px 20px 30px;
  width: 280px;
}

/* line 177, ../scss/layout.scss */
.region-footer-firstcolumn,
.region-footer-secondcolumn,
.region-footer-thirdcolumn,
.region-footer-fourthcolumn {
  padding: 0 10px;
  width: 220px;
}

/* line 185, ../scss/layout.scss */
#footer {
  background-color: #707271;
}

@media (min-width: 980px) {
  /* line 190, ../scss/layout.scss */
  #footer #copyright-footer {
    float: left;
    margin-right: 4px;
  }
}
@media (max-width: 979px) {
  /* line 197, ../scss/layout.scss */
  #footer #footer-stick-divisor {
    display: none;
  }
}
/*Henry*/
/* line 203, ../scss/layout.scss */
body.front .region.region-content {
  padding: 15px 0;
}

/* line 207, ../scss/layout.scss */
body.front #page-title {
  display: none;
}

/* line 211, ../scss/layout.scss */
body.not-front #content {
  padding: 0 25px 40px 25px;
  position: relative;
}

/* line 216, ../scss/layout.scss */
body.not-front .breadcrumb {
  padding-left: 25px;
}

/* line 220, ../scss/layout.scss */
.field.field-name-title-field {
  color: #6bc048;
  font-weight: bold;
  font-size: 1.75rem;
}

/* line 226, ../scss/layout.scss */
.field.field-name-field-subtitle {
  font-size: 1.375rem;
  line-height: 26px;
  margin-top: -7px;
}

/* line 232, ../scss/layout.scss */
.greenline {
  border-top: 3px solid #6bc048;
  margin-top: 10px;
  padding-top: 15px;
}

/* line 238, ../scss/layout.scss */
.field.field-name-field-author {
  float: left;
  font-size: 1.0625rem;
  font-weight: bold;
  letter-spacing: -0.9px;
  margin-right: 17px;
  top: -3px;
  position: relative;
  word-spacing: 1px;
}

/* line 249, ../scss/layout.scss */
.field-name-field-release-date {
  font-size: 0.875rem;
  text-transform: uppercase;
}

/* line 254, ../scss/layout.scss */
body.page-node table tr {
  background: none;
}

/* line 258, ../scss/layout.scss */
body.page-node table tr td {
  padding: 3px 3px 3px 3px !important;
}

/* line 262, ../scss/layout.scss */
figure.image {
  margin: 0;
}

/* line 266, ../scss/layout.scss */
figcaption {
  padding: 2px 0 2px 0;
  position: relative;
  top: -5px;
}

/* line 272, ../scss/layout.scss */
figcaption,
.image-field-caption {
  background-color: #a0a0a0;
  color: #fff;
}

/* line 278, ../scss/layout.scss */
.image-field-caption {
  box-sizing: border-box;
  font-size: 1rem;
  line-height: 27px;
  margin: -5px 0 0;
  padding: 0px 1% 0px 1%;
  position: relative;
  width: 100%;
}

/* line 288, ../scss/layout.scss */
blockquote.image-field-caption {
  font-style: normal;
}

/* line 292, ../scss/layout.scss */
blockquote.image-field-caption:before,
blockquote.image-field-caption:after {
  display: none;
}

/* line 297, ../scss/layout.scss */
.node-type-home-page .image-field-caption {
  top: inherit;
  bottom: 0;
}

/* line 302, ../scss/layout.scss */
.ckeditor-accordion-container > dl dt a.ckeditor-accordion-toggler {
  color: #fff;
  background-color: #6bc048;
  padding: 0px 10px 0px 30px;
  font-weight: bold;
  font-size: 1.0625rem;
}

/* line 310, ../scss/layout.scss */
.ckeditor-accordion-container dl.styled {
  border: 0px !important;
}

/* line 314, ../scss/layout.scss */
a.ckeditor-accordion-toggler {
  border: 0px !important;
}

/* line 318, ../scss/layout.scss */
.ckeditor-accordion-container dl dt,
.ui-accordion > div {
  padding-bottom: 2px;
  line-height: 31px;
}

/* line 324, ../scss/layout.scss */
.ckeditor-accordion-container > dl dt > .ckeditor-accordion-toggle:before {
  background-image: url("../images/accordion_arrow.png");
  background-position: 0 0;
  background-size: 11px 15px;
  left: 0px;
  top: -8px;
  transform: none;
  width: 15px;
  height: 15px;
  background-color: transparent;
  background-repeat: no-repeat;
}

/* line 337, ../scss/layout.scss */
.ckeditor-accordion-container > dl dt.active > .ckeditor-accordion-toggle:before {
  transform: rotate(90deg);
  left: -2px;
  top: -5px;
}

/* line 343, ../scss/layout.scss */
.ckeditor-accordion-container > dl dt > .ckeditor-accordion-toggle:after {
  display: none;
}

/* line 347, ../scss/layout.scss */
.ckeditor-accordion-container table.basic-table {
  margin: 12px 28px 12px 28px;
}

/* line 351, ../scss/layout.scss */
.ckeditor-accordion-container table.basic-table tr td {
  border: 2px solid #ffffff;
}

/* line 355, ../scss/layout.scss */
.ckeditor-accordion-container table.basic-table tr:first-child td {
  background-color: #757575 !important;
}

/* line 359, ../scss/layout.scss */
.ckeditor-accordion-container p {
  /* margin: 0 !important; */
}

/*jquery accordion*/
/* line 364, ../scss/layout.scss */
.ui-accordion {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.071em;
}

/* line 369, ../scss/layout.scss */
.ui-accordion .ui-accordion-header .field-content a,
.ui-accordion .ui-accordion-header a {
  color: #fff;
}

/* line 374, ../scss/layout.scss */
.ui-accordion .ui-accordion-header {
  background-image: none;
  border-radius: inherit;
  padding: 4px 0.5em 4px 2em;
  border: none;
  font-weight: bold;
  background-color: #6bc048;
  font-size: 1.0625rem;
}

/* line 384, ../scss/layout.scss */
.ui-accordion .ui-accordion-content {
  border: 0;
}

/* line 388, ../scss/layout.scss */
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  background-image: url(../images/accordion_arrow.png);
  background-position: center;
  background-size: 11px 15px;
  transform: none;
  width: 15px;
  height: 15px;
  background-color: transparent;
  background-repeat: no-repeat;
  margin-left: 2px;
  /**transition**/
  -webkit-transition: all 600ms cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  will-change: transform;
}

/* line 406, ../scss/layout.scss */
.ui-accordion .ui-accordion-header.ui-accordion-header-active .ui-accordion-header-icon {
  transform: rotate(90deg);
}

/*End Henry*/
/*arobledo*/
/* line 414, ../scss/layout.scss */
#content h1.title {
  width: 100%;
}

/*end arobledo*/
/**SlideShow region*/
/* line 421, ../scss/layout.scss */
#slideshow {
  position: relative;
}

/* line 425, ../scss/layout.scss */
#content h1.title.standard {
  border: 0px;
  padding-bottom: 0px;
  margin-bottom: 11px;
  margin-top: 10px;
}

/*** faq page  ****/
/* line 434, ../scss/layout.scss */
div.node-faq .meta.submitted > span {
  margin: 5px 0 20px 0;
  display: block;
  font-size: 0.9375rem;
  width: auto;
  display: grid;
  line-height: 20px;
  font-family: "Source Sans Pro", sans-serif;
  color: #000;
  width: 100%;
}

/* line 446, ../scss/layout.scss */
.node-teaser {
  border-bottom: 1px solid #d3d7d9;
  margin-bottom: 0;
  padding-bottom: 15px;
}

/* line 452, ../scss/layout.scss */
body div#skip-link {
  z-index: 9999;
}

/* line 456, ../scss/layout.scss */
.ckeditor-accordion-container > dl dd {
  padding: 8px 0px 8px 0px;
}

/* line 460, ../scss/layout.scss */
body.page-node .ckeditor-accordion-container table.basic-table tr td {
  padding-left: 5px !important;
}

/* line 464, ../scss/layout.scss */
.ckeditor-accordion-container > dl dt,
.ui-accordion > div {
  margin-bottom: 3px;
}

/* line 469, ../scss/layout.scss */
.basic-table tr td {
  padding: 0px 5px 0px 5px !important;
}

/* FAQ */
/* line 474, ../scss/layout.scss */
.view-faq .ui-accordion .ui-accordion-header {
  background-color: transparent;
  padding-left: 0;
}

/* line 479, ../scss/layout.scss */
.view-faq .ui-accordion .ui-accordion-header > span.field-content > a {
  color: #6bc408;
}

/* line 483, ../scss/layout.scss */
.view-faq .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  display: none;
}

/* line 487, ../scss/layout.scss */
.view-faq .ui-accordion .ui-accordion-header.ui-accordion-header-active .ui-accordion-header-icon {
  display: none;
}

/* line 491, ../scss/layout.scss */
.view-faq .views-field.views-field-body {
  line-height: 25px;
}

/* line 495, ../scss/layout.scss */
input.form-text,
textarea.form-textarea,
select.form-select {
  width: 100%;
}

/*** Event content */
/* line 502, ../scss/layout.scss */
.not-front.page-node.node-type-event #content {
  display: none;
}

/* line 506, ../scss/layout.scss */
.not-front .node-event {
  padding: 5px 10px;
}

/* line 510, ../scss/layout.scss */
.not-front .node-event .content > div,
.not-front .node-event .group-location-custom > div {
  display: inline-block;
  float: left;
  width: 100%;
  line-height: 1.3;
}

/* line 518, ../scss/layout.scss */
.not-front .node-event .content > div.group-event-details,
.not-front .node-event .content > div.group-event-location {
  display: table;
}

/* line 523, ../scss/layout.scss */
.not-front .node-event .content > div.group-event-details {
  clear: left;
}

/* line 527, ../scss/layout.scss */
.not-front .node-event .group-event-details > div,
.not-front .node-event .group-event-location > div {
  display: table-row;
}

/* line 535, ../scss/layout.scss */
.not-front .node-event .group-event-location .field-type-taxonomy-term-reference .field-label,
.not-front .node-event .group-location-custom .field-label,
.not-front .node-event .group-event-details .field-label,
.not-front .node-event .group-event-location .field-label {
  /*white-space: nowrap;*/
  padding-right: 5px;
}

/* line 543, ../scss/layout.scss */
.not-front .node-event .field-name-field-city .field-label,
.not-front .node-event .field-name-field-state .field-label,
.not-front .node-event .field-name-field-post-code .field-label,
.not-front .node-event .field-name-field-event-map-link .field-label {
  visibility: hidden;
}

/* line 550, ../scss/layout.scss */
.not-front .node-event .field-name-field-address-line-1 .field-items .field-item.inline {
  display: inline;
  margin-right: 5px;
}

/* line 555, ../scss/layout.scss */
.not-front .node-event .content .field-group-div {
  width: 32%;
  padding: 0 2% 2% 2%;
  position: relative;
  background-image: url("../images/border-bottom-green.jpg");
  background-repeat: repeat-x;
  background-position: 0px 30px;
}

/* line 564, ../scss/layout.scss */
.not-front .node-event .field-group-div.two-columns {
  width: 46%;
}

/* line 568, ../scss/layout.scss */
.not-front .node-event .group-event-attendance {
  color: #fff;
  margin-top: 40px;
  margin-left: 6px;
}

/* line 574, ../scss/layout.scss */
.not-front .node-event .group-event-attendance form .form-item {
  margin-top: 0;
}

/* line 578, ../scss/layout.scss */
.not-front .node-event .group-event-attendance form #edit-isregister {
  margin: 0;
}

/* line 582, ../scss/layout.scss */
.not-front .node-event .group-event-attendance > div,
.not-front .node-event .group-event-attendance > span > div,
.not-front .node-event .group-event-attendance h3 {
  background-color: #6bc048;
  padding: 0 5% 2% 5%;
}

/* line 589, ../scss/layout.scss */
.not-front .node-event .group-event-attendance > span,
.not-front .node-event .group-event-attendance span.notranslate {
  background-color: #6bc048;
  display: block;
}

/* line 595, ../scss/layout.scss */
.not-front .node-event .group-event-attendance .registration-form {
  background: none;
  padding: 0;
}

/* line 600, ../scss/layout.scss */
.not-front .node-event .group-event-attendance .registration-form form > div > div {
  background-color: #6bc048;
  padding: 0 5% 2% 5%;
}

/* line 605, ../scss/layout.scss */
.not-front .node-event .field-group-div > h3 {
  font-weight: bold;
  padding-bottom: 0;
  margin-top: 0;
}

/* line 611, ../scss/layout.scss */
.not-front .node-event .group-event-attendance > h3 {
  padding-bottom: 10px;
  margin-bottom: 0px;
}

/* line 616, ../scss/layout.scss */
.not-front .node-event .group-event-details > h3,
.not-front .node-event .group-event-location > h3 {
  margin-left: -17px;
}

/* line 621, ../scss/layout.scss */
.not-front .node-event .form-actions {
  padding: 0;
  margin: 0;
}

/* line 626, ../scss/layout.scss */
.not-front .node-event #edit-actions input.form-submit {
  background: transparent;
  width: 100%;
  margin: 0 auto;
  display: block;
  border: 0;
  border-radius: 0 0 0 0;
  color: #fff;
  font-size: 0.9375rem;
  padding: 0;
  white-space: inherit;
}

/* line 639, ../scss/layout.scss */
.not-front .node-event #edit-actions {
  padding: 0;
  background-color: white;
  margin: 5px 0;
}

/* line 645, ../scss/layout.scss */
.not-front .node-event #edit-actions input.event-rsvp,
.not-front .node-event #edit-actions button.event-rsvp,
.not-front .node-event .group-event-attendance .registration-info-action {
  background-color: #fff;
  border: 2px solid #6bc048;
  box-sizing: border-box;
  /*position: absolute;
  bottom: -46px;*/
  margin: 5px auto 0;
  display: block;
  border-radius: 0 0 0 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.25rem;
  left: 0;
  color: #6bc048;
  font-weight: bold;
  padding: 5px;
  text-align: center;
  width: 100%;
}

/* line 666, ../scss/layout.scss */
.not-front .node-event #edit-actions button.event-rsvp {
  line-height: 0.9;
}

/* line 670, ../scss/layout.scss */
.not-front .node-event #edit-actions button.event-rsvp small {
  font-size: 0.9375rem;
}

/* line 674, ../scss/layout.scss */
.not-front .node-event .content .group-event-attendance {
  margin-bottom: 52px;
  padding: 0;
  width: 26%;
}

/* line 680, ../scss/layout.scss */
.not-front .node-event .field-group-div .field .field-label,
.not-front .node-event .field-group-div .field .field-item,
.not-front .node-event .field-group-div .field .field-item a,
.not-front .node-event .field-group-div .field .field-item span {
  font-weight: normal;
  font-size: 1.0625rem;
  padding-bottom: 2px;
  line-height: 1.5;
}

/* line 690, ../scss/layout.scss */
.not-front .node-event .field-group-div .field .field-label {
  white-space: nowrap;
  padding-right: 5px;
}

/* line 695, ../scss/layout.scss */
.not-front .node-event .field-group-div span.date-display-single {
  font-size: 1.0625rem;
}

/* line 699, ../scss/layout.scss */
.not-front .node-event .field-name-field-override-title-with-templa .field-item.even {
  display: none;
}

/* line 703, ../scss/layout.scss */
.not-front .node-event .vocabulary-event-locations > h2 {
  display: none;
}

/* line 707, ../scss/layout.scss */
.not-front .node-event .vocabulary-event-locations .content > div {
  float: left;
}

/* line 711, ../scss/layout.scss */
.not-front .node-event .field.field-name-field-event-contact-email .field-item {
  word-break: break-all;
}

/* line 715, ../scss/layout.scss */
.not-front .node-event .group-event-attendance .messages.error {
  background: none;
  padding: 0;
  width: 100%;
  margin: 0;
  color: #fff;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: bold;
  white-space: inherit;
  font-family: "Source Sans Pro", sans-serif;
}

/* line 728, ../scss/layout.scss */
.not-front .node-event .group-event-attendance div.messages {
  margin: 0;
}

/* line 732, ../scss/layout.scss */
.not-front .node-event .group-event-attendance div.status,
table tr.ok {
  background-color: transparent;
  border: 0;
  color: #fff;
  padding: 0 0 0 38px;
  width: 85%;
  text-align: center;
}

/* line 742, ../scss/layout.scss */
.not-front .node-event .group-location-custom h3 {
  display: none;
}

/* line 746, ../scss/layout.scss */
.not-front .node-event .content .group-location-custom {
  background: none;
  width: 100%;
  padding: 0;
}

/* line 752, ../scss/layout.scss */
.not-front .node-event .group-location-custom .field-name-field-event-map-link {
  clear: both;
}

/* line 756, ../scss/layout.scss */
.not-front .node-event .vocabulary-event-locations .content div:nth-child(3),
.not-front .node-event .vocabulary-event-locations .content div:nth-child(4),
.not-front .node-event .vocabulary-event-locations .content div:nth-child(5),
.not-front .node-event .group-location-custom div:nth-child(4),
.not-front .node-event .group-location-custom div:nth-child(5),
.not-front .node-event .group-location-custom div:nth-child(6) {
  float: left;
  width: auto;
  padding-right: 10px;
}

/* line 767, ../scss/layout.scss */
.not-front .node-event .field-name-field-special-accommodations label {
  font-weight: normal;
}

/* line 771, ../scss/layout.scss */
body.not-front #content .node-event .tct-event-date {
  display: none;
}

/* line 776, ../scss/layout.scss */
.node-event .content .field.field-name-field-event-image-term.field-type-viewfield {
  width: 25%;
}
/* line 780, ../scss/layout.scss */
.node-event .content .field.field-name-body.field-type-text-with-summary {
  width: 75%;
}
/* line 784, ../scss/layout.scss */
.node-event .content .field.field-name-field-event-image {
  width: 75%;
  float: right;
}
/* line 789, ../scss/layout.scss */
.node-event .content .field.field-name-field-override-title-with-templa {
  width: 75%;
  float: right;
}
/* line 794, ../scss/layout.scss */
.node-event .content div.group-event-attachments {
  width: 75%;
  float: right;
}
/* line 798, ../scss/layout.scss */
.node-event .content div.group-event-attachments .field.field-name-field-meeting-agenda,
.node-event .content div.group-event-attachments .field.field-name-field-meeting-minutes,
.node-event .content div.group-event-attachments .field.field-name-field-event-files {
  width: 100%;
}

@media (max-width: 980px) {
  /* line 807, ../scss/layout.scss */
  .not-front .node-event {
    padding: 0;
    display: block;
    position: relative;
    overflow: hidden;
  }
  /* line 813, ../scss/layout.scss */
  .not-front .node-event .field.field-name-field-event-image-term.field-type-viewfield {
    width: 25%;
  }
  /* line 817, ../scss/layout.scss */
  .not-front .node-event .field.field-name-body.field-type-text-with-summary {
    width: 75%;
  }
  /* line 821, ../scss/layout.scss */
  .not-front .node-event .field.field-name-field-event-image {
    width: 75%;
    float: right;
  }
  /* line 826, ../scss/layout.scss */
  .not-front .node-event .field.field-name-field-override-title-with-templa {
    width: 75%;
    float: right;
  }
  /* line 831, ../scss/layout.scss */
  .not-front .node-event div.group-event-attachments {
    width: 75%;
    float: right;
  }
  /* line 835, ../scss/layout.scss */
  .not-front .node-event div.group-event-attachments .field.field-name-field-meeting-agenda,
  .not-front .node-event div.group-event-attachments .field.field-name-field-meeting-minutes,
  .not-front .node-event div.group-event-attachments .field.field-name-field-event-files {
    width: 100%;
    float: right;
  }
  /* line 843, ../scss/layout.scss */
  .not-front .node-event .group-event-details > h3,
  .not-front .node-event .group-event-location > h3 {
    margin-left: -6px;
  }

  /* line 849, ../scss/layout.scss */
  #neck,
  #main-footer-wrapper {
    width: 96%;
  }

  /* line 854, ../scss/layout.scss */
  #neck {
    margin-top: 95px;
  }
}
/* line 859, ../scss/layout.scss */
.not-front .node-event .group-event-details > h3,
.not-front .node-event .group-event-location > h3 {
  white-space: nowrap;
}

@media (max-width: 890px) {
  /* line 865, ../scss/layout.scss */
  .not-front .node-event .field-group-div .field .field-label {
    width: 120px;
    white-space: nowrap;
  }

  /* line 870, ../scss/layout.scss */
  .not-front .node-event .group-event-location .field-name-field-event-presenter .field-label {
    width: 80px;
  }

  /* line 874, ../scss/layout.scss */
  .not-front .node-event .group-event-location .field-name-field-event-location .field-label {
    width: 80px;
  }

  /* line 878, ../scss/layout.scss */
  .group-location-custom.field-group-div .field.field-label-inline .field-label {
    width: 80px;
  }

  /* line 882, ../scss/layout.scss */
  .not-front.lang-es .node-event .field-group-div .field .field-label {
    width: 160px;
  }

  /* line 886, ../scss/layout.scss */
  .not-front .node-event .content .field-group-div {
    width: 100%;
  }

  /* line 890, ../scss/layout.scss */
  .not-front .node-event .group-event-attendance {
    margin: 15px 0 0 0;
  }

  /* line 894, ../scss/layout.scss */
  .not-front .node-event #edit-actions input.event-rsvp {
    width: 70%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  /* line 901, ../scss/layout.scss */
  .not-front .node-event .content .group-location-custom {
    margin-left: 65px;
    float: left;
  }

  /* line 906, ../scss/layout.scss */
  .not-front .node-event .group-location-custom .field-label {
    margin-left: -65px !important;
  }

  /* line 911, ../scss/layout.scss */
  .not-front .node-event .field.field-name-field-event-image-term.field-type-viewfield {
    width: 27%;
  }
  /* line 915, ../scss/layout.scss */
  .not-front .node-event .field.field-name-body.field-type-text-with-summary {
    width: 72%;
  }
  /* line 919, ../scss/layout.scss */
  .not-front .node-event .field.field-name-field-event-image {
    width: 72%;
    float: right;
  }
  /* line 924, ../scss/layout.scss */
  .not-front .node-event .field.field-name-field-override-title-with-templa {
    width: 72%;
    float: right;
  }
  /* line 929, ../scss/layout.scss */
  .not-front .node-event div.group-event-attachments {
    width: 72%;
    float: right;
  }
  /* line 933, ../scss/layout.scss */
  .not-front .node-event div.group-event-attachments .field.field-name-field-meeting-agenda,
  .not-front .node-event div.group-event-attachments .field.field-name-field-meeting-minutes,
  .not-front .node-event div.group-event-attachments .field.field-name-field-event-files {
    width: 100%;
  }
}
@media (max-width: 720px) {
  /**** FIX SHARETHIS */
  /* line 945, ../scss/layout.scss */
  #main {
    position: relative;
  }

  /* line 949, ../scss/layout.scss */
  #neck {
    margin-top: 96px;
    margin-bottom: 0px;
  }

  /* line 954, ../scss/layout.scss */
  #content h1.title {
    font-size: 1.5em;
  }

  /* line 958, ../scss/layout.scss */
  #content .sharethis-wrapper {
    position: absolute;
    top: 6px;
    right: 10px;
  }

  /* line 964, ../scss/layout.scss */
  body.not-front .breadcrumb {
    padding-left: 4%;
  }

  /* line 968, ../scss/layout.scss */
  .not-front .node-event .content .group-location-custom {
    margin-left: 65px;
    float: left;
  }

  /* line 973, ../scss/layout.scss */
  .not-front .node-event .group-location-custom .field-label {
    margin-left: -65px !important;
  }

  /* line 977, ../scss/layout.scss */
  .node-event .content .field.field-name-body.field-type-text-with-summary {
    width: 60%;
  }
}
/* line 982, ../scss/layout.scss */
.views-field.views-field-field-event-image {
  float: left;
  margin: 0 20px 15px 0;
  display: table-cell;
  vertical-align: top;
  width: auto;
}

/* line 990, ../scss/layout.scss */
.views-field.views-field-field-event-image-mobile {
  float: left;
  margin: 0 20px 15px 0;
  display: table-cell;
  vertical-align: top;
  width: 100%;
}

@media (min-width: 600px) {
  /* line 999, ../scss/layout.scss */
  .views-field.views-field-field-event-image {
    display: block;
  }

  /* line 1003, ../scss/layout.scss */
  .views-field.views-field-field-event-image-mobile {
    display: none;
  }
}
@media (max-width: 600px) {
  /* line 1009, ../scss/layout.scss */
  .views-field.views-field-field-event-image {
    display: none;
  }

  /* line 1013, ../scss/layout.scss */
  .views-field.views-field-field-event-image-mobile {
    display: block;
  }

  /* line 1017, ../scss/layout.scss */
  .views-field.views-field-field-event-image-mobile .field-content {
    width: 50%;
    display: inline-block;
  }

  /* line 1022, ../scss/layout.scss */
  body.not-front #content .node-event .tct-event-date {
    display: block;
    padding-top: 10px;
    width: 45%;
    float: right;
  }

  /* line 1029, ../scss/layout.scss */
  .node-event .content .field.field-name-body.field-type-text-with-summary {
    width: 100%;
  }

  /* line 1034, ../scss/layout.scss */
  .not-front .node-event .field.field-name-field-event-image-term.field-type-viewfield {
    width: auto;
  }
  /* line 1038, ../scss/layout.scss */
  .not-front .node-event .field.field-name-body.field-type-text-with-summary {
    width: 100%;
  }
  /* line 1042, ../scss/layout.scss */
  .not-front .node-event .field.field-name-field-event-image {
    width: 100%;
  }
  /* line 1046, ../scss/layout.scss */
  .not-front .node-event .field.field-name-field-override-title-with-templa {
    width: 100%;
  }
  /* line 1050, ../scss/layout.scss */
  .not-front .node-event div.group-event-attachments {
    width: 100%;
  }
  /* line 1053, ../scss/layout.scss */
  .not-front .node-event div.group-event-attachments .field.field-name-field-meeting-agenda,
  .not-front .node-event div.group-event-attachments .field.field-name-field-meeting-minutes,
  .not-front .node-event div.group-event-attachments .field.field-name-field-event-files {
    width: 100%;
  }
}
@media (max-width: 500px) {
  /* line 1065, ../scss/layout.scss */
  #neck,
  #main-footer-wrapper {
    width: 100%;
  }

  /* line 1070, ../scss/layout.scss */
  #neck {
    margin-top: 65px;
    margin-bottom: 0px;
  }
}
@media (max-width: 420px) {
  /* line 1077, ../scss/layout.scss */
  body.not-front .node-event .content body.not-front .node-event .content .tct-event-desc {
    width: auto;
  }
}
@media (max-width: 360px) {
  /* line 1083, ../scss/layout.scss */
  body.not-front #content .node-event .tct-event-date {
    display: block;
    padding-top: 10px;
  }
}
@media (max-width: 320px) {
  /* line 1090, ../scss/layout.scss */
  body.not-front #content .node-event .tct-event-date {
    display: block;
    padding-top: 0;
  }
}
/*End Event content ***/
/*JP Fast*/
/* line 1099, ../scss/layout.scss */
.view > .view-content > .view-grouping > .view-grouping-content > .view-grouping > .view-grouping-content {
  position: relative;
  top: -15px;
}

/* line 1104, ../scss/layout.scss */
.view > .view-content > .view-grouping > .view-grouping-content > .view-grouping > .view-grouping-content > .view-grouping > .view-grouping-content > .view-grouping > .view-grouping-content > .view-grouping > .view-grouping-content > .view-grouping {
  margin-top: 1.2em;
}

/* line 1108, ../scss/layout.scss */
#find-a-program-results article div.view-grouping-content > .location {
  flex: none;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 21px;
  margin-bottom: 7px;
  width: 100%;
}

/* line 1118, ../scss/layout.scss */
.view > .view-content .view-grouping {
  width: 100%;
}

/* Neck: view-random-image-homepage */
/* line 1125, ../scss/layout.scss */
#neck .view-random-image-homepage img {
  width: 100%;
  height: auto;
  display: block;
}

/* Neck: view-random-image-homepage */
