@charset "UTF-8";
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem; }

.row {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -.5rem;
  margin-left: -.5rem; }

.row.reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-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-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 {
  box-sizing: border-box;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: .5rem;
  padding-left: .5rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.first-xs {
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1; }

.last-xs {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

@media only screen and (min-width: 48em) {
  .container {
    width: 46rem; }
  .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-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 {
    box-sizing: border-box;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: .5rem;
    padding-left: .5rem; }
  .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-flex-basis: 8.333%;
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-sm-2 {
    -webkit-flex-basis: 16.667%;
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-sm-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-sm-5 {
    -webkit-flex-basis: 41.667%;
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-sm-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-flex-basis: 58.333%;
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-sm-8 {
    -webkit-flex-basis: 66.667%;
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-sm-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-flex-basis: 83.333%;
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-sm-11 {
    -webkit-flex-basis: 91.667%;
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-sm-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-1 {
    margin-left: 8.333%; }
  .col-sm-offset-2 {
    margin-left: 16.667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.333%; }
  .col-sm-offset-5 {
    margin-left: 41.667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.333%; }
  .col-sm-offset-8 {
    margin-left: 66.667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.333%; }
  .col-sm-offset-11 {
    margin-left: 91.667%; }
  .start-sm {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-sm {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-sm {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-sm {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-sm {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-sm {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }
  .last-sm {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 62em) {
  .container {
    width: 61rem; }
  .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-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 {
    box-sizing: border-box;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: .5rem;
    padding-left: .5rem; }
  .col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    -webkit-flex-basis: 8.333%;
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-md-2 {
    -webkit-flex-basis: 16.667%;
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-md-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-md-5 {
    -webkit-flex-basis: 41.667%;
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-md-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-flex-basis: 58.333%;
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-md-8 {
    -webkit-flex-basis: 66.667%;
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-md-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-flex-basis: 83.333%;
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-md-11 {
    -webkit-flex-basis: 91.667%;
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-md-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-1 {
    margin-left: 8.333%; }
  .col-md-offset-2 {
    margin-left: 16.667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.333%; }
  .col-md-offset-5 {
    margin-left: 41.667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.333%; }
  .col-md-offset-8 {
    margin-left: 66.667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.333%; }
  .col-md-offset-11 {
    margin-left: 91.667%; }
  .start-md {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-md {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-md {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-md {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-md {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-md {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }
  .last-md {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 75em) {
  .container {
    width: 71rem; }
  .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-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 {
    box-sizing: border-box;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: .5rem;
    padding-left: .5rem; }
  .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-flex-basis: 8.333%;
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-lg-2 {
    -webkit-flex-basis: 16.667%;
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-lg-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-lg-5 {
    -webkit-flex-basis: 41.667%;
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-lg-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-flex-basis: 58.333%;
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-lg-8 {
    -webkit-flex-basis: 66.667%;
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-lg-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-flex-basis: 83.333%;
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-lg-11 {
    -webkit-flex-basis: 91.667%;
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-lg-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-1 {
    margin-left: 8.333%; }
  .col-lg-offset-2 {
    margin-left: 16.667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.333%; }
  .col-lg-offset-5 {
    margin-left: 41.667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.333%; }
  .col-lg-offset-8 {
    margin-left: 66.667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.333%; }
  .col-lg-offset-11 {
    margin-left: 91.667%; }
  .start-lg {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-lg {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-lg {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-lg {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-lg {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-lg {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }
  .last-lg {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; } }

/*!
 * FullCalendar v2.0.2 Stylesheet
 * Docs & License: http://arshaw.com/fullcalendar/
 * (c) 2013 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left; }

.fc table {
  border-collapse: collapse;
  border-spacing: 0; }

html .fc,
.fc table {
  font-size: 1em; }

.fc td,
.fc th {
  padding: 0;
  vertical-align: top; }

/* Header
------------------------------------------------------------------------*/
.fc-header td {
  white-space: nowrap; }

.fc-header-left {
  width: 25%;
  text-align: left; }

.fc-header-center {
  text-align: center; }

.fc-header-right {
  width: 25%;
  text-align: right; }

.fc-header-title {
  display: inline-block;
  vertical-align: top; }

.fc-header-title h2 {
  margin-top: 0;
  white-space: nowrap; }

.fc .fc-header-space {
  padding-left: 10px; }

.fc-header .fc-button {
  margin-bottom: 1em;
  vertical-align: top; }

/* buttons edges butting together */
.fc-header .fc-button {
  margin-right: -1px; }

.fc-header .fc-corner-right,
.fc-header .ui-corner-right {
  /* theme */
  margin-right: 0;
  /* back to normal */ }

/* button layering (for border precedence) */
.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
  z-index: 2; }

.fc-header .fc-state-down {
  z-index: 3; }

.fc-header .fc-state-active,
.fc-header .ui-state-active {
  z-index: 4; }

/* Content
------------------------------------------------------------------------*/
.fc-content {
  position: relative;
  z-index: 1;
  /* scopes all other z-index's to be inside this container */
  clear: both;
  zoom: 1;
  /* for IE7, gives accurate coordinates for [un]freezeContentHeight */ }

.fc-view {
  position: relative;
  width: 100%;
  overflow: hidden; }

/* Cell Styles
------------------------------------------------------------------------*/
.fc-widget-header,
.fc-widget-content {
  /* <td>, usually */
  border: 1px solid #ddd; }

.fc-state-highlight {
  /* <td> today cell */
  /* TODO: add .fc-today to <th> */
  background: #fcf8e3; }

.fc-cell-overlay {
  /* semi-transparent rectangle while dragging */
  background: #bce8f1;
  opacity: .3;
  filter: alpha(opacity=30);
  /* for IE */ }

/* Buttons
------------------------------------------------------------------------*/
.fc-button {
  position: relative;
  display: inline-block;
  padding: 0 .6em;
  overflow: hidden;
  height: 1.9em;
  line-height: 1.9em;
  white-space: nowrap;
  cursor: pointer; }

.fc-state-default {
  /* non-theme */
  border: 1px solid; }

.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/*
    Our default prev/next buttons use HTML entities like &lsaquo; &rsaquo; &laquo; &raquo;
    and we'll try to make them look good cross-browser.
*/
.fc-button .fc-icon {
  margin: 0 .1em;
  font-size: 2em;
  font-family: "Courier New", Courier, monospace;
  vertical-align: baseline;
  /* for IE7 */ }

.fc-icon-left-single-arrow:after {
  content: "\02039";
  font-weight: bold; }

.fc-icon-right-single-arrow:after {
  content: "\0203A";
  font-weight: bold; }

.fc-icon-left-double-arrow:after {
  content: "\000AB"; }

.fc-icon-right-double-arrow:after {
  content: "\000BB"; }

/* icon (for jquery ui) */
.fc-button .ui-icon {
  position: relative;
  top: 50%;
  float: left;
  margin-top: -8px;
  /* we know jqui icons are always 16px tall */ }

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6; }

.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear; }

.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  outline: 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none; }

/* Global Event Styles
------------------------------------------------------------------------*/
.fc-event-container > * {
  z-index: 8; }

.fc-event-container > .ui-draggable-dragging,
.fc-event-container > .ui-resizable-resizing {
  z-index: 9; }

.fc-event {
  border: 1px solid #3a87ad;
  /* default BORDER color */
  background-color: #3a87ad;
  /* default BACKGROUND color */
  color: #fff;
  /* default TEXT color */
  font-size: .85em;
  cursor: default; }

a.fc-event {
  text-decoration: none; }

a.fc-event,
.fc-event-draggable {
  cursor: pointer; }

.fc-rtl .fc-event {
  text-align: right; }

.fc-event-inner {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.fc-event-time,
.fc-event-title {
  padding: 0 1px; }

.fc .ui-resizable-handle {
  display: block;
  position: absolute;
  z-index: 99999;
  overflow: hidden;
  /* hacky spaces (IE6/7) */
  font-size: 300%;
  /* */
  line-height: 50%;
  /* */ }

/* Horizontal Events
------------------------------------------------------------------------*/
.fc-event-hori {
  border-width: 1px 0;
  margin-bottom: 1px; }

.fc-ltr .fc-event-hori.fc-event-start,
.fc-rtl .fc-event-hori.fc-event-end {
  border-left-width: 1px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
  border-right-width: 1px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

/* resizable */
.fc-event-hori .ui-resizable-e {
  top: 0           !important;
  /* importants override pre jquery ui 1.7 styles */
  right: -3px      !important;
  width: 7px       !important;
  height: 100%     !important;
  cursor: e-resize; }

.fc-event-hori .ui-resizable-w {
  top: 0           !important;
  left: -3px       !important;
  width: 7px       !important;
  height: 100%     !important;
  cursor: w-resize; }

.fc-event-hori .ui-resizable-handle {
  _padding-bottom: 14px;
  /* IE6 had 0 height */ }

/* Reusable Separate-border Table
------------------------------------------------------------*/
table.fc-border-separate {
  border-collapse: separate; }

.fc-border-separate th,
.fc-border-separate td {
  border-width: 1px 0 0 1px; }

.fc-border-separate th.fc-last,
.fc-border-separate td.fc-last {
  border-right-width: 1px; }

.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
  border-bottom-width: 1px; }

.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
  border-top-width: 0; }

/* Month View, Basic Week View, Basic Day View
------------------------------------------------------------------------*/
.fc-grid th {
  text-align: center; }

.fc .fc-week-number {
  width: 22px;
  text-align: center; }

.fc .fc-week-number div {
  padding: 0 2px; }

.fc-grid .fc-day-number {
  float: right;
  padding: 0 2px; }

.fc-grid .fc-other-month .fc-day-number {
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* for IE */
  /* opacity with small font can sometimes look too faded
       might want to set the 'color' property instead
       making day-numbers bold also fixes the problem */ }

.fc-grid .fc-day-content {
  clear: both;
  padding: 2px 2px 1px;
  /* distance between events and day edges */ }

/* event styles */
.fc-grid .fc-event-time {
  font-weight: bold; }

/* right-to-left */
.fc-rtl .fc-grid .fc-day-number {
  float: left; }

.fc-rtl .fc-grid .fc-event-time {
  float: right; }

/* Agenda Week View, Agenda Day View
------------------------------------------------------------------------*/
.fc-agenda table {
  border-collapse: separate; }

.fc-agenda-days th {
  text-align: center; }

.fc-agenda .fc-agenda-axis {
  width: 50px;
  padding: 0 4px;
  vertical-align: middle;
  text-align: right;
  font-weight: normal; }

.fc-agenda-slots .fc-agenda-axis {
  white-space: nowrap; }

.fc-agenda .fc-week-number {
  font-weight: bold; }

.fc-agenda .fc-day-content {
  padding: 2px 2px 1px; }

/* make axis border take precedence */
.fc-agenda-days .fc-agenda-axis {
  border-right-width: 1px; }

.fc-agenda-days .fc-col0 {
  border-left-width: 0; }

/* all-day area */
.fc-agenda-allday th {
  border-width: 0 1px; }

.fc-agenda-allday .fc-day-content {
  min-height: 34px;
  /* TODO: doesnt work well in quirksmode */
  _height: 34px; }

/* divider (between all-day and slots) */
.fc-agenda-divider-inner {
  height: 2px;
  overflow: hidden; }

.fc-widget-header .fc-agenda-divider-inner {
  background: #eee; }

/* slot rows */
.fc-agenda-slots th {
  border-width: 1px 1px 0; }

.fc-agenda-slots td {
  border-width: 1px 0 0;
  background: none; }

.fc-agenda-slots td div {
  height: 20px; }

.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
  border-top-width: 0; }

.fc-agenda-slots tr.fc-minor th,
.fc-agenda-slots tr.fc-minor td {
  border-top-style: dotted; }

.fc-agenda-slots tr.fc-minor th.ui-widget-header {
  *border-top-style: solid;
  /* doesn't work with background in IE6/7 */ }

/* Vertical Events
------------------------------------------------------------------------*/
.fc-event-vert {
  border-width: 0 1px; }

.fc-event-vert.fc-event-start {
  border-top-width: 1px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.fc-event-vert.fc-event-end {
  border-bottom-width: 1px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

.fc-event-vert .fc-event-time {
  white-space: nowrap;
  font-size: 10px; }

.fc-event-vert .fc-event-inner {
  position: relative;
  z-index: 2; }

.fc-event-vert .fc-event-bg {
  /* makes the event lighter w/ a semi-transparent overlay  */
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: .25;
  filter: alpha(opacity=25); }

.fc .ui-draggable-dragging .fc-event-bg,
.fc-select-helper .fc-event-bg {
  display: none\9;
  /* for IE6/7/8. nested opacity filters while dragging don't work */ }

/* resizable */
.fc-event-vert .ui-resizable-s {
  bottom: 0        !important;
  /* importants override pre jquery ui 1.7 styles */
  width: 100%      !important;
  height: 8px      !important;
  overflow: hidden !important;
  line-height: 8px !important;
  font-size: 11px  !important;
  font-family: monospace;
  text-align: center;
  cursor: s-resize; }

.fc-agenda .ui-resizable-resizing {
  /* TODO: better selector */
  _overflow: hidden; }

body .calendar {
  margin-top: 0;
  margin-bottom: 40px; }

body .calendar .fc-header {
  margin-bottom: 10px; }

body .calendar .fc-header .fc-button-effect {
  display: none; }

body .calendar .fc-content .fc-state-highlight {
  background: #ccc !important;
  color: white; }

body .calendar .fc-content .fc-event {
  background: #0E223F;
  border: rgba(0, 0, 0, 0.1) solid 1px;
  -webkit-box-shadow: none;
  border-radius: 0px !important;
  box-shadow: none;
  padding: 1px 3px !important; }

.fc-button {
  background: 0;
  background-color: transparent;
  border: 2px solid #0E223F;
  box-shadow: none;
  outline: none;
  border-radius: 0px !important;
  color: #0E223F !important;
  text-shadow: none !important;
  min-width: 45px;
  padding: 6px 14px;
  height: 37px;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0px 3px; }

.fc-header-title h2 {
  color: #666 !important; }

.fc-button:hover {
  background-color: #0E223F;
  color: white !important; }

.fc-button:hover .fc-icon {
  background-color: #0E223F;
  color: white; }

.calendar_categories {
  padding: 0px;
  display: block; }

.calendar_categories li {
  list-style: none;
  float: left;
  margin-right: 10px; }

.calendar_categories li:last-of-type {
  margin: 0; }

.top-calendar {
  border-top: 2px solid #0E223F;
  margin-top: 15px; }

.calendar_categories li a {
  display: block;
  color: white;
  padding: 6px 14px;
  min-width: 135px;
  font-weight: 100; }

.calendar-categories-clone {
  padding: 0px;
  display: block; }

.calendar-categories-clone li {
  list-style: none;
  float: left;
  margin-right: 10px; }

.calendar-categories-clone li:last-of-type {
  margin: 0; }

.calendar-categories-clone li a {
  display: block;
  color: white;
  padding: 6px 14px;
  min-width: 135px;
  font-weight: 100; }

a.deactive {
  opacity: 0.5; }

.calendar-subscribe {
  position: absolute;
  top: 23px;
  right: 15px;
  border-radius: 0px !important;
  background-color: #0E223F !important; }

.calendar-hr {
  margin-top: 35px;
  margin-bottom: 30px; }

.calendar_categories li:hover a {
  text-decoration: none;
  cursor: pointer; }

.calendar_categories li h5 {
  margin: 5px;
  margin-left: 0px; }

.calendar-categories-clone li:hover a {
  text-decoration: none;
  cursor: pointer; }

.calendar-categories-clone li h5 {
  margin: 5px;
  margin-left: 0px; }

.fc-button .fc-icon {
  color: #0E223F;
  text-shadow: none;
  position: absolute;
  left: 50%;
  top: 3px;
  font-size: 40px;
  margin-left: -12px; }

.fc-event-time, .fc-event-title {
  padding: 0 1px;
  font-weight: 100 !important;
  font-size: 13px !important; }

body .calendar .fc-view-month table thead th {
  border: none; }

body .calendar .fc-view-month table tbody tr td.fc-widget-content {
  border: white solid 2px;
  background: #f5f5f5;
  margin: 3px 3px;
  padding: 10px; }

body .calendar .fc-view-month table tbody tr td .fc-day-number {
  font-size: 24px;
  font-weight: 300;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
  margin-top: -10px;
  margin-right: -8px; }

body .calendar .fc-view-month .fc-event-skin {
  background: #0E223F;
  color: white !important;
  border: none !important;
  border-radius: 0px !important;
  line-height: 1.3; }

body .calendar .fc-view-month .fc-event-skin .fc-event-inner {
  padding: 5px !important;
  width: auto; }

body .calendar .fc-view-month .fc-event-skin .fc-event-time {
  font-weight: 600;
  margin-left: 0;
  text-transform: uppercase;
  display: block; }

body .calendar .fc-view-month .fc-event-skin .fc-event-title {
  margin: 0;
  line-height: 1;
  font-weight: 200; }

body .calendar .fc-view-agendaWeek table.fc-agenda-days thead th {
  border: none; }

body .calendar .fc-view-agendaWeek table.fc-agenda-days tbody tr td {
  border: none; }

body .calendar .fc-view-agendaWeek table.fc-agenda-days tbody tr td.fc-widget-content {
  border: #fff solid 2px;
  background: #f5f5f5;
  margin: 3px 3px;
  padding: 10px; }

body .calendar .fc-view-agendaWeek table.fc-agenda-days tbody tr td.fc-state-highlight {
  background: #ddd; }

body .calendar .fc-view-agendaWeek table.fc-agenda-allday thead th {
  border: none !important; }

body .calendar .fc-view-agendaWeek table.fc-agenda-slots tr th.fc-agenda-axis {
  border: none !important;
  background: #fff; }

body .calendar .fc-view-agendaWeek table.fc-agenda-slots tr td.fc-widget-content {
  background: none;
  border: #fff solid 2px;
  border-bottom-width: 1px; }

body .calendar .fc-view-agendaWeek table.fc-agenda-slots tr.fc-minor {
  border-top: none; }

body .calendar .fc-view-agendaWeek table.fc-agenda-slots tr.fc-minor td.fc-widget-content {
  border-top: none;
  border-bottom-width: 2px; }

body .calendar .fc-border-separate tr.fc-last th,
body .calendar .fc-border-separate tr.fc-last td {
  border: none; }

body .calendar .fc-cell-overlay {
  background: #ef6125;
  opacity: .2;
  filter: alpha(opacity=20); }

body .calendar a:hover.fc-event {
  color: #fff; }

body .calendar .fc-other-month {
  color: black;
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important;
  /* for IE */
  /* opacity with small font can sometimes look too faded
         might want to set the 'color' property instead
         making day-numbers bold also fixes the problem */ }

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[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; }

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.flatpickr-calendar {
  background: transparent;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08); }

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  max-height: 640px; }

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999; }

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1); }

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px; }

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px); }

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block; }

.flatpickr-calendar.hasWeeks {
  width: auto; }

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0; }

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6; }

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto; }

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px; }

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px; }

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px; }

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px; }

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%; }

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6; }

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff; }

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%; }

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6; }

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff; }

.flatpickr-calendar:focus {
  outline: 0; }

.flatpickr-wrapper {
  position: relative;
  display: inline-block; }

.flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 28px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden; }

.flatpickr-prev-month,
.flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0px;
  line-height: 16px;
  height: 28px;
  padding: 10px calc(3.57% - 1.5px);
  z-index: 3; }

.flatpickr-prev-month i,
.flatpickr-next-month i {
  position: relative; }

.flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-next-month.flatpickr-prev-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  left: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */ }

/*
        /*rtl:begin:ignore*/
/*
        /*rtl:end:ignore*/
.flatpickr-prev-month.flatpickr-next-month,
.flatpickr-next-month.flatpickr-next-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  right: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */ }

/*
        /*rtl:begin:ignore*/
/*
        /*rtl:end:ignore*/
.flatpickr-prev-month:hover,
.flatpickr-next-month:hover {
  color: #959ea9; }

.flatpickr-prev-month:hover svg,
.flatpickr-next-month:hover svg {
  fill: #f64747; }

.flatpickr-prev-month svg,
.flatpickr-next-month svg {
  width: 14px; }

.flatpickr-prev-month svg path,
.flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit; }

.numInputWrapper {
  position: relative;
  height: auto; }

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block; }

.numInputWrapper input {
  width: 100%; }

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.05);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1); }

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2); }

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
  top: 33%; }

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0; }

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6); }

.numInputWrapper span.arrowDown {
  top: 50%; }

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6); }

