@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: #42429E;
  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 #42429E;
  box-shadow: none;
  outline: none;
  border-radius: 0px !important;
  color: #42429E !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: #42429E;
  color: white !important; }

.fc-button:hover .fc-icon {
  background-color: #42429E;
  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 #42429E;
  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: #42429E !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: #42429E;
  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: #42429E;
  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: ""; }

@font-face {
  font-family: modum;
  src: url(/app/fonts/modum.otf); }

* {
  box-sizing: border-box; }

body {
  font-family: "source-sans-pro";
  background-color: white;
  margin: 0;
  padding-top: 120px; }
  body.static {
    transition: none; }
    body.static * {
      transition: none; }
  @media (max-width: 992px) {
    body {
      padding-top: 80px; } }

.hidden {
  display: none !important; }

h1 {
  color: #15354D;
  font-size: 50px;
  font-weight: 600; }

h2 {
  color: rgba(21, 53, 77, 0.5);
  font-size: 32px; }

h3 {
  color: rgba(21, 53, 77, 0.5);
  font-size: 28px; }

h4 {
  font-family: modum;
  letter-spacing: 2px;
  color: #15354D;
  font-size: 24px; }

h5 {
  font-weight: 400;
  color: #15354D;
  font-size: 20px; }

h6 {
  color: #15354D;
  font-size: 18px; }

