/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */
/* Import Sass mixins, variables, Compass modules, etc. */
/*VARIABLES*/
/*Responsive - Breakpoints */
/* Rounded Image */
/* Border Radius */
/* Box Shadows */
/* White Box */
/* MUSIC FLAGS - FONT AWESOME */
/* Linear Gradients */
/*VARIABLES*/
/*Responsive - Breakpoints */
/* Rounded Image */
/* Border Radius */
/* Box Shadows */
/* White Box */
/* MUSIC FLAGS - FONT AWESOME */
/* Linear Gradients */
/*VARIABLES*/
/*VARIABLES*/
/*VARIABLES*/
/*Responsive - Breakpoints */
/* Rounded Image */
/* Border Radius */
/* Box Shadows */
/* White Box */
/* MUSIC FLAGS - FONT AWESOME */
/* Linear Gradients */
/* LABELS */
/* line 5, ../sass/_forms.scss */
.page-g label {
  color: #333;
  margin: 0 .1em;
  /*font-weight:400 !important;*/
  font-family: inherit;
}

/* FIELDSETS */
/* line 14, ../sass/_forms.scss */
fieldset {
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: 10px 0;
  position: relative;
  clear: both;
}

/* line 22, ../sass/_forms.scss */
fieldset legend {
  background-color: #c0c0c0;
  border: none;
  width: 100%;
  margin-left: -12px;
  padding: 10px 5px 10px 19px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-top-left: 2px;
  -moz-border-radius-top-right: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  color: #fff;
  font-size: 1.2em;
}

/* line 33, ../sass/_forms.scss */
a.fieldset-title {
  margin-left: 5px;
}

/* line 37, ../sass/_forms.scss */
fieldset.form-wrapper {
  background-color: #fff;
  margin: 10px 0 10px 0 !important;
}

/* line 42, ../sass/_forms.scss */
.horizontal-tabs fieldset.horizontal-tabs-pane {
  padding-bottom: 10px !important;
}

/* line 45, ../sass/_forms.scss */
.fieldset-wrapper {
  margin-top: 10px;
}

/* line 49, ../sass/_forms.scss */
fieldset.collapsible {
  min-height: 3em;
}

/* line 53, ../sass/_forms.scss */
.mow .vertical-tabs fieldset.vertical-tabs-pane {
  clear: none !important;
}

/* line 57, ../sass/_forms.scss */
.mow div.vertical-tabs .vertical-tabs-panes .vertical-tabs-pane fieldset {
  border: none !important;
  padding: .35em .75em .75em .625em;
}

/* line 62, ../sass/_forms.scss */
.mow div.vertical-tabs {
  background-color: #fff;
}

/* line 66, ../sass/_forms.scss */
.mow .vertical-tabs fieldset.vertical-tabs-pane {
  padding: 1em 1em 1em 1em !important;
}

/* line 70, ../sass/_forms.scss */
.form-item.form-type-select.form-item-scope {
  padding-top: 1em;
}

/*FORM ELEMENTS */
/* line 76, ../sass/_forms.scss */
.form-item {
  margin-top: 0 !important;
  margin-right: 12px !important;
}

/* line 81, ../sass/_forms.scss */
.form-item.form-type-textarea {
  margin-right: 0 !important;
  margin-bottom: 10px;
}

/* line 86, ../sass/_forms.scss */
.container-inline-date .date-padding {
  padding: 0 !important;
}

/* line 95, ../sass/_forms.scss */
input#edit-submit--2 {
  position: relative;
  top: -2px;
}

/* line 100, ../sass/_forms.scss */
.date-no-float {
  /*margin-left:-12px;*/
  margin-top: 10px;
  margin-left: 0;
}

/* line 106, ../sass/_forms.scss */
#edit-actions #edit-submit {
  margin-top: 0;
}

/* line 110, ../sass/_forms.scss */
.vbo-fieldset-select-all {
  display: inline;
  width: 235px !important;
  text-align: left !important;
  top: 5px;
}

/* line 116, ../sass/_forms.scss */
.vbo-views-form thead .form-type-checkbox {
  margin-left: 5px;
  margin-right: 0 !important;
}

/* line 122, ../sass/_forms.scss */
.form-item.form-type-checkbox {
  margin-right: 0 !important;
  margin-left: 10px !important;
}

/* line 127, ../sass/_forms.scss */
.views-exposed-form .views-exposed-widget {
  padding: 0;
}

/* line 136, ../sass/_forms.scss */
input {
  /*  min-width:120px;*/
}

/* line 140, ../sass/_forms.scss */
.content_access-div {
  min-width: 210px;
}

/* line 144, ../sass/_forms.scss */
textarea {
  height: inherit;
  /* made this not !important any more, because it disabled textarea resizing */
}

/* line 148, ../sass/_forms.scss */
.form-item.form-type-checkboxes.form-item-update-own > label,
.form-item.form-type-checkboxes.form-item-update > label,
.form-item.form-type-checkboxes.form-item-view-own > label,
.form-item.form-type-checkboxes.form-item-view > label,
.form-item.form-type-checkboxes.form-item-delete > label,
.form-item.form-type-checkboxes.form-item-delete-own > label {
  font-weight: 600 !important;
  margin-top: 20px;
}

/* line 162, ../sass/_forms.scss */
input[type="color"].required, input[type="date"].required, input[type="datetime"].required, input[type="datetime-local"].required, input[type="email"].required, input[type="file"].required, input[type="month"].required, input[type="number"].required, input[type="password"].required, input[type="range"].required, input[type="search"].required, input[type="tel"].required, input[type="text"].required, input[type="time"].required, input[type="url"].required, input[type="week"].required {
  border-color: #004982;
}

/* line 166, ../sass/_forms.scss */
select.required, textarea.required {
  border-color: #004982;
}

/* line 170, ../sass/_forms.scss */
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="file"], input[type="month"], input[type="number"], input[type="password"], input[type="range"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  border: 1px solid #c0c0c0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-size: 1em;
  background: #fff;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-image-source: inherit;
  border-image-slice: inherit;
  border-image-width: inherit;
  border-image-outset: inherit;
  border-image-repeat: inherit;
  padding: 0.36em 0.70711em;
  height: inherit;
}

/* line 176, ../sass/_forms.scss */
select, textarea {
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  border: 1px solid #c0c0c0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-size: 1em;
  background: #fff;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-image-source: inherit;
  border-image-slice: inherit;
  border-image-width: inherit;
  border-image-outset: inherit;
  border-image-repeat: inherit;
  padding: 0.36em 0.70711em;
}

/* line 181, ../sass/_forms.scss */
input[type="submit"], input[type="file"] {
  margin-right: 10px !important;
}

/* line 185, ../sass/_forms.scss */
.container-inline .select2-container, .container-inline .select2-container .select2-choice, div.image-style-new div.select2-container, .webform-container-inline div.select2-container {
  width: auto !important;
}

/* line 188, ../sass/_forms.scss */
.select2-container-multi .select2-choices {
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  border: 1px solid #c0c0c0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-size: 1em;
  background: #fff;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-image-source: inherit;
  border-image-slice: inherit;
  border-image-width: inherit;
  border-image-outset: inherit;
  border-image-repeat: inherit;
  height: inherit !important;
  width: 100% !important;
  /*  min-width:230px;*/
}

/* line 196, ../sass/_forms.scss */
.select2-container .select2-choice {
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  border: 1px solid #c0c0c0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-size: 1em;
  background: #fff;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-image-source: inherit;
  border-image-slice: inherit;
  border-image-width: inherit;
  border-image-outset: inherit;
  border-image-repeat: inherit;
  height: inherit;
}

/* line 202, ../sass/_forms.scss */
input#edit-field-voicing-value {
  height: inherit;
}

/* line 206, ../sass/_forms.scss */
.select2-container .select2-choice > .select2-chosen {
  padding-top: 2px;
}

/* line 210, ../sass/_forms.scss */
.select2-container .select2-choice .select2-arrow b {
  margin-top: 2px;
}

/* line 214, ../sass/_forms.scss */
.select2-container .select2-choice .select2-arrow {
  border-radius: 2px;
}

/* line 218, ../sass/_forms.scss */
.sticky-table .status:before, .sticky-table .ok:before {
  display: none !important;
}

/* line 222, ../sass/_forms.scss */
input#edit-field-purchased-from-und-0-value {
  margin-bottom: 10px;
}

/* line 226, ../sass/_forms.scss */
input.status {
  margin: 0 10px;
}

/* line 230, ../sass/_forms.scss */
input#edit-name {
  width: 100%;
  max-width: 275px;
  margin-bottom: 0 !important;
  height: inherit;
}

/* line 238, ../sass/_forms.scss */
.form-item.form-type-textfield.form-item-field-nickname-und-0-value,
.form-item.form-type-textfield.form-item-field-work-phone-und-0-value,
.form-item.form-type-select.form-item-field-skills-und,
.form-item.form-type-select.form-item-field-event-type-und {
  margin-bottom: 10px;
}

/* line 245, ../sass/_forms.scss */
.form-item.form-type-select.form-item-action {
  margin-bottom: 10px;
}

/* line 249, ../sass/_forms.scss */
.form-item.form-type-select.form-item-view-toggle {
  margin-bottom: 10px;
}

/* TIPS & DESCRIPTIONS */
/* line 254, ../sass/_forms.scss */
ul.tips, div.description, div.admin-panel div.description, .form-item div.description {
  font-size: 0.88em;
  line-height: 1.5em;
  margin: 0.35355em 0;
}

/* line 260, ../sass/_forms.scss */
.tips {
  font-size: 0.88em;
  line-height: 1.5em;
  opacity: .5;
  background-color: transparent;
}

/* line 268, ../sass/_forms.scss */
div#edit-actions {
  clear: both;
}

/* line 272, ../sass/_forms.scss */
div#s2id_edit-viewing-roles {
  max-width: 500px;
  width: 100% !important;
}

/* Form actions */
/* line 278, ../sass/_forms.scss */
.form-actions {
  margin: 1em;
}

/* Scss Document */
/* line 3, ../sass/_mobile-menu.scss */
#user-menu:not(.mm-menu) {
  display: none;
}

/* line 8, ../sass/_mobile-menu.scss */
.g-menu-font-awesome, #user-name a:after {
  font-family: FontAwesome;
  font-size: 16px;
  margin-right: 4%;
}

/* line 13, ../sass/_mobile-menu.scss */
#user-name a:after {
  content: "\f107";
}

/* line 19, ../sass/_mobile-menu.scss */
#user-name {
  white-space: nowrap;
}

/*VARIABLES*/
/*VARIABLES*/
/*Responsive - Breakpoints */
/* Rounded Image */
/* Border Radius */
/* Box Shadows */
/* White Box */
/* MUSIC FLAGS - FONT AWESOME */
/* Linear Gradients */
/* line 4, ../sass/_gs-member.scss */
.gs_member_wrap {
  width: 25%;
}
@media only screen and (max-width: 1750px) {
  /* line 4, ../sass/_gs-member.scss */
  .gs_member_wrap {
    width: 33%;
  }
}
@media only screen and (max-width: 1200px) {
  /* line 4, ../sass/_gs-member.scss */
  .gs_member_wrap {
    width: 50%;
  }
}
@media only screen and (max-width: 760px) {
  /* line 4, ../sass/_gs-member.scss */
  .gs_member_wrap {
    width: 100%;
  }
}

/* line 20, ../sass/_gs-member.scss */
#gs-member-page-form .gs_member .form-type-checkbox {
  margin-left: -.5em !important;
  margin-right: 10px !important;
}

/* line 25, ../sass/_gs-member.scss */
#gs_member_items table .form-type-checkbox {
  margin-left: 10px;
  margin-right: 0 !important;
}

/* line 29, ../sass/_gs-member.scss */
.gs_member_name {
  margin-top: 3px;
  max-width: 75%;
}

/* line 34, ../sass/_gs-member.scss */
.gs_member img {
  border-radius: 50px;
  border: 1px solid #ddd;
}

/* line 38, ../sass/_gs-member.scss */
.gs_member .voice_part {
  right: 0 !important;
  padding: 3px 10px !important;
  margin-bottom: 5px;
}

/* line 44, ../sass/_gs-member.scss */
.gs_member_roles, .gs_member_subgroups {
  font-size: 0.9em;
  line-height: 1.4em;
}

/* line 49, ../sass/_gs-member.scss */
.gs_member {
  height: 142px;
  position: relative;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  border: 1px solid #c0c0c0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-size: 1em;
  background: #fff;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-image-source: inherit;
  border-image-slice: inherit;
  border-image-width: inherit;
  border-image-outset: inherit;
  border-image-repeat: inherit;
}

/* line 55, ../sass/_gs-member.scss */
#gs-member-page-form #paging {
  margin-bottom: 10px;
  text-align: left;
  margin-left: 16px;
  margin-top: 1.5em;
}

/* line 62, ../sass/_gs-member.scss */
#gs-member-page-form .form-type-textfield {
  width: 100%;
  max-width: 275px;
  min-width: 250px;
}

/* line 68, ../sass/_gs-member.scss */
#gs-member-page-form .form-item {
  float: left;
}

/* line 71, ../sass/_gs-member.scss */
#gs-member-page-form .gs_member.active .form-item {
  float: left;
}

/* line 75, ../sass/_gs-member.scss */
.profile .user-picture {
  float: left;
}

/* line 80, ../sass/_gs-member.scss */
#gs-member-page-form .form-item-show-blocked {
  margin-top: 30px !important;
}

/* line 84, ../sass/_gs-member.scss */
div#s2id_edit-field-invoice-status-value {
  margin-right: 10px;
}

/*VARIABLES*/
/*VARIABLES*/
/*Responsive - Breakpoints */
/* Rounded Image */
/* Border Radius */
/* Box Shadows */
/* White Box */
/* MUSIC FLAGS - FONT AWESOME */
/* Linear Gradients */
/* MUSIC LIBRARY */
/* line 7, ../sass/_music.scss */
.group-arrangement .form-item {
  width: auto;
  float: left;
}

