body.bg-default {
  background-color: #fff; }
body.bg-black {
  background-color: #000; }
body.bg-blue {
  background-color: #5300ff; }
body.bg-green {
  background-color: #94ef2d; }

.btn-filter {
  background-color: #005e65;
  color: #fff; }
  .btn-filter:hover {
    background-color: #ff4e84;
    color: #fff; }

div.divider {
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, transparent 50%, #fff 50%), linear-gradient(to right, #3e8b99 0%, #da5989 55%, rgba(218, 89, 137, 0) 80%);
  background-size: 6px 3px, 100% 3px; }

a.badge.bootstrap-5 {
  height: 20px;
  align-self: center;
  margin-right: 15px;
  padding: .25rem .4rem;
  text-decoration: none; }
  a.badge.bootstrap-5 i {
    font-size: .8em; }

a.badge.bg-info.bootstrap-5 {
  background-color: #00a3ba; }

div.ugps-icon {
  display: block;
  width: 65%;
  height: 65px;
  margin-bottom: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }
  @media only screen and (max-width: 1024px) {
    div.ugps-icon {
      height: 45px; } }

@media(min-width: 1200px) {
  .container {
    width: 1140px;
  }
}


header #nav-mid-tab{
  display: none;
  background-color: #fff;
}
.container-for-new-nav{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
  flex-direction: row;
  overflow-x: auto;
  padding-bottom: 4px;
}
.container-for-new-nav::-webkit-scrollbar{
  width: 4px;
  height: 8px;
  background-color: #CCCCCC;
}
.container-for-new-nav::-webkit-scrollbar-thumb{
  background-color: #035D66;
  border-radius: 10px;
}
.new-link{
  background-color: #035D66;
  flex: 0 0 auto;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  width: 160px;
  height: 64px;
}
.new-link:hover{
  background-color: #ff4e84;
  color: #fff;
}
.active-link{
  background-color: #ff4e84;
}
#tab-nav{
  display: none;
}
.search-mobile{
  display: none;
  width: 20px !important;
  height: 20px;
}
/*.lk-menu{*/
/*  overflow-y: scroll;*/
/*  height: 800px;*/
/*}*/

/*.lk-menu .nav-link{*/
/*  padding-left: 16px;*/
/*  text-transform: uppercase !important;*/
/*}*/
/*.lk-menu a.active{*/
/*  border-left-color: #fff !important;*/
/*  font-weight: 700 !important;*/
/*}*/

/*.lk-menu a:hover{*/
/*  border-left-color: #fff !important;*/
/*}*/
/*.lk-menu::-webkit-scrollbar{*/
/*  width: 10px;*/
/*  background-color: #035D66;*/
/*}*/
/*.lk-menu::-webkit-scrollbar-thumb{*/
/*  background-color: #ccc;*/
/*  border-radius: 10px;*/
/*}*/
/*@media (max-width: 640px) {*/
/*  header #nav-mid{*/
/*    display: none;*/
/*  }*/
/*  header #nav-mid-tab{*/
/*    display: block;*/
/*  }*/
/*  #desk-nav{*/
/*    display: none;*/
/*  }*/
/*  #tab-nav{*/
/*    display: flex;*/
/*  }*/
/*  .new-menu{*/
/*    height: 735px;*/
/*    overflow-y: scroll;*/
/*  }*/
/*}*/
/*@media (max-width: 375px) {*/
/*  #hide-logo{*/
/*    display: none;*/
/*  }*/
/*  .new-link{*/
/*    width: 95px;*/
/*    font-size: 12px;*/
/*    line-height: 16px;*/
/*  }*/
/*  .search-desk{*/
/*    display: none;*/
/*  }*/
/*  .search-mobile{*/
/*    display: block;*/
/*  }*/
/*  .new-menu{*/
/*    height: 650px;*/
/*    width: 350px;*/
/*    overflow-y: scroll;*/
/*  }*/
/*  .new-menu .dropdown-item{*/
/*    padding: 2px 12px;*/
/*  }*/
/*  .lk-menu{*/
/*    height: 260px;*/
/*  }*/
/*  .lk-menu .nav-link{*/
/*    font-size: 12px;*/
/*    line-height: 16px;*/
/*  }*/
/*}*/


.form-control.typeahead.tt-hint {
  display: none;
}
#nav-mid a.col:hover, #nav-mid a.col:active, #nav-mid a.col.active {
  background: #ff4e84 !important;
}
.container {
  padding-right: 15px !important;
  padding-left: 15px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
header .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
header .row {
  --bs-gutter-x: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
header .col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
header .nav-fill {
  width: 100%;
}
header .dropdown-toggle::after {
  display: none;
}
.header-icons{
  border-radius: 5px;
  background-color: #035D66;
  border: 2px solid #1d6e76;
  padding: 4px 7px;
  display: none;
}
@media (max-width: 640px) {
  .header-icons{
    display: block;
  }
}

.block-title {
  width: 100%;
  height: 60px;
  position: relative;
  display: flex;
  align-items: center; }
  .block-title h2 {
    margin: 0;
    font-size: 26px;
    font-weight: bold;
    color: #018f9a; }
    @media only screen and (max-width: 425px) {
      .block-title h2 {
        width: 50%; } }
    @media only screen and (max-width: 375px) {
      .block-title h2 {
        font-size: 24px; } }
    @media only screen and (max-width: 320px) {
      .block-title h2 {
        font-size: 22px; } }
    .block-title h2.pink {
      color: #ff4e84; }
  .block-title.left {
    justify-content: flex-end;
    padding-right: 45px; }
    @media only screen and (max-width: 425px) {
      .block-title.left {
        padding-right: 145px; } }
    @media only screen and (max-width: 320px) {
      .block-title.left {
        padding-right: 165px; } }
    .block-title.left:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 240px;
      height: 60px;
      background-image: url("../images/left_xl.png");
      background-repeat: no-repeat; }
      @media only screen and (max-width: 1024px) {
        .block-title.left:before {
          background-position: -50px 50%; } }
      @media only screen and (max-width: 600px) {
        .block-title.left:before {
          background-position: -130px 50%; } }
      @media only screen and (max-width: 375px) {
        .block-title.left:before {
          background-position: -155px 50%; } }
      @media only screen and (max-width: 320px) {
        .block-title.left:before {
          background-position: -175px 50%; } }
    .block-title.left:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      width: 30px;
      height: 60px;
      background-image: url("../images/right_sm.png");
      background-repeat: no-repeat; }
  .block-title.right {
    justify-content: flex-start;
    padding-left: 45px; }
    .block-title.right:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 30px;
      height: 60px;
      background-image: url("../images/left_sm.png");
      background-repeat: no-repeat; }
    .block-title.right:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      width: 240px;
      height: 60px;
      background-image: url("../images/right_xl.png");
      background-repeat: no-repeat; }
      @media only screen and (max-width: 425px) {
        .block-title.right:after {
          background-position: 100% 50%;
          background-image: url("../images/right_sm.png"); } }

a.user img {
  max-width: 24px; }

a.read-more {
  font-size: 16px;
  color: #b2b6b8;
  text-decoration: underline; }
  a.read-more i {
    margin-left: 7px;
    font-size: 18px; }

.scrollLinks {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 45px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  line-height: 40px;
  font-size: 12pt;
  user-select: none;
  bottom: 85px;
  z-index: 300;
  font-weight: bold; }

#footerLinkBlock {
  bottom: 40px; }

.form-switch .form-check-input {
  border-color: #005e65;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 94, 101, 1%29'/%3e%3c/svg%3e"); }
  .form-switch .form-check-input:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 1%29'/%3e%3c/svg%3e");
    background-color: #ff4e84 !important;
    border-color: #ff4e84 !important; }

header nav {
  background-color: #005e65; }
  header nav a.nav-link {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase; }
    header nav a.nav-link i {
      margin-right: 10px;
      font-size: 18px; }
header .header {
  background-image: url(../images/b/header-students.jpg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  margin-top: 35px;
  padding: 60px 0 25px 0; }
  @media only screen and (max-width: 800px) {
    header .header {
      background-image: none;
      padding: 60px 0 20px; } }
  header .header img {
    width: 165px;
  }
  header .header .title {
    margin-bottom: 60px; }
    @media only screen and (max-width: 800px) {
      header .header .title {
        margin-bottom: 12px; } }
    header .header .title h1 {
      font-size: 30px;
      font-weight: 400px;
      color: #005e65; }
  header .header form .search input[type="search"] {
    border: solid 1px #005e65;
    border-right: none;
    height: 60px;
    background: rgba(255, 255, 255, 0.8); }
    header .header form .search input[type="search"]::placeholder {
      font-size: 18px;
      color: #73adb0; }
  header .header form .search button {
    margin-left: 0px !important;
    border: solid 1px #005e65;
    border-left: none;
    background: rgba(255, 255, 255, 0.8); }
    header .header form .search button i {
      color: #a6abad;
      font-size: 25px; }
  header .header form div.form-switch label {
    font-size: 12px;
    color: #73adb0; }
header #nav-mid {
  background-color: #035d66;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15); }
  @media only screen and (max-width: 600px) {
    header #nav-mid {
      background-color: transparent; } }
  header #nav-mid a.col {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 0;
    transition: all .2s linear; }
    @media only screen and (max-width: 600px) {
      header #nav-mid a.col {
        display: block;
        flex: auto;
        width: calc(50% - 10px);
        background-color: #005e65;
        margin: 5px; } }
    header #nav-mid a.col:hover, header #nav-mid a.col:active, header #nav-mid a.col.active {
      background: #008f9b; }

#navigation {
  padding: 60px 0 60px;
  background-color: #f5f5f5; }
  #navigation img.banner {
    width: 100%;
    border-radius: 6px; }
  #navigation div.nav-block {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 24px; }
    @media only screen and (max-width: 1024px) {
      #navigation div.nav-block {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 10px; } }
    @media only screen and (max-width: 800px) {
      #navigation div.nav-block {
        grid-template-columns: repeat(2, 1fr); } }
    @media only screen and (max-width: 800px) {
      #navigation div.nav-block div:nth-child(2n) {
        margin-left: 7px; } }
    @media only screen and (max-width: 800px) {
      #navigation div.nav-block div:nth-child(2n+1) {
        margin-right: 7px; } }
    @media only screen and (max-width: 800px) {
      #navigation div.nav-block div:last-child {
        margin-left: 7px;
        margin-right: 0px; } }
  #navigation div.nav-block > div:nth-child(n+12) {
    display: none; }
  @media only screen and (max-width: 1024px) {
    #navigation div.nav-block > div:nth-child(n+9) {
      display: none; } }
  @media only screen and (max-width: 800px) {
    #navigation div.nav-block > div:nth-child(n+6) {
      display: none; } }
  #navigation div.nav-block > div:last-child {
    display: block; }
  @media only screen and (max-width: 1024px) {
    #navigation div.nav-block.row-cols-2 > * {
      margin-bottom: 10px; } }
  @media only screen and (max-width: 425px) {
    #navigation div.nav-block.row-cols-2 > * {
      width: 50%; } }
  #navigation a.nav-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 0 3px;
    padding: 7px;
    width: 100%;
    height: 160px;
    align-items: center;
    text-decoration: none;
    border-radius: .3rem;
    background: #005e65; }
    @media only screen and (max-width: 1024px) {
      #navigation a.nav-item {
        margin: 0 0 8px;
        height: 140px; } }
    @media only screen and (max-width: 800px) {
      #navigation a.nav-item {
        height: 155px;
        margin: 0 0 16px; } }
    #navigation a.nav-item div.ugps_05-00-00 {
      background-image: url("../images/ugps/05.00.00.png"); }
    #navigation a.nav-item div.ugps_07-00-00 {
      background-image: url("../images/ugps/07.00.00.png"); }
    #navigation a.nav-item div.ugps_08-00-00 {
      background-image: url("../images/ugps/08.00.00.png"); }
    #navigation a.nav-item div.ugps_09-00-00 {
      background-image: url("../images/ugps/09.00.00.png"); }
    #navigation a.nav-item div.ugps_10-00-00 {
      background-image: url("../images/ugps/10.00.00.png"); }
    #navigation a.nav-item div.ugps_11-00-00 {
      background-image: url("../images/ugps/11.00.00.png"); }
    #navigation a.nav-item div.ugps_12-00-00 {
      background-image: url("../images/ugps/12.00.00.png"); }
    #navigation a.nav-item div.ugps_13-00-00 {
      background-image: url("../images/ugps/13.00.00.png"); }
    #navigation a.nav-item div.ugps_14-00-00 {
      background-image: url("../images/ugps/14.00.00.png"); }
    #navigation a.nav-item div.ugps_15-00-00 {
      background-image: url("../images/ugps/15.00.00.png"); }
    #navigation a.nav-item div.ugps_18-00-00 {
      background-image: url("../images/ugps/18.00.00.png"); }
    #navigation a.nav-item div.ugps_19-00-00 {
      background-image: url("../images/ugps/19.00.00.png"); }
    #navigation a.nav-item div.ugps_20-00-00 {
      background-image: url("../images/ugps/20.00.00.png"); }
    #navigation a.nav-item div.ugps_21-00-00 {
      background-image: url("../images/ugps/21.00.00.png"); }
    #navigation a.nav-item div.ugps_22-00-00 {
      background-image: url("../images/ugps/22.00.00.png"); }
    #navigation a.nav-item div.ugps_24-00-00 {
      background-image: url("../images/ugps/24.00.00.png"); }
    #navigation a.nav-item div.ugps_25-00-00 {
      background-image: url("../images/ugps/25.00.00.png"); }
    #navigation a.nav-item div.ugps_26-00-00 {
      background-image: url("../images/ugps/26.00.00.png"); }
    #navigation a.nav-item div.ugps_27-00-00 {
      background-image: url("../images/ugps/27.00.00.png"); }
    #navigation a.nav-item div.ugps_29-00-00 {
      background-image: url("../images/ugps/29.00.00.png"); }
    #navigation a.nav-item div.ugps_31-00-00 {
      background-image: url("../images/ugps/31.00.00.png"); }
    #navigation a.nav-item div.ugps_32-00-00 {
      background-image: url("../images/ugps/32.00.00.png"); }
    #navigation a.nav-item div.ugps_33-00-00 {
      background-image: url("../images/ugps/33.00.00.png"); }
    #navigation a.nav-item div.ugps_34-00-00 {
      background-image: url("../images/ugps/34.00.00.png"); }
    #navigation a.nav-item div.ugps_35-00-00 {
      background-image: url("../images/ugps/35.00.00.png"); }
    #navigation a.nav-item div.ugps_36-00-00 {
      background-image: url("../images/ugps/36.00.00.png"); }
    #navigation a.nav-item div.ugps_38-00-00 {
      background-image: url("../images/ugps/38.00.00.png"); }
    #navigation a.nav-item div.ugps_39-00-00 {
      background-image: url("../images/ugps/39.00.00.png"); }
    #navigation a.nav-item div.ugps_40-00-00 {
      background-image: url("../images/ugps/40.00.00.png"); }
    #navigation a.nav-item div.ugps_42-00-00 {
      background-image: url("../images/ugps/42.00.00.png"); }
    #navigation a.nav-item div.ugps_43-00-00 {
      background-image: url("../images/ugps/43.00.00.png"); }
    #navigation a.nav-item div.ugps_44-00-00 {
      background-image: url("../images/ugps/44.00.00.png"); }
    #navigation a.nav-item div.ugps_46-00-00 {
      background-image: url("../images/ugps/46.00.00.png"); }
    #navigation a.nav-item div.ugps_49-00-00 {
      background-image: url("../images/ugps/49.00.00.png"); }
    #navigation a.nav-item div.ugps_50-00-00 {
      background-image: url("../images/ugps/50.00.00.png"); }
    #navigation a.nav-item div.ugps_51-00-00 {
      background-image: url("../images/ugps/51.00.00.png"); }
    #navigation a.nav-item div.ugps_52-00-00 {
      background-image: url("../images/ugps/52.00.00.png"); }
    #navigation a.nav-item div.ugps_53-00-00 {
      background-image: url("../images/ugps/53.00.00.png"); }
    #navigation a.nav-item div.ugps_54-00-00 {
      background-image: url("../images/ugps/54.00.00.png"); }
    #navigation a.nav-item div.ugps_55-00-00 {
      background-image: url("../images/ugps/55.00.00.png"); }
    #navigation a.nav-item div.ugps_more {
      background-image: url("../images/ugps/arrow-w.png"); }
    #navigation a.nav-item h3 {
      margin: 0;
      font-size: 12px;
      font-weight: bold;
      color: #fff;
      line-height: 110%;
      text-align: center; }
      @media only screen and (max-width: 320px) {
        #navigation a.nav-item h3 {
          font-size: 12px; } }
    #navigation a.nav-item:hover {
      background-color: transparent;
      border: solid 2px #ff4e84; }
      #navigation a.nav-item:hover div.ugps_05-00-00 {
        background-image: url("../images/ugps/color/05.00.00.png"); }
      #navigation a.nav-item:hover div.ugps_07-00-00 {
        background-image: url("../images/ugps/color/07.00.00.png"); }
      #navigation a.nav-item:hover div.ugps_08-00-00 {
        background-image: url("../images/ugps/color/08.00.00.png"); }
      #navigation a.nav-item:hover div.ugps_09-00-00 {
        background-image: url("../images/ugps/color/09.00.00.png"); }
      #navigation a.nav-item:hover div.ugps_10-00-00 {
        background-image: url("../images/ugps/color/10.00.00.png"); }
      #navigation a.nav-item:hover div.ugps_11-00-00 {
        background-image: url("../images/ugps/color/11.00.00.png"); }
      #navigation a.nav-item:hover div.ugps_12-00-00 {
        background-image: url("../images/ugps/color/12.00.00.png"); }
      #navigation a.nav-item:hover div.ugps_13-00-00 {
        background-image: url("../images/ugps/color/13.00.00.png"); }
      #navigation a.nav-item:hover div.ugps_14-00-00 {
        background-image: url("../images/ugps/color/14.00.00.png"); }
      #navigation a.nav-item:hover div.ugps_15-00-00 {
        background-image: url("../images/ugps/color/15.00.00.png"); }
      #navigation a.nav-item:hover div.ugps_18-00-00 {
        background-image: url("../images/ugps/color/18.00.00.png"); }
      #navigation a.nav-item:hover div.ugps_19-00-00 {
        background-image: url("../images/ugps/color/19.00.00.png"); }
      #navigation a.nav-item:hover div.ugps_20-00-00 {
        background-image: url("../images/ugps/color/20.00.00.png"); }
      #navigation a.nav-item:hover div.ugps_21-00-00 {
        background-image: url("../images/ugps/color/21.00.00.png"); }
      #navigation a.nav-item:hover div.ugps_22-00-00 {
        background-image: url("../images/ugps/color/22.00.00.png"); }
      #navigation a.nav-item:hover div.ugps_24-00-00 {
        background-image: url("../images/ugps/color/24.00.00.png"); }
      #navigation a.nav-item:hover div.ugps_25-00-00 {
        background-image: url("../images/ugps/color/25.00.00.png"); }
      #navigation a.nav-item:hover div.ugps_26-00-00 {
        background-image: url("../images/ugps/color/26.00.00.png"); }
      #navigation a.nav-item:hover div.ugps_27-00-00 {
        background-image: url("../images/ugps/color/27.00.00.png"); }
      #navigation a.nav-item:hover div.ugps_29-00-00 {
        background-image: url("../images/ugps/color/29.00.00.png"); }
      #navigation a.nav-item:hover div.ugps_31-00-00 {
        background-image: url("../images/ugps/color/31.00.00.png"); }
      #navigation a.nav-item:hover div.ugps_32-00-00 {
        background-image: url("../images/ugps/color/32.00.00.png"); }
      #navigation a.nav-item:hover div.ugps_33-00-00 {
        background-image: url("../images/ugps/color/33.00.00.png"); }
      #navigation a.nav-item:hover div.ugps_34-00-00 {
        background-image: url("../images/ugps/color/34.00.00.png"); }
      #navigation a.nav-item:hover div.ugps_35-00-00 {
        background-image: url("../images/ugps/color/35.00.00.png"); }
      #navigation a.nav-item:hover div.ugps_36-00-00 {
        background-image: url("../images/ugps/color/36.00.00.png"); }
      #navigation a.nav-item:hover div.ugps_38-00-00 {
        background-image: url("../images/ugps/color/38.00.00.png"); }
      #navigation a.nav-item:hover div.ugps_39-00-00 {
        background-image: url("../images/ugps/color/39.00.00.png"); }
      #navigation a.nav-item:hover div.ugps_40-00-00 {
        background-image: url("../images/ugps/color/40.00.00.png"); }
      #navigation a.nav-item:hover div.ugps_42-00-00 {
        background-image: url("../images/ugps/color/42.00.00.png"); }
      #navigation a.nav-item:hover div.ugps_43-00-00 {
        background-image: url("../images/ugps/color/43.00.00.png"); }
      #navigation a.nav-item:hover div.ugps_44-00-00 {
        background-image: url("../images/ugps/color/44.00.00.png"); }
      #navigation a.nav-item:hover div.ugps_46-00-00 {
        background-image: url("../images/ugps/color/46.00.00.png"); }
      #navigation a.nav-item:hover div.ugps_49-00-00 {
        background-image: url("../images/ugps/color/49.00.00.png"); }
      #navigation a.nav-item:hover div.ugps_50-00-00 {
        background-image: url("../images/ugps/color/50.00.00.png"); }
      #navigation a.nav-item:hover div.ugps_51-00-00 {
        background-image: url("../images/ugps/color/51.00.00.png"); }
      #navigation a.nav-item:hover div.ugps_52-00-00 {
        background-image: url("../images/ugps/color/52.00.00.png"); }
      #navigation a.nav-item:hover div.ugps_53-00-00 {
        background-image: url("../images/ugps/color/53.00.00.png"); }
      #navigation a.nav-item:hover div.ugps_54-00-00 {
        background-image: url("../images/ugps/color/54.00.00.png"); }
      #navigation a.nav-item:hover div.ugps_55-00-00 {
        background-image: url("../images/ugps/color/55.00.00.png"); }
      #navigation a.nav-item:hover div.ugps_more {
        background-image: url("../images/ugps/color/arrow.png"); }
      #navigation a.nav-item:hover h3 {
        color: #ff4e84; }