.numInputWrapper span svg {
  width: inherit;
  height: auto; }

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5); }

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05); }

.numInputWrapper:hover span {
  opacity: 1; }

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 6.16px 0 0 0;
  line-height: 1;
  height: 28px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px); }

.flatpickr-current-month.slideLeft {
  -webkit-transform: translate3d(-100%, 0px, 0px);
  transform: translate3d(-100%, 0px, 0px);
  -webkit-animation: fpFadeOut 400ms ease, fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeOut 400ms ease, fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1); }

.flatpickr-current-month.slideLeftNew {
  -webkit-transform: translate3d(100%, 0px, 0px);
  transform: translate3d(100%, 0px, 0px);
  -webkit-animation: fpFadeIn 400ms ease, fpSlideLeftNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeIn 400ms ease, fpSlideLeftNew 400ms cubic-bezier(0.23, 1, 0.32, 1); }

.flatpickr-current-month.slideRight {
  -webkit-transform: translate3d(100%, 0px, 0px);
  transform: translate3d(100%, 0px, 0px);
  -webkit-animation: fpFadeOut 400ms ease, fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeOut 400ms ease, fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1); }

.flatpickr-current-month.slideRightNew {
  -webkit-transform: translate3d(0, 0, 0px);
  transform: translate3d(0, 0, 0px);
  -webkit-animation: fpFadeIn 400ms ease, fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeIn 400ms ease, fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1); }

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0; }

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05); }

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block; }

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9); }

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9); }

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: default;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: initial;
  border: 0;
  border-radius: 0;
  vertical-align: initial; }

