@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700|Roboto:300,400,500,700,900&display=swap");
/*!
 * Website:
 * Designer & Developer : Eric Tatua
 * Company:
 * Website:
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

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

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

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

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

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

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #3e3e3e;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  background-color: #f2f2f2 !important;
}

body, html {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 767.98px) {
  body, html {
    font-size: 14px;
  }
}
a, a:active, a:focus {
  color: #2a5caa;
  text-decoration: none;
}

a:hover, a:active {
  color: #0b2443;
  text-decoration: none;
}

a:focus, a:active, button:focus, button:active, .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

video {
  background-size: cover;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

input, textarea, select {
  border: 1px solid #d1d1d1;
  font-size: 14px;
  padding: 8px 15px;
  width: 100%;
  margin: 0 0 20px 0;
  max-width: 100%;
  resize: none;
}

input[type=submit] {
  width: auto;
}

input[type=button], input[type=text], input[type=email], input[type=search], input[type=password], textarea, select, input[type=submit] {
  -webkit-appearance: none;
  outline: none;
}

input:focus, textarea:focus, select:focus {
  border-color: #585858;
  outline: none;
}

input[type=button]:focus {
  outline: none;
}

select::-ms-expand {
  display: none;
}

iframe {
  border: 0;
}

p {
  margin: 0 0 25px;
}

b, strong {
  font-weight: 600;
}

.last-paragraph-no-margin p:last-of-type {
  margin-bottom: 0;
}

.alt-font strong {
  font-weight: 700;
}

ul, ol, dl {
  list-style-position: outside;
  margin-bottom: 25px;
}

/* heading */
h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
  margin: 0 0 25px;
  padding: 0;
  letter-spacing: 0;
}

.pull-right {
  float: right !important;
}

.front-page {
  position: relative;
  background-color: #f1f2f3;
}

.page-wrapper {
  position: relative;
  background-color: #f5f5f5;
}
.page-wrapper article {
  text-align: justify;
  padding: 1em;
}

/*============ PAGE HEADER =========*/
.page-title {
  font-family: "Roboto", sans-serif;
  font-size: 1.3em;
  line-height: 1.5em;
  color: #055CAB;
  border-bottom: 1px solid #055CAB;
  margin-bottom: 1em;
  text-align: left;
}

@media (max-width: 991px) {
  #page-header .page-subtitle {
    display: none;
  }

  #page-header .page-title {
    font-size: 1.3em;
  }
}
.text-center {
  text-align: center;
}

.text-small {
  font-size: 12px;
  line-height: 20px;
}

.btn {
  display: inline-block;
  border: 2px solid transparent;
  letter-spacing: 0.5px;
  line-height: inherit;
  border-radius: 0;
  text-transform: uppercase;
  width: auto;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn-medium-white {
  background: #ffffff;
  border-color: #ffffff;
  color: #232323;
  font-size: 12px;
  padding: 6px 25px 5px;
  margin-top: 2em;
}

.btn-medium-white:hover,
.btn-medium-white:focus {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

/* border radius */
.border-radius-1 {
  border-radius: 1px;
}

.border-radius-2 {
  border-radius: 2px;
}

.border-radius-3 {
  border-radius: 3px;
}

.border-radius-4 {
  border-radius: 4px;
}

.border-radius-5 {
  border-radius: 5px;
}

.border-radius-6 {
  border-radius: 6px;
}

.border-radius-7 {
  border-radius: 7px;
}

.border-radius-8 {
  border-radius: 8px;
}

.border-radius-9 {
  border-radius: 9px;
}

.border-radius-10 {
  border-radius: 10px;
}

.border-radius-50 {
  border-radius: 50%;
}

.border-radius-100 {
  border-radius: 100%;
}

.border-radius-none {
  border-radius: 0;
}

.get-social h6 {
  font-family: "Raleway", sans-serif;
  margin-bottom: 10px;
  font-weight: 600;
  color: #939393;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
}
.get-social .social-icons {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.get-social .ion-social-instagram-outline,
.get-social .ion-social-facebook-outline,
.get-social .ion-social-twitter-outline {
  font-size: 1.5em;
}

.region-content {
  min-height: 20em;
}

.submit-button {
  font-family: "Raleway", sans-serif;
  color: #ffffff;
  background-color: #f58f21;
  border: 0;
  float: right;
}

.submit-button:hover {
  background-color: #dc801d;
}

/*============ Article =========*/
.region-share-page {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.share-page {
  font-family: "Raleway", sans-serif;
  font-size: 1.3em;
  line-height: 1.5em;
  color: #3e3e3e;
  border-bottom: 1px solid #3e3e3e;
  margin-bottom: 1em;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.share-page span {
  margin: 0;
  text-transform: uppercase;
  font-size: 0.6em;
  font-weight: 600;
}
.share-page ul {
  margin: 0;
  padding: 0 0.5em;
  list-style: none;
  display: flex;
  flex-direction: row;
}
.share-page ul li {
  height: 1.2em;
  width: 1.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.1em 0.3em;
  border-radius: 0.2em;
}
.share-page ul li .ion-social-facebook,
.share-page ul li .ion-social-twitter {
  color: #ffffff;
  font-size: 0.8em;
  padding-left: 0.2em;
}
.share-page ul .facebook {
  background: #3b5998;
}
.share-page ul .facebook:hover {
  background: #055CAB;
}
.share-page ul .twitter {
  background: #55acee;
}
.share-page ul .twitter:hover {
  background: #055CAB;
}

article a {
  font-weight: 600;
}

.pager li > a, .pager li > span {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 1.3em;
  display: inline-block;
  padding: 10px;
  background: none;
  border: none;
  border-radius: 0;
}

.contact-info {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 1em;
  color: #055CAB;
}

.eu-cookie-compliance-message h2 {
  font-size: 1.1rem;
  font-weight: 300;
}
.eu-cookie-compliance-message p {
  font-size: 0.8rem;
  display: inline;
  font-weight: 400;
}

.eu-cookie-compliance-secondary-button {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 1rem;
}

.eu-cookie-compliance-default-button {
  border-radius: 6px;
  border: 1px solid #F06600;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  padding: 4px 8px;
  text-decoration: none;
  text-shadow: 1px 1px 0 #F06600;
  background-color: #F06600;
  box-shadow: inset 0 1px 0 0 #F06600;
  background-image: linear-gradient(to bottom, #f17519 5%, #f06600 100%);
}

.eu-cookie-compliance-default-button:hover {
  background-image: linear-gradient(to bottom, #f17519 5%, #f06600 100%);
}

.text_with_1px_border {
  text-shadow: -1px -1px 0px #000, 0px -1px 0px #000, 1px -1px 0px #000, -1px 0px 0px #000, 1px 0px 0px #000, -1px 1px 0px #000, 0px 1px 0px #000, 1px 1px 0px #000;
}

.text_with_1px_brown_border {
  text-shadow: -1px -1px 0px #aa742b, 0px -1px 0px #aa742b, 1px -1px 0px #aa742b, -1px 0px 0px #aa742b, 1px 0px 0px #aa742b, -1px 1px 0px #aa742b, 0px 1px 0px #aa742b, 1px 1px 0px #aa742b;
}

.text_with_1px_blue_border {
  text-shadow: -1px -1px 0px #055CAB, 0px -1px 0px #055CAB, 1px -1px 0px #055CAB, -1px 0px 0px #055CAB, 1px 0px 0px #055CAB, -1px 1px 0px #055CAB, 0px 1px 0px #055CAB, 1px 1px 0px #055CAB;
}

.text_with_2px_border {
  text-shadow: -1px -1px 0px #000, 0px -1px 0px #000, 1px -1px 0px #000, -1px 0px 0px #000, 1px 0px 0px #000, -1px 1px 0px #000, 0px 1px 0px #000, 1px 1px 0px #000, -2px -2px 0px #000, -1px -2px 0px #000, 0px -2px 0px #000, 1px -2px 0px #000, 2px -2px 0px #000, 2px -1px 0px #000, 2px 0px 0px #000, 2px 1px 0px #000, 2px 2px 0px #000, 1px 2px 0px #000, 0px 2px 0px #000, -1px 2px 0px #000, -2px 2px 0px #000, -2px 1px 0px #000, -2px 0px 0px #000, -2px -1px 0px #000;
}

#topbar {
  height: 2em;
  width: 100%;
  z-index: 100;
  display: flex;
  justify-content: center;
  background-color: #055CAB;
}
#topbar .top-content {
  width: 100%;
}
#topbar .top-info {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-direction: row;
  height: 2em;
  justify-content: flex-start;
}
#topbar .top-info li {
  height: 2em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0 1em;
}
#topbar .top-info p {
  color: #fff;
  font-weight: 400;
  font-size: 0.8em;
  margin: 0;
}
#topbar .top-info .ion-ios-telephone-outline,
#topbar .top-info .ion-ios-email-outline,
#topbar .top-info .ion-ios-home-outline {
  color: #fff;
  font-size: 1.3em;
  margin-right: 0.3em;
}
#topbar .top-info .info-wrapper .info-title:after {
  position: absolute;
  content: "";
  background: #ddd;
  width: 1px;
  height: 1.5em;
  top: 0.5em;
  margin: 0 1em;
}
#topbar .top-info li.last .info-wrapper .info-title:after {
  background: none;
}
#topbar .top-social {
  margin: 0;
  display: flex;
  align-items: center;
  flex-direction: row;
  height: 2em;
  justify-content: flex-end;
}
#topbar .top-social li {
  margin-left: 0.5em;
  width: 1.8em;
  height: 1.8em;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#topbar .top-social .ion-social-youtube,
