@import url("https://fonts.googleapis.com/css?family=Quicksand");
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale(1, 1, 1);
            transform: scale(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.15, 0.75, 1);
            transform: scale3d(1.15, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.15, 1);
            transform: scale3d(0.75, 1.15, 1); }
  50% {
    -webkit-transform: scale3d(1.1, 0.85, 1);
            transform: scale3d(1.1, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }
@keyframes rubberBand {
  from {
    -webkit-transform: scale(1, 1, 1);
            transform: scale(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.15, 0.75, 1);
            transform: scale3d(1.15, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.15, 1);
            transform: scale3d(0.75, 1.15, 1); }
  50% {
    -webkit-transform: scale3d(1.1, 0.85, 1);
            transform: scale3d(1.1, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

@media screen and (max-width: 600px) {
  .layout-container {
    margin: unset; } }

main,
#before-content {
  width: 80%;
  margin-left: 10vw; }
  @media screen and (max-width: 600px) {
    main,
    #before-content {
      width: 100%;
      margin: unset; }
      main .block-page-title-block,
      #before-content .block-page-title-block {
        margin-left: 5px; }
      main .page-title,
      #before-content .page-title {
        font-size: 1.5em; } }

@media screen and (min-width: 600px) {
  #before-content {
    padding: 5px; } }

@media screen and (min-width: 600px) {
  main {
    min-height: 80vh;
    padding: 5px;
    -webkit-box-shadow: 2px 2px 5px #242424;
            box-shadow: 2px 2px 5px #242424;
    border-radius: 5px; } }

main .layout-content {
  padding: 10px; }

.field--type-block-field {
  border: 2px solid #ddd;
  margin: 5px;
  border-radius: 5px; }
  .field--type-block-field .field__item {
    margin: 5px; }
  .field--type-block-field h3 {
    background: #dae9e4;
    margin: 0;
    padding: 5px;
    border: 1px solid #ddd;
    font-weight: normal; }

#content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start; }

.freeze {
  height: 100%;
  width: 100%;
  overflow: hidden; }

.palette-dark .switch-link-container a {
  background-image: url(../../symbols/edit-light.svg); }

.palette-light .switch-link-container a {
  background-image: url(../../symbols/edit.svg); }

.switch-link-container {
  position: relative;
  left: calc(100% - 25px);
  top: 30px;
  z-index: 100;
  width: 50px; }
  .switch-link-container a {
    background-image: url(../../symbols/edit.svg);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    opacity: .3;
    -webkit-transition: .3s;
    transition: .3s;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: ""; }
    .switch-link-container a:hover {
      opacity: 1; }

/*# sourceMappingURL=main.css.map */
