input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: auto;
  margin: 3rem 0 .575rem 0;
  width: 96%; }
  input[type=range]:focus {
    outline: none; }
  input[type=range].focus {
    height: auto; }
  input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 3.5px;
    cursor: pointer;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    background: #fff;
    border-radius: 2.7px;
    border: 0.6px solid #010101; }
  input[type=range]::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px #000031, 0px 0px 0px #00004b;
    border: 1.1px solid #00001e;
    height: 15px;
    width: 15px;
    border-radius: 25px;
    background: #da2473;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -6.35px; }
  input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ffffff; }
  input[type=range]::-moz-range-track {
    width: 100%;
    height: 3.5px;
    cursor: pointer;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    background: #fff;
    border-radius: 2.7px;
    border: 0.6px solid #010101; }
  input[type=range]::-moz-range-thumb {
    box-shadow: 0px 0px 0px #000031, 0px 0px 0px #00004b;
    border: 1.1px solid #00001e;
    height: 15px;
    width: 15px;
    border-radius: 25px;
    background: #da2473;
    cursor: pointer; }
  input[type=range]::-ms-track {
    width: 100%;
    height: 3.5px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent; }
  input[type=range]::-ms-fill-lower {
    background: rgba(52, 100, 150, 0.78);
    border: 0.6px solid #010101;
    border-radius: 5.4px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; }
  input[type=range]::-ms-fill-upper {
    background: #fff;
    border: 0.6px solid #010101;
    border-radius: 5.4px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; }
  input[type=range]::-ms-thumb {
    box-shadow: 0px 0px 0px #000031, 0px 0px 0px #00004b;
    border: 1.1px solid #00001e;
    height: 15px;
    width: 15px;
    border-radius: 25px;
    background: #da2473;
    cursor: pointer;
    height: 3.5px; }
  input[type=range]:focus::-ms-fill-upper {
    background: #ffffff; }

#cms-import-page-help {
  position: absolute;
  right: 7rem;
  top: 7rem; }

.cms-editing [data-section="googleCalendarTemplate"] {
  position: relative; }
  .cms-editing [data-section="googleCalendarTemplate"] .tooltip {
    width: 27rem;
    z-index: 12; }
    .cms-editing [data-section="googleCalendarTemplate"] .tooltip .tooltip-inner {
      font-size: 14px; }

.cms-editing div.header .loggedin-module, .cms-editing div.header-bottom-mobile {
  z-index: 1000; }

.cms-google-calendar-help {
  display: none; }

.google-error {
  color: red;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center; }
  .google-error a {
    text-decoration: underline; }
    .google-error a:hover {
      color: #da2473;
      text-decoration: underline; }

.cms-editing .cms-google-calendar-help {
  display: block;
  position: absolute;
  right: 2rem;
  top: 12.5rem; }

label.switch-toggle > span, label.switch-relay > span {
  border-radius: 0;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  height: 5.3rem;
  letter-spacing: .3rem;
  padding: 1rem 0;
  text-align: center;
  text-decoration: none; }

label.switch-toggle label:nth-child(2):nth-last-child(4) {
  position: fixed;
  top: 0; }
  label.switch-toggle label:nth-child(2):nth-last-child(4) ~ label {
    position: fixed;
    right: 0;
    top: 0; }

.switch-toggle a {
  display: none; }

ul.circle {
  list-style-type: circle; }

ul.square {
  list-style-type: square; }

ul.disc, ul.default {
  list-style-type: disc; }

.switch-light span span {
  display: none; }

.switch-light input {
  opacity: 0;
  position: absolute;
  z-index: 3;
  background-color: transparent; }
  .switch-light input:checked ~ span a {
    right: 0;
    width: calc(50% + .4rem); }

.switch-light strong {
  font-weight: inherit; }

.switch-light > span {
  display: block;
  min-height: 1em;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: left; }

.switch-light span span {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  display: block;
  float: left;
  position: relative;
  text-align: center;
  user-select: none;
  width: 50%;
  z-index: 2; }

.switch-light a {
  display: block;
  height: 101%;
  padding: 0;
  position: absolute;
  right: 50%;
  top: 0;
  width: calc(50% + .2rem);
  z-index: 1; }

.switch-toggle {
  display: block;
  padding: 0 !important;
  position: relative; }
  .switch-toggle::after {
    clear: both;
    content: "";
    display: table; }
  .switch-toggle *, .switch-toggle :before, .switch-toggle :after {
    box-sizing: border-box; }
  .switch-toggle a {
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    display: block;
    height: 101%;
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
    transition: all .2s ease-out;
    width: 10px;
    z-index: 1;
    border-bottom: 4px solid #702bb0; }
  .switch-toggle label, .switch-toggle > span {
    font-size: 2rem;
    line-height: 4rem;
    vertical-align: middle; }
  .switch-toggle input:focus ~ span a, .switch-toggle input:focus + label {
    outline-width: 0; }

input, label {
  outline-width: 0; }

.switch-toggle-vertical.switch-relay {
  display: block;
  width: 100%;
  border: 4px solid #702bb0; }
  .switch-toggle-vertical.switch-relay label {
    -moz-transition: all .15s ease-out;
    -webkit-transition: all .15s ease-out;
    transition: all .2s ease-out; }

.switch-toggle input, .switch-toggle-vertical input {
  left: 0;
  opacity: 0;
  position: absolute;
  width: 1px;
  height: 1px; }

.switch-toggle input + label {
  display: block;
  float: left;
  margin: 0;
  padding: 0 .5rem;
  position: relative;
  text-align: center;
  z-index: 2; }

.switch-toggle-vertical input + label {
  display: block;
  float: left;
  margin: 0;
  padding: 0 .5rem;
  position: relative;
  text-align: center;
  z-index: 2; }

.switch-toggle-vertical.switch-relay label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  float: none;
  height: 4.2rem;
  line-height: 4rem;
  text-transform: uppercase;
  font-size: 2rem;
  color: #702bb0;
  border-bottom: 4px solid #702bb0;
  background: white; }
  .switch-toggle-vertical.switch-relay label:last-of-type {
    border-bottom: 0; }

.switch-toggle label:nth-child(2):nth-last-child(4) {
  width: 50%; }
  .switch-toggle label:nth-child(2):nth-last-child(4) ~ label, .switch-toggle label:nth-child(2):nth-last-child(4) ~ a {
    width: 50%; }
  .switch-toggle label:nth-child(2):nth-last-child(4) ~ input:checked:nth-child(3) + label ~ a {
    left: 50%; }

.switch-toggle label:nth-child(2):nth-last-child(6) {
  width: 33.33%; }
  .switch-toggle label:nth-child(2):nth-last-child(6) ~ label, .switch-toggle label:nth-child(2):nth-last-child(6) ~ a {
    width: 33.33%; }
  .switch-toggle label:nth-child(2):nth-last-child(6) ~ input:checked:nth-child(3) + label ~ a {
    left: 33.33%; }
  .switch-toggle label:nth-child(2):nth-last-child(6) ~ input:checked:nth-child(5) + label ~ a {
    left: 66.66%; }

.switch-toggle label:nth-child(2):nth-last-child(8) {
  width: 25%; }
  .switch-toggle label:nth-child(2):nth-last-child(8) ~ label, .switch-toggle label:nth-child(2):nth-last-child(8) ~ a {
    width: 25%; }
  .switch-toggle label:nth-child(2):nth-last-child(8) ~ input:checked:nth-child(3) + label ~ a {
    left: 25%; }
  .switch-toggle label:nth-child(2):nth-last-child(8) ~ input:checked:nth-child(5) + label ~ a {
    left: 50%; }
  .switch-toggle label:nth-child(2):nth-last-child(8) ~ input:checked:nth-child(7) + label ~ a {
    left: 75%; }

.switch-toggle label:nth-child(2):nth-last-child(10) {
  width: 20%; }
  .switch-toggle label:nth-child(2):nth-last-child(10) ~ label, .switch-toggle label:nth-child(2):nth-last-child(10) ~ a {
    width: 20%; }
  .switch-toggle label:nth-child(2):nth-last-child(10) ~ input:checked:nth-child(3) + label ~ a {
    left: 20%; }
  .switch-toggle label:nth-child(2):nth-last-child(10) ~ input:checked:nth-child(5) + label ~ a {
    left: 40%; }
  .switch-toggle label:nth-child(2):nth-last-child(10) ~ input:checked:nth-child(7) + label ~ a {
    left: 60%; }
  .switch-toggle label:nth-child(2):nth-last-child(10) ~ input:checked:nth-child(9) + label ~ a {
    left: 80%; }

.switch-toggle label:nth-child(2):nth-last-child(12) {
  width: 16.6%; }
  .switch-toggle label:nth-child(2):nth-last-child(12) ~ label, .switch-toggle label:nth-child(2):nth-last-child(12) ~ a {
    width: 16.6%; }
  .switch-toggle label:nth-child(2):nth-last-child(12) ~ input:checked:nth-child(3) + label ~ a {
    left: 16.6%; }
  .switch-toggle label:nth-child(2):nth-last-child(12) ~ input:checked:nth-child(5) + label ~ a {
    left: 33.2%; }
  .switch-toggle label:nth-child(2):nth-last-child(12) ~ input:checked:nth-child(7) + label ~ a {
    left: 49.8%; }
  .switch-toggle label:nth-child(2):nth-last-child(12) ~ input:checked:nth-child(9) + label ~ a {
    left: 66.4%; }
  .switch-toggle label:nth-child(2):nth-last-child(12) ~ input:checked:nth-child(11) + label ~ a {
    left: 83%; }

.switch-relay.unselected a {
  border-bottom: 0; }

.template-title {
  background: #da2473;
  color: #fff;
  display: none;
  font-weight: 600;
  margin-top: 1rem;
  text-align: center;
  width: 13rem; }

.cms-editing .template-title {
  display: block; }

.col-md-4.cms-published a {
  color: #da2473;
  display: block;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2em;
  padding-left: 3.5rem;
  text-transform: capitalize;
  word-break: break-word; }

.cms-import-nav .text-center {
  font-size: 2rem;
  height: 8rem;
  padding: 1rem; }

.cms-import-nav .back {
  display: block;
  margin: 0 auto; }

.cms-flyout-content {
  overflow-y: scroll;
  height: 100%;
  padding: .5rem; }
  .cms-flyout-content.cms-local-sponsor-image, .cms-flyout-content.cms-img-crop {
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .cms-flyout-content.cms-img-choosers, .cms-flyout-content.cms-file-list {
    overflow-y: scroll; }

.cms-rotate {
  text-align: center; }
  .cms-rotate i {
    font-size: 3rem;
    padding-top: 1.25rem;
    padding-bottom: 1rem; }

.cms-flyout-content.cms-custompage-edit, .cms-flyout-content.cms-link-edit {
  border-top: 1px #eee solid;
  height: 24rem;
  overflow: visible; }
  .cms-flyout-content.cms-custompage-edit h3, .cms-flyout-content.cms-link-edit h3 {
    margin-top: 0; }
  .cms-flyout-content.cms-custompage-edit .btn.dark, .cms-flyout-content.cms-link-edit .btn.dark {
    max-width: 45%; }

.cms-delete-page i, .cms-delete-link i {
  cursor: pointer; }

.img-with-caption {
  position: relative; }

.cms-local-sponsor {
  text-align: center; }

.cms-local-sponsor-image .croppie-container {
  margin-top: 2rem; }

#publish-external-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.external-page-url {
  margin-top: 1rem; }

#cms-flyout-close {
  position: absolute;
  bottom: 2px;
  margin-right: 10px;
  font-size: 21px;
  font-weight: bold;
  color: white;
  display: inline-block;
  opacity: 0.5;
  right: 1rem;
  transform: scale(1.5, 1);
  -webkit-transform: scale(1.5, 1);
  -moz-transform: scale(1.5, 1);
  -ms-transform: scale(1.5, 1);
  -o-transform: scale(1.5, 1); }
  #cms-flyout-close:hover {
    color: #000000;
    cursor: pointer;
    text-decoration: none;
    opacity: 0.5; }