#topbar .top-social .ion-social-facebook,
#topbar .top-social .ion-social-twitter {
  color: #ffffff;
  font-size: 1.1em;
  padding-left: 0.2em;
}
#topbar .top-social li:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
#topbar .region-top-social {
  height: 2em;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#topbar .region-user-menu .menu {
  display: flex;
  justify-content: flex-end;
}
#topbar .region-user-menu .menu-item {
  padding: 0.2em 0.3em;
}
#topbar .region-user-menu a {
  color: #fff;
  font-weight: 400;
  font-size: 0.7em;
  margin: 0;
  text-transform: uppercase;
}

.Login-Register-popup-link {
  padding: 0.2rem 0.3rem;
}

@media (max-width: 768px) {
  #topbar {
    display: none;
  }
}
#navigation {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  z-index: 100;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.07);
}
#navigation .top-nav {
  width: 100%;
  background-color: #ffffff;
}
#navigation .logo-area {
  background-color: #ffffff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#navigation.sticky {
  position: fixed;
  background: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10000;
  margin-top: 0;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
#navigation.sticky .top-nav {
  width: 100%;
  border-radius: 0;
}
#navigation.sticky .logo-area {
  border-radius: 0;
}

.navbar {
  margin-bottom: 0;
  background-color: #ffffff;
}

#main_menu .we-mega-menu-ul {
  float: right;
}

#block-responsivemenumobileicon {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 4.5em;
}

@media (min-width: 991px) {
  #block-responsivemenumobileicon {
    display: none !important;
  }
}
.last-menu-drop {
  right: 0 !important;
}

.center-submenu {
  left: -120% !important;
}

li.topmenu-item > span,
li.topmenu-item > a {
  font-size: 0.9em !important;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Raleway", sans-serif !important;
}

@media (min-width: 992px) {
  .we-mega-menu-submenu {
    left: auto;
  }
}
.responsive-menu-toggle-icon:before, .responsive-menu-toggle-icon:after, .responsive-menu-toggle-icon span.icon {
  background: #000;
}

.responsive-menu-toggle-icon span.label {
  display: none !important;
}

#main_menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

#block-topmenu ul.menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
}
#block-topmenu ul.menu li {
  height: 2em;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 0.5em;
}
#block-topmenu ul.menu a {
  color: #fff;
  font-weight: 400;
  font-size: 0.7em;
  margin: 0;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  #block-ultimenumainnavigation {
    display: none;
  }
}
.region-header .breadcrumb {
  background-color: transparent;
}
.region-header .breadcrumb li {
  font-size: 0.8em;
  font-weight: 500;
  text-transform: capitalize;
  color: #055CAB;
}
.region-header .breadcrumb li:last-child {
  color: #333333;
}
.region-header .breadcrumb li:before {
  font-size: 1.6em;
  color: #333333;
  padding: 0 0.3em;
}

#node-233 .region-header .breadcrumb li:nth-child(2),
#node-234 .region-header .breadcrumb li:nth-child(2),
#node-235 .region-header .breadcrumb li:nth-child(2),
#node-236 .region-header .breadcrumb li:nth-child(2),
#node-237 .region-header .breadcrumb li:nth-child(2),
#node-238 .region-header .breadcrumb li:nth-child(2) {
  text-transform: uppercase;
}

ul.menu {
  margin: 0;
}

#block-mainnavigation-2 {
  font-size: 0.9em;
  font-weight: 600;
}
#block-mainnavigation-2 a, #block-mainnavigation-2 a:active, #block-mainnavigation-2 a:focus {
  color: #3e3e3e;
  text-decoration: none;
}
#block-mainnavigation-2 ul.menu a.is-active, #block-mainnavigation-2 a:hover {
  color: #F06600;
}
#block-mainnavigation-2 ul.menu ul.menu {
  padding-left: 1em;
}
#block-mainnavigation-2 ul.menu ul.menu li.menu-item a {
  font-weight: 400;
  font-size: 0.9em;
}
#block-mainnavigation-2 ul.menu li.menu-item--expanded a {
  font-weight: 600;
}

/* ======================================================================================
                                           MAIN MENU
========================================================================================= */
#mainnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#mainnav a {
  text-decoration: none;
  color: #555555;
}
#mainnav ul.topmenu {
  position: relative;
  margin: 0;
  padding: 0;
}
#mainnav ul.topmenu > li {
  display: inline-block;
  vertical-align: bottom;
}
#mainnav ul.topmenu > li a {
  display: block;
  padding: 1.85em 0.5em;
  font-weight: 600;
  font-size: 0.8em;
  text-transform: uppercase;
  border-bottom: 2px solid #ffffff;
}
#mainnav ul.topmenu > li a span {
  text-transform: lowercase;
}
#mainnav ul.topmenu > li .dropdown-row {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  width: 100%;
  max-width: 1000px;
  margin: 0;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 0 0 4px 4px;
  border-bottom: 6px solid #055CAB;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  min-height: 470px;
  height: 100%;
}
#mainnav ul.topmenu > li .dropdown-row .submenu-column h3 {
  color: #055CAB;
  margin: 0;
  padding: 0;
  text-align: center;
}
#mainnav ul.topmenu > li .dropdown-row .submenu-column p {
  font-size: 0.9em;
  padding: 1em;
  margin: 0;
  text-align: center;
}
#mainnav ul.topmenu > li .dropdown-row .column-1 {
  background: #f2f2f2;
  width: 33.33%;
}
#mainnav ul.topmenu > li .dropdown-row .column-2 {
  width: 33.33%;
}
#mainnav ul.topmenu > li .dropdown-row .column-3 {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#mainnav ul.topmenu > li:hover > a {
  border-bottom: 2px solid #055CAB;
}
#mainnav ul.topmenu > li:hover > .dropdown-row {
  display: flex;
}
#mainnav ul.submenu {
  width: 100%;
}
#mainnav ul.submenu > li a {
  display: block;
  float: none;
  color: #656565;
  line-height: 1.5em;
  padding: 10px 15px;
  text-decoration: none;
  border-bottom: 1px solid #cccccc;
  text-transform: none;
  font-weight: 500;
  font-size: 0.9em;
}
#mainnav ul.submenu > li a span {
  text-transform: lowercase;
}
#mainnav ul.submenu > li a:hover {
  background-color: #ffffff;
  color: #055CAB;
}
#mainnav ul.submenu > li:hover > .submenu-2 {
  display: flex;
}
#mainnav ul.submenu-2 {
  display: none;
  flex-direction: column;
  position: absolute;
  left: 33.33%;
  top: 0;
  width: 33.33%;
  height: calc(100% - 2em);
  background-color: #ffffff;
}
#mainnav ul.submenu-2 > li {
  padding: 0 1em;
}
#mainnav ul.submenu-2 > li a {
  display: block;
  float: none;
  color: #656565;
  line-height: 1.5em;
  padding: 10px 15px;
  text-decoration: none;
  border-bottom: 1px solid #cccccc;
  text-transform: none;
  font-weight: 500;
  font-size: 0.8em;
}
#mainnav ul.submenu-2 > li a:active,
#mainnav ul.submenu-2 > li a:hover {
  color: #055CAB;
}
#mainnav ul.submenu-2 > li:hover > .submenu-3 {
  display: flex;
}
#mainnav ul.submenu-3 {
  display: none;
  flex-direction: column;
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  height: calc(100% - 2em);
  background-color: #ffffff;
}
#mainnav ul.submenu-3 > li {
  padding: 0 1em;
}
#mainnav ul.submenu-3 > li a {
  display: block;
  float: none;
  color: #656565;
  line-height: 1.5em;
  padding: 10px 15px;
  text-decoration: none;
  border-bottom: 1px solid #cccccc;
  text-transform: none;
  font-weight: 500;
  font-size: 0.8em;
}
#mainnav ul.submenu-3 > li a:hover {
  color: #055CAB;
}

