<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.c-btn-orange {
  border-width: 1px;
  color: #ffffff !important;
  background: #ff5a01;
  border-color: #ff5a01; }
  .c-btn-orange.btn-no-focus:focus,
  .c-btn-orange.btn-no-focus.focus {
    color: #ffffff;
    background: #ff5a01;
    border-color: #ff5a01; }
  .c-btn-orange.btn-no-focus:hover,
  .c-btn-orange:hover,
  .c-btn-orange.btn-no-focus:active,
  .c-btn-orange:active,
  .c-btn-orange.active,
  .open &gt; .c-btn-orange.dropdown-toggle {
    color: #ffffff;
    background: #de4e00;
    border-color: #de4e00; }
  .c-btn-orange:active,
  .c-btn-orange.active,
  .open &gt; .c-btn-orange.dropdown-toggle {
    background-image: none; }
  .c-btn-orange.disabled,
  .c-btn-orange.disabled:hover,
  .c-btn-orange.disabled:not(.btn-no-focus):focus,
  .c-btn-orange.disabled:not(.btn-no-focus).focus,
  .c-btn-orange.disabled:active,
  .c-btn-orange.disabled.active,
  .c-btn-orange[disabled],
  .c-btn-orange[disabled]:hover,
  .c-btn-orange[disabled]:not(.btn-no-focus):focus,
  .c-btn-orange[disabled]:not(.btn-no-focus).focus,
  .c-btn-orange[disabled]:active,
  .c-btn-orange[disabled].active,
  fieldset[disabled] .c-btn-orange,
  fieldset[disabled] .c-btn-orange:hover,
  fieldset[disabled] .c-btn-orange:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-orange:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-orange:active,
  fieldset[disabled] .c-btn-orange.active {
    background: #ff5a01;
    border-color: #ff5a01; }
  .c-btn-orange .badge {
    color: #ff5a01;
    background: #ffffff; }

.btn-img {
  padding: 0;
}

.c-margin-0 {
  margin: 0 !important;
}

.imagecontour {
  padding: 10px;
  border: solid 1px #EFEFEF;
  background-color: #FFFFFF;
}

.effect2 {
  position: relative;
}
.effect2:before, .effect2:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(-3deg);
}
.effect2:after {
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.cbp-custom-projects {
  text-align: center;
}
.cbp-custom-projects &gt; .cbp-item{
  margin: 10px 0 0 !important;
  width: 100%;
}
.cbp-custom-projects &gt; .cbp-item img {
  width: 100%;
}

.c-bg-content {
  background-size: cover;
}
.c-page-title .c-school-logo {
  margin: -50px 10px -50px 0;
}

.c-school-home-panel, .c-school-register-panel {
  max-width: 600px;
  width: 100%;
  margin: 50px auto;
  margin-top: 50px;
  background: #FFF;
  padding: 40px 60px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), 0 2px 4px rgba(0, 0, 0, 0.2);
}
.c-school-register-panel {
  max-width: 900px;
  margin: 30px auto;
}
.c-school-register-panel .c-content-title-1 h3 {
  font-family: "Roboto Bold", sans-serif;
}
.c-school-register-panel .c-content-title-1 p {
  font-family: "Roboto Light", sans-serif;
  font-size: 16px;
}
.c-school-home-panel .c-content-title-1 h3, .c-school-register-panel .c-content-title-1 h3 {
  margin-bottom: 10px;
}
.c-school-home-panel .c-content-title-1 p, .c-school-register-panel .c-content-title-1 p {
  margin-top: 10px;
}
.c-school-panel form .form-group {
  margin-bottom: 20px;
}
.c-school-panel form label {
  color: #999999;
  font-family: "Roboto Light", sans-serif;
  font-size: 16px;
}
.c-school-panel form p {
  margin: 0;
  font-size: 16px;
}
.c-school-panel form .error {
  color: #e7505a;
}
.c-school-panel form .form-control:not([type='file']) {
  width: 100% !important;
  color: #3f444a;
  border-width: 0;
  border-bottom-width: 1px;
  border-color: #5c6873;
  border-radius: 0;
  padding-left: 2px;
  padding-right: 2px;
  font-family: "Roboto Medium", sans-serif;
  font-size: 20px;
}
.c-school-panel form .form-control::-moz-placeholder {
  color: #3f444a;
}
.c-school-panel form .form-control:-moz-placeholder {
  color: #3f444a;
}
.c-school-panel form .form-control:-ms-input-placeholder {
  color: #3f444a;
}
.c-school-panel form .form-control::-webkit-input-placeholder {
  color: #3f444a;
}

.c-school-panel form .or {
  display: inline-block;
  width: 36px;
  height: 36px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #3f444a;
  border-radius: 50% !important;
  font-family: "Roboto Light", sans-serif;
  font-size: 14px;
  line-height: 32px;
}
.c-school-panel form .has-error .form-control {
  color: #e7505a;
  border-color: #e7505a;
}
.c-school-panel form .form-control:focus {
  color: #ff5a01;
  border-color: #ff5a01;
}
.c-school-print-panel {
  max-width: 580px;
  margin: 0;
  margin-top: 50px;
  padding: 40px 50px;
  color: #3f444a;
}
.c-school-print-panel.left-panel {
  float: right;
}
.c-school-print-panel.center-panel {
  margin: 0 auto;
  margin-top: 50px;
}
.c-school-print-panel .table-scrollable {
  border: none;
}
.c-school-print-panel .header {
  border-bottom: 1px solid #e3e3e3;
}
.c-school-print-panel .header &gt; div {
  padding-top: 10px;
  padding-bottom: 10px;
}
.c-school-print-panel .table {
  font-size: 16px;
}
.c-school-print-panel .table .content {
  padding: 20px 0;
  height: 337px;
  overflow-y: auto;
  font-weight: 600;
}
.c-school-print-panel .table .content .btn {
  font-weight: 300;
  border-radius: 0;
  color: #3f444a;
  border-color: #3f444a;
}
.c-school-print-panel .content .row &gt; div {
  padding-top: 10px;
  padding-bottom: 10px;
}
.c-school-print-panel label {
  font-weight: 300;
}
.c-school-print-panel p.border-bottom {
  padding: 8px 0;
  font-weight: bold;
  font-size: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  /*border-bottom: 1px solid #3f444a;*/
}
#rootwizard .control-label, #rootwizard .form-control-static {
  padding-top: 15px;
}
@media(max-width: 767px) {
  .c-page-title .c-school-logo {
    height: 60px;
    margin: 0;
    margin-bottom: 10px;
    max-width: 100%;
  }
  .c-page-title h2 {
    margin: 0;
  }
  .c-page-title h2 span {
    display: block;
  }
  .c-school-home-panel, .c-school-register-panel {
    margin: 0 auto;
    padding: 40px 20px;
  }
}
@media(max-width: 991px) {
  .c-school-print-panel {
    margin: 0 auto;
    margin-top: 10px;
  }
  .c-school-print-panel.left-panel {
    float: unset;
  }
}

.c-school-page .c-layout-breadcrumbs-1 {
  background: #FFF;
}

.c-school-page .c-layout-breadcrumbs-1 .c-page-title h2 span {
  font-size: 24px;
  font-family: "Roboto Light", sans-serif;
}
.c-school-page .c-layout-breadcrumbs-1 .c-page-title h2 span.name {
  font-size: 24px;
  font-family: "Roboto Medium", sans-serif;
}

.school-category {
  background: #fff;
  list-style: none;
  padding: 40px 0;
}
.school-category li {
  padding: 8px 20px;
}
.school-category li.active {
  background: #f6f6f6;
  font-weight: bold;
}
.school-category li a {
  display: block;
}

.schools-list-filter {
  padding: 5px 0 8px 0;
  border-bottom: 1px solid #c9c9c9;
}

.schools-list-filter ul {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.schools-list-filter ul li {
  display: inline-block;
}
.schools-list-filter ul li a {
  border: 1px solid #919191;
  background: #e8e8e8;
  padding: 2px 5px;
}
.schools-list-filter ul li.active a {
  background: #fff;
}
.schools-list-filter ul li .c-content-line-icon {
  color: #000;
  width: 20px;
  height: 20px;
}

.cbp .cbp-item.school-item .cbp-caption {
  background-size: cover !important;
  height: 190px;
  overflow: hidden;
}
.cbp .cbp-item.school-item .cbp-caption::after {
  content: ' ';
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0,0,0,0.7);
}
.cbp .cbp-item.school-item .cbp-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  padding: 10px;
  border-radius: 50%;
  background: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.cbp .cbp-item.school-item .cbp-l-grid-masonry-projects-content {
  position: relative;
  display: block;
  text-align: center;
  background: #fff;
  height: 190px;
  margin: 0;
}
.cbp .cbp-item.school-item .cbp-l-grid-masonry-projects-title {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 75px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #000 !important;
}
.cbp .cbp-item.school-item .cbp-l-grid-masonry-projects-category {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #000 !important;
}
.cbp .cbp-item.school-item .cbp-l-grid-masonry-projects-btn {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-family: "Roboto Light", sans-serif;
  font-size: 16px;
  font-weight: 300;
  background: #ff5a01;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}
.cbp .cbp-item.school-item:hover .cbp-l-grid-masonry-projects-btn {
  display: block;
}
.cbp .cbp-item.school-item:hover .cbp-caption::after {
  background: rgba(255,89,0,0.7);
}

.c-school-print-panel label.overflow-label {
  white-space: nowrap;
}

.date-dropdowns select {
  color: #3f444a;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  border-color: #5c6873;
  border-radius: 0;
  padding-left: 2px;
  padding-right: 2px;
  font-family: "Roboto Medium", sans-serif;
  font-size: 20px;
  margin-right: 5px;
  height: 46px;
  line-height: 46px;
  width: 28%;
}
.date-dropdowns select.year {
  width: calc(44% - 15px);
  margin: 0;
}
.date-dropdowns .help-block {
  display: inline-block;
}
.c-school-panel form .has-error .date-dropdowns select {
  color: #e7505a;
  border-color: #e7505a;
}

.date-dropdowns ~ span {
  display: none !important;
}
.date-dropdowns + span {
  display: inline !important;
}

.avatar-field .avatar-wrap {
  display: none;
}
.avatar-field.ready .avatar-wrap {
  display: block;
}

#rootwizard #steps &gt; li &gt; a {
  user-select: none !important;
}
#rootwizard #steps &gt; li &gt; a:focus,
#rootwizard #steps &gt; li &gt; a:hover {
  background-color: transparent;
}
#rootwizard #steps &gt; li.active &gt; a {
  background-color: #ff5a01;
  border-radius: 50% !important;
  user-select: none;
}

.form-group .iti {
  display: block;
}</pre></body></html>