.u-flex-row {
  flex-direction: row; }

.u-flex-column {
  flex-direction: column; }

.u-flex-row-reverse {
  flex-direction: row-reverse; }

.u-flex-column-reverse {
  flex-direction: column-reverse; }

.u-flex-wrap {
  flex-wrap: wrap; }

.u-flex-nowrap {
  flex-wrap: nowrap; }

.u-flex-wrap-reverse {
  flex-wrap: wrap-reverse; }

.u-flex-fill {
  flex: 1 1 auto; }

.u-flex-grow-0 {
  flex-grow: 0; }

.u-flex-grow-1 {
  flex-grow: 1; }

.u-flex-shrink-0 {
  flex-shrink: 0; }

.u-flex-shrink-1 {
  flex-shrink: 1; }

.u-justify-content-start {
  justify-content: flex-start; }

.u-justify-content-end {
  justify-content: flex-end; }

.u-justify-content-center {
  justify-content: center; }

.u-justify-content-between {
  justify-content: space-between; }

.u-justify-content-around {
  justify-content: space-around; }

.u-align-items-start {
  align-items: flex-start; }

.u-align-items-end {
  align-items: flex-end; }

.u-align-items-center {
  align-items: center; }

.u-align-items-baseline {
  align-items: baseline; }

.u-align-items-stretch {
  align-items: stretch; }

.u-align-content-start {
  align-content: flex-start; }

.u-align-content-end {
  align-content: flex-end; }

.u-align-content-center {
  align-content: center; }

.u-align-content-between {
  align-content: space-between; }

.u-align-content-around {
  align-content: space-around; }

.u-align-content-stretch {
  align-content: stretch; }

.u-align-self-auto {
  align-self: auto; }

.u-align-self-start {
  align-self: flex-start; }

.u-align-self-end {
  align-self: flex-end; }

.u-align-self-center {
  align-self: center; }

.u-align-self-baseline {
  align-self: baseline; }

.u-align-self-stretch {
  align-self: stretch; }

@media (min-width: 576px) {
  .u-flex-sm-row {
    flex-direction: row; }
  .u-flex-sm-column {
    flex-direction: column; }
  .u-flex-sm-row-reverse {
    flex-direction: row-reverse; }
  .u-flex-sm-column-reverse {
    flex-direction: column-reverse; }
  .u-flex-sm-wrap {
    flex-wrap: wrap; }
  .u-flex-sm-nowrap {
    flex-wrap: nowrap; }
  .u-flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse; }
  .u-flex-sm-fill {
    flex: 1 1 auto; }
  .u-flex-sm-grow-0 {
    flex-grow: 0; }
  .u-flex-sm-grow-1 {
    flex-grow: 1; }
  .u-flex-sm-shrink-0 {
    flex-shrink: 0; }
  .u-flex-sm-shrink-1 {
    flex-shrink: 1; }
  .u-justify-content-sm-start {
    justify-content: flex-start; }
  .u-justify-content-sm-end {
    justify-content: flex-end; }
  .u-justify-content-sm-center {
    justify-content: center; }
  .u-justify-content-sm-between {
    justify-content: space-between; }
  .u-justify-content-sm-around {
    justify-content: space-around; }
  .u-align-items-sm-start {
    align-items: flex-start; }
  .u-align-items-sm-end {
    align-items: flex-end; }
  .u-align-items-sm-center {
    align-items: center; }
  .u-align-items-sm-baseline {
    align-items: baseline; }
  .u-align-items-sm-stretch {
    align-items: stretch; }
  .u-align-content-sm-start {
    align-content: flex-start; }
  .u-align-content-sm-end {
    align-content: flex-end; }
  .u-align-content-sm-center {
    align-content: center; }
  .u-align-content-sm-between {
    align-content: space-between; }
  .u-align-content-sm-around {
    align-content: space-around; }
  .u-align-content-sm-stretch {
    align-content: stretch; }
  .u-align-self-sm-auto {
    align-self: auto; }
  .u-align-self-sm-start {
    align-self: flex-start; }
  .u-align-self-sm-end {
    align-self: flex-end; }
  .u-align-self-sm-center {
    align-self: center; }
  .u-align-self-sm-baseline {
    align-self: baseline; }
  .u-align-self-sm-stretch {
    align-self: stretch; } }