.menu_logo {
  padding: 1em 0;
}
.menu_logo img {
  height: 5em;
}

@media (max-width: 1090px) {
  #mainnav ul.topmenu > li {
    max-width: 150px;
    height: 64px;
    text-align: center;
  }
  #mainnav ul.topmenu > li > a {
    padding: 0.5em;
    font-size: 0.75em;
    line-height: 1.3em;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 991px) {
  #mainnav {
    display: none;
  }
}
#mainnav > .active > a,
#mainnav > .active > a:hover,
#mainnav > .active > a:focus,
#mainnav > .menu-item--active-trail > a,
#mainnav > .menu-item--active-trail > a:hover,
#mainnav > .menu-item--active-trail > a:focus {
  color: #ffffff;
  background-color: #055CAB;
}

/* ======================================================================================
                                           USER MENU
========================================================================================= */
.region-user-menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

/* ======================================================================================
                                           MOBILE MENU
========================================================================================= */
.mm-menu_offcanvas {
  width: 300px;
}

.site_logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 4em;
}
.site_logo img {
  height: 3.8em;
  padding: 0.1em 0;
}

@media (max-width: 992px) {
  .site_logo img {
    height: 3em;
  }
}
@media (max-width: 1090px) {
  .site_logo img {
    height: 3em;
  }
}
.md-slider-wrap {
  position: relative;
  height: calc(100vh - 6em);
}

.md-slide-item {
  height: calc(100vh - 6em);
  position: absolute;
  width: 100%;
}

.slide {
  position: relative;
  height: calc(100vh - 6em);
  width: 100%;
}

.slide-content {
  position: absolute;
  bottom: 15vh;
  left: 10vw;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 1rem;
  border-radius: 0.5rem;
  min-height: 10rem;
  width: 30rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.slide-title {
  font-family: "Raleway", sans-serif;
  color: #F06600;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2.5rem;
  text-shadow: -1px -1px 0px #000000, 0px -1px 0px #000000, 1px -1px 0px #000000, -1px 0px 0px #000000, 1px 0px 0px #000000, -1px 1px 0px #000000, 0px 1px 0px #000000, 1px 1px 0px #000000;
}

.slide-desc {
  font-family: "Roboto", sans-serif;
  color: white;
  font-weight: 300;
  line-height: 1.5rem;
  font-size: 1rem;
}

a.slide-link {
  color: #ffffff;
  padding: 0.5rem;
  font-weight: 300;
  font-size: 0.9rem;
  border: 1px solid #ffffff;
  text-decoration: none;
  border-radius: 1rem;
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  height: 2rem;
  width: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

a.slide-link:hover {
  border: 2px solid #ffffff;
}

@media (max-width: 991px) {
  .slide-content {
    max-width: 90vw;
    min-height: 12rem;
    left: 3vw;
  }

  .slide-title {
    font-size: 1.6rem !important;
  }

  .slide-desc {
    font-size: 1rem !important;
  }
}
footer {
  position: relative;
  background-color: #2d4562;
  min-height: 10em;
  padding-top: 2em;
}
footer .footer-content {
  font-family: "Roboto", sans-serif;
  font-size: 0.8em;
  color: #ffffff;
  padding-bottom: 1em;
}
footer .footer-content h2, footer .footer-content h3 {
  font-family: "Raleway", sans-serif;
  padding: 0;
  margin: 0;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 2em;
}
footer .footer-content label {
  font-family: "Raleway", sans-serif;
  font-size: 1.1em;
  font-weight: 300;
}
footer .footer-content input, footer .footer-content textarea, footer .footer-content select {
  margin: 0;
  border-radius: 0.2em;
}
footer .footer-content .form-required:after {
  display: none;
}
footer .footer-content ul.menu li {
  height: 2em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin: 0 1em;
}
footer .footer-content ul.menu a {
  color: #fff;
  font-weight: 400;
  font-size: 1em;
  margin: 0;
  cursor: pointer;
}
footer .subscribe-button {
  font-family: "Raleway", sans-serif;
  color: #ffffff;
  background-color: #f58f21;
  border: 0;
  float: right;
}
footer .subscribe-button:hover {
  background-color: #dc801d;
}
footer .footer-content-company img {
  height: 3.5em;
  margin-bottom: 1em;
}
footer .footer-contact-details div img {
  height: 1.2em;
  width: 1.2em;
}
footer .footer-contact-details td, footer .footer-contact-details th {
  padding-bottom: 0.5em;
}
footer #footer-bottom {
  min-height: 2em;
  background-color: #333333;
  width: 100%;
}
footer #footer-bottom .copyright {
  display: flex;
  align-items: center;
  color: #dddddd;
  min-height: 3em;
  font-size: 0.8em;
}
footer #footer-bottom .region-footer-menu ul.menu {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  min-height: 3em;
  font-size: 0.8em;
}
footer #footer-bottom .region-footer-menu ul.menu li {
  padding-left: 1em;
}
footer #footer-bottom .region-footer-menu ul.menu li a {
  color: #dddddd;
}
footer #footer-bottom .region-footer-menu ul.menu li a:hover {
  color: #ffffff;
}

@media (max-width: 991px) {
  .region-footer-menu {
    display: none;
  }
}
#block-textresize .content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 2em;
}

a#text_resize_reset {
  background: url(../img/a_reset.png) no-repeat 0 0;
  height: 1.8em;
  width: 1.8em;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  background-position: center;
  padding: 0.5em;
  margin: 0 0 0 5px;
}

a#text_resize_reset:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

a#text_resize_increase {
  background: url(../img/aBig.png) no-repeat 0 0;
  height: 1.8em;
  width: 1.8em;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  background-position: center;
  padding: 0.5em;
  margin: 0 0 0 5px;
}

a#text_resize_increase:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

a#text_resize_decrease {
  background: url(../img/aSmall.png) no-repeat 0 0;
  height: 1.8em;
  width: 1.8em;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  background-position: center;
  padding: 0.5em;
  margin: 0 0 0 5px;
}

a#text_resize_decrease:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.node__content .field--name-field-image {
  padding-bottom: 2em;
}
.node__content .field--name-field-image img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .node__content .field--name-field-image img {
    height: 130px;
  }
}
/*------------- About -------------------*/
#node-142 {
  background-color: #f5f5f5;
}
#node-142 h6 {
  font-family: "Raleway", sans-serif;
  font-size: 1.3em;
  font-weight: 400;
}
#node-142 .mv-statements {
  color: #ffffff;
  margin-bottom: 1em;
}
#node-142 .mv-statements h6 {
  text-align: center;
}
#node-142 .mv-statements p {
  padding: 1em;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
#node-142 .mv-statements .col-md-6 {
  padding: 0;
}
#node-142 .mv-statements .vision {
  background-color: #f48f21;
  padding: 1em 0;
}
#node-142 .mv-statements .mission {
  background-color: #006aab;
  padding: 1em 0;
}
#node-142 .region-content table, #node-142 .region-content th, #node-142 .region-content td {
  border: 1px solid #f1f1f1;
  font-family: "Raleway", sans-serif;
}
#node-142 .region-content table {
  margin-bottom: 1em;
}
#node-142 .region-content table thead {
  background-color: #dddddd;
  color: #333333;
}
#node-142 .region-content table thead th {
  font-weight: 300;
  padding: 1em;
}
#node-142 .region-content table tbody td {
  padding: 0.5em;
}