/* line 11, ../sass/_music.scss */
div#field-stock-id-add-more-wrapper, div#edit-field-copies-purchased, div#edit-field-purchased-from {
  width: auto;
  float: left;
}

/* line 16, ../sass/_music.scss */
div#edit-field-arranger, div#edit-field-composer, div#edit-field-lyricist, div#edit-field-copyright-holder {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 760px) {
  /* line 16, ../sass/_music.scss */
  div#edit-field-arranger, div#edit-field-composer, div#edit-field-lyricist, div#edit-field-copyright-holder {
    width: 100%;
    float: none;
  }
}

/* line 25, ../sass/_music.scss */
div#edit-field-copyright-holder {
  margin-bottom: 10px;
}

/* line 29, ../sass/_music.scss */
input#edit-field-copyright-date-und-0-value-date {
  width: 100%;
}

/* line 33, ../sass/_music.scss */
.view-music th.views-field.views-field-views-bulk-operations {
  width: 25px;
  padding-right: 0;
}

/* line 38, ../sass/_music.scss */
span.song {
  display: block;
  position: relative;
  margin-top: 5px;
}
@media only screen and (max-width: 550px) {
  /* line 38, ../sass/_music.scss */
  span.song {
    margin-top: -5px;
  }
}

/* line 47, ../sass/_music.scss */
span.learn-name {
  display: block;
  position: relative;
  margin-top: 5px;
}
@media only screen and (max-width: 550px) {
  /* line 47, ../sass/_music.scss */
  span.learn-name {
    margin-top: -5px;
  }
}

/* line 56, ../sass/_music.scss */
td.user-full-name .music-learning-flag {
  margin-left: 4px;
}

/* line 60, ../sass/_music.scss */
td.views-field.views-field-field-composer {
  width: 25%;
}

/* line 64, ../sass/_music.scss */
div#s2id_edit-field-music-categories-tid {
  max-width: 250px;
}

/* DROP COLS MUSIC */
@media only screen and (max-width: 760px) {
  /* line 75, ../sass/_music.scss */
  th.views-field.views-field-field-composer, td.views-field.views-field-field-composer {
    display: none;
  }

  /* line 78, ../sass/_music.scss */
  th.views-field.views-field-field-arranger, td.views-field.views-field-field-arranger {
    display: none;
  }
}
/* MUSIC LEARNING QUEUE */
/* line 85, ../sass/_music.scss */
#gs-musiclearning-queue-filter .form-submit {
  margin-top: 1.6em;
}

/* Music Program */
/* line 90, ../sass/_music.scss */
.page-g-music-program-grid input[type="text"] {
  padding: .36em 0em !important;
}

/* Music learning */
/* line 96, ../sass/_music.scss */
#gs-musiclearning-queue-filter .form-type-textfield {
  width: inherit !important;
  max-width: 200px !important;
}

/* line 101, ../sass/_music.scss */
div.music-learning-flag {
  float: left;
  margin-right: 5px;
  padding: 5px 14px;
}

/* line 107, ../sass/_music.scss */
.music_learning_report td .music-learning-flag a {
  text-align: center !important;
}

/* line 111, ../sass/_music.scss */
table.music_learning_report.sticky-enabled.tableheader-processed.sticky-table td {
  padding: 5px 1px;
}

/* line 115, ../sass/_music.scss */
.learning-flag-map {
  margin-top: -20px;
}

/* line 119, ../sass/_music.scss */
.learning-flag-map .music-learning-flag {
  float: none;
  width: 9px;
  margin-bottom: -11px;
}

/* line 125, ../sass/_music.scss */
.gs_musiclearning_pager {
  margin-top: 1em;
}

/* line 129, ../sass/_music.scss */
#gs-musiclearning-report-filter div.form-item {
  margin-bottom: 10px;
}

/* line 133, ../sass/_music.scss */
span.learning-flag-map-term {
  float: left;
  display: block;
  top: -18px;
  left: 44px;
  position: relative;
}

/* Music Flags */
/* line 144, ../sass/_music.scss */
a.field_recordings:before {
  content: "\f130";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit;
  font-size: 16px;
  margin-right: 4%;
}

/* line 149, ../sass/_music.scss */
a.field_music_files:before {
  content: "\f001";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit;
  font-size: 16px;
  margin-right: 4%;
}

/* line 154, ../sass/_music.scss */
a.field_learning_tracks:before {
  content: "\f025";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit;
  font-size: 16px;
  margin-right: 4%;
}

/* line 159, ../sass/_music.scss */
a.field_attachment:before {
  content: "\f0c5";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit;
  font-size: 16px;
  margin-right: 4%;
}

/* line 164, ../sass/_music.scss */
a.field_placements:before {
  content: "\f0c0";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit;
  font-size: 16px;
  margin-right: 4%;
}

/* line 168, ../sass/_music.scss */
a.assignment_mode_view:before {
  content: "\f06e";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit;
  font-size: 16px;
  margin-right: 4%;
}

/* Music Player */
/* line 175, ../sass/_music.scss */
.field-name-field-learning-tracks .field-item {
  overflow: hidden;
  margin-bottom: 0px;
  border-bottom: 1px solid;
  border-color: #c0c0c0;
}

/* line 182, ../sass/_music.scss */
.field-name-field-learning-tracks .ui360 {
  float: left;
}

/* line 186, ../sass/_music.scss */
.field-name-field-learning-tracks .audio-download {
  margin-top: .8em;
}

/*VARIABLES*/
/*Responsive - Breakpoints */
/* Rounded Image */
/* Border Radius */
/* Box Shadows */
/* White Box */
/* MUSIC FLAGS - FONT AWESOME */
/* Linear Gradients */
/*VARIABLES*/
/* Calendar */
/* line 7, ../sass/_events.scss */
.view-groupanizer-calendar .calendar-calendar td.empty {
  color: #ddd;
}

/* line 11, ../sass/_events.scss */
.calendar-calendar .day-view td .stripe, .calendar-calendar .month-view .full td .stripe, .calendar-calendar .week-view .full td .stripe {
  border-radius: 0;
}

/* line 14, ../sass/_events.scss */
.calendar-calendar .month-view .full td.date-box.today {
  border-color: #004982;
}

/* line 17, ../sass/_events.scss */
.calendar-calendar .month-view .full tr td.single-day.today {
  border-color: #004982;
}

/* line 21, ../sass/_events.scss */
.calendar-calendar .month-view .full .inner .monthview, .calendar-calendar .week-view .full .inner .weekview, .calendar-calendar .day-view .full .inner .dayview {
  -moz-border-radius: 0;
  border-radius: 0px;
}

/* line 26, ../sass/_events.scss */
.calendar-calendar .month-view .full tr td.today, .calendar-calendar .month-view .full tr.odd td.today, .calendar-calendar .month-view .full tr.even td.today {
  border-left: 2px solid #1c9bff;
  border-right: 2px solid #1c9bff;
}

/* line 31, ../sass/_events.scss */
.calendar-calendar div.calendar {
  font-size: .8em;
}

/* line 35, ../sass/_events.scss */
.calendar-calendar td a {
  font-weight: 400;
}

/* line 39, ../sass/_events.scss */
.calendar-calendar td span.date-display-single, .calendar-calendar td span.date-display-start, .calendar-calendar td span.date-display-end, .calendar-calendar td span.date-display-separator {
  font-weight: 400;
}

/* line 43, ../sass/_events.scss */
.view .date-nav-wrapper .date-prev, .view .date-nav-wrapper .date-next {
  border-radius: 2px;
  list-style: none;
  padding: 5px;
}

/* line 49, ../sass/_events.scss */
.view .date-nav-wrapper .date-nav {
  height: 30px;
  margin-bottom: 0;
}

/* MUSIC PLANNING */
/* line 56, ../sass/_events.scss */
.gb_event_performance {
  background-color: #004982;
}

/* line 60, ../sass/_events.scss */
td.gb_event_performance {
  padding: 4px !important;
}

/* line 64, ../sass/_events.scss */
table.program_grid tr th {
  width: 15px;
}

/* line 68, ../sass/_events.scss */
.page-g-calendar-program-grid .sticky-table input {
  min-width: 25px;
  font-size: .8em;
  padding: 0 3px 0 0 !important;
  display: block;
  margin: auto;
  text-align: center;
}

/* line 76, ../sass/_events.scss */
input .progitem {
  min-width: 25px;
}

/* line 80, ../sass/_events.scss */
div#highcharts-0 {
  margin-top: 10px;
}

/* line 84, ../sass/_events.scss */
div#highchart-render {
  margin-top: 29px;
}

/* line 88, ../sass/_events.scss */
.page-node-program .form-item .notes-field {
  width: 100%;
  min-width: 120px;
  max-width: 400px;
}

/* line 93, ../sass/_events.scss */
.page-node-program .select2-container {
  width: 100%;
  min-width: 120px;
  max-width: 220px;
}

/* line 98, ../sass/_events.scss */
.page-node-program .form-item {
  margin-right: 0px !important;
}

/* Attendance Report */
/* line 103, ../sass/_events.scss */
.form-item.form-type-select.form-item-sections {
  margin-bottom: 10px;
}

/* line 107, ../sass/_events.scss */
table.attendance_report tr td {
  border: 1px solid;
  border-color: #fff;
}

/* line 112, ../sass/_events.scss */
#gb-attendance-filter-form div.container-inline-date {
  float: none !important;
}

/* line 116, ../sass/_events.scss */
.form-item.form-type-date-popup.form-item-end {
  float: none !important;
}

/* line 120, ../sass/_events.scss */
#gb-attendance-filter-form div.form-item {
  clear: left;
}

/*VARIABLES*/
/*VARIABLES*/
/*Responsive - Breakpoints */
/* Rounded Image */
/* Border Radius */
/* Box Shadows */
/* White Box */
/* MUSIC FLAGS - FONT AWESOME */
/* Linear Gradients */
/* TABLES */
/* line 6, ../sass/_tables.scss */
table,
thead,
tfoot,
tbody,
tr,
th,
td {
  white-space: normal;
  text-align: left;
}

/* line 17, ../sass/_tables.scss */
table {
  /* Firefox has issues with tables aligning to the right and off the page. */
  /*clear: both;
  border-spacing: 0;
  margin: 0 0 2em;
  overflow: scroll;*/
  width: 100%;
  border-collapse: collapse;
  border-color: #ddd;
  border-style: solid;
  border-width: 1px 1px 3px 1px;
}

/* line 29, ../sass/_tables.scss */
tr:nth-of-type(odd) {
  background: #f6f7f8;
}

/* line 33, ../sass/_tables.scss */
th {
  background: #004982;
  color: #fff;
  font-size: 1.1em;
  letter-spacing: 0.02em;
}

/* line 40, ../sass/_tables.scss */
td, th {
  padding: 6px 4px;
}

/* line 44, ../sass/_tables.scss */
a.tabledrag-handle .handle {
  height: 13px;
  margin: -0.1em .5em 0 1em;
  padding: 0.42em;
  width: 8px;
}

/* line 50, ../sass/_tables.scss */
caption {
  background: #ddd;
  padding: 12px;
  border-radius: 2px;
}

/* line 56, ../sass/_tables.scss */
thead {
  border-radius: 2px;
}

/* line 60, ../sass/_tables.scss */
th.field-label {
  border-radius: 2px;
}

/* line 64, ../sass/_tables.scss */
th a,
th body a {
  color: #fff !important;
  font-weight: 700;
  letter-spacing: .02em;
}
/* line 70, ../sass/_tables.scss */
th a:link,
th body a:link {
  color: #fff !important;
  text-decoration: underline;
}
/* line 75, ../sass/_tables.scss */
th a:hover,
th body a:hover {
  color: #fff;
  text-decoration: overline;
}

/* line 81, ../sass/_tables.scss */
.rotate {
  /*overflow: auto;*/
  text-overflow: ellipsis;
}

/*.sticky-table label {
    color:$color-light;
}*/
/* line 90, ../sass/_tables.scss */
td.views-field.views-field-views-bulk-operations {
  /*  padding: 8px 0 8px 8px;*/
}

/* line 94, ../sass/_tables.scss */
td.views-field.views-field-title {
  width: 35%;
}
@media only screen and (max-width: 760px) {
  /* line 94, ../sass/_tables.scss */
  td.views-field.views-field-title {
    min-width: 175px;
    width: 65%;
  }
}

/* line 102, ../sass/_tables.scss */
th.field-label {
  padding-left: 10px !important;
}

/* DROP COLS */
@media only screen and (max-width: 760px) {
  /* line 111, ../sass/_tables.scss */
  th.coldrop, td.coldrop {
    display: none;
  }
}
/* Sticky */
/* line 117, ../sass/_tables.scss */
.page-g-music-program-grid table.sticky-header th,
.page-g-manage-attendance-report table.sticky-header th,
.page-g-music-learning-report table.sticky-header th {
  height: 12em;
  display: block;
}

/* line 124, ../sass/_tables.scss */
.page-g .mm-slideout table.sticky-header,
.page-user .mm-slideout table.sticky-header {
  left: 20% !important;
  margin-left: 10px;
  z-index: 10000;
}
@media screen and (max-width: 1199px) {
  /* line 124, ../sass/_tables.scss */
  .page-g .mm-slideout table.sticky-header,
  .page-user .mm-slideout table.sticky-header {
    left: 0 !important;
  }
}

/* line 135, ../sass/_tables.scss */
.sticky-table th label {
  color: #fff;
}

/* line 139, ../sass/_tables.scss */
table.sticky-header {
  z-index: 10000;
}

/*div#block-system-main{
   margin-bottom:10.5em;
        @include responsive(medium-screens) {
        margin-bottom: 0;
    }
}*/
/* http://codepen.io/jgx/pen/wiIGc */
/*VARIABLES*/
/*VARIABLES*/
/*Responsive - Breakpoints */
/* Rounded Image */
/* Border Radius */
/* Box Shadows */
/* White Box */
/* MUSIC FLAGS - FONT AWESOME */
/* Linear Gradients */
/* line 5, ../sass/_moblog.scss */
div#block-views-members-only-blog-block article {
  border-bottom: dotted 2px #ddd;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