@media (min-width: 768px) {
  .u-flex-md-row {
    flex-direction: row; }
  .u-flex-md-column {
    flex-direction: column; }
  .u-flex-md-row-reverse {
    flex-direction: row-reverse; }
  .u-flex-md-column-reverse {
    flex-direction: column-reverse; }
  .u-flex-md-wrap {
    flex-wrap: wrap; }
  .u-flex-md-nowrap {
    flex-wrap: nowrap; }
  .u-flex-md-wrap-reverse {
    flex-wrap: wrap-reverse; }
  .u-flex-md-fill {
    flex: 1 1 auto; }
  .u-flex-md-grow-0 {
    flex-grow: 0; }
  .u-flex-md-grow-1 {
    flex-grow: 1; }
  .u-flex-md-shrink-0 {
    flex-shrink: 0; }
  .u-flex-md-shrink-1 {
    flex-shrink: 1; }
  .u-justify-content-md-start {
    justify-content: flex-start; }
  .u-justify-content-md-end {
    justify-content: flex-end; }
  .u-justify-content-md-center {
    justify-content: center; }
  .u-justify-content-md-between {
    justify-content: space-between; }
  .u-justify-content-md-around {
    justify-content: space-around; }
  .u-align-items-md-start {
    align-items: flex-start; }
  .u-align-items-md-end {
    align-items: flex-end; }
  .u-align-items-md-center {
    align-items: center; }
  .u-align-items-md-baseline {
    align-items: baseline; }
  .u-align-items-md-stretch {
    align-items: stretch; }
  .u-align-content-md-start {
    align-content: flex-start; }
  .u-align-content-md-end {
    align-content: flex-end; }
  .u-align-content-md-center {
    align-content: center; }
  .u-align-content-md-between {
    align-content: space-between; }
  .u-align-content-md-around {
    align-content: space-around; }
  .u-align-content-md-stretch {
    align-content: stretch; }
  .u-align-self-md-auto {
    align-self: auto; }
  .u-align-self-md-start {
    align-self: flex-start; }
  .u-align-self-md-end {
    align-self: flex-end; }
  .u-align-self-md-center {
    align-self: center; }
  .u-align-self-md-baseline {
    align-self: baseline; }
  .u-align-self-md-stretch {
    align-self: stretch; } }

@media (min-width: 992px) {
  .u-flex-lg-row {
    flex-direction: row; }
  .u-flex-lg-column {
    flex-direction: column; }
  .u-flex-lg-row-reverse {
    flex-direction: row-reverse; }
  .u-flex-lg-column-reverse {
    flex-direction: column-reverse; }
  .u-flex-lg-wrap {
    flex-wrap: wrap; }
  .u-flex-lg-nowrap {
    flex-wrap: nowrap; }
  .u-flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse; }
  .u-flex-lg-fill {
    flex: 1 1 auto; }
  .u-flex-lg-grow-0 {
    flex-grow: 0; }
  .u-flex-lg-grow-1 {
    flex-grow: 1; }
  .u-flex-lg-shrink-0 {
    flex-shrink: 0; }
  .u-flex-lg-shrink-1 {
    flex-shrink: 1; }
  .u-justify-content-lg-start {
    justify-content: flex-start; }
  .u-justify-content-lg-end {
    justify-content: flex-end; }
  .u-justify-content-lg-center {
    justify-content: center; }
  .u-justify-content-lg-between {
    justify-content: space-between; }
  .u-justify-content-lg-around {
    justify-content: space-around; }
  .u-align-items-lg-start {
    align-items: flex-start; }
  .u-align-items-lg-end {
    align-items: flex-end; }
  .u-align-items-lg-center {
    align-items: center; }
  .u-align-items-lg-baseline {
    align-items: baseline; }
  .u-align-items-lg-stretch {
    align-items: stretch; }
  .u-align-content-lg-start {
    align-content: flex-start; }
  .u-align-content-lg-end {
    align-content: flex-end; }
  .u-align-content-lg-center {
    align-content: center; }
  .u-align-content-lg-between {
    align-content: space-between; }
  .u-align-content-lg-around {
    align-content: space-around; }
  .u-align-content-lg-stretch {
    align-content: stretch; }
  .u-align-self-lg-auto {
    align-self: auto; }
  .u-align-self-lg-start {
    align-self: flex-start; }
  .u-align-self-lg-end {
    align-self: flex-end; }
  .u-align-self-lg-center {
    align-self: center; }
  .u-align-self-lg-baseline {
    align-self: baseline; }
  .u-align-self-lg-stretch {
    align-self: stretch; } }