#nav-mid a.col.events {
  background: #ff4e84; }
  #nav-mid a.col.events:hover {
    background: #ff85b1 !important; }
  @media only screen and (max-width: 600px) {
    #nav-mid a.col.events {
      width: calc(50% - 10px);
      background-color: #ff4e84;
      margin: 5px; } }

#content {
  padding: 60px 0; }
  @media only screen and (max-width: 800px) {
    #content {
      padding-bottom: 30px; } }
  #content .news .single-news {
    margin-top: 50px; }
    @media only screen and (max-width: 600px) {
      #content .news .single-news {
        margin-top: 30px; } }
    #content .news .single-news h3.title {
      font-size: 22px;
      font-weight: bold; }
      #content .news .single-news h3.title a {
        color: #333;
        text-decoration: none; }
    #content .news .single-news p.announce {
      line-height: 115%; }
  #content .books {
    padding-top: 60px; }
    @media only screen and (max-width: 800px) {
      #content .books {
        padding-top: 20px; } }
    #content .books .new-books {
      padding: 30px 0; }
      #content .books .new-books img {
        width: 100%;
        box-shadow: 0 0 10px #e4e4e4; }
  @media only screen and (max-width: 800px) {
    #content .partners {
      padding: 30px 0 0; } }
  #content .partners .carouselPartners {
    display: flex;
    align-items: center;
    height: 300px; }
    #content .partners .carouselPartners img {
      max-width: 90%;
      margin: auto; }
  #content .publishers {
    padding: 60px 0 0; }
    @media only screen and (max-width: 800px) {
      #content .publishers {
        padding: 30px 0 0; } }
    #content .publishers .carouselPublishers img {
      max-width: 90%;
      margin: auto; }