/* line 11, ../sass/_moblog.scss */
.view-members-only-blog article {
  border-bottom: dotted 2px #ddd;
  margin-bottom: 20px;
}

/* line 16, ../sass/_moblog.scss */
.view-members-only-blog .views-row-last article {
  border-bottom: none;
  margin-bottom: 0px;
}

/* line 21, ../sass/_moblog.scss */
div#block-views-members-only-blog-block .views-row-last article {
  border-bottom: none;
  margin-bottom: 0px;
}

@media only screen and (max-width: 760px) {
  /* line 28, ../sass/_moblog.scss */
  .view-members-only-blog .page__title {
    margin-left: -15px;
  }
}

/* line 33, ../sass/_moblog.scss */
div#block-views-members-only-blog-block .node-title {
  margin-left: 80px;
}
@media only screen and (max-width: 550px) {
  /* line 33, ../sass/_moblog.scss */
  div#block-views-members-only-blog-block .node-title {
    margin-left: 0;
  }
}

@media only screen and (max-width: 550px) {
  /* line 41, ../sass/_moblog.scss */
  .page-g-group-members-only-blog #page, .page-g-comm-members-only-blog #page {
    max-width: 102% !important;
    width: 100%;
  }
}

/* line 90, ../sass/_mixins.scss */
.node-type-forum #content, .page-g-group-members-only-blog #content, .page-g-comm-members-only-blog #content,
.node-type-moblog #content {
  padding: 21px 52px;
  margin-top: 20px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (max-width: 550px) {
  /* line 90, ../sass/_mixins.scss */
  .node-type-forum #content, .page-g-group-members-only-blog #content, .page-g-comm-members-only-blog #content,
  .node-type-moblog #content {
    padding: 5px 20px;
  }
}
/* line 99, ../sass/_mixins.scss */
.node-type-forum #main, .page-g-group-members-only-blog #main, .page-g-comm-members-only-blog #main,
.node-type-moblog #main {
  width: 80%;
  max-width: 909px;
  min-width: 290px;
  margin: 0 auto;
}
@media screen and (max-width: 550px) {
  /* line 48, ../sass/_moblog.scss */
  .node-type-forum, .page-g-group-members-only-blog, .page-g-comm-members-only-blog,
  .node-type-moblog {
    width: 100%;
  }
}

/* line 53, ../sass/_moblog.scss */
.node-type-forum p.submitted, .node-type-moblog p.submitted {
  display: block;
  position: relative;
  top: 10px;
  right: 0;
  width: 170px;
  float: right;
  border-left: solid 1px #ddd;
  padding: 0 0 0 10px;
  margin-left: 20px;
  margin-bottom: auto;
  background: #fff;
}
@media only screen and (max-width: 760px) {
  /* line 53, ../sass/_moblog.scss */
  .node-type-forum p.submitted, .node-type-moblog p.submitted {
    bottom: -0;
    width: 48%;
    border-left: none;
    border-top: solid 1px #ddd;
    padding: 10px 10px 0 10px;
  }
}
@media only screen and (max-width: 550px) {
  /* line 53, ../sass/_moblog.scss */
  .node-type-forum p.submitted, .node-type-moblog p.submitted {
    bottom: 10px;
    width: 85%;
    margin: 0 auto 25px auto;
    border-top: none;
    float: none;
    border-bottom: solid 1px #ddd;
    padding: 10px;
  }
}

/* line 82, ../sass/_moblog.scss */
.view-members-only-blog p.submitted {
  display: block;
  position: relative;
  bottom: 0;
  right: 0;
  width: 170px;
  float: right;
  border-left: solid 1px #ddd;
  padding: 0 0 0 10px;
  margin-left: 20px;
  margin-bottom: auto;
}
@media only screen and (max-width: 760px) {
  /* line 82, ../sass/_moblog.scss */
  .view-members-only-blog p.submitted {
    bottom: -0;
    position: absolute;
    width: 48%;
    border-left: none;
    border-top: solid 1px #ddd;
    padding: 10px 10px 0 10px;
  }
}
@media only screen and (max-width: 550px) {
  /* line 82, ../sass/_moblog.scss */
  .view-members-only-blog p.submitted {
    width: 100%;
    position: absolute;
    right: -10px;
  }
}

/* line 108, ../sass/_moblog.scss */
.view-members-only-blog p.submitted span {
  font-size: .9em;
}

/* line 111, ../sass/_moblog.scss */
.view-members-only-blog p.submitted span.user-picture {
  display: block;
}
@media only screen and (max-width: 760px) {
  /* line 111, ../sass/_moblog.scss */
  .view-members-only-blog p.submitted span.user-picture {
    display: inline-block;
    float: right;
    margin-left: 15px;
  }
}

/* line 119, ../sass/_moblog.scss */
.view-members-only-blog p.submitted span.user-picture img,
.node-type-moblog p.submitted span.user-picture img {
  display: block;
  margin: 0 auto 10px auto;
}

/* line 125, ../sass/_moblog.scss */
.view-members-only-blog .inline {
  display: block;
  clear: left;
  padding: 0;
  margin-bottom: 0;
  margin-top: 10px;
}
@media only screen and (max-width: 760px) {
  /* line 125, ../sass/_moblog.scss */
  .view-members-only-blog .inline {
    width: 48%;
    border-top: solid 1px #ddd;
    padding-top: 21px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 550px) {
  /* line 125, ../sass/_moblog.scss */
  .view-members-only-blog .inline {
    width: 94%;
    border-top: none;
    margin-bottom: 100px;
    padding-top: 0;
  }
}

/* line 146, ../sass/_moblog.scss */
article.comment {
  margin-left: 30px;
}

/* line 150, ../sass/_moblog.scss */
.view-members-only-blog .field.field-name-body.field-type-text-with-summary.field-label-hidden,
.node-type-moblog .field.field-name-body.field-type-text-with-summary.field-label-hidden {
  width: 70%;
}
@media only screen and (max-width: 760px) {
  /* line 150, ../sass/_moblog.scss */
  .view-members-only-blog .field.field-name-body.field-type-text-with-summary.field-label-hidden,
  .node-type-moblog .field.field-name-body.field-type-text-with-summary.field-label-hidden {
    width: 100%;
    margin-bottom: 22px;
  }
}

/* line 159, ../sass/_moblog.scss */
div#block-views-members-only-blog-block ul.links.inline {
  float: right;
  font-size: .9em;
}

/* line 164, ../sass/_moblog.scss */
.view-members-only-blog li.node-readmore.first {
  display: inline-block;
  background: #eee;
  padding: 6px 12px;
  border-radius: 2px;
  margin-bottom: 10px;
}
@media screen and (max-width: 400px) {
  /* line 164, ../sass/_moblog.scss */
  .view-members-only-blog li.node-readmore.first {
    padding: 2px 8px;
  }
}

/* line 168, ../sass/_moblog.scss */
.view-members-only-blog li.comment-add.last {
  display: inline-block;
  background: #eee;
  padding: 6px 12px;
  border-radius: 2px;
  margin-bottom: 10px;
  margin-bottom: 25px;
}
@media screen and (max-width: 400px) {
  /* line 168, ../sass/_moblog.scss */
  .view-members-only-blog li.comment-add.last {
    padding: 2px 8px;
  }
}

/* line 173, ../sass/_moblog.scss */
.node-type-moblog time, .view-members-only-blog time {
  display: inline-block;
}

/* Invited Roles Tag */
/* line 178, ../sass/_moblog.scss */
.field-name-field-invited-roles {
  width: 70%;
  display: inline-block;
}

/* line 183, ../sass/_moblog.scss */
.field-name-field-invited-roles .field-item {
  display: inline-block;
  font-size: .8em;
  font-style: italic;
  letter-spacing: .04em;
  color: #fff;
  padding: 0 10px;
  background: #004982;
  float: left;
  margin-right: 5px;
  margin-bottom: 2px;
  margin-top: 2px;
}

/*div#block-views-members-only-blog-block p.submitted {
    margin-top:-55px;
    @media screen and (max-width:$width-small) {
    margin-top:5px;
        font-size: .9em;
    }
}

.view-members-only-blog p.submitted {
    margin-top:-3px;
    float: right;
    @media screen and (max-width:$width-small) {
    margin-top:10px;
    font-size: .9em;
    }
}

div#block-views-members-only-blog-block span.user-picture {
    float:right;
}
div#block-views-members-only-blog-block span.user-picture img {
    margin-right:10px;
@media screen and (max-width:$width-small) {
    margin-top:-6%;
    float:right;
    }
}

.view-members-only-blog span.user-picture img {
    margin-left:10px;
@media screen and (max-width:$width-small) {
    margin-top:-6%;
    float:right;
    }
}*/
/*VARIABLES*/
/*Responsive - Breakpoints */
/* Rounded Image */
/* Border Radius */
/* Box Shadows */
/* White Box */
/* MUSIC FLAGS - FONT AWESOME */
/* Linear Gradients */
/*VARIABLES*/
/*Responsive - Breakpoints */
/* Rounded Image */
/* Border Radius */
/* Box Shadows */
/* White Box */
/* MUSIC FLAGS - FONT AWESOME */
/* Linear Gradients */
/*VARIABLES*/
/* line 6, ../sass/_documents.scss */
.title.block-title.book-title a {
  color: #fff;
}
/* line 9, ../sass/_documents.scss */
.title.block-title.book-title a:link {
  color: #fff;
}
/* line 12, ../sass/_documents.scss */
.title.block-title.book-title a:hover {
  color: #fff;
  text-decoration: underline;
}

/* line 18, ../sass/_documents.scss */
.block.block-edit-links.book {
  margin-right: 15px;
}

/* line 22, ../sass/_documents.scss */
.block.block-edit-links.book .block-inner {
  background-color: #fff;
}

/* line 90, ../sass/_mixins.scss */
.node-type-book #content {
  padding: 21px 52px;
  margin-top: 20px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (max-width: 550px) {
  /* line 90, ../sass/_mixins.scss */
  .node-type-book #content {
    padding: 5px 20px;
  }
}
/* line 99, ../sass/_mixins.scss */
.node-type-book #main {
  width: 80%;
  max-width: 909px;
  min-width: 290px;
  margin: 0 auto;
}
@media screen and (max-width: 550px) {
  /* line 26, ../sass/_documents.scss */
  .node-type-book {
    width: 100%;
  }
}

/* line 30, ../sass/_documents.scss */
li.book_add_child.first, li.book_printer.last {
  display: inline-block;
  background: #eee;
  padding: 6px 12px;
  border-radius: 2px;
  margin-bottom: 10px;
  margin-top: 15px;
  margin-right: 10px;
}
@media screen and (max-width: 400px) {
  /* line 30, ../sass/_documents.scss */
  li.book_add_child.first, li.book_printer.last {
    padding: 2px 8px;
  }
}

/* line 36, ../sass/_documents.scss */
.field.field-name-field-attachment.field-type-file.field-label-above {
  margin-bottom: 15px;
}

/* line 40, ../sass/_documents.scss */
.field.field-name-field-attachment.field-type-file.field-label-above .field-label {
  font-size: 1.5em;
  font-weight: 400;
  margin-bottom: 10px;
}

/* line 46, ../sass/_documents.scss */
.book-navigation .page-links {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

/*VARIABLES*/
/*VARIABLES*/
/*Responsive - Breakpoints */
/* Rounded Image */
/* Border Radius */
/* Box Shadows */
/* White Box */
/* MUSIC FLAGS - FONT AWESOME */
/* Linear Gradients */
/* TABS */
/*.tabs-primary__tab, .tabs-primary__tab.is-active {
    @include rounded(2px);
    border: 1px solid #bbb;
    border-bottom-color: transparent;
    border-bottom: 0 \0/ie;

}*/
/*a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active {
    @include rounded(2px);
    font-family: $font-sans;
    font-weight: 400;
    font-size: 14px;
     @media screen and (max-width:$width-small) {
         font-size: 11px;
}}*/
/*    
a.tabs-primary__tab-link.is-active {
        color:$color-accent !important;
}

a.tabs-primary__tab-link {
        padding: .2em .5em !important;
}

.tabs-primary__tab {
    text-shadow:none !important;
}

a.tabs-secondary__tab-link {
    text-shadow: none !important;
    background: $color-light !important;
    border-radius: 2px !important;
    padding: 0.2em .6em !important;
}

.tabs-secondary__tab-link.is-active {
    background: $color-accent !important;
}

.vertical-tabs fieldset.vertical-tabs-pane {
    margin: 0 !important;
    padding: 0 1em 1em 1em;
}

.views-ui-display-tab-bucket h3 {
    background: $color-accent;
    color:$color-light;
    padding:7px 5px;
        text-transform: capitalize;
    font-size: 1em;
    letter-spacing: .02em;
}

.views-ui-display-tab-bucket .ctools-button-processed {
    top: 10px;
}

.views-ui-display-tab-bucket .views-display-setting {
    color: $color-main;
    font-size: 12px;
    padding: 5px 5px 3px 5px;
}

.views-ui-display-tab-bucket {
    border: 1px solid $color-admin-gray;
    padding-top: 0;
}
*/
/* line 75, ../sass/_admin.scss */
.system-themes-list-disabled .theme-selector {
  width: 30%;
  height: 24em;
}

/* line 80, ../sass/_admin.scss */
.page-admin div.description {
  max-width: 53em;
}
@media only screen and (max-width: 760px) {
  /* line 80, ../sass/_admin.scss */
  .page-admin div.description {
    display: none;
  }
}

/* line 87, ../sass/_admin.scss */
div.admin .left, div.admin .right {
  float: none;
  width: 100%;
}

/*VARIABLES*/
/*VARIABLES*/
/*Responsive - Breakpoints */
/* Rounded Image */
/* Border Radius */
/* Box Shadows */
/* White Box */
/* MUSIC FLAGS - FONT AWESOME */
/* Linear Gradients */
/* line 90, ../sass/_mixins.scss */
.page-g-comm-automessage-manage #content, .page-g-comm-automessage-add #content {
  padding: 21px 52px;
  margin-top: 20px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (max-width: 550px) {
  /* line 90, ../sass/_mixins.scss */
  .page-g-comm-automessage-manage #content, .page-g-comm-automessage-add #content {
    padding: 5px 20px;
  }
}
/* line 99, ../sass/_mixins.scss */
.page-g-comm-automessage-manage #main, .page-g-comm-automessage-add #main {
  width: 80%;
  max-width: 909px;
  min-width: 290px;
  margin: 0 auto;
}
@media screen and (max-width: 550px) {
  /* line 4, ../sass/_automessage.scss */
  .page-g-comm-automessage-manage, .page-g-comm-automessage-add {
    width: 100%;
  }
}
/* line 6, ../sass/_automessage.scss */
.page-g-comm-automessage-manage .form-item-repeat-rrule-range-of-repeat, .page-g-comm-automessage-add .form-item-repeat-rrule-range-of-repeat {
  display: none !important;
}
/* line 9, ../sass/_automessage.scss */
.page-g-comm-automessage-manage .form-item, .page-g-comm-automessage-add .form-item {
  margin-bottom: 15px !important;
}
/* line 12, ../sass/_automessage.scss */
.page-g-comm-automessage-manage .form-item-repeat-rrule-show-exceptions, .page-g-comm-automessage-manage .form-item-repeat-rrule-show-additions, .page-g-comm-automessage-add .form-item-repeat-rrule-show-exceptions, .page-g-comm-automessage-add .form-item-repeat-rrule-show-additions {
  display: none !important;
}