.flatpickr-current-month input.cur-year:focus {
  outline: 0; }

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none; }

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px; }

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder; }

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0; }

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 307.875px; }

.flatpickr-days:focus {
  outline: 0; }

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1; }

.flatpickr-calendar.animate .dayContainer.slideLeft {
  -webkit-animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1); }

.flatpickr-calendar.animate .dayContainer.slideLeft,
.flatpickr-calendar.animate .dayContainer.slideLeftNew {
  -webkit-transform: translate3d(-100%, 0px, 0px);
  transform: translate3d(-100%, 0px, 0px); }

.flatpickr-calendar.animate .dayContainer.slideLeftNew {
  -webkit-animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1); }

.flatpickr-calendar.animate .dayContainer.slideRight {
  -webkit-animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translate3d(100%, 0px, 0px);
  transform: translate3d(100%, 0px, 0px); }

.flatpickr-calendar.animate .dayContainer.slideRightNew {
  -webkit-animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1); }

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6; }

.flatpickr-day.today {
  border-color: #959ea9; }

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff; }

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7; }

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px; }

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0; }

.flatpickr-day.selected.startRange + .endRange,
.flatpickr-day.startRange.startRange + .endRange,
.flatpickr-day.endRange.startRange + .endRange {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7; }

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px; }

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6; }

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover {
  pointer-events: none; }

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default; }

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7; }

.rangeMode .flatpickr-day {
  margin-top: 1px; }

.flatpickr-weekwrapper {
  display: inline-block;
  float: left; }

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6; }

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px; }

.flatpickr-weekwrapper span.flatpickr-day {
  display: block;
  width: 100%;
  max-width: none; }

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden; }

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both; }

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left; }

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939; }

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939; }

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%; }

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%; }

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  cursor: pointer;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.flatpickr-time input.flatpickr-hour {
  font-weight: bold; }

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400; }

.flatpickr-time input:focus {
  outline: 0;
  border: 0; }

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  display: inline-block;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400; }

.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #f0f0f0; }

.flatpickr-input[readonly] {
  cursor: pointer; }

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes fpSlideLeft {
  from {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px); }
  to {
    -webkit-transform: translate3d(-100%, 0px, 0px);
    transform: translate3d(-100%, 0px, 0px); } }

@keyframes fpSlideLeft {
  from {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px); }
  to {
    -webkit-transform: translate3d(-100%, 0px, 0px);
    transform: translate3d(-100%, 0px, 0px); } }

@-webkit-keyframes fpSlideLeftNew {
  from {
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px); }
  to {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px); } }

@keyframes fpSlideLeftNew {
  from {
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px); }
  to {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px); } }

@-webkit-keyframes fpSlideRight {
  from {
    -webkit-transform: translate3d(0, 0, 0px);
    transform: translate3d(0, 0, 0px); }
  to {
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px); } }

@keyframes fpSlideRight {
  from {
    -webkit-transform: translate3d(0, 0, 0px);
    transform: translate3d(0, 0, 0px); }
  to {
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px); } }

@-webkit-keyframes fpSlideRightNew {
  from {
    -webkit-transform: translate3d(-100%, 0, 0px);
    transform: translate3d(-100%, 0, 0px); }
  to {
    -webkit-transform: translate3d(0, 0, 0px);
    transform: translate3d(0, 0, 0px); } }