/*------------- Contact Pages -------------------*/
.contact-emergency {
  background-color: #f48f21;
  color: #ffffff;
  width: 100%;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4em;
}
.contact-emergency p {
  margin: 0;
  font-weight: 500;
}
.contact-emergency p span {
  font-family: "Roboto", sans-serif;
  font-size: 1.1em;
}

.contact-map {
  background-color: #ffffff;
  border-bottom: 1px solid #dddddd;
  width: 100%;
  padding-top: 0.5em;
}

.region-contact-stations {
  margin-bottom: 1em;
}

.contact-form {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin: 1em 0;
}
.contact-form .fieldset-legend,
.contact-form label {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: #333333;
}

.contact-head {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin: 1em 0;
  padding: 0;
}

.station-contacts .col-md-4 {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  padding: 0;
}
.station-contacts h5 {
  background-color: #006aab;
  color: #ffffff;
  padding: 0.3em;
  font-size: 1em;
  line-height: 1.5em;
  margin: 0;
}
.station-contacts p {
  font-size: 0.9em;
  padding: 1em;
}
.station-contacts p span {
  font-weight: 500;
  color: #006aab;
}

#node-81 .station-contacts h5 {
  height: 4em;
  text-align: left;
  font-weight: 400;
  font-size: 1.05em;
}

/*------------- END Contact Pages -------------------*/
/*------------- Pages -------------------*/
.region-content {
  font-size: 0.9em;
  min-height: 400px;
}
.region-content ul.list {
  list-style: none;
}
.region-content h6 {
  font-size: 1.1em;
  font-weight: 600;
  margin: 0;
}

.twitter-block {
  margin-top: 1em;
}

/*------------- END Pages -------------------*/
/*------------- Events Page -------------------*/
.event-page {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0.5em;
  padding: 1em;
}
.event-page .event-details {
  padding-top: 1em;
}
.event-page .event-dates {
  width: 100%;
  border: 1px solid #dddddd;
}
.event-page .start-label,
.event-page .end-label {
  padding: 0.5em;
  font-family: "Raleway", sans-serif;
  color: #ffffff;
  background-color: #f48f21;
}
.event-page .start-date,
.event-page .end-date {
  width: 100%;
  padding: 1em;
}

.view-id-events .view-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.view-id-events .views-row {
  margin: 0.5em;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0.5em;
  width: 48%;
  -webkit-box-shadow: 1px 1px 3px 3px #dddddd;
  -moz-box-shadow: 1px 1px 3px 3px #dddddd;
  box-shadow: 1px 1px 3px 3px #dddddd;
}
.view-id-events .views-row .event-image img {
  max-width: 100%;
  height: 15em;
  object-fit: cover;
  border-top-left-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
}
.view-id-events .views-row .event-info {
  padding: 1em;
}
.view-id-events .views-row .event-info .title {
  font-size: 1.2em;
  line-height: 1.3em;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  color: rgba(0, 0, 0, 0.8);
  padding: 0.5em 0.3em;
}
.view-id-events .views-row .event-info .start-date,
.view-id-events .views-row .event-info .end-date {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding: 0.2em;
  font-size: 0.9em;
  line-height: 1.5em;
}
.view-id-events .views-row .event-info .start-date span,
.view-id-events .views-row .event-info .end-date span {
  font-size: 1.1em;
  font-weight: 600;
}

#block-views-block-events-block-1 {
  margin-bottom: 1em;
}
#block-views-block-events-block-1 h2 {
  font-size: 1.2em;
  font-weight: 300;
  background-color: #055CAB;
  color: #ffffff;
  line-height: 1.2em;
  padding: 0.5em 1em;
}
#block-views-block-events-block-1 .view-id-events .views-row {
  width: 30%;
  min-height: 22.5em;
}
#block-views-block-events-block-1 .view-id-events .views-row .image {
  height: 15em;
}
#block-views-block-events-block-1 .view-id-events .views-row .image img {
  border-top-right-radius: 0.5em;
  border-top-left-radius: 0.5em;
  height: 15em;
  width: 100%;
  object-fit: cover;
  border-bottom: 1px solid #333333;
}
#block-views-block-events-block-1 .view-id-events .views-row .image .date {
  position: absolute;
  bottom: 10em;
  background-color: #F06600;
  color: #ffffff;
  padding: 0.3em;
}
#block-views-block-events-block-1 .view-id-events .views-row .title {
  padding: 0.5em;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
}

@media (max-width: 768px) {
  #block-views-block-events-block-1 .view-id-events .views-row {
    width: 100%;
    min-height: 22.5em;
  }
}
@media (max-width: 768px) {
  .view-id-events .views-row .event-image img {
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    border-bottom-left-radius: 0;
  }
}
#block-eventmenu {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  height: 3em;
}
#block-eventmenu ul.menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#block-eventmenu ul.menu li {
  padding: 0.5em 1em;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  font-size: 1.2em;
}

.no-events {
  padding: 2em 0.5em;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 1.5em;
  text-align: center;
}

/*------------- END Events Page -------------------*/
/*------------- Gallery Page -------------------*/
.view-id-gallery .view-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.view-id-gallery .views-row {
  margin: 0.5em;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0.5em;
  width: 30%;
  -webkit-box-shadow: 1px 1px 3px 3px #dddddd;
  -moz-box-shadow: 1px 1px 3px 3px #dddddd;
  box-shadow: 1px 1px 3px 3px #dddddd;
}
.view-id-gallery .views-row .title {
  padding: 1em;
}

/*------------- END Gallery Page -------------------*/
/*------------- Press Release Block -------------------*/
#block-views-block-press-release-block-1 {
  background-color: #ffffff;
  margin: 1em 0;
  border-radius: 0.5em;
  border: 1px solid #dddddd;
}
#block-views-block-press-release-block-1 h2 {
  font-size: 1.3em;
  padding: 1em;
  line-height: 1em;
  margin: 0;
}
#block-views-block-press-release-block-1 .view-press-release .view-content {
  display: flex;
  flex-direction: row;
  background-color: transparent !important;
}
#block-views-block-press-release-block-1 .view-press-release .views-row {
  margin: 0.5em;
  background-color: #ffffff;
  border-radius: 0.5em;
  width: 30%;
  padding: 1em;
}
#block-views-block-press-release-block-1 .view-press-release .views-row .day {
  background-color: #055CAB;
  border-radius: 50%;
  color: #ffffff;
  font-size: 1.3em;
  height: 2em;
  width: 2em;
  padding: 0.4em;
}
#block-views-block-press-release-block-1 .view-press-release .views-row .title {
  padding-bottom: 1em;
  font-weight: 600;
  font-size: 1.1em;
  color: #055CAB;
  font-family: "Raleway", sans-serif;
}

/*------------- END Press Release Block -------------------*/
/*------------- Aviation Medicine -------------------*/
.medical-contacts .col-md-4 {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  padding: 0;
}
.medical-contacts h2 {
  background-color: #006aab;
  color: #ffffff;
  padding: 0.3em;
  font-size: 1em;
  line-height: 1.5em;
  margin: 0;
}
.medical-contacts p {
  font-size: 0.9em;
  padding: 1em;
}
.medical-contacts p span {
  font-weight: 500;
  color: #006aab;
}

/*------------- ENDAviation Medicine -------------------*/
#search-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 2em;
  padding: 0 0.5em;
  margin-left: 0.1em;
  color: #055CAB;
}

#search-icon:hover {
  color: #333333;
}

@media (max-width: 991px) {
  #main_menu .search-icon {
    display: none;
  }
}
#search {
  width: 100%;
  position: absolute;
  top: 6em;
  z-index: 3;
}

@media (max-width: 767.98px) {
  #search {
    top: 4em;
  }
}
#navigation.sticky #search {
  top: 4em;
}

#block-searchform {
  display: flex;
  justify-content: flex-end;
}