.cms-flyout-content.cms-custompage-edit .page-title, .cms-flyout-content.cms-custompage-edit .edit-page-title, .cms-flyout-content.cms-custompage-edit .external-page-url, .cms-flyout-content.cms-edit-custompage .page-title, .cms-flyout-content.cms-edit-custompage .edit-page-title, .cms-flyout-content.cms-edit-custompage .external-page-url, .cms-flyout-content.cms-link-edit .page-title, .cms-flyout-content.cms-link-edit .edit-page-title, .cms-flyout-content.cms-link-edit .external-page-url, .cms-flyout-content.cms-edit-link-form .page-title, .cms-flyout-content.cms-edit-link-form .edit-page-title, .cms-flyout-content.cms-edit-link-form .external-page-url {
  background: #f8f8f8;
  border: 1px solid #da2473;
  border-radius: 0;
  color: #da2473;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 500;
  padding-left: .5rem; }

.cms-flyout-content.cms-custompage-edit form, .cms-flyout-content.cms-edit-custompage form, .cms-flyout-content.cms-link-edit form, .cms-flyout-content.cms-edit-link-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  padding: 1rem; }
  .cms-flyout-content.cms-custompage-edit form input:focus + label, .cms-flyout-content.cms-edit-custompage form input:focus + label, .cms-flyout-content.cms-link-edit form input:focus + label, .cms-flyout-content.cms-edit-link-form form input:focus + label {
    display: block; }
  .cms-flyout-content.cms-custompage-edit form label, .cms-flyout-content.cms-edit-custompage form label, .cms-flyout-content.cms-link-edit form label, .cms-flyout-content.cms-edit-link-form form label {
    display: none; }

.cms-publish-import-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  margin-bottom: 5rem;
  position: relative; }
  .cms-publish-import-buttons .tooltip-inner {
    font-size: 1.4rem; }

.cms-page-publish, .cms-page-title, .cms-page-publish span {
  text-transform: capitalize; }

.cms-page-item, .cms-link-item {
  font-size: 1.7rem;
  padding: 1rem;
  position: relative; }
  .cms-page-item strong, .cms-link-item strong {
    margin-right: .5rem; }

#main label.btn.btn-inverse {
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  background-color: #fff;
  border: 4px solid #da2473;
  color: #da2473;
  transition: all 0.5s ease 0s; }
  #main label.btn.btn-inverse:hover {
    background-color: #da2473;
    color: #fff; }

.edit-img-link-container, .edit-img-container {
  display: none; }

.cms-center {
  width: inherit;
  text-align: center; }

[data-type=image]:not(.cms-section), .cms-announcement-img {
  position: relative; }

#save-changes .modal-body {
  border-bottom: none; }
  #save-changes .modal-body > p.text-center {
    font-size: 2.5rem; }

.cms-modal-header {
  padding: 0; }

.cms-flyout-modal.modal {
  left: initial; }

#forms-info .fa-file-pdf-o {
  color: #da2473;
  font-size: 32px; }

#forms-info div[data-id] i a {
  color: #da2473;
  font-size: 1.7rem;
  font-weight: 500;
  padding-left: 1rem; }

.flyout-modal-header {
  text-align: center;
  background-color: #da2473;
  height: 30px;
  color: #fff;
  font-size: 1.286em;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase; }