@media (min-width: 1800px) {
  .u-flex-xl-row {
    flex-direction: row; }
  .u-flex-xl-column {
    flex-direction: column; }
  .u-flex-xl-row-reverse {
    flex-direction: row-reverse; }
  .u-flex-xl-column-reverse {
    flex-direction: column-reverse; }
  .u-flex-xl-wrap {
    flex-wrap: wrap; }
  .u-flex-xl-nowrap {
    flex-wrap: nowrap; }
  .u-flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse; }
  .u-flex-xl-fill {
    flex: 1 1 auto; }
  .u-flex-xl-grow-0 {
    flex-grow: 0; }
  .u-flex-xl-grow-1 {
    flex-grow: 1; }
  .u-flex-xl-shrink-0 {
    flex-shrink: 0; }
  .u-flex-xl-shrink-1 {
    flex-shrink: 1; }
  .u-justify-content-xl-start {
    justify-content: flex-start; }
  .u-justify-content-xl-end {
    justify-content: flex-end; }
  .u-justify-content-xl-center {
    justify-content: center; }
  .u-justify-content-xl-between {
    justify-content: space-between; }
  .u-justify-content-xl-around {
    justify-content: space-around; }
  .u-align-items-xl-start {
    align-items: flex-start; }
  .u-align-items-xl-end {
    align-items: flex-end; }
  .u-align-items-xl-center {
    align-items: center; }
  .u-align-items-xl-baseline {
    align-items: baseline; }
  .u-align-items-xl-stretch {
    align-items: stretch; }
  .u-align-content-xl-start {
    align-content: flex-start; }
  .u-align-content-xl-end {
    align-content: flex-end; }
  .u-align-content-xl-center {
    align-content: center; }
  .u-align-content-xl-between {
    align-content: space-between; }
  .u-align-content-xl-around {
    align-content: space-around; }
  .u-align-content-xl-stretch {
    align-content: stretch; }
  .u-align-self-xl-auto {
    align-self: auto; }
  .u-align-self-xl-start {
    align-self: flex-start; }
  .u-align-self-xl-end {
    align-self: flex-end; }
  .u-align-self-xl-center {
    align-self: center; }
  .u-align-self-xl-baseline {
    align-self: baseline; }
  .u-align-self-xl-stretch {
    align-self: stretch; } }

.u-text-inherit {
  font-family: inherit; }

.u-text-justify {
  text-align: justify; }

.u-text-wrap {
  white-space: normal; }

.u-text-nowrap {
  white-space: nowrap; }

.u-text-left {
  text-align: left; }

.u-text-right {
  text-align: right; }

.u-text-center {
  text-align: center; }

.u-text-lowercase {
  text-transform: lowercase; }

.u-text-uppercase {
  text-transform: uppercase; }

.u-text-capitalize {
  text-transform: capitalize; }

@media (min-width: 576px) {
  .u-text-sm-inherit {
    font-family: inherit; }
  .u-text-sm-justify {
    text-align: justify; }
  .u-text-sm-wrap {
    white-space: normal; }
  .u-text-sm-nowrap {
    white-space: nowrap; }
  .u-text-sm-left {
    text-align: left; }
  .u-text-sm-right {
    text-align: right; }
  .u-text-sm-center {
    text-align: center; }
  .u-text-sm-lowercase {
    text-transform: lowercase; }
  .u-text-sm-uppercase {
    text-transform: uppercase; }
  .u-text-sm-capitalize {
    text-transform: capitalize; } }

@media (min-width: 768px) {
  .u-text-md-inherit {
    font-family: inherit; }
  .u-text-md-justify {
    text-align: justify; }
  .u-text-md-wrap {
    white-space: normal; }
  .u-text-md-nowrap {
    white-space: nowrap; }
  .u-text-md-left {
    text-align: left; }
  .u-text-md-right {
    text-align: right; }
  .u-text-md-center {
    text-align: center; }
  .u-text-md-lowercase {
    text-transform: lowercase; }
  .u-text-md-uppercase {
    text-transform: uppercase; }
  .u-text-md-capitalize {
    text-transform: capitalize; } }