#reviews {
  padding: 40px 0 90px; }
  #reviews h2.page-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #035d66;
    text-align: center;
    margin-bottom: 50px; }
  #reviews .reviews .last-reviews {
    padding: 30px 0; }
    @media only screen and (max-width: 600px) {
      #reviews .reviews .last-reviews .single-review {
        margin-bottom: 30px; } }
    #reviews .reviews .last-reviews .single-review div.photo {
      width: 65px;
      height: 65px;
      margin-right: 15px;
      border-radius: 50%;
      background-size: cover;
      background-position: 50% 50%; }
    #reviews .reviews .last-reviews .single-review h5.name a {
      color: #15959f;
      text-decoration: none; }
      #reviews .reviews .last-reviews .single-review h5.name a:hover {
        text-decoration: underline; }
    #reviews .reviews .last-reviews .single-review p.post,
    #reviews .reviews .last-reviews .single-review p.organization {
      font-size: 14px;
      line-height: 100%; }
    #reviews .reviews .last-reviews .single-review p.post {
      color: #858585; }
    #reviews .reviews .last-reviews .single-review div.review-text {
      text-align: justify;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 7;
      line-height: 1.1;
      max-height: 7.7; }
  #reviews .reviews-list .review-card {
    display: flex;
    width: 100%;
    padding: 50px 30px; }
    #reviews .reviews-list .review-card:hover {
      background: linear-gradient(to right, #f6f6f6 0%, #f1f1f1 55%, #fff 80%); }
    #reviews .reviews-list .review-card.no-hover:hover {
      background: none; }
    #reviews .reviews-list .review-card div.photo {
      padding-right: 15px; }
      #reviews .reviews-list .review-card div.photo img {
        border-radius: 50%;
        border: 7px solid #316d76;
        width: 140px;
        height: 140px;
        margin-right: 25px; }
        #reviews .reviews-list .review-card div.photo img.single {
          width: 200px; }
    #reviews .reviews-list .review-card div.content h4 {
      color: #333; }
    #reviews .reviews-list .review-card div.content p.post {
      color: #408f9b; }
    #reviews .reviews-list .review-card div.content p.organization {
      color: #408f9b; }
    #reviews .reviews-list .review-card div.content div.introtext {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      line-height: 1.4;
      max-height: 4.2;
      font-size: 18px;
      color: #333;
      margin-bottom: 15px; }
    #reviews .reviews-list .review-card div.content a.read-more {
      padding-top: 10px;
      font-size: 18px;
      color: #b2b6b8;
      text-decoration: none;
      border-bottom: 2px solid #b2b2b8; }
    #reviews .reviews-list .review-card div.content a.file {
      display: block;
      font-size: 25px;
      padding: 10px 5px 12px;
      color: #da5989;
      text-decoration: none; }
      #reviews .reviews-list .review-card div.content a.file:hover {
        text-decoration: underline; }
      #reviews .reviews-list .review-card div.content a.file i {
        font-size: 30px;
        margin-left: 10px; }
  #reviews .reviews-list div.divider {
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, transparent 50%, #fff 50%), linear-gradient(to right, #3e8b99 0%, #da5989 55%, rgba(218, 89, 137, 0) 80%);
    background-size: 6px 3px, 100% 3px; }
  #reviews .videoblock .video {
    width: 100%;
    padding: 30px 0; }
  #reviews .videoblock h5 {
    margin-top: 1rem;
    font-size: 1.15rem;
    color: #005e65; }