.region-main-search form {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #333333;
  padding: 0 0.5em;
}
.region-main-search form input {
  margin: 0;
}
.region-main-search form .form-type-search {
  width: 90%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.region-main-search form input.form-submit {
  background-color: #F06600;
  color: #ffffff;
  border-color: #F06600;
}

.front-search {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  padding: 2em;
  height: 20em;
}
.front-search h2 {
  font-weight: 300;
}
.front-search form {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  padding-top: 1em;
}
.front-search form .form-type-search {
  width: 70%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.front-search form input.form-submit {
  margin-top: 0;
  background-color: #F06600;
  color: #ffffff;
  border-color: #F06600;
}

.toggle_search {
  display: none;
}

.toggle_search_show {
  display: block;
}

.view-filters .form--inline {
  display: flex;
  justify-content: center;
  align-items: center;
}
.view-filters .form--inline input {
  border-radius: 0.25em;
}
.view-filters .form--inline .button {
  background: #333333;
  color: #f1f1f1;
}

.no-documents {
  text-align: center;
  padding: 5em;
}
.no-documents h3 {
  font-family: "Raleway", sans-serif;
  font-size: 1.6em;
  font-weight: 300;
  color: #000000;
}

.table,
.view-charges,
.view-forms,
.view-press-release,
.view-id-careers,
.view-advisory-circulars,
.view-pre-qualified-suppliers,
.view-civil-aviation-regulations,
.view-aviation-security-publications,
.view-id-secured_documents,
.view-civil-aviation-act,
.view-tenders,
.view-awarded-tenders,
.view-id-enforcements,
.view-id-exemptions,
.view-id-special-authorizations,
.stats-table {
  font-size: 0.85rem;
  /* Zebra striping */
}
.table table,
.view-charges table,
.view-forms table,
.view-press-release table,
.view-id-careers table,
.view-advisory-circulars table,
.view-pre-qualified-suppliers table,
.view-civil-aviation-regulations table,
.view-aviation-security-publications table,
.view-id-secured_documents table,
.view-civil-aviation-act table,
.view-tenders table,
.view-awarded-tenders table,
.view-id-enforcements table,
.view-id-exemptions table,
.view-id-special-authorizations table,
.stats-table table {
  width: 100%;
  border-collapse: collapse;
}
.table tr:nth-of-type(odd),
.view-charges tr:nth-of-type(odd),
.view-forms tr:nth-of-type(odd),
.view-press-release tr:nth-of-type(odd),
.view-id-careers tr:nth-of-type(odd),
.view-advisory-circulars tr:nth-of-type(odd),
.view-pre-qualified-suppliers tr:nth-of-type(odd),
.view-civil-aviation-regulations tr:nth-of-type(odd),
.view-aviation-security-publications tr:nth-of-type(odd),
.view-id-secured_documents tr:nth-of-type(odd),
.view-civil-aviation-act tr:nth-of-type(odd),
.view-tenders tr:nth-of-type(odd),
.view-awarded-tenders tr:nth-of-type(odd),
.view-id-enforcements tr:nth-of-type(odd),
.view-id-exemptions tr:nth-of-type(odd),
.view-id-special-authorizations tr:nth-of-type(odd),
.stats-table tr:nth-of-type(odd) {
  background: #eee;
}
.table th,
.view-charges th,
.view-forms th,
.view-press-release th,
.view-id-careers th,
.view-advisory-circulars th,
.view-pre-qualified-suppliers th,
.view-civil-aviation-regulations th,
.view-aviation-security-publications th,
.view-id-secured_documents th,
.view-civil-aviation-act th,
.view-tenders th,
.view-awarded-tenders th,
.view-id-enforcements th,
.view-id-exemptions th,
.view-id-special-authorizations th,
.stats-table th {
  background: #055CAB;
  color: #ffffff;
  font-weight: 500;
}
.table td, .table th,
.view-charges td,
.view-charges th,
.view-forms td,
.view-forms th,
.view-press-release td,
.view-press-release th,
.view-id-careers td,
.view-id-careers th,
.view-advisory-circulars td,
.view-advisory-circulars th,
.view-pre-qualified-suppliers td,
.view-pre-qualified-suppliers th,
.view-civil-aviation-regulations td,
.view-civil-aviation-regulations th,
.view-aviation-security-publications td,
.view-aviation-security-publications th,
.view-id-secured_documents td,
.view-id-secured_documents th,
.view-civil-aviation-act td,
.view-civil-aviation-act th,
.view-tenders td,
.view-tenders th,
.view-awarded-tenders td,
.view-awarded-tenders th,
.view-id-enforcements td,
.view-id-enforcements th,
.view-id-exemptions td,
.view-id-exemptions th,
.view-id-special-authorizations td,
.view-id-special-authorizations th,
.stats-table td,
.stats-table th {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: left;
}
.table .views-field-created,
.table .views-field-field-deadline-1,
.table .views-field-field-deadline,
.view-charges .views-field-created,
.view-charges .views-field-field-deadline-1,
.view-charges .views-field-field-deadline,
.view-forms .views-field-created,
.view-forms .views-field-field-deadline-1,
.view-forms .views-field-field-deadline,
.view-press-release .views-field-created,
.view-press-release .views-field-field-deadline-1,
.view-press-release .views-field-field-deadline,
.view-id-careers .views-field-created,
.view-id-careers .views-field-field-deadline-1,
.view-id-careers .views-field-field-deadline,
.view-advisory-circulars .views-field-created,
.view-advisory-circulars .views-field-field-deadline-1,
.view-advisory-circulars .views-field-field-deadline,
.view-pre-qualified-suppliers .views-field-created,
.view-pre-qualified-suppliers .views-field-field-deadline-1,
.view-pre-qualified-suppliers .views-field-field-deadline,
.view-civil-aviation-regulations .views-field-created,
.view-civil-aviation-regulations .views-field-field-deadline-1,
.view-civil-aviation-regulations .views-field-field-deadline,
.view-aviation-security-publications .views-field-created,
.view-aviation-security-publications .views-field-field-deadline-1,
.view-aviation-security-publications .views-field-field-deadline,
.view-id-secured_documents .views-field-created,
.view-id-secured_documents .views-field-field-deadline-1,
.view-id-secured_documents .views-field-field-deadline,
.view-civil-aviation-act .views-field-created,
.view-civil-aviation-act .views-field-field-deadline-1,
.view-civil-aviation-act .views-field-field-deadline,
.view-tenders .views-field-created,
.view-tenders .views-field-field-deadline-1,
.view-tenders .views-field-field-deadline,
.view-awarded-tenders .views-field-created,
.view-awarded-tenders .views-field-field-deadline-1,
.view-awarded-tenders .views-field-field-deadline,
.view-id-enforcements .views-field-created,
.view-id-enforcements .views-field-field-deadline-1,
.view-id-enforcements .views-field-field-deadline,
.view-id-exemptions .views-field-created,
.view-id-exemptions .views-field-field-deadline-1,
.view-id-exemptions .views-field-field-deadline,
.view-id-special-authorizations .views-field-created,
.view-id-special-authorizations .views-field-field-deadline-1,
.view-id-special-authorizations .views-field-field-deadline,
.stats-table .views-field-created,
.stats-table .views-field-field-deadline-1,
.stats-table .views-field-field-deadline {
  width: 100px;
}
.table .views-field-field-tender-document,
.view-charges .views-field-field-tender-document,
.view-forms .views-field-field-tender-document,
.view-press-release .views-field-field-tender-document,
.view-id-careers .views-field-field-tender-document,
.view-advisory-circulars .views-field-field-tender-document,
.view-pre-qualified-suppliers .views-field-field-tender-document,
.view-civil-aviation-regulations .views-field-field-tender-document,
.view-aviation-security-publications .views-field-field-tender-document,
.view-id-secured_documents .views-field-field-tender-document,
.view-civil-aviation-act .views-field-field-tender-document,
.view-tenders .views-field-field-tender-document,
.view-awarded-tenders .views-field-field-tender-document,
.view-id-enforcements .views-field-field-tender-document,
.view-id-exemptions .views-field-field-tender-document,
.view-id-special-authorizations .views-field-field-tender-document,
.stats-table .views-field-field-tender-document {
  width: 100px;
  display: flex;
  flex-direction: column;
}
.table .views-field-field-tender-document .item-list ol,
.view-charges .views-field-field-tender-document .item-list ol,
.view-forms .views-field-field-tender-document .item-list ol,
.view-press-release .views-field-field-tender-document .item-list ol,
.view-id-careers .views-field-field-tender-document .item-list ol,
.view-advisory-circulars .views-field-field-tender-document .item-list ol,
.view-pre-qualified-suppliers .views-field-field-tender-document .item-list ol,
.view-civil-aviation-regulations .views-field-field-tender-document .item-list ol,
.view-aviation-security-publications .views-field-field-tender-document .item-list ol,
.view-id-secured_documents .views-field-field-tender-document .item-list ol,
.view-civil-aviation-act .views-field-field-tender-document .item-list ol,
.view-tenders .views-field-field-tender-document .item-list ol,
.view-awarded-tenders .views-field-field-tender-document .item-list ol,
.view-id-enforcements .views-field-field-tender-document .item-list ol,
.view-id-exemptions .views-field-field-tender-document .item-list ol,
.view-id-special-authorizations .views-field-field-tender-document .item-list ol,
.stats-table .views-field-field-tender-document .item-list ol {
  margin: 0;
  padding: 0;
}
.table .field_label,
.view-charges .field_label,
.view-forms .field_label,
.view-press-release .field_label,
.view-id-careers .field_label,
.view-advisory-circulars .field_label,
.view-pre-qualified-suppliers .field_label,
.view-civil-aviation-regulations .field_label,
.view-aviation-security-publications .field_label,
.view-id-secured_documents .field_label,
.view-civil-aviation-act .field_label,
.view-tenders .field_label,
.view-awarded-tenders .field_label,
.view-id-enforcements .field_label,
.view-id-exemptions .field_label,
.view-id-special-authorizations .field_label,
.stats-table .field_label {
  display: none;
}
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  .table,
.view-charges,
.view-forms,
.view-press-release,
.view-id-careers,
.view-advisory-circulars,
.view-pre-qualified-suppliers,
.view-civil-aviation-regulations,
.view-aviation-security-publications,
.view-id-secured_documents,
.view-civil-aviation-act,
.view-tenders,
.view-awarded-tenders,
.view-id-enforcements,
.view-id-exemptions,
.view-id-special-authorizations,
.stats-table {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
  }
  .table table,
.view-charges table,
.view-forms table,
.view-press-release table,
.view-id-careers table,
.view-advisory-circulars table,
.view-pre-qualified-suppliers table,
.view-civil-aviation-regulations table,
.view-aviation-security-publications table,
.view-id-secured_documents table,
.view-civil-aviation-act table,
.view-tenders table,
.view-awarded-tenders table,
.view-id-enforcements table,
.view-id-exemptions table,
.view-id-special-authorizations table,
.stats-table table {
    width: 100%;
  }
  .table table, .table thead, .table tbody, .table th, .table td, .table tr,
.view-charges table,
.view-charges thead,
.view-charges tbody,
.view-charges th,
.view-charges td,
.view-charges tr,
.view-forms table,
.view-forms thead,
.view-forms tbody,
.view-forms th,
.view-forms td,
.view-forms tr,
.view-press-release table,
.view-press-release thead,
.view-press-release tbody,
.view-press-release th,
.view-press-release td,
.view-press-release tr,
.view-id-careers table,
.view-id-careers thead,
.view-id-careers tbody,
.view-id-careers th,
.view-id-careers td,
.view-id-careers tr,
.view-advisory-circulars table,
.view-advisory-circulars thead,
.view-advisory-circulars tbody,
.view-advisory-circulars th,
.view-advisory-circulars td,
.view-advisory-circulars tr,
.view-pre-qualified-suppliers table,
.view-pre-qualified-suppliers thead,
.view-pre-qualified-suppliers tbody,
.view-pre-qualified-suppliers th,
.view-pre-qualified-suppliers td,
.view-pre-qualified-suppliers tr,
.view-civil-aviation-regulations table,
.view-civil-aviation-regulations thead,
.view-civil-aviation-regulations tbody,
.view-civil-aviation-regulations th,
.view-civil-aviation-regulations td,
.view-civil-aviation-regulations tr,
.view-aviation-security-publications table,
.view-aviation-security-publications thead,
.view-aviation-security-publications tbody,
.view-aviation-security-publications th,
.view-aviation-security-publications td,
.view-aviation-security-publications tr,
.view-id-secured_documents table,
.view-id-secured_documents thead,
.view-id-secured_documents tbody,
.view-id-secured_documents th,
.view-id-secured_documents td,
.view-id-secured_documents tr,
.view-civil-aviation-act table,
.view-civil-aviation-act thead,
.view-civil-aviation-act tbody,
.view-civil-aviation-act th,
.view-civil-aviation-act td,
.view-civil-aviation-act tr,
.view-tenders table,
.view-tenders thead,
.view-tenders tbody,
.view-tenders th,
.view-tenders td,
.view-tenders tr,
.view-awarded-tenders table,
.view-awarded-tenders thead,
.view-awarded-tenders tbody,
.view-awarded-tenders th,
.view-awarded-tenders td,
.view-awarded-tenders tr,
.view-id-enforcements table,
.view-id-enforcements thead,
.view-id-enforcements tbody,
.view-id-enforcements th,
.view-id-enforcements td,
.view-id-enforcements tr,
.view-id-exemptions table,
.view-id-exemptions thead,
.view-id-exemptions tbody,
.view-id-exemptions th,
.view-id-exemptions td,
.view-id-exemptions tr,
.view-id-special-authorizations table,
.view-id-special-authorizations thead,
.view-id-special-authorizations tbody,
.view-id-special-authorizations th,
.view-id-special-authorizations td,
.view-id-special-authorizations tr,
.stats-table table,
.stats-table thead,
.stats-table tbody,
.stats-table th,
.stats-table td,
.stats-table tr {
    display: block;
  }
  .table thead tr,
.view-charges thead tr,
.view-forms thead tr,
.view-press-release thead tr,
.view-id-careers thead tr,
.view-advisory-circulars thead tr,
.view-pre-qualified-suppliers thead tr,
.view-civil-aviation-regulations thead tr,
.view-aviation-security-publications thead tr,
.view-id-secured_documents thead tr,
.view-civil-aviation-act thead tr,
.view-tenders thead tr,
.view-awarded-tenders thead tr,
.view-id-enforcements thead tr,
.view-id-exemptions thead tr,
.view-id-special-authorizations thead tr,
.stats-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table tr,
.view-charges tr,
.view-forms tr,
.view-press-release tr,
.view-id-careers tr,
.view-advisory-circulars tr,
.view-pre-qualified-suppliers tr,
.view-civil-aviation-regulations tr,
.view-aviation-security-publications tr,
.view-id-secured_documents tr,
.view-civil-aviation-act tr,
.view-tenders tr,
.view-awarded-tenders tr,
.view-id-enforcements tr,
.view-id-exemptions tr,
.view-id-special-authorizations tr,
.stats-table tr {
    border: 1px solid #ccc;
  }
  .table td,
.view-charges td,
.view-forms td,
.view-press-release td,
.view-id-careers td,
.view-advisory-circulars td,
.view-pre-qualified-suppliers td,
.view-civil-aviation-regulations td,
.view-aviation-security-publications td,
.view-id-secured_documents td,
.view-civil-aviation-act td,
.view-tenders td,
.view-awarded-tenders td,
.view-id-enforcements td,
.view-id-exemptions td,
.view-id-special-authorizations td,
.stats-table td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  .table td:before,
.view-charges td:before,
.view-forms td:before,
.view-press-release td:before,
.view-id-careers td:before,
.view-advisory-circulars td:before,
.view-pre-qualified-suppliers td:before,
.view-civil-aviation-regulations td:before,
.view-aviation-security-publications td:before,
.view-id-secured_documents td:before,
.view-civil-aviation-act td:before,
.view-tenders td:before,
.view-awarded-tenders td:before,
.view-id-enforcements td:before,
.view-id-exemptions td:before,
.view-id-special-authorizations td:before,
.stats-table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    /* Label the data */
    content: attr(data-label);
    color: #000;
    font-weight: bold;
  }
  .table .views-field-field-deadline-1,
.table .views-field-field-deadline,
.view-charges .views-field-field-deadline-1,
.view-charges .views-field-field-deadline,
.view-forms .views-field-field-deadline-1,
.view-forms .views-field-field-deadline,
.view-press-release .views-field-field-deadline-1,
.view-press-release .views-field-field-deadline,
.view-id-careers .views-field-field-deadline-1,
.view-id-careers .views-field-field-deadline,
.view-advisory-circulars .views-field-field-deadline-1,
.view-advisory-circulars .views-field-field-deadline,
.view-pre-qualified-suppliers .views-field-field-deadline-1,
.view-pre-qualified-suppliers .views-field-field-deadline,
.view-civil-aviation-regulations .views-field-field-deadline-1,
.view-civil-aviation-regulations .views-field-field-deadline,
.view-aviation-security-publications .views-field-field-deadline-1,
.view-aviation-security-publications .views-field-field-deadline,
.view-id-secured_documents .views-field-field-deadline-1,
.view-id-secured_documents .views-field-field-deadline,
.view-civil-aviation-act .views-field-field-deadline-1,
.view-civil-aviation-act .views-field-field-deadline,
.view-tenders .views-field-field-deadline-1,
.view-tenders .views-field-field-deadline,
.view-awarded-tenders .views-field-field-deadline-1,
.view-awarded-tenders .views-field-field-deadline,
.view-id-enforcements .views-field-field-deadline-1,
.view-id-enforcements .views-field-field-deadline,
.view-id-exemptions .views-field-field-deadline-1,
.view-id-exemptions .views-field-field-deadline,
.view-id-special-authorizations .views-field-field-deadline-1,
.view-id-special-authorizations .views-field-field-deadline,
.stats-table .views-field-field-deadline-1,
.stats-table .views-field-field-deadline {
    width: 100%;
  }
}