@keyframes fpSlideRightNew {
  from {
    -webkit-transform: translate3d(-100%, 0, 0px);
    transform: translate3d(-100%, 0, 0px); }
  to {
    -webkit-transform: translate3d(0, 0, 0px);
    transform: translate3d(0, 0, 0px); } }

@-webkit-keyframes fpFadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fpFadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes fpFadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fpFadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.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: #132C6C; }
  .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-total {
    background-color: rgba(200, 0, 0, 0.7); }
  .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-events .dsmcal-event {
    border-color: rgba(200, 0, 0, 0.7); }
  .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: flex;
    justify-content: space-between;
    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;
      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;
        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;
      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;
        transform: rotate(-45deg);
        margin-top: -5px;
        margin-left: -6px;
        top: 50%;
        left: 50%; }
      .digistorm-mobile-calendar .dsmcal-controls button.dsmcal-prev-week:before {
        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 {
      transform: translateY(-50%) translateY(-2px) rotate(135deg); }
    .digistorm-mobile-calendar .dsmcal-controls.dsmcal-shownav .dsmcal-current-week:after {
      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 {
      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: 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: #19284c;
              display: flex;
              align-items: center;
              justify-content: center;
              font-size: 9px;
              border-radius: 50%;
              color: #fff; }
            .digistorm-mobile-calendar .dsmcal-controls .dsmcal-monthnav table tr td[data-dsmcal-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; }

@keyframes dsmcal-rotate {
  from {
    transform: rotate(0deg); }
  to {
    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%;
      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;
    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;
      user-select: none;
      padding: 7px 15px;
      display: flex;
      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;
        justify-content: center;
        align-items: center;
        font-size: 12px; }
        .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-total.dsmcal-show-total {
          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;
        transition: transform 0.1s;
        right: 20px;
        top: 50%;
        transform-origin: 1px center; }
      .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label:before {
        transform: translateY(-50%) translateY(4px) rotate(225deg); }
      .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label:after {
        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;
      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;
        transition: transform 0.1s;
        right: 26px;
        top: 14px;
        margin-right: -6px;
        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 {
        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 {
        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: flex;
        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 {
        transform: translateY(-50%) translateY(0px) rotate(135deg); }
      .digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-label:after {
        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 {
          transform: translateY(-50%) translateY(-2px) rotate(135deg); }
        .digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event.dsmcal-event-expanded:after {
          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; }

* {
  box-sizing: border-box; }

body {
  font-family: "Ubuntu", sans-serif;
  background-color: white;
  margin: 0;
  padding-top: 108px; }
  body.static {
    transition: none; }
    body.static * {
      transition: none; }
  @media (max-width: 992px) {
    body {
      padding-top: 70px; } }

.hidden {
  display: none !important; }

.clearfix {
  clear: both; }

h1 {
  color: #0E223F;
  font-size: 42px; }

h2 {
  color: #0E223F;
  font-size: 32px; }

h3 {
  color: #0E223F;
  font-size: 28px; }

h4 {
  color: #0E223F;
  font-size: 24px; }

h5 {
  color: #0E223F;
  font-size: 20px; }

h6 {
  color: #0E223F;
  font-size: 18px; }

h1 {
  font-weight: 400;
  margin: 0px;
  margin-bottom: 15px; }
  h1.heading {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 4px solid #F7F7F7; }
    h1.heading a {
      color: #0E223F; }
    h1.heading span {
      position: relative; }
      h1.heading span:after {
        content: "";
        position: absolute;
        height: 4px;
        background-color: #0E223F;
        bottom: -15px;
        left: 0px;
        width: 120%; }

h2 {
  font-weight: 400;
  margin: 0px;
  margin-bottom: 15px; }
  h2.heading {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 4px solid #F7F7F7; }
    h2.heading a {
      color: #0E223F; }
    h2.heading span {
      position: relative; }
      h2.heading span:after {
        content: "";
        position: absolute;
        height: 4px;
        background-color: #0E223F;
        bottom: -15px;
        left: 0px;
        width: 120%; }

h3 {
  font-weight: 400;
  margin: 0px;
  margin-bottom: 15px; }
  h3.heading {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 4px solid #F7F7F7; }
    h3.heading a {
      color: #0E223F; }
    h3.heading span {
      position: relative; }
      h3.heading span:after {
        content: "";
        position: absolute;
        height: 4px;
        background-color: #0E223F;
        bottom: -15px;
        left: 0px;
        width: 120%; }

h4 {
  font-weight: 400;
  margin: 0px;
  margin-bottom: 15px; }
  h4.heading {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 4px solid #F7F7F7; }
    h4.heading a {
      color: #0E223F; }
    h4.heading span {
      position: relative; }
      h4.heading span:after {
        content: "";
        position: absolute;
        height: 4px;
        background-color: #0E223F;
        bottom: -15px;
        left: 0px;
        width: 120%; }

h5 {
  font-weight: 400;
  margin: 0px;
  margin-bottom: 15px; }
  h5.heading {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 4px solid #F7F7F7; }
    h5.heading a {
      color: #0E223F; }
    h5.heading span {
      position: relative; }
      h5.heading span:after {
        content: "";
        position: absolute;
        height: 4px;
        background-color: #0E223F;
        bottom: -15px;
        left: 0px;
        width: 120%; }

h6 {
  font-weight: 400;
  margin: 0px;
  margin-bottom: 15px; }
  h6.heading {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 4px solid #F7F7F7; }
    h6.heading a {
      color: #0E223F; }
    h6.heading span {
      position: relative; }
      h6.heading span:after {
        content: "";
        position: absolute;
        height: 4px;
        background-color: #0E223F;
        bottom: -15px;
        left: 0px;
        width: 120%; }

p, li {
  font-weight: 100;
  font-size: 16px;
  color: #000;
  letter-spacing: 0.46px;
  line-height: 30px; }

a {
  text-decoration: none;
  outline: 0;
  border: 0; }

a:visited {
  color: inherit; }

a img {
  border: 0;
  outline: 0; }

small {
  display: block;
  font-size: 12px;
  color: #5B85CC;
  line-height: 14px; }

table {
  width: 100%;
  margin: 20px 0px;
  padding: 0;
  border-spacing: 0px; }

table td {
  border-spacing: 0px;
  padding: 10px 5px;
  margin: 0;
  border-bottom: 1px solid #D2D7DC;
  font-weight: 300;
  font-size: 16px; }

table th {
  text-align: left;
  border-spacing: 0px;
  padding: 10px 5px;
  border-bottom: 2px solid #0E223F;
  font-weight: 400; }

.btn {
  display: inline-block;
  background: none;
  border: none;
  outline: none;
  padding: 15px;
  text-transform: uppercase;
  font-size: 14px;
  transition: background 0.4s, color 0.4s; }
  .btn.btn-default {
    background-color: #fff;
    color: #0E223F; }
    .btn.btn-default:hover, .btn.btn-default:focus {
      background-color: #0E223F;
      color: #fff; }
  .btn.btn-primary {
    background-color: #727D8C;
    color: white; }
    .btn.btn-primary:hover, .btn.btn-primary:focus {
      cursor: pointer;
      background-color: #0E223F; }

.container {
  position: relative;
  display: block;
  max-width: 1165px;
  width: 100%;
  margin: 0 auto; }
  @media (max-width: 1165px) {
    .container {
      padding: 0px 30px; } }

@media (min-width: 768px) {
  .visible-xs {
    display: none !important; } }

@media (min-width: 992px) {
  .visible-sm {
    display: none !important; } }

@media (max-width: 992px) {
  .hidden-sm {
    display: none !important; }
  .visible-sm {
    display: block !important; } }

@media (max-width: 768px) {
  .hidden-xs {
    display: none !important; }
  .visible-xs {
    display: block !important; } }

body:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  opacity: 0;
  left: 9999px;
  right: -9999px;
  bottom: 0;
  top: 0;
  z-index: 5;
  transition: opacity 0.4s; }

body.nav-open {
  overflow: hidden; }
  body.nav-open:before {
    opacity: 1;
    left: 0;
    right: 0; }

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #0E223F;
  max-height: 108px;
  padding: 0px;
  z-index: 9999;
  box-shadow: 0px 2px 0px 0px #0b1b32; }
  .navbar .logo-wrapper {
    display: block;
    height: 78px;
    margin: 15px 0px; }
    @media (max-width: 992px) {
      .navbar .logo-wrapper {
        height: 55px; }
        .navbar .logo-wrapper img {
          height: 100%; } }
  @media (max-width: 992px) {
    .navbar {
      height: 80px; } }
  .navbar .nav {
    padding: 0;
    margin: 0;
    float: right; }
    .navbar .nav > li {
      list-style: none;
      float: left;
      margin-left: 20px; }
      .navbar .nav > li > a {
        display: block;
        color: #0E223F;
        position: relative;
        padding: 5px 0px;
        border-bottom: 3px solid transparent;
        text-decoration: none;
        font-size: 18px;
        font-weight: 300; }
        @media (max-width: 992px) {
          .navbar .nav > li > a {
            color: white; } }
        @media (max-width: 1400px) {
          .navbar .nav > li > a {
            font-size: 15px; } }
      .navbar .nav > li:hover > a {
        color: #0E223F;
        border-bottom: 3px solid #0E223F; }
        @media (max-width: 992px) {
          .navbar .nav > li:hover > a {
            color: white; } }
      .navbar .nav > li:hover ul {
        display: block; }
        @media (max-width: 992px) {
          .navbar .nav > li:hover ul {
            display: none; } }
      .navbar .nav > li.active > a {
        color: #0E223F; }
      .navbar .nav > li.search {
        margin-left: 30px;
        padding: 20px 0px; }
        .navbar .nav > li.search a {
          display: block;
          width: 40px;
          line-height: 20px;
          position: relative;
          padding: 0;
          text-align: center;
          -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
          -webkit-transform-origin: -50px 500px;
          transform-origin: -50px 500px;
          transition: -webkit-transform 1s;
          transition: transform 1s; }
          .navbar .nav > li.search a img {
            position: relative;
            top: 5px;
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
            transition: -webkit-transform 1s;
            transition: transform 1s; }
          .navbar .nav > li.search a:before {
            content: '';
            opacity: 0;
            top: 8px;
            bottom: 8px;
            left: 8px;
            right: 8px;
            position: absolute;
            border: 1px solid white;
            border-radius: 100px;
            background-color: #0E223F;
            -webkit-transform: scale(1);
            transform: scale(1);
            transition: opacity 0.5s, -webkit-transform 0.4s;
            transition: opacity 0.5s, transform 0.4s; }
          .navbar .nav > li.search a:after {
            display: none; }
          .navbar .nav > li.search a:hover:before, .navbar .nav > li.search a.search-active:before {
            opacity: 1;
            -webkit-transform: scale(2.3);
            transform: scale(2.3); }
          .navbar .nav > li.search a.search-active {
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
            .navbar .nav > li.search a.search-active img {
              -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
      .navbar .nav > li > ul {
        position: absolute;
        padding: 20px;
        background-color: #fff;
        border: 1px solid #E1E7EC;
        box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
        display: none; }
        .navbar .nav > li > ul li {
          list-style: none;
          margin: 10px 0px; }
          .navbar .nav > li > ul li a {
            display: block;
            color: #0E223F;
            padding: 0px 10px;
            text-decoration: none;
            font-size: 18px;
            font-weight: 300; }
            .navbar .nav > li > ul li a:hover {
              color: rgba(14, 34, 63, 0.5); }
    @media (max-width: 992px) {
      .navbar .nav {
        position: fixed;
        right: -300px;
        top: 70px;
        width: 300px;
        background-color: #0b1b32;
        box-shadow: -2px 0px 4px 0px rgba(0, 0, 0, 0.25);
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        transition: -webkit-transform 0.4s;
        transition: transform 0.4s;
        height: 100%;
        overflow-y: auto; }
        .navbar .nav li {
          float: none;
          margin: 0px;
          border-bottom: 1px solid #091629;
          position: relative; }
          .navbar .nav li a {
            display: block;
            padding: 10px 15px;
            transition: padding 0.4s; }
          .navbar .nav li.has-sub .open-menu {
            position: absolute !important;
            right: 0px;
            top: 0%;
            width: 48px;
            height: 48px;
            z-index: 15; }
            .navbar .nav li.has-sub .open-menu:after {
              content: '';
              position: absolute;
              right: 20px;
              top: 50%;
              transform: translate(0, -50%);
              height: 12px;
              width: 2px;
              background-color: #fff;
              transition: all 0.3s; }
            .navbar .nav li.has-sub .open-menu:before {
              content: '';
              position: absolute;
              right: 15px;
              top: 50%;
              transform: translate(0, -50%);
              height: 2px;
              width: 12px;
              background-color: #fff; }
            .navbar .nav li.has-sub .open-menu.is-open:after {
              transform: translate(0, -50%) rotate(90deg); }
          .navbar .nav li.has-sub:hover li a {
            background-color: none !important; }
          .navbar .nav li .sub-menu {
            top: 100%;
            left: 0;
            min-width: 320px;
            display: none;
            overflow: hidden;
            position: static;
            padding-top: 0;
            padding-bottom: 0;
            padding-left: 0px !important;
            background: rgba(14, 34, 63, 0.5);
            border: 0px !important; }
            .navbar .nav li .sub-menu a {
              text-align: left;
              padding-top: 6.5px;
              padding-bottom: 6.5px;
              padding-left: 15px;
              background: none !important;
              color: #fff;
              font-size: 15px; }
              .navbar .nav li .sub-menu a:hover {
                color: #fff !important; }
            .navbar .nav li .sub-menu li {
              margin: 0px !important; }
        body.nav-open .navbar .nav {
          -webkit-transform: translateX(-300px);
          transform: translateX(-300px); } }
  .navbar .toggle-nav {
    position: absolute;
    right: 10px;
    width: 30px;
    height: 18px;
    top: 50%;
    margin-top: -14px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s; }
    .navbar .toggle-nav .line {
      background-color: #727D8C;
      position: absolute;
      left: 0;
      right: 0;
      height: 2px;
      -webkit-transform: translate(0px, 0px) rotate(0deg);
      transform: translate(0px, 0px) rotate(0deg);
      transition: -webkit-transform 0.4s, opacity 0.4s;
      transition: transform 0.4s, opacity 0.4s; }
      .navbar .toggle-nav .line:nth-child(1) {
        top: 0%; }
      .navbar .toggle-nav .line:nth-child(2) {
        top: 50%;
        opacity: 1; }
      .navbar .toggle-nav .line:nth-child(3) {
        top: 100%; }
    .navbar .toggle-nav:hover {
      cursor: pointer; }
      .navbar .toggle-nav:hover .line {
        background-color: #0E223F; }
    .navbar .toggle-nav.cross {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
      .navbar .toggle-nav.cross .line:nth-child(1) {
        -webkit-transform: rotate(45deg) translate(5px, 6.7px);
        transform: rotate(45deg) translate(5px, 6.7px); }
      .navbar .toggle-nav.cross .line:nth-child(2) {
        opacity: 0; }
      .navbar .toggle-nav.cross .line:nth-child(3) {
        -webkit-transform: rotate(-45deg) translate(6px, -7px);
        transform: rotate(-45deg) translate(6px, -7px); }

.search-modal {
  display: none;
  position: fixed;
  z-index: 900;
  top: 50%;
  background-color: white;
  left: 50%;
  width: 350px;
  height: 350px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .search-modal .search-target {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    background-color: #0E223F;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.social-footer {
  background-color: rgba(14, 34, 63, 0.5);
  padding: 25px 0px; }
  .social-footer .social-links {
    float: right; }
    .social-footer .social-links .social {
      float: right;
      margin-left: 5px; }
      .social-footer .social-links .social.social-text {
        color: #F7F7F7;
        font-size: 18px;
        margin-right: 15px;
        margin-left: 80px;
        line-height: 33px;
        font-weight: 200; }

.footer {
  background-color: #0E223F;
  padding: 90px 0px 45px; }
  .footer * {
    color: #FFFFFF; }
  @media (min-width: 768px) {
    .footer .row {
      margin-right: -20px;
      margin-left: -20px; } }
  @media (min-width: 768px) {
    .footer .row div[class*=col] {
      padding-left: 20px;
      padding-right: 20px; } }
  .footer .row div[class*=col] h4 {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    border-bottom-color: #87919f; }
    .footer .row div[class*=col] h4 span:after {
      background-color: #fff; }
  .footer .row div[class*=col] ul {
    padding: 0; }
    .footer .row div[class*=col] ul li {
      list-style: none;
      border-bottom: 1px solid #87919f; }
      .footer .row div[class*=col] ul li a {
        display: block;
        color: #87919f;
        padding: 10px;
        font-weight: 300;
        font-size: 16px;
        line-height: 26px; }

.sub-footer {
  background-color: #061121;
  padding: 10px 0px; }
  .sub-footer span {
    color: #7B7B7B;
    font-size: 14px; }
  .sub-footer .digistorm {
    float: right; }

form fieldset {
  border: none;
  padding: 0; }
  form fieldset .heading {
    display: none; }
  form fieldset input[type="text"],
  form fieldset input[type="email"],
  form fieldset textarea,
  form fieldset .form__row.form__row--checkboxes .form__field,
  form fieldset .form__row.form__row--radiobuttons .form__field,
  form fieldset select {
    display: block;
    border: 0;
    outline: 0;
    background-color: rgba(14, 34, 63, 0.03);
    width: 100%;
    color: #0E223F;
    font-size: 14px;
    padding: 12px 10px;
    border-radius: 0px;
    border-bottom: 2px solid rgba(14, 34, 63, 0.5);
    margin-bottom: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    form fieldset input[type="text"]:focus,
    form fieldset input[type="email"]:focus,
    form fieldset textarea:focus,
    form fieldset .form__row.form__row--checkboxes .form__field:focus,
    form fieldset .form__row.form__row--radiobuttons .form__field:focus,
    form fieldset select:focus {
      border-bottom: 2px solid #0e223f; }
  form fieldset .form__row.form__row--checkboxes .form__field div,
  form fieldset .form__row.form__row--radiobuttons .form__field div {
    margin-bottom: 7px; }
    form fieldset .form__row.form__row--checkboxes .form__field div:last-child,
    form fieldset .form__row.form__row--radiobuttons .form__field div:last-child {
      margin-bottom: 0px; }
  form fieldset .form__row.form__row--checkboxes .form__field label,
  form fieldset .form__row.form__row--radiobuttons .form__field label {
    padding-left: 7px; }
  form fieldset textarea {
    width: 100%; }

form button {
  margin-top: 15px;
  margin-bottom: 30px;
  cursor: pointer; }

.select {
  position: relative; }
  .select:after {
    content: "\f0dd";
    display: block;
    position: absolute;
    color: rgba(14, 34, 63, 0.5);
    top: 7px;
    right: 15px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    z-index: -1; }

.checkboxes {
  margin-bottom: 30px;
  position: relative;
  padding-left: 35px; }
  .checkboxes input {
    margin: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(14, 34, 63, 0.5);
    float: none;
    display: block;
    padding: 0px;
    left: 0;
    position: relative;
    margin-left: -30px;
    margin-top: 0px;
    top: 19px;
    margin-right: 10px; }
    .checkboxes input:checked:after {
      content: "\f00c";
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }

.footer-form-wrap input {
  background: #3C4C63 !important;
  color: #fff !important; }

.modal {
  position: fixed;
  top: -9999px;
  left: -9999px;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5); }
  .modal.modal-active {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    .modal.modal-active .modal-content {
      -webkit-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1); }
  .modal .modal-content {
    background-color: white;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 50%;
    top: 50%;
    width: 450px;
    max-width: 100%;
    -webkit-transform: translate(-50%, -50%) scale(0.85);
    transform: translate(-50%, -50%) scale(0.85);
    border-radius: 3px;
    padding: 45px;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s; }
    .modal .modal-content .modal-header {
      margin-bottom: 30px; }

.parallax {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .parallax:after {
    content: '';
    position: absolute;
    background-color: rgba(14, 34, 63, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
  .parallax img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: -ms-transform 0.1s;
    transition: -webkit-transform 0.1s;
    transition: transform 0.1s; }

.gallery {
  margin: 20px 0px; }
  .gallery.Carousel .slick-arrow {
    position: absolute;
    top: 50%;
    background: none;
    outline: none;
    border: none;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #0E223F;
    opacity: 0.7;
    font-size: 22px;
    margin-top: -15px;
    color: white; }
    .gallery.Carousel .slick-arrow:hover {
      cursor: pointer;
      opacity: 1; }
  .gallery.Carousel .slick-prev {
    left: 10px; }
  .gallery.Carousel .slick-next {
    right: 10px; }
  .gallery.Carousel .slick-slide {
    opacity: 0.5;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -ms-transform: scale(0.95);
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s; }
    .gallery.Carousel .slick-slide.slick-center {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }

/* Preload images */
body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-container {
  padding: 4px; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

html, body {
  height: 100%; }

.alerts {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #0E223F;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  z-index: 99999;
  cursor: pointer;
  /*overflow:hidden;*/ }
  .alerts.alerts-active {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  .alerts .alert-message {
    /*        position: absolute;
        top: 0;
        left: 15px;
        bottom: 0;
        right: 100px;
        line-height: 55px;*/
    font-size: 16px;
    color: white;
    width: 80%;
    line-height: 22px;
    padding-top: 10px;
    padding-bottom: 5px; }
  .alerts .alert-body {
    /*        position: absolute;
        top: 31px;
        left: 15px;
        bottom: 0;
        right: 100px;
        line-height: 36px;*/
    font-weight: 300;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.75);
    padding-bottom: 15px; }
  .alerts .close-alert {
    position: absolute;
    top: 10px;
    right: 15px;
    /*        line-height: 86px;*/
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0px;
    cursor: pointer;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 9999999999999; }
    .alerts .close-alert:hover {
      color: white; }

.navbar {
  transition: -webkit-transform 0.4s, margin 0.4s;
  transition: transform 0.4s, margin 0.4s;
  background-color: #fff;
  box-shadow: none; }
  .navbar.alerts-active {
    -webkit-transform: translateY(75px);
    transform: translateY(75px); }
  .navbar .main-search:hover a {
    border-color: transparent !important; }

.slick-banners {
  height: 550px;
  overflow: hidden; }
  .slick-banners .slick-list {
    height: 100%; }
    .slick-banners .slick-list .slick-track {
      height: 100%; }

.banner {
  height: 100%;
  position: relative;
  background-image: url("http://s3-ap-southeast-2.amazonaws.com/digistorm-websites/kcs/_backgroundImage/banner.jpg?mtime=20150908022011");
  background-size: cover;
  background-position: center; }
  .banner > img {
    position: relative;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .banner * {
    color: #FFFFFF; }
  .banner .banner-shadow {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    opacity: 0.3;
    background-image: linear-gradient(-180deg, rgba(20, 32, 79, 0) 2%, #0C223F 37%);
    height: 280px; }
  .banner .content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding-bottom: 54px; }
    .banner .content h1 {
      padding-top: 10px;
      border-top: 6px solid white;
      width: 50%;
      text-transform: uppercase;
      margin-top: 125px;
      font-weight: 400; }
    .banner .content .down-arrow {
      display: block;
      position: absolute;
      bottom: 0px;
      right: 0;
      opacity: 0.7;
      transition: opacity 0.4s; }
      .banner .content .down-arrow:hover {
        opacity: 1; }
  @media (max-width: 768px) {
    .banner {
      height: 233.33333px;
      margin-top: 0px; } }

.sub-banner {
  max-height: 400px;
  position: relative;
  overflow: hidden; }
  .sub-banner img {
    width: 100%; }

.content-banner {
  margin-bottom: 50px; }

.quicklinks {
  background-color: #F6F6F6;
  padding: 60px 0px; }
  .quicklinks.testimonialBlocks {
    padding: 60px 0px 0px; }
  .quicklinks .row .quicklink {
    position: relative;
    background-color: #0E223F;
    display: block;
    margin: 15px 5px;
    padding: 30px 30px;
    height: 260px; }
    .quicklinks .row .quicklink > img {
      min-width: 100%;
      position: absolute;
      min-height: 100%;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%) scale(1.01);
      transform: translate(-50%, -50%) scale(1.01);
      transition: -webkit-transform 0.5s;
      transition: transform 0.5s; }
    .quicklinks .row .quicklink[style=""] h4 {
      width: 100% !important; }
    .quicklinks .row .quicklink .quicklink-shadow {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      opacity: 0.3;
      background-image: linear-gradient(270deg, rgba(20, 32, 79, 0) 29%, #14214F 50%); }
    .quicklinks .row .quicklink h6 {
      position: relative;
      z-index: 1;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.8);
      font-size: 14px; }
    .quicklinks .row .quicklink h4 {
      position: relative;
      z-index: 1;
      width: 60%;
      color: white; }
    .quicklinks .row .quicklink .kcs-button {
      position: absolute;
      left: 30px;
      bottom: 30px;
      transition: all 0.2s ease-in; }
    .quicklinks .row .quicklink:hover > img {
      -webkit-transform: translate(-50%, -50%) scale(1.1);
      transform: translate(-50%, -50%) scale(1.1); }

.news-events,
.mobile-events {
  padding: 60px 0px; }
  .news-events .news,
  .mobile-events .news {
    position: relative;
    margin-top: 15px;
    cursor: pointer; }
    .news-events .news img,
    .mobile-events .news img {
      width: 100%; }
    .news-events .news .content,
    .mobile-events .news .content {
      padding: 15px 0px; }
      .news-events .news .content .news-heading h5,
      .mobile-events .news .content .news-heading h5 {
        margin-bottom: 3px; }
      .news-events .news .content .news-heading small,
      .mobile-events .news .content .news-heading small {
        margin-bottom: 15px;
        font-size: 14px;
        color: #5A6283;
        line-height: 24px; }
  .news-events .events,
  .mobile-events .events {
    padding-left: 20px; }
    @media (max-width: 992px) {
      .news-events .events,
      .mobile-events .events {
        margin-top: 50px;
        padding-left: 0px; } }
    .news-events .events .event,
    .mobile-events .events .event {
      margin-top: 10px;
      padding-top: 40px;
      padding-bottom: 50px;
      padding-left: 15px;
      margin-bottom: -10px;
      border-bottom: 4px solid #f7f7f7;
      background-color: transparent;
      transition: background 0.3s; }
      .news-events .events .event *,
      .mobile-events .events .event * {
        transition: all 0.3s; }
      .news-events .events .event:hover,
      .mobile-events .events .event:hover {
        background-color: rgba(14, 34, 63, 0.6);
        cursor: pointer; }
        .news-events .events .event:hover .title,
        .mobile-events .events .event:hover .title {
          color: white; }
        .news-events .events .event:hover .time,
        .mobile-events .events .event:hover .time {
          color: #e6e6e6; }
      .news-events .events .event .event-date,
      .mobile-events .events .event .event-date {
        float: left;
        margin-right: 20px;
        position: relative; }
        .news-events .events .event .event-date .day,
        .mobile-events .events .event .event-date .day {
          position: relative;
          top: -15px;
          border-radius: 100%;
          font-family: "Ubuntu", sans-serif;
          text-align: center;
          background-color: #0E223F;
          color: #FFFFFF;
          font-size: 35px;
          line-height: 80px;
          width: 80px; }
        .news-events .events .event .event-date .month,
        .mobile-events .events .event .event-date .month {
          font-size: 14px;
          color: #fff;
          position: absolute;
          border-radius: 100%;
          right: -10px;
          bottom: 0px;
          background-color: #050b15;
          width: 43px;
          text-align: center;
          line-height: 43px;
          text-transform: uppercase;
          font-weight: 400; }
      .news-events .events .event .event-details,
      .mobile-events .events .event .event-details {
        padding-left: 105px; }
        .news-events .events .event .event-details .time,
        .mobile-events .events .event .event-details .time {
          position: relative;
          top: -2px; }
          .news-events .events .event .event-details .time span,
          .mobile-events .events .event .event-details .time span {
            color: #5A6283;
            position: relative;
            top: -3px;
            font-size: 14px;
            line-height: 24px;
            margin-left: 0px; }

.sidebar {
  margin-top: 20px; }
  .sidebar ul {
    padding: 0px; }
    .sidebar ul li {
      list-style: none; }
      .sidebar ul li a {
        position: relative;
        font-weight: 300;
        display: block;
        padding: 10px 8px;
        color: #7B7B81;
        border-bottom: 1px solid #D2D7DC;
        transition: padding 0.4s; }
        .sidebar ul li a:before {
          content: '';
          position: absolute;
          background-color: #1A354D;
          width: 2px;
          left: 8px;
          top: 50%;
          bottom: 50%;
          opacity: 0;
          transition: top 0.4s, bottom 0.4s, opacity 0.4s; }
      .sidebar ul li.active a, .sidebar ul li:hover a {
        color: #1A354D;
        padding-left: 25px; }
        .sidebar ul li.active a:before, .sidebar ul li:hover a:before {
          display: block;
          opacity: 1;
          top: 10px;
          bottom: 10px; }

.quote {
  position: relative;
  padding-left: 50px; }
  .quote:before {
    content: '';
    background-color: #0E223F;
    position: absolute;
    left: 23px;
    width: 2px;
    opacity: 1;
    top: 10px;
    bottom: 10px; }
  .quote .quote-text {
    font-family: "Ubuntu", sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    color: #7B7B81;
    letter-spacing: 0.46px;
    line-height: 30px; }
  .quote .quote-byline {
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    color: #0E223F;
    letter-spacing: 0.46px;
    line-height: 30px; }

.content-container {
  position: relative;
  margin-bottom: 50px; }
  @media (max-width: 768px) {
    .content-container {
      padding-right: 30px; } }

.page {
  margin-top: 80px; }
  .page:first-of-type {
    margin-top: 0px; }
  .page:last-of-type {
    margin-bottom: 80px; }

.page-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-left: 0px; }
  .page-indicator.fixed {
    position: fixed; }
  .page-indicator ul {
    position: absolute;
    right: 40px;
    width: 100px;
    padding: 0; }
    .page-indicator ul li {
      position: relative;
      list-style: none;
      line-height: 15px;
      margin-bottom: 15px;
      text-align: right; }
      .page-indicator ul li:before {
        content: '';
        position: absolute;
        right: -29px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 14px;
        height: 14px;
        border-radius: 100%;
        background-color: transparent; }
      .page-indicator ul li:after {
        content: '';
        position: absolute;
        right: -32px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 16px;
        height: 16px;
        border-radius: 100%;
        border: 2px solid rgba(14, 34, 63, 0.4); }
      .page-indicator ul li.active a {
        opacity: 1; }
      .page-indicator ul li.active:before {
        background-color: #0E223F; }
      .page-indicator ul li a {
        font-weight: 600;
        font-size: 14px;
        color: #14214F;
        line-height: 15px;
        text-transform: uppercase;
        opacity: 0; }

.content-container a {
  color: #5192e2; }
  .content-container a:hover {
    color: #3c6ca7; }

.scrolltop,
.scrollbottom {
  height: 1px;
  background-color: red;
  left: 0;
  right: 0;
  position: absolute; }

.kcs-button {
  position: relative;
  border: none;
  background: none;
  font-size: 14px;
  color: #FFFFFF;
  z-index: 1;
  line-height: 32px;
  text-transform: uppercase;
  opacity: 0.7; }
  .kcs-button img {
    position: relative;
    float: left;
    margin-right: 10px;
    z-index: 1; }
  .kcs-button:hover {
    opacity: 1; }

.article h1.heading {
  margin-bottom: 30px; }

.search-article {
  color: #000 !important;
  display: block;
  opacity: 1;
  transition: opacity 0.4s; }
  .search-article * {
    color: #000 !important; }
  .search-article .search-title {
    margin-top: 50px;
    margin-bottom: 20px; }
  .search-article:hover {
    opacity: 0.6 !important; }

.navbar .logo-wrapper {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: -webkit-transform 0.4s, margin 0.4s;
  transition: transform 0.4s, margin 0.4s; }
  .navbar .logo-wrapper img {
    height: 100%; }

.navbar.nav-shrink {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2); }
  .navbar.nav-shrink .logo-wrapper {
    margin: 5px 0px;
    -webkit-transform: scale(0.85);
    transform: scale(0.85); }

@media (max-width: 992px) {
  .navbar {
    height: 70px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2); }
    .navbar .logo-wrapper {
      margin: 5px 0px;
      -webkit-transform: scale(0.85);
      transform: scale(0.85); }
    .navbar .toggle-nav {
      top: 6px; } }

.footer input,
.footer textarea {
  background-color: rgba(247, 247, 247, 0.2);
  border-bottom: 2px solid transparent;
  margin-bottom: 24px; }
  .footer input:focus,
  .footer textarea:focus {
    border-bottom: 2px solid transparent; }

.nav-wrapper {
  position: relative; }

.top-nav {
  position: absolute;
  right: 10px;
  top: -25px;
  margin: 0; }

.top-nav li {
  list-style: none;
  float: left;
  margin-left: 15px; }

.top-nav li a {
  color: #000;
  opacity: 1;
  font-size: 14px; }

.top-nav li a:hover {
  opacity: 0.6; }

.search-wrapper {
  background-color: #EFEFF1;
  height: 160px;
  padding: 20px 40px; }

.form-search {
  border: none;
  outline: none;
  background-color: white;
  box-shadow: none;
  font-weight: 300;
  padding: 10px;
  font-size: 36px;
  width: 80%;
  display: inline-block; }

.search-web {
  border: none;
  outline: none;
  background-color: #0E223F;
  color: white;
  font-size: 20px;
  height: 60px;
  width: 19%;
  padding: 10px 15px;
  font-weight: 100;
  position: relative;
  display: inline-block;
  top: -7px;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2); }
  .search-web i {
    margin-left: 10px; }

.search-web:hover {
  background-color: #173969; }

.sub-footer a {
  color: #7B7B7B; }
  .sub-footer a:hover {
    color: white; }

.navbar .nav > li > ul {
  min-width: 250px; }

.slick-dots {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  padding: 0px;
  text-align: center; }

.slick-dots li {
  list-style: none;
  display: inline-block;
  margin: 0px 5px; }
  .slick-dots li.slick-active button {
    background-color: #0E223F;
    cursor: pointer;
    opacity: 1; }

.slick-dots li button {
  background: none;
  border: none;
  outline: none;
  background-color: white;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  color: transparent;
  opacity: 0.7; }
  .slick-dots li button:hover {
    background-color: #0E223F;
    cursor: pointer;
    opacity: 1; }

.footer .row div[class*=col] ul li a {
  line-height: 32px; }
  .footer .row div[class*=col] ul li a:hover {
    color: white; }

a.social {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #0E223F;
  border-radius: 100%;
  margin-top: 3px;
  position: relative;
  color: white;
  margin-left: 10px !important; }

a.social:after {
  content: '';
  position: absolute;
  border: 1px solid #0E223F;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  border-radius: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s; }

a.social:hover:after {
  -webkit-transform: scale(1.3);
  transform: scale(1.3); }

a.social i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.news-image {
  float: left;
  margin-right: 20px;
  margin-bottom: 30px; }

.main-news h5 {
  margin-bottom: 3px; }

.news-image {
  position: relative; }
  .news-image .category-pill {
    position: absolute;
    border-radius: 0px;
    border-bottom-right-radius: 4px; }

.main-news .content {
  margin-bottom: 50px; }

.category-pill {
  background-color: #0E223F;
  padding: 5px 10px 6px;
  display: inline-block;
  position: relative;
  margin-left: 0;
  border-radius: 4px;
  font-size: 12px;
  color: white !important;
  margin-right: 5px;
  margin-bottom: 5px; }
  .category-pill:hover {
    background: rgba(14, 34, 63, 0.5);
    color: white; }

.formbuilder-notification.success {
  background-color: #0E223F;
  color: white;
  padding: 10px 15px;
  margin-bottom: 20px; }

.formbuilder-notification * {
  color: white;
  margin: 0; }

.img-responsive {
  max-width: 100%; }

.single-image {
  margin-bottom: 30px; }

.instructions {
  color: #848E9C;
  margin-left: -35px;
  line-height: 20px;
  font-size: 14px; }

.modal .event-btn {
  border: 2px solid black;
  transition: background 0.4s, color 0.4s, border 0.4s; }
  .modal .event-btn:hover {
    border: 2px solid transparent; }

.buttons button.button {
  background-color: #727D8C;
  color: white;
  border: none;
  outline: none;
  padding: 15px;
  text-transform: uppercase;
  font-size: 14px;
  transition: background 0.4s, color 0.4s; }
  .buttons button.button:hover, .buttons button.button:focus {
    background-color: #0E223F; }

.form__note {
  display: none; }

@media only screen and (max-width: 768px) {
  .page-content-wrap img {
    margin: 5px 0px !important;
    float: none !important;
    display: block !important; } }

.datewrapper:before {
  top: 11px !important;
  padding-left: 8px; }

.datewrapper input {
  padding-left: 27px !important; }

.form__row--date .datewrapper {
  width: 100% !important; }

.main-news a.news:hover .articles-read-more {
  color: #333;
  text-decoration: underline; }

.articles-read-more {
  color: #0E223F; }

.digistorm-mobile-calendar .dsmcal-controls .dsmcal-monthnav table {
  width: auto; }

.testimonials-block {
  background-color: #F6F6F6;
  padding: 60px 0px 60px 0px; }
  @media only screen and (max-width: 768px) {
    .testimonials-block .testimonial-wrapper {
      margin: 5px; } }
  .testimonials-block .testimonial-content {
    background: #fff;
    padding: 12px;
    font-size: 14px;
    color: rgba(14, 34, 63, 0.5);
    font-style: italic;
    font-weight: normal !important;
    line-height: 25px;
    margin-bottom: 20px;
    position: relative;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .testimonials-block .testimonial-content:before {
      content: "";
      border-bottom: solid 10px transparent;
      border-left: solid 10px transparent;
      border-right: solid 10px transparent;
      border-top: solid 10px #fff;
      position: absolute;
      bottom: -20px;
      left: 25px;
      -ms-transform: translate(-50%, 0);
      -o-transition: border-bottom-color .5s;
      z-index: 1; }
  .testimonials-block .author-details {
    display: flex;
    align-items: center; }
    .testimonials-block .author-details .image-block {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: top center; }
    .testimonials-block .author-details .author-title {
      margin-left: 15px;
      font-size: 14px; }
      .testimonials-block .author-details .author-title .author-heading {
        margin-bottom: 5px; }
      .testimonials-block .author-details .author-title .author-subheading {
        color: rgba(14, 34, 63, 0.5) !important; }
  .testimonials-block h2, .testimonials-block h6 {
    width: 100%;
    text-align: center;
    margin: 0px 0px 15px 0px; }
  .testimonials-block h6 {
    color: rgba(14, 34, 63, 0.5) !important;
    margin-top: 0px !important;
    padding-bottom: 20px; }
  .testimonials-block .slick-prev, .testimonials-block .slick-next {
    position: absolute;
    margin: 0px;
    padding: 0px;
    top: 115px;
    width: 30px;
    height: 30px;
    z-index: 1;
    border: none;
    color: transparent;
    cursor: pointer;
    background: transparent;
    transform: translateY(-50%);
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    text-rendering: auto;
    outline: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .testimonials-block .slick-prev {
    left: -15px; }
    .testimonials-block .slick-prev:before {
      content: '\f104';
      color: #0E223F; }
  .testimonials-block .slick-next {
    right: -35px; }
    .testimonials-block .slick-next:before {
      content: '\f105';
      color: #0E223F; }

form fieldset {
  border: none;
  padding: 0; }
  form fieldset .heading {
    display: none; }
  form fieldset input[type="text"],
  form fieldset input[type="email"],
  form fieldset textarea,
  form fieldset .form__row.form__row--checkboxes .form__field,
  form fieldset .form__row.form__row--radiobuttons .form__field,
  form fieldset select {
    display: block;
    border: 0;
    outline: 0;
    background-color: rgba(14, 34, 63, 0.03);
    width: 100%;
    color: #0E223F;
    font-size: 14px;
    padding: 12px 10px;
    border-radius: 0px;
    border-bottom: 2px solid rgba(14, 34, 63, 0.5);
    margin-bottom: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    form fieldset input[type="text"]:focus,
    form fieldset input[type="email"]:focus,
    form fieldset textarea:focus,
    form fieldset .form__row.form__row--checkboxes .form__field:focus,
    form fieldset .form__row.form__row--radiobuttons .form__field:focus,
    form fieldset select:focus {
      border-bottom: 2px solid #0e223f; }
  form fieldset .form__row.form__row--checkboxes .form__field div,
  form fieldset .form__row.form__row--radiobuttons .form__field div {
    margin-bottom: 7px; }
    form fieldset .form__row.form__row--checkboxes .form__field div:last-child,
    form fieldset .form__row.form__row--radiobuttons .form__field div:last-child {
      margin-bottom: 0px; }
  form fieldset .form__row.form__row--checkboxes .form__field label,
  form fieldset .form__row.form__row--radiobuttons .form__field label {
    padding-left: 7px; }
  form fieldset textarea {
    width: 100%; }

form button {
  margin-top: 15px;
  margin-bottom: 30px;
  cursor: pointer; }

.select {
  position: relative; }
  .select:after {
    content: "\f0dd";
    display: block;
    position: absolute;
    color: rgba(14, 34, 63, 0.5);
    top: 7px;
    right: 15px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    z-index: -1; }

.checkboxes {
  margin-bottom: 30px;
  position: relative;
  padding-left: 35px; }
  .checkboxes input {
    margin: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(14, 34, 63, 0.5);
    float: none;
    display: block;
    padding: 0px;
    left: 0;
    position: relative;
    margin-left: -30px;
    margin-top: 0px;
    top: 19px;
    margin-right: 10px; }
    .checkboxes input:checked:after {
      content: "\f00c";
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }

.footer-form-wrap input {
  background: #3C4C63 !important;
  color: #fff !important; }

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