@media (min-width: 992px) {
  .u-text-lg-inherit {
    font-family: inherit; }
  .u-text-lg-justify {
    text-align: justify; }
  .u-text-lg-wrap {
    white-space: normal; }
  .u-text-lg-nowrap {
    white-space: nowrap; }
  .u-text-lg-left {
    text-align: left; }
  .u-text-lg-right {
    text-align: right; }
  .u-text-lg-center {
    text-align: center; }
  .u-text-lg-lowercase {
    text-transform: lowercase; }
  .u-text-lg-uppercase {
    text-transform: uppercase; }
  .u-text-lg-capitalize {
    text-transform: capitalize; } }

@media (min-width: 1800px) {
  .u-text-xl-inherit {
    font-family: inherit; }
  .u-text-xl-justify {
    text-align: justify; }
  .u-text-xl-wrap {
    white-space: normal; }
  .u-text-xl-nowrap {
    white-space: nowrap; }
  .u-text-xl-left {
    text-align: left; }
  .u-text-xl-right {
    text-align: right; }
  .u-text-xl-center {
    text-align: center; }
  .u-text-xl-lowercase {
    text-transform: lowercase; }
  .u-text-xl-uppercase {
    text-transform: uppercase; }
  .u-text-xl-capitalize {
    text-transform: capitalize; } }

.u-font-weight-normal {
  font-weight: 400; }

.u-font-weight-semibold {
  font-weight: 700; }

.u-font-weight-bold {
  font-weight: 900; }

.u-d-none {
  display: none; }

.u-d-inline {
  display: inline; }

.u-d-inline-block {
  display: inline-block; }

.u-d-block {
  display: block; }

.u-d-table {
  display: table; }

.u-d-table-row {
  display: table-row; }

.u-d-table-cell {
  display: table-cell; }

.u-d-flex {
  display: flex; }

.u-d-inline-flex {
  display: inline-flex; }

@media (min-width: 576px) {
  .u-d-sm-none {
    display: none; }
  .u-d-sm-inline {
    display: inline; }
  .u-d-sm-inline-block {
    display: inline-block; }
  .u-d-sm-block {
    display: block; }
  .u-d-sm-table {
    display: table; }
  .u-d-sm-table-row {
    display: table-row; }
  .u-d-sm-table-cell {
    display: table-cell; }
  .u-d-sm-flex {
    display: flex; }
  .u-d-sm-inline-flex {
    display: inline-flex; } }

@media (min-width: 768px) {
  .u-d-md-none {
    display: none; }
  .u-d-md-inline {
    display: inline; }
  .u-d-md-inline-block {
    display: inline-block; }
  .u-d-md-block {
    display: block; }
  .u-d-md-table {
    display: table; }
  .u-d-md-table-row {
    display: table-row; }
  .u-d-md-table-cell {
    display: table-cell; }
  .u-d-md-flex {
    display: flex; }
  .u-d-md-inline-flex {
    display: inline-flex; } }

@media (min-width: 992px) {
  .u-d-lg-none {
    display: none; }
  .u-d-lg-inline {
    display: inline; }
  .u-d-lg-inline-block {
    display: inline-block; }
  .u-d-lg-block {
    display: block; }
  .u-d-lg-table {
    display: table; }
  .u-d-lg-table-row {
    display: table-row; }
  .u-d-lg-table-cell {
    display: table-cell; }
  .u-d-lg-flex {
    display: flex; }
  .u-d-lg-inline-flex {
    display: inline-flex; } }

@media (min-width: 1800px) {
  .u-d-xl-none {
    display: none; }
  .u-d-xl-inline {
    display: inline; }
  .u-d-xl-inline-block {
    display: inline-block; }
  .u-d-xl-block {
    display: block; }
  .u-d-xl-table {
    display: table; }
  .u-d-xl-table-row {
    display: table-row; }
  .u-d-xl-table-cell {
    display: table-cell; }
  .u-d-xl-flex {
    display: flex; }
  .u-d-xl-inline-flex {
    display: inline-flex; } }

/*
 * Font face importer, multiple file extensions
 * 
 * Usage info: https://gist.github.com/jonathantneal/d0460e5c2d5d7f9bc5e6
 * Usage example: 
 * Usage example: @include font-face(Samplinal, fonts/Samplinal, 500, normal, eot ttf);
 *
 */