/* line 19, ../sass/_automessage.scss */
.page-g-comm-automessage #dashboard_sidebar {
  display: none;
}
/* line 22, ../sass/_automessage.scss */
.page-g-comm-automessage #dashboard div#dashboard_main {
  width: 100%;
}
@media screen and (max-width: 760px) {
  /* line 25, ../sass/_automessage.scss */
  .page-g-comm-automessage .customize {
    display: none;
  }
}
/* line 30, ../sass/_automessage.scss */
.page-g-comm-automessage .action-links {
  display: inline-block;
  float: left;
}
@media screen and (max-width: 1024px) {
  /* line 34, ../sass/_automessage.scss */
  .page-g-comm-automessage .action-links:after {
    content: "**customization currently unavailable for touch devices";
    display: inline-block;
    background-color: #ffff00;
    padding: 0 10px;
  }
}

/* line 70, ../sass/_mixins.scss */
.page-g-comm-automessage- #content {
  padding: 21px 52px;
  margin-top: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (max-width: 550px) {
  /* line 70, ../sass/_mixins.scss */
  .page-g-comm-automessage- #content {
    padding: 5px 20px;
  }
}
/* line 78, ../sass/_mixins.scss */
.page-g-comm-automessage- #main {
  width: 80%;
  max-width: 909px;
  min-width: 290px;
  margin: 0 auto;
}
@media screen and (max-width: 550px) {
  /* line 43, ../sass/_automessage.scss */
  .page-g-comm-automessage- {
    width: 100%;
  }
}

/*VARIABLES*/
/*VARIABLES*/
/*Responsive - Breakpoints */
/* Rounded Image */
/* Border Radius */
/* Box Shadows */
/* White Box */
/* MUSIC FLAGS - FONT AWESOME */
/* Linear Gradients */
/* line 4, ../sass/_image-galleries.scss */
div.field-name-field-gallery-images div.field-item {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
  height: 100%;
  max-height: 280px;
  width: 30%;
  min-width: 200px;
}

/* line 90, ../sass/_mixins.scss */
.node-type-image-gallery #content {
  padding: 21px 52px;
  margin-top: 20px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (max-width: 550px) {
  /* line 90, ../sass/_mixins.scss */
  .node-type-image-gallery #content {
    padding: 5px 20px;
  }
}
/* line 99, ../sass/_mixins.scss */
.node-type-image-gallery #main {
  width: 80%;
  max-width: 909px;
  min-width: 290px;
  margin: 0 auto;
}
@media screen and (max-width: 550px) {
  /* line 14, ../sass/_image-galleries.scss */
  .node-type-image-gallery {
    width: 100%;
  }
}

/*VARIABLES*/
/*VARIABLES*/
/*Responsive - Breakpoints */
/* Rounded Image */
/* Border Radius */
/* Box Shadows */
/* White Box */
/* MUSIC FLAGS - FONT AWESOME */
/* Linear Gradients */
/* POLL */
/* line 7, ../sass/_communications.scss */
.page-g-group-poll .block-content li, .page-g-comm-poll .block-content li {
  background: #fff;
  margin: 0 auto 10px auto;
  list-style: none;
  display: block;
  text-align: left;
  padding: 21px 52px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (max-width: 400px) {
  /* line 7, ../sass/_communications.scss */
  .page-g-group-poll .block-content li, .page-g-comm-poll .block-content li {
    padding: 5px 20px;
  }
}
/* line 20, ../sass/_communications.scss */
.page-g-group-poll .block-content li a, .page-g-comm-poll .block-content li a {
  font-size: 1.3em;
}
/* line 23, ../sass/_communications.scss */
.page-g-group-poll #main, .page-g-comm-poll #main {
  max-width: 909px;
  margin: 0 auto;
}
/* line 27, ../sass/_communications.scss */
.page-g-group-poll .block-content, .page-g-comm-poll .block-content {
  text-align: center;
}

/* line 90, ../sass/_mixins.scss */
.node-type-task #content {
  padding: 21px 52px;
  margin-top: 20px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (max-width: 550px) {
  /* line 90, ../sass/_mixins.scss */
  .node-type-task #content {
    padding: 5px 20px;
  }
}
/* line 99, ../sass/_mixins.scss */
.node-type-task #main {
  width: 80%;
  max-width: 909px;
  min-width: 290px;
  margin: 0 auto;
}
@media screen and (max-width: 550px) {
  /* line 32, ../sass/_communications.scss */
  .node-type-task {
    width: 100%;
  }
}

/* line 35, ../sass/_communications.scss */
.node-type-task .field-name-field-task-status {
  background: #004982;
  color: #fff;
  margin: 10px auto;
  display: block;
  text-align: left;
  float: left;
  padding: 8px 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 46, ../sass/_communications.scss */
.node-type-task .field-type-text-with-summary {
  clear: left;
}

/* line 50, ../sass/_communications.scss */
.node-type-task .field-type-text-with-summary .field-label {
  margin-bottom: -10px;
}

/* HTML element (SMACSS base) rules */
/**
 * @file
 * Normalize.css is intended to be used as an alternative to CSS resets.
 *
 * This file is a slight fork of these original sources:
 * - normalize.css v2.1.2 | MIT License | git.io/normalize
 * - normalize.scss v2.1.2 | MIT/GPLv2 License | bit.ly/normalize-scss
 *
 * It's suggested that you read the normalize.scss file and customise it to meet
 * your needs, rather then including the file in your project and overriding the
 * defaults later in your CSS.
 * @see http://nicolasgallagher.com/about-normalize-css/
 *
 * Also: @see http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/
 *       @see http://snook.ca/archives/html_and_css/no_css_reset/
 */
/**
 * HTML5 display definitions
 */
/* Correct `block` display not defined in IE 8/9. */
/* line 23, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

/* Correct `inline-block` display not defined in IE 8/9. */
/* line 38, ../sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 52, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* Address styling not present in IE 8/9. */
/* line 58, ../sass/_normalize.scss */
[hidden] {
  display: none;
}

/**
 * Base
 *
 * Instead of relying on the fonts that are available on a user's computer, you
 * can use web fonts which, like images, are resources downloaded to the user's
 * browser. Because of the bandwidth and rendering resources required, web fonts
 * should be used with care.
 *
 * Numerous resources for web fonts can be found on Google. Here are a few
 * websites where you can find Open Source fonts to download:
 * - http://www.fontsquirrel.com/fontface
 * - http://www.theleagueofmoveabletype.com
 *
 * In order to use these fonts, you will need to convert them into formats
 * suitable for web fonts. We recommend the free-to-use Font Squirrel's
 * Font-Face Generator:
 *   http://www.fontsquirrel.com/fontface/generator
 *
 * The following is an example @font-face declaration. This font can then be
 * used in any ruleset using a property like this:  font-family: Example, serif;
 *
 * Since we're using Sass, you'll need to declare your font faces here, then you
 * can add them to the font variables in the _init.scss partial.
 */
/*
@font-face {
  font-family: 'Example';
  src: url('../fonts/example.eot');
  src: url('../fonts/example.eot?iefix') format('eot'),
    url('../fonts/example.woff') format('woff'),
    url('../fonts/example.ttf') format('truetype'),
    url('../fonts/example.svg#webfontOkOndcij') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
/* line 106, ../sass/_normalize.scss */
html {
  font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
  /* 1 */
  font-size: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  line-height: 1.5em;
}

/* Remove default margin. */
/* line 126, ../sass/_normalize.scss */
body {
  margin: 0;
  padding: 0;
}

/**
 * Links
 *
 * The order of link states are based on Eric Meyer's article:
 * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
 */
/* Address `outline` inconsistency between Chrome and other browsers. */
/* line 148, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/* Improve readability when focused and also mouse hovered in all browsers. */
/* line 153, ../sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/**
 * Typography
 *
 * To achieve a pleasant vertical rhythm, we use Compass' Vertical Rhythm mixins
 * so that the line height of our base font becomes the basic unit of vertical
 * measurement. We use multiples of that unit to set the top and bottom margins
 * for our block level elements and to set the line heights of any fonts.
 * For more information, see http://24ways.org/2006/compose-to-a-vertical-rhythm
 */
/* Set 1 unit of vertical rhythm on the top and bottom margin. */
/* line 169, ../sass/_normalize.scss */
p,
pre {
  margin: 0.75em 0;
}

/* line 173, ../sass/_normalize.scss */
blockquote {
  /* Also indent the quote on both sides. */
  margin: 1.5em 30px;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 182, ../sass/_normalize.scss */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.5em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

/* line 190, ../sass/_normalize.scss */
h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 195, ../sass/_normalize.scss */
h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  margin-top: 1.28205em;
  margin-bottom: 1.28205em;
}

/* line 200, ../sass/_normalize.scss */
h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/* line 205, ../sass/_normalize.scss */
h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  margin-top: 1.80723em;
  margin-bottom: 1.80723em;
}

/* line 210, ../sass/_normalize.scss */
h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
  margin-top: 2.23881em;
  margin-bottom: 2.23881em;
}

/* Address styling not present in IE 8/9, Safari 5, and Chrome. */
/* line 217, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
/* line 222, ../sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* Address styling not present in Safari 5 and Chrome. */
/* line 228, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/* Address differences between Firefox and other browsers. */
/* line 233, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  border: 1px solid #666;
  padding-bottom: -1px;
  margin: 1.5em 0;
}

/* Address styling not present in IE 8/9. */
/* line 242, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* Correct font family set oddly in Safari 5 and Chrome. */
/* line 248, ../sass/_normalize.scss */
code,
kbd,
pre,
samp,
tt,
var {
  font-family: "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}

/* Improve readability of pre-formatted text in all browsers. */
/* line 262, ../sass/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/* Set consistent quote types. */
/* line 274, ../sass/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* Address inconsistent and variable font size in all browsers. */
/* line 279, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

/* Prevent `sub` and `sup` affecting `line-height` in all browsers. */
/* line 284, ../sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 291, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 294, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/**
 * Lists
 */
/* line 301, ../sass/_normalize.scss */
dl,
menu,
ol,
ul {
  /* Address margins set differently in IE 6/7. */
  margin: 1.5em 0;
}

/* line 310, ../sass/_normalize.scss */
ol ol,
ol ul,
ul ol,
ul ul {
  /* Turn off margins on nested lists. */
  margin: 0;
}

/* line 316, ../sass/_normalize.scss */
dd {
  margin: 0 0 0 30px;
  /* LTR */
}

/* Address paddings set differently in IE 6/7. */
/* line 321, ../sass/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 30px;
  /* LTR */
}

/**
 * Embedded content and figures
 *
 * @todo Look into adding responsive embedded video.
 */
/* line 341, ../sass/_normalize.scss */
img {
  /* Remove border when inside `a` element in IE 8/9. */
  border: 0;
  /* Suppress the space beneath the baseline */
  /* vertical-align: bottom; */
  /* Responsive images */
  max-width: 100%;
  height: auto;
}
/* line 356, ../sass/_normalize.scss */
.lt-ie9 img {
  /* Correct IE 8 not scaling image height when resized. */
  width: auto;
}

/* Correct overflow displayed oddly in IE 9. */
/* line 364, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Address margin not present in IE 8/9 and Safari 5. */
/* line 369, ../sass/_normalize.scss */
figure {
  margin: 0;
}

/**
 * Forms
 */
