.container, .container-fluid {
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem; }

.row {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
     -moz-box-flex: 0;
          flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }

.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
          flex-direction: row-reverse; }

.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
          flex-direction: column-reverse; }

.col-xs, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-offset-0, .col-xs-offset-1, .col-xs-offset-10, .col-xs-offset-11, .col-xs-offset-12, .col-xs-offset-2, .col-xs-offset-3, .col-xs-offset-4, .col-xs-offset-5, .col-xs-offset-6, .col-xs-offset-7, .col-xs-offset-8, .col-xs-offset-9 {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
          flex: 0 0 auto; }

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
          flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  -webkit-flex-basis: 8.33333333%;
          flex-basis: 8.33333333%;
  max-width: 8.33333333%; }

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  -webkit-flex-basis: 16.66666667%;
          flex-basis: 16.66666667%;
  max-width: 16.66666667%; }

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  -webkit-flex-basis: 25%;
          flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  -webkit-flex-basis: 33.33333333%;
          flex-basis: 33.33333333%;
  max-width: 33.33333333%; }

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  -webkit-flex-basis: 41.66666667%;
          flex-basis: 41.66666667%;
  max-width: 41.66666667%; }

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
          flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  -webkit-flex-basis: 58.33333333%;
          flex-basis: 58.33333333%;
  max-width: 58.33333333%; }

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  -webkit-flex-basis: 66.66666667%;
          flex-basis: 66.66666667%;
  max-width: 66.66666667%; }

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  -webkit-flex-basis: 75%;
          flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  -webkit-flex-basis: 83.33333333%;
          flex-basis: 83.33333333%;
  max-width: 83.33333333%; }

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  -webkit-flex-basis: 91.66666667%;
          flex-basis: 91.66666667%;
  max-width: 91.66666667%; }

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
          flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-0 {
  margin-left: 0; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.start-xs {
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  text-align: start; }

.center-xs {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  text-align: center; }

.end-xs {
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  text-align: end; }

.top-xs {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start; }

.middle-xs {
  -ms-flex-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center; }

.bottom-xs {
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end; }

.around-xs {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
          justify-content: space-around; }

.between-xs {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between; }

.first-xs {
  -ms-flex-order: -1;
  -webkit-order: -1;
     -moz-box-ordinal-group: 0;
          order: -1; }

.last-xs {
  -ms-flex-order: 1;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
          order: 1; }

@media only screen and (min-width: 48em) {
  .container {
    width: 48rem; }
  .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-offset-0, .col-sm-offset-1, .col-sm-offset-10, .col-sm-offset-11, .col-sm-offset-12, .col-sm-offset-2, .col-sm-offset-3, .col-sm-offset-4, .col-sm-offset-5, .col-sm-offset-6, .col-sm-offset-7, .col-sm-offset-8, .col-sm-offset-9 {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
            flex: 0 0 auto;
    padding-right: .5rem;
    padding-left: .5rem; }
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    -webkit-flex-basis: 8.33333333%;
            flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    -webkit-flex-basis: 16.66666667%;
            flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
            flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
            flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    -webkit-flex-basis: 41.66666667%;
            flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    -webkit-flex-basis: 58.33333333%;
            flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    -webkit-flex-basis: 66.66666667%;
            flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
            flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    -webkit-flex-basis: 83.33333333%;
            flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    -webkit-flex-basis: 91.66666667%;
            flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-0 {
    margin-left: 0; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .start-sm {
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    text-align: center; }
  .end-sm {
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start; }
  .middle-sm {
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center; }
  .bottom-sm {
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end; }
  .around-sm {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
            justify-content: space-around; }
  .between-sm {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between; }
  .first-sm {
    -ms-flex-order: -1;
    -webkit-order: -1;
       -moz-box-ordinal-group: 0;
            order: -1; }
  .last-sm {
    -ms-flex-order: 1;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
            order: 1; } }

@media only screen and (min-width: 64em) {
  .container {
    width: 65rem; }
  .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-offset-0, .col-md-offset-1, .col-md-offset-10, .col-md-offset-11, .col-md-offset-12, .col-md-offset-2, .col-md-offset-3, .col-md-offset-4, .col-md-offset-5, .col-md-offset-6, .col-md-offset-7, .col-md-offset-8, .col-md-offset-9 {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
            flex: 0 0 auto;
    padding-right: .5rem;
    padding-left: .5rem; }
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    -webkit-flex-basis: 8.33333333%;
            flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    -webkit-flex-basis: 16.66666667%;
            flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
            flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
            flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    -webkit-flex-basis: 41.66666667%;
            flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    -webkit-flex-basis: 58.33333333%;
            flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    -webkit-flex-basis: 66.66666667%;
            flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
            flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    -webkit-flex-basis: 83.33333333%;
            flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    -webkit-flex-basis: 91.66666667%;
            flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-0 {
    margin-left: 0; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .start-md {
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    text-align: start; }
  .center-md {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    text-align: center; }
  .end-md {
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
    text-align: end; }
  .top-md {
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start; }
  .middle-md {
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center; }
  .bottom-md {
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end; }
  .around-md {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
            justify-content: space-around; }
  .between-md {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between; }
  .first-md {
    -ms-flex-order: -1;
    -webkit-order: -1;
       -moz-box-ordinal-group: 0;
            order: -1; }
  .last-md {
    -ms-flex-order: 1;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
            order: 1; } }

@media only screen and (min-width: 75em) {
  .container {
    width: 76rem; }
  .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-offset-0, .col-lg-offset-1, .col-lg-offset-10, .col-lg-offset-11, .col-lg-offset-12, .col-lg-offset-2, .col-lg-offset-3, .col-lg-offset-4, .col-lg-offset-5, .col-lg-offset-6, .col-lg-offset-7, .col-lg-offset-8, .col-lg-offset-9 {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
            flex: 0 0 auto;
    padding-right: .5rem;
    padding-left: .5rem; }
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    -webkit-flex-basis: 8.33333333%;
            flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    -webkit-flex-basis: 16.66666667%;
            flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
            flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
            flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    -webkit-flex-basis: 41.66666667%;
            flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    -webkit-flex-basis: 58.33333333%;
            flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    -webkit-flex-basis: 66.66666667%;
            flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
            flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    -webkit-flex-basis: 83.33333333%;
            flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    -webkit-flex-basis: 91.66666667%;
            flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-0 {
    margin-left: 0; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .start-lg {
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    text-align: center; }
  .end-lg {
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start; }
  .middle-lg {
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center; }
  .bottom-lg {
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end; }
  .around-lg {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
            justify-content: space-around; }
  .between-lg {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between; }
  .first-lg {
    -ms-flex-order: -1;
    -webkit-order: -1;
       -moz-box-ordinal-group: 0;
            order: -1; }
  .last-lg {
    -ms-flex-order: 1;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
            order: 1; } }

body {
  margin: 0px;
  padding: 0px;
  font-family: "proxima nova", sans-serif;
  -webkit-font-smoothing: antialiased; }

* {
  -moz-box-sizing: border-box;
       box-sizing: border-box; }

h1, h2, h3, h4, h5, h6 {
  color: #AA4A26;
  font-weight: 300;
  margin: 20px 0px 20px; }

p, li {
  font-size: 18px;
  line-height: 28px;
  color: #33353E;
  font-weight: 300; }

a {
  color: #5066a4;
  text-decoration: none;
  font-weight: 400; }
  a:hover {
    text-decoration: underline; }

.matrix-block table {
  background-color: transparent; }

.matrix-block caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

.matrix-block th {
  text-align: left; }

.matrix-block table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse; }

.matrix-block table > thead > tr > th,
.matrix-block table > tbody > tr > th,
.matrix-block table > tfoot > tr > th,
.matrix-block table > thead > tr > td,
.matrix-block table > tbody > tr > td,
.matrix-block table > tfoot > tr > td {
  padding: 15px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #E0E0E0;
  font-weight: 300; }

.matrix-block table > thead > tr > th {
  vertical-align: bottom;
  font-weight: 500;
  border-bottom: 3px solid #AA4A26; }

.matrix-block table > caption + thead > tr:first-child > th,
.matrix-block table > colgroup + thead > tr:first-child > th,
.matrix-block table > thead:first-child > tr:first-child > th,
.matrix-block table > caption + thead > tr:first-child > td,
.matrix-block table > colgroup + thead > tr:first-child > td,
.matrix-block table > thead:first-child > tr:first-child > td {
  border-top: 0; }

.matrix-block table > tbody + tbody {
  border-top: 2px solid #ddd; }

hr {
  background: none;
  border: none;
  border-top: 1px solid rgba(30, 38, 61, 0.2); }

.wrapper {
  max-width: 1216px;
  margin: 0 auto; }

.sidebar {
  padding: 60px 40px 60px 0px; }
  @media (max-width: 992px) {
    .sidebar {
      padding: 15px 30px; } }
  .sidebar .sidebar-nav {
    padding: 0px; }
    .sidebar .sidebar-nav li {
      list-style: none;
      margin: 0px 0px 25px; }
      .sidebar .sidebar-nav li.active a {
        font-weight: 500;
        padding-left: 15px; }
        .sidebar .sidebar-nav li.active a:before {
          opacity: 1;
          -webkit-transform: translateX(0px);
             -moz-transform: translateX(0px);
              -ms-transform: translateX(0px);
                  transform: translateX(0px);
          top: 0px;
          bottom: 0px; }
      .sidebar .sidebar-nav li a {
        display: block;
        text-decoration: none;
        color: #1E263D;
        font-weight: 400;
        font-size: 18px;
        height: 30px;
        position: relative;
        padding: 0px;
        -moz-transition: padding 0.4s;
             transition: padding 0.4s; }
        .sidebar .sidebar-nav li a:before {
          content: '';
          position: absolute;
          left: 0px;
          top: 50%;
          bottom: 50%;
          width: 2px;
          background: #AA4A26;
          opacity: 0;
          -moz-transition: opacity 0.4s, top 0.4s, bottom 0.4s;
               transition: opacity 0.4s, top 0.4s, bottom 0.4s; }
        .sidebar .sidebar-nav li a:hover {
          padding-left: 15px; }
          .sidebar .sidebar-nav li a:hover:before {
            opacity: 1;
            -webkit-transform: translateX(0px);
               -moz-transform: translateX(0px);
                -ms-transform: translateX(0px);
                    transform: translateX(0px);
            top: 0px;
            bottom: 0px; }

.page-content {
  padding: 60px 0px 60px 40px;
  border-left: 1px solid #E0E0E0;
  overflow: hidden; }
  @media (max-width: 992px) {
    .page-content {
      border: none;
      padding: 30px;
      border-bottom: 1px solid #E0E0E0; } }
  .page-content .page-title {
    margin-top: 0px;
    margin-bottom: 40px; }
  .page-content .btn {
    margin: 15px 0px; }
  .page-content .article {
    text-decoration: none;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    padding: 30px 0px; }
    .page-content .article .article-image {
      margin-right: 30px; }
      .page-content .article .article-image img {
        width: 250px; }

.search-result {
  margin-bottom: 40px; }

.pagination {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .pagination .page-numbers {
    margin: 0px 15px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .pagination .page-numbers .btn {
      margin: 15px 5px; }
      .pagination .page-numbers .btn.current {
        color: #AA4A26;
        border-color: #AA4A26;
        pointer-events: none; }
        .pagination .page-numbers .btn.current:before {
          background: #AA4A26; }
        .pagination .page-numbers .btn.current:hover {
          color: white !important; }

.custom-header {
  position: absolute;
  margin-top: -15px;
  z-index: 1; }
  .custom-header img {
    height: 19px; }

.btn {
  -webkit-appearance: none;
  text-transform: uppercase;
  background: none;
  text-decoration: none;
  color: white;
  border: 1px solid white;
  padding: 15px 40px;
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  position: relative;
  -moz-transition: color 0.4s, border 0.4s;
       transition: color 0.4s, border 0.4s;
  overflow: hidden;
  outline: none;
  z-index: 10; }
  .btn.btn-small {
    padding: 7px 20px;
    font-size: 13px; }
  .btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: #fff;
    z-index: -1;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
       -moz-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
            transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
       -moz-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -moz-transition: -moz-transform 0.4s, opacity 0.4s, background-color 0.4s;
         transition: -webkit-transform 0.4s, opacity 0.4s, background-color 0.4s;
         transition: transform 0.4s, opacity 0.4s, background-color 0.4s; }
  .btn.btn-primary {
    border-color: #1E263D;
    color: #1E263D; }
  .btn.btn-light:hover {
    color: #1E263D;
    border-color: white; }
    .btn.btn-light:hover:before {
      opacity: 1;
      background-color: white;
      -webkit-transform: rotate3d(0, 0, 1, 0deg);
         -moz-transform: rotate3d(0, 0, 1, 0deg);
              transform: rotate3d(0, 0, 1, 0deg);
      -moz-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
           transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
  .btn:hover {
    border-color: #1E263D;
    color: white;
    cursor: pointer;
    text-decoration: none; }
    .btn:hover:before {
      opacity: 1;
      background-color: #1E263D;
      -webkit-transform: rotate3d(0, 0, 1, 0deg);
         -moz-transform: rotate3d(0, 0, 1, 0deg);
              transform: rotate3d(0, 0, 1, 0deg);
      -moz-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
           transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }

.navigation {
  position: relative;
  height: 150px;
  border-top: 10px solid #1E263D;
  z-index: 100; }
  .navigation:before {
    content: "";
    background-color: #AA4A26;
    width: 40%;
    position: absolute;
    top: -10px;
    right: 0px;
    height: 10px; }
  @media (max-width: 992px) {
    .navigation {
      height: 100px; } }
  .navigation .nav {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media (max-width: 992px) {
      .navigation .nav {
        padding: 15px 10px; }
        .navigation .nav img {
          height: 70px; } }
    .navigation .nav .menu {
      margin-left: auto; }
      .navigation .nav .menu .main-menu,
      .navigation .nav .menu .sub-menu {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-end;
           -moz-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        padding: 0px;
        margin: 0px; }
        .navigation .nav .menu .main-menu li,
        .navigation .nav .menu .sub-menu li {
          list-style: none;
          position: relative; }
          .navigation .nav .menu .main-menu li:hover > ul,
          .navigation .nav .menu .sub-menu li:hover > ul {
            pointer-events: initial;
            opacity: 1;
            -webkit-transform: translateX(-50%) translateY(0px);
               -moz-transform: translateX(-50%) translateY(0px);
                -ms-transform: translateX(-50%) translateY(0px);
                    transform: translateX(-50%) translateY(0px); }
          .navigation .nav .menu .main-menu li:hover > a,
          .navigation .nav .menu .sub-menu li:hover > a {
            text-decoration: none; }
            .navigation .nav .menu .main-menu li:hover > a:after,
            .navigation .nav .menu .sub-menu li:hover > a:after {
              opacity: 1;
              left: 0px;
              right: 0px; }
          .navigation .nav .menu .main-menu li.active > a,
          .navigation .nav .menu .sub-menu li.active > a {
            text-decoration: none;
            font-weight: 500; }
            .navigation .nav .menu .main-menu li.active > a:after,
            .navigation .nav .menu .sub-menu li.active > a:after {
              opacity: 1;
              left: 0px;
              right: 0px; }
          .navigation .nav .menu .main-menu li.search a,
          .navigation .nav .menu .sub-menu li.search a {
            height: 18px; }
            .navigation .nav .menu .main-menu li.search a:after,
            .navigation .nav .menu .sub-menu li.search a:after {
              display: none; }
            .navigation .nav .menu .main-menu li.search a img,
            .navigation .nav .menu .sub-menu li.search a img {
              margin-top: 4px; }
          .navigation .nav .menu .main-menu li a,
          .navigation .nav .menu .sub-menu li a {
            color: #232A44;
            margin: 0px 10px;
            text-decoration: none;
            font-size: 18px;
            font-weight: 400;
            position: relative;
            display: block; }
            @media screen and (min-width: 992px) and (max-width: 1060px) {
              .navigation .nav .menu .main-menu li a,
              .navigation .nav .menu .sub-menu li a {
                font-size: 14px;
                margin: 0px 6px; } }
            @media screen and (min-width: 1061px) and (max-width: 1210px) {
              .navigation .nav .menu .main-menu li a,
              .navigation .nav .menu .sub-menu li a {
                font-size: 16px;
                margin: 0px 6px; } }
            .navigation .nav .menu .main-menu li a:after,
            .navigation .nav .menu .sub-menu li a:after {
              content: "";
              position: absolute;
              height: 2px;
              left: 50%;
              bottom: 25px;
              right: 50%;
              opacity: 0;
              -moz-transition: opacity 0.5s, left 0.5s, right 0.5s;
                   transition: opacity 0.5s, left 0.5s, right 0.5s;
              background: #AA4A26; }
          .navigation .nav .menu .main-menu li > ul,
          .navigation .nav .menu .sub-menu li > ul {
            position: absolute;
            background: #AA4A26;
            left: 50%;
            pointer-events: none;
            -moz-transition: -moz-transform 0.5s, opacity 0.5s;
                 transition: -webkit-transform 0.5s, opacity 0.5s;
                 transition: transform 0.5s, opacity 0.5s;
            -webkit-transform: translateX(-50%) translateY(-20px);
               -moz-transform: translateX(-50%) translateY(-20px);
                -ms-transform: translateX(-50%) translateY(-20px);
                    transform: translateX(-50%) translateY(-20px);
            z-index: 10;
            min-width: 235px;
            padding: 20px 30px;
            opacity: 0; }
            .navigation .nav .menu .main-menu li > ul:before,
            .navigation .nav .menu .sub-menu li > ul:before {
              content: "";
              width: 20px;
              height: 20px;
              position: absolute;
              left: 50%;
              top: -10px;
              background: #AA4A26;
              -webkit-transform-origin: center center;
                 -moz-transform-origin: center center;
                  -ms-transform-origin: center center;
                      transform-origin: center center;
              -webkit-transform: translateX(-50%) rotate(45deg);
                 -moz-transform: translateX(-50%) rotate(45deg);
                  -ms-transform: translateX(-50%) rotate(45deg);
                      transform: translateX(-50%) rotate(45deg); }
            .navigation .nav .menu .main-menu li > ul > li > a,
            .navigation .nav .menu .sub-menu li > ul > li > a {
              color: white;
              line-height: 20px;
              margin: 10px 0px;
              display: inline-block; }
              .navigation .nav .menu .main-menu li > ul > li > a:after,
              .navigation .nav .menu .sub-menu li > ul > li > a:after {
                background: white;
                height: 1px;
                bottom: -6px; }
      .navigation .nav .menu .main-menu > li > a {
        padding-bottom: 29px; }
      .navigation .nav .menu .main-menu .child-header {
        display: none; }
      @media (max-width: 992px) {
        .navigation .nav .menu .main-menu {
          position: fixed;
          top: 0px;
          bottom: 0px;
          right: 0px;
          width: 275px;
          background: #AA4A26;
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-justify-content: flex-start;
             -moz-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          padding: 40px 30px;
          box-shadow: -2px 0px 3px 0px rgba(0, 0, 0, 0.3);
          -webkit-transform: translateX(110%);
             -moz-transform: translateX(110%);
              -ms-transform: translateX(110%);
                  transform: translateX(110%);
          -moz-transition: -moz-transform 0.6s;
               transition: -webkit-transform 0.6s;
               transition: transform 0.6s;
          height: 100%;
          overflow: scroll !important; }
          .navigation .nav .menu .main-menu.hover-nav {
            overflow: hidden !important; }
          .navigation .nav .menu .main-menu.active {
            -webkit-transform: translateX(0px);
               -moz-transform: translateX(0px);
                -ms-transform: translateX(0px);
                    transform: translateX(0px); }
          .navigation .nav .menu .main-menu a {
            color: white !important; }
          .navigation .nav .menu .main-menu > li {
            width: 100%; }
            .navigation .nav .menu .main-menu > li.has-child > a {
              pointer-events: none; }
              .navigation .nav .menu .main-menu > li.has-child > a.active {
                pointer-events: initial; }
            .navigation .nav .menu .main-menu > li:hover.has-child > a {
              -webkit-transform: translateX(-78px) rotate(-90deg);
                 -moz-transform: translateX(-78px) rotate(-90deg);
                  -ms-transform: translateX(-78px) rotate(-90deg);
                      transform: translateX(-78px) rotate(-90deg); }
            .navigation .nav .menu .main-menu > li:hover.has-child > ul {
              -webkit-transform: translateX(0%) translateY(0px) !important;
                 -moz-transform: translateX(0%) translateY(0px) !important;
                  -ms-transform: translateX(0%) translateY(0px) !important;
                      transform: translateX(0%) translateY(0px) !important; }
            .navigation .nav .menu .main-menu > li > a {
              width: 130px;
              display: inline-block;
              padding: 10px 0px;
              -webkit-transform-origin: center center;
                 -moz-transform-origin: center center;
                  -ms-transform-origin: center center;
                      transform-origin: center center;
              -webkit-transform: translate(0px 0px);
                 -moz-transform: translate(0px 0px);
                  -ms-transform: translate(0px 0px);
                      transform: translate(0px 0px);
              -moz-transition: -moz-transform 0.6s;
                   transition: -webkit-transform 0.6s;
                   transition: transform 0.6s; }
              .navigation .nav .menu .main-menu > li > a:after {
                display: none; }
            .navigation .nav .menu .main-menu > li > ul {
              position: fixed;
              background: #80381d;
              top: 0px;
              bottom: 0px;
              left: auto;
              right: 0px;
              width: 235px;
              -webkit-transform: translateX(100%) translateY(0px) !important;
                 -moz-transform: translateX(100%) translateY(0px) !important;
                  -ms-transform: translateX(100%) translateY(0px) !important;
                      transform: translateX(100%) translateY(0px) !important; }
              .navigation .nav .menu .main-menu > li > ul .child-header {
                display: block; }
                .navigation .nav .menu .main-menu > li > ul .child-header a {
                  font-size: 24px;
                  margin-bottom: 20px; }
                .navigation .nav .menu .main-menu > li > ul .child-header ~ li a {
                  font-weight: 300; }
              .navigation .nav .menu .main-menu > li > ul:before {
                display: none; } }
      .navigation .nav .menu .sub-menu {
        margin-bottom: 25px; }
        @media (max-width: 992px) {
          .navigation .nav .menu .sub-menu {
            display: none; } }
        .navigation .nav .menu .sub-menu li a {
          text-transform: uppercase;
          color: #AA4A26;
          font-size: 15px; }
          .navigation .nav .menu .sub-menu li a:after {
            bottom: -3px; }
    .navigation .nav .social-icon-nav img {
      height: auto !important; }
    .navigation .nav .social-icon-nav a {
      line-height: 0px !important; }

.banners {
  position: relative;
  overflow: hidden;
  height: 400px; }
  .banners.homepage-video {
    height: 700px;
    position: relative; }
  .banners .embed-responsive-item {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  @media (max-width: 992px) {
    .banners {
      height: 300px; } }
  .banners.homepage-banners {
    height: 620px; }
    @media (max-width: 992px) {
      .banners.homepage-banners {
        height: 300px; } }
    .banners.homepage-banners .banner {
      height: 620px; }
      @media (max-width: 992px) {
        .banners.homepage-banners .banner {
          height: 300px; } }
      .banners.homepage-banners .banner:before {
        content: '';
        background-image: -moz-linear-gradient(270deg, transparent 49%, rgba(0, 0, 0, 0.6) 99%);
        background-image: linear-gradient(-180deg, transparent 49%, rgba(0, 0, 0, 0.6) 99%);
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        top: 0; }
  .banners .banner {
    position: relative;
    height: 400px;
    background-size: cover;
    background-position: center center; }
    .banners .banner .wrapper {
      position: absolute;
      width: 100%;
      bottom: 0px;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
      .banners .banner .wrapper .overlay {
        padding: 60px 15px; }
        @media (max-width: 992px) {
          .banners .banner .wrapper .overlay {
            padding: 20px 15px;
            overflow: hidden; }
            .banners .banner .wrapper .overlay h2 {
              font-size: 22px !important;
              padding-left: 0px !important;
              padding-right: 0px !important; }
            .banners .banner .wrapper .overlay .btn {
              display: none; } }
        .banners .banner .wrapper .overlay.center {
          text-align: center; }
          .banners .banner .wrapper .overlay.center h2 {
            padding: 20px 40px 30px 40px; }
        .banners .banner .wrapper .overlay.right {
          text-align: right; }
          .banners .banner .wrapper .overlay.right h2 {
            padding: 20px 0px 30px 40px; }
        .banners .banner .wrapper .overlay h2 {
          display: inline-block;
          margin: 0px;
          padding: 20px 40px 30px 0px;
          color: white;
          font-size: 33px;
          font-weight: 300;
          text-transform: uppercase;
          text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
          border-top: 2px solid white; }
    .banners .banner.banner-heading {
      position: absolute;
      top: 0px;
      right: 0px;
      left: 0px; }
    @media (max-width: 992px) {
      .banners .banner .content {
        display: none; } }
    .banners .banner .content:before {
      content: '';
      background-color: rgba(30, 38, 61, 0.6);
      position: absolute;
      right: -950px;
      bottom: -1000px;
      top: -200px;
      width: 100%;
      -webkit-transform: rotate(-68deg);
         -moz-transform: rotate(-68deg);
          -ms-transform: rotate(-68deg);
              transform: rotate(-68deg);
      z-index: 10; }
    .banners .banner .content h2 {
      text-align: right;
      width: 100%;
      max-width: 1216px;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      display: block;
      position: absolute;
      color: white;
      bottom: 30px;
      z-index: 10;
      padding-right: 40px;
      font-size: 36px;
      font-weight: 300;
      text-transform: uppercase; }
      .banners .banner .content h2 a {
        color: white;
        text-decoration: none;
        position: relative;
        outline: none; }
        .banners .banner .content h2 a:after {
          content: '';
          position: absolute;
          left: 50%;
          right: 50%;
          bottom: -6px;
          height: 1px;
          background: white;
          opacity: 0;
          -moz-transition: left 0.4s, right 0.4s, opacity 0.4s;
               transition: left 0.4s, right 0.4s, opacity 0.4s; }
        .banners .banner .content h2 a:hover {
          color: white; }
          .banners .banner .content h2 a:hover:after {
            opacity: 1;
            left: 0px;
            right: 0px; }

.slick-dots {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0px;
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  max-width: 1216px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  @media (max-width: 992px) {
    .slick-dots {
      -webkit-justify-content: center !important;
         -moz-box-pack: center !important;
          -ms-flex-pack: center !important;
              justify-content: center !important; } }
  .slick-dots li {
    list-style: none;
    margin-left: 10px; }
    .slick-dots li button {
      -webkit-appearance: none;
      padding: 0px;
      margin: 0px;
      width: 11px;
      height: 11px;
      background: transparent;
      color: transparent;
      border: 1px solid white;
      overflow: hidden;
      position: relative;
      outline: none;
      cursor: pointer;
      overflow: hidden;
      -moz-transition: background 0.4s;
           transition: background 0.4s; }
      .slick-dots li button:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: white;
        -webkit-transform: scale(0);
           -moz-transform: scale(0);
            -ms-transform: scale(0);
                transform: scale(0);
        -moz-transition: -moz-transform 0.3s;
             transition: -webkit-transform 0.3s;
             transition: transform 0.3s; }
    .slick-dots li.slick-active button {
      background: white; }
      .slick-dots li.slick-active button:before {
        -webkit-transform: scale(1.2);
           -moz-transform: scale(1.2);
            -ms-transform: scale(1.2);
                transform: scale(1.2); }

.block {
  padding: 50px 0px; }
  @media (max-width: 992px) {
    .block {
      padding: 20px 0px; } }
  .block.block-gray {
    background-color: #f2f2f2; }

.action {
  display: block;
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center center;
  text-decoration: none;
  overflow: hidden; }
  @media (max-width: 992px) {
    .action {
      width: -moz-calc(100% - 30px);
      width: calc(100% - 30px);
      margin: 0px auto 15px !important; }
      .action .content p {
        display: none; } }
  .action.main-action {
    height: 380px; }
  .action.small-action {
    height: 340px; }
  .action:before {
    content: '';
    background-color: rgba(30, 38, 61, 0.8);
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 110%;
    width: 150%;
    -webkit-transform: rotate(-10deg) translate(50px, 250px);
       -moz-transform: rotate(-10deg) translate(50px, 250px);
        -ms-transform: rotate(-10deg) translate(50px, 250px);
            transform: rotate(-10deg) translate(50px, 250px);
    -moz-transition: -moz-transform 0.4s;
         transition: -webkit-transform 0.4s;
         transition: transform 0.4s; }
  .action .content {
    position: absolute;
    bottom: 0px;
    right: 0px;
    text-align: right;
    padding: 20px 40px; }
    .action .content h2 {
      color: white;
      font-size: 28px;
      text-transform: uppercase;
      font-weight: 300;
      -webkit-transform: translateY(50px);
         -moz-transform: translateY(50px);
          -ms-transform: translateY(50px);
              transform: translateY(50px);
      -moz-transition: -moz-transform 0.4s;
           transition: -webkit-transform 0.4s;
           transition: transform 0.4s; }
    .action .content p {
      color: white;
      font-size: 17px;
      -webkit-transform: translateY(50px);
         -moz-transform: translateY(50px);
          -ms-transform: translateY(50px);
              transform: translateY(50px);
      font-weight: 400;
      opacity: 1;
      -moz-transition: -moz-transform 0.4s 0s, opacity 0.4s 0s;
           transition: -webkit-transform 0.4s 0s, opacity 0.4s 0s;
           transition: transform 0.4s 0s, opacity 0.4s 0s; }
    .action .content button {
      -webkit-transform: translateY(50px);
         -moz-transform: translateY(50px);
          -ms-transform: translateY(50px);
              transform: translateY(50px);
      opacity: 0;
      -moz-transition: -moz-transform 0.4s 0s, opacity 0.4s 0s;
           transition: -webkit-transform 0.4s 0s, opacity 0.4s 0s;
           transition: transform 0.4s 0s, opacity 0.4s 0s; }
  .action:hover:before {
    -webkit-transform: rotate(0deg) translate(0px, 0px);
       -moz-transform: rotate(0deg) translate(0px, 0px);
        -ms-transform: rotate(0deg) translate(0px, 0px);
            transform: rotate(0deg) translate(0px, 0px); }
  .action:hover .content h2, .action:hover .content p, .action:hover .content button {
    -webkit-transform: translate(0px);
       -moz-transform: translate(0px);
        -ms-transform: translate(0px);
            transform: translate(0px);
    opacity: 1; }
  .action:hover .content p {
    -moz-transition-delay: 0.1s;
         transition-delay: 0.1s; }
  .action:hover .content button {
    -moz-transition-delay: 0.2s;
         transition-delay: 0.2s; }

.news {
  padding-bottom: 30px; }
  .news .article {
    position: relative;
    height: 520px;
    overflow: hidden; }
    .news .article:before {
      content: '';
      background-color: white;
      position: absolute;
      right: -475px;
      bottom: -80px;
      top: 0px;
      width: 100%;
      -webkit-transform: rotate(-68deg);
         -moz-transform: rotate(-68deg);
          -ms-transform: rotate(-68deg);
              transform: rotate(-68deg);
      z-index: 10; }
    .news .article .article-image {
      position: absolute;
      left: 0px;
      top: 0px;
      bottom: 0px;
      width: 73%;
      z-index: 5;
      background-size: cover;
      background-position: center center; }
    .news .article .content {
      position: absolute;
      width: 30%;
      right: 40px;
      bottom: 40px;
      z-index: 11;
      text-align: right; }
      .news .article .content h2 {
        color: #AA4A26;
        font-size: 28px;
        font-weight: 300;
        text-transform: uppercase; }
  .news .slick-dots {
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: -40px; }
    .news .slick-dots button {
      border-color: #1E263D; }
      .news .slick-dots button:before {
        background-color: #1E263D; }

.news-events .header {
  font-size: 24px;
  color: #1E263D;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 30px; }
  @media (max-width: 992px) {
    .news-events .header {
      margin-left: 15px; } }

.news-events .action:before {
  -moz-transition-duration: 0.6s;
       transition-duration: 0.6s; }

.news-events .action .content {
  padding: 20px;
  text-align: left;
  left: 0px;
  top: 0px;
  -webkit-transform: translateY(calc(100% - 120px));
     -moz-transform: translateY(-moz-calc(100% - 120px));
      -ms-transform: translateY(calc(100% - 120px));
          transform: translateY(calc(100% - 120px));
  -moz-transition: -moz-transform 0.8s;
       transition: -webkit-transform 0.8s;
       transition: transform 0.8s; }
  .news-events .action .content h2 {
    text-transform: initial;
    font-size: 21px;
    font-weight: 400;
    margin-top: 0px; }
  .news-events .action .content p {
    opacity: 0; }

.news-events .action:hover .content {
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px); }
  .news-events .action:hover .content p {
    opacity: 1; }

.news-events .options {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 10px; }
  @media (max-width: 992px) {
    .news-events .options {
      padding: 15px; } }
  .news-events .options a {
    text-transform: uppercase;
    color: #1E263D;
    font-size: 16px;
    text-decoration: none;
    margin-left: 15px;
    -moz-transition: color 0.4s;
         transition: color 0.4s;
    position: relative; }
    .news-events .options a:after {
      content: '';
      position: absolute;
      left: 50%;
      right: 50%;
      bottom: -6px;
      height: 1px;
      background: #AA4A26;
      opacity: 0;
      -moz-transition: left 0.4s, right 0.4s, opacity 0.4s;
           transition: left 0.4s, right 0.4s, opacity 0.4s; }
    .news-events .options a:hover {
      color: #AA4A26; }
      .news-events .options a:hover:after {
        opacity: 1;
        left: 0px;
        right: 0px; }

@media (max-width: 992px) {
  .events {
    padding: 15px; } }

.event {
  margin-bottom: 20px;
  background: #1E263D;
  color: white;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  .event .event-date {
    width: 100%;
    max-width: 80px;
    background: #374670;
    text-align: center;
    padding: 15px 0px;
    margin-right: 20px; }
    .event .event-date .event-day {
      font-size: 30px; }
    .event .event-date .event-month {
      font-size: 18px;
      text-transform: uppercase;
      margin-top: 5px; }
  .event .event-content {
    padding: 15px 0px; }
    .event .event-content .event-title {
      font-size: 16px; }
    .event .event-content .event-time {
      font-size: 12px;
      margin-top: 10px; }

.quicklink {
  display: block;
  text-decoration: none;
  text-align: center;
  background: #f2f2f2;
  min-height: 180px;
  position: relative;
  -moz-transition: background 0.4s, border 0.4s;
       transition: background 0.4s, border 0.4s;
  border: 2px solid #f2f2f2; }
  @media (max-width: 992px) {
    .quicklink {
      margin-bottom: 15px; } }
  .quicklink img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -70%);
       -moz-transform: translate(-50%, -70%);
        -ms-transform: translate(-50%, -70%);
            transform: translate(-50%, -70%); }
  .quicklink h3 {
    position: absolute;
    text-transform: uppercase;
    bottom: 5px;
    left: 0px;
    right: 0px; }
  .quicklink:hover {
    background: #f2f2f2;
    border-color: #AA4A26; }

.footer {
  background: #1E263D;
  color: white;
  overflow: hidden; }
  @media (max-width: 992px) {
    .footer .menu {
      display: none; }
    .footer .contacts {
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .footer .contacts .contact {
        margin: 20px 0px;
        max-width: initial !important; } }
  .footer .menu {
    padding: 30px 0px; }
    .footer .menu ul {
      padding: 0px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .footer .menu ul li {
        list-style: none; }
        .footer .menu ul li a {
          color: white;
          text-decoration: none;
          margin: 0px 24px;
          font-size: 18px; }
  .footer .contacts {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0px 60px;
    position: relative; }
    @media (max-width: 992px) {
      .footer .contacts {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
    .footer .contacts .contact {
      padding: 0px 20px;
      width: 100%;
      max-width: 240px;
      margin-right: 20px; }
      .footer .contacts .contact:first-of-type {
        -webkit-align-self: center;
            -ms-flex-item-align: center;
                align-self: center;
        margin-right: 60px; }
      .footer .contacts .contact h4 {
        color: #F1E04E;
        text-transform: uppercase;
        font-weight: 100;
        margin: 0px; }
      .footer .contacts .contact p {
        margin: 8px 0px;
        font-size: 14px;
        font-weight: 400;
        color: white;
        line-height: 18px; }
  .footer .sub-footer {
    background: #161b2c;
    padding: 10px 0px; }
    .footer .sub-footer ul {
      padding: 0px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      @media (max-width: 992px) {
        .footer .sub-footer ul {
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-justify-content: center;
             -moz-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          text-align: center; }
          .footer .sub-footer ul li {
            margin: 0px !important; } }
      .footer .sub-footer ul li {
        list-style: none;
        font-weight: 300;
        font-size: 14px;
        margin: 0px 20px;
        color: white; }
        .footer .sub-footer ul li.pull-right {
          margin-left: auto; }
        .footer .sub-footer ul li a {
          color: white;
          text-decoration: none;
          font-weight: 300;
          font-size: 15px; }
  @media (min-width: 992px) {
    .footer .social-links-wrapper {
      position: absolute !important;
      bottom: 50px !important;
      right: -30px !important;
      margin-right: 0px !important;
      padding: 0px !important;
      text-align: right; } }
  @media (min-width: 1024px) {
    .footer .social-links-wrapper {
      text-align: left; } }

.gallery {
  padding: 30px 0px 60px; }
  @media (max-width: 992px) {
    .gallery {
      height: 450px; }
      .gallery .image {
        height: 360px !important; } }
  .gallery .slick-dots {
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: -20px; }
    .gallery .slick-dots .slick-active button {
      background: #1E263D; }
    .gallery .slick-dots button {
      border-color: #1E263D; }
      .gallery .slick-dots button:before {
        background-color: #1E263D; }
  .gallery .image {
    height: 520px;
    background-position: center;
    background-size: cover; }

.quote {
  margin: 40px 0px;
  font-style: italic;
  font-size: 18px;
  line-height: 30px;
  position: relative;
  padding: 25px 30px;
  text-align: center; }
  .quote:before {
    content: '';
    width: 60px;
    height: 4px;
    background: #AA4A26;
    position: absolute;
    top: 0px;
    left: 45%; }
  .quote span {
    display: block;
    font-size: 16px;
    margin-top: 10px;
    color: #AA4A26;
    font-weight: 500;
    font-style: italic; }

blockquote {
  padding: 25px;
  margin: 25px auto;
  position: relative;
  font-style: italic;
  font-size: 18px;
  color: #33353E;
  letter-spacing: 0;
  line-height: 30px; }
  blockquote:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 100%;
    background: #AA4A26;
    top: 0px;
    left: 0px; }

.page-title-mobile {
  display: none;
  padding: 30px 30px 0px;
  margin: 0px; }
  @media (max-width: 992px) {
    .page-title-mobile {
      display: block; } }

.mobile-breadcrumb {
  display: none;
  margin-bottom: 20px;
  color: #a0a0a0;
  font-weight: 300;
  font-size: 14px; }
  .mobile-breadcrumb a {
    color: #AA4A26;
    margin-right: 5px; }
  .mobile-breadcrumb span {
    margin-left: 5px; }
  @media (max-width: 992px) {
    .mobile-breadcrumb {
      display: block; } }

.mobile-nav {
  display: none;
  position: absolute;
  width: 25px;
  height: 20px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  .mobile-nav:hover .line {
    background: #1E263D; }
  .mobile-nav .line {
    position: absolute;
    left: 0px;
    right: 0px;
    height: 2px;
    background: #1E263D; }
    .mobile-nav .line.line2 {
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .mobile-nav .line.line3 {
      bottom: 0px; }
  @media (max-width: 992px) {
    .mobile-nav {
      display: block; } }

.mobile-nav-bg {
  opacity: 0;
  position: fixed;
  left: 0px;
  bottom: 0px;
  right: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  -moz-transition: opacity 0.6s;
       transition: opacity 0.6s; }
  @media (max-width: 992px) {
    .mobile-nav-bg.active {
      opacity: 1;
      pointer-events: initial; } }

.mobile-sublinks {
  display: none; }

.sublinks-spacer {
  margin-top: auto; }

.social-icon-nav {
  display: none; }
  @media (max-width: 992px) {
    .social-icon-nav {
      display: block; } }

@media (max-width: 992px) {
  .hidden-xs,
  .hidden-sm {
    display: none; }
  .mobile-sublinks {
    display: block; }
    .mobile-sublinks:first-of-type {
      margin-top: 40px; }
    .mobile-sublinks a {
      font-size: 12px !important;
      padding: 0px !important; }
  .content-1 {
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .content-2 {
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

form {
  padding: 30px 0px; }
  form button {
    -webkit-appearance: none;
    text-transform: uppercase;
    background: none;
    text-decoration: none;
    color: white;
    border: 1px solid white;
    padding: 15px 40px;
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
    position: relative;
    -moz-transition: color 0.4s, border 0.4s;
         transition: color 0.4s, border 0.4s;
    overflow: hidden;
    outline: none;
    z-index: 10;
    border-color: #1E263D;
    color: #1E263D; }
    form button:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 150%;
      height: 100%;
      background: #fff;
      z-index: -1;
      -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
         -moz-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
              transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
      -webkit-transform-origin: 0% 100%;
         -moz-transform-origin: 0% 100%;
          -ms-transform-origin: 0% 100%;
              transform-origin: 0% 100%;
      -moz-transition: -moz-transform 0.4s, opacity 0.4s, background-color 0.4s;
           transition: -webkit-transform 0.4s, opacity 0.4s, background-color 0.4s;
           transition: transform 0.4s, opacity 0.4s, background-color 0.4s; }
    form button:hover {
      border-color: #1E263D;
      color: white;
      cursor: pointer;
      text-decoration: none; }
      form button:hover:before {
        opacity: 1;
        background-color: #1E263D;
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
           -moz-transform: rotate3d(0, 0, 1, 0deg);
                transform: rotate3d(0, 0, 1, 0deg);
        -moz-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
             transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
  form fieldset {
    border: none;
    padding: 0px; }
    form fieldset .form__row {
      margin-bottom: 30px; }
      form fieldset .form__row .form__label {
        margin-bottom: 5px;
        color: #AA4A26;
        font-weight: 400;
        font-size: 16px; }
        form fieldset .form__row .form__label .required:after {
          content: "*"; }
      form fieldset .form__row .form__field input,
      form fieldset .form__row .form__field select,
      form fieldset .form__row .form__field textarea {
        display: block;
        -webkit-appearance: none;
        outline: none;
        box-shadow: none;
        width: 80%;
        border: none;
        border-bottom: 1px solid #f0f0f0;
        padding: 8px 0px;
        color: #1E263D;
        font-size: 16px;
        font-weight: 300; }
  form .form__note {
    font-weight: 300;
    padding: 15px 0px 30px; }
  form.search {
    position: relative; }
    form.search img {
      position: absolute;
      left: 0px;
      height: 30px; }
    form.search input {
      display: block;
      -webkit-appearance: none;
      outline: none;
      box-shadow: none;
      width: 100%;
      border: none;
      border-bottom: 2px solid #AA4A26;
      padding: 0px 0px 20px 50px;
      color: #1E263D;
      font-size: 28px;
      font-weight: 300; }

.table-wrapper {
  margin: 15px 0px; }
  .table-wrapper table {
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0; }
  .table-wrapper table tr {
    padding: 5px; }
  .table-wrapper table th, .table-wrapper table td {
    padding: 15px; }
  .table-wrapper table td {
    border-bottom: 1px solid #ccc;
    color: #231f20; }
  .table-wrapper table th {
    font-size: 18px;
    letter-spacing: 1px;
    border-bottom: 3px solid #AA4A26;
    font-weight: 500;
    color: #676767; }
  .table-wrapper table tr:last-child td {
    border-bottom: 0px; }
  @media screen and (max-width: 600px) {
    .table-wrapper table.one-column-table {
      border: 0; }
      .table-wrapper table.one-column-table thead {
        display: none; }
      .table-wrapper table.one-column-table tr {
        margin-bottom: 10px;
        display: block;
        border-bottom: 2px solid #AA4A26;
        padding: 0px; }
        .table-wrapper table.one-column-table tr td {
          border-bottom: 1px dotted #ccc; }
      .table-wrapper table.one-column-table td {
        display: block;
        text-align: right;
        font-size: 13px;
        border-bottom: 1px dotted #ccc;
        color: #231f20; }
      .table-wrapper table.one-column-table td:last-child {
        border-bottom: 0; }
      .table-wrapper table.one-column-table td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: bold; } }

.container-404 {
  padding-top: 40px;
  padding-bottom: 40px; }
  .container-404 .btn.btn-primary img {
    height: 18px;
    padding-left: 8px;
    -webkit-transform: translateY(3px);
       -moz-transform: translateY(3px);
        -ms-transform: translateY(3px);
            transform: translateY(3px); }

.desktop-calendar {
  display: none; }
  @media (min-width: 768px) {
    .desktop-calendar {
      display: block; } }

.calendar-mobile {
  display: block; }
  @media (min-width: 767px) {
    .calendar-mobile {
      display: none; } }

.calendar-wrapper .page-content {
  overflow: visible; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.digistorm-mobile-calendar {
  min-height: 400px;
  margin: 10px 0 20px;
  width: 100%;
  overflow: hidden; }
  @media (min-width: 768px) {
    .digistorm-mobile-calendar {
      display: none; } }
  .digistorm-mobile-calendar .dsmcal-controls:before {
    background-color: #1E263D; }
  .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-total {
    background-color: #AA4A26; }
  .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-events .dsmcal-event {
    border-color: #AA4A26; }
  .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-multiday-events .dsmcal-event.dsmcal-has-multiday.dsmcal-marker-0, .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-multimarker.dsmcal-marker-0 {
    border-color: darkgreen; }
  .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-multiday-events .dsmcal-event.dsmcal-has-multiday.dsmcal-marker-1, .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-multimarker.dsmcal-marker-1 {
    border-color: blue; }
  .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-multiday-events .dsmcal-event.dsmcal-has-multiday.dsmcal-marker-2, .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-multimarker.dsmcal-marker-2 {
    border-color: pink; }
  .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-multiday-events .dsmcal-event.dsmcal-has-multiday.dsmcal-marker-3, .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-multimarker.dsmcal-marker-3 {
    border-color: green; }
  .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-multiday-events .dsmcal-event.dsmcal-has-multiday.dsmcal-marker-4, .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-multimarker.dsmcal-marker-4 {
    border-color: purple; }
  .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-multiday-events .dsmcal-event.dsmcal-has-multiday.dsmcal-marker-5, .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-multimarker.dsmcal-marker-5 {
    border-color: orange; }
  .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-multiday-events .dsmcal-event.dsmcal-has-multiday.dsmcal-marker-6, .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-multimarker.dsmcal-marker-6 {
    border-color: aqua; }
  .digistorm-mobile-calendar .dsmcal-controls {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    color: white;
    position: relative;
    z-index: 2; }
    .digistorm-mobile-calendar .dsmcal-controls:before {
      content: '';
      display: block;
      z-index: 1;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .digistorm-mobile-calendar .dsmcal-controls div.dsmcal-current-week {
      z-index: 1;
      width: auto;
      -webkit-flex: 1 0 auto;
         -moz-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      text-align: center;
      cursor: pointer;
      position: relative;
      padding: 4px 0; }
      .digistorm-mobile-calendar .dsmcal-controls div.dsmcal-current-week .dsmcal-month-display {
        display: none; }
      .digistorm-mobile-calendar .dsmcal-controls div.dsmcal-current-week .dsmcal-month-select {
        font-size: 11px;
        opacity: 0.75;
        line-height: 1;
        -moz-transition: opacity 0.3s;
             transition: opacity 0.3s;
        margin: 2px 0; }
        .digistorm-mobile-calendar .dsmcal-controls div.dsmcal-current-week .dsmcal-month-select svg {
          height: 1.4em;
          width: auto;
          vertical-align: middle;
          display: inline-block;
          margin-top: -0.2em; }
          .digistorm-mobile-calendar .dsmcal-controls div.dsmcal-current-week .dsmcal-month-select svg g, .digistorm-mobile-calendar .dsmcal-controls div.dsmcal-current-week .dsmcal-month-select svg path {
            fill: white; }
      .digistorm-mobile-calendar .dsmcal-controls div.dsmcal-current-week:hover .dsmcal-month-select {
        opacity: 1; }
    .digistorm-mobile-calendar .dsmcal-controls button {
      z-index: 1;
      cursor: pointer;
      background: none;
      margin: 2px;
      height: 56px;
      width: 56px;
      border: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      position: relative; }
      .digistorm-mobile-calendar .dsmcal-controls button:before {
        content: '';
        position: absolute;
        width: 12px;
        height: 12px;
        border: 0 solid white;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(-45deg);
           -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        margin-top: -5px;
        margin-left: -6px;
        top: 50%;
        left: 50%; }
      .digistorm-mobile-calendar .dsmcal-controls button.dsmcal-prev-week:before {
        -webkit-transform: rotate(135deg);
           -moz-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
                transform: rotate(135deg); }
    .digistorm-mobile-calendar .dsmcal-controls.dsmcal-shownav .dsmcal-monthnav {
      margin-top: 0%; }
    .digistorm-mobile-calendar .dsmcal-controls.dsmcal-shownav .dsmcal-current-week:before {
      -webkit-transform: translateY(-50%) translateY(-2px) rotate(135deg);
         -moz-transform: translateY(-50%) translateY(-2px) rotate(135deg);
          -ms-transform: translateY(-50%) translateY(-2px) rotate(135deg);
              transform: translateY(-50%) translateY(-2px) rotate(135deg); }
    .digistorm-mobile-calendar .dsmcal-controls.dsmcal-shownav .dsmcal-current-week:after {
      -webkit-transform: translateY(-50%) translateY(-2px) rotate(45deg);
         -moz-transform: translateY(-50%) translateY(-2px) rotate(45deg);
          -ms-transform: translateY(-50%) translateY(-2px) rotate(45deg);
              transform: translateY(-50%) translateY(-2px) rotate(45deg); }
    .digistorm-mobile-calendar .dsmcal-controls.dsmcal-shownav .dsmcal-current-week .dsmcal-week-range {
      display: none; }
    .digistorm-mobile-calendar .dsmcal-controls.dsmcal-shownav .dsmcal-current-week .dsmcal-month-display {
      display: block; }
    .digistorm-mobile-calendar .dsmcal-controls .dsmcal-monthnav {
      -moz-transition: margin 0.3s;
           transition: margin 0.3s;
      margin-top: -100%;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      background-color: black;
      color: white;
      z-index: -1;
      padding: 20px 0; }
      .digistorm-mobile-calendar .dsmcal-controls .dsmcal-monthnav .dsmcal-this-week {
        display: table;
        margin: auto;
        margin-top: 10px;
        font-size: 14px;
        text-align: center;
        padding: 5px;
        cursor: pointer; }
        .digistorm-mobile-calendar .dsmcal-controls .dsmcal-monthnav .dsmcal-this-week.dsmcal-is-this-week {
          background-color: rgba(127, 127, 127, 0.5);
          border-radius: 4px; }
      .digistorm-mobile-calendar .dsmcal-controls .dsmcal-monthnav table {
        margin: auto; }
        .digistorm-mobile-calendar .dsmcal-controls .dsmcal-monthnav table tr {
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          width: 216px;
          cursor: pointer; }
          .digistorm-mobile-calendar .dsmcal-controls .dsmcal-monthnav table tr.dsmcal-selected-week {
            background-color: rgba(127, 127, 127, 0.5);
            border-radius: 4px; }
          .digistorm-mobile-calendar .dsmcal-controls .dsmcal-monthnav table tr td {
            padding: 5px;
            width: 30px;
            text-align: center;
            color: white;
            position: relative; }
            .digistorm-mobile-calendar .dsmcal-controls .dsmcal-monthnav table tr td .day-badge {
              position: absolute;
              width: 16px;
              height: 16px;
              bottom: -6px;
              right: -6px;
              background: #1c1f25;
              display: -webkit-flex;
              display: -moz-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-align-items: center;
                 -moz-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              -webkit-justify-content: center;
                 -moz-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              font-size: 9px;
              border-radius: 50%;
              color: #fff; }
            .digistorm-mobile-calendar .dsmcal-controls .dsmcal-monthnav table tr td[data-events="0"] .day-badge {
              display: none; }
            .digistorm-mobile-calendar .dsmcal-controls .dsmcal-monthnav table tr td.dsmcal-last-month, .digistorm-mobile-calendar .dsmcal-controls .dsmcal-monthnav table tr td.dsmcal-next-month {
              opacity: 0.5; }

@-webkit-keyframes dsmcal-rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-moz-keyframes dsmcal-rotate {
  from {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg); } }

@keyframes dsmcal-rotate {
  from {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
            transform: rotate(360deg); } }
  .digistorm-mobile-calendar .dsmcal-content .dsmcal-loading {
    width: 100%;
    height: 300px;
    position: relative; }
    .digistorm-mobile-calendar .dsmcal-content .dsmcal-loading:before {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      height: 30px;
      width: 30px;
      margin-left: -15px;
      margin-top: -15px;
      border: 0 solid black;
      border-width: 1px 0 0 0;
      border-radius: 50%;
      -webkit-animation: dsmcal-rotate 1s linear infinite;
         -moz-animation: dsmcal-rotate 1s linear infinite;
              animation: dsmcal-rotate 1s linear infinite; }
  .digistorm-mobile-calendar .dsmcal-content .dsmcal-empty {
    text-align: center;
    margin: 40px;
    height: 300px; }
  .digistorm-mobile-calendar .dsmcal-content .dsmcal-day {
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    -moz-transition: border-color 0.1s;
         transition: border-color 0.1s;
    margin-top: -1px;
    position: relative;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc; }
    .digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-today .dsmcal-label {
      background-color: rgba(255, 0, 0, 0.1); }
    .digistorm-mobile-calendar .dsmcal-content .dsmcal-day:first-child {
      margin-top: 20px; }
    .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label {
      font-size: 16px;
      margin: 0px 0;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      padding: 7px 15px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: #eee;
      color: black;
      position: relative;
      font-weight: normal; }
      .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label div {
        display: inline-block;
        padding: 3px; }
      .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-total {
        color: white;
        border-radius: 50%;
        width: 12px;
        height: 12px;
        text-align: center;
        position: absolute;
        right: 45px;
        top: 9px;
        display: none;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 12px; }
        .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-total.dsmcal-show-total {
          display: -webkit-inline-flex;
          display: -moz-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex; }
      .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-weekday {
        display: block;
        padding: 0;
        margin: 0;
        font-weight: bold;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        opacity: 0.8; }
      .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-date {
        line-height: 12px;
        padding: 0;
        margin: 0;
        font-size: 12px;
        padding-left: 8px;
        padding-top: 2px; }
        .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-date .dsmcal-label-day, .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-date .dsmcal-label-month {
          color: #7D7D7D; }
        .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-date .dsmcal-label-day {
          padding-left: 0px; }
      .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-multimarker {
        position: absolute;
        top: 0px;
        right: 30px;
        margin-right: 40px;
        width: 0px;
        height: 0px;
        border-width: 17px 9px 17px 0;
        border-style: solid;
        opacity: 0.5;
        display: none; }
        .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-multimarker.dsmcal-marker-1 {
          right: 40px; }
        .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-multimarker.dsmcal-marker-2 {
          right: 50px; }
        .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-multimarker.dsmcal-marker-3 {
          right: 60px; }
        .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-multimarker.dsmcal-marker-4 {
          right: 70px; }
        .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-multimarker.dsmcal-marker-5 {
          right: 80px; }
        .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-multimarker.dsmcal-marker-6 {
          right: 90px; }
      .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label:before, .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label:after {
        content: '';
        position: absolute;
        width: 8px;
        height: 2px;
        background-color: #B9B9B9;
        -moz-transition: -moz-transform 0.1s;
             transition: -webkit-transform 0.1s;
             transition: transform 0.1s;
        right: 20px;
        top: 50%;
        -webkit-transform-origin: 1px center;
           -moz-transform-origin: 1px center;
            -ms-transform-origin: 1px center;
                transform-origin: 1px center; }
      .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label:before {
        -webkit-transform: translateY(-50%) translateY(4px) rotate(225deg);
           -moz-transform: translateY(-50%) translateY(4px) rotate(225deg);
            -ms-transform: translateY(-50%) translateY(4px) rotate(225deg);
                transform: translateY(-50%) translateY(4px) rotate(225deg); }
      .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label:after {
        -webkit-transform: translateY(-50%) translateY(4px) rotate(-45deg);
           -moz-transform: translateY(-50%) translateY(4px) rotate(-45deg);
            -ms-transform: translateY(-50%) translateY(4px) rotate(-45deg);
                transform: translateY(-50%) translateY(4px) rotate(-45deg); }
    .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-events .dsmcal-event, .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-multiday-events .dsmcal-event {
      border: 0px solid #eee;
      border-collapse: collapse;
      padding: 0 16px;
      visibility: hidden;
      max-height: 0px;
      -moz-box-sizing: border-box;
           box-sizing: border-box;
      padding-left: 10px;
      padding-right: 36px;
      border-left: 2px solid rgba(255, 0, 0, 0.7);
      position: relative;
      cursor: pointer; }
      .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-events .dsmcal-event:before, .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-events .dsmcal-event:after, .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-multiday-events .dsmcal-event:before, .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-multiday-events .dsmcal-event:after {
        content: '';
        position: absolute;
        width: 6px;
        height: 1px;
        background-color: #888;
        -moz-transition: -moz-transform 0.1s;
             transition: -webkit-transform 0.1s;
             transition: transform 0.1s;
        right: 26px;
        top: 14px;
        margin-right: -6px;
        -webkit-transform-origin: 0px center;
           -moz-transform-origin: 0px center;
            -ms-transform-origin: 0px center;
                transform-origin: 0px center;
        opacity: 0.5; }
      .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-events .dsmcal-event:before, .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-multiday-events .dsmcal-event:before {
        -webkit-transform: translateY(-50%) translateY(1px) rotate(225deg);
           -moz-transform: translateY(-50%) translateY(1px) rotate(225deg);
            -ms-transform: translateY(-50%) translateY(1px) rotate(225deg);
                transform: translateY(-50%) translateY(1px) rotate(225deg); }
      .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-events .dsmcal-event:after, .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-multiday-events .dsmcal-event:after {
        -webkit-transform: translateY(-50%) translateY(1px) rotate(-45deg);
           -moz-transform: translateY(-50%) translateY(1px) rotate(-45deg);
            -ms-transform: translateY(-50%) translateY(1px) rotate(-45deg);
                transform: translateY(-50%) translateY(1px) rotate(-45deg); }
      .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-events .dsmcal-event .dsmcal-event-add a.dsmcal-addtocalendar, .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-multiday-events .dsmcal-event .dsmcal-event-add a.dsmcal-addtocalendar {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        background: #eee;
        padding: 6px;
        margin: 12px 0 10px;
        color: black;
        opacity: 0.7;
        font-size: 12px; }
        .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-events .dsmcal-event .dsmcal-event-add a.dsmcal-addtocalendar svg.dsmcal-cal-icon, .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-multiday-events .dsmcal-event .dsmcal-event-add a.dsmcal-addtocalendar svg.dsmcal-cal-icon {
          display: inline-block;
          width: 16px;
          margin-right: 10px; }
    .digistorm-mobile-calendar .dsmcal-content .dsmcal-day:not(.dsmcal-day-expanded) .dsmcal-event {
      overflow: hidden; }
    .digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded {
      padding-bottom: 5px; }
      .digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-label:before {
        -webkit-transform: translateY(-50%) translateY(0px) rotate(135deg);
           -moz-transform: translateY(-50%) translateY(0px) rotate(135deg);
            -ms-transform: translateY(-50%) translateY(0px) rotate(135deg);
                transform: translateY(-50%) translateY(0px) rotate(135deg); }
      .digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-label:after {
        -webkit-transform: translateY(-50%) translateY(0px) rotate(45deg);
           -moz-transform: translateY(-50%) translateY(0px) rotate(45deg);
            -ms-transform: translateY(-50%) translateY(0px) rotate(45deg);
                transform: translateY(-50%) translateY(0px) rotate(45deg); }
      .digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-label .dsmcal-label-multimarker {
        display: none; }
      .digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-label .dsmcal-label-total {
        display: none; }
      .digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-multiday-events {
        margin-top: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #ddd; }
      .digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event {
        visibility: visible;
        max-height: 100vh;
        margin: 10px 0;
        margin-left: 65px; }
        .digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event .dsmcal-event-timestart {
          position: absolute;
          right: 100%;
          font-size: 10px;
          font-weight: bold;
          width: 50px;
          padding-right: 10px;
          text-align: right;
          opacity: 0.5; }
        .digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event .dsmcal-event-title {
          font-size: 14px; }
        .digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event .dsmcal-event-time {
          font-size: 12px;
          margin-top: 5px;
          opacity: 0.7;
          display: none; }
        .digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event .dsmcal-event-body {
          font-size: 12px;
          margin: 14px 0 5px;
          display: none; }
        .digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event .dsmcal-event-add {
          display: none; }
        .digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event .dsmcal-event-attachment {
          padding-left: 25px;
          position: relative; }
          .digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event .dsmcal-event-attachment i {
            position: absolute;
            left: 0;
            top: 9px;
            width: 20px;
            text-align: center; }
        .digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event.dsmcal-has-multiday {
          padding-top: 0px;
          padding-bottom: 0px; }
          .digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event.dsmcal-has-multiday .dsmcal-event-title {
            font-size: 12px; }
          .digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event.dsmcal-has-multiday .dsmcal-event-body {
            display: none; }
          .digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event.dsmcal-has-multiday .dsmcal-event-time {
            display: none; }
          .digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event.dsmcal-has-multiday .dsmcal-event-add {
            display: none; }
        .digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event.dsmcal-event-expanded .dsmcal-event-title {
          margin-bottom: 14px; }
        .digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event.dsmcal-event-expanded .dsmcal-event-time, .digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event.dsmcal-event-expanded .dsmcal-event-body, .digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event.dsmcal-event-expanded .dsmcal-event-add {
          display: block; }
        .digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event.dsmcal-event-expanded:before {
          -webkit-transform: translateY(-50%) translateY(-2px) rotate(135deg);
             -moz-transform: translateY(-50%) translateY(-2px) rotate(135deg);
              -ms-transform: translateY(-50%) translateY(-2px) rotate(135deg);
                  transform: translateY(-50%) translateY(-2px) rotate(135deg); }
        .digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event.dsmcal-event-expanded:after {
          -webkit-transform: translateY(-50%) translateY(-2px) rotate(45deg);
             -moz-transform: translateY(-50%) translateY(-2px) rotate(45deg);
              -ms-transform: translateY(-50%) translateY(-2px) rotate(45deg);
                  transform: translateY(-50%) translateY(-2px) rotate(45deg); }
        .digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event .dsmcal-event-body:empty {
          display: none !important; }

#calendar.calendar.fc {
  width: 100%;
  position: relative;
  display: none; }
  @media (min-width: 768px) {
    #calendar.calendar.fc {
      display: block; } }

@-webkit-keyframes loadingrotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    border-color: rgba(170, 74, 38, 0.4) transparent rgba(170, 74, 38, 0.9); }
  to {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    border-color: rgba(170, 74, 38, 0.9) transparent rgba(170, 74, 38, 0.4); } }

@-moz-keyframes loadingrotate {
  from {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
    border-color: rgba(170, 74, 38, 0.4) transparent rgba(170, 74, 38, 0.9); }
  to {
    -moz-transform: rotate(180deg);
         transform: rotate(180deg);
    border-color: rgba(170, 74, 38, 0.9) transparent rgba(170, 74, 38, 0.4); } }

@keyframes loadingrotate {
  from {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
            transform: rotate(0deg);
    border-color: rgba(170, 74, 38, 0.4) transparent rgba(170, 74, 38, 0.9); }
  to {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
            transform: rotate(180deg);
    border-color: rgba(170, 74, 38, 0.9) transparent rgba(170, 74, 38, 0.4); } }
  #calendar.calendar.fc:before {
    content: '';
    position: absolute;
    top: 260px;
    left: 50%;
    margin-left: -30px;
    border: 0 solid transparent;
    border-width: 30px 20px;
    border-radius: 15%;
    width: 4px;
    height: 4px;
    background: transparent rgba(170, 74, 38, 0.4);
    background-clip: content-box;
    -webkit-animation: loadingrotate 0.8s infinite ease;
       -moz-animation: loadingrotate 0.8s infinite ease;
            animation: loadingrotate 0.8s infinite ease;
    opacity: 0;
    z-index: -1;
    -moz-transition: opacity 0.8s, z-index 0.8s;
         transition: opacity 0.8s, z-index 0.8s; }
  #calendar.calendar.fc.loading:before {
    opacity: 1;
    z-index: 999; }
  #calendar.calendar.fc td {
    padding: 0; }
  #calendar.calendar.fc .fc-widget-header {
    text-align: center; }
  #calendar.calendar.fc .fc-header {
    text-align: center;
    margin: 60px 0 60px; }
    #calendar.calendar.fc .fc-header h2 {
      margin: 0; }
    #calendar.calendar.fc .fc-header .fc-header-left {
      text-align: left; }
    #calendar.calendar.fc .fc-header .fc-header-right {
      text-align: right; }
    #calendar.calendar.fc .fc-header .fc-button {
      cursor: pointer;
      padding: 15px;
      background-color: #aa4a26;
      color: white;
      margin: 2px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      box-shadow: inset 0px 0px rgba(100, 100, 0, 0.1);
      -moz-transition: box-shadow 0.2s, background-color 0.2s;
           transition: box-shadow 0.2s, background-color 0.2s; }
      #calendar.calendar.fc .fc-header .fc-button:hover {
        box-shadow: inset 0px -100px rgba(100, 100, 0, 0.1);
        -moz-transition: box-shadow 0.5s, background-color 0.2s;
             transition: box-shadow 0.5s, background-color 0.2s; }
      #calendar.calendar.fc .fc-header .fc-button:active {
        background-color: #aa4a26; }
  #calendar.calendar.fc .fc-widget-content {
    padding: 0 5px;
    vertical-align: top; }
  #calendar.calendar.fc .fc-day-number {
    text-align: right;
    font-size: 20px;
    padding: 5px;
    padding-top: 10px;
    color: #555; }
  #calendar.calendar.fc .fc-today {
    background-color: rgba(170, 74, 38, 0.05); }
  #calendar.calendar.fc .fc-other-month .fc-day-number {
    color: #ddd; }
  #calendar.calendar.fc .fc-event {
    font-size: 13px;
    line-height: 16px;
    padding: 8px 0 8px 10px;
    border: 1px solid #f9f9f9;
    -moz-box-sizing: content-box;
         box-sizing: content-box;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid currentColor;
    margin-bottom: 10px;
    -moz-transition: background 0.3s, z-index 0.3s;
         transition: background 0.3s, z-index 0.3s;
    overflow: initial; }
    #calendar.calendar.fc .fc-event .fc-event-title {
      font-size: 13px; }
    #calendar.calendar.fc .fc-event.popup-active {
      z-index: 999 !important; }
    #calendar.calendar.fc .fc-event div.cal-popup {
      position: absolute;
      bottom: -moz-calc(100% + 12px);
      bottom: calc(100% + 12px);
      left: 50%;
      background-color: #AA4A26 !important;
      padding: 10px 30px;
      visibility: hidden;
      width: 320px;
      z-index: 999 !important;
      cursor: initial;
      -webkit-user-select: text;
         -moz-user-select: text;
          -ms-user-select: text;
              user-select: text;
      -webkit-transform: translateX(-50%) translateY(0%) scale(1);
         -moz-transform: translateX(-50%) translateY(0%) scale(1);
          -ms-transform: translateX(-50%) translateY(0%) scale(1);
              transform: translateX(-50%) translateY(0%) scale(1);
      -moz-transition: -moz-transform 0.3s, visibility 0.3s;
           transition: -webkit-transform 0.3s, visibility 0.3s;
           transition: transform 0.3s, visibility 0.3s;
      border: 2px solid #EADDDE; }
      #calendar.calendar.fc .fc-event div.cal-popup h2 {
        color: #fff;
        font-size: 24px; }
      #calendar.calendar.fc .fc-event div.cal-popup a {
        word-wrap: break-word; }
      #calendar.calendar.fc .fc-event div.cal-popup.active {
        visibility: visible;
        -webkit-transform: translateX(-50%) translateY(0%) scale(1);
           -moz-transform: translateX(-50%) translateY(0%) scale(1);
            -ms-transform: translateX(-50%) translateY(0%) scale(1);
                transform: translateX(-50%) translateY(0%) scale(1);
        -webkit-animation: popup-fade-in 0.3s;
           -moz-animation: popup-fade-in 0.3s;
                animation: popup-fade-in 0.3s; }
      #calendar.calendar.fc .fc-event div.cal-popup:not(.active) {
        -webkit-animation: popup-fade-out 0.3s;
           -moz-animation: popup-fade-out 0.3s;
                animation: popup-fade-out 0.3s; }
      #calendar.calendar.fc .fc-event div.cal-popup:after {
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        border: 12px solid transparent;
        border-top-color: #AA4A26;
        top: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); }
      #calendar.calendar.fc .fc-event div.cal-popup.left {
        margin-left: 120px; }
        #calendar.calendar.fc .fc-event div.cal-popup.left:after {
          margin-left: -120px; }
      #calendar.calendar.fc .fc-event div.cal-popup.right {
        margin-left: -120px; }
        #calendar.calendar.fc .fc-event div.cal-popup.right:after {
          margin-left: 120px; }
      #calendar.calendar.fc .fc-event div.cal-popup.top {
        bottom: auto;
        top: -moz-calc(100% + 12px);
        top: calc(100% + 12px); }
        #calendar.calendar.fc .fc-event div.cal-popup.top:after {
          border-top-color: transparent;
          border-bottom-color: #AA4A26;
          top: auto;
          bottom: 100%; }
        #calendar.calendar.fc .fc-event div.cal-popup.top.active {
          -webkit-animation: popup-fade-in-top 0.3s;
             -moz-animation: popup-fade-in-top 0.3s;
                  animation: popup-fade-in-top 0.3s; }
        #calendar.calendar.fc .fc-event div.cal-popup.top:not(.active) {
          -webkit-animation: popup-fade-out-top 0.3s;
             -moz-animation: popup-fade-out-top 0.3s;
                  animation: popup-fade-out-top 0.3s; }
      #calendar.calendar.fc .fc-event div.cal-popup h2 {
        line-height: 32px; }
      #calendar.calendar.fc .fc-event div.cal-popup p {
        font-size: 15px;
        line-height: 20px;
        color: #fff !important; }
      #calendar.calendar.fc .fc-event div.cal-popup small {
        display: block;
        font-size: 12px;
        margin-bottom: 15px;
        color: #fff !important; }
      #calendar.calendar.fc .fc-event div.cal-popup button.close {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 18px;
        border: none;
        outline: none;
        box-shadow: none;
        width: 36px;
        height: 36px;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        background-color: #1e263d !important;
        color: white;
        cursor: pointer;
        -moz-transition: background-color 0.3s;
             transition: background-color 0.3s; }
        #calendar.calendar.fc .fc-event div.cal-popup button.close:hover {
          background-color: #1e263d !important; }
    #calendar.calendar.fc .fc-event .fc-event-time {
      padding-right: 5px; }
    #calendar.calendar.fc .fc-event div {
      background: none !important;
      -moz-transition: color 0.3s;
           transition: color 0.3s; }
    #calendar.calendar.fc .fc-event:hover {
      opacity: 0.8; }
      #calendar.calendar.fc .fc-event:hover.popup-active {
        opacity: 1 !important; }
      #calendar.calendar.fc .fc-event:hover div.fc-event-inner {
        color: white !important; }
      #calendar.calendar.fc .fc-event:hover div.cal-popup {
        background-color: #AA4A26 !important; }
  #calendar.calendar.fc .fc-agenda-axis {
    display: none; }

@-webkit-keyframes popup-fade-in {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(50px);
            transform: translateX(-50%) translateY(50px); }
  to {
    opacity: 1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }

@-moz-keyframes popup-fade-in {
  from {
    opacity: 0;
    -moz-transform: translateX(-50%) translateY(50px);
         transform: translateX(-50%) translateY(50px); }
  to {
    opacity: 1;
    -moz-transform: translateX(-50%);
         transform: translateX(-50%); } }

@keyframes popup-fade-in {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(50px);
       -moz-transform: translateX(-50%) translateY(50px);
            transform: translateX(-50%) translateY(50px); }
  to {
    opacity: 1;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
            transform: translateX(-50%); } }

@-webkit-keyframes popup-fade-out {
  from {
    opacity: 1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    visibility: visible !important; }
  to {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(20px);
            transform: translateX(-50%) translateY(20px);
    visibility: hidden !important; } }

@-moz-keyframes popup-fade-out {
  from {
    opacity: 1;
    -moz-transform: translateX(-50%);
         transform: translateX(-50%);
    visibility: visible !important; }
  to {
    opacity: 0;
    -moz-transform: translateX(-50%) translateY(20px);
         transform: translateX(-50%) translateY(20px);
    visibility: hidden !important; } }

@keyframes popup-fade-out {
  from {
    opacity: 1;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
            transform: translateX(-50%);
    visibility: visible !important; }
  to {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(20px);
       -moz-transform: translateX(-50%) translateY(20px);
            transform: translateX(-50%) translateY(20px);
    visibility: hidden !important; } }

@-webkit-keyframes popup-fade-in-top {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50px);
            transform: translateX(-50%) translateY(-50px); }
  to {
    opacity: 1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }

@-moz-keyframes popup-fade-in-top {
  from {
    opacity: 0;
    -moz-transform: translateX(-50%) translateY(-50px);
         transform: translateX(-50%) translateY(-50px); }
  to {
    opacity: 1;
    -moz-transform: translateX(-50%);
         transform: translateX(-50%); } }

@keyframes popup-fade-in-top {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50px);
       -moz-transform: translateX(-50%) translateY(-50px);
            transform: translateX(-50%) translateY(-50px); }
  to {
    opacity: 1;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
            transform: translateX(-50%); } }