.g-search {
  background-color: #008193;
  padding: 24px 0;
  position: sticky;
  top: 0;
  z-index: 8; }
  .g-search--box {
    background-color: #fff;
    padding: 16px;
    border-radius: 8px; }
    @media only screen and (max-width: 767px) {
      .g-search--box > .o-row {
        flex-wrap: nowrap; }
        .g-search--box > .o-row .o-col-auto.o-col-lg-5 {
          width: 100%;
          flex: initial; }
      .g-search--box .btn {
        padding: 14px;
        min-width: 58px; } }
    .g-search--box .btn i {
      margin-left: 0; }
      @media only screen and (min-width: 992px) {
        .g-search--box .btn i {
          margin-left: 8px; } }
    .g-search--box .o-col-search {
      width: 100%;
      flex: initial; }
  .g-search--item {
    align-items: center;
    background: #F3F9FA;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    padding: 8px;
    transition: 0.5s ease-in-out;
    border: 2px solid transparent; }
    @media only screen and (min-width: 768px) {
      .g-search--item {
        padding: 12px 16px; } }
    .g-search--item:hover {
      border: 2px solid #008193;
      transition: 0.5s ease-in-out; }
    .g-search--item .icon {
      color: #008193;
      font-size: 24px;
      padding-right: 12px; }
    .g-search--item__info {
      display: flex;
      flex-direction: column;
      font-size: 14px; }
      .g-search--item__info .label {
        font-size: 14px;
        font-weight: 600;
        line-height: 17px;
        border: none;
        padding: 0;
        margin: 0;
        font-family: Montserrat; }
      .g-search--item__info .placeholder {
        font-weight: normal;
        font-size: 14px;
        line-height: 17px;
        color: #666666;
        margin-top: 4px; }
  .g-search--close i {
    font-size: 14.68px;
    color: #008193;
    cursor: pointer; }
  .g-search.active {
    padding: 10px 0; }
    .g-search.active .g-search--box {
      padding: 8px; }
    .g-search.active .g-search--item {
      padding: 8px 16px; }
      .g-search.active .g-search--item .placeholder {
        display: none; }
  .g-search--full {
    background-color: #008193;
    padding: 30px 0 40px; }
    .g-search--full .g-search {
      padding-top: 8px;
      position: initial;
      overflow: visible; }
      .g-search--full .g-search--item {
        position: relative;
        overflow: visible; }
      .g-search--full .g-search .visible {
        overflow: visible; }
  .g-search--filter {
    display: flex;
    align-items: center; }

.g-tab {
  align-items: center;
  display: flex;
  justify-content: center; }
  .g-tab .tablinks {
    align-items: center;
    background: transparent;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-family: Lato;
    font-size: 16.8px;
    font-style: normal;
    font-weight: bold;
    height: 46px;
    justify-content: center;
    line-height: 20px;
    margin: 0 8px;
    padding: 8px;
    transition: 0.5s ease-in-out; }
    .g-tab .tablinks .line {
      background: transparent;
      height: 0;
      width: 0; }
    .g-tab .tablinks.active, .g-tab .tablinks:hover {
      background: #006876;
      border-radius: 8px;
      transition: 0.5s ease-in-out; }
      .g-tab .tablinks.active .line, .g-tab .tablinks:hover .line {
        background: #fff;
        border-radius: 30px;
        height: 2px;
        margin-top: 8px;
        width: 30px; }
  .g-tab--tabcontent {
    display: none; }
    .g-tab--tabcontent.active {
      display: block; }

.g-input {
  font-size: 14px;
  line-height: normal;
  letter-spacing: normal;
  padding-top: 20px;
  padding-right: 15px;
  padding-bottom: 8px;
  padding-left: 15px;
  color: #333333;
  border: solid 1px #D3D3D3;
  outline-color: #008193;
  background-color: #fff;
  border-radius: 8px;
  font-family: Lato; }

.g-input::-moz-placeholder, .g-input:-moz-placeholder {
  opacity: 0; }

.g-input::placeholder, .g-input::-webkit-input-placeholder, .g-input:-ms-input-placeholder {
  opacity: 1; }

.g-input::placeholder, .g-input::-moz-placeholder {
  color: #ababab; }

.g-input:valid, .g-input:-moz-ui-valid {
  outline-color: #ababab; }

.g-input:invalid, .g-input:-moz-ui-invalid {
  outline-color: #ababab; }

.g-input::-webkit-file-upload-button {
  visibility: hidden;
  display: none; }

.g-input--ligth {
  background: transparent;
  border: none;
  width: 100%;
  font-size: 14px; }
  .g-input--ligth:focus {
    outline: none; }