#events {
  padding: 40px 0 90px; }
  #events .container .list-events {
    margin-top: 30px; }
    @media only screen and (max-width: 600px) {
      #events .container .list-events form > div > div {
        margin-bottom: 15px; } }
    #events .container .list-events form select {
      border: solid 1px #005e65;
      color: #333; }
      #events .container .list-events form select:focus {
        border-color: #ff4e84;
        box-shadow: 0 0 0 0.2rem rgba(255, 78, 132, 0.25); }
    #events .container .list-events form input.btn {
      border: solid 1px #005e65; }
    #events .container .list-events .calendar {
      display: flex; }
      #events .container .list-events .calendar .date {
        width: 90px; }
        #events .container .list-events .calendar .date.today {
          position: relative;
          padding-right: 25px;
          margin-right: 10px; }
          #events .container .list-events .calendar .date.today:after {
            content: '';
            width: 2px;
            height: 45px;
            background: #73adb0;
            display: block;
            position: absolute;
            top: 0;
            right: 0; }
          #events .container .list-events .calendar .date.today a.active {
            font-weight: bold; }
        #events .container .list-events .calendar .date span {
          width: 100%;
          display: block;
          text-align: center;
          color: #c7c7c7; }
          #events .container .list-events .calendar .date span.day {
            font-size: 14px;
            line-height: 100%; }
          #events .container .list-events .calendar .date span.date {
            font-size: 24px; }
        #events .container .list-events .calendar .date a {
          text-decoration: none; }
          #events .container .list-events .calendar .date a span {
            color: #ff4e84; }
      #events .container .list-events .calendar .next-days {
        display: grid;
        grid-template-columns: repeat(14, 90px);
        overflow-x: scroll;
        border-bottom: none; }
        #events .container .list-events .calendar .next-days a {
          text-decoration: none; }
          #events .container .list-events .calendar .next-days a.active span {
            font-weight: bold; }
          #events .container .list-events .calendar .next-days a span {
            color: #ff4e84; }
    #events .container .list-events .events {
      margin: 30px 0; }
      #events .container .list-events .events .tab-pane h3 {
        font-size: 28px;
        font-weight: bold;
        color: #40403e;
        margin-bottom: .5rem; }
        @media only screen and (max-width: 425px) {
          #events .container .list-events .events .tab-pane h3 {
            font-size: 22px;
            text-align: center; } }
      #events .container .list-events .events .tab-pane a.show-all {
        display: block;
        margin-bottom: 1.5rem; }
      #events .container .list-events .events .event-card {
        display: grid;
        grid-template-columns: 90px 1fr 320px 210px;
        margin-bottom: 15px;
        padding: 3px;
        border: solid 7px #dadada; }
        @media only screen and (max-width: 800px) {
          #events .container .list-events .events .event-card {
            display: flex;
            flex-wrap: wrap; } }
        #events .container .list-events .events .event-card div.date {
          margin: 10px 0;
          border-right: solid 1px #c7c7c7; }
          @media only screen and (max-width: 800px) {
            #events .container .list-events .events .event-card div.date {
              width: 15%;
              order: 1; } }
          @media only screen and (max-width: 600px) {
            #events .container .list-events .events .event-card div.date {
              width: 20%; } }
          #events .container .list-events .events .event-card div.date span {
            display: block;
            font-weight: bold;
            text-align: center;
            line-height: 100%; }
            #events .container .list-events .events .event-card div.date span.date {
              font-size: 42px; }
            #events .container .list-events .events .event-card div.date span.month {
              font-size: 14px; }
        #events .container .list-events .events .event-card div.title {
          margin: 10px 0;
          padding: 0 15px;
          border-right: solid 1px #c7c7c7; }
          @media only screen and (max-width: 800px) {
            #events .container .list-events .events .event-card div.title {
              width: 100%;
              order: 4; } }
          #events .container .list-events .events .event-card div.title h5 a {
            color: #005e65;
            text-decoration: none; }
            #events .container .list-events .events .event-card div.title h5 a:hover {
              text-decoration: underline; }
        #events .container .list-events .events .event-card div.info {
          margin: 10px 0;
          padding: 0 15px; }
          @media only screen and (max-width: 800px) {
            #events .container .list-events .events .event-card div.info {
              width: 55%;
              order: 2; } }
          @media only screen and (max-width: 600px) {
            #events .container .list-events .events .event-card div.info {
              width: 80%; } }
          #events .container .list-events .events .event-card div.info table tr td {
            color: #40403e;
            font-size: 14px;
            vertical-align: top; }
            #events .container .list-events .events .event-card div.info table tr td:first-child {
              color: #8a8a8a;
              width: 100px; }
              @media only screen and (max-width: 375px) {
                #events .container .list-events .events .event-card div.info table tr td:first-child {
                  width: auto; } }
            #events .container .list-events .events .event-card div.info table tr td i {
              margin-right: 5px;
              width: 15px;
              text-align: center; }
            @media only screen and (max-width: 375px) {
              #events .container .list-events .events .event-card div.info table tr td span {
                display: none; } }
        #events .container .list-events .events .event-card div.preview_image {
          align-self: center; }
          @media only screen and (max-width: 800px) {
            #events .container .list-events .events .event-card div.preview_image {
              width: 30%;
              order: 3; } }
          @media only screen and (max-width: 600px) {
            #events .container .list-events .events .event-card div.preview_image {
              display: none; } }
          #events .container .list-events .events .event-card div.preview_image img {
            width: 210px;
            height: 130px; }
            @media only screen and (max-width: 800px) {
              #events .container .list-events .events .event-card div.preview_image img {
                width: 100%;
                height: 95px; } }