@-webkit-keyframes popup-fade-out-top {
  from {
    opacity: 1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    visibility: visible !important; }
  to {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-20px);
            transform: translateX(-50%) translateY(-20px);
    visibility: hidden !important; } }

@-moz-keyframes popup-fade-out-top {
  from {
    opacity: 1;
    -moz-transform: translateX(-50%);
         transform: translateX(-50%);
    visibility: visible !important; }
  to {
    opacity: 0;
    -moz-transform: translateX(-50%) translateY(-20px);
         transform: translateX(-50%) translateY(-20px);
    visibility: hidden !important; } }

@keyframes popup-fade-out-top {
  from {
    opacity: 1;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
            transform: translateX(-50%);
    visibility: visible !important; }
  to {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-20px);
       -moz-transform: translateX(-50%) translateY(-20px);
            transform: translateX(-50%) translateY(-20px);
    visibility: hidden !important; } }

#calendar-mobile {
  margin: 10px 0 20px;
  width: 100%; }
  @media (min-width: 768px) {
    #calendar-mobile {
      display: none; } }
  #calendar-mobile .mobile-none {
    width: 100%;
    text-align: center;
    padding: 20px 0; }
  #calendar-mobile .loader {
    position: relative;
    width: 100%;
    height: 100px; }
    #calendar-mobile .loader:before {
      content: '';
      position: absolute;
      top: 20px;
      left: 50%;
      margin-left: -15px;
      border: 0 solid transparent;
      border-width: 20px 15px;
      border-radius: 15%;
      width: 4px;
      height: 4px;
      background: transparent rgba(170, 74, 38, 0.4);
      background-clip: content-box;
      -webkit-animation: loadingrotate 0.8s infinite ease;
         -moz-animation: loadingrotate 0.8s infinite ease;
              animation: loadingrotate 0.8s infinite ease; }
  #calendar-mobile .controls {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 10px 0; }
    #calendar-mobile .controls button {
      cursor: pointer;
      padding: 15px;
      background-color: #aa4a26;
      color: white;
      margin: 2px;
      border: none;
      font-size: 22px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      box-shadow: inset 0px 0px rgba(100, 100, 0, 0.1);
      -moz-transition: box-shadow 0.2s, background-color 0.2s;
           transition: box-shadow 0.2s, background-color 0.2s; }
      #calendar-mobile .controls button:hover {
        box-shadow: inset 0px -100px rgba(100, 100, 0, 0.1);
        -moz-transition: box-shadow 0.5s, background-color 0.2s;
             transition: box-shadow 0.5s, background-color 0.2s; }
      #calendar-mobile .controls button:active {
        background-color: #aa4a26; }
  #calendar-mobile .mobile-day .mobile-day-marker {
    background-color: rgba(0, 113, 98, 0.9);
    font-size: 22px;
    padding: 15px;
    margin: 1px 0;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    color: white;
    position: relative; }
    #calendar-mobile .mobile-day .mobile-day-marker div {
      display: inline-block;
      padding: 3px; }
    #calendar-mobile .mobile-day .mobile-day-marker.today {
      background-color: #aa4a26; }
    #calendar-mobile .mobile-day .mobile-day-marker:after {
      content: '+';
      position: absolute;
      right: 20px;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      -moz-transition: -moz-transform 0.3s;
           transition: -webkit-transform 0.3s;
           transition: transform 0.3s;
      font-size: 26px; }
    #calendar-mobile .mobile-day .mobile-day-marker .mobile-total {
      background-color: rgba(255, 255, 255, 0.2);
      opacity: 0.6;
      border-radius: 50%;
      width: 28px;
      height: 28px;
      text-align: center;
      position: absolute;
      right: 45px; }
  #calendar-mobile .mobile-day .mobile-event {
    border: 0px solid #EADDDE;
    border-collapse: collapse;
    margin: 0;
    padding: 0 20px;
    visibility: hidden;
    -moz-transition: max-height 0.3s, visibility 0.3s, margin 0.3s, padding 0.3s, border-width 0s 0.3s;
         transition: max-height 0.3s, visibility 0.3s, margin 0.3s, padding 0.3s, border-width 0s 0.3s;
    max-height: 0px;
    overflow: hidden;
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  #calendar-mobile .mobile-day.mobile-active .mobile-day-marker:after {
    -webkit-transform: translateY(-50%) rotate(45deg);
       -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg); }
  #calendar-mobile .mobile-day.mobile-active .mobile-event {
    -moz-transition: max-height 0.3s, visibility 0.3s, margin 0.3s, padding 0.3s, border-width 0s;
         transition: max-height 0.3s, visibility 0.3s, margin 0.3s, padding 0.3s, border-width 0s;
    visibility: visible;
    margin: 16px 0;
    padding: 0 20px 20px;
    max-height: 100vh;
    border-width: 2px; }

.fc-button {
  font-family: Lato,Helvetica,Arial,sans-serif !important; }

a.fc-button {
  cursor: pointer;
  padding: 12px 20px;
  background-color: #AA4A26;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-shadow: inset 0 0 rgba(100, 100, 0, 0.1);
  -moz-transition: box-shadow .2s,background-color .2s;
       transition: box-shadow .2s,background-color .2s;
  margin-top: -42px; }
  @media (max-width: 440px) {
    a.fc-button {
      margin: 15px 0px; } }

.fc-widget-header {
  border: none;
  border-bottom: 2px solid #AA4A26 !important;
  padding: 10px 0px !important;
  font-weight: 400; }

.fc-widget-content {
  border: none;
  border-bottom: 1px solid #f2f2f2 !important; }

#calendar.calendar.fc .fc-event div.cal-popup {
  border: none !important; }

#calendar.calendar.fc .fc-event div.cal-popup a {
  color: #fff;
  font-size: 14px; }

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