.view-management,
.view-board-of-directors {
  font-family: "Roboto", sans-serif;
}
.view-management .view-header .view-content .views-row,
.view-board-of-directors .view-header .view-content .views-row {
  width: 16em;
}
.view-management .view-header .view-content .views-row img,
.view-board-of-directors .view-header .view-content .views-row img {
  height: 273px;
}
.view-management .view-header .view-content:before,
.view-management .view-header .view-content:after,
.view-board-of-directors .view-header .view-content:before,
.view-board-of-directors .view-header .view-content:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
.view-management .view-content,
.view-board-of-directors .view-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.view-management .view-content .views-row,
.view-board-of-directors .view-content .views-row {
  width: 13em;
  background-color: #ffffff;
  text-align: center;
  border: 1px solid #dddddd;
  border-radius: 0.5em;
  margin: 0.5em;
}
.view-management .view-content .views-row img,
.view-board-of-directors .view-content .views-row img {
  height: 230px;
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}
.view-management .view-content .views-row .staff-name,
.view-board-of-directors .view-content .views-row .staff-name {
  font-weight: 400;
  font-size: 0.9em;
  padding-top: 0.5em;
}
.view-management .view-content .views-row .staff-position,
.view-board-of-directors .view-content .views-row .staff-position {
  font-weight: 700;
  font-size: 0.9em;
  padding-bottom: 0.5em;
}

