a.button,
button,
input[type=button],
input[type=submit] {
  font-family: inherit;
  font-size: inherit;
  display: inline-block;
  vertical-align: middle;
  padding: 8px 12px;
  line-height: 20px;
  text-align: center;
  min-width: 72px;
  position: relative;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
}

a.button.noMinWidth,
button.noMinWidth,
input[type=button].noMinWidth,
input[type=submit].noMinWidth {
  min-width: 0;
}

input[type=button],
input[type=submit] {
  color: #fff;
  border: 1px solid #ea5d5a;
  background: #ea5d5a;
}

input[type=button].secondary,
input[type=submit].secondary {
  background: transparent;
  color: #ea5d5a;
  border: 1px solid #ea5d5a;
}

a.button:after,
button:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: padding-top 0.3s, opacity 0.3s;
  -moz-transition: padding-top 0.3s, opacity 0.3s;
  -ms-transition: padding-top 0.3s, opacity 0.3s;
  -o-transition: padding-top 0.3s, opacity 0.3s;
  transition: padding-top 0.3s, opacity 0.3s;
  width: 150%;
  padding-top: 0;
  top: 50%;
  left: 50%;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

a.button:hover:after,
button:hover:after {
  padding-top: 85%;
  opacity: 1;
}

a.button:active:after,
button:active:after {
  height: 400%;
  opacity: 1;
}

a.button,
button {
  color: #fff;
  border: 1px solid #ea5d5a;
  background: #ea5d5a;
}

a.button:hover, a.button:active,
button:hover,
button:active {
  color: #ea5d5a;
}

a.button:after,
button:after {
  background: #fff;
}

a.button.secondary,
button.secondary {
  background: transparent;
  border: 1px solid #ea5d5a;
  color: #ea5d5a;
}

a.button.secondary:hover, a.button.secondary:active,
button.secondary:hover,
button.secondary:active {
  color: #fff;
  background: #fff;
}

a.button.secondary:after,
button.secondary:after {
  background: #ea5d5a;
}

input[type=button][disabled], input[type=button].disabled,
input[type=submit][disabled],
input[type=submit].disabled,
a.button[disabled],
a.button.disabled,
button[disabled],
button.disabled {
  border: 1px solid #878b8e;
  background-color: #878b8e;
  color: #b8bcbf;
  cursor: default;
}

input[type=button][disabled]:after, input[type=button].disabled:after,
input[type=submit][disabled]:after,
input[type=submit].disabled:after,
a.button[disabled]:after,
a.button.disabled:after,
button[disabled]:after,
button.disabled:after {
  content: none;
}

.leafworm input[type=text],
.leafworm input[type=number],
.leafworm input[type=email],
.leafworm input[type=tel],
.leafworm input[type=date],
.leafworm input[type=time],
.leafworm textarea,
.leafworm select {
  width: 100%;
  display: block;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -khtml-box-shadow: none;
  box-shadow: none;
}

.leafworm input[type=text].input-validation-error,
.leafworm input[type=number].input-validation-error,
.leafworm input[type=email].input-validation-error,
.leafworm input[type=tel].input-validation-error,
.leafworm input[type=date].input-validation-error,
.leafworm input[type=time].input-validation-error,
.leafworm textarea.input-validation-error,
.leafworm select.input-validation-error {
  border: 1px solid #bd1622;
  background: #fcf3f4;
}

.leafworm input[type=text],
.leafworm input[type=email],
.leafworm input[type=tel],
.leafworm input[type=date],
.leafworm input[type=time],
.leafworm select {
  height: 38px;
}

.leafworm select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url("/contacts/Features/Sunlight/Images/arrow-select.svg") no-repeat 99% 50%;
}

.leafworm select::-ms-expand {
  display: none;
}

.leafworm select.input-validation-error {
  background: #fcf3f4 url("/contacts/Features/Sunlight/Images/arrow-select.svg") no-repeat 99% 50%;
}

.leafworm .checkboxListContainer .checkboxContainer {
  margin-bottom: 10px;
}

.leafworm .checkboxListContainer .checkboxContainer:last-child {
  margin-bottom: 0px;
}

.leafworm .checkboxContainer input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.leafworm .checkboxContainer label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  font-size: 21px;
  margin-right: 10px;
  background-color: #fff;
  border: #aeaeae 1px solid;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: inset 0 0 2px rgba(40, 41, 42, 0.5);
  -webkit-box-shadow: inset 0 0 2px rgba(40, 41, 42, 0.5);
  -o-box-shadow: inset 0 0 2px rgba(40, 41, 42, 0.5);
  -ms-box-shadow: inset 0 0 2px rgba(40, 41, 42, 0.5);
  -khtml-box-shadow: inset 0 0 2px rgba(40, 41, 42, 0.5);
  box-shadow: inset 0 0 2px rgba(40, 41, 42, 0.5);
  color: #f3f3f3;
  text-align: center;
  line-height: 1;
  cursor: pointer;
}

.leafworm .checkboxContainer input[type=checkbox]:checked ~ label:before {
  content: "\e90d";
  display: inline-block;
  vertical-align: middle;
  font-family: 'sunlighticon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #B1D984;
}

.leafworm .checkboxContainer input[type=checkbox]:focus ~ label:before,
.leafworm .checkboxContainer input[type=checkbox]:active ~ label:before {
  border: #6a6a6a 1px solid;
}

.leafworm .radioContainer input[type=radio] {
  visibility: hidden;
  position: absolute;
}

.leafworm .radioContainer label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  width: 25px;
  height: 25px;
  font-size: 25px;
  margin-right: 10px;
  background-color: #aaa;
  -moz-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
  -o-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
  -ms-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
  -khtml-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
  box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  color: #f3f3f3;
  text-align: center;
  line-height: 47%;
  font-size: 26px;
}

.leafworm .radioContainer input[type=radio]:checked ~ label:before {
  content: "\2022";
}

.leafworm .field-validation-error {
  display: block;
  font-size: 12px;
  margin-top: 3px;
  color: #bd1622;
}

.leafworm .field-validation-error:before {
  content: "\e957";
  display: inline-block;
  vertical-align: middle;
  font-family: 'sunlighticon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 3px;
  margin-top: -2px;
}

.leafworm .field-validation-error.field-validation-valid {
  display: none;
}

.leafworm .leafwormSectionLabel {
  font-weight: bold;
  margin-bottom: 5px;
}

.leafworm .leafwormRow {
  margin-bottom: 10px;
}

.leafworm .leafwormRow:after {
  content: "";
  display: table;
  clear: both;
}

.leafworm .leafwormRow .leafwormHalfColumn {
  width: 50%;
  float: left;
  padding-left: 3px;
  padding-right: 0;
}

.leafworm .leafwormRow .leafwormHalfColumn:first-child {
  padding-left: 0;
  padding-right: 3px;
}