h1 {
  margin: 0px;
  margin-bottom: 15px; }
  h1.heading {
    padding-bottom: 10px;
    border-bottom: 2px solid #8799A5; }

h2 {
  margin: 0px;
  margin-bottom: 15px; }
  h2.heading {
    padding-bottom: 10px;
    border-bottom: 2px solid #8799A5; }

h3 {
  margin: 0px;
  margin-bottom: 15px; }
  h3.heading {
    padding-bottom: 10px;
    border-bottom: 2px solid #8799A5; }

h4 {
  margin: 0px;
  margin-bottom: 15px; }
  h4.heading {
    padding-bottom: 10px;
    border-bottom: 2px solid #8799A5; }

h5 {
  margin: 0px;
  margin-bottom: 15px; }
  h5.heading {
    padding-bottom: 10px;
    border-bottom: 2px solid #8799A5; }

h6 {
  margin: 0px;
  margin-bottom: 15px; }
  h6.heading {
    padding-bottom: 10px;
    border-bottom: 2px solid #8799A5; }

p, li {
  font-weight: 300;
  font-size: 16px;
  color: #7B7B81;
  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; }

.btn {
  display: inline-block;
  background: none;
  border: none;
  outline: none;
  font-family: modum;
  padding: 15px;
  text-transform: uppercase;
  font-size: 14px;
  transition: background 0.4s, color 0.4s; }
  .btn.btn-default {
    background-color: #fff;
    color: #15354D; }
    .btn.btn-default:hover, .btn.btn-default:focus {
      background-color: #15354D;
      color: #fff; }
  .btn.btn-primary {
    background-color: #15354D;
    color: white;
    border: 2px solid #15354D !important;
    margin: 15px 0px; }
    .btn.btn-primary:hover, .btn.btn-primary:focus {
      background-color: #fff;
      color: #15354D; }

.container {
  position: relative;
  display: block;
  max-width: 1165px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 15px; }
  @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: #15354D;
  max-height: 120px;
  padding: 0px;
  z-index: 9999;
  box-shadow: 0px 2px 0px 0px #112a3e; }
  .navbar .logo-wrapper {
    display: block;
    height: 90px;
    margin: 15px 0px; }
    @media (max-width: 992px) {
      .navbar .logo-wrapper {
        height: 55px; } }
  @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.search {
        margin-left: 30px;
        padding: 41px 0px; }
        .navbar .nav > li.search a {
          display: block;
          width: 40px;
          line-height: 40px;
          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: #15354D;
            -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 > a {
        display: block;
        color: rgba(255, 255, 255, 0.4);
        position: relative;
        padding: 45px 0px;
        text-decoration: none;
        font-size: 18px;
        font-weight: 300; }
      .navbar .nav > li:hover > a {
        color: #FFFFFF; }
        .navbar .nav > li:hover > a:after {
          content: '';
          position: absolute;
          bottom: 0;
          height: 2px;
          left: 0;
          right: 0;
          background-color: white; }
      .navbar .nav > li:hover ul {
        display: block; }
      .navbar .nav > li.active > a {
        color: #FFFFFF; }
      .navbar .nav > li > ul {
        position: absolute;
        top: 100%;
        padding: 20px;
        background-color: #15354D;
        display: none;
        border-top: 2px solid #112a3e; }
        .navbar .nav > li > ul .drop-column {
          min-width: 200px; }
          .navbar .nav > li > ul .drop-column li {
            list-style: none;
            margin: 0px; }
            .navbar .nav > li > ul .drop-column li a {
              display: block;
              color: rgba(255, 255, 255, 0.4);
              padding: 0px 10px;
              text-decoration: none;
              font-size: 18px;
              font-weight: 300; }
              .navbar .nav > li > ul .drop-column li a:hover {
                color: #FFFFFF; }
              .navbar .nav > li > ul .drop-column li a.active {
                color: #FFFFFF; }
    @media (max-width: 992px) {
      .navbar .nav {
        position: fixed;
        right: -300px;
        top: 80px;
        bottom: 0;
        width: 300px;
        background-color: #112a3e;
        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; }
        .navbar .nav li {
          float: none;
          margin: 0px;
          border-bottom: 1px solid #0e2232; }
          .navbar .nav li a {
            display: block;
            padding: 10px 15px;
            transition: padding 0.4s; }
          .navbar .nav li:hover a, .navbar .nav li:focus a, .navbar .nav li:active a {
            padding-left: 25px;
            background-color: #0e2232; }
            .navbar .nav li:hover a:after, .navbar .nav li:focus a:after, .navbar .nav li:active a:after {
              display: none; }
        body.nav-open .navbar .nav {
          -webkit-transform: translateX(-300px);
          transform: translateX(-300px); } }
  .navbar .toggle-nav {
    position: absolute;
    right: 30px;
    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: #8799A5;
      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: white; }
    .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: #15354D;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.footer {
  margin-top: 60px;
  background-color: #15354D;
  padding: 90px 0px; }
  .footer * {
    color: #FFFFFF; }
  @media (min-width: 768px) {
    .footer .row {
      margin-right: -45px;
      margin-left: -45px; } }
  @media (min-width: 768px) {
    .footer .row div[class*=col] {
      padding-left: 45px;
      padding-right: 45px; } }
  .footer .row div[class*=col] h4 {
    font-family: modum;
    font-weight: 400;
    border-bottom-width: 1px;
    padding-bottom: 20px; }
  .footer .row div[class*=col] ul {
    padding: 0; }
    .footer .row div[class*=col] ul li {
      list-style: none;
      border-bottom: 1px solid #112a3e; }
      .footer .row div[class*=col] ul li a {
        display: block;
        padding: 10px;
        font-weight: 300;
        font-size: 16px;
        line-height: 26px; }

.sub-footer {
  background-color: #EEEEEE;
  padding: 10px 0px; }
  .sub-footer .digistorm {
    float: right;
    color: #7B7B7B;
    font-size: 14px; }
    .sub-footer .digistorm img {
      position: relative;
      top: 10px;
      margin-left: 10px; }

.parallax {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .parallax:after {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.1);
    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: #15354D;
    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; }

.nav li.first-level:nth-child(6) ul {
  right: 0px !important;
  left: auto !important; }

body {
  overflow-x: hidden; }

.banner {
  height: 700px;
  position: relative; }
  .banner * {
    color: #FFFFFF; }
  .banner .banner-image {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .banner .image-banner {
    background-position: 50% 50%;
    background-size: cover;
    height: 100%;
    position: relative; }
  .banner .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10; }
    .banner .content h1 {
      margin-top: 0px;
      text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
      font-size: 44px; }
    .banner .content h3 {
      margin-top: 0px;
      margin-bottom: 20px;
      font-family: modum;
      font-weight: 300;
      text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
      font-size: 24px; }
    .banner .content .btn {
      margin-top: 0px;
      margin-bottom: 15px; }
      .banner .content .btn.btn-primary {
        background-color: #D0D7DC;
        color: #15354D;
        border: 2px solid #D0D7DC !important;
        margin: 15px 0px; }
        .banner .content .btn.btn-primary:hover, .banner .content .btn.btn-primary:focus {
          background-color: #fff; }
  @media (max-width: 768px) {
    .banner {
      height: 233.33333px; } }

.banner .content.position-center {
  text-align: center;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0; }
  .banner .content.position-center .content-background {
    margin: 0px auto; }

.banner .content.position-left {
  top: 50px;
  left: 50px;
  right: 0;
  bottom: 0; }

.banner .content.position-drop-left {
  top: auto;
  left: 50px;
  right: 0;
  bottom: 50px; }

.banner .content.position-right {
  top: 50px;
  left: auto;
  right: 50px;
  bottom: 0; }

.banner .content.position-drop-right {
  top: auto;
  left: auto;
  right: 50px;
  bottom: 50px; }

.banner .content .content-background {
  position: relative;
  padding: 30px;
  width: 600px; }
  .banner .content .content-background:before {
    position: absolute;
    background: #15354D;
    opacity: 0.7;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.home-banner-wrapper {
  position: relative;
  max-height: 875px;
  overflow: hidden;
  height: 100%; }
  .home-banner-wrapper ul.slick-dots {
    position: absolute;
    bottom: 20px;
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center; }
  .home-banner-wrapper .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    @media screen and (max-width: 500px) {
      .home-banner-wrapper .slick-dots li {
        width: 12px;
        height: 12px; } }
    .home-banner-wrapper .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 20px;
      height: 20px;
      padding: 5px;
      cursor: pointer;
      color: transparent;
      outline: none;
      border-radius: 13px;
      background: #15354D;
      border: 0px; }
      @media screen and (max-width: 500px) {
        .home-banner-wrapper .slick-dots li button {
          width: 12px;
          height: 12px; } }
  .home-banner-wrapper .slick-dots li.slick-active button {
    background: #ffffff;
    color: #fff; }
  .home-banner-wrapper .slick-slide {
    opacity: 1 !important; }

.sub-banner {
  height: 440px;
  position: relative; }
  .sub-banner * {
    color: #FFFFFF; }
  .sub-banner .parallax img {
    -webkit-transform: translate(-50%, -50%, 0);
    transform: translate(-50%, -50%, 0); }
  .sub-banner .content {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10; }
    .sub-banner .content h1 {
      margin-top: 100px;
      text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3); }
      @media (max-width: 768px) {
        .sub-banner .content h1 {
          font-size: 50px; } }
    .sub-banner .content .btn {
      margin-top: 20px; }
  .sub-banner.content-banner {
    height: 315px; }

.content-banner {
  margin-bottom: 50px; }

.quicklinks {
  background-color: #15354D;
  padding: 60px 0px; }
  .quicklinks .row .quicklink {
    display: block;
    margin: 15px 0px;
    text-align: center;
    padding: 50px 50px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    outline: 1px solid transparent; }
    .quicklinks .row .quicklink h3 {
      font-family: modum;
      font-weight: 400;
      margin: 0px;
      position: relative;
      color: rgba(255, 255, 255, 0.4); }
      .quicklinks .row .quicklink h3:before {
        content: '';
        position: absolute;
        background-color: rgba(255, 255, 255, 0.4);
        bottom: -10px;
        left: 20px;
        right: 20px;
        height: 1px; }
      .quicklinks .row .quicklink h3:after {
        content: '';
        position: absolute;
        background-color: #fff;
        bottom: -10px;
        left: 20px;
        width: 0px;
        height: 2px;
        transition: width 1s; }
    .quicklinks .row .quicklink:hover {
      cursor: pointer;
      border-color: #fff;
      outline-color: #fff; }
      .quicklinks .row .quicklink:hover h3 {
        color: #fff; }
        .quicklinks .row .quicklink:hover h3:after {
          width: 235px; }

.news-events {
  padding: 30px 0px 60px; }
  .news-events .news-divider {
    position: relative;
    padding: 30px 0px;
    text-align: center; }
    .news-events .news-divider:after, .news-events .news-divider:before {
      content: '';
      position: absolute;
      top: 50%;
      width: 75px;
      height: 1px;
      background-color: #D0D7DC;
      left: 50%;
      opacity: 0;
      transition: -webkit-transform 0.6s, opacity 0.6s;
      transition: transform 0.6s, opacity 0.6s; }
    .news-events .news-divider:before {
      margin-left: -125px;
      -webkit-transform: translateX(20px);
      transform: translateX(20px); }
    .news-events .news-divider:after {
      margin-left: 50px;
      -webkit-transform: translateX(-20px);
      transform: translateX(-20px); }
  .news-events.scrollspy-active .news-divider:after, .news-events.scrollspy-active .news-divider:before {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  .news-events .news {
    position: relative;
    margin-top: 15px;
    height: 240px;
    overflow: hidden;
    cursor: pointer;
    border-bottom: 4px solid transparent; }
    @media (min-width: 768px) {
      .news-events .news {
        transition: border 0.4s; } }
    .news-events .news img {
      width: 100%;
      position: absolute; }
    .news-events .news .content {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      padding: 15px;
      background-color: rgba(255, 255, 255, 0.9);
      -webkit-transform: translateY(140px);
      transform: translateY(140px);
      transition: -webkit-transform 0.5s;
      transition: transform 0.5s; }
      .news-events .news .content .news-heading h5 {
        margin-bottom: 3px; }
      .news-events .news .content .news-heading small {
        margin-bottom: 30px; }
    .news-events .news:hover {
      border-color: #15354D; }
      .news-events .news:hover .content {
        -webkit-transform: translateY(0px);
        transform: translateY(0px); }
  .news-events .events {
    padding-left: 20px; }
    @media (max-width: 992px) {
      .news-events .events {
        margin-top: 50px;
        padding-left: 0px; } }
    .news-events .events .event {
      margin-top: 30px;
      min-height: 90px; }
      .news-events .events .event .event-date {
        float: left;
        margin-right: 20px; }
        .news-events .events .event .event-date .day {
          font-family: modum;
          text-align: center;
          background-color: #15354D;
          color: #FFFFFF;
          font-size: 35px;
          line-height: 60px;
          width: 60px; }
        .news-events .events .event .event-date .month {
          font-size: 17px;
          color: #5B85C6;
          width: 60px;
          text-align: center;
          line-height: 30px;
          text-transform: uppercase; }
      .news-events .events .event .event-details .time {
        position: relative;
        top: -2px; }
        .news-events .events .event .event-details .time span {
          color: #9C9999;
          position: relative;
          top: -3px;
          line-height: 16px;
          margin-left: 10px; }

.enrolments {
  padding: 30px 0px 60px; }
  .enrolments .enrolments-divider {
    position: relative;
    padding: 30px 0px;
    text-align: center; }
    .enrolments .enrolments-divider:after, .enrolments .enrolments-divider:before {
      content: '';
      position: absolute;
      top: 50%;
      width: 75px;
      height: 1px;
      background-color: #D0D7DC;
      left: 50%;
      opacity: 0;
      transition: -webkit-transform 0.6s, opacity 0.6s;
      transition: transform 0.6s, opacity 0.6s; }
    .enrolments .enrolments-divider:before {
      margin-left: -125px;
      -webkit-transform: translateX(20px);
      transform: translateX(20px); }
    .enrolments .enrolments-divider:after {
      margin-left: 50px;
      -webkit-transform: translateX(-20px);
      transform: translateX(-20px); }
  .enrolments.scrollspy-active .enrolments-divider:after, .enrolments.scrollspy-active .enrolments-divider:before {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  .enrolments h1 {
    text-align: center;
    margin-bottom: 0px; }
    @media (max-width: 768px) {
      .enrolments h1 {
        font-size: 50px; } }
  .enrolments h3 {
    font-family: modum;
    font-weight: 100;
    margin-bottom: 50px;
    text-align: center; }
  .enrolments .enrol-option {
    text-align: center;
    padding: 30px 0px;
    border: 1px solid rgba(21, 53, 77, 0.2);
    transition: border 0.4s;
    position: relative; }
    @media (max-width: 768px) {
      .enrolments .enrol-option {
        margin-top: 50px; } }
    .enrolments .enrol-option:after {
      content: '';
      position: absolute;
      height: 1px;
      left: 50%;
      right: 50%;
      bottom: 25px;
      opacity: 0;
      background-color: #8799A5;
      transition: opacity 0.5s, left 0.5s, right 0.5s; }
    .enrolments .enrol-option:hover {
      cursor: pointer;
      border: 1px solid #15354D; }
      .enrolments .enrol-option:hover:after {
        opacity: 1;
        left: 20px;
        right: 20px; }
    .enrolments .enrol-option img {
      height: 44px; }
    .enrolments .enrol-option h5 {
      text-transform: uppercase;
      margin-top: 4px;
      font-family: modum;
      color: #8799A5; }

.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: #15354D;
    position: absolute;
    left: 23px;
    width: 2px;
    opacity: 1;
    top: 10px;
    bottom: 10px;
    transition: top 0.5s, bottom 0.5s, opacity 0.5s; }
  .quote .quote-text {
    font-family: modum;
    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: #15354D;
    letter-spacing: 0.46px;
    line-height: 30px; }

.modal-header button.close {
  display: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: visible;
  padding-right: 0px !important; }

.modal {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade {
    top: -130px; }
    .modal.fade.in {
      top: 100px; }

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: -100px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.25px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.25; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table; }

.modal-footer:after {
  clear: both; }

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.block-wrapper {
  height: 80px;
  border-bottom: 1px solid #8799A5;
  display: block;
  position: relative;
  margin-bottom: 15px; }
  .block-wrapper .button-1-filter {
    float: left; }
    .block-wrapper .button-1-filter p {
      margin: 0px !important; }
  .block-wrapper .button-2-subscribe {
    float: right; }
    .block-wrapper .button-2-subscribe a {
      color: #15354D !important; }

select.calendar-tag-groups {
  background-color: #fff;
  border: 2px solid #8799A5;
  color: #15354D;
  border-radius: 2px;
  display: inline-block;
  font-size: 13px;
  height: 35px;
  padding: 10px; }
  @media only screen and (max-width: 767px) {
    select.calendar-tag-groups {
      display: none; } }

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

blockquote {
  font-size: 24px;
  line-height: 36px;
  font-style: italic;
  position: relative;
  padding: 30px 0% 30px 13%;
  border-left: 0px; }
  blockquote:before {
    content: '';
    position: absolute;
    top: 45px;
    left: 10%;
    bottom: 30px;
    border-left: 3px solid #15354D; }

.btn.btn-primary {
  font-family: "source-sans-pro";
  padding: 8px 12px !important; }

.no-form-block {
  display: none; }

.form-content-block {
  padding: 0px 15px; }
  .form-content-block h3 {
    font-weight: normal; }

.form-sidebar .form .form__row, .formSidebar-without-menu .form .form__row {
  margin-bottom: 12px;
  width: 100% !important; }

.form fieldset {
  border: 0px;
  padding: 0px; }

.form .form__note {
  font-size: 15px; }

.form .form__row {
  margin-bottom: 12px;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .form .form__row {
      width: 55%; } }

.form .form__field {
  width: 100%; }

.form .form__label {
  margin-bottom: 0px; }

.form input.text, .form select, .form textarea.text {
  border: 2px solid #a5a5a5;
  color: #334d6c;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.467;
  padding: 8px 12px;
  height: 42px;
  border-radius: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
  transition: border .25s linear, color .25s linear, background-color .25s linear;
  width: 100%; }

.form textarea.text {
  min-height: 80px !important; }

.form button.button.btn.btn-primary {
  padding: 8px 15px !important; }

.inside-page-detailed-blogs .article-content {
  padding: 20px 0px;
  margin: 30px 0px;
  clear: both; }
  .inside-page-detailed-blogs .article-content h4 {
    margin: 0px;
    padding-bottom: 15px;
    text-transform: uppercase;
    margin-top: 20px; }
  .inside-page-detailed-blogs .article-content a.btn.btn-default {
    margin: 30px 0px; }
  .inside-page-detailed-blogs .article-content img.img-responsive.single-image {
    width: 100%; }

.inside-page-detailed-blogs .news-article-image {
  float: left;
  width: 40%; }
  .inside-page-detailed-blogs .news-article-image img {
    width: 100%; }
    @media screen and (max-width: 999px) {
      .inside-page-detailed-blogs .news-article-image img {
        width: 100%; } }

.inside-page-detailed-blogs .news-article-text {
  float: left;
  width: 55%;
  padding-left: 30px; }
  @media screen and (max-width: 999px) {
    .inside-page-detailed-blogs .news-article-text {
      padding-left: 30px;
      padding-top: 0px; } }

.inside-page-detailed-blogs .article-text {
  padding-top: 0px; }

.inside-page-detailed-blogs ul.article_category {
  width: 100%;
  padding: 0px; }
  .inside-page-detailed-blogs ul.article_category li {
    list-style: none;
    float: left;
    margin-right: 5px; }
  .inside-page-detailed-blogs ul.article_category.blog_detailed {
    margin: 15px 0px; }

.inside-page-detailed-blogs.detail-page {
  padding-bottom: 30px; }
  .inside-page-detailed-blogs.detail-page .single-image {
    padding: 15px 0px !important; }

.inside-page-detailed-blogs h2 {
  font-size: 25px; }

.socials-apps a {
  padding: 0px !important; }

.socials-apps li {
  width: 35px;
  height: 35px;
  float: left;
  margin-right: 10px;
  border-bottom: 0px !important;
  border-right: 1px solid #112a3e !important;
  padding-right: 45px !important; }
  .socials-apps li.twitter-logo {
    padding-right: 0px !important;
    border-right: 0px !important; }

.socials-media li {
  width: 135px;
  height: 41px;
  float: left;
  margin-right: 10px;
  border-bottom: 0px !important;
  border-right: 1px solid #112a3e !important;
  padding-right: 145px !important; }
  .socials-media li a {
    padding: 0px !important; }
  .socials-media li.android-logo {
    padding-right: 0px !important;
    border-right: 0px !important; }

.contact_details {
  float: left;
  border-bottom: 1px solid #112a3e !important; }
  .contact_details a {
    padding: 10px 0px !important; }
  .contact_details li {
    float: left;
    margin-right: 12px;
    border-bottom: 0px !important;
    border-right: 1px solid #8799A5 !important;
    margin-top: 8px;
    padding-right: 7px; }
  .contact_details li.phone_number a {
    font-size: 35px !important;
    color: #8799A5;
    padding-right: 10px !important;
    padding: 0px !important; }
  .contact_details li.mail_number {
    margin: 0px;
    border-right: 0px !important; }
  .contact_details img.phone_logo {
    padding-right: 10px; }
  .contact_details ul {
    margin: 0px; }

.address_details {
  float: left;
  padding: 15px 0px !important;
  color: #8799A5 !important; }
  .address_details img.address_logo {
    padding-right: 10px; }

.footer h4 {
  -webkit-font-smoothing: antialiased !important; }

.footer a {
  opacity: 1;
  transition: opacity 0.5s; }
  .footer a:hover {
    opacity: 0.6;
    transition: opacity 0.5s; }

.newsletter_wrapper {
  overflow: hidden; }
  @media only screen and (max-width: 768px) {
    .newsletter_wrapper .mobile-optimised-img {
      width: 60px;
      position: relative;
      top: 34px;
      right: 0px; } }
  .newsletter_wrapper .content-banner {
    margin-bottom: 0px !important; }
  .newsletter_wrapper .article-background-colors {
    line-height: 71px; }
    .newsletter_wrapper .article-background-colors .articleTitle-left {
      position: relative;
      background: #14293B;
      height: 71px;
      padding: 0px; }
      .newsletter_wrapper .article-background-colors .articleTitle-left:before {
        content: '';
        background-color: #14293B;
        position: absolute;
        left: -9999px;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -1; }
        @media only screen and (max-width: 991px) {
          .newsletter_wrapper .article-background-colors .articleTitle-left:before {
            right: -9999px !important; } }
      .newsletter_wrapper .article-background-colors .articleTitle-left h2 {
        color: #fff !important;
        font-size: 30px;
        color: #FFFFFF;
        letter-spacing: 0.33px;
        border-bottom: 0px; }
        @media only screen and (max-width: 991px) {
          .newsletter_wrapper .article-background-colors .articleTitle-left h2 {
            line-height: 71px;
            margin: 0px; } }
    .newsletter_wrapper .article-background-colors .articleTitle-right {
      position: relative;
      background: #1f4d6f;
      height: 71px;
      padding: 0px;
      padding-left: 30px; }
      @media only screen and (max-width: 991px) {
        .newsletter_wrapper .article-background-colors .articleTitle-right.large-screen {
          display: none; } }
      .newsletter_wrapper .article-background-colors .articleTitle-right:before {
        content: '';
        background-color: #1f4d6f;
        position: absolute;
        left: 0px;
        right: -9999px;
        top: 0;
        bottom: 0;
        z-index: -1; }
      .newsletter_wrapper .article-background-colors .articleTitle-right h2 {
        font-size: 20px;
        color: #FFFFFF !important;
        letter-spacing: 0.27px; }
  .newsletter_wrapper .newsletters-sidebar {
    padding-top: 41px;
    position: relative; }
    @media only screen and (max-width: 991px) {
      .newsletter_wrapper .newsletters-sidebar {
        padding-top: 0px; }
        .newsletter_wrapper .newsletters-sidebar .sidebar-inner {
          padding-top: 41px; } }
    @media only screen and (min-width: 992px) {
      .newsletter_wrapper .newsletters-sidebar {
        padding-left: 30px; } }
    .newsletter_wrapper .newsletters-sidebar .articleTitle-right.small-screen {
      background: #164D6C;
      height: 71px;
      padding: 0px;
      padding-left: 0px; }
      @media only screen and (min-width: 991px) {
        .newsletter_wrapper .newsletters-sidebar .articleTitle-right.small-screen {
          display: none; } }
      .newsletter_wrapper .newsletters-sidebar .articleTitle-right.small-screen:before {
        content: '';
        background-color: #164D6C;
        position: absolute;
        left: -9999px;
        right: -9999px;
        top: 0;
        bottom: 0;
        z-index: -1;
        height: 71px; }
      .newsletter_wrapper .newsletters-sidebar .articleTitle-right.small-screen h2 {
        font-size: 20px;
        color: #FFFFFF;
        letter-spacing: 0.27px;
        line-height: 71px;
        margin: 0px; }
    .newsletter_wrapper .newsletters-sidebar:before {
      content: '';
      left: 0px;
      right: -9999px;
      top: 0px;
      bottom: 0px;
      position: absolute;
      background: #f8f8f8;
      z-index: -1; }
      @media only screen and (max-width: 991px) {
        .newsletter_wrapper .newsletters-sidebar:before {
          left: -9999px; } }
    .newsletter_wrapper .newsletters-sidebar .sidebar {
      background: none;
      margin-top: 0px; }
    .newsletter_wrapper .newsletters-sidebar .sidebar ul li a {
      position: relative;
      font-weight: 300;
      display: block;
      padding: 0px;
      color: #7B7B81;
      transition: padding 0.4s;
      border-bottom: 0px solid #D2D7DC !important; }
      .newsletter_wrapper .newsletters-sidebar .sidebar ul li a:before {
        content: none;
        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; }
    .newsletter_wrapper .newsletters-sidebar .newsletter-listings {
      padding-bottom: 15px; }
  .newsletter_wrapper .article-heading {
    height: 71px;
    background: #14293B;
    padding: 21px; }
    .newsletter_wrapper .article-heading h2 {
      float: left;
      margin: 0px;
      font-size: 24px;
      color: #FFFFFF !important;
      letter-spacing: 0.34px;
      line-height: 29px;
      border-bottom: 0px; }
    .newsletter_wrapper .article-heading img {
      float: right;
      margin-top: -50px !important;
      margin: 0px; }
  .newsletter_wrapper .article-content-wrapper {
    margin: 50px 0px; }
    .newsletter_wrapper .article-content-wrapper .has-category-image img {
      border-radius: 100%; }
  .newsletter_wrapper .panel {
    margin-top: 28px;
    margin-bottom: 38px;
    border: 2px solid #1f4d6f;
    border-width: 2px;
    border-radius: 0px;
    overflow: hidden; }
    .newsletter_wrapper .panel .panel-heading {
      background: #1f4d6f;
      color: white !important;
      border: 0px;
      border-radius: 0px; }
  .newsletter_wrapper .panel-body {
    padding: 10px; }
    .newsletter_wrapper .panel-body p {
      margin: 0px;
      padding-bottom: 15px; }
  .newsletter_wrapper .panel-heading {
    padding: 10px; }
    .newsletter_wrapper .panel-heading p {
      margin: 0px;
      color: #fff; }
    .newsletter_wrapper .panel-heading h3 {
      color: #fff;
      margin-bottom: 0px;
      -webkit-font-smoothing: antialiased; }
  .newsletter_wrapper .article-content-onclick,
  .newsletter_wrapper .read-less {
    display: none; }
  .newsletter_wrapper .newsletter-article-link a {
    color: #FFFFFF;
    letter-spacing: 0.25px;
    display: block;
    cursor: pointer;
    width: 106px !important;
    background: #1f4d6f;
    padding: 12px 15px;
    display: block; }
  .newsletter_wrapper .article-title h3 {
    color: #14293B;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 5px;
    cursor: pointer; }
  .newsletter_wrapper .article-sub-title p {
    margin: 8px 0px !important;
    cursor: pointer; }
  .newsletter_wrapper .social-sidebar-wrapper {
    padding-bottom: 30px; }
    .newsletter_wrapper .social-sidebar-wrapper ul {
      padding: 0px;
      margin: 0px auto;
      height: 60px;
      margin-top: 30px !important; }
      .newsletter_wrapper .social-sidebar-wrapper ul li {
        cursor: pointer;
        list-style: none;
        width: 60px;
        height: 60px;
        background: #14293B;
        float: left;
        margin-right: 15px;
        opacity: 0.8;
        transition: opacity;
        transition-timing-function: ease-out;
        transition-duration: 500ms;
        -ms-transition: opacity;
        -ms-transition-timing-function: ease-out;
        -ms-transition-duration: 500ms;
        -moz-transition: opacity;
        -moz-transition-timing-function: ease-out;
        -moz-transition-duration: 500ms;
        -webkit-transition: opacity;
        -webkit-transition-timing-function: ease-out;
        -webkit-transition-duration: 500ms; }
        .newsletter_wrapper .social-sidebar-wrapper ul li img {
          margin: 18px 16px; }
        .newsletter_wrapper .social-sidebar-wrapper ul li.facebook-image img {
          margin: 15px 23px; }
        .newsletter_wrapper .social-sidebar-wrapper ul li.print-image img {
          margin: 17px 16px !important; }
        .newsletter_wrapper .social-sidebar-wrapper ul li:hover {
          opacity: 1;
          transition: opacity;
          transition-timing-function: ease-out;
          transition-duration: 500ms;
          -ms-transition: opacity;
          ms-transition-timing-function: ease-out;
          ms-transition-duration: 500ms;
          -moz-transition: opacity;
          -moz-transition-timing-function: ease-out;
          -moz-transition-duration: 500ms;
          -webkit-transition: opacity;
          -webkit-transition-timing-function: ease-out;
          -webkit-transition-duration: 500ms; }

.panel {
  margin-bottom: 10px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px; }

.panel-body {
  padding: 15px; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }

.panel-group {
  margin-bottom: 10px; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px; }

.panel-group .panel + .panel {
  margin-top: 5px; }

.panel-group .panel-heading {
  border-bottom: 0; }

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }

.panel-default > .panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #ddd; }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd; }

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility; }

@media print {
  body {
    font-family: SourceSansPro-Regular !important;
    -webkit-print-color-adjust: exact !important; }
  .slick-slider {
    display: none !important; }
  #header, .banner-wrapper, .bottom-banner-newsletter, .footer, .sub-footer, .read-more, .read-less, .inside-page-sidebar, .navbar, .content-banner, .newsletters-sidebar, .articleTitle-right {
    display: none; }
  .article-content-onclick {
    display: block !important; }
  .articleTitle-left {
    page-break-after: avoid; }
  .article-content-wrapper:first-child {
    page-break-before: avoid; }
  .article-content-wrapper {
    page-break-after: always;
    margin-top: 10% !important; }
  .main-body {
    padding-top: 0px; }
  .panel-heading {
    background: #1f4d6f !important; }
  .article-title p {
    font-family: SourceSansPro-Regular !important;
    font-size: 18px;
    color: #354C96;
    letter-spacing: 0.25px; }
  .article-sub-title p {
    font-family: SourceSansPro-Regular !important;
    font-size: 16px;
    color: #6992D9;
    letter-spacing: 0.22px; }
  .newsletter-listings {
    padding-bottom: 30px; }
  .full-listing-wrapper {
    padding: 0px; }
  .article-heading {
    height: 71px !important;
    background: #14293B !important;
    padding: 21px; }
    .article-heading h2 {
      float: left;
      margin: 0px;
      font-family: SourceSansPro-Regular !important;
      font-size: 24px;
      color: #FFFFFF !important;
      letter-spacing: 0.34px;
      line-height: 29px; }
    .article-heading img {
      float: right;
      margin-top: -50px !important;
      margin: 0px; }
  .article-content-heading {
    padding: 25px 0px; }
    .article-content-heading h3 {
      margin: 0px;
      font-family: SourceSansPro-Regular !important;
      font-size: 24px;
      color: #fff !important; }
    .article-content-heading p {
      font-family: SourceSansPro-Regular !important;
      font-size: 16px !important;
      color: #fff !important;
      letter-spacing: 0.22px;
      line-height: 35px;
      font-weight: 300; }
  .article-content {
    border-bottom: 2px solid #f8f8f8;
    padding-bottom: 25px; }
    .article-content p {
      font-family: SourceSansPro-Regular !important;
      font-size: 18px;
      letter-spacing: 0.25px;
      line-height: 30px; }
    .article-content h4 {
      margin-top: 0px;
      font-family: SourceSansPro-Regular !important;
      font-size: 20px;
      color: #4A4A4A !important;
      letter-spacing: 0.28px;
      line-height: 30px; }
    .article-content ul {
      padding-left: 25px; }
      .article-content ul li {
        font-family: SourceSansPro-Regular !important;
        font-size: 18px;
        color: #4A4A4A !important;
        line-height: 29.7px; }
    .article-content a {
      font-size: 14px;
      font-family: SourceSansPro-Regular !important; }
    .article-content .panel-body p {
      color: #4A4A4A !important; }
  .newsletters-sidebar {
    padding-top: 41px; }
    .newsletters-sidebar .articleTitle-right {
      display: none; }
  .article-background-colors {
    position: relative; }
    .article-background-colors .articleTitle-left {
      background: #14293B !important;
      height: 71px !important;
      padding: 15px;
      padding-top: 15px !important;
      width: 1000px;
      -webkit-print-color-adjust: exact !important; }
      .article-background-colors .articleTitle-left:before {
        background: #14293B;
        -webkit-print-color-adjust: exact !important; }
      .article-background-colors .articleTitle-left h2 {
        color: #fff !important;
        font-family: SourceSansPro-Regular !important;
        font-size: 30px !important;
        letter-spacing: 0.33px;
        line-height: 24px !important; }
    .article-background-colors h2 {
      color: #fff !important; } }

.sidebar-inner a, .newsletter-template-page a {
  color: #15354D !important;
  color: #15354D !important;
  font-weight: normal; }

a.notices-title {
  color: #15354D; }

li.first-level.no-dropdown-menu ul {
  display: none; }

li.first-level.no-dropdown-menu:hover ul {
  display: none !important; }

.inside-search-page .search-wrapper {
  padding: 10px;
  background: #f2f2f2;
  border: 10px solid #f2f2f2; }

.inside-search-page form {
  margin: 0px !important; }

.inside-search-page input.form-search {
  width: 85%;
  border: 1px solid #f2f2f2;
  padding: 10px;
  font-size: 20px; }

.inside-search-page button.search-web {
  padding: 10px;
  width: 24%;
  border: 1px solid #f2f2f2;
  background: #15354D;
  font-size: 20px;
  color: #fff !important; }
  .inside-search-page button.search-web:hover {
    background: #fff;
    border: 1px solid #15354D;
    color: #15354D !important; }

.inside-search-page a {
  color: #212121 !important;
  text-decoration: none; }
  .inside-search-page a:hover {
    background: transparent;
    color: #888; }

.inside-search-page a.search-article {
  display: block; }

.inside-search-page .search-article-listing:hover {
  background-color: #eee; }

.inside-search-page button.btn.btn-primary {
  padding: 12px 10px; }

.inside-search-page .search-wrapper form {
  display: flex;
  justify-content: center;
  align-items: center; }

.inside-search-page .search-article-listing {
  margin: 30px 0; }

@media only screen and (max-width: 991px) {
  li.search {
    display: block;
    padding: 5px 15px !important;
    transition: padding 0.4s;
    margin: 0px !important; }
  .navbar .nav li.search:hover a, .navbar .nav li.search:focus a, .navbar .nav li.search:active a {
    padding-left: 0px !important;
    background: none !important; } }

.article-content-onclick .single-image {
  width: 100%; }

.digistorm {
  margin-top: 20px; }
  @media only screen and (max-width: 768px) {
    .digistorm {
      width: 100%;
      text-align: center; } }

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