.view-management .view-content:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.staff-page {
  padding: 1em;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.staff-page img {
  height: 18em;
  width: 16em;
}
.staff-page .staff-position {
  font-weight: 700;
}
.staff-page .staff-content {
  font-family: "Roboto", sans-serif;
  font-size: 0.9em;
}

.path-management .ui-dialog .ui-dialog-titlebar,
.path-board-of-directors .ui-dialog .ui-dialog-titlebar {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  background: #F06600;
  color: #ffffff;
}

.region-contact-form textarea,
.region-contact-form select,
.region-contact-form input {
  border-radius: 4px;
}

.region-contact-form legend {
  border-bottom: 0;
}

.front-welcome {
  background-color: #ffffff;
  text-align: center;
}
.front-welcome h2 {
  font-size: 1.5em;
  font-weight: 300;
  color: #333333;
  font-family: "Raleway", sans-serif;
  line-height: 2em;
  margin: 0;
}
.front-welcome p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  color: #333333;
}

.slider {
  position: relative;
}

.focus_section {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.1em;
  position: fixed;
  bottom: 0;
  z-index: 10;
  background: rgba(42, 92, 170, 0.9);
}
.focus_section .focus-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.focus_section .focus-items .focus {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 15em;
}
.focus_section .focus-items .focus img {
  height: 1.5em;
  padding: 0.1em;
}
.focus_section .focus-items .focus span {
  font-family: "Raleway", sans-serif;
  color: #ffffff;
  font-weight: 300;
  font-size: 0.9em;
  letter-spacing: 0.025em;
}
.focus_section .focus-items .focus:hover {
  background: rgba(0, 0, 0, 0.5);
}
.focus_section .focus-items .border_right {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.complaints {
  position: fixed;
  right: 0;
  background-color: #f06600;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 15em;
  height: 3.1em;
  border-radius: 5rem;
}
.complaints span {
  font-family: "Raleway", sans-serif;
  color: #ffffff;
  font-weight: 300;
  font-size: 1rem;
}

.complaints:hover {
  background-color: rgba(240, 102, 0, 0.8);
}

@media (max-width: 991px) {
  .focus_section {
    display: none;
  }
}
.press-release-block {
  padding-top: 1em;
}
.press-release-block .day {
  background-color: #055CAB;
  border-radius: 50%;
  color: #ffffff;
  font-size: 1.3em;
  height: 2em;
  width: 2em;
  padding: 0.4em;
}
.press-release-block .title {
  padding-bottom: 1em;
  font-weight: 400;
  font-size: 1.1em;
  color: #055CAB;
  font-family: "Raleway", sans-serif;
}
.press-release-block .jcarousel-wrapper.jcarousel-skin-default {
  margin: auto;
  position: relative;
  border: 0;
  width: 85%;
  max-width: 95%;
  height: 150px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 0;
  -webkit-box-shadow: 0 0 2px #999;
  -moz-box-shadow: 0 0 2px #999;
  box-shadow: none;
}
.press-release-block .jcarousel-skin-default .jcarousel li {
  float: left;
  width: 300px;
  height: 150px;
  margin-right: 1px;
}
.press-release-block .jcarousel-skin-default .jcarousel-control-prev, .press-release-block .jcarousel-skin-default .jcarousel-control-next {
  background-color: #ffffff;
  color: #4E443C;
}

.front-page footer {
  margin-bottom: 2.95em;
}

@media (max-width: 991px) {
  .front-page footer {
    margin-bottom: 0;
  }
}
/* ====== Front Notification =========*/
#notification-close {
  font-size: 1.5rem;
}

#block-views-block-front-notification-block-1 {
  position: absolute;
  top: 0;
  background-color: #F06600;
  color: #ffffff;
  width: 100%;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  min-height: 2em;
  z-index: 100;
}
#block-views-block-front-notification-block-1 .view-header {
  position: absolute;
  right: 1em;
  top: 0;
  cursor: pointer;
}

.dismiss_notification {
  display: none !important;
}

/*
================================
Parallax
================================
*/
.parallax {
  background-image: url(../img/newyork.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 50px 15px;
  text-align: center;
  position: relative;
}
.parallax img {
  width: 7em;
}
.parallax h3 {
  color: #ffffff;
  font-weight: 300;
  font-size: 2em;
}
.parallax p {
  font-weight: 300;
  color: #ffffff;
  letter-spacing: 0.025em;
}

.parallax .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333960;
  opacity: 0.8;
}

.download-page {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0.5em;
  padding: 1em;
}

.download-title {
  text-align: center;
}

.download-document {
  display: flex;
  justify-content: center;
  margin: 3em;
}
.download-document .button {
  display: inline-block;
  border-radius: 4px;
  background-color: #055CAB;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 1.2em;
  padding: 1em;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}
.download-document .button img {
  height: 1.5em;
}
.download-document .button:hover {
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

#dashboard {
  background-color: #ffffff;
}
#dashboard .welcome {
  margin-top: 2em;
  background-color: #055CAB;
  padding: 2em 0.5em;
  color: #ffffff;
  text-align: center;
}
#dashboard .region-content {
  margin-top: 2em;
}

/* input */
.input-field {
  width: 100%;
}

.input-border-bottom {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #484848;
  padding: 10px 0;
  margin-bottom: 30px;
  font-size: 14px;
}

.input-border-bottom:focus {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #929292;
}

.input-border-bottom::-webkit-input-placeholder {
  font-weight: 300;
  font-size: 14px;
}

.input-border-bottom::-moz-placeholder {
  font-weight: 300;
  font-size: 14px;
}

.input-border-bottom:-ms-input-placeholder {
  font-weight: 300;
  font-size: 14px;
}