/* Define consistent border, margin, and padding. */
/* line 385, ../sass/_normalize.scss */
fieldset {
  /*  margin: 0 2px;*/
  /* Apply borders and padding that keep the vertical rhythm. */
  /*   border-color: #c0c0c0;*/
  /*   @include apply-side-rhythm-border(top,    $width: 1px, $lines: 0.35);*/
  /*   @include apply-side-rhythm-border(bottom, $width: 1px, $lines: 0.65);*/
  /*  @include apply-side-rhythm-border(left,   $width: 1px, $lines: 0.65);*/
  /*  @include apply-side-rhythm-border(right,  $width: 1px, $lines: 0.65);*/
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 401, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Improve appearance and consistency with IE 6/7.
 * 5. Keep form elements constrained in their containers.
 */
/* line 416, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  max-width: 100%;
  /* 5 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 5 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 435, ../sass/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 446, ../sass/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 460, ../sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 474, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 485, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 500, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 509, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* Remove inner padding and border in Firefox 4+. */
/* line 515, ../sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 525, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* Drupal-style form labels. */
/* line 531, ../sass/_normalize.scss */
label {
  display: block;
  font-weight: bold;
}

/**
 * Tables
 */
/* line 539, ../sass/_normalize.scss */
table {
  /* Remove most spacing between table cells. */
  border-collapse: collapse;
  border-spacing: 0;
  /* Prevent cramped-looking tables */
  /* width: 100%; */
  /* Add vertical rhythm margins. */
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/* Layout rules */
/**
 * @file
 * Positioning for a responsive layout.
 *
 * Define CSS classes to create a fluid grid layout with optional sidebars
 * depending on whether blocks are placed in the left or right sidebars.
 *
 * This layout uses the Zen Grids plugin for Compass: http://zengrids.com
 */
/**
 * Center the page.
 *
 * For screen sizes larger than 1200px, prevent excessively long lines of text
 * by setting a max-width.
 */
/* line 34, ../sass/layouts/_responsive.scss */
#page,
.region-bottom {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

/* Apply the shared properties of grid items in a single, efficient ruleset. */
/* line 42, ../sass/layouts/_responsive.scss */
#header,
#content,
#navigation,
.region-sidebar-first,
.region-sidebar-second,
#footer {
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

/* Containers for grid items and flow items. */
/* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#header:before, #header:after,
#main:before,
#main:after,
#footer:before,
#footer:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#header:after,
#main:after,
#footer:after {
  clear: both;
}

/* Navigation bar */
@media all and (min-width: 480px) {
  /* line 61, ../sass/layouts/_responsive.scss */
  #main {
    /* Move all the children of #main down to make room. */
    padding-top: 3em;
    position: relative;
  }

  /* line 66, ../sass/layouts/_responsive.scss */
  #navigation {
    /* Move the navbar up inside #main's padding. */
    position: absolute;
    top: 0;
    height: 3em;
    width: 100%;
  }
}
/**
 * Use 3 grid columns for smaller screens.
 */
@media all and (min-width: 480px) and (max-width: 959px) {
  /**
   * The layout when there is only one sidebar, the left one.
   */
  /* line 87, ../sass/layouts/_responsive.scss */
  .sidebar-first {
    /* Span 2 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
  }
  /* line 89, ../sass/layouts/_responsive.scss */
  .sidebar-first #content {
    float: left;
    width: 200%;
    margin-left: 100%;
    margin-right: -300%;
  }
  /* line 94, ../sass/layouts/_responsive.scss */
  .sidebar-first .region-sidebar-first {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }

  /**
   * The layout when there is only one sidebar, the right one.
   */
  /* line 102, ../sass/layouts/_responsive.scss */
  .sidebar-second {
    /* Span 2 columns, starting in 1st column from left. */
    /* Span 1 column, starting in 3rd column from left. */
  }
  /* line 104, ../sass/layouts/_responsive.scss */
  .sidebar-second #content {
    float: left;
    width: 200%;
    margin-left: 0%;
    margin-right: -200%;
  }
  /* line 109, ../sass/layouts/_responsive.scss */
  .sidebar-second .region-sidebar-second {
    float: left;
    width: 100%;
    margin-left: 200%;
    margin-right: -300%;
  }

  /**
   * The layout when there are two sidebars.
   */
  /* line 117, ../sass/layouts/_responsive.scss */
  .two-sidebars {
    /* Span 2 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
    /* Start a new row and span all 3 columns. */
  }
  /* line 119, ../sass/layouts/_responsive.scss */
  .two-sidebars #content {
    float: left;
    width: 200%;
    margin-left: 100%;
    margin-right: -300%;
  }
  /* line 124, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-first {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 129, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second {
    float: left;
    width: 300%;
    margin-left: 0%;
    margin-right: -300%;
    padding-left: 0;
    padding-right: 0;
    clear: left;
    /* Apply the shared properties of grid items in a single, efficient ruleset. */
    /* Span 1 column, starting in the 1st column from left. */
    /* Span 1 column, starting in the 2nd column from left. */
    /* Span 1 column, starting in the 3rd column from left. */
  }
  /* line 135, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block {
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 139, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block:nth-child(3n+1) {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    clear: left;
  }
  /* line 144, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block:nth-child(3n+2) {
    float: left;
    width: 100%;
    margin-left: 100%;
    margin-right: -200%;
  }
  /* line 148, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block:nth-child(3n) {
    float: left;
    width: 100%;
    margin-left: 200%;
    margin-right: -300%;
  }
}
/**
 * Use 5 grid columns for larger screens.
 */
@media all and (min-width: 960px) {
  /**
   * The layout when there is only one sidebar, the left one.
   */
  /* line 165, ../sass/layouts/_responsive.scss */
  .sidebar-first {
    /* Span 4 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
  }
  /* line 167, ../sass/layouts/_responsive.scss */
  .sidebar-first #content {
    float: left;
    width: 400%;
    margin-left: 100%;
    margin-right: -500%;
  }
  /* line 172, ../sass/layouts/_responsive.scss */
  .sidebar-first .region-sidebar-first {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }

  /**
   * The layout when there is only one sidebar, the right one.
   */
  /* line 180, ../sass/layouts/_responsive.scss */
  .sidebar-second {
    /* Span 4 columns, starting in 1st column from left. */
    /* Span 1 column, starting in 5th column from left. */
  }
  /* line 182, ../sass/layouts/_responsive.scss */
  .sidebar-second #content {
    float: left;
    width: 400%;
    margin-left: 0%;
    margin-right: -400%;
  }
  /* line 187, ../sass/layouts/_responsive.scss */
  .sidebar-second .region-sidebar-second {
    float: left;
    width: 100%;
    margin-left: 400%;
    margin-right: -500%;
  }

  /**
   * The layout when there are two sidebars.
   */
  /* line 195, ../sass/layouts/_responsive.scss */
  .two-sidebars {
    /* Span 3 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
    /* Span 1 column, starting in 5th column from left. */
  }
  /* line 197, ../sass/layouts/_responsive.scss */
  .two-sidebars #content {
    float: left;
    width: 300%;
    margin-left: 100%;
    margin-right: -400%;
  }
  /* line 202, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-first {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 207, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second {
    float: left;
    width: 100%;
    margin-left: 400%;
    margin-right: -500%;
  }
}
/* Component (SMACSS module) rules */
/**
 * @file
 * SMACSS Modules
 *
 * Adds modular sets of styles.
 *
 * Additional useful selectors can be found in Zen's online documentation.
 * https://drupal.org/node/1707736
 */
/**
 * Wireframes.
 */
/* line 15, ../sass/components/_misc.scss */
.with-wireframes #header,
.with-wireframes #main,
.with-wireframes #content,
.with-wireframes #navigation,
.with-wireframes .region-sidebar-first,
.with-wireframes .region-sidebar-second,
.with-wireframes #footer,
.with-wireframes .region-bottom {
  outline: 1px solid #ccc;
}

/**
 * Accessibility features.
 */
/* element-invisible as defined by http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
/* line 39, ../sass/components/_misc.scss */
.element-invisible,
.element-focusable,
#navigation .block-menu .block__title,
#navigation .block-menu-block .block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* Turns off the element-invisible effect. */
/* line 45, ../sass/components/_misc.scss */
.element-focusable:active, .element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 */
/* line 62, ../sass/components/_misc.scss */
#skip-link {
  margin: 0;
}
/* line 65, ../sass/components/_misc.scss */
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

/**
 * Branding header.
 */
/* Wrapping link for logo. */
/* line 81, ../sass/components/_misc.scss */
.header__logo {
  float: left;
  /* LTR */
  margin: 0;
  padding: 0;
}

/* Logo image. */
/* line 88, ../sass/components/_misc.scss */
.header__logo-image {
  vertical-align: bottom;
}

/* Wrapper for website name and slogan. */
/* line 93, ../sass/components/_misc.scss */
.header__name-and-slogan {
  float: left;
}

/* The name of the website. */
/* line 98, ../sass/components/_misc.scss */
.header__site-name {
  margin: 0;
  font-size: 2em;
  line-height: 1.5em;
}

/* The link around the name of the website. */
/* line 105, ../sass/components/_misc.scss */
.header__site-link:link, .header__site-link:visited {
  color: #000;
  text-decoration: none;
}
/* line 111, ../sass/components/_misc.scss */
.header__site-link:hover, .header__site-link:focus {
  text-decoration: underline;
}

/* The slogan (or tagline) of a website. */
/* line 118, ../sass/components/_misc.scss */
.header__site-slogan {
  margin: 0;
}

/* The secondary menu (login, etc.) */
/* line 123, ../sass/components/_misc.scss */
.header__secondary-menu {
  float: right;
  /* LTR */
}

/* Wrapper for any blocks placed in the header region. */
/* line 128, ../sass/components/_misc.scss */
.header__region {
  /* Clear the logo. */
  clear: both;
}

/**
 * Navigation bar.
 */
/* line 136, ../sass/components/_misc.scss */
#navigation {
  /* Sometimes you want to prevent overlapping with main div. */
  /* overflow: hidden; */
  /* Main menu and secondary menu links and menu block links. */
}
/* line 140, ../sass/components/_misc.scss */
#navigation .block {
  margin-bottom: 0;
}
/* line 150, ../sass/components/_misc.scss */
#navigation .links,
#navigation .menu {
  margin: 0;
  padding: 0;
  text-align: left;
  /* LTR */
}
/* line 156, ../sass/components/_misc.scss */
#navigation .links li,
#navigation .menu li {
  /* A simple method to get navigation links to appear in one line. */
  float: left;
  /* LTR */
  padding: 0 10px 0 0;
  /* LTR */
  list-style-type: none;
  list-style-image: none;
}

/**
 * Breadcrumb navigation.
 */
/* line 170, ../sass/components/_misc.scss */
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
/* line 174, ../sass/components/_misc.scss */
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/**
 * Titles.
 */
/* line 185, ../sass/components/_misc.scss */
.page__title,
.node__title,
.block__title,
.comments__title,
.comments__form-title,
.comment__title {
  /* Comment title. */
  margin: 0;
}

/**
 * Messages.
 */
/* line 197, ../sass/components/_misc.scss */
.messages, .messages--status, .messages--warning, .messages--error {
  margin: 1.5em 0;
  padding: 10px 10px 10px 50px;
  /* LTR */
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAD6UlEQVR42s2WX0xbVRzH3YwmC4k+GF/0ZS/S267/bmnX9nL7bwstZlnbjTDYyoC5GCbB0ZW5pdJCe6swbLFA6bpWIGuRMWVjKGP+21QW3SZBSAjGh4XEaTZTH82Cm/3ztS2xs7mw4KLRk3xyzj33/H6fe5Pz7zEA/yr/vUDukj9FH6drqTaqT8EoPs/UV+nX6TD1BlUh9AqLHlmgPKLcRHmoCOWmElK/FOKTYpS8UwLJkASiUyLI3pKhlClN0g46qj+qL/pbArlbrlO1q25JeiSgR2iYJ8ywXLSg/qP6LNl2ro8+Q4MMkKCd9K2t3q3KdQnkXXIF5aISkgEJzONm1F2qW52pDJN1MI2bUBIuAdVOJWSMTPNQgX6/vkjVpvpREpag6oMqWCYta1IzbsHh9ga0RJtzY8URMdRO9U/KSuWmNQUqh2pY3CtG+fvlqJyofMAFNrZAE+7e/RWR4X4cD9tgOGsA2U2CdtMDqwqyMyIzQ5KKqAKmcyaYxkzYd3YvjGNGFtXRPRj58DT+LOemRrFnrBLyITmUDmUyO/NYgu2d26ukHVJo3tXAMGpAs+cQmh0NeClan30uwN7TgnQ6nRd4r3thOGOAJqYB2UVC79AfZAnKHGUxQa8A2tNaNLW/jKvXv8Dyb8s4yryKA4O10A3roIvpUB+swTdz1/LJZ27PQBvT5lBH1RD4BChzlQ2wBNtc22aE/ULQgzRCl4P5BPcT93GMOYz9wb2QhCRgAq35d8u/L2PXe7tADVGgBlcQ+AXQtmlvsP/gzbJZvp8PMkJCFBYh8m0knyiVSsHe0YIGZz1+/uVOvt8z7QGvnwf+ST5EIRHIUyR4fh50rbp5lsDcYR4ReAXgBrng9q/Qfa0bfy035r7Ot2dvz4IX4IEIEAXwvDzscOw4zxJUd1YfEXlE4Aa4BQHMlwzSSBeI7iXvoTxWDqKPYCFsFaKmr+YVliB0JfS89DVpiuhlB9k/tSOZTuYFvq98yI7L0/MAsVWcGp0bfW61hbahwltxSeARsIKyWKesSKQSWIwvYkvvllwfx88pgOvhwthu/AzAxlVX8vz385tLbaVxwpcLZtEw0QDjsBGctzksiE4CimZFfHp++oWHbnbuUfdB0komMgHsRN1r0MWBsEmYODF5onY92/UTwcvBxuzXcN1ccHycVSn2FaPYWwzCQUDWKIt7z3utAJ5c74Hz+OLSomynY+cVfiM/xW3JiDyZpB3FuZrj4oCwE+Ad4qWMjPHjpTtL0mzMoxyZz9yM39Q7Y85Ok930icqm+k59TL2wm9l90dZv8y/8sPAigGf/iUN/Q4anM2zOsdLe+L+4VfwBVVjDs2rTYx0AAAAASUVORK5CYII=');
  background-position: 8px 8px;
  /* LTR */
  background-repeat: no-repeat;
  border: 1px solid #be7;
}