.leafworm .buttonContainerFullWidth button {
  display: block;
  width: 100%;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.alpinistListing {
  padding-bottom: 200px;
}

.alpinistListing .foliate {
  width: 100%;
}

.alpinistListing .foliate > .foliateValue {
  display: inline-block;
  vertical-align: top;
}

.alpinistListing .foliate > .foliateValue.alignToButtons {
  padding-top: 4px;
}

.alpinistListing .foliate.hasTwoButtons > .foliateValue {
  padding-right: 74px;
}

.alpinistListing .foliate.hasThreeButtons > .foliateValue {
  padding-right: 111px;
}

.alpinistListing .foliate.fullWidth > .foliateValue {
  width: 100%;
}

.alpinistListing .foliate > .foliateButtons {
  display: inline-block;
  vertical-align: top;
}

.alpinistListing .foliate > .foliateButtons button {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  -khtml-border-radius: 100%;
  border-radius: 100%;
  min-width: 0;
  width: 32px;
  height: 32px;
  padding: 5px;
  display: inline-block;
  margin-left: 4px;
}

.alpinistListing .foliate > .foliateButtons button:before {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.alpinistListing .foliate > .foliateButtons button.editValue:before {
  content: "\e935";
  display: inline-block;
  vertical-align: middle;
  font-family: 'sunlighticon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: baseline;
}

.alpinistListing .foliate > .foliateButtons button.removeValue:before {
  content: "\e944";
  display: inline-block;
  vertical-align: middle;
  font-family: 'sunlighticon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: baseline;
}

.alpinistListing .foliate > .foliateButtons button.acceptChanges:before {
  content: "\e90d";
  display: inline-block;
  vertical-align: middle;
  font-family: 'sunlighticon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: baseline;
}

.alpinistListing .foliate > .foliateButtons button.rejectChanges:before {
  content: "\e91c";
  display: inline-block;
  vertical-align: middle;
  font-family: 'sunlighticon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: baseline;
}

.alpinistListing .foliate > .foliateButtons button.fizzFormDragHandle:before {
  content: "\e932";
  display: inline-block;
  vertical-align: middle;
  font-family: 'sunlighticon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: baseline;
}

.alpinistListing .foliate > .foliateButtons button.swapValue:before {
  content: "\ea2d";
  display: inline-block;
  vertical-align: middle;
  font-family: 'sunlighticon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: baseline;
}

.alpinistListing .foliate.hasTwoButtons > .foliateButtons {
  margin-left: -74px;
}

.alpinistListing .foliate.hasThreeButtons > .foliateButtons {
  margin-left: -111px;
}

.alpinistListing .foliate .foliateValueInner {
  display: table;
}

.alpinistListing .foliate .foliateValueInner2 {
  display: table-cell;
  width: 100%;
}

.alpinistListing .foliate .foliateValueSuffix {
  display: table-cell;
  width: 0;
  padding-left: 3px;
  vertical-align: middle;
}

.alpinistListing .labelledFoliate label {
  display: block;
  font-weight: bold;
}

.alpinistListing .foliateTightContainer {
  display: table;
  white-space: nowrap;
}

.alpinistListing .foliateTightContainer input[type=number],
.alpinistListing .foliateTightContainer * {
  display: table-cell;
  vertical-align: middle;
}

.alpinistListing .foliateTightContainer .tightContainerSmall {
  padding-left: 3px;
  padding-right: 5px;
  width: 0;
}

.alpinistListing h2 {
  font-size: 120%;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .alpinistListing .sundanceListingHeroArea .backLink {
    left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .alpinistListing .sunlightHeroContainer .sunlightHeroBackground img {
    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  .alpinistListing .sunlightHeroContainer .sunlightHeroBackground img {
    height: auto;
  }
}

.alpinistListing .imageAndDetailsContainer {
  margin-top: 40px;
  padding-right: 360px;
}

@media only screen and (max-width: 767px) {
  .alpinistListing .imageAndDetailsContainer {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .alpinistListing .imageAndDetailsContainer {
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .alpinistListing .imageAndDetailsContainer {
    padding-right: 330px;
  }
}

.alpinistListing .imageAndDetailsContainer.hasImage {
  margin-top: 40px;
  padding-left: 220px;
}

@media only screen and (max-width: 767px) {
  .alpinistListing .imageAndDetailsContainer.hasImage {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .alpinistListing .imageAndDetailsContainer.hasImage {
    padding-left: 0;
  }
}

.alpinistListing .imageAndDetailsContainer.hasImage .primaryListingImage {
  width: 202px;
  margin-left: -222px;
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .alpinistListing .imageAndDetailsContainer.hasImage .primaryListingImage {
    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  .alpinistListing .imageAndDetailsContainer.hasImage .primaryListingImage {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .alpinistListing .imageAndDetailsContainer.hasImage .primaryListingImage {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .alpinistListing .imageAndDetailsContainer.hasImage .primaryListingImage {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .alpinistListing .imageAndDetailsContainer.hasImage .primaryListingImage {
    margin-bottom: 20px;
  }
}

.alpinistListing .imageAndDetailsContainer.hasImage .details {
  width: 100%;
  vertical-align: middle;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .alpinistListing .imageAndDetailsContainer.hasImage .details {
    display: block;
  }
}

.alpinistListing .sundanceListingHeroArea {
  padding-top: 100px;
}

.alpinistListing .viewPublic {
  margin-bottom: 10px;
}

.alpinistListing .quickDetails {
  margin-top: 10x;
  padding-right: 360px;
}

@media only screen and (max-width: 767px) {
  .alpinistListing .quickDetails {
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .alpinistListing .quickDetails {
    padding-right: 330px;
  }
}

.alpinistListing .imageAndDetailsContainer.noImage .quickDetail {
  width: 250px;
}

@media only screen and (max-width: 767px) {
  .alpinistListing .imageAndDetailsContainer.noImage .quickDetail {
    width: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .alpinistListing .imageAndDetailsContainer.noImage .quickDetail {
    width: 210px;
  }
}

.alpinistListing .imageAndDetailsContainer.hasImage .quickDetail {
  width: auto;
}

@media only screen and (min-width: 768px) {
  .alpinistListing .imageAndDetailsContainer.hasImage .quickDetail {
    width: 150px;
  }
}

@media only screen and (min-width: 1024px) {
  .alpinistListing .imageAndDetailsContainer.hasImage .quickDetail {
    width: 200px;
  }
}

@media only screen and (min-width: 1280px) {
  .alpinistListing .imageAndDetailsContainer.hasImage .quickDetail {
    width: 250px;
  }
}

.alpinistListing .quickDetail {
  white-space: nowrap;
  display: inline-block;
  width: 250px;
  padding-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .alpinistListing .quickDetail {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .alpinistListing .quickDetail {
    width: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .alpinistListing .quickDetail {
    width: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .alpinistListing .quickDetail {
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .alpinistListing .quickDetail {
    margin-left: -10px;
  }
}

@media only screen and (max-width: 767px) {
  .alpinistListing .quickDetail {
    margin-right: -10px;
  }
}

.alpinistListing .quickDetail .obfuscated {
  display: none;
}

.alpinistListing .quickDetail a {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .alpinistListing .quickDetail a {
    text-align: left;
  }
}

.alpinistListing .quickDetail:nth-child(2n+1) {
  clear: left;
}

.alpinistListing .quickDetail [class^="sunlighticon"] {
  display: inline-block;
  vertical-align: middle;
  padding-right: 8px;
  margin-top: -3px;
}

.alpinistListing .tidbit {
  color: #888;
  margin-bottom: 10px;
}

.alpinistListing .tidbit a:hover {
  text-decoration: underline;
}

.alpinistListing .mainContent {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  margin-top: 25px;
}

.alpinistListing .mainContent .listingDetails {
  padding-left: 200px;
  padding-right: 360px;
}

@media only screen and (max-width: 767px) {
  .alpinistListing .mainContent .listingDetails {
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .alpinistListing .mainContent .listingDetails {
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .alpinistListing .mainContent .listingDetails {
    padding-right: 330px;
  }
}

.alpinistListing .mainContent label {
  display: inline-block;
  vertical-align: top;
  margin-left: -200px;
  width: 200px;
}

@media only screen and (max-width: 767px) {
  .alpinistListing .mainContent label {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .alpinistListing .mainContent label {
    width: 100%;
  }
}

.alpinistListing label {
  font-weight: bold;
  text-align: right;
  padding-right: 35px;
}

@media only screen and (max-width: 767px) {
  .alpinistListing label {
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  .alpinistListing label {
    padding-right: 0;
  }
}

.alpinistListing .formRow {
  margin-bottom: 10px;
}

.alpinistListing .formRow a {
  color: #ea5d5a;
  cursor: pointer;
}

.alpinistListing .formRow a:hover {
  text-decoration: underline;
}

.alpinistListing .fieldButtons {
  vertical-align: top;
  display: inline-block;
  text-align: left;
  margin-left: -64px;
  width: 64px;
  font-size: 16px;
  margin-top: -3px;
}

.alpinistListing .formEditorControls {
  display: inline-block;
  width: 100%;
}

.alpinistListing .formControls input[type=text],
.alpinistListing .formControls textarea {
  width: 100%;
  display: inline-block;
}

.alpinistListing .formControls .readonlyValue {
  max-width: 100%;
}

.alpinistListing .formControls .noValue {
  font-style: italic;
}

.alpinistListing .formControls .editorControl {
  width: 100%;
}

.alpinistListing .formControls .readonlyValue,
.alpinistListing .formControls .editorControl {
  display: inline-block;
  padding-right: 74px;
}

.alpinistListing.noEditMode .mainContent .fieldButtons {
  display: none;
}

.alpinistListing.noEditMode .mainContent .formControls .readonlyValue {
  padding-right: 0;
}

.alpinistListing .characterCounter {
  display: block;
  text-align: right;
  font-size: 80%;
  color: #888;
}

.alpinistListing .characterCounter.characterCounterOverBudget {
  color: #bd1622;
}

.alpinistListing .displayNameRow {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .alpinistListing .displayNameRow {
    text-align: left;
  }
}

.alpinistListing .displayNameRow label {
  display: none;
}

.alpinistListing .displayNameRow.isEditing {
  max-width: 600px;
  text-align: left;
}

.alpinistListing .displayNameRow .formControls {
  font-weight: bold;
  font-size: 150%;
}

.alpinistListing .displayNameRow .formControls .fieldButtons {
  width: 30px;
  margin-left: -30px;
}

.alpinistListing .displayNameRow .formControls .readonlyValue {
  padding-right: 40px;
}

.alpinistListing .displayNameRow.isEditing .formControls .fieldButtons {
  width: 64px;
  margin-left: -64px;
}

.alpinistListing .displayNameRow.isEditing .formControls .readonlyValue {
  padding-right: 74px;
}

.alpinistListing .displayNameRow .field-validation-error {
  background: #bd1622;
  color: #fff;
  padding: 3px;
  display: inline-block;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
}

.alpinistListing aside.sideBar {
  width: 340px;
  position: absolute;
  right: 10px;
  top: -120px;
  background: #fff;
  padding: 20px;
  border: 1px solid #DADBDF;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .alpinistListing aside.sideBar {
    width: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .alpinistListing aside.sideBar {
    width: 310px;
  }
}

@media only screen and (max-width: 767px) {
  .alpinistListing aside.sideBar {
    position: static;
  }
}

.alpinistListing aside.sideBar h2 {
  text-align: center;
}

.alpinistListing .changesBanner {
  background: black;
  padding: 20px;
  text-align: center;
  color: #fff;
  transition: opacity 1s, visibility 0s 1s;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.alpinistListing .changesBanner.hasChanges {
  opacity: 1;
  visibility: visible;
  transition: opacity 1s, visibility 1s;
  z-index: 3;
}

.alpinistListing .changesBanner strong {
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
}

.alpinistListing .changesBanner .changesAction {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  max-width: 200px;
}

.alpinistListing .changesBanner .changesAction span {
  margin-top: 10px;
  display: block;
  font-size: 80%;
}

.alpinistListing button.editValue,
.alpinistListing button.removeValue,
.alpinistListing button.acceptChanges,
.alpinistListing button.rejectChanges,
.alpinistListing button.fizzFormDragHandle {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  -khtml-border-radius: 100%;
  border-radius: 100%;
  min-width: 0;
  width: 32px;
  height: 32px;
  padding: 5px;
  display: inline-block;
  background: transparent;
  color: white;
  border: 0;
  min-width: 0;
  color: #ea5d5a;
  padding: 3px;
  width: 30px;
  height: 30px;
  min-width: 0;
}

.alpinistListing button.editValue:before,
.alpinistListing button.removeValue:before,
.alpinistListing button.acceptChanges:before,
.alpinistListing button.rejectChanges:before,
.alpinistListing button.fizzFormDragHandle:before {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.alpinistListing button.editValue.editValue:before,
.alpinistListing button.removeValue.editValue:before,
.alpinistListing button.acceptChanges.editValue:before,
.alpinistListing button.rejectChanges.editValue:before,
.alpinistListing button.fizzFormDragHandle.editValue:before {
  content: "\e935";
  display: inline-block;
  vertical-align: middle;
  font-family: 'sunlighticon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: baseline;
}

.alpinistListing button.editValue.removeValue:before,
.alpinistListing button.removeValue.removeValue:before,
.alpinistListing button.acceptChanges.removeValue:before,
.alpinistListing button.rejectChanges.removeValue:before,
.alpinistListing button.fizzFormDragHandle.removeValue:before {
  content: "\e944";
  display: inline-block;
  vertical-align: middle;
  font-family: 'sunlighticon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: baseline;
}

.alpinistListing button.editValue.acceptChanges:before,
.alpinistListing button.removeValue.acceptChanges:before,
.alpinistListing button.acceptChanges.acceptChanges:before,
.alpinistListing button.rejectChanges.acceptChanges:before,
.alpinistListing button.fizzFormDragHandle.acceptChanges:before {
  content: "\e90d";
  display: inline-block;
  vertical-align: middle;
  font-family: 'sunlighticon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: baseline;
}

.alpinistListing button.editValue.rejectChanges:before,
.alpinistListing button.removeValue.rejectChanges:before,
.alpinistListing button.acceptChanges.rejectChanges:before,
.alpinistListing button.rejectChanges.rejectChanges:before,
.alpinistListing button.fizzFormDragHandle.rejectChanges:before {
  content: "\e91c";
  display: inline-block;
  vertical-align: middle;
  font-family: 'sunlighticon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: baseline;
}

.alpinistListing button.editValue.fizzFormDragHandle:before,
.alpinistListing button.removeValue.fizzFormDragHandle:before,
.alpinistListing button.acceptChanges.fizzFormDragHandle:before,
.alpinistListing button.rejectChanges.fizzFormDragHandle:before,
.alpinistListing button.fizzFormDragHandle.fizzFormDragHandle:before {
  content: "\e932";
  display: inline-block;
  vertical-align: middle;
  font-family: 'sunlighticon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: baseline;
}

.alpinistListing button.editValue.swapValue:before,
.alpinistListing button.removeValue.swapValue:before,
.alpinistListing button.acceptChanges.swapValue:before,
.alpinistListing button.rejectChanges.swapValue:before,
.alpinistListing button.fizzFormDragHandle.swapValue:before {
  content: "\ea2d";
  display: inline-block;
  vertical-align: middle;
  font-family: 'sunlighticon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: baseline;
}

.alpinistListing button.editValue:after,
.alpinistListing button.removeValue:after,
.alpinistListing button.acceptChanges:after,
.alpinistListing button.rejectChanges:after,
.alpinistListing button.fizzFormDragHandle:after {
  content: none;
}

.alpinistListing button.editValue.alwaysHover, .alpinistListing button.editValue:hover,
.alpinistListing button.removeValue.alwaysHover,
.alpinistListing button.removeValue:hover,
.alpinistListing button.acceptChanges.alwaysHover,
.alpinistListing button.acceptChanges:hover,
.alpinistListing button.rejectChanges.alwaysHover,
.alpinistListing button.rejectChanges:hover,
.alpinistListing button.fizzFormDragHandle.alwaysHover,
.alpinistListing button.fizzFormDragHandle:hover {
  color: #fff;
  background: #ea5d5a;
  border-radius: 100%;
}

.alpinistListing button.editValue:focus,
.alpinistListing button.removeValue:focus,
.alpinistListing button.acceptChanges:focus,
.alpinistListing button.rejectChanges:focus,
.alpinistListing button.fizzFormDragHandle:focus {
  outline: 0;
}

.alpinistListing .progressBar span {
  color: red;
  font-size: 30px;
}

.alpinistListing input[type=number] {
  -moz-appearance: textfield;
}

.alpinistListing input[type=number]::-webkit-inner-spin-button, .alpinistListing input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.alpinistListing select {
  background: #fff no-repeat 99% 50% url(/contacts/Features/Sunlight/Images/arrow-select.svg);
}

.alpinistListing .socialHolder {
  padding-top: 20px;
  padding-bottom: 20px;
}

.alpinistListing .socialHolder h2 {
  margin-bottom: 10px;
  position: relative;
}

.alpinistListing .socialHolder .socialPanel .addNetworksMessage {
  width: 100%;
  display: inline-block;
  padding-right: 74px;
  font-style: italic;
}

.alpinistListing .socialHolder .socialPanel .fieldButtons {
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
}

.alpinistListing .socialHolder .socialPanel .socialNetworks [class^="sunlighticon-"] {
  display: inline-block;
  font-size: 19px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  color: white;
  background: #ea5d5a;
  border-radius: 100%;
  vertical-align: middle;
  text-align: center;
}

.alpinistListing .socialHolder .socialPanel .socialNetworksReadOnly {
  text-align: center;
}

.alpinistListing .socialHolder .socialPanel .socialNetworksReadOnly a {
  margin-left: 5px;
  margin-right: 5px;
}

.alpinistListing .socialHolder .socialPanel .socialNetworksEditable {
  background: white;
  padding: 10px;
}

.alpinistListing .socialHolder .socialPanel .socialNetworksEditable input {
  display: inline-block;
}

.alpinistListing .socialHolder .socialPanel .socialNetworksEditable .socialRow {
  padding-left: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.alpinistListing .socialHolder .socialPanel .socialNetworksEditable .socialRow [class^="sunlighticon-"] {
  margin-left: -40px;
  margin-right: 10px;
}

.alpinistListing .addressContainer {
  display: inline-block;
  width: 100%;
}

.alpinistListing .addressPanel {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

.alpinistListing .addressPanel .addressDetailsEditable,
.alpinistListing .addressPanel .addressDetailsReadOnly {
  display: inline-block;
  width: auto;
  padding-right: 74px;
}

.alpinistListing .addressPanel .addressDetailsEditable {
  width: 100%;
}

.alpinistListing .addressPanel .addressDetailsReadOnly {
  max-width: 100%;
}

.alpinistListing .addressPanel input {
  margin-bottom: 5px;
}

.alpinistListing .addressPanel .addressDetailsReadOnly [class^="sunlighticon-"] {
  margin-right: 8px;
}

.alpinistListing .contactInfoPanel {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  word-wrap: break-word;
  word-break: break-word;
}

.alpinistListing .contactInfoPanel .contactInfoEditable,
.alpinistListing .contactInfoPanel .contactInfoReadOnly {
  display: inline-block;
  width: auto;
  padding-right: 74px;
}

.alpinistListing .contactInfoPanel .contactInfoEditable {
  width: 100%;
}

.alpinistListing .contactInfoPanel .contactInfoReadOnly {
  max-width: 100%;
}

.alpinistListing .contactInfoPanel .contactInfoLabel {
  margin-right: 10px;
}

.alpinistListing .contactInfoPanel .contactInfo [class^="sunlighticon-"] {
  margin-right: 10px;
}

.alpinistListing .facetRow li {
  width: 50%;
  padding-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: top;
}

.alpinistListing .listed-dropdown-box,
.alpinistListing .facetValueTextBoxContainer {
  margin: 5px 0;
}

.alpinistListing .listed-dropdown-box {
  padding-right: 64px;
  white-space: nowrap;
}

.alpinistListing .listed-dropdown-box select {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.alpinistListing .listed-dropdown-box .fieldButtons {
  vertical-align: middle;
  margin-left: 0;
}

.alpinistListing .textboxFacetValueEditor {
  margin-bottom: 5px;
}

.alpinistListing .textboxFacetValueEditor .textboxFacetValueEditorInner {
  display: inline-block;
  padding-right: 64px;
  white-space: nowrap;
}

.alpinistListing .textboxFacetValueEditor .formRow {
  display: inline-block;
  margin-bottom: 0;
}

.alpinistListing .textboxFacetValueEditor .fieldButtons {
  margin-left: 0;
  margin-top: 3px;
}

.alpinistListing .categoryEditing {
  margin-bottom: 10px;
}

.alpinistListing .categoryEditing a {
  color: #ea5d5a;
  cursor: pointer;
}

.alpinistListing .categoryEditing a:hover {
  text-decoration: underline;
}

.alpinistListing .facetValueContainer {
  display: inline-block;
  width: 100%;
  position: relative;
}

.alpinistListing .facetValueContainer .fizzListItem,
.alpinistListing .facetValueContainer .facetValue {
  display: inline;
}

.alpinistListing .facetValueContainer.facetValueContainerEditing .fizzListItem {
  display: block;
}

.alpinistListing .facetValueContainer.categoryValueContainer {
  margin-bottom: 10px;
}

.alpinistListing .groupingItems > .fizzListItem {
  display: inline;
}

.alpinistListing .groupedContact {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.alpinistListing .groupedContact .groupedContactInformation .groupedContactInformationValidationMessage {
  margin-bottom: 10px;
}

.alpinistListing .groupedContact .groupedContactInformation .contactGroupingLabelRow label {
  display: none;
}

.alpinistListing .groupedContact .groupedContactInformation .addNewContactType {
  margin-left: 8em;
}

.alpinistListing .groupedContact .groupedContactInformation .addNewContactType a span {
  text-decoration: none;
  display: inline-block;
}

.alpinistListing .groupedContact .groupedContactInformation .addNewContactType ul {
  background: #fff;
  border: 1px solid #ddd;
  display: inline-block;
  padding: 10px;
  position: absolute;
  z-index: 4;
}

.alpinistListing .groupedContact .groupedContactInformation .addNewContactType ul li {
  padding-bottom: 10px;
}

.alpinistListing .groupedContact .groupedContactInformation .addNewContactType ul li [class^="sunlighticon-"] {
  margin-right: 8px;
}

.alpinistListing .groupedContact .groupedContactInformation .addNewContactType ul li:last-child {
  padding-bottom: 0;
}

.alpinistListing .teamMembers .prettyGroupingContainer .groupedContact {
  margin-left: 10px;
  padding: 10px;
  background: #fff;
  border: 0;
}

.alpinistListing .teamMembers .prettyGroupingContainer {
  margin-left: -10px;
}

.alpinistListing .teamMemberCard {
  width: 50%;
  padding-left: 10px;
  padding-bottom: 10px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  word-break: break-word;
}

@media only screen and (max-width: 767px) {
  .alpinistListing .teamMemberCard {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .alpinistListing .teamMemberCard {
    width: 100%;
  }
}

.alpinistListing .teamMemberCard .editValue {
  position: absolute;
  top: 10px;
  right: 10px;
}

.alpinistListing .teamMemberCard .addressDetailsReadOnly,
.alpinistListing .teamMemberCard .contactInfoReadOnly {
  padding-right: 0;
}

.alpinistListing .teamMemberCard .teamMemberCardInner {
  background: #fff;
  padding: 10px;
  position: relative;
}

.alpinistListing .teamMemberCard .teamMemberLabel {
  font-weight: bold;
}

.alpinistListing .teamMemberCard .teamMemberDetails {
  margin-bottom: 10px;
}

.alpinistListing .teamMemberCard .teamMemberFace {
  border-radius: 100%;
  background: #f5f5f5;
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.alpinistListing .teamMemberCard .teamMemberFace img {
  width: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.alpinistListing .mapMessage {
  background: #999;
  color: #fff;
  padding: 20px;
}

.alpinistListing .mapMessage:after {
  content: "";
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}

.alpinistListing .mapMessage p {
  vertical-align: middle;
  display: inline-block;
}

.alpinistListing .mapOuter {
  text-align: center;
}

.alpinistListing .mapOuter button {
  margin-top: 20px;
}

.alpinistListing .mapHolder {
  height: 130px;
  display: block;
  background: #999;
}

.alpinistListing .mapHolder.noMap > .map {
  display: none;
}

.alpinistListing .mapHolder .map {
  height: 130px;
}

.alpinistListing .primaryListingImage {
  position: relative;
  z-index: 2;
}

.alpinistListing .noImage .cropit-preview-image-container {
  visibility: hidden;
}

.alpinistListing .hasImage.notEditing .cropit-mouse-blocker {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.alpinistListing .notEditing .cropit-tools {
  visibility: hidden;
}

.alpinistListing #cropit_image_cropper {
  display: block;
  position: relative;
}

.alpinistListing .cloudinaryForm input[type=file] {
  position: absolute;
  width: 0px;
  height: 0px;
  overflow: hidden;
}

.alpinistListing .primaryListingImage.readOnly .imageContainer {
  text-align: center;
}

.alpinistListing .primaryListingImage.readOnly .imageContainer:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.alpinistListing .primaryListingImage.readOnly .imageContainer img {
  vertical-align: middle;
  display: inline-block;
}

.alpinistListing .imageContainer {
  border: 1px solid #DADBDF;
  height: 202px;
  width: 202px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background: #fff;
}

.alpinistListing .imageContainer.aspectRatio_portrait {
  height: 202px;
}

.alpinistListing .imageContainer.aspectRatio_portrait img {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-height: 100%;
}

.alpinistListing .noImage .cropit-preview {
  color: #fff;
  background: #999;
  text-align: center;
}

.alpinistListing .noImage .cropit-preview:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.alpinistListing .noImage .cropit-preview .noImageInner {
  display: inline-block;
  vertical-align: middle;
}

.alpinistListing .noImage .cropit-preview .noImageInner button {
  margin-top: 20px;
}

.alpinistListing .cropitItLoading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  background: #999;
  text-align: center;
}

.alpinistListing .cropitItLoading:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.alpinistListing .cropitItLoading p {
  vertical-align: middle;
  display: inline-block;
}

.alpinistListing .cropit-preview-image-container {
  cursor: move;
}

.alpinistListing .cropit-preview img {
  width: auto;
  height: auto;
  display: inline;
}

.alpinistListing .small-image {
  content: "\e900";
}

.alpinistListing .preEditButtons {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.alpinistListing .cropit-tools {
  position: absolute;
  top: 100%;
  margin-top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin-bottom: 5px;
  background: rgba(0, 0, 0, 0.85);
  padding: 5px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}

@media only screen and (max-width: 767px) {
  .alpinistListing .cropit-tools {
    padding: 20px 5px;
  }
}

.alpinistListing .cropit-tools .zoomTools {
  color: #fff;
  padding-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .alpinistListing .cropit-tools .zoomTools {
    padding-bottom: 20px;
  }
}

.alpinistListing .cropit-tools .zoomTools span {
  vertical-align: middle;
}

.alpinistListing .cropit-tools .leftControls {
  float: left;
}

.alpinistListing .cropit-tools .rightControls {
  float: right;
}

.alpinistListing .cropit-tools button {
  background: transparent;
  color: white;
  border: 0;
  min-width: 0;
  color: #ea5d5a;
  padding: 3px;
  width: 30px;
  height: 30px;
  min-width: 0;
}

.alpinistListing .cropit-tools button:after {
  content: none;
}

.alpinistListing .cropit-tools button:hover {
  color: #fff;
  background: #ea5d5a;
  border-radius: 100%;
}

.alpinistListing .cropit-tools button:focus {
  outline: 0;
}

.alpinistListing .cropit-tools .cropit-tools-inner {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  .alpinistListing .cropit-tools .cropit-tools-inner {
    width: 202px;
  }
}

.alpinistListing .cropit-tools input[type=range] {
  width: 130px;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.alpinistListing .cropit-tools input[type=range] {
  -webkit-appearance: none;
}

.alpinistListing .cropit-tools input[type=range]:focus {
  outline: none;
}

.alpinistListing .cropit-tools input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6.7px;
  cursor: pointer;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #cccccc;
  border-radius: 0px;
  border: 0px solid #cccccc;
}

.alpinistListing .cropit-tools input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #c3c3c3;
  height: 15px;
  width: 15px;
  border-radius: 7.5px;
  background: #ea5d5a;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -4.15px;
}

.alpinistListing .cropit-tools input[type=range]:focus::-webkit-slider-runnable-track {
  background: #d9d9d9;
}

.alpinistListing .cropit-tools input[type=range]::-moz-range-track {
  width: 100%;
  height: 6.7px;
  cursor: pointer;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #cccccc;
  border-radius: 0px;
  border: 0px solid #cccccc;
}

.alpinistListing .cropit-tools input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #c3c3c3;
  height: 15px;
  width: 15px;
  border-radius: 7.5px;
  background: #ea5d5a;
  cursor: pointer;
}

.alpinistListing .cropit-tools input[type=range]::-ms-track {
  width: 100%;
  height: 6.7px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

.alpinistListing .cropit-tools input[type=range]::-ms-fill-lower {
  background: #bfbfbf;
  border: 0px solid #cccccc;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}

.alpinistListing .cropit-tools input[type=range]::-ms-fill-upper {
  background: #cccccc;
  border: 0px solid #cccccc;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}

.alpinistListing .cropit-tools input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #c3c3c3;
  height: 15px;
  width: 15px;
  border-radius: 7.5px;
  background: #ea5d5a;
  cursor: pointer;
  height: 6.7px;
}

.alpinistListing .cropit-tools input[type=range]:focus::-ms-fill-lower {
  background: #cccccc;
}

.alpinistListing .cropit-tools input[type=range]:focus::-ms-fill-upper {
  background: #d9d9d9;
}

.alpinistListing .cropitBackgroundBlocker {
  position: absolute;
  top: -500px;
  background: rgba(255, 0, 0, 0.5);
  /* width: 100%; */
  height: 2000px;
  left: -10px;
  right: -10px;
}

.alpinistListing .alpinistThumbnails {
  margin-bottom: 10px;
}

.alpinistListing .alpinistThumbnails .alpinistThumbnailControls {
  display: block;
}

.alpinistListing .alpinistThumbnails .alpinistThumbnailControls p {
  margin-bottom: 10px;
}

.alpinistListing .alpinistThumbnails .fizzListItem {
  display: inline;
}

.alpinistListing .alpinistThumbnails .alpinistThumbnail {
  display: inline-block;
  padding-right: 2px;
  padding-bottom: 2px;
  vertical-align: middle;
  text-align: center;
  width: 50%;
}

@media only screen and (min-width: 400px) {
  .alpinistListing .alpinistThumbnails .alpinistThumbnail {
    width: 33%;
  }
}

@media only screen and (min-width: 600px) {
  .alpinistListing .alpinistThumbnails .alpinistThumbnail {
    width: 25%;
  }
}

@media only screen and (min-width: 768px) {
  .alpinistListing .alpinistThumbnails .alpinistThumbnail {
    width: 50%;
  }
}

@media only screen and (min-width: 900px) {
  .alpinistListing .alpinistThumbnails .alpinistThumbnail {
    width: 33%;
  }
}

@media only screen and (min-width: 1100px) {
  .alpinistListing .alpinistThumbnails .alpinistThumbnail {
    width: 25%;
  }
}

.alpinistListing .alpinistThumbnails .alpinistThumbnail .imgWrapper {
  position: relative;
  padding-top: 100%;
}

.alpinistListing .alpinistThumbnails .alpinistThumbnail button,
.alpinistListing .alpinistThumbnails .alpinistThumbnail .fizzFormDragHandle {
  position: absolute;
}

.alpinistListing .alpinistThumbnails .alpinistThumbnail .fizzFormDragHandle {
  right: 0;
  bottom: 5px;
  cursor: move;
}

.alpinistListing .alpinistThumbnails .alpinistThumbnail .editValue {
  bottom: 5px;
}

.alpinistListing .alpinistThumbnails .alpinistThumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  vertical-align: middle;
}

.alpinistListing .alpinistThumbnails .alpinistThumbnail .imageText {
  font-size: 10px;
}

.newListingModal {
  display: none;
}

.newListingModal .title {
  text-align: center;
  font-size: 22px;
}

.newListingModal > .title {
  border-bottom: 1px solid #dadbdf;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 20px;
}

.newListingModal strong {
  font-weight: bold;
}

.newListingModal .infoModalContainer {
  display: flex;
  padding: 10px 30px 0 30px;
}

@media only screen and (max-width: 767px) {
  .newListingModal .infoModalContainer {
    display: block;
  }
}

.newListingModal .infoModalContainer .modalBox {
  padding-bottom: 20px;
  margin-bottom: 0px;
  width: 50%;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .newListingModal .infoModalContainer .modalBox {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .newListingModal .infoModalContainer .modalBox {
    width: auto;
  }
}

.newListingModal .infoModalContainer .modalBox:first-child {
  padding-right: 10px;
}

@media only screen and (max-width: 767px) {
  .newListingModal .infoModalContainer .modalBox:first-child {
    padding-right: 0;
  }
}

.newListingModal .infoModalContainer .modalBox:last-child {
  padding-left: 10px;
}

@media only screen and (max-width: 767px) {
  .newListingModal .infoModalContainer .modalBox:last-child {
    padding-left: 0;
  }
}

.newListingModal .infoModalContainer .modalBox .modalBoxInner {
  padding: 16px;
  height: 100%;
  border: 1px solid #dadbdf;
}

.newListingModal .infoModalContainer .modalBox .title {
  text-align: center;
  font-size: 22px;
  margin-bottom: 16px;
}

.newListingModal .infoModalContainer .modalBox .message {
  margin-bottom: 20px;
}

.newListingModal .infoModalContainer .modalBox .warning {
  margin-top: 20px;
}

.newListingModal .infoModalContainer .modalBox .modalImage {
  margin-top: 15px;
  margin-bottom: 15px;
}

.newListingModal .infoModalFooter {
  margin-top: 10px;
  background: #f5f4f9;
  padding: 12px 30px;
  font-size: 90%;
  text-align: left;
}

.newListingModal .infoModalFooter a {
  text-decoration: underline;
}

.newListingModal .closeButton {
  position: absolute;
  top: 9px;
  right: 15px;
  font-size: 30px;
}

.newListingModal .closeButton:before {
  content: "\e91c";
  display: inline-block;
  vertical-align: middle;
  font-family: 'sunlighticon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.newListingModal .inputContainer {
  display: inline-block;
  padding-right: 100px;
  margin-right: -85px;
  width: 100%;
  vertical-align: middle;
}

.newListingModal .copyConfirmation {
  display: none;
}

.newListingModal .dissmissContainer {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

body.hidden-scroll {
  overflow: hidden;
}

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.7;
  display: none;
  z-index: 1006;
}

.sl-wrapper {
  z-index: 1000;
}

.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 36px;
  padding: 0;
  cursor: pointer;
  min-width: 0;
}

.sl-wrapper button:hover {
  opacity: 0.7;
}

.sl-wrapper button:after {
  display: none;
}

.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10001;
}

.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 1015;
}

.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}

.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -10px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  z-index: 1015;
  font-family: arial sans-serif;
}

.sl-wrapper .sl-navigation button.sl-next {
  right: 40px;
}

.sl-wrapper .sl-navigation button.sl-prev {
  left: 40px;
}

.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}

.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
}

.sl-wrapper .sl-image iframe {
  border: 0 none;
  background: #000;
}

.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: #000;
  opacity: 0.8;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}

.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fff;
  z-index: 1005;
}

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

.creditsContainer .fizzListItem {
  padding-bottom: 5px;
}

.creditsContainer .fizzListItem:last-child {
  padding-bottom: 0;
}

.creditsContainer .fizzFormDragHandle {
  cursor: move;
}

.creditsContainer .fizzFormDragHandle::after {
  content: "\e932";
  display: inline-block;
  vertical-align: middle;
  font-family: 'sunlighticon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  margin-left: 8px;
}

.creditDetailsContainer {
  text-align: center;
  max-width: 500px;
}

.creditDetailsContainer .fizzFormRow {
  margin-bottom: 10px;
}

.creditDetailsContainer .modalSection {
  text-align: left;
}

.creditDetailsContainer .modalSection button {
  width: 100%;
}

.creditDetailsContainer .reactAutoComplete {
  width: 100%;
}

.creditDetailsContainer .reactAutoComplete a {
  color: #ea5d5a;
  cursor: pointer;
}

.creditDetailsContainer .reactAutoComplete a:hover {
  text-decoration: underline;
}

.creditDetailsContainer .reactAutoComplete li {
  border-top: 1px solid #ccc;
}

.creditDetailsContainer .reactAutoComplete li:last-child {
  padding-top: 10px;
  padding-bottom: 10px;
}

.creditDetailsContainer .dateControls {
  display: table;
}

@media only screen and (max-width: 767px) {
  .creditDetailsContainer .dateControls {
    display: block;
  }
}

.creditDetailsContainer .dateControls .creditFrom,
.creditDetailsContainer .dateControls .creditTo {
  width: 1000px;
  display: table-cell;
}

@media only screen and (max-width: 767px) {
  .creditDetailsContainer .dateControls .creditFrom,
  .creditDetailsContainer .dateControls .creditTo {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .creditDetailsContainer .dateControls .creditFrom,
  .creditDetailsContainer .dateControls .creditTo {
    display: block;
  }
}

.creditDetailsContainer .dateControls .creditFrom input[type=number],
.creditDetailsContainer .dateControls .creditFrom input[type=text],
.creditDetailsContainer .dateControls .creditFrom input[type=tel],
.creditDetailsContainer .dateControls .creditTo input[type=number],
.creditDetailsContainer .dateControls .creditTo input[type=text],
.creditDetailsContainer .dateControls .creditTo input[type=tel] {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.creditDetailsContainer .dateControls .creditFrom.disabled input,
.creditDetailsContainer .dateControls .creditFrom.disabled select,
.creditDetailsContainer .dateControls .creditTo.disabled input,
.creditDetailsContainer .dateControls .creditTo.disabled select {
  opacity: 0.5;
}

.creditDetailsContainer .dateControls .creditFromToSeparator {
  width: 0;
  display: table-cell;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 16px;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .creditDetailsContainer .dateControls .creditFromToSeparator {
    display: none;
  }
}

.creditDetailsContainer .dateControls input[type=number] {
  display: inline-block;
  width: 30%;
  margin-right: 3%;
}

.creditDetailsContainer .dateControls select {
  display: inline-block;
  width: 67%;
}

.creditDetailsContainer .dateControls .checkboxContainer {
  margin-top: 10px;
}

.creditDetailsContainer .dateControls.hideMonth input[type=number] {
  display: inline-block;
  width: 97%;
  margin-right: 3%;
}

.creditDetailsContainer .dateControls.hideMonth select {
  display: none;
}

.leafworm select.placeholderSelected {
  color: #A9A9A9;
}

.leafworm select option {
  color: #000;
}

.leafworm select option:disabled {
  display: none;
}

.modalDialog h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
}

.modalDialog .modalSectionHeading {
  padding: 28px 34px;
  text-align: left;
  text-transform: uppercase;
  background: #efefef;
  margin-bottom: 10px;
}

.modalDialog .modalSectionHeading.selected {
  color: #fff;
  background: #28292a;
  margin-bottom: 0;
}

.modalDialog .modalSectionHeading .modalSectionSwap {
  text-transform: none;
  float: right;
}

.modalDialog .modalSectionHeading .modalSectionSwap {
  color: #ea5d5a;
  cursor: pointer;
}

.modalDialog .modalSectionHeading .modalSectionSwap:hover {
  text-decoration: underline;
}

.modalDialog .modalSection {
  border: 1px solid #ccc;
  padding: 20px 30px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .modalDialog .modalSection {
    padding: 20px 10px;
  }
}

.modalDialog .modalSection a {
  color: #ea5d5a;
  cursor: pointer;
}

.modalDialog .modalSection a:hover {
  text-decoration: underline;
}

.modalDialog .modalFormDividerMessage {
  margin-top: 20px;
  margin-bottom: 10px;
}

.modalDialog a {
  color: #ea5d5a;
  cursor: pointer;
}

.modalDialog a:hover {
  text-decoration: underline;
}

.eclipse {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 11;
  padding-left: 20px;
  padding-right: 20px;
  overflow: scroll;
}

.eclipse:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.eclipse .eclipseWrapper {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

.eclipse .eclipseWrapper .eclipseContent {
  border: 2px solid gray;
  background: white;
  max-height: 90%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  margin-left: auto;
  margin-right: auto;
}

.eclipse .eclipseWrapper .eclipseContent .eclipseInputContainer {
  width: 200px;
  display: inline-block;
}

.eclipse .eclipseWrapper .eclipseContent .eclipseInputContainer .eclipseAutoCompleteResults {
  display: none;
}

.eclipse.scrollableContent .eclipseWrapper {
  overflow: auto;
}

.reactAutoComplete {
  position: relative;
  display: block;
}

.reactAutoComplete .reactAutoCompleteDropdown {
  position: absolute;
  top: 100%;
  margin-top: -1px;
  left: 0;
  right: 0;
  max-height: 350px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #ccc;
  border-top: 0;
  z-index: 2;
}

.reactAutoComplete .reactAutoCompleteDropdown li {
  padding-left: 12px;
  padding-right: 12px;
}

.reactAutoComplete .reactAutoCompleteDropdown li.keyboardFocus, .reactAutoComplete .reactAutoCompleteDropdown li:hover {
  background: #def0ee;
}

.reactAutoComplete .reactAutoCompleteDropdown .stringItem {
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.photoCreditModal {
  max-width: 600px;
  position: relative;
}

.photoCreditModal .photoCreditText {
  margin-bottom: 10px;
}

.photoCreditModal h3 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .photoCreditModal h3 {
    display: inline-block;
  }
}

.photoCreditModal .mobileButtons {
  display: none;
  position: absolute;
  right: 20px;
  top: 20px;
}

@media only screen and (max-width: 767px) {
  .photoCreditModal .mobileButtons {
    display: inline-block;
  }
}

.photoCreditModal .mobileButtons button {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  -khtml-border-radius: 100%;
  border-radius: 100%;
  min-width: 0;
  width: 32px;
  height: 32px;
  padding: 5px;
  display: inline-block;
  margin-left: 5px;
}

.photoCreditModal .mobileButtons button:before {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.photoCreditModal .mobileButtons button.editValue:before {
  content: "\e935";
  display: inline-block;
  vertical-align: middle;
  font-family: 'sunlighticon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: baseline;
}

.photoCreditModal .mobileButtons button.removeValue:before {
  content: "\e944";
  display: inline-block;
  vertical-align: middle;
  font-family: 'sunlighticon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: baseline;
}

.photoCreditModal .mobileButtons button.acceptChanges:before {
  content: "\e90d";
  display: inline-block;
  vertical-align: middle;
  font-family: 'sunlighticon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: baseline;
}

.photoCreditModal .mobileButtons button.rejectChanges:before {
  content: "\e91c";
  display: inline-block;
  vertical-align: middle;
  font-family: 'sunlighticon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: baseline;
}

.photoCreditModal .mobileButtons button.fizzFormDragHandle:before {
  content: "\e932";
  display: inline-block;
  vertical-align: middle;
  font-family: 'sunlighticon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: baseline;
}

.photoCreditModal .mobileButtons button.swapValue:before {
  content: "\ea2d";
  display: inline-block;
  vertical-align: middle;
  font-family: 'sunlighticon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: baseline;
}

.photoCreditModal .fizzFormRow {
  margin-bottom: 10px;
}

.photoCreditModal .imageContainer {
  vertical-align: top;
  display: inline-block;
  width: 200px;
}

@media only screen and (max-width: 767px) {
  .photoCreditModal .imageContainer {
    display: none;
  }
}

.photoCreditModal .imageInfoContainer.contentBody {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  padding-left: 220px;
  margin-left: -200px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .photoCreditModal .imageInfoContainer.contentBody {
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .photoCreditModal .imageInfoContainer.contentBody {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .photoCreditModal .imageInfoContainer.contentBody {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .photoCreditModal .imageInfoContainer.contentBody ul {
    font-size: 12px;
  }
}

.photoCreditModal .buttonContainer {
  text-align: right;
}

.photoCreditModal .buttonContainer button {
  margin-left: 5px;
}

.photoCreditModal .verticleButtonContainer {
  text-align: center;
}

.photoCreditModal .verticleButtonContainer button {
  width: 100%;
  margin-top: 5px;
}

.photoCreditModal .field-validation-error {
  display: block;
  visibility: visible;
}

.photoCreditModal .field-validation-error.field-validation-valid {
  display: block;
  visibility: hidden;
}

.creditItem {
  padding-left: 80px;
  color: #555;
  margin-bottom: 5px;
  white-space: nowrap;
}

.creditItem.approved {
  padding-right: 20px;
}

.creditItem.approved:after {
  display: inline-block;
  content: "\e90e";
  display: inline-block;
  vertical-align: middle;
  font-family: 'sunlighticon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: green;
}

.creditItem a {
  font-size: 80%;
}

.creditItem a {
  color: #ea5d5a;
  cursor: pointer;
}

.creditItem a:hover {
  text-decoration: underline;
}

.creditItem .creditItemDate {
  display: inline-block;
  vertical-align: top;
  margin-left: -80px;
  width: 80px;
  white-space: normal;
  text-align: right;
  line-height: normal;
  padding-right: 10px;
}

.creditItem .creditItemDate span {
  white-space: nowrap;
}

.creditItem .creditItemTitle {
  text-transform: uppercase;
}

.creditItem .creditItemInfos {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  white-space: normal;
}

.creditItem .creditItemInfos dl {
  font-size: 90%;
}

.creditItem .creditItemInfos dl dt {
  word-break: normal;
  float: none;
  clear: left;
  text-align: right;
  padding-right: 5px;
  width: 52px;
  margin-right: -52px;
  display: inline;
}

.creditItem .creditItemInfos dl dd {
  float: none;
  padding-left: 52px;
  display: inline;
  margin-right: 7px;
}

.creditItem .creditRole {
  color: #999;
}

.contentBody,
.mce-content-body {
  font-size: 16px;
  line-height: 1.42857;
  text-align: center;
}

.contentBody:after,
.mce-content-body:after {
  content: "";
  display: table;
  clear: both;
}

.contentBody p,
.mce-content-body p {
  margin-bottom: 20px;
  text-align: left;
}

.contentBody p strong,
.mce-content-body p strong {
  font-weight: bold;
}

.contentBody p em,
.mce-content-body p em {
  font-style: italic;
}

.contentBody p a,
.mce-content-body p a {
  color: #ea5d5a;
  cursor: pointer;
}

.contentBody p a:hover,
.mce-content-body p a:hover {
  text-decoration: underline;
}

.contentBody p a.button,
.contentBody p button,
.contentBody p input[type=button],
.contentBody p input[type=submit],
.mce-content-body p a.button,
.mce-content-body p button,
.mce-content-body p input[type=button],
.mce-content-body p input[type=submit] {
  font-family: inherit;
  font-size: inherit;
  display: inline-block;
  vertical-align: middle;
  padding: 8px 12px;
  line-height: 20px;
  text-align: center;
  min-width: 72px;
  position: relative;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
}

.contentBody p a.button.noMinWidth,
.contentBody p button.noMinWidth,
.contentBody p input[type=button].noMinWidth,
.contentBody p input[type=submit].noMinWidth,
.mce-content-body p a.button.noMinWidth,
.mce-content-body p button.noMinWidth,
.mce-content-body p input[type=button].noMinWidth,
.mce-content-body p input[type=submit].noMinWidth {
  min-width: 0;
}

.contentBody p input[type=button],
.contentBody p input[type=submit],
.mce-content-body p input[type=button],
.mce-content-body p input[type=submit] {
  color: #fff;
  border: 1px solid #ea5d5a;
  background: #ea5d5a;
}

.contentBody p input[type=button].secondary,
.contentBody p input[type=submit].secondary,
.mce-content-body p input[type=button].secondary,
.mce-content-body p input[type=submit].secondary {
  background: transparent;
  color: #ea5d5a;
  border: 1px solid #ea5d5a;
}

.contentBody p a.button:after,
.contentBody p button:after,
.mce-content-body p a.button:after,
.mce-content-body p button:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: padding-top 0.3s, opacity 0.3s;
  -moz-transition: padding-top 0.3s, opacity 0.3s;
  -ms-transition: padding-top 0.3s, opacity 0.3s;
  -o-transition: padding-top 0.3s, opacity 0.3s;
  transition: padding-top 0.3s, opacity 0.3s;
  width: 150%;
  padding-top: 0;
  top: 50%;
  left: 50%;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.contentBody p a.button:hover:after,
.contentBody p button:hover:after,
.mce-content-body p a.button:hover:after,
.mce-content-body p button:hover:after {
  padding-top: 85%;
  opacity: 1;
}

.contentBody p a.button:active:after,
.contentBody p button:active:after,
.mce-content-body p a.button:active:after,
.mce-content-body p button:active:after {
  height: 400%;
  opacity: 1;
}

.contentBody p a.button,
.contentBody p button,
.mce-content-body p a.button,
.mce-content-body p button {
  color: #fff;
  border: 1px solid #ea5d5a;
  background: #ea5d5a;
}

.contentBody p a.button:hover, .contentBody p a.button:active,
.contentBody p button:hover,
.contentBody p button:active,
.mce-content-body p a.button:hover,
.mce-content-body p a.button:active,
.mce-content-body p button:hover,
.mce-content-body p button:active {
  color: #ea5d5a;
}

.contentBody p a.button:after,
.contentBody p button:after,
.mce-content-body p a.button:after,
.mce-content-body p button:after {
  background: #fff;
}

.contentBody p a.button.secondary,
.contentBody p button.secondary,
.mce-content-body p a.button.secondary,
.mce-content-body p button.secondary {
  background: transparent;
  border: 1px solid #ea5d5a;
  color: #ea5d5a;
}

.contentBody p a.button.secondary:hover, .contentBody p a.button.secondary:active,
.contentBody p button.secondary:hover,
.contentBody p button.secondary:active,
.mce-content-body p a.button.secondary:hover,
.mce-content-body p a.button.secondary:active,
.mce-content-body p button.secondary:hover,
.mce-content-body p button.secondary:active {
  color: #fff;
  background: #fff;
}

.contentBody p a.button.secondary:after,
.contentBody p button.secondary:after,
.mce-content-body p a.button.secondary:after,
.mce-content-body p button.secondary:after {
  background: #ea5d5a;
}

.contentBody p input[type=button][disabled], .contentBody p input[type=button].disabled,
.contentBody p input[type=submit][disabled],
.contentBody p input[type=submit].disabled,
.contentBody p a.button[disabled],
.contentBody p a.button.disabled,
.contentBody p button[disabled],
.contentBody p button.disabled,
.mce-content-body p input[type=button][disabled],
.mce-content-body p input[type=button].disabled,
.mce-content-body p input[type=submit][disabled],
.mce-content-body p input[type=submit].disabled,
.mce-content-body p a.button[disabled],
.mce-content-body p a.button.disabled,
.mce-content-body p button[disabled],
.mce-content-body p button.disabled {
  border: 1px solid #878b8e;
  background-color: #878b8e;
  color: #b8bcbf;
  cursor: default;
}

.contentBody p input[type=button][disabled]:after, .contentBody p input[type=button].disabled:after,
.contentBody p input[type=submit][disabled]:after,
.contentBody p input[type=submit].disabled:after,
.contentBody p a.button[disabled]:after,
.contentBody p a.button.disabled:after,
.contentBody p button[disabled]:after,
.contentBody p button.disabled:after,
.mce-content-body p input[type=button][disabled]:after,
.mce-content-body p input[type=button].disabled:after,
.mce-content-body p input[type=submit][disabled]:after,
.mce-content-body p input[type=submit].disabled:after,
.mce-content-body p a.button[disabled]:after,
.mce-content-body p a.button.disabled:after,
.mce-content-body p button[disabled]:after,
.mce-content-body p button.disabled:after {
  content: none;
}

.contentBody .responsiveEmbed,
.mce-content-body .responsiveEmbed {
  clear: both;
  text-align: left;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.contentBody .eventMacro,
.mce-content-body .eventMacro {
  display: flex;
  word-break: break-word;
  margin-bottom: 20px;
  background-color: #f5f5f5;
}

@media only screen and (max-width: 767px) {
  .contentBody .eventMacro,
  .mce-content-body .eventMacro {
    display: inline-block;
  }
}

.contentBody .eventMacro .leftCol,
.mce-content-body .eventMacro .leftCol {
  display: inline-block;
  width: 40%;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .contentBody .eventMacro .leftCol,
  .mce-content-body .eventMacro .leftCol {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .contentBody .eventMacro .leftCol,
  .mce-content-body .eventMacro .leftCol {
    width: 100%;
  }
}

.contentBody .eventMacro .eventMacroImage,
.mce-content-body .eventMacro .eventMacroImage {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  .contentBody .eventMacro .eventMacroImage,
  .mce-content-body .eventMacro .eventMacroImage {
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .contentBody .eventMacro .eventMacroImage,
  .mce-content-body .eventMacro .eventMacroImage {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .contentBody .eventMacro .eventMacroImage,
  .mce-content-body .eventMacro .eventMacroImage {
    position: static;
  }
}

@media only screen and (max-width: 767px) {
  .contentBody .eventMacro .eventMacroImage,
  .mce-content-body .eventMacro .eventMacroImage {
    top: auto;
  }
}

@media only screen and (max-width: 767px) {
  .contentBody .eventMacro .eventMacroImage,
  .mce-content-body .eventMacro .eventMacroImage {
    left: auto;
  }
}

@media only screen and (max-width: 767px) {
  .contentBody .eventMacro .eventMacroImage,
  .mce-content-body .eventMacro .eventMacroImage {
    right: auto;
  }
}

@media only screen and (max-width: 767px) {
  .contentBody .eventMacro .eventMacroImage,
  .mce-content-body .eventMacro .eventMacroImage {
    bottom: auto;
  }
}

.contentBody .eventMacro .eventMacroImage img,
.mce-content-body .eventMacro .eventMacroImage img {
  height: 100%;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  .contentBody .eventMacro .eventMacroImage img,
  .mce-content-body .eventMacro .eventMacroImage img {
    width: 100%;
  }
}

.contentBody .eventMacro .imageInner,
.mce-content-body .eventMacro .imageInner {
  text-align: center;
  margin-left: -1000px;
  margin-right: -1000px;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .contentBody .eventMacro .imageInner,
  .mce-content-body .eventMacro .imageInner {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .contentBody .eventMacro .imageInner,
  .mce-content-body .eventMacro .imageInner {
    margin-right: 0;
  }
}

.contentBody .eventMacro .rightCol,
.mce-content-body .eventMacro .rightCol {
  display: inline-block;
  width: 60%;
  text-align: left;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .contentBody .eventMacro .rightCol,
  .mce-content-body .eventMacro .rightCol {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .contentBody .eventMacro .rightCol,
  .mce-content-body .eventMacro .rightCol {
    width: 100%;
  }
}

.contentBody .eventMacro .header,
.mce-content-body .eventMacro .header {
  display: inline-block;
  width: 100%;
  background-color: #28292a;
  color: white;
  padding: 0 15px 20px;
}

.contentBody .eventMacro .Pink,
.mce-content-body .eventMacro .Pink {
  background-color: #c3127a;
}

.contentBody .eventMacro .Green,
.mce-content-body .eventMacro .Green {
  background-color: #5ab5ac;
}

.contentBody .eventMacro .BlueCasting,
.mce-content-body .eventMacro .BlueCasting {
  background-color: #008fcf;
}

.contentBody .eventMacro .BlueActors,
.mce-content-body .eventMacro .BlueActors {
  background-color: #0093a7;
}

.contentBody .eventMacro .body,
.mce-content-body .eventMacro .body {
  padding: 10px 15px 80px;
}

.contentBody .eventMacro .body .bodyHeader,
.mce-content-body .eventMacro .body .bodyHeader {
  font-weight: bold;
  padding: 10px 0 15px;
}

.contentBody .eventMacro .linkButton,
.mce-content-body .eventMacro .linkButton {
  position: absolute;
  width: 100%;
  bottom: 20px;
  text-align: center;
}

.contentBody .eventMacroColumns,
.mce-content-body .eventMacroColumns {
  display: inline-block;
  margin-top: 0;
  vertical-align: top;
  margin: 0 5px;
  position: relative;
  padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .contentBody .eventMacroColumns,
  .mce-content-body .eventMacroColumns {
    margin-top: 20px;
  }
}

.contentBody .eventMacroColumns .header,
.mce-content-body .eventMacroColumns .header {
  padding: 15px 15px;
  text-align: center;
}

.contentBody .eventMacroColumns .header h4,
.mce-content-body .eventMacroColumns .header h4 {
  text-align: inherit;
}

.contentBody .eventMacroColumns .header .eventDate,
.mce-content-body .eventMacroColumns .header .eventDate {
  width: 100%;
  display: inline-block;
}

.contentBody .eventMacroColumns .header .separationLine,
.mce-content-body .eventMacroColumns .header .separationLine {
  width: 20%;
}

.contentBody .eventMacroColumns .body,
.mce-content-body .eventMacroColumns .body {
  text-align: left;
  padding: 10px 15px 60px;
}

.contentBody .eventMacroColumns .imageHolder,
.mce-content-body .eventMacroColumns .imageHolder {
  position: relative;
  height: auto;
  overflow: hidden;
  height: 150px;
}

@media only screen and (max-width: 767px) {
  .contentBody .eventMacroColumns .imageHolder,
  .mce-content-body .eventMacroColumns .imageHolder {
    height: auto;
  }
}

.contentBody .eventMacroColumns .imageHolder img,
.mce-content-body .eventMacroColumns .imageHolder img {
  margin-left: auto;
  margin-right: auto;
  height: 150px;
}

@media only screen and (max-width: 767px) {
  .contentBody .eventMacroColumns .imageHolder img,
  .mce-content-body .eventMacroColumns .imageHolder img {
    height: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .contentBody .eventMacroColumns .imageHolder img,
  .mce-content-body .eventMacroColumns .imageHolder img {
    height: 100%;
  }
}

.contentBody .eventMacroCol_2,
.mce-content-body .eventMacroCol_2 {
  width: 49.5%;
}

@media only screen and (max-width: 767px) {
  .contentBody .eventMacroCol_2,
  .mce-content-body .eventMacroCol_2 {
    width: 100%;
  }
}

.contentBody .eventMacroCol_3,
.mce-content-body .eventMacroCol_3 {
  width: 33%;
}

@media only screen and (max-width: 767px) {
  .contentBody .eventMacroCol_3,
  .mce-content-body .eventMacroCol_3 {
    width: 100%;
  }
}

.contentBody .eventMacroFlex,
.mce-content-body .eventMacroFlex {
  display: flex;
  margin: 20px 0;
}

@media only screen and (max-width: 767px) {
  .contentBody .eventMacroFlex,
  .mce-content-body .eventMacroFlex {
    display: inherit;
  }
}

.contentBody tr,
.contentBody td,
.mce-content-body tr,
.mce-content-body td {
  text-align: left;
  border-collapse: collapse;
  border: 1px solid #aaa;
  padding: 3px;
}

.contentBody td strong,
.mce-content-body td strong {
  font-weight: bold;
}

.contentBody td em,
.mce-content-body td em {
  font-style: italic;
}

.contentBody td a,
.mce-content-body td a {
  color: #ea5d5a;
  cursor: pointer;
}

.contentBody td a:hover,
.mce-content-body td a:hover {
  text-decoration: underline;
}

.contentBody table,
.mce-content-body table {
  margin-bottom: 20px;
  width: auto !important;
  height: auto !important;
  border-collapse: collapse;
}

.contentBody table,
.mce-content-body table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  border: 0;
}

.contentBody sup,
.mce-content-body sup {
  font-size: 75%;
  vertical-align: super;
}

.contentBody sub,
.mce-content-body sub {
  font-size: 75%;
  vertical-align: sub;
}

.contentBody .imgLeft,
.mce-content-body .imgLeft {
  clear: left;
  float: left;
  width: 50%;
  padding-right: 15px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .contentBody .imgLeft,
  .mce-content-body .imgLeft {
    float: none;
  }
}

@media only screen and (max-width: 767px) {
  .contentBody .imgLeft,
  .mce-content-body .imgLeft {
    width: auto;
  }
}

.contentBody .imgLeftSmall,
.mce-content-body .imgLeftSmall {
  clear: left;
  float: left;
  width: 25%;
  padding-right: 15px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .contentBody .imgLeftSmall,
  .mce-content-body .imgLeftSmall {
    float: none;
  }
}

@media only screen and (max-width: 767px) {
  .contentBody .imgLeftSmall,
  .mce-content-body .imgLeftSmall {
    width: auto;
  }
}

.contentBody .imgRight,
.mce-content-body .imgRight {
  clear: right;
  float: right;
  width: 50%;
  padding-left: 15px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .contentBody .imgRight,
  .mce-content-body .imgRight {
    float: none;
  }
}

@media only screen and (max-width: 767px) {
  .contentBody .imgRight,
  .mce-content-body .imgRight {
    width: auto;
  }
}

.contentBody .imgRightSmall,
.mce-content-body .imgRightSmall {
  clear: right;
  float: right;
  width: 25%;
  padding-left: 15px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .contentBody .imgRightSmall,
  .mce-content-body .imgRightSmall {
    float: none;
  }
}

@media only screen and (max-width: 767px) {
  .contentBody .imgRightSmall,
  .mce-content-body .imgRightSmall {
    width: auto;
  }
}

.contentBody .imgCentre,
.mce-content-body .imgCentre {
  display: block;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .contentBody .imgCentre,
  .mce-content-body .imgCentre {
    width: 80%;
  }
}

.contentBody ul, .contentBody ol,
.mce-content-body ul,
.mce-content-body ol {
  margin: 0 0 20px 0;
  text-align: left;
  counter-reset: cmsBodyStylesCounter;
}

.contentBody ul ul, .contentBody ul ol, .contentBody ol ul, .contentBody ol ol,
.mce-content-body ul ul,
.mce-content-body ul ol,
.mce-content-body ol ul,
.mce-content-body ol ol {
  margin: 0;
}

.contentBody ul li:before, .contentBody ol li:before,
.mce-content-body ul li:before,
.mce-content-body ol li:before {
  display: inline-block;
  margin-left: -23px;
}

.contentBody ul li strong, .contentBody ol li strong,
.mce-content-body ul li strong,
.mce-content-body ol li strong {
  font-weight: bold;
}

.contentBody ul li em, .contentBody ol li em,
.mce-content-body ul li em,
.mce-content-body ol li em {
  font-style: italic;
}

.contentBody ul li a, .contentBody ol li a,
.mce-content-body ul li a,
.mce-content-body ol li a {
  color: #ea5d5a;
  cursor: pointer;
}

.contentBody ul li a:hover, .contentBody ol li a:hover,
.mce-content-body ul li a:hover,
.mce-content-body ol li a:hover {
  text-decoration: underline;
}

.contentBody ol > li,
.mce-content-body ol > li {
  counter-increment: cmsBodyStylesCounter;
  padding-left: 23px;
}

.contentBody ol > li:before,
.mce-content-body ol > li:before {
  text-align: center;
  content: counter(cmsBodyStylesCounter) ".";
  padding-right: 3px;
  width: 20px;
}

.contentBody ol > li:before,
.mce-content-body ol > li:before {
  content: counter(cmsBodyStylesCounter, decimal) ".";
}

.contentBody ol > li li:before,
.mce-content-body ol > li li:before {
  content: counter(cmsBodyStylesCounter, lower-roman) ".";
}

.contentBody ul > li,
.mce-content-body ul > li {
  padding-left: 23px;
}

.contentBody ul > li:before,
.mce-content-body ul > li:before {
  content: "\e914";
  display: inline-block;
  vertical-align: middle;
  font-family: 'sunlighticon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 70%;
  margin-top: -3px;
  width: 23px;
}

.contentBody blockquote.quoteMacro,
.mce-content-body blockquote.quoteMacro {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
}

.contentBody blockquote.quoteMacro .quoteText,
.mce-content-body blockquote.quoteMacro .quoteText {
  background: #FFF4E0;
  padding: 20px 50px;
  position: relative;
  margin-bottom: 10px;
  border-radius: 10px;
  text-align: center;
  font-style: italic;
  font-size: 110%;
}

.contentBody blockquote.quoteMacro .quoteText:before,
.mce-content-body blockquote.quoteMacro .quoteText:before {
  content: "";
  border-top: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid transparent;
  position: absolute;
  top: 100%;
  left: 50px;
}

.contentBody blockquote.quoteMacro .quoteTextInner:before, .contentBody blockquote.quoteMacro .quoteTextInner:after,
.mce-content-body blockquote.quoteMacro .quoteTextInner:before,
.mce-content-body blockquote.quoteMacro .quoteTextInner:after {
  position: absolute;
  height: 50px;
  top: 50%;
  font-size: 25px;
  line-height: 1;
  margin-top: -15px;
  color: #ea5d5a;
}

.contentBody blockquote.quoteMacro .quoteTextInner:before,
.mce-content-body blockquote.quoteMacro .quoteTextInner:before {
  content: "\e953";
  display: inline-block;
  vertical-align: middle;
  font-family: 'sunlighticon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: 20px;
}

.contentBody blockquote.quoteMacro .quoteTextInner:after,
.mce-content-body blockquote.quoteMacro .quoteTextInner:after {
  content: "\e954";
  display: inline-block;
  vertical-align: middle;
  font-family: 'sunlighticon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  right: 20px;
}

.contentBody blockquote.quoteMacro.style2 .quoteText,
.mce-content-body blockquote.quoteMacro.style2 .quoteText {
  background: #FFF4E0;
}

.contentBody blockquote.quoteMacro.style2 .quoteText:before,
.mce-content-body blockquote.quoteMacro.style2 .quoteText:before {
  border-top-color: #FFF4E0;
  border-right-color: #FFF4E0;
}

.contentBody blockquote.quoteMacro.style1 .quoteText,
.mce-content-body blockquote.quoteMacro.style1 .quoteText {
  background: #F1F1F1;
}

.contentBody blockquote.quoteMacro.style1 .quoteText:before,
.mce-content-body blockquote.quoteMacro.style1 .quoteText:before {
  border-top-color: #F1F1F1;
  border-right-color: #F1F1F1;
}

.contentBody blockquote.quoteMacro footer,
.mce-content-body blockquote.quoteMacro footer {
  margin-left: 90px;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
}

.contentBody blockquote.quoteMacro .quoteAuthorName,
.mce-content-body blockquote.quoteMacro .quoteAuthorName {
  font-weight: bold;
}

.contentBody blockquote.quoteMacro .quoteAuthorImage,
.mce-content-body blockquote.quoteMacro .quoteAuthorImage {
  width: 70px;
  margin-right: -50px;
  vertical-align: middle;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .contentBody blockquote.quoteMacro .quoteAuthorImage,
  .mce-content-body blockquote.quoteMacro .quoteAuthorImage {
    width: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .contentBody blockquote.quoteMacro .quoteAuthorImage,
  .mce-content-body blockquote.quoteMacro .quoteAuthorImage {
    margin-right: -30px;
  }
}

.contentBody blockquote.quoteMacro .quoteAuthorInformation,
.mce-content-body blockquote.quoteMacro .quoteAuthorInformation {
  width: 100%;
  vertical-align: middle;
  display: inline-block;
  font-size: 14px;
  line-height: 1.42857;
  white-space: normal;
}

.contentBody blockquote.quoteMacro.withAuthorImage .quoteAuthorInformation,
.mce-content-body blockquote.quoteMacro.withAuthorImage .quoteAuthorInformation {
  padding-left: 70px;
}

@media only screen and (max-width: 767px) {
  .contentBody blockquote.quoteMacro.withAuthorImage .quoteAuthorInformation,
  .mce-content-body blockquote.quoteMacro.withAuthorImage .quoteAuthorInformation {
    padding-left: 40px;
  }
}

.contentBody h1,
.mce-content-body h1 {
  font-size: 36px;
  line-height: 1;
  margin-top: 20px;
  margin-bottom: 10px;
  clear: both;
  text-align: left;
}

.contentBody h2,
.mce-content-body h2 {
  font-size: 30px;
  line-height: 1;
  margin-top: 20px;
  margin-bottom: 10px;
  clear: both;
  text-align: left;
}

.contentBody h3,
.mce-content-body h3 {
  font-size: 24px;
  line-height: 1;
  margin-top: 20px;
  margin-bottom: 10px;
  clear: both;
  text-align: left;
}

.contentBody h4,
.mce-content-body h4 {
  font-size: 20px;
  line-height: 1;
  margin-top: 20px;
  margin-bottom: 10px;
  clear: both;
  text-align: left;
}