#event {
  padding: 40px 0 90px; }
  #event h2 {
    color: #005e65;
    font-size: 32px; }
    @media only screen and (max-width: 1024px) {
      #event h2 {
        font-size: 27px; } }
    @media only screen and (max-width: 425px) {
      #event h2 {
        font-size: 24px; } }
    @media only screen and (max-width: 320px) {
      #event h2 {
        font-size: 20px; } }
  #event .leading-wrapper {
    margin: 30px 0;
    background: linear-gradient(to right, #3e8b99 0%, #da5989 100%);
    border-radius: 0px;
    padding: 8px; }
    #event .leading-wrapper .leading-card {
      position: relative;
      border-radius: 10px;
      padding: 25px;
      background-color: #fff;
      border-top-left-radius: 50px; }
      #event .leading-wrapper .leading-card i {
        margin: 0 10px 0 30px;
        font-size: 300px;
        color: rgba(0, 94, 101, 0.15);
        position: absolute;
        bottom: -45px;
        right: 0;
        transform: rotate(350deg); }
      #event .leading-wrapper .leading-card .card-title {
        margin: 0 0 10px 0; }
        #event .leading-wrapper .leading-card .card-title h3 {
          color: #40403e;
          margin-left: 15px; }
          @media only screen and (max-width: 1024px) {
            #event .leading-wrapper .leading-card .card-title h3 {
              font-size: 22px; } }
          @media only screen and (max-width: 425px) {
            #event .leading-wrapper .leading-card .card-title h3 {
              font-size: 19px; } }
      #event .leading-wrapper .leading-card .info {
        align-items: center; }
        #event .leading-wrapper .leading-card .info .leading-photo {
          display: block;
          min-width: 75px;
          height: 75px;
          border-radius: 50%;
          background-size: cover;
          margin-right: 20px; }
          @media only screen and (max-width: 320px) {
            #event .leading-wrapper .leading-card .info .leading-photo {
              display: none; } }
        #event .leading-wrapper .leading-card .info h5 {
          font-size: 24px;
          color: #005e65; }
          @media only screen and (max-width: 425px) {
            #event .leading-wrapper .leading-card .info h5 {
              font-size: 22px; } }
        #event .leading-wrapper .leading-card .info .leading-description {
          color: #8a8a8a;
          font-size: 19px;
          margin: 0px; }
          #event .leading-wrapper .leading-card .info .leading-description p {
            margin: 0;
            line-height: 120%; }
            @media only screen and (max-width: 425px) {
              #event .leading-wrapper .leading-card .info .leading-description p {
                font-size: 16px; } }
  #event div.registration.mobile {
    display: none; }
    @media only screen and (max-width: 1024px) {
      #event div.registration.mobile {
        display: block; } }
  #event table td {
    color: #40403e; }
    #event table td:first-child {
      color: #035d66;
      width: 160px; }
      #event table td:first-child i {
        margin-right: 5px; }
  #event p.share {
    margin: 20px 0; }
    #event p.share i {
      font-size: 20px; }
  #event button {
    display: block;
    margin: auto;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background: #ff4e84; }
  #event .mute {
    margin-top: 1rem;
    color: #005e65; }
  #event aside {
    position: sticky;
    top: 75px;
    margin-bottom: 30px; }