/* line 212, ../sass/components/_misc.scss */
.messages--warning {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACuElEQVRIiWP4//8/Ay0xSYqntTpnT252zqeJBf0Njhsykrz/pyd6/e9vcNpGVQv6q2wlm0qc/r0+IPD/3UG+/61l9v9mdrjIUc2C7hqHUzc3S///eZwBjO9tF/vfWe1wjioWTKixVm8otPn38wQT3IKfxxn/t5Va/utpsNSg2ILWcttrNzdJgQ3+dpQRjEHs+9tE/zeXWt+gyILOamuTqlxrsOtPLub+7+emBsSq/88v5wL7oqHQ9H9nmbkF2RbUF1rev7lJEuziuU3i/90ddcB4UZsoJC62ifyvK7R4QJYFrcUGrmUZ5v9hYb9hosh/bzcDMN42VRgeF9W5hv8bi/XdSbagKtfs2c1NEvCIPbaQ/7+/pwkYn17Ki0hR24T/l2eZPCfJgsZ83dCiNOP/yCnn7iau/8G+5mD8aBsHSoqqyNL9X5erHUm0BcVpRm9ubhZHMoTh/4eDzP/DA23+RwTZ/P96hAlF7t5Wof8FyfpvibKgNk8noyDZ4D9quofg1Bjr/1kJlhjiIF+Upmn/r83RzCJoQXaC3qcbm8SwGMLwvybP/H8jMGlik7u7VeB/Zqz2J7wWVGdr1uTG62J1PQgfWST1/+hiCaxyIF8UJqv9r8hQrcVpQVqkzrcbG0WwGvB2H/P/lnx5MAaxsam5vYn3f2KY+jesFpSlqfZnxWjidP2OGWL/g/0swBjExu4Lhv958Ur/i5KU+lEsCA1lYI4JUv95bZ0gTo2Pt3P+z0myBmMQG5e6mxu4/kf4Kf8EmQm3oCRNebKrvSawIGPBqRG9sMOp5hjjfwdrlf/58bKT4RaUpWvtcLZV/39iscD/H0AFP46jYwYiMeP/44u4/9tbKQODSXUH3II9G7v18hI0n8YGKv+IDVT6joxj/BVx4mgcOCde/SnITPRUJAHEGlTCEkQV19TAAN8FC67hZdFXAAAAAElFTkSuQmCC');
  border-color: #ed5;
}

/* line 221, ../sass/components/_misc.scss */
.messages--error {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACpElEQVR42rWWTUgbQRiGQ0Tx4MWDeFM8eBA9iKAoggiCoCiiIiL4L3oQV1CJB0UEf6iRYFpK7UniTw9VSqL2kvQsVDBpSZrtRo35czVNW3oprRf17exSl4yzu1ikAy9h59vvedhkMrMGAGoxknAk2w8MJ/WosXThiZkZt9jdLeglPjn5ATc3mhJNuNjbK0QbG3ExMICL/n6IfX0gcxB7ekDAELu6IHZ2IlJbi1hLS1BLogmPtbUhMTv7oMSamzUlqnByMxLT0/8STQkDj9TV4ZLj5OysrODl8jIu5Gs68dFR7JG6dWkJ0fFx+TpSX89IDMnwcHU1yKec12Yz3rlc4HkeLwjkXJpPip3U3+7vIx6P4ymph4eG5PlwTQ0lMdytlmBxMWKtrXLeT0zA5XTibvj9fjxfXETkb/3N/Dz2dneVuiTZtliU/rPSUsQ5ziuxZYG03IIlJdKKUPJjdRUAKMmzuTnskB/VYbdTtd9HR4g2NCi9Z2VliDY1BSnBaUEBzsrLqXyzWCiQ9HU5HA4afniIUFWV0hOqqMBpURErOM7NxWlhIZOvCwvA7S3Uxq+DA5AnZ3pO8vJYQSArC8c5Oeqx2Rj4udeLQH6+6v2B7GxW8DkjA0JmJpONwUHY7XZGIAgCzCYTeJUewmIFfqMRfEoKlQ2yJbza2oLWcLvdeDI2hk/3+iQWKzAYkJzNjg5srq9TwJ9OJ76YTNScx+ORJT66X1/grKyEbW2NgfPp6XKd/JMZySrHaQsSU1Oe+0/w3WpVgyu5HBlR6lc+H8gioevDwz6JrWwV5+3txyoSFk5DcOX1MnCyJ4Vwfb1zt1UY9SR8aioDpuppaVpwZbPTl+hHF04dOKzk8XBF8DgJC3/woU/W/EciOtELOWi8DDwp//215Q+p7kiKh2lQSAAAAABJRU5ErkJggg==');
  border-color: #ed541d;
}

/* line 231, ../sass/components/_misc.scss */
.messages__list {
  margin: 0;
}

/* line 234, ../sass/components/_misc.scss */
.messages__item {
  list-style-image: none;
}

/* Core/module installation error messages. */
/* line 239, ../sass/components/_misc.scss */
.messages--error p.error {
  color: #333;
}

/* System status report. */
/* line 244, ../sass/components/_misc.scss */
.ok,
.messages--status {
  background-color: #f8fff0;
  color: #234600;
}

/* line 249, ../sass/components/_misc.scss */
.warning,
.messages--warning {
  background-color: #fffce5;
  color: #840;
}

/* line 254, ../sass/components/_misc.scss */
.error,
.messages--error {
  background-color: #fef5f1;
  color: #8c2e0b;
}

/**
 * Tabs.
 */
/* Basic positioning styles shared by primary and secondary tabs. */
/* line 265, ../sass/components/_misc.scss */
.tabs-primary, .tabs-secondary {
  overflow: hidden;
  *zoom: 1;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYmJiYmJiIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(100%, #bbbbbb), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(bottom, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  background-image: -webkit-linear-gradient(bottom, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  background-image: linear-gradient(to top, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  /* IE 9 and earlier don't understand gradients. */
  list-style: none;
  border-bottom: 1px solid #bbb \0/ie;
  margin: 1em 0;
  padding: 0 2px;
  white-space: nowrap;
}

/* line 275, ../sass/components/_misc.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active, .tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  float: left;
  /* LTR */
  margin: 0 3px;
}

/* line 279, ../sass/components/_misc.scss */
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active, a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  border: 1px solid #e9e9e9;
  border-right: 0;
  border-bottom: 0;
  display: block;
  line-height: 1.5em;
  text-decoration: none;
}

/* Primary tabs. */
/* line 292, ../sass/components/_misc.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active {
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  /* @include single-text-shadow(#fff, 1px, 1px, 0);*/
  border: 1px solid #bbb;
  border-bottom-color: transparent;
  /* IE 9 and earlier don't understand gradients. */
  border-bottom: 0 \0/ie;
}

/* line 301, ../sass/components/_misc.scss */
.tabs-primary__tab.is-active {
  border-bottom-color: #fff;
}

/* line 307, ../sass/components/_misc.scss */
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active {
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #333;
  background-color: #dedede;
  /*letter-spacing: 1px;*/
  padding: 0 1em;
  text-align: center;
  font-size: .9em;
}

/* line 318, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:hover, a.tabs-primary__tab-link:focus {
  background-color: #e9e9e9;
  border-color: #f2f2f2;
}

/* line 322, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:active, a.tabs-primary__tab-link.is-active {
  background-color: transparent;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9E9E9', endColorstr='#00E9E9E9');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, rgba(233, 233, 233, 0)));
  background-image: -moz-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -webkit-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  border-color: #fff;
}

/* Secondary tabs. */
/* line 347, ../sass/components/_misc.scss */
.tabs-secondary {
  font-size: .8em;
  /* Collapse bottom margin of ul.primary. */
  margin-top: -1.5em;
}

/* line 353, ../sass/components/_misc.scss */
.tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  margin: 0.75em 3px;
}

/* line 360, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  -moz-border-radius: 0.75em;
  -webkit-border-radius: 0.75em;
  border-radius: 0.75em;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-shadow: 1px 1px 0 #fff;
  background-color: #f2f2f2;
  color: #666;
  padding: 0 .5em;
}

/* line 369, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:hover, a.tabs-secondary__tab-link:focus {
  background-color: #dedede;
  border-color: #999;
  color: #333;
}

/* line 374, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:active, a.tabs-secondary__tab-link.is-active {
  text-shadow: 1px 1px 0 #333;
  background-color: #666;
  border-color: #000;
  color: #fff;
}

/**
 * Inline styles.
 */
/* List of links generated by theme_links(). */
/* line 402, ../sass/components/_misc.scss */
.inline {
  display: inline;
  padding: 0;
}
/* line 406, ../sass/components/_misc.scss */
.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
  /* LTR */
}

/* The inline field label used by the Fences module. */
/* line 414, ../sass/components/_misc.scss */
span.field-label {
  padding: 0 1em 0 0;
  /* LTR */
}

/**
 * "More" links.
 */
/* line 421, ../sass/components/_misc.scss */
.more-link {
  text-align: right;
  /* LTR */
}

/* line 424, ../sass/components/_misc.scss */
.more-help-link {
  text-align: right;
  /* LTR */
}

/* line 427, ../sass/components/_misc.scss */
.more-help-link a {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA7UlEQVR42qWTPQqDQBCFcwSPkCNITpAj5AjeIm1uYpkyR7Cy2Mot7OwsBAsRwUKwmOwLGRle3EIy8PyBfZ/z3J2TiPylz8VWWZZpUB40BonRKyizaxkA88MYYiqCEgv4MTvnZJom0VqWRbz3FlJZgLYtqmEY1Lg9r+sKsIXcLSC3AC019H0vqLquLeC5AfiHYSGkcdAJimKIBQiJ4+CO92OAtm0FNc8zOjkMwE5Q63FAtbeg6zpAYvG8BWR7i5qmQYwY4MIHqYhE2DOPQWcGJBQF2XU72ZzyUeZ5GCNt5/hybJgYdAXsq5sOEE/jG6dC5IOqCXTmAAAAAElFTkSuQmCC');
  background-position: 0 50%;
  /* LTR */
  background-repeat: no-repeat;
  padding: 1px 0 1px 20px;
  /* LTR */
}

/**
 * Pager.
 */
/* A list of page numbers when more than 1 page of content is available. */
/* line 442, ../sass/components/_misc.scss */
.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

/* line 447, ../sass/components/_misc.scss */
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis, .pager-current {
  display: inline;
  padding: 0 0.5em;
  list-style-type: none;
  background-image: none;
}

/* line 454, ../sass/components/_misc.scss */
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis {
  /* A concatenation of several list items using an ellipsis. */
}

/* The current page's list item. */
/* line 464, ../sass/components/_misc.scss */
.pager-current {
  font-weight: bold;
}

/**
 * Blocks.
 */
/* Block wrapper. */
/* line 474, ../sass/components/_misc.scss */
.block {
  margin-bottom: 1.5em;
}

/**
 * Menus.
 */
/* line 481, ../sass/components/_misc.scss */
.menu__item.is-leaf {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHBAMAAAA2fErgAAAAD1BMVEX///+/v7+Li4sAAADAwMBFvsw8AAAAAXRSTlMAQObYZgAAAB1JREFUCFtjYAADYwMGBmYVZSDhKAwkFJWhYiAAAB2+Aa/9ugeaAAAAAElFTkSuQmCC');
  list-style-type: square;
}

/* line 488, ../sass/components/_misc.scss */
.menu__item.is-expanded {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAD1JREFUeNpiYMAH/v//3wDEAmhiAiBxRiBxHirmyMjI+AGqcD+yqvNQrIDEFkBX8B9FAs2e+RgSuABAgAEAJX1JrQc9n5kAAAAASUVORK5CYII=');
  list-style-type: circle;
}

/* line 495, ../sass/components/_misc.scss */
.menu__item.is-collapsed {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAC5JREFUeNpiYACC////rwfi80AswIAOgIIGQPyeIgUJ/yGggTideI3E5VqAAAMABypXqT7251wAAAAASUVORK5CYII=');
  /* LTR */
  list-style-type: disc;
}

/* The active item in a Drupal menu. */
/* line 504, ../sass/components/_misc.scss */
.menu a.active {
  color: #000;
}

/**
 * Marker.
 */
/* The "new" or "updated" marker. */
/* line 513, ../sass/components/_misc.scss */
.new,
.update {
  color: #c00;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
}

/**
 * Unpublished note.
 */
/* The word "Unpublished" displayed underneath the content. */
/* line 525, ../sass/components/_misc.scss */
.unpublished {
  display: block;
  height: 0;
  overflow: visible;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  /* A very nice CSS3 property. */
  word-wrap: break-word;
}

/**
 * Comments.
 */
/* Wrapper for the list of comments and its title. */
/* line 554, ../sass/components/_misc.scss */
.comments {
  margin: 1.5em 0;
}

/* Preview of the comment before submitting new or updated comment. */
/* line 559, ../sass/components/_misc.scss */
.comment-preview {
  /* Drupal core will use a #ffffea background. See #1110842. */
  background-color: #ffffea;
}

/* Wrapper for a single comment. */
/* line 565, ../sass/components/_misc.scss */
.comment {
  /* Comment's permalink wrapper. */
}
/* line 568, ../sass/components/_misc.scss */
.comment .permalink {
  text-transform: uppercase;
  font-size: 75%;
}

/* Nested comments are indented. */
/* line 575, ../sass/components/_misc.scss */
.indented {
  /* Drupal core uses a 25px left margin. */
  margin-left: 30px;
  /* LTR */
}

/**
 * Forms.
 */
/* Wrapper for a form element (or group of form elements) and its label. */
/* line 585, ../sass/components/_misc.scss */
.form-item {
  /* margin: rhythm(1) 0;*/
  /* Pack groups of checkboxes and radio buttons closer together. */
  /* Form items in a table. */
  /* Highlight the form elements that caused a form submission error. */
  /* The descriptive help text (separate from the label). */
}
/* line 589, ../sass/components/_misc.scss */
.form-checkboxes .form-item, .form-radios .form-item {
  /* Drupal core uses "0.4em 0". */
  margin: 0;
}
/* line 596, ../sass/components/_misc.scss */
tr.odd .form-item, tr.even .form-item {
  margin: 0;
}
/* line 602, ../sass/components/_misc.scss */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}
/* line 609, ../sass/components/_misc.scss */
.form-item .description {
  font-size: 0.85em;
}

/* line 616, ../sass/components/_misc.scss */
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em;
}

/* The part of the label that indicates a required field. */
/* line 622, ../sass/components/_misc.scss */
.form-required {
  color: #c00;
}

/* Labels for radios and checkboxes. */
/* line 627, ../sass/components/_misc.scss */
label.option {
  display: inline;
  font-weight: normal;
}

/* Buttons used by contrib modules like Media. */
/* line 633, ../sass/components/_misc.scss */
a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
}

/* Password confirmation. */
/* line 638, ../sass/components/_misc.scss */
.password-parent,
.confirm-parent {
  margin: 0;
}

/* Drupal's default login form block. */
/* line 644, ../sass/components/_misc.scss */
#user-login-form {
  text-align: left;
  /* LTR */
}

