#services {
  position:sticky;
  top:0;
  z-index:2;
  padding:.5rem;
  background-color: #44546A !important;
  background: linear-gradient(to bottom, #44546A, #2a384d);
  animation-delay:.5s;
}

#services::before {
  opacity:1;
  background-size: cover;
}

#services a {
  margin-bottom:0;
  color:#fff;
  font-size:16px;
  letter-spacing: .1em;
  text-align: left;
  text-decoration: none;
}

#services a img {
  filter: invert(1);
  width: 16px;
  vertical-align: middle;
  padding-bottom: 3px;
  margin-right: .25rem;
  animation: MoveLeftRightSmall 2s linear infinite;
}

#services h1:before, #services h1:after {
  background-color:#fff;
}

#content {
  animation-delay:1.5s;
}

#content::before {
  content: none;
}

#content .row {
  width:1400px;
  max-width:100%;
  margin:0 auto;
  overflow: hidden;
  padding:1rem;
  position: relative;
  overflow: visible;
}

#content .row h1 {
  margin: 0;
  font-size: 18px;
  letter-spacing: .05em;
  padding:0;
  padding-left:.75rem;
  border-left:1px solid #ccc;
  font-family:'Yuanti', sans-serif;
  line-height: 1.5;
}

#content .row .edu_title {
  padding:0;
  border-bottom: 1px solid #aaa;
  display:flex;
  align-items: center;
}

#content .row .edu_logo {
  max-width:100px;
  height:auto;
  margin:1rem auto;
  background-color:#fff;
  margin-right:.75rem;
}

#content .row .banner {
  padding:0;
  margin-top:.75rem;
  max-height:160px;
  display: flex;
  align-items: center;
  overflow: hidden;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}

#content .row .banner img {
  width: 100%;
  height: auto;
}
#content .row .calendar img {
  width:26px;
  vertical-align: middle;
  margin-right:.15rem;
  padding-bottom:5px;
  filter: brightness(0) saturate(100%) invert(14%) sepia(99%) saturate(12%) hue-rotate(32deg) brightness(93%) contrast(88%);
}


#content .row video {
  padding:0;
  margin:1rem auto;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
}

#content .row .context {
  font-size:18px;
  line-height:1.75;
  font-family: 'Yuanti', sans-serif;
  padding:0;
  margin:0;
  letter-spacing: .08em;
  margin-top:2rem;
  white-space: pre-wrap;
  word-wrap: break-word;
}

#content .row .context img {
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
  width:100%;
  height:auto;
}

.ql-hidden, .ql-toolbar {
  display:none;
}

.ql-editor {
  padding:0;
  margin-bottom:1.5rem;
}

.ql-container {
  border:none !important;
}

.nav-tabs {
  width:1400px;
  max-width:100%;
  margin:0 auto;
  border-bottom: 1px solid #44546A;
}

.nav-tabs .nav-item {
  width:33.33%;
  min-width:100px;
}

.nav-tabs .nav-item .nav-link {
  border-radius:0;
  color:#777;
  text-align: center;
  font-size:16px;
  letter-spacing: .1em;
}

.nav-tabs .nav-item .nav-link:hover {
  border-color:transparent;
  color:#000;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border-color:#44546A !important;
  color:#fff !important;
  background: linear-gradient(to bottom, #2a384d, #44546A);
}

#content .tab-pane {
  text-align: left;
  padding:1rem .5rem;
}

#content .tab-pane .row {
  padding:0;
}

#content .tab-pane .row a {
  padding:0;
  font-family: sans-serif;
  color:#44546A !important;
}

#content #facility .row ul li {
 list-style:none;
 font-size:18px;
 padding:.25rem 0;
 letter-spacing: .05em;
}

#content #facility .row ul li img {
  margin-right:.75rem;
  width:26px;
  filter: brightness(0) saturate(100%) invert(29%) sepia(42%) saturate(330%) hue-rotate(174deg) brightness(96%) contrast(89%);
 }
 
#content .tab-pane .row a:hover {
  color:#2a384d !important;
  transform: translateY(-2px);
}

#header {
  position:relative;
}

iframe {
  margin:.5rem 0 !important;
  padding:0 !important;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, .35);
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .35);
  -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .35);
}

.dataTables_wrapper div.row .col-sm-12:last-child {
  padding:0;
}

.dataTables_wrapper table {
  font-size:16px;
  font-family: 'Yuanti', sans-serif;
  letter-spacing: .08em;
}

.dataTables_wrapper table td {
  font-size:15px;
}

.dataTables_wrapper table td:first-child {
  min-width: 110px;
}

.dataTables_wrapper table tr th:nth-child(2), .dataTables_wrapper table tr td:nth-child(2)  {
  text-align:center;
}

#table-data-proportion thead {
  display:none;
}

#table-data-proportion tbody tr:first-child td {
  border-top:1px solid #ddd;
}

#table-data-proportion tbody tr td {
  text-align:left;
  font-size:16px;
}

.page-link {
  padding: 0.375rem 0.75rem !important;
}

#content .tab-pane .row .dataTables_paginate {
  margin-top:.5rem;
}

div.dataTables_wrapper div.dataTables_info {
  font-family:sans-serif;
}

.col-md-5 {
  padding:0;
}

#content .tab-pane .row .page-item.active .page-link {
  color:#fff !important;
  background-color: #44546A;
  border-color: #44546A;
}

#content .tab-pane .row .page-item.active .page-link:hover {
  transform: none;
}
#datatable_section, #datatable_section table, #datatable_section .row {
  margin:0 !important;
  padding:0;
}

table.dataTable thead th, table.dataTable tfoot th {
  font-weight: normal;
}

#location p {
  padding-left:0;
}

#curriculum img {
  margin-right: .5rem;
  width: 30px;
  margin-bottom: 2px;
  filter: brightness(0) saturate(100%) invert(29%) sepia(42%) saturate(330%) hue-rotate(174deg) brightness(96%) contrast(89%);
}

@media only screen and (max-width: 767px) {
    .nav-tabs .nav-item:first-child .nav-link {
      border-left:none;
    }
    .nav-tabs .nav-item:last-child .nav-link {
      border-right:none;
    }
}
@media only screen and (min-width: 768px) {
  #content .row {
    margin-top:.75rem;
    padding:0;
  }
  #content .row h1 {
    font-size: 24px;
    padding:.25rem 0;
    padding-left: 182px;
    border-left:none;
  }
  #content .row .banner {
    max-height:500px;
  }
  #content .row .edu_logo {
    width:160px;
    max-width:100%;
    padding:1rem;
    margin:0;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
    position: absolute;
    top:0;
    left:.5rem;
  }
  .nav-tabs .nav-item {
    width:auto;
  }

  #content .tab-pane {
    text-align: left;
    padding:1rem 0;
  }
}

@media only screen and (min-width: 912px) {
  #services {
    top:40px;
  }
}