#loginModal {
  font-family: 'Open Sans', sans-serif;
  color: #035d66; }
  #loginModal .modal-header {
    border-bottom: 0; }
    #loginModal .modal-header button.close {
      font-size: 28px;
      border: none;
      background: none; }
  #loginModal .modal-body a:link, #loginModal .modal-body a:visited {
    color: #035d66; }
  #loginModal .modal-body a:active, #loginModal .modal-body a:hover {
    color: #d25043;
    text-decoration: none; }
  #loginModal .modal-body form .form-group {
    margin-bottom: 1rem; }
  #loginModal .modal-body form p {
    font-size: .9em;
    color: #035d66; }
  #loginModal .modal-body form label {
    color: #798485;
    font-size: .9em; }
  #loginModal .modal-body form button {
    color: #fff;
    background-color: #ff4e84; }

#modalEventsRegistration .modal-dialog {
  background: linear-gradient(135deg, #3e8b99 0%, #da5989 100%);
  background-color: transparent;
  border: none;
  max-width: 1000px;
  padding: 15px; }
  @media only screen and (max-width: 1024px) {
    #modalEventsRegistration .modal-dialog {
      max-width: 800px; } }
  @media only screen and (max-width: 800px) {
    #modalEventsRegistration .modal-dialog {
      max-width: 600px; } }
  @media only screen and (max-width: 600px) {
    #modalEventsRegistration .modal-dialog {
      max-width: 90%; } }
  #modalEventsRegistration .modal-dialog .modal-content {
    border-top-left-radius: 100px;
    padding: 25px; }
    #modalEventsRegistration .modal-dialog .modal-content button.btn-close {
      position: absolute;
      top: 0;
      right: 0;
      background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat; }
    #modalEventsRegistration .modal-dialog .modal-content h2 {
      color: #005e65;
      font-size: 40px;
      text-align: center;
      margin-bottom: 25px; }
      @media only screen and (max-width: 425px) {
        #modalEventsRegistration .modal-dialog .modal-content h2 {
          font-size: 30px; } }
    #modalEventsRegistration .modal-dialog .modal-content p.category {
      margin: 0;
      font-size: 17px;
      color: #858585; }
    #modalEventsRegistration .modal-dialog .modal-content h3 {
      font-size: 21px;
      color: #4d4e56;
      text-transform: uppercase; }
      @media only screen and (max-width: 1024px) {
        #modalEventsRegistration .modal-dialog .modal-content h3 {
          font-size: 19px; } }
      @media only screen and (max-width: 425px) {
        #modalEventsRegistration .modal-dialog .modal-content h3 {
          font-size: 16px; } }
    #modalEventsRegistration .modal-dialog .modal-content p.date {
      font-size: 20px;
      color: #c73d67;
      margin: 20px 0 40px; }
      @media only screen and (max-width: 425px) {
        #modalEventsRegistration .modal-dialog .modal-content p.date {
          margin: 20px 0 15px; } }
    #modalEventsRegistration .modal-dialog .modal-content p.info {
      color: #858585;
      margin-top: 15px; }
    #modalEventsRegistration .modal-dialog .modal-content form .form-group {
      margin-bottom: 20px; }
      #modalEventsRegistration .modal-dialog .modal-content form .form-group label span {
        color: #ff4e84; }
      #modalEventsRegistration .modal-dialog .modal-content form .form-group input {
        border: 1px solid #005e65; }
        #modalEventsRegistration .modal-dialog .modal-content form .form-group input:focus {
          border-color: #ff4e84;
          box-shadow: 0 0 0 0.2rem rgba(255, 78, 132, 0.25); }
        


footer {
  font-size: .85em;
  color: #fff;
  background: #005e65; }
  footer .footer-logo {
    max-width: 100%; }
  footer span {
    font-size: .8em;
    margin-right: 5px; }
  footer span.d-block.phone {
    font-size: 18px;
    margin-bottom: 7px; }
  footer ul.social {
    display: flex; }
    footer ul.social li {
      margin-right: 1rem; }
    footer ul.social i {
      font-size: 24px;
      color: #fff; }
  footer a:link,
  footer a:hover {
    color: #fff;
    text-decoration: none; }
  footer .l-h-1 a {
    color: #fff !important;
    text-decoration: underline; }
  footer .b-gree {
    background-color: #006f76; }

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