/**
 * OpenID
 *
 * The default styling for the OpenID login link seems to assume Garland's
 * styling of list items.
 */
/* OpenID creates a new ul above the login form's links. */
/* line 656, ../sass/components/_misc.scss */
.openid-links {
  /* Position OpenID's ul next to the rest of the links. */
  margin-bottom: 0;
}

/* The "Log in using OpenID" and "Cancel OpenID login" links. */
/* line 662, ../sass/components/_misc.scss */
.openid-link,
.user-link {
  margin-top: 1.5em;
}

/* line 666, ../sass/components/_misc.scss */
html.js #user-login-form li.openid-link,
#user-login-form li.openid-link {
  /* Un-do some of the padding on the ul list. */
  margin-left: -20px;
  /* LTR */
}

/* line 671, ../sass/components/_misc.scss */
#user-login ul {
  margin: 1.5em 0;
}

/**
 * Drupal admin tables.
 */
/* line 679, ../sass/components/_misc.scss */
form th {
  text-align: left;
  /* LTR */
  padding-right: 1em;
  /* LTR */
  border-bottom: 3px solid #ccc;
}
/* line 684, ../sass/components/_misc.scss */
form tbody {
  border-top: 1px solid #ccc;
}
/* line 687, ../sass/components/_misc.scss */
form table ul {
  margin: 0;
}

/* line 691, ../sass/components/_misc.scss */
tr.even,
tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}

/* line 697, ../sass/components/_misc.scss */
tr.even {
  background-color: #fff;
}

/* Markup generated by theme_tablesort_indicator(). */
/* line 712, ../sass/components/_misc.scss */
td.active {
  background-color: #ddd;
}

/* Center checkboxes inside table cell. */
/* line 717, ../sass/components/_misc.scss */
td.checkbox,
th.checkbox {
  text-align: center;
}

/* Drupal core wrongly puts this in system.menus.css. Since we override that, add it back. */
/* line 723, ../sass/components/_misc.scss */
td.menu-disabled {
  background: #ccc;
}

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list. */
/* line 734, ../sass/components/_misc.scss */
#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
/* line 745, ../sass/components/_misc.scss */
html.js .collapsible .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAD1JREFUeNpiYMAH/v//3wDEAmhiAiBxRiBxHirmyMjI+AGqcD+yqvNQrIDEFkBX8B9FAs2e+RgSuABAgAEAJX1JrQc9n5kAAAAASUVORK5CYII=');
  background-position: 5px 65%;
  /* LTR */
  background-repeat: no-repeat;
  padding-left: 15px;
  /* LTR */
}
/* line 754, ../sass/components/_misc.scss */
html.js .collapsed .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAC5JREFUeNpiYACC////rwfi80AswIAOgIIGQPyeIgUJ/yGggTideI3E5VqAAAMABypXqT7251wAAAAASUVORK5CYII=');
  /* LTR */
  background-position: 5px 50%;
  /* LTR */
}
/* line 761, ../sass/components/_misc.scss */
.fieldset-legend html.js .collapsible > .summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
/* line 773, ../sass/components/_misc.scss */
tr.drag {
  background-color: #fffff0;
}

/* line 776, ../sass/components/_misc.scss */
tr.drag-previous {
  background-color: #ffd;
}

/* line 779, ../sass/components/_misc.scss */
.tabledrag-toggle-weight {
  font-size: 0.9em;
}

/**
 * TableSelect behavior.
 *
 * @see tableselect.js
 */
/* line 788, ../sass/components/_misc.scss */
tr.selected td {
  background: #ffc;
}

/**
 * Progress bar.
 *
 * @see progress.js
 */
/* line 797, ../sass/components/_misc.scss */
.progress {
  font-weight: bold;
}
/* line 800, ../sass/components/_misc.scss */
.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 806, ../sass/components/_misc.scss */
.progress .filled {
  background-color: #0072b9;
  background-image: url('../images/progress.gif?1458067764');
}

/* Scss Document */
/* line 3, ../sass/_mobile-menu.scss */
#user-menu:not(.mm-menu) {
  display: none;
}

/* line 8, ../sass/_mobile-menu.scss */
.g-menu-font-awesome, #user-name a:after {
  font-family: FontAwesome;
  font-size: 16px;
  margin-right: 4%;
}

/* line 13, ../sass/_mobile-menu.scss */
#user-name a:after {
  content: "\f107";
}

/* line 19, ../sass/_mobile-menu.scss */
#user-name {
  white-space: nowrap;
}

/**
 * @file
 * Print styling
 *
 * We provide some sane print styling for Drupal using Zen's layout method.
 */
/**
 * By importing this CSS file as media "all", we allow this print file to be
 * aggregated with other stylesheets, for improved front-end performance.
 */
@media print {
  /* Remove any background color */
  /* line 15, ../sass/_print.scss */
  body {
    background-color: transparent !important;
  }

  /* Don't underline all links. */
  /* line 21, ../sass/_print.scss */
  a:link,
  a:visited {
    text-decoration: none !important;
    /* Don't underline header. */
  }
  /* line 26, ../sass/_print.scss */
  a:link.header__site-link,
  a:visited.header__site-link {
    text-decoration: none !important;
  }

  /* line 31, ../sass/_print.scss */
  #content {
    /* Add visible URL after links. */
    /* a[href]:after {
       content: " (" attr(href) ")";
       font-weight: normal;
       font-size: $base-font-size;
     }*/
    /* Only display useful links. */
    /* Add visible title after abbreviations. */
  }
  /* line 40, ../sass/_print.scss */
  #content a[href^="javascript:"]:after,
  #content a[href^="#"]:after {
    content: "";
  }
  /* line 46, ../sass/_print.scss */
  #content abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* Un-float the content. */
  /* line 52, ../sass/_print.scss */
  #content {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Turn off any background colors or images. */
  /* body,
   #page,
   #main,
   #content {
     color: #000;
     background-color: transparent !important;
     background-image: none !important;
   }*/
  /* Hide sidebars and nav elements. */
  /* line 70, ../sass/_print.scss */
  #skip-link,
  #header,
  #topnav,
  #groupanizer-license-message,
  #toolbar,
  #navigation,
  .region-sidebar-first,
  .region-sidebar-second,
  #footer,
  .breadcrumb,
  .tabs,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .pager,
  .feed-icons {
    visibility: hidden;
    display: none;
  }

  /* line 91, ../sass/_print.scss */
  #gs-member-page-form .form-item,
  #gs-member-page-form .form-type-select,
  #gs-member-page-form fieldset.form-wrapper,
  #gs-member-page-form fieldset .collapsed,
  #gs-member-page-form #paging {
    display: none;
  }

  /* Printing Tables */
  /* line 100, ../sass/_print.scss */
  table {
    page-break-inside: auto;
  }

  /* line 101, ../sass/_print.scss */
  tr {
    page-break-inside: avoid;
    page-break-after: auto;
  }

  /* views - omit filters */
  /* line 104, ../sass/_print.scss */
  div.view-filters {
    display: none;
  }

  /* line 105, ../sass/_print.scss */
  html.js fieldset.collapsed {
    display: none;
  }

  /* vbo - omit controls */
  /* line 108, ../sass/_print.scss */
  div.vbo-views-form fieldset#edit-select {
    display: none;
  }

  /* line 109, ../sass/_print.scss */
  thead th.views-field-views-bulk-operations {
    display: none;
  }

  /* line 110, ../sass/_print.scss */
  tbody td.views-field-views-bulk-operations {
    display: none;
  }

  /* line 111, ../sass/_print.scss */
  .vbo-fieldset-select-all {
    display: none;
  }

  /* calendar */
  /* line 114, ../sass/_print.scss */
  ul.primary, ul.tabs {
    display: none;
  }

  /* line 115, ../sass/_print.scss */
  .item-list .pager {
    display: none;
  }

  /* line 116, ../sass/_print.scss */
  .feed-icon {
    display: none;
  }
}
/* SMACSS theme rules */
/* @import "theme-A"; */
/* @import "theme-B"; */
/*.clearfix { display:block; clear: both; }*/
/*TYPOGRAPHY*/
/* line 51, ../sass/styles.scss */
body {
  font-size: 14px;
  font-family: "Helvetica Neue", helvetica, "Segoe UI", segoe, "Ubuntu", "Droid Sans", "Arial", sans-serif;
  font-weight: 400;
  letter-spacing: .01em;
  color: #333;
  overflow: visible !important;
}

/* line 62, ../sass/styles.scss */
a, body a {
  color: #004982;
  text-decoration: none;
}

/* line 67, ../sass/styles.scss */
input {
  letter-spacing: .04em;
  font-weight: 400;
}

/* line 72, ../sass/styles.scss */
h1, h2, h3, h4 {
  font-family: "Helvetica Neue", helvetica, "Segoe UI", segoe, "Ubuntu", "Droid Sans", "Arial", sans-serif;
  font-weight: 400;
  color: #004982;
  margin: 0 0 .5em;
  padding: 0 0 5px;
}

/* line 82, ../sass/styles.scss */
h1 {
  font-size: 2.0em;
}

/* line 86, ../sass/styles.scss */
h3 {
  font-size: 1.5em;
  /*  border-bottom: 1px solid #ddd;
  text-transform: uppercase; */
}

/* line 92, ../sass/styles.scss */
.theme-default h3 {
  font-weight: 400;
}

/* line 96, ../sass/styles.scss */
ul {
  margin: 0;
}

/* line 100, ../sass/styles.scss */
.block-title {
  font-family: "Helvetica Neue", helvetica, "Segoe UI", segoe, "Ubuntu", "Droid Sans", "Arial", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  color: #fff;
  padding: 0.2em 0.5em;
  background-color: #004982;
  margin-bottom: 10px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-top-left: 2px;
  -moz-border-radius-top-right: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
@media only screen and (max-width: 550px) {
  /* line 100, ../sass/styles.scss */
  .block-title {
    font-size: 1.2em;
  }
}

/* PAGE ELEMENTS*/
/* line 118, ../sass/styles.scss */
#header {
  padding: 0px;
  height: 60px;
}

/* line 123, ../sass/styles.scss */
#comments {
  border-top: dotted #ddd 2px;
  padding-top: 12px;
}

/* line 129, ../sass/styles.scss */
body.mow {
  background-color: #eee !important;
  background-image: none !important;
  background: #eee !important;
}

/* line 135, ../sass/styles.scss */
#page {
  max-width: 100%;
}

/* line 139, ../sass/styles.scss */
#main {
  padding: 0;
}

/* line 143, ../sass/styles.scss */
.page__title {
  margin-top: .5em;
}
@media only screen and (max-width: 760px) {
  /* line 143, ../sass/styles.scss */
  .page__title {
    margin-top: .2em;
    font-size: 2.2em;
    margin-left: -15px;
  }
}
@media only screen and (max-width: 550px) {
  /* line 143, ../sass/styles.scss */
  .page__title {
    margin-top: .5em;
    margin-left: 0;
  }
}

/* line 161, ../sass/styles.scss */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  border: 1px dotted #c0c0c0;
  padding-bottom: -1px;
  margin: 1.5em 0;
}

/* line 171, ../sass/styles.scss */
#comments {
  clear: both;
}

/* DASHBOARD */
@media only screen and (max-width: 760px) {
  /* line 177, ../sass/styles.scss */
  #dashboard .action-links {
    display: none;
  }
}

/* line 183, ../sass/styles.scss */
#dashboard .block-content {
  padding: 0 15px 15px 15px;
}

/* line 187, ../sass/styles.scss */
#dashboard .dashboard-region .block {
  background-color: #fff;
  overflow: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

@media only screen and (max-width: 1200px) {
  /* line 194, ../sass/styles.scss */
  #dashboard div#dashboard_sidebar {
    width: 100%;
  }

  /* line 197, ../sass/styles.scss */
  #dashboard div#dashboard_main {
    width: 100%;
  }
}
/* line 202, ../sass/styles.scss */
#dashboard #disabled-blocks .region {
  background-color: #fff;
  border-radius: 2px;
  border: #c0c0c0 1px solid;
  padding: 10px;
}

/* line 209, ../sass/styles.scss */
#dashboard #disabled-blocks .block {
  background: #004982;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/* line 213, ../sass/styles.scss */
#dashboard #disabled-blocks .block, #dashboard .block-placeholder {
  padding: 0 10px;
}

/* line 217, ../sass/styles.scss */
#dashboard.customize-inactive #disabled-blocks .block:hover {
  background: #333;
}

/* line 221, ../sass/styles.scss */
#dashboard #disabled-blocks .block p {
  font-weight: 200;
  letter-spacing: .02em;
}

/* line 226, ../sass/styles.scss */
#dashboard h2.block__title.block-title {
  background: #004982;
}

/* line 230, ../sass/styles.scss */
#dashboard.customize-inactive .dashboard-region .ui-sortable .block:hover h2 {
  background: #333;
}

/* line 233, ../sass/styles.scss */
#dashboard #disabled-blocks .block-content {
  display: none;
}

/* Top bar */
/* line 238, ../sass/styles.scss */
.topbar {
  border-bottom: 1px solid #ddd;
  height: 57px;
  line-height: 52px;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 6px;
  background: #fff;
}
@media only screen and (max-width: 550px) {
  /* line 238, ../sass/styles.scss */
  .topbar {
    height: 5.5em;
  }
}

/* Site name */
/* line 252, ../sass/styles.scss */
.topbar #site-name {
  float: left;
  margin-left: 3em;
}

@media only screen and (max-width: 1200px) {
  /* line 258, ../sass/styles.scss */
  .topbar #site-name {
    display: none;
  }
}
/* USER AREA */
/* line 265, ../sass/styles.scss */
#user-area {
  width: auto;
  float: right;
}

/* USER AREA ITEMS */
/* search bar */
/* line 274, ../sass/styles.scss */
#search-form #edit-basic {
  float: right;
}
@media only screen and (max-width: 760px) {
  /* line 274, ../sass/styles.scss */
  #search-form #edit-basic {
    float: none;
    margin-right: -1em;
  }
}
@media only screen and (max-width: 550px) {
  /* line 274, ../sass/styles.scss */
  #search-form #edit-basic {
    float: none;
    margin-right: -1em;
    margin-top: -.5em;
  }
}
@media only screen and (max-width: 400px) {
  /* line 274, ../sass/styles.scss */
  #search-form #edit-basic {
    float: right;
    margin-right: -1em;
    margin-top: -.5em;
  }
}