.extra-big-input, .extra-big-textarea, .extra-big-select select {
  padding: 18px 25px;
  font-size: 14px;
  line-height: 24px;
  height: 62px;
}

.big-input, .big-textarea, .big-select select {
  padding: 18px 25px;
  font-size: 14px;
  border-radius: 0;
}

.medium-input, .medium-textarea, .medium-select select {
  padding: 12px 20px;
  font-size: 14px;
  line-height: normal;
  border-radius: 0;
}

.small-input, .small-textarea {
  padding: 12px 15px;
  font-size: 11px;
  line-height: normal;
}

.small-select select {
  padding: 15px 15px;
  line-height: normal;
}

.medium-input-light, .medium-textarea-light, .medium-select-light select {
  padding: 12px 25px;
  font-size: 12px;
  line-height: normal;
}

.extra-small-input, .extra-small-textarea, .extra-small-select select {
  padding: 9px 17px;
  font-size: 12px;
  line-height: normal;
}

.select-style {
  width: 100%;
  overflow: hidden;
  background: url("../img/select-arrow.png") no-repeat 97% 50%;
  border: 1px solid #d1d1d1;
  margin-bottom: 20px;
}

.select-style select {
  width: 100%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  color: #6f6f6f;
}

.select-style select:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.input-group input, .input-group textarea, .input-group select {
  margin: 0;
  border-radius: 4px 0 0 4px;
  border-color: #fff;
  padding: 19px 25px;
}

.input-group-btn .btn {
  border-radius: 0 4px 4px 0;
}

.input-group-btn .btn.btn-large {
  line-height: 2px;
  height: 62px;
  padding: 15px 25px !important;
}

.input-group-404 input {
  height: 62px;
}

.input-group .required-error {
  border: 1px solid #055CAB !important;
}

.input-group .required-error, .input-group .required-error + .input-group-btn button, .input-group .required-error + .input-group-btn a.btn {
  border: 1px solid #055CAB !important;
}

.input-border-white .input-border-bottom {
  border-bottom: 1px solid #ffffff;
  color: #fff;
  border-top: transparent !important;
  border-left: transparent !important;
  border-right: transparent !important;
}

.input-border-white .input-border-bottom:focus {
  background: transparent;
  border-bottom: 1px solid #ffffff;
  color: #fff;
}

.input-border-white .input-border-bottom::-webkit-input-placeholder {
  color: #fff;
}

.input-border-white .input-border-bottom::-moz-placeholder {
  color: #fff;
}

.input-border-white .input-border-bottom:-ms-input-placeholder {
  color: #fff;
}

.btn .caret {
  border-top: 4px solid;
}

input.input-bg {
  background-color: #f7f7f7;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  margin-bottom: 15px;
}

input.input-bg:focus, textarea.input-bg:focus {
  border: 0;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

textarea.input-bg {
  background-color: #f7f7f7;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  margin-bottom: 15px;
  min-height: 130px;
}

.input-bg::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 14px;
}

.input-bg::-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
}

.input-bg:-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
}

.required-error {
  border: 1px solid #055CAB !important;
}

.input-border-bottom.required-error {
  border-width: 0 !important;
  border-bottom-width: 1px !important;
  border-bottom-color: #055CAB !important;
}

#success-subscribe-newsletter {
  clear: both;
  margin: 0 15px 15px;
  text-align: center;
  border: 1px solid #1a940a;
  color: #1a940a;
  padding: 2px 0;
  display: none;
  font-size: 11px;
}

#success-subscribe-newsletter2 {
  clear: both;
  margin: 0 15px 15px;
  text-align: center;
  border: 1px solid #1a940a;
  color: #1a940a;
  padding: 2px 0;
  display: none;
  font-size: 11px;
}

#success-contact-form {
  clear: both;
  margin: 0 15px 15px;
  text-align: center;
  border: 1px solid #1a940a;
  color: #1a940a;
  padding: 2px 0;
  display: none;
  font-size: 11px;
}

#success-contact-form-2 {
  clear: both;
  margin: 0 15px 15px;
  text-align: center;
  border: 1px solid #1a940a;
  color: #1a940a;
  padding: 2px 0;
  display: none;
  font-size: 11px;
}

#success-contact-form-3 {
  clear: both;
  margin: 0 15px 15px;
  text-align: center;
  border: 1px solid #1a940a;
  color: #1a940a;
  padding: 2px 0;
  display: none;
  font-size: 11px;
}

#success-project-contact-form {
  clear: both;
  margin: 0 15px 15px;
  text-align: center;
  border: 1px solid #1a940a;
  color: #1a940a;
  padding: 2px 0;
  display: none;
  font-size: 11px;
}

#success-project-contact-form-4 {
  clear: both;
  margin: 0 15px 15px;
  text-align: center;
  border: 1px solid #1a940a;
  color: #1a940a;
  padding: 2px 0;
  display: none;
  font-size: 11px;
}

.error-message {
  font-size: 12px;
  color: #055CAB;
}

.login-content,
.register-content {
  margin: 5em 0;
  padding-top: 2em;
}
.login-content h4,
.register-content h4 {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  color: #000000;
  width: 95%;
  font-size: 1.5em;
  text-align: center;
}

.login-us-button,
.register-us-button {
  text-align: center;
}

.login-us,
.register-us {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.login-or-register {
  font-size: 0.8em;
  margin: 1em 0;
}

.birthday {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
}
.birthday .field-name {
  font-size: 0.9em;
  margin-right: 1em;
}

.path-form .region-header,
.path-user .region-header {
  display: flex;
  align-items: center;
  padding-top: 20px;
}
.path-form .region-header .tabs,
.path-user .region-header .tabs {
  font-family: "Raleway", sans-serif;
  font-size: 0.9em;
  font-weight: 500;
  color: #232323;
}
.path-form .region-header .tabs a.is-active,
.path-user .region-header .tabs a.is-active {
  background: #055CAB;
  color: #fff;
}
.path-form .region-content,
.path-user .region-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.path-form .region-content label,
.path-user .region-content label {
  font-family: "Raleway", sans-serif;
  font-size: 0.8em;
  color: #000000;
  font-weight: 500;
}
.path-form .region-content select,
.path-form .region-content input,
.path-user .region-content select,
.path-user .region-content input {
  margin: 0;
  border-radius: 4px;
  font: 400 14px Arial;
}
.path-form .region-content .description,
.path-user .region-content .description {
  font-size: 0.9em;
}
.path-form .form-type-select,
.path-user .form-type-select {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.path-form .form-submit,
.path-user .form-submit {
  background: #055CAB;
  color: #fff;
  display: inline-block;
  border: 2px solid transparent;
  letter-spacing: 0.5px;
  line-height: inherit;
  border-radius: 0;
  text-transform: uppercase;
  width: auto;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.path-form .form-submit:hover,
.path-user .form-submit:hover {
  background: transparent;
  color: #055CAB;
  border-color: #055CAB;
}

.user-login-form {
  max-width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/*============ User Login =========*/
.ui-widget.ui-widget-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: none;
  width: 80% !important;
  left: 10% !important;
  top: 10px !important;
}

.ui-dialog .ui-dialog-titlebar {
  background: #ffffff;
  color: #055CAB;
  text-align: center;
  width: 100%;
  font-weight: 500;
  font-size: 1.3rem;
}

.ui-dialog .ui-dialog-title {
  background-image: url(/sites/default/files/logo.png);
  background-position: top center;
  height: 6rem;
  background-size: auto 70px;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media (max-width: 991px) {
  .ui-dialog .ui-dialog-title {
    background-image: url(/sites/default/files/logo.png);
    height: 5rem;
    background-size: auto 50px;
    font-size: 0.95rem;
  }
}
.ui-dialog .ui-dialog-buttonpane {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ui-dialog .ui-dialog-buttonpane button {
  background: #055CAB;
  color: #fff;
  display: inline-block;
  border: 2px solid transparent;
  letter-spacing: 0.5px;
  line-height: inherit;
  border-radius: 0;
  text-transform: uppercase;
  width: auto;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ui-dialog .ui-dialog-buttonpane button:hover {
  background: transparent;
  color: #055CAB;
  border-color: #055CAB;
}

.ui-icon-closethick {
  background-image: url(../img/cross-symbol.png) !important;
  background-position: center;
}

.ui-icon-closethick:hover {
  background-image: url(../img/cross-symbol.png) !important;
}

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