.cms-help-modal {
  padding: 2rem;
  font-weight: 800; }
  .cms-help-modal p, .cms-help-modal li {
    font-size: 1.8rem;
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .cms-help-modal a {
    color: #da2473; }
  .cms-help-modal i {
    color: white;
    background-color: #da2473;
    padding: 10px; }

.cms-btn {
  background-color: #da2473;
  color: #fff;
  width: 40px;
  height: 40px;
  margin: 3px;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.cms-btn-margin {
  margin-top: 12px; }

.cms-btn:hover, cms-btn:focus {
  color: #da2473;
  background-color: #fff;
  border: 1px solid #da2473; }

.odd {
  background-color: #F7F9F9;
  border-top: 1px #da2473 solid;
  border-bottom: 1px #da2473 solid; }

.edit-me {
  display: inline;
  cursor: pointer; }
  .edit-me.fr-box {
    cursor: initial; }

.fr-box {
  background: #fff; }

.cms-translate-editor-modal .modal-header {
  border-bottom: 0; }

#delete-announcement div.modal-header {
  border-bottom: none; }

.to-translate {
  border: 2px solid red !important; }

.translate-expand {
  float: right;
  width: 40px;
  height: 40px;
  background-color: rgba(211, 211, 211, 0.9);
  text-align: center;
  font-family: "source sans pro";
  font-size: 25px;
  font-weight: 900;
  line-height: 28px;
  padding: 0;
  color: #da2473; }

.cms-translate-super {
  font-size: 28px;
  color: white; }
  .cms-translate-super:hover {
    font-size: 28px;
    color: white; }

.translate-item {
  padding: 10px; }
  .translate-item .translate-save, .translate-item .translate-cancel {
    display: none;
    margin: 1rem 2rem; }
  .translate-item .translate-save a:hover, .translate-item .translate-cancel a:hover {
    color: #ffffff;
    background-color: #da2473; }
  .translate-item .translate-save a, .translate-item .translate-cancel a {
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s; }

.cms-controls .cms-translate i {
  color: #ffffff; }

.editing.translate-item .translate-save, .editing.translate-item .translate-cancel {
  display: inline-block;
  width: 50%;
  text-align: center;
  margin: 1rem 0; }

.cms-flyout-modal .close {
  position: relative;
  bottom: 1.75rem;
  margin-top: -17px;
  margin-right: 10px;
  font-size: 15px;
  color: white; }

.cms-flyout-modal .modal-content {
  border-radius: 0;
  border-left: 4px solid #da2473; }

.cms-flyout-modal .modal-body {
  padding-top: 0;
  padding-right: 0;
  margin: 0;
  padding: 1rem; }

.cms-flyout-modal .modal-dialog {
  width: 100%;
  margin: 0;
  padding: 0; }

.translate-item.editing {
  padding-right: 2rem; }

a.btn.scroll-to {
  border-width: 1px;
  float: right;
  padding: 0;
  letter-spacing: 0px;
  margin: 0;
  height: 2rem;
  line-height: 1;
  position: absolute;
  right: 0;
  width: 10rem; }

#cms-flyout .cms-flyout-content.cms-custompage-list,
#cms-flyout .cms-flyout-content.cms-import-custompage-list {
  height: calc(100% - 30rem);
  overflow: auto; }

#cms-flyout .cms-flyout-content.cms-link-list {
  height: calc(100% - 33rem);
  overflow: auto; }

.cms-import-custompage-list .row .text-center {
  margin-top: 5rem; }

.cms-flyout-modal {
  z-index: 1000; }
  .cms-flyout-modal .modal-dialog, .cms-flyout-modal .modal-content {
    min-height: 100vh; }

.modal-row {
  margin-top: 5px; }

.approve {
  background: green;
  background-image: none;
  color: #fff;
  font-size: 1.286em;
  font-weight: 700;
  height: 48px;
  line-height: 2.75em;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
  width: 120px;
  float: left;
  text-align: center; }
  .approve:hover {
    color: green;
    background-color: #fff;
    border: 1px solid green; }

approve:focus {
  color: green;
  background-color: #fff;
  border: 1px solid green; }

.deny {
  background: red;
  background-image: none;
  color: #fff;
  font-size: 1.286em;
  font-weight: 700;
  height: 48px;
  line-height: 2.75em;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
  width: 120px;
  border: none;
  float: left;
  text-align: center;
  margin-left: -25px; }
  .deny:hover {
    color: red;
    background-color: #fff;
    border: 1px solid red; }

deny:focus {
  color: red;
  background-color: #fff;
  border: 1px solid red; }

.cms-editing.cms-su .edit-img-container, .editable.editing .edit-img-container {
  width: 4rem;
  height: 4rem;
  background-color: #da2473;
  cursor: pointer; }

.edit-img-container img {
  width: 60%; }

.cms-editing.cms-su .edit-img-container, .editable.editing .edit-img-container {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.edit-img-link-container i {
  font-size: 2.5rem;
  padding: .75rem;
  color: #ffffff;
  background: #da2473; }

label[for=section-published], .cms-flyout-modal label[for=page-published],
.cms-flyout-modal label[for=page-import], label[for=announcement-publish],
.cms-flyout-modal input[name="page-external"] + label.external-page-label {
  background: #da2473;
  height: auto;
  margin: 0 .5rem;
  text-align: center;
  font-weight: 400;
  position: relative;
  z-index: 10;
  float: right;
  display: inline-block;
  vertical-align: top;
  padding: .25rem 1rem;
  margin-top: 0;
  font-size: 1.8rem;
  font-weight: bold;
  color: #ffffff;
  height: 3rem; }

.cms-custompage-edit label[for=page-published],
.cms-link-edit label[for=page-published],
.cms-flyout-modal input[name="page-external"] + label.external-page-label {
  float: left;
  margin-bottom: .5rem;
  margin-left: 0;
  width: 13rem; }

label[for=page-published], label[for=publish-page], label[for=publish], label[for=local-or-national], label[for=page-import], label[for=import-btn], label[for=external-page-url] {
  background: #da2473;
  cursor: pointer;
  height: auto;
  margin: 0 .5rem;
  text-align: center;
  font-weight: 400;
  position: relative;
  z-index: 10;
  float: right;
  display: inline-block;
  vertical-align: top;
  padding: .25rem 1rem;
  margin-top: 0;
  font-size: 1.8rem;
  font-weight: bold;
  color: #ffffff;
  height: 3rem; }

.cms-flyout-modal label[for=page-import] {
  float: none;
  line-height: 4rem;
  margin: auto;
  margin-top: 2rem; }

#edit-link-url {
  margin-top: 1rem; }

.page-import.btn, .cms-edit-custompage .cancel-edit, .cms-edit-link-form .cancel-edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: .5rem; }

.cms-flyout-content.cms-custompage-edit .dark.save,
.cms-flyout-content.cms-link-edit .dark.save {
  max-width: none; }

.cms-flyout-modal label[for=page-import] {
  margin-top: 1rem; }

input[name=page-published], .editable-only, input[name=announcement-publish], input[name=page-import], input[name=page-external] {
  display: none; }

.cms-editing .editable-only {
  display: inline-block; }

.cms-editing .editing-only {
  display: block; }

.cms-editing .eu-only {
  display: none; }

.editing-only {
  display: none; }

input[name=section-published]:checked + label span:before, input[name=page-published]:checked + label span:before, input[name=page-external]:checked + label span:before, input[name=publish]:checked + label span:before, input[name=publish-page]:checked + label span:before, input[name=local-or-national]:checked + label span:before, input[name=announcement-publish]:checked + .publish-announcement-label span:before {
  float: right;
  background-image: url(/images/checkbox.svg); }

input[name=section-published] + label span, input[name=page-published] + label span, input[name=page-external] + label span, input[name=publish] + label span, input[name=publish-page] + label span, input[name=local-or-national] + label span, input[name=announcement-publish] + label span, input[name=page-import] + label span, input[name=import-btn] + label span {
  font-size: 1.6rem;
  cursor: pointer; }

input[name=page-import] + label span {
  position: relative;
  bottom: .8rem; }

.MSABC input[name=section-published]:checked + label span:before, .MSABC input[name=page-external]:checked + label span:before, .MSABC input[name=page-published]:checked + label span:before, .MSABC input[name=publish]:checked + label span:before, .MSABC input[name=publish-page]:checked + label span:before, .MSABC input[name=local-or-national]:checked + label span:before {
  background-image: url(/images/checkbox.svg); }

.cms-editing .cms-announcement-content {
  padding: .75rem; }
  .cms-editing .cms-announcement-content.fr-basic {
    padding: 0; }

.cms-page-item .disabled, .cms-link-item .disabled {
  cursor: not-allowed;
  opacity: .4;
  pointer-events: none; }

input[name=section-published] + label span:before, input[name=page-published] + label span:before, input[name=page-external] + label span:before, input[name=publish-page] + label span:before, input[name=publish] + label span:before, input[name=local-or-national] + label span:before, input[name=announcement-publish] + .publish-announcement-label span:before, input[name=page-import] + label span:before {
  float: right;
  color: #da2473;
  background-image: url(/images/checkbox2.svg);
  content: "";
  display: block;
  height: 2rem;
  position: relative;
  top: .25rem;
  padding: 0 1rem;
  cursor: pointer;
  background-size: 115%; }

input[name=page-import] + label span:before {
  background: none; }

.MSABC input[name=section-published] + label span:before, .MSABC input[name=page-external] + label span:before, .MSABC input[name=page-published] + label span:before, .MSABC input[name=publish-page] + label span:before, .MSABC input[name=publish] + label span:before, .MSABC input[name=local-or-national] + label span:before {
  background-image: url(/images/checkbox2.svg); }

.cms-file-details {
  padding: 1rem; }

.cms-file-details input, .cms-img-crop input:not(.img-zoom), .cms-img-link input, .hero-img-crop input:not(.img-zoom) {
  border: 1px solid #da2473;
  width: 100%;
  height: 4.3rem; }

.cms-img-crop input:not(.img-zoom), .hero-img-crop input:not(.img-zoom) {
  padding-left: 1rem; }

.cms-file-details input[type=text]:focus, .cms-img-crop input:not(.img-zoom)[type=text]:focus, .cms-img-crop input:not(.img-zoom)[type=text]:focus, .cms-img-link input[type=text]:focus {
  border-bottom: 0 !important; }

.cms-file-details input.focus, .cms-crop input.focus, .cms-img-link input.focus, .hero-img-crop input.focus {
  border-bottom: 0;
  height: 2.7rem;
  border-bottom: 0 !important;
  outline: none; }

.cms-file-details input + label, .cms-img-crop input:not(.img-zoom) + label, .hero-img-crop input:not(.img-zoom) + label {
  max-height: 1px; }

.cms-file-details .dark {
  margin: 2rem; }

.cms-file-details label, .cms-img-crop:not(.img-zoom) label, .cms-img-link label, .hero-img-crop input:not(.img-zoom) + label {
  display: none; }

.cms-file-details input.focus + label, .cms-img-crop input:not(.img-zoom).focus + label, .cms-img-link input:not(.img-zoom).focus + label, .hero-img-crop input:not(.img-zoom).focus + label {
  outline: none;
  max-height: 1.7rem;
  border: 1px solid #da2473;
  border-top: none;
  font-size: 1.1rem;
  margin-bottom: 0;
  background-color: #ededed;
  color: #da2473;
  padding-left: .5rem;
  display: block;
  text-transform: uppercase; }

.cms-file-details input.focus::-webkit-input-placeholder, .cms-img-crop input:not(.img-zoom).focus::-webkit-input-placeholder, .cms-img-link input.focus::-webkit-input-placeholder, .cms-file-details input.focus:-moz--placeholder, .cms-img-crop input:not(.img-zoom).focus:-moz--placeholder, .cms-img-link input.focus:-moz-placeholder, .cms-file-details input.focus::-moz-placeholder, .cms-img-crop input:not(.img-zoom).focus::-moz-placeholder, .cms-img-link input.focus::-moz-input-placeholder, .cms-file-details input.focus:-ms-input-placeholder, .cms-img-crop input:not(.img-zoom).focus:-ms-input-placeholder, .cms-img-link input.focus:-ms-input-placeholder,
.hero-img-crop input:not(.img-zoom).focus::-webkit-input-placeholder,
.hero-img-crop input:not(.img-zoom).focus:-moz--placeholder,
.hero-img-crop input:not(.img-zoom).focus:-ms-input-placeholder {
  opacity: 0; }

.cms-file {
  margin-bottom: 1rem; }

.file-icon {
  margin-bottom: .75rem;
  font-size: 8rem; }

.cms-file-name {
  text-align: center; }

.cms-file-add:focus span.new-file-add-icon:last-of-type, .cms-file-add:active span.new-file-add-icon:last-of-type, .cms-file-add:hover span.new-file-add-icon:last-of-type, .cms-file-add .new-file-add-icon:last-of-type {
  color: #da2473;
  font-size: 4rem;
  line-height: 5rem;
  font-weight: bold;
  margin-left: .5rem; }

.cms-buttons > div {
  cursor: pointer; }

.up, .down {
  float: right;
  height: 3rem;
  padding: 0 .5rem;
  width: 4rem; }

.up i, .down i {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 3rem;
  background-color: #da2473;
  color: #ffffff; }

.cms-img-add img, .cms-file-add img {
  width: 50%; }

.cms-editing .nationalLocal {
  margin-left: .6rem;
  font-size: 1rem;
  color: white;
  background-color: #da2473;
  padding: 0 .5rem;
  display: inline; }

.cms-editing .cms-controls a.cms-save {
  border-top: none; }

[data-type=image] > a img, [data-type=image] > img {
  background: white; }

.cms-announcement-img > a img, .cms-announcement-img > img {
  background: white; }

.cms-editing .cms-buttons {
  display: block; }

.cms-buttons {
  display: none; }

.cms-editing .cms-only {
  display: block; }

.cms-only {
  display: none; }

img.preloader {
  text-indent: -9999px; }

.cms-editing .unpublished {
  display: block; }

.unpublished, .cms-unpublished {
  display: none; }

div.croppie-container {
  height: auto; }

.cms-editing .cms-links .col-md-4, .cms-editing #forms-info-frame .col-md-4 {
  background-color: #e5e5e5;
  border: 5px white solid;
  padding-bottom: 2rem;
  min-height: 110px;
  height: auto; }

.cms-links-national + .row {
  margin-bottom: 5rem;
  margin-top: 5rem; }

.cms-editing .cms-links .cms-links-national .col-sm-4, .cms-editing #forms-info-frame .cms-forms-national .col-sm-4 {
  background-color: #ffffff; }

.cms-editing .cms-links .cms-buttons, .cms-editing #forms-info-frame .cms-buttons {
  height: 5rem; }

.cms-file-details .modal-header {
  padding-bottom: 2.5rem; }
  .cms-file-details .modal-header .cms-img-chooser-close {
    color: #da2473;
    padding-top: 0; }

body:not(.cms-editing) .cms-announcement-entry[data-state='unpublished'] {
  display: none; }

.cms-editing .all-announcements.collapsed .cms-announcement-entry.overflow {
  display: block !important; }

.cms-show-all {
  font-size: 1.8rem;
  color: #da2473;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  text-decoration: underline; }

.cms-editing .cms-show-all {
  display: none; }

.cms-links div.row, #forms-info div.row {
  padding-bottom: 0; }

.cms-links div.col-sm-4, .cms-links div.col-md-4 {
  padding-bottom: 1.5rem; }

#forms-info div.col-sm-4, #forms-info div.col-md-4 {
  padding-bottom: 1.5rem; }

.cms-img-chooser {
  padding-left: 0; }

.modal.cms-img-chooser, #page_content .modal.cms-file-chooser {
  position: fixed;
  top: 0; }

.cms-file-chooser {
  width: 100%;
  padding-left: 0; }
  .cms-file-chooser[data-id='hero-images'] .cms-delete-img {
    display: none; }

.modal.cms-img-chooser, .modal[data-id=cms-docs-manager] {
  min-height: 100vh; }

.cms-saving .cms-save-spinner.active {
  animation-name: ckw;
  animation-duration: .75s;
  /* Things added */
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  display: inline-block;
  font-size: 1.6rem; }

.cms-save-spinner svg {
  width: 3rem;
  height: 3rem; }

.cms-saving.cms-save {
  padding-left: 0; }

.cms-save-spinner {
  font-size: 2.5rem;
  text-align: center;
  height: 2.9rem; }
  .cms-save-spinner .cms-save-fail {
    color: red; }
  .cms-save-spinner .cms-save-succeed {
    color: white; }
    .cms-save-spinner .cms-save-succeed:active, .cms-save-spinner .cms-save-succeed:hover {
      color: white; }

@keyframes ckw {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.preloadImages {
  text-indent: -9999px;
  position: absolute;
  top: 0; }

.cms-announcement-content a {
  color: #da2473;
  font-weight: 700;
  text-decoration: underline; }
  .cms-announcement-content a:hover, .cms-announcement-content a:active, .cms-announcement-content a:visited, .cms-announcement-content a:link {
    color: #da2473;
    font-weight: 700;
    text-decoration: underline; }

.cms-flyout-modal {
  height: 100%;
  min-height: 100vh;
  background: white;
  z-index: 15; }
  .cms-flyout-modal .row {
    margin-left: 0;
    margin-right: 0; }

.text-center canvas {
  max-width: 100%;
  height: auto; }

.croppie-container .img-zoom-wrap {
  z-index: 1000;
  position: relative; }

.add-sponsor-container {
  display: none; }

.cms-editing .editable-only.cms-local-sponsors {
  display: block; }

.cms-sponsor-icon {
  cursor: pointer; }

/* labels on focus */
.cms-flyout-modal input[type=text] {
  width: 100%;
  background: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  border: 2px solid #da2473;
  height: 4rem;
  font-size: 1.6rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .cms-flyout-modal input[type=text].focus {
    border-color: #da2473;
    border-bottom: none;
    height: 2.4rem; }

form textarea.focus, .cms-flyout-modal input[type=text]:focus, form textarea:focus {
  border-color: #da2473;
  border-bottom: none;
  height: 2.4rem; }

.cms-flyout-modal input[type=text]:focus + label {
  background: #da2473;
  color: white;
  padding: 1px 6px;
  margin-bottom: 0;
  z-index: 2;
  text-transform: uppercase;
  font-size: 1.1rem;
  line-height: 1.4rem; }

.cms-flyout-modal label {
  position: relative;
  font-size: 1.4rem;
  text-align: center; }

.cms-flyout-modal textarea {
  display: block;
  resize: vertical; }

.cms-flyout-modal label {
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%; }

.cms-flyout-modal input[type=text]:focus {
  border-bottom: none !important; }

.cms-flyout-modal input[type=text].focus {
  border-bottom: none !important; }
  .cms-flyout-modal input[type=text].focus + label {
    display: block; }

.cms-flyout-modal input[type=text]:focus + label {
  display: block; }

.cms-editing .editable-only.cms-sponsor-trash, .cms-editing .editable-only.cms-sponsor-link {
  position: absolute;
  background: #da2473;
  color: white;
  font-size: 2.5rem;
  font-weight: 700;
  cursor: pointer;
  height: 4rem;
  width: 4rem;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.cms-section[data-section=heroImgTemplate] {
  margin-top: 0; }

.hero-row[data-type="image"] > img, .hero-row[data-type="image"] > a img {
  min-width: 100vw;
  min-height: 25vw; }

.cms-editing .cms-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .cms-editing .cms-container:before {
    display: table;
    content: " "; }
  .cms-editing .cms-container:after {
    display: table;
    content: " ";
    clear: both; }
  .cms-editing .cms-container:before {
    display: table;
    content: " "; }
  .cms-editing .cms-container:after {
    display: table;
    content: " ";
    clear: both; }

#cms-flyout {
  border-left: 4px solid #d3d3d3;
  z-index: 2001; }

.cms-flyout-content.cms-sponsor-edit input, .cms-flyout-content.cms-local-sponsor input {
  margin: 0 auto; }

.cms-flyout-content.cms-sponsor-edit label, .cms-flyout-content.cms-local-sponsor label {
  margin: 0 auto;
  display: none; }

.cms-sponsor-edit form.error:after {
  content: "Invalid Link";
  text-align: center;
  display: block;
  color: red;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: .25rem; }

/* slider */
.cms-slider {
  overflow: hidden;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 5;
  margin-bottom: 4rem; }
  .cms-slider .sponsor-logo {
    padding: 0 1.5rem;
    position: relative; }

.cms-editing .cms-slider {
  display: block; }
  .cms-editing .cms-slider .cms-slide {
    padding: 1.5rem; }

/* slider */
.grid {
  margin: 0 auto;
  max-width: 900px; }
  .grid:after {
    content: '';
    display: block;
    clear: both; }

/* clear fix */
/* ---- .grid-item ---- */
.grid-item {
  float: left;
  width: 10rem;
  height: 10rem;
  color: white;
  font-size: 2rem;
  padding: .8rem; }
  .grid-item:hover {
    cursor: default; }
  .grid-item a {
    position: relative;
    z-index: 100; }

.cms-editing .grid-item a {
  position: static; }

.cms-sponsor-buttons i {
  pointer-events: none; }

.cms-editing .grid-item {
  cursor: move; }

.grid-item--width2 {
  width: 20rem; }

.grid-item--width3 {
  width: 30rem; }

.grid-item--width4 {
  width: 40rem; }

.grid-item--height2 {
  height: 20rem; }

.grid-item:hover {
  border-color: rgba(255, 255, 255, 0.5); }

.grid-item.is-dragging, .grid-item.is-positioning-post-drag {
  background: #C90;
  z-index: 2; }

.cms-sponsor-buttons {
  display: none; }

.cms-editing .cms-sponsor-buttons {
  position: absolute;
  width: inherit;
  height: inherit;
  z-index: 1000;
  display: block; }

.cms-custom-bottom .fr-title {
  display: none; }

.cms-slide .editable-only.cms-sponsor-trash {
  right: 1.6rem;
  bottom: 3rem; }

.grid-item .editable-only.cms-sponsor-trash {
  right: 1.6rem;
  bottom: 1.6rem; }

.packery-drop-placeholder {
  outline: 3px dashed rgba(0, 0, 0, 0.5);
  outline-offset: -6px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s; }

input[name=local-or-national] {
  display: none; }

.cms-sponsor-icon img {
  width: 100%; }

.cms-col-sm-6, .cms-col-md-4,
.cms-col-md-6 {
  display: inline-block;
  float: left; }

.cms-col-sm-6, .cms-col-md-6 {
  width: 50%; }

html body .cms-file-chooser {
  overflow-y: scroll;
  height: calc(100% - 3.5rem); }

.cms-entry-blurbs {
  margin-bottom: 3rem; }

.cms-title-bold .cms-entry-title {
  font-weight: bold; }

.cms-entry-blurb .editable .fr-toolbar.fr-top {
  border-top: 0; }

.cms-entry-blurb .cms-entry-content a, .cms-entry-blurb .cms-entry-content a:link, .cms-entry-blurb .cms-entry-content a:visited, .cms-entry-blurb .cms-entry-content a:active, .cms-entry-blurb .cms-entry-content a:hover {
  text-decoration: underline; }

.cms-entry-blurb .cms-entry-content, .cms-entry-blurb .cms-entry-content > *:not(a), .cms-entry-blurb .cms-entry-title, .cms-entry-blurb .cms-entry-content li {
  color: #1E1E23;
  font-size: 1.8rem;
  font-family: "Source Sans Pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.025em;
  line-height: 2.7rem; }

.cms-entry-blurb .cms-entry-title {
  text-align: center;
  font-size: 2rem; }

.cms-entry-blurb .editing.cms-entry-content {
  border: 2px dashed #da2473;
  border-top: none;
  padding: .5rem 1rem; }

.cms-entry-blurb .editing.fr-basic {
  padding: 0; }

.cms-entry-blurb .editing.cms-entry-title input {
  width: 100%;
  padding: .5rem 1rem;
  border: 2px dashed #da2473;
  border-top: none; }

.cms-editing .cms-entry-blurb {
  background: #e5e5e5;
  padding: 1rem;
  margin: .75rem 0; }

.cms-entry-custom-title .editable .fr-toolbar.fr-top {
  border-top: 0; }

.cms-entry-custom-title .cms-entry-title {
  color: #1E1E23;
  font-size: 4.2rem;
  text-transform: uppercase; }

.cms-entry-custom-title .editing.fr-basic {
  padding: 0; }

.cms-entry-custom-title .editing.cms-entry-title input {
  width: 100%;
  padding: .5rem 1rem;
  border: 2px dashed #da2473;
  border-top: none; }

.cms-editing .cms-entry-custom-title {
  background: #e5e5e5;
  padding: 1rem;
  width: 80%; }

.cms-flyout-content.cms-custompage-edit form label[for=page-published],
.cms-flyout-content.cms-link-edit form label[for=page-published],
.cms-flyout-content form label[for=page-import] {
  display: block; }

.flyout-modal-header.tabs {
  background: #fff;
  border-bottom: 2px #da2473 solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.5rem;
  height: 3.5rem; }
  .flyout-modal-header.tabs #cms-flyout-close {
    bottom: -2px;
    color: #da2473;
    opacity: 1;
    right: 1rem; }
  .flyout-modal-header.tabs .cms-flyout-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.cms-flyout-tab {
  background: #da2473;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  color: #fff;
  cursor: pointer;
  height: 3.2rem;
  padding: .5rem;
  width: 18rem; }
  .cms-flyout-tab.tab2 {
    background: #fff;
    border: 2px #da2473 solid;
    border-bottom: 0;
    color: #da2473; }

.sponsor-color {
  fill: #e54a98; }

.leaderboard-box {
  border: 1px solid #000; }
  .leaderboard-box p {
    word-break: break-word;
    word-wrap: break-word; }
  .leaderboard-box h1 {
    background-color: #333333;
    background-image: none;
    background-size: cover;
    background-position: 50%;
    color: #e0457b;
    height: 240px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 6rem;
    text-align: center;
    width: 175px; }
  .leaderboard-box h2 {
    color: #1e1e1e;
    font-weight: 600;
    margin-bottom: 2.5rem;
    text-transform: capitalize; }
  .leaderboard-box p.text-center {
    line-height: 1.2; }
  .leaderboard-box .name {
    font-weight: bold; }
  .leaderboard-box img:not(.national-top-badge) {
    height: 240px;
    width: 175px; }

#ourmen {
  margin: 1rem auto;
  max-width: 870px;
  text-transform: uppercase;
  text-align: center; }

#ourmen .name,
#ourmen .amount-raised {
  font-size: 1.8rem; }

#ourmen .col-xs-3 {
  padding: 0;
  margin: 1.2em;
  width: 17.7rem; }

#ourmen .company {
  font-size: 1.8rem;
  text-transform: none;
  font-weight: normal; }

.cms-section .section-title input {
  text-align: center; }

.fr-popup.fr-active {
  z-index: 10000 !important; }

.crop-photo-container img {
  max-width: 100%; }

.crop-photo-container .cropper-container.cropper-bg {
  background: #fff; }

span.cropper-move,
span.cropper-face,
div.cropper-modal {
  opacity: 0; }

span.cropper-view-box {
  outline: 1px solid #000; }

.cropper-canvas {
  z-index: 99999; }

div.cropper-wrap-box {
  background: #fff;
  z-index: 999999;
  position: relative; }

@media only screen and (min-width: 1290px) {
  body.slideout-open {
    overflow: scroll;
    padding-right: calc(100% - 970px); }
    body.slideout-open .loggedin-module {
      padding-right: calc(100% - 970px); }
  .cms-flyout-modal .modal-body, .translate-item.editing {
    padding: 0; }
  .cms-delete-img {
    font-size: 2rem;
    height: 3rem;
    width: 3rem;
    padding-left: .65rem; }
  .cms-flyout-content.cms-img-choosers, .cms-flyout-content.cms-file-list {
    overflow-y: hidden; } }

@media only screen and (min-width: 1445px) {
  .cms-flyout-modal {
    width: 42.5rem;
    position: fixed;
    left: initial;
    right: 0;
    top: 0; } }

@media only screen and (min-width: 992px) {
  body:not(.cms-editing) .cms-links-national + .row {
    margin-left: 12rem; }
  html body .cms-file-chooser {
    border-radius: 0;
    box-shadow: none;
    position: absolute;
    overflow-y: auto;
    height: calc(100% - 3.5rem);
    width: 98.5%; }
  html body .cms-img-chooser {
    border-radius: 0;
    box-shadow: none;
    position: absolute;
    overflow-y: scroll;
    height: 100%;
    position: static; }
  html body .cms-file-chooser .modal-dialog, html body .cms-img-chooser .modal-dialog {
    border: 0;
    width: 450px;
    position: absolute;
    right: 0;
    margin-right: 0; }
  html body .cms-file-img-chooser .modal-content {
    border: 0;
    border-radius: 0;
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 0 0; }
  .cms-file-chooser .modal-body .row, .cms-img-chooser .modal-body .row {
    margin: 0 0 0 0; }
  .cms-file-chooser .row:not(.cms-file-add-buttons) {
    margin-bottom: 6rem; }
  .cms-file-chooser .modal-body {
    overflow-y: scroll;
    height: calc(100vh - 28px); }
  .cms-img-chooser .modal-body {
    overflow-y: scroll;
    height: calc(100vh - 28px); }
  .cms-file-chooser .modal-body::-webkit-scrollbar, .cms-img-chooser .modal-body::-webkit-scrollbar {
    width: 1rem;
    background: #ccc;
    border-left: 1px solid #ccc; }
  .cms-file-chooser .modal-body::-webkit-scrollbar-button, .cms-img-chooser .modal-body::-webkit-scrollbar-button {
    background: #da2473;
    height: 1rem; }
  .cms-file-chooser .modal-body::-webkit-scrollbar-track-piece, .cms-img-chooser .modal-body::-webkit-scrollbar-track-piece {
    background: #ccc; }
  .cms-file-chooser .modal-body::-webkit-scrollbar-thumb, .cms-img-chooser .modal-body::-webkit-scrollbar-thumb {
    background: #da2473;
    height: 4rem; }
  body.controls-in-use {
    padding-right: 4rem; }
    body.controls-in-use .loggedin-module {
      padding-right: 4rem; } }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.loader-holder {
  width: 40%;
  margin: 0 auto 2rem auto;
  text-align: center;
  overflow: hidden;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.website-url {
  font-size: 1.5rem;
  text-transform: lowercase; }

/* announcements cms */
.cms-announcement-title {
  font-size: 2.684rem;
  color: #1e1e23; }

.cms-delete-section:hover, .cms-delete-section:link, .cms-delete-section:active, .cms-delete-section:visited {
  color: red; }

.cms-delete-page:hover, .cms-delete-page:link, .cms-delete-page:active, .cms-delete-page:visited, .cms-delete-link:hover, .cms-delete-link:link, .cms-delete-link:active, .cms-delete-link:visited {
  color: red; }

.cms-delete-announcement:hover, .cms-delete-announcement:link, .cms-delete-announcement:active, .cms-delete-announcement:visited {
  color: red; }

.cms-delete-section, .cms-delete-page, .cms-delete-announcement, .cms-delete-link {
  padding-right: 1.5rem;
  color: red;
  font-size: 1.8rem; }

.cms-delete-section span, .cms-delete-page span, .cms-delete-announcement span, .cms-delete-link span {
  font-weight: bold;
  padding-left: 1rem; }

.editable-only.cms-delete-section, .editable-only.cms-delete-page, .editable-only.cms-delete-announcement, .editable-only.cms-delete-link {
  color: transparent;
  cursor: default;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.editable-only.cms-delete-section span, .editable-only.cms-delete-announcement span, .editable-only.cms-delete-page span, .editable-only.cms-delete-link span {
  display: none; }

.editable.editable-only.editing.cms-delete-section, .editable.editable-only.editing.cms-delete-announcement, .editable.editable-only.editing.cms-delete-page, .editable.editable-only.editing.cms-edit-page, .editable.editable-only.editing.cms-delete-link, .editable.editable-only.editing.cms-edit-link {
  text-align: right;
  background-color: #da2473;
  color: #ffffff;
  float: right;
  padding: .25rem .5rem;
  cursor: pointer;
  font-weight: bold;
  display: inline;
  margin-left: .5rem;
  height: 3rem;
  width: 3rem; }

.cms-edit-page img, .cms-edit-link img {
  height: 2rem; }

.cms-editing .cms-links .cms-trash, .cms-editing #forms-info-frame .cms-trash {
  background: #da2473;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 2rem;
  float: right;
  padding: 0;
  margin-top: .4rem;
  color: #ffffff; }

.editable.editable-only.editing.cms-delete-section span, .editable.editable-only.editing.cms-delete-page span, .editable.editable-only.editing.cms-delete-announcement span, .editable.editable-only.editing.cms-delete-link span {
  background: #da2473;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 2rem;
  float: right;
  padding: 0;
  margin-top: .4rem;
  color: #ffffff; }

.cms-editing .cms-links .cms-trash, .cms-editing #forms-info-frame .cms-trash {
  height: 3rem;
  margin-top: 0;
  width: 3rem; }

.cms-announcement-content {
  font-size: 1.8rem;
  color: #595959;
  word-wrap: break-word;
  word-break: break-word; }
  .cms-announcement-content * {
    font-size: 1.8rem;
    word-wrap: break-word;
    word-break: break-word; }

.expander {
  cursor: pointer;
  display: block;
  text-align: right;
  color: #da2473; }
  .expander a {
    display: block;
    text-align: right;
    color: #da2473; }
    .expander a:link, .expander a:visited, .expander a:hover, .expander a:active {
      display: block;
      text-align: right;
      color: #da2473; }

.cms-editing [data-type=image] > *, .cms-editing .cms-announcement-img.editable.editing > * {
  cursor: pointer; }

[data-type=image] > a img, [data-type=image] > img {
  width: 25rem;
  height: 25rem; }

.cms-announcement-img > a img, .cms-announcement-img > img {
  width: 25rem;
  height: 25rem; }

.cms-announcement {
  padding-bottom: 2rem; }

.cms-announcement-title input {
  padding: .75rem;
  font-size: 2.3rem;
  width: 100%;
  color: #595959; }

.cms-controls-container {
  height: 100vh;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: fixed;
  top: 0;
  z-index: 10000; }

.cms-controls {
  z-index: 15;
  background: #444444;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  width: 3rem;
  position: fixed;
  right: 0;
  top: 25%;
  border-left: 3px solid #777777; }
  .cms-controls > a {
    width: 3rem; }

.cms-announcement-content.editing.fr-top {
  padding: 0; }

.cms-controls.in-use .cms-edit {
  cursor: default;
  display: none; }

.cms-controls.cms-hide {
  transition: .5s;
  right: 0;
  width: 1rem; }
  .cms-controls.cms-hide .cms-edit {
    height: 3rem; }
  .cms-controls.cms-hide svg {
    display: none; }
  .cms-controls.cms-hide > a {
    border-bottom: none; }

.cms-controls .cms-collapse:before {
  content: "> >"; }

.cms-controls.cms-hide .cms-collapse {
  display: none; }

.cms-editing .red-border {
  border: 2px dashed red; }

.cms-editing .cms-announcement-content.red-border, .cms-editing .cms-announcement-title.red-border {
  border-top: none; }

.editable.editing > img, .editable.editing a > img {
  border: 2px dashed #da2473; }

.cms-announcement-content.editable.editing, .cms-announcement-title.editable.editing {
  border: 2px dashed #da2473; }

.cms-editing p.cms-title {
  font-size: 1.6rem;
  background: #da2473;
  color: #ffffff;
  display: block;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 1rem;
  padding-left: 1rem; }

p.cms-title, .nationalLocal {
  display: none; }

.cms-editing [data-type=image]:not(.cms-section), .cms-announcement-img {
  position: relative;
  left: 1.5rem; }

.cms-announcement-content.editable.editing, .cms-announcement-title.editable.editing {
  border-top: none;
  padding: 0; }

.cms-editing .cms-announcement-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.cms-announcement-content.editing.editable {
  padding: 0 .75rem;
  margin-top: 0; }
  .cms-announcement-content.editing.editable.fr-basic {
    padding: 0; }

.editable.editing input {
  border: none; }

.cms-editing.cms-su .edit-img-container, .editable.editing .edit-img-container {
  width: 4rem;
  height: 4rem;
  background-color: #da2473;
  cursor: pointer; }

.edit-img-container {
  display: none; }

.cms-editing.cms-su .edit-img-container, .editable.editing .edit-img-container {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 4rem;
  height: 4rem; }

.cms-controls > a {
  border-top: 2px solid #555;
  padding: .75rem .25rem .25rem .25rem;
  z-index: 15;
  color: #ffffff; }

a.cms-add-page {
  width: auto; }
  a.cms-add-page img {
    width: 3rem;
    height: 100%; }

a.cms-cancel:hover {
  color: #ffffff; }

.cms-controls .cms-translate {
  font-size: 2.5rem; }

.cms-controls .cms-cancel {
  font-size: 3rem;
  padding-top: 0; }

.cms-controls > a:first-of-type {
  border-top: none; }

.cms-controls svg {
  max-width: 100%; }

.cms-controls a.cms-collapse {
  padding-top: 0;
  color: #ffffff;
  height: 3rem;
  transform: scale(1, 3);
  -webkit-transform: scale(1, 3);
  -moz-transform: scale(1, 3);
  -ms-transform: scale(1, 3);
  -o-transform: scale(1, 3);
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  z-index: 5; }
  .cms-controls a.cms-collapse:link, .cms-controls a.cms-collapse:visited, .cms-controls a.cms-collapse:hover, .cms-controls a.cms-collapse:active {
    color: #ffffff; }

.cms-announcement-content.editable {
  border: 2px solid transparent; }

[data-type=text] .fr-toolbar {
  height: 4.3rem; }

.fr-element {
  background: #ffffff; }

[data-type=text] .fr-wrapper {
  height: 3.5rem; }

.editable .fr-toolbar.fr-top {
  -webkit-border-radius: 0;
  border-radius: 0;
  border-color: #da2473; }

.cms-file img, .cms-template img, .cms-img img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1.6rem; }

.cms-file-add img, .cms-img-add img {
  margin-bottom: 0; }

div.cms-img-crop input:not(.img-zoom).focus {
  height: 2.7rem;
  border-bottom: none; }

div.hero-img-crop input:not(.img-zoom).focus {
  height: 2.7rem;
  border-bottom: none; }

div.cms-file-details input.focus {
  height: 2.7rem;
  border-bottom: none;
  padding: 0 1rem; }
  div.cms-file-details input.focus + label {
    width: 100%;
    display: block; }

div.cms-img-crop input:not(.img-zoom).focus + label {
  width: 100%;
  display: block; }

div.hero-img-crop input:not(.img-zoom).focus + label {
  width: 100%;
  display: block; }

.editable.editing input[name='publish'] {
  display: none; }

.cms-img-crop .crop-photo-container {
  margin-top: 2rem; }

.cms-img-crop .row.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  margin: 0 auto;
  width: 100%; }

.cms-img-crop .modal-dialog {
  width: 100vw;
  height: 100vh;
  padding: 0; }

.hero-img-crop .crop-photo-container {
  margin-top: 2rem; }

.hero-img-crop .row.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  margin: 0 auto;
  width: 100%; }

.hero-img-crop .modal-dialog {
  width: 100vw;
  height: 100vh;
  padding: 0; }

.cms-template-chooser .modal-dialog, .cms-img-chooser .modal-dialog, .cms-file-chooser .modal-dialog {
  width: 100vw;
  height: 100vh;
  padding: 0; }

.cms-loader-holder .modal-body, .cms-loader-holder .modal-dialog {
  width: 100vw;
  height: 100vh;
  padding: 0; }

.cms-loader-holder p {
  font-size: 2rem; }

#delete-img p.text-center {
  font-size: 2rem; }

a[href='https://www.froala.com/wysiwyg-editor?k=u'] {
  display: none !important; }

.cms-loader-holder .modal-body {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column; }

.cms-loader-holder .loader-holder {
  height: 100vh;
  -webkit-justify-content: center;
  justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column; }

.cms-loader-holder .modal-dialog {
  opacity: .9; }

.cms-loader-holder .modal-content {
  border-radius: 0; }

.cms-file-chooser .row, .cms-template-chooser .row, .cms-img-chooser .row {
  padding: 0 .75rem; }

.cms-img-crop .modal-body {
  margin-top: 2.5rem; }

.cms-img-crop .modal-header {
  padding: 0;
  background: #da2473;
  font-size: 2rem;
  font-weight: 600;
  padding: .75rem 1.5rem;
  color: #fff;
  text-transform: uppercase;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  letter-spacing: .15rem; }

.hero-img-crop .modal-body {
  margin-top: 2.5rem; }

.hero-img-crop .modal-header {
  padding: 0;
  background: #da2473;
  font-size: 2rem;
  font-weight: 600;
  padding: .75rem 1.5rem;
  color: #fff;
  text-transform: uppercase;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  letter-spacing: .15rem; }

.cms-file-chooser .modal-header, .cms-template-chooser .modal-header, .cms-img-chooser .modal-header {
  padding: 0;
  background: #da2473;
  font-size: 2rem;
  font-weight: 600;
  padding: .75rem 1.5rem;
  color: #fff;
  text-transform: uppercase;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  letter-spacing: .15rem; }

.cms-img-crop.modal, .cms-file-chooser.modal, .cms-template-chooser.modal, .cms-img-chooser.modal {
  overflow-x: hidden; }

.cms-file-chooser .modal-body, .cms-img-crop .modal-body, .cms-template-chooser .modal-body, .cms-img-chooser .modal-body, .hero-img-crop .modal-body {
  padding: 0 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  min-height: 100vh;
  overflow: scroll-y; }

.cms-template-chooser .modal-body, .cms-file-chooser .modal-body {
  min-height: 100vh; }

.cms-img-chooser .modal-body {
  min-height: 100vh; }

.cms-img-chooser .modal-content {
  border-radius: 0; }

.cms-template-chooser .modal-content, .cms-file-chooser .modal-content {
  border-radius: 0; }

.cms-template-chooser .cms-template {
  height: 12rem; }

.cms-img-crop .modal-body {
  flex-direction: column;
  -webkit-flex-direction: column; }

.cms-img-crop .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 1rem; }

.cms-img-crop input:not(.img-zoom) {
  width: 100%; }

.cms-img-crop .row label {
  width: 7rem; }

.hero-img-crop .modal-body {
  flex-direction: column;
  -webkit-flex-direction: column; }

.hero-img-crop .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 1rem; }

.hero-img-crop input:not(.img-zoom) {
  width: 100%; }

.hero-img-crop .row label {
  width: 7rem; }

a.cms-file-add {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 2.5rem;
  font-weight: 700;
  color: #000000; }
  a.cms-file-add:link, a.cms-file-add:hover, a.cms-file-add:active, a.cms-file-add:visited {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 2.5rem;
    font-weight: 700;
    color: #000000; }

.cms-file-add-buttons, .cms-img-add-buttons {
  padding: 1rem; }

.cms-delete-file, .cms-delete-img {
  position: absolute;
  background-color: #da2473;
  right: 1.5rem;
  font-size: 2.75rem;
  padding-left: .8rem;
  font-weight: bold;
  height: 4rem;
  width: 4rem;
  color: #ffffff; }

.cms-delete-file {
  bottom: 5.5rem;
  right: 0; }

.cms-rename-file {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #da2473;
  font-size: 2.75rem;
  padding-left: .8rem;
  font-weight: bold;
  height: 4rem;
  width: 4rem;
  color: #ffffff;
  float: right; }
  .cms-rename-file > img {
    margin-bottom: 0.3rem; }

.translation:before,
.translation-previous:before,
.admin-interface .edit-me:before {
  display: block;
  font-weight: bold; }

.translation-previous:before {
  content: "Previous Translation:"; }

body.noscroll {
  overflow: hidden;
  margin-right: 0; }

.modal-header .cms-template-chooser-close, .modal-header .cms-file-chooser-close, .modal-header .cms-img-chooser-close {
  color: #fff;
  font-weight: bold;
  padding: .5rem 2rem;
  transform: scale(1.5, 1);
  -webkit-transform: scale(1.5, 1);
  -moz-transform: scale(1.5, 1);
  -ms-transform: scale(1.5, 1);
  -o-transform: scale(1.5, 1);
  position: absolute;
  right: 0; }

.cms-add-icon {
  color: #da2473; }

.cms-file-add-icon, .cms-link-add-icon, .cms-img-add-icon, .cms-section-add-icon, .cms-add-icon, .cms-editing .add-sponsor-container, .cms-add-section-container, .add-announcement-container {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  width: 50%;
  margin: 0 auto;
  clear: both;
  position: relative;
  z-index: 1; }

#page_body_container a.cms-add-icon:hover {
  text-decoration: none; }

.cms-template, .cms-file, .cms-img {
  background: #f7f9f9;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  padding: 0 .75rem; }

.cms-template {
  border: 5px solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.cms-upload, .cms-flyout-modal .cms-upload-file[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.cms-file-add-icon span:last-of-type, .cms-file-add-icon:link span:last-of-type, .cms-file-add-icon:hover span:last-of-type, .cms-file-add-icon:visited span:last-of-type, .cms-file-add-icon:active span:last-of-type, .cms-link-add-icon span:last-of-type, .cms-link-add-icon:link span:last-of-type, .cms-link-add-icon:hover span:last-of-type, .cms-link-add-icon:visited span:last-of-type, .cms-link-add-icon:active span:last-of-type {
  color: #333333;
  font-weight: bold;
  font-size: 2rem;
  text-transform: uppercase; }

.cms-file-add span:last-of-type, .cms-file-add:link span:last-of-type, .cms-file-add:hover span:last-of-type, .cms-file-add:visited span:last-of-type, .cms-file-add:active span:last-of-type {
  color: #333333;
  font-weight: bold;
  font-size: 2rem;
  text-transform: uppercase; }

.cms-section-add-icon span:last-of-type, .cms-section-add-icon:link span:last-of-type, .cms-section-add-icon:hover span:last-of-type, .cms-section-add-icon:visited span:last-of-type, .cms-section-add-icon:active span:last-of-type {
  color: #333333;
  font-weight: bold;
  font-size: 2rem;
  text-transform: uppercase; }

.cms-add-icon span:last-of-type, .cms-add-icon:link span:last-of-type, .cms-add-icon:hover span:last-of-type, .cms-add-icon:visited span:last-of-type, .cms-add-icon:active span:last-of-type {
  color: #333333;
  font-weight: bold;
  font-size: 2rem;
  text-transform: uppercase; }

.cms-img-add-icon span:last-of-type, .cms-img-add-icon:link span:last-of-type, .cms-img-add-icon:hover span:last-of-type, .cms-img-add-icon:visited span:last-of-type, .cms-img-add-icon:active span:last-of-type {
  color: #333333;
  font-weight: bold;
  font-size: 2rem;
  text-transform: uppercase; }

.cms-img-add span:last-of-type, .cms-img-add:link span:last-of-type, .cms-img-add:hover span:last-of-type, .cms-img-add:visited span:last-of-type, .cms-img-add:active span:last-of-type {
  color: #333333;
  font-weight: bold;
  font-size: 2rem;
  text-transform: uppercase; }

.add-icon {
  color: #da2473;
  font-size: 19rem;
  height: 12rem;
  line-height: 10rem;
  font-weight: bold; }

.header-text {
  width: 100%;
  text-align: center; }

.loader {
  margin: 30px auto;
  font-size: 1rem;
  position: relative;
  text-indent: -9999em;
  display: inline-block;
  border-top: 1rem solid #edd6ed;
  border-right: 1rem solid #da2473;
  border-bottom: 1rem solid #edd6ed;
  border-left: 1rem solid #edd6ed;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }

.cms-page-item .loader, .cms-link-item .loader {
  height: 5rem;
  margin: 0 auto;
  width: 5rem; }

.cms-page-item .loader-holder, .cms-link-item .loader-holder {
  position: absolute;
  left: 5rem;
  top: 1rem; }

.loader {
  border-radius: 50%;
  width: 10rem;
  height: 10rem; }
  .loader:after {
    border-radius: 50%;
    width: 10rem;
    height: 10rem; }

#delete-img a.btn.decline-modal {
  width: 15rem; }

.fr-counter {
  display: none !important; }

#main .cms-announcement-content.collapsed:not(.editing) {
  max-height: 18.2rem;
  overflow: hidden; }

#main .cms-announcement-content.expanded:not(.editing) {
  max-height: none; }

#main .cms-announcement-content .fr-counter {
  border-top: solid 1px #da2473;
  border-left: solid 1px #da2473;
  color: #da2473;
  display: block !important; }

.cms-editing .cms-announcement-entry {
  background: #e5e5e5;
  border-bottom: 1rem solid #fff; }

.cms-editing .cms-announcement-entry .cms-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.cms-buttons {
  padding-top: 1rem;
  margin-right: 1rem; }

/* end announcements cms */
.col-md-4.cms-published .more-info-pages a {
  background-position: left;
  background-repeat: no-repeat; }

.add-file-container, .add-link-container {
  display: block; }

.cms-file-add-icon, .cms-link-add-icon {
  width: 100%; }

.cms-upload-hero, .hero-link-edit {
  background-color: #da2473;
  bottom: 60px;
  box-shadow: -4px 4px 2px rgba(0, 0, 0, 0.5);
  border: 3px solid white;
  left: calc(100% - 10rem);
  padding: 5px 7px 3px;
  position: relative;
  text-align: center;
  width: 4.8rem; }

a.local-hero-link:not([href]) {
  cursor: default; }

.hero-edit-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

a.hero-link-edit {
  color: #fff;
  left: 2rem;
  position: relative; }
  a.hero-link-edit i {
    font-size: 2.5rem;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%); }
  a.hero-link-edit:hover {
    color: #fff; }

.fr-colors-buttons {
  min-width: 17rem; }

.cms-editing h2 {
  margin-top: 0; }

.cms-sections > div > .cms-buttons {
  border-top: 2px dashed #da2473;
  padding-left: 1rem;
  padding-right: .5rem;
  margin-top: 1rem;
  margin-right: 1rem; }

.cms-sections > .row {
  margin-left: 0;
  margin-right: 0; }

.cms-section-add-icon {
  z-index: 1; }

.cms-sections {
  z-index: 10;
  position: relative; }

.cms-sponsor-logo {
  margin: .5rem; }

.cms-sponsor-icon {
  padding-bottom: .5rem; }

.cms-sponsor-icon:nth-child(odd) {
  padding-right: .25rem; }

.cms-sponsor-icon:nth-child(even) {
  padding-left: .25rem; }

.sponsor-logos a.left-arrow, .sponsor-logos a.right-arrow, .partner-logos a.left-arrow, .partner-logos a.right-arrow {
  display: block;
  height: 95px;
  margin: 0;
  padding-right: 3em;
  position: absolute;
  top: 0;
  width: 23px;
  z-index: 5; }

.sponsor-logos a.left-arrow, .partner-logos a.left-arrow {
  background: white url("../../../img/left-arrow.png") no-repeat 0;
  left: 0; }

.sponsor-logos a.right-arrow, .partner-logos a.right-arrow {
  background: white url("../../../img/right-arrow.png") no-repeat 0;
  right: 0; }
  .sponsor-logos a.right-arrow:before, .partner-logos a.right-arrow:before {
    background: white;
    content: " ";
    display: block;
    height: 100%;
    left: -20px;
    position: absolute;
    width: 20px; }

.sponsor-logos img, .partner-logos img {
  display: inline;
  margin: 0 auto;
  max-height: 95px; }

.become-sponsor .col-xs-12 {
  margin: 50px auto 0 auto;
  text-align: center; }

.sponsor-logos, .partner-logos {
  margin: 0 auto;
  position: relative;
  width: 100%; }
  .sponsor-logos .col-sm-2, .partner-logos .col-sm-2 {
    margin: 0 20px;
    padding: 0; }

[data-var='link'].cms-error:after, [data-var='link'].cms-error-youtube:after, [data-var='link'].cms-button-url-error:after, [data-var='link'].cms-button-text-error:after {
  color: red;
  font-weight: bold;
  font-size: 1.6rem; }

[data-var='link'].cms-error:after:not(.cms-error-google) {
  content: "Invalid URL Format"; }

[data-var='link'].cms-error-youtube:after {
  content: "Must be a valid Youtube URL"; }

[data-var='link'].cms-button-url-error:after {
  content: "Must be a valid URL example: http://www.url.com"; }

[data-var='text'].cms-button-text-error:after {
  color: red;
  font-weight: bold;
  font-size: 1.6rem; }

[data-var='text'].cms-button-text-error:after {
  content: "Please enter Button Text"; }

@media only screen and (max-width: 767px) {
  .cms-editing .cms-google-calendar-help {
    top: 13rem; }
  .cms-editing [data-section="googleCalendarTemplate"] .tooltip {
    width: auto; }
  .cms-editing [data-section=googleCalendarTemplate] .cms-view-edit {
    width: 90%; }
  .cms-flyout-tab {
    width: 13.7rem; }
  a.btn.dark.crop-photo {
    width: 19.5rem; }
  #cms-import-page-help {
    position: relative;
    left: 7rem;
    bottom: 5rem;
    width: 5rem;
    height: 5rem;
    padding: 1rem;
    right: initial;
    top: initial; }
  .col-md-4.cms-published .more-info-pages {
    webkit-justify-content: left;
    justify-content: left;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 15px; }
  #forms-info div.col-md-4 {
    text-align: center; }
  .flyout-back {
    min-width: 20rem; }
  .cms-flyout-modal {
    width: 100%;
    position: fixed;
    top: 0;
    overflow-y: scroll; }
  .cms-editing .full .editable-only.cms-sponsor-link {
    left: 3.2rem; }
  .cms-editing .full .editable-only.cms-sponsor-trash {
    right: 4.8rem; }
  .full {
    margin-left: -5rem; }
  .cms-flyout-modal .btn.dark {
    width: 92%; }
  .cms-flyout-content.cms-custompage-edit .save.dark, .cms-flyout-content.cms-edit-custompage a.btn.dark, .cms-flyout-content.cms-link-edit a.btn.dark {
    width: 19.5rem; }
  .col-md-4.cms-published a {
    display: block; }
  .cms-editing.cms-su .cms-announcement-entry .edit-img-container, .cms-announcement-entry .editable.editing .edit-img-container {
    float: right;
    right: calc(50% - 12.5rem);
    position: absolute;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 2px; }
  .cms-editing.cms-su .cms-announcement-entry .edit-img-link-container, .cms-announcement-entry .editable.editing .edit-img-link-container {
    display: inline-block;
    float: left;
    right: calc(50% + 8.3rem);
    position: absolute;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 20.8rem; }
  .cms-announcement .fr-popup .fr-color-set > span {
    width: 24px; }
  div.cms-file-details input.focus + label {
    max-width: 100%; }
  .cms-upload-hero {
    padding: 0px; }
  #announcements {
    margin-top: 30px; }
    #announcements .col-sm-4 {
      margin-bottom: 36px; }
      #announcements .col-sm-4 .announcement-content {
        border-bottom: 1px solid #aaa;
        border-right: 0;
        border-left: 0;
        padding-bottom: 18px;
        border-left: none;
        border-right: none; }
        #announcements .col-sm-4 .announcement-content h3 {
          font-size: 1.357em; }
        #announcements .col-sm-4 .announcement-content p {
          font-size: 0.857em; }
  /* cms */
  [data-type=image], .cms-announcement-img {
    padding-bottom: 1rem;
    text-align: center; }
  .cms-delete-section.editable.editing, .cms-delete-page.editable.editing, .cms-delete-announcement.editable.editing, .cms-delete-link.editable.editing {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2rem; }
  .cms-editing.cms-su .two-col-image .edit-img-container, .two-col-image .editable.editing .edit-img-container {
    float: right;
    right: calc(50% - 12.5rem);
    position: absolute;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 2px; }
  .cms-editing.cms-su .hero-row .edit-img-container, .hero-row .editable.editing .edit-img-container {
    position: absolute;
    right: .2rem;
    bottom: .2rem; }
  .cms-editing [data-section=heroImgTemplate][data-type=image] .edit-img-container {
    bottom: 1.2rem; }
  .cms-editing.cms-su .hero-row .edit-img-link-container, .hero-row .editable.editing .edit-img-link-container {
    bottom: 1.2rem;
    display: inline-block;
    float: left;
    left: .2rem;
    right: auto;
    position: absolute; }
  .cms-editing.cms-su .two-col-image .edit-img-link-container, .two-col-image .editable.editing .edit-img-link-container {
    display: inline-block;
    left: calc(50% - 12.5rem);
    position: absolute;
    right: auto;
    top: 20.8rem; }
  .cms-img, .cms-template, .cms-file {
    margin: 0; }
  .cms-file-add img, .cms-img-add img {
    width: 50%; }
  .cms-template img, .cms-file img, .cms-img img {
    width: 100%;
    height: auto; }
  #delete-img a.btn.decline-modal {
    width: 100%; }
  .cms-buttons {
    margin-bottom: 1.5rem; }
  .editable.editable-only.editing.cms-delete-section, .editable.editable-only.editing.cms-delete-page, .editable.editable-only.editing.cms-delete-announcement, .editable.editable-only.editing.cms-delete-link {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    width: 3rem;
    height: 3rem;
    float: right;
    margin: 0 auto;
    margin-left: .5rem; }
  .cms-delete-section.editing.editable.editable-only span, .cms-delete-page.editing.editable.editable-only span, .cms-delete-announcement.editing.editable.editable-only span, .cms-delete-link.editing.editable.editable-only span {
    margin-left: 0;
    font-size: 1.75rem; }
  .modal a.btn.dark, .modal a.btn.decline-modal {
    width: 100%;
    margin-top: 1rem; }
  .hero-row [data-type=image] {
    width: 100vw; }
  .cms-editing .hero-row [data-type=image], [data-type=image], .cms-announcement-img {
    width: calc(100% - 3.25rem);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center; }
  .cms-editing [data-section=heroImgTemplate][data-type=image] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  div.col-sm-4.cms-announcement-img {
    padding: 0; }
  .cms-file-chooser.modal, .cms-img-chooser.modal {
    padding-left: 0; }
  .cms-announcement-content.editing.editable.mobile-menu-up .fr-wrapper {
    padding-top: 4.5rem; }
  .cms-entry-custom-title .cms-entry-title {
    font-size: 2rem; }
  .cms-entry-custom-title.cms-entry-ourmen .cms-entry-title {
    font-size: 2.6rem; } }

/* cms */
@media only screen and (min-width: 768px) {
  #cms-flyout-close {
    right: 4.5rem; }
  .cms-flyout-modal {
    position: fixed;
    left: initial;
    right: 0;
    top: 0;
    width: 42.5rem; }
  .cms-controls {
    width: 4.2rem;
    height: 100%;
    top: 0;
    padding: 1rem 0; }
    .cms-controls > a {
      padding-top: .75rem; }
      .cms-controls > a.cms-cancel {
        padding-top: 0; }
  .cms-editing.cms-su .edit-img-container, .editable.editing .edit-img-container {
    position: absolute;
    left: 22.3rem;
    bottom: .2rem; }
  .cms-img-crop .modal-body {
    height: 100%; }
  .cms-flyout-modal .modal-dialog {
    margin: 0;
    float: right;
    padding: 0; }
  .cms-translate-editor-modal .modal-dialog {
    margin-top: 10rem; }
  .cms-editing.cms-su .edit-img-link-container, .editable.editing .edit-img-link-container {
    position: absolute;
    display: inline-block; }
  .two-col-image .cms-editing.cms-su .edit-img-link-container, .two-col-image .editable.editing .edit-img-link-container {
    top: 20.8rem;
    left: 1.7rem; }
  .two-col-image .cms-editing.cms-su .edit-img-container, .two-col-image .editable.editing .edit-img-container {
    left: auto;
    right: calc(50% - 10.2rem);
    bottom: .2rem; }
  .hero-row .cms-editing.cms-su .edit-img-link-container, .hero-row .editable.editing .edit-img-link-container {
    left: .2rem;
    top: 14rem; }
  .hero-row .cms-editing.cms-su .edit-img-container, .hero-row .editable.editing .edit-img-container {
    left: auto;
    right: .2rem;
    bottom: .2rem; }
  .img-with-caption .edit-img-link-container {
    bottom: .2rem;
    left: 7rem;
    top: auto; }
  .row .img-with-caption .edit-img-container {
    left: auto;
    right: 7rem;
    bottom: .2rem; }
  .cms-editing [data-type=image]:not(.cms-section), .cms-announcement-img {
    position: relative;
    left: 1rem; }
  .cms-announcement > .col-sm-8 {
    position: relative;
    right: 1rem; }
  .cms-links div.col-sm-4 {
    padding-left: 6rem;
    height: 55px; }
  #forms-info div.col-sm-4, #forms-info div.col-md-4 {
    padding-left: 6rem;
    min-height: 55px;
    height: auto; }
  .cms-editing .cms-container {
    max-width: 750px; } }

@media (min-width: 992px) {
  .hero-row .cms-editing.cms-su .edit-img-link-container, .hero-row .editable.editing .edit-img-link-container {
    left: .2rem;
    top: 19.6rem; }
  .cms-editing .cms-container {
    max-width: 970px; } }

@media (min-width: 1200px) {
  .hero-row .cms-editing.cms-su .edit-img-link-container, .hero-row .editable.editing .edit-img-link-container {
    left: .2rem;
    top: 20.8rem; }
  .cms-editing .cms-container {
    max-width: 1170px; } }

@media only screen and (max-width: 500px) {
  .cms-editing .cms-links div.col-md-4, .cms-editing #forms-info-frame .col-md-4 {
    height: 140px; }
  .cms-center {
    margin: 0 auto; }
  .cms-flyout-modal .modal-content {
    border-radius: 0; }
  .cms-flyout-modal .modal-body {
    padding-top: 0;
    padding-right: 0;
    margin: 0;
    padding: 1rem; }
  .cms-flyout-modal .modal-dialog {
    width: 100%;
    margin: 0;
    padding: 0; }
  .approve {
    background: green;
    background-image: none;
    color: #fff;
    height: 40px;
    width: 40px;
    margin-left: -20px; }
  .deny {
    background: red;
    background-image: none;
    color: #fff;
    height: 40px;
    width: 40px; }
  .cms-controls {
    width: 100%;
    height: 50PX;
    border-TOP: 3px solid #E54A98;
    -webkit-flex-direction: row;
    bottom: 0;
    top: auto;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center; }
    .cms-controls > a {
      border: 0;
      padding: .25rem .75rem .25rem .25rem; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cms-flyout-modal.modal {
    left: auto; } }

@media only screen and (max-width: 768px) {
  .cms-entry-blurb .cms-entry-content.editable {
    padding: 0px 15px; } }

/* iPhone X */
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  #cms-flyout .cms-flyout-content.cms-custompage-list {
    height: calc(100% - 34rem); } }

/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .cms-entry-custom-title.cms-entry-ourmen .cms-entry-title {
    font-size: 3.6rem; } }

.cms-file-upload {
  height: 1px;
  width: 1px; }

[data-template="topTeamsTemplate"] {
  margin-bottom: 20px; }

.froala-link-error, .froala-link-text-error {
  color: red;
  font-weight: bold;
  font-size: 1.4rem; }

.cms-section.container span a, .cms-announcement.row .cms-announcement-content span a {
  color: inherit; }

.fr-popup .fr-buttons .fr-btn[data-cmd="linkStyle"] {
  display: none; }

.col-md-4.cms-published .more-info-pages a {
  background-image: url(/images/desktop-icon-moreinfo.png); }