@media only screen and (max-width: 760px) {
  /* line 292, ../sass/styles.scss */
  .search-form {
    float: right;
    clear: both;
    margin-top: -1em;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 550px) {
  /* line 292, ../sass/styles.scss */
  .search-form {
    position: relative;
    top: -1em;
  }
}
@media only screen and (max-width: 400px) {
  /* line 292, ../sass/styles.scss */
  .search-form {
    top: 0;
  }
}

/* Notification bell */
/* Notifications */
/* line 310, ../sass/styles.scss */
.notification-read {
  background-color: #D9D9D9;
}

/* line 314, ../sass/styles.scss */
#header-inside-right-notifications {
  float: right;
  margin-right: 20px;
}
@media only screen and (max-width: 550px) {
  /* line 314, ../sass/styles.scss */
  #header-inside-right-notifications {
    display: none;
  }
}

/* line 321, ../sass/styles.scss */
#notifications {
  margin-top: 10px;
  margin-left: 10px;
  float: right;
  font-size: .8em;
  margin-top: -3px;
}

/* old notifications bell */
/* line 331, ../sass/styles.scss */
#notifications .noti:before {
  content: "\f0f3";
  color: grey;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  font-size: 27px;
  display: block;
  position: relative;
  top: 5px;
}

/* line 345, ../sass/styles.scss */
#notifications .new-noti {
  position: relative;
  right: -12px;
  top: -27px;
  background-color: #7f6300;
  background-color: rgba(255, 99, 0, 0.8);
  line-height: 15px;
  width: 20px;
  height: 17px;
  border-radius: 1px;
  border: 1px solid #7f7f7f;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
  text-align: center;
}

/* line 362, ../sass/styles.scss */
#notifications .new-noti a {
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  z-index: 100;
  margin-left: -19px;
  display: block;
  padding: 0 0 20px 20px;
}

/* new advisor notifications bell */
/* line 374, ../sass/styles.scss */
#notifications .advisor-bell:before {
  content: "\f0f3";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  font-size: 27px;
  display: block;
  position: relative;
  top: 5px;
}

/* line 387, ../sass/styles.scss */
#notifications .advisor-new-notices {
  position: relative;
  right: -12px;
  top: -27px;
  background-color: #7f0000;
  background-color: rgba(255, 0, 0, 0.8);
  line-height: 15px;
  width: 20px;
  height: 17px;
  border-radius: 8px;
  border: 1px solid #7f7f7f;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
  text-align: center;
}

/* line 404, ../sass/styles.scss */
#notifications .advisor-new-notices a {
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  z-index: 100;
  margin-left: -19px;
  display: block;
  padding: 0 0 20px 20px;
}

/* USER */
/* line 417, ../sass/styles.scss */
#user-picture {
  float: right;
}
@media only screen and (max-width: 550px) {
  /* line 417, ../sass/styles.scss */
  #user-picture {
    display: block;
    position: relative;
    top: -3em;
    right: -1em;
    float: none;
  }
}
@media only screen and (max-width: 400px) {
  /* line 417, ../sass/styles.scss */
  #user-picture {
    display: none;
  }
}

/* line 430, ../sass/styles.scss */
#user-picture img {
  border-radius: 50px;
  border: 1px solid #ddd;
  width: 50px;
  margin: 0 10px;
}
@media only screen and (max-width: 550px) {
  /* line 430, ../sass/styles.scss */
  #user-picture img {
    margin: -5px 0 0 10px;
  }
}

/* line 438, ../sass/styles.scss */
.user-picture img {
  border-radius: 50px;
  border: 1px solid #ddd;
}

/* line 441, ../sass/styles.scss */
#user-name {
  float: right;
  font-size: .8em;
}
@media only screen and (max-width: 550px) {
  /* line 441, ../sass/styles.scss */
  #user-name {
    display: block;
    position: relative;
    top: 3.5em;
  }
}
@media only screen and (max-width: 400px) {
  /* line 441, ../sass/styles.scss */
  #user-name {
    top: -21px;
  }
}

/* TOPNAV */
/* line 455, ../sass/styles.scss */
#topnav {
  clear: both;
  /* background:#fff;
   padding:7px 0;*/
}

/* line 461, ../sass/styles.scss */
nav.breadcrumb, div.breadcrumb {
  float: left;
  width: 49%;
  font-size: .8em;
  display: block;
  position: relative;
  margin-left: 15px;
}
@media only screen and (max-width: 760px) {
  /* line 461, ../sass/styles.scss */
  nav.breadcrumb, div.breadcrumb {
    width: 98%;
    float: none;
    top: 0;
  }
}
@media only screen and (max-width: 550px) {
  /* line 461, ../sass/styles.scss */
  nav.breadcrumb, div.breadcrumb {
    float: left;
  }
}
@media only screen and (max-width: 400px) {
  /* line 461, ../sass/styles.scss */
  nav.breadcrumb, div.breadcrumb {
    float: left;
  }
}

/*.breadcrumb ol {
    padding:0 0 0 5px;
    margin: 20px 0 20px 0;
}*/
/* NAV WIDGETS */
/* line 487, ../sass/styles.scss */
nav.widgets {
  width: 49%;
  font-size: .8em;
  display: block;
  position: relative;
  float: right;
  clear: right;
  right: 40px;
}
@media only screen and (max-width: 760px) {
  /* line 487, ../sass/styles.scss */
  nav.widgets {
    width: 92%;
    border-top: 1px dotted #c0c0c0;
    border-bottom: 1px dotted #c0c0c0;
    padding-right: 30px;
    padding-right: 30px;
    margin-right: -26px;
  }
}
@media only screen and (max-width: 550px) {
  /* line 487, ../sass/styles.scss */
  nav.widgets {
    float: right;
    margin-right: -35px;
  }
}
@media only screen and (max-width: 400px) {
  /* line 487, ../sass/styles.scss */
  nav.widgets {
    margin-right: -44px;
  }
}

/* line 513, ../sass/styles.scss */
nav.widgets ul {
  float: right;
  overflow: hidden;
  padding-top: 0;
  -webkit-text-stroke: 0.2px;
  margin: 0;
}

/* line 520, ../sass/styles.scss */
nav.widgets li {
  float: left;
  padding: 0 7px;
  border-right: 1px solid #c0c0c0;
  list-style: none;
}

/* line 526, ../sass/styles.scss */
nav.widgets li.last {
  border-right: none;
  margin: 0;
}
@media only screen and (max-width: 760px) {
  /* line 526, ../sass/styles.scss */
  nav.widgets li.last {
    border-right: 1px solid #c0c0c0;
    margin: 0;
  }
}

/* Print Button */
/* line 539, ../sass/styles.scss */
#print-button:before {
  content: "\f02f";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit;
  font-size: 16px;
  margin-right: 4%;
}

/* line 543, ../sass/styles.scss */
div#print-button-container {
  display: block;
  float: right;
  position: relative;
  right: -10px;
}
@media only screen and (max-width: 400px) {
  /* line 543, ../sass/styles.scss */
  div#print-button-container {
    display: none;
  }
}

/* LOGIN PAGE */
/* line 562, ../sass/styles.scss */
body.not-front.not-logged-in {
  background-color: #ccc;
  display: table !important;
  margin: auto !important;
}

/* line 567, ../sass/styles.scss */
.not-front.not-logged-in #header {
  display: none;
}

/* line 571, ../sass/styles.scss */
.not-front.not-logged-in #topnav {
  display: none;
}

/* line 575, ../sass/styles.scss */
.not-front.not-logged-in span.site-name {
  display: block;
  text-align: center;
  clear: both;
  font-size: 1.2em;
  color: #004982;
}

/* line 583, ../sass/styles.scss */
.not-front.not-logged-in .logo img {
  max-width: 350px;
}

/* line 587, ../sass/styles.scss */
.not-front.not-logged-in input#edit-name, .not-front.not-logged-in input#edit-pass {
  width: 100%;
  max-width: 350px;
}

/* MESSAGES */
/* line 593, ../sass/styles.scss */
.messages, .messages--status, .messages--warning, .messages--error, .status,
.ok, .warning, .error {
  border-left-width: 0.35355em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0.70711em 0;
  padding-left: 2.91421em;
  border-style: solid;
  border-color: #dddddd;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  color: #333;
  background: #fff;
}

/* line 618, ../sass/styles.scss */
[dir="ltr"] input.error, [dir="ltr"] input.warning, [dir="ltr"] input.ok, [dir="ltr"] select.error, [dir="ltr"] select.warning, [dir="ltr"] select.ok {
  padding-left: ms(-1);
}

/* Messages with icons. */
/* line 623, ../sass/styles.scss */
.status:before,
.ok:before, .warning:before, .error:before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  float: left;
  margin-left: -2.20711em;
}

/* Specific styles for the status message. */
/* line 638, ../sass/styles.scss */
.status,
.ok {
  border-left-color: #82bb41;
}

/* line 643, ../sass/styles.scss */
.status:before,
.ok:before {
  background-image: url("../images/success.svg?1424358603");
}

/* Specific styles for the warning message. */
/* line 650, ../sass/styles.scss */
.warning {
  border-left-color: #f79521;
}

/* line 654, ../sass/styles.scss */
.warning:before {
  background-image: url("../images/warning.svg?1424358603");
}

/* Specific styles for the error message. */
/* line 660, ../sass/styles.scss */
.error {
  border-left-color: #cb2026;
}

/* line 664, ../sass/styles.scss */
.error:before {
  background-image: url("../images/error.svg?1424358603");
}

/* line 668, ../sass/styles.scss */
[dir="ltr"] input.error, [dir="ltr"] input.warning, [dir="ltr"] input.ok, [dir="ltr"] select.error, [dir="ltr"] select.warning, [dir="ltr"] select.ok {
  padding-left: 0.70711em;
}

/* Report message styles. */
/* line 674, ../sass/styles.scss */
tr.ok, tr.info, tr.warning, tr.error,
span.ok,
span.info,
span.warning,
span.error {
  padding: 0;
  background: none;
}
/* line 681, ../sass/styles.scss */
tr.ok:before, tr.info:before, tr.warning:before, tr.error:before,
span.ok:before,
span.info:before,
span.warning:before,
span.error:before {
  display: none;
}
/* line 686, ../sass/styles.scss */
tr.ok,
span.ok {
  color: #82bb41;
}
/* line 690, ../sass/styles.scss */
tr.warning,
span.warning {
  color: #f79521;
}
/* line 694, ../sass/styles.scss */
tr.error,
span.error {
  color: #cb2026;
}

/* Lists */
/* line 700, ../sass/styles.scss */
.form-checkboxes .form-item, .form-radios .form-item {
  margin-left: 25px;
}

/* BUTTONS*/
/* line 707, ../sass/styles.scss */
.buy, button, html input[type="button"], input[type="reset"], input[type="submit"], #dashboard .canvas-content a.button, a.button {
  padding: .5em 1.5em;
  background-color: #004982;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  border: none;
  /*margin-top:10px;*/
}

/* line 717, ../sass/styles.scss */
a.button {
  -webkit-appearance: none;
}

/* Icons */
/* Add links? */
/* line 741, ../sass/styles.scss */
#topnav li.add a::before {
  content: "\f067";
  font-family: FontAwesome;
  margin-right: 0.25em;
}

/* Maillist */
/* line 748, ../sass/styles.scss */
a.g-maillist-post:before {
  content: "\f067";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit;
  font-size: 16px;
  margin-right: 4%;
}

/* line 753, ../sass/styles.scss */
a.g-maillist-edit:before {
  content: "\f040";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit;
  font-size: 16px;
  margin-right: 4%;
}

/* line 758, ../sass/styles.scss */
a.g-maillist-export:before {
  content: "\f019";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit;
  font-size: 16px;
  margin-right: 4%;
}

/* WEEKLY UPDATER */
/* line 768, ../sass/styles.scss */
.page-g-comm-weeklyupdate div#dashboard_main {
  width: 100% !important;
}

/* line 772, ../sass/styles.scss */
.page-g-comm-weeklyupdate div#dashboard_sidebar {
  width: 100% !important;
}

/* line 776, ../sass/styles.scss */
.page-g-comm-weeklyupdate div.dashboard-region {
  float: none;
}

/* Polls */
/* line 782, ../sass/styles.scss */
.poll .vote-form .choices {
  margin-bottom: 10px;
}

/* line 90, ../sass/_mixins.scss */
.node-type-poll.mow #content, .node-type-webform.mow #content {
  padding: 21px 52px;
  margin-top: 20px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (max-width: 550px) {
  /* line 90, ../sass/_mixins.scss */
  .node-type-poll.mow #content, .node-type-webform.mow #content {
    padding: 5px 20px;
  }
}
/* line 99, ../sass/_mixins.scss */
.node-type-poll.mow #main, .node-type-webform.mow #main {
  width: 80%;
  max-width: 909px;
  min-width: 290px;
  margin: 0 auto;
}
@media screen and (max-width: 550px) {
  /* line 785, ../sass/styles.scss */
  .node-type-poll.mow, .node-type-webform.mow {
    width: 100%;
  }
}

/** Other Crap - Stacey go ahead and move if you want **/
/* line 792, ../sass/styles.scss */
.cp-color-picker {
  z-index: 2;
}

/* line 796, ../sass/styles.scss */
.cke_editable {
  font-size: 1em;
}

/* Misc */
/* line 801, ../sass/styles.scss */
#views-form-music-page #edit-tokens {
  display: none;
}

/* CKEditor - remove format switcher */
/* line 806, ../sass/styles.scss */
#edit-body-html-format {
  display: none;
}

/* grey out readonly text boxes */
/* line 811, ../sass/styles.scss */
input[type="text"]:read-only {
  background-color: #eee;
}

/* line 814, ../sass/styles.scss */
input[type="text"]:-moz-read-only {
  background-color: #eee;
}
