
.timeline-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.timeline-section .section-title {
  margin-top: 0;
  margin-bottom: 45px;
}
.timeline-container {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.timeline-container:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #2b7e99;
  left: 50%;
  top: 0;
  position: absolute;
}
.timeline-container .timeline-item {
  position: relative;
  margin-bottom: 30px;
}
.timeline-container .timeline-content {
  width: 45%;
  background: #fff;
  padding: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.timeline-container .timeline-content:before {
  content: '';
  position: absolute;
  left: 45%;
  top: 20px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #fff;
}
.timeline-container .timeline-content.right {
  float: right;
}
.timeline-container .timeline-content.right:before {
  content: '';
  right: 45%;
  left: inherit;
  border-left: 0;
  border-right: 7px solid #fff;
}
.timeline-container .timeline-content .time {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
  color: #2b7e99;
  font-size: 16px;
}
.timeline-container .timeline-content .title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  color: #212121;
}
.timeline-container .timeline-content .desc {
  color: #666666;
}
.timeline-container .timeline-content .desc .list .fa {
  margin-right: 5px;
  color: #2b7e99;
}
.timeline-container .timeline-content .files {
  margin-top: 15px;
  font-size: 14px;
}
.timeline-container .timeline-content .files .file-item {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  color: #2b7e99;
  position: relative;
}
.timeline-container .timeline-content .files .file-item a {
  color: #666666;
}
.timeline-container .timeline-content .files .file-item .label {
  position: absolute;
  right: 0;
}
.timeline-container .timeline-content .files .file-item .fa {
  margin-right: 5px;
}
.timeline-container .timeline-content .files .file-item:last-child {
  border-bottom: none;
}
.timeline-container .timeline-content .action {
  margin-top: 15px;
}
.timeline-container .timeline-icon {
  background: #2b7e99;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  overflow: hidden;
  margin-left: -25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  padding-top: 13px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.timeline-container .timeline-icon.complete {
  background: #2b7e99;
}
/* ======= Blog Page ======= */
.blog-page .page-hero {
  background: url('../images/hero/hero-blog.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.blog-single-page .page-hero {
  background: url('../images/hero/hero-blog-post.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.blog-list-section .post {
  margin-bottom: 60px;
}
.blog-list-section .post:hover {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}
.blog-list-section .post .content {
  background: #fff;
  padding: 30px;
}
.blog-list-section .post .date {
  color: #999;
  margin-bottom: 15px;
}
.blog-list-section .post-title {
  margin-top: 0;
  margin-bottom: 5px;
}
/* ======= Pagination ======= */
.pagination {
  margin-bottom: 60px;
}
.pagination li a {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  margin-right: 5px;
  color: ;
}
.pagination li a:hover {
  color: #317975;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: ;
  border: none;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #d5eeed;
  border: none;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: none;
}
/* =========Blog single============ */
.blog-post .post-single-title {
  margin-top: 0;
  margin-bottom: 15px;
  color: #212121;
  font-size: 26px;
}
.blog-post .meta {
  font-size: 14px;
  color: #999;
  margin-bottom: 30px;
}
.blog-post .meta a {
  color: #999;
}
.blog-post .meta a:hover {
  color: #666666;
}
.blog-post .video-container {
  margin-top: 30px;
  margin-bottom: 30px;
}
.blog-post .custom-list-style {
  list-style: none;
  margin-bottom: 30px;
}
.blog-post .custom-list-style li {
  margin-bottom: 10px;
}
.blog-post .custom-list-style li .fa {
  margin-right: 5px;
  color: ;
}
.blog-post .post-nav {
  margin-bottom: 30px;
}
.blog-post .post-nav .nav-next {
  float: right;
}
.blog-post .post-nav .nav-next .fa {
  margin-left: 5px;
}
.blog-post .post-nav .nav-previous .fa {
  margin-right: 5px;
}
.blog-post .custom-quote {
  border-color: #8cd1cd;
  font-weight: normal;
  font-family: 'Source Serif Pro', serif;
  background: #fff;
  padding: 30px;
}
.blog-post .custom-quote p {
  color: #212121;
  line-height: 1.6;
  font-size: 20px;
}
.blog-post .custom-quote .fa {
  color: ;
  margin-right: 10px;
}
.blog-post .custom-quote .source {
  font-size: 18px;
  font-family: 'Source Sans Pro', sans-serif;
}
.blog-post .custom-quote .source .name {
  color: #666666;
}
.blog-post .custom-quote .source .title {
  font-size: 16px;
  color: #999;
}
.comment-area .title {
  font-size: 24px;
  margin-bottom: 30px;
  color: #212121;
}
.comment-area .comment-container {
  margin-bottom: 60px;
}
.comment-area .comment-container .comment-item {
  margin-bottom: 30px;
}
.comment-area .comment-container .comment-item .comment-item-box {
  position: relative;
  background: #fff;
  padding: 30px;
  padding-left: 115px;
  margin-bottom: 15px;
}
.comment-area .comment-container .comment-item .comment-author {
  position: absolute;
  left: 30px;
  top: 30px;
}
.comment-area .comment-container .comment-item .comment-author img {
  width: 60px;
  height: 60px;
}
.comment-area .comment-container .comment-item .comment-body .name {
  color: #2b7e99;
  font-style: normal;
}
.comment-area .comment-container .comment-item .comment-body .time {
  color: #999;
  font-size: 13px;
  margin-bottom: 15px;
}
.comment-area .comment-container .comment-item .comment-body .comment-reply-link {
  padding: 4px 10px;
  font-size: 13px;
}
.comment-area .comment-container .comment-item .children {
  padding-left: 30px;
}
.comment-area .comment-form .error {
  color: #CD3D2B;
  font-family: arial, sans-serif;
  display: block;
  font-size: 14px;
  text-align: left;
  padding-top: 5px;
  font-weight: 300;
}
/* ======= Staff Page ======= */
.staff-page .page-hero {
  background: url('../images/hero/hero-staff.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.staff-block {
  padding-top: 60px;
  padding-bottom: 60px;
}
.staff-block .item {
  margin-bottom: 30px;
}
.staff-block .item-inner {
  position: relative;
}
.staff-block .link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.staff-block .link:hover {
  background: rgba(0, 0, 0, 0.1);
}
.staff-block .profile-holder {
  margin: 0;
}
.staff-block .profile-desc {
  background: ;
  color: #fff;
  padding: 15px;
  text-align: center;
  font-size: 16px;
}
.staff-block .profile-desc .name {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
}
/* ======= Fees Page ======= */
.fees-page .page-hero {
  background: url('../images/hero/hero-fees.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.fees-block h4 {
  color: #212121;
}
/* ======= Calendar Page ======= */
.calendar-page .page-hero {
  background: url('../images/hero/hero-calendar.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.calendar-block {
  padding-top: 60px;
  padding-bottom: 60px;
}
.calendar-wrapper .module-title {
  margin-top: 0;
  margin-bottom: 15px;
  color: #212121;
}
/* ====== FullCalendar ======= */
.fc h2 {
  font-size: 24px;
}
.fc-event {
  border-color: ;
  background: ;
  font-weight: 600;
  font-size: 12px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 13px;
}
.fc table {
  font-size: 13px;
}
.fc table th {
  font-size: 14px;
}
.fc-day-number {
  color: #999;
}
.fc-view {
  background: #fff;
}
.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
  border-color: #eee;
}
button.fc-button,
.fa button {
  display: inline-block;
  height: inherit;
  padding: 6px 12px;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.5;
  background: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid #cccccc;
  color: #8c8c8c;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
button.fc-button:hover,
.fa button:hover,
button.fc-button:focus,
.fa button:focus,
button.fc-button:active,
.fa button:active,
button.fc-button.fc-state-active,
.fa button.fc-state-active {
  border-color: #cccccc;
  color: #737373;
  background: #f5f5f5;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* ======= Docs Page ======= */
.docs-page .page-hero {
  background: url('../images/hero/hero-docs.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.docs-block {
  padding-top: 60px;
  padding-bottom: 60px;
}
.docs-block .item {
  margin-bottom: 30px;
}
.docs-block .item-inner {
  position: relative;
  background: #fff;
}
.docs-block .item-inner:hover {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}
.docs-block .item-inner:hover .thumb-holder {
  background: rgba(33, 33, 33, 0.15);
}
.docs-block .link {
  position: absolute;
  display: inline-block;
  z-index: 5;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
}
.docs-block .thumb-holder {
  background: rgba(33, 33, 33, 0.1);
  text-align: center;
  padding: 30px;
}
.docs-block .thumb-holder .label {
  position: absolute;
  right: 10px;
  top: 10px;
}
.docs-block .thumb-holder .fa {
  font-size: 40px;
  display: inline-block;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #fff;
  padding-top: 20px;
}
.docs-block .thumb-holder .fa.pdf-file {
  color: #DA2D27;
}
.docs-block .thumb-holder .fa.text-file {
  color: #66a0fd;
}
.docs-block .thumb-holder .fa.excel-file {
  color: #0da95f;
}
.docs-block .thumb-holder .fa.ppt-file {
  color: #f4b400;
}
.docs-block .desc {
  background: #fff;
  padding: 30px;
}
.docs-block .desc .title {
  color: #212121;
}
.docs-block .action {
  margin-top: 30px;
  text-align: center;
}
/* ======= Gallery Page ======= */
.gallery-page .page-hero {
  background: url('../images/hero/hero-gallery.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.gallery-single-page .page-hero {
  background: url('../images/hero/hero-gallery-single.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.gallery-block {
  padding-top: 60px;
  padding-bottom: 60px;
}
.gallery-block .cat-title {
  margin-top: 0;
  margin-bottom: 15px;
  color: #212121;
  font-size: 24px;
}
.gallery-block .item {
  margin-bottom: 30px;
}
.gallery-block .item-inner {
  background: #fff;
}
.gallery-block .item-inner:hover {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}
.gallery-block .item-inner:hover .view-link {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.gallery-block .item-inner .desc {
  padding: 30px;
  position: relative;
}
.gallery-block .item-inner .title {
  color: #212121;
  margin-top: 0;
  margin-bottom: 5px;
}
.gallery-block .item-inner .meta {
  color: #999;
  font-size: 14px;
}
.gallery-block .item-inner .data {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 14px;
  padding: 4px 8px;
  background: #fff;
  background: #212121;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.gallery-block .item-inner .data img {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  width: 18px;
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.gallery-block .item-inner .album-cover {
  position: relative;
}
.gallery-block .item-inner .view-link {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  cursor: pointer;
}
.gallery-block .item-inner .view-link img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
}
.gallery-block .action {
  text-align: center;
}
.album-block {
  padding-top: 60px;
  padding-bottom: 60px;
}
.album-block .album-title {
  margin-top: 0;
  margin-bottom: 15px;
  color: #212121;
}
.album-block .album-intro {
  margin-bottom: 30px;
}
.album-block .item {
  margin-bottom: 30px;
}
.album-block .item:hover img {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
/* ======= Jobs Page ======= */
.jobs-page .page-hero {
  background: url('../images/hero/hero-jobs.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.job-single-page .page-hero {
  background: url('../images/hero/hero-job-single.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.jobs-list-block {
  padding-top: 60px;
  padding-bottom: 60px;
}
.jobs-list-block .block-title {
  font-size: 22px;
  color: #212121;
  margin-top: 0;
  margin-bottom: 15px;
}
.jobs-list-block .intro {
  margin-bottom: 30px;
}
.job-item {
  margin-bottom: 30px;
}
.job-item .inner {
  background: #fff;
}
.job-item .job-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}
.job-item .job-header {
  background: ;
  color: #fff;
  padding: 15px;
  position: relative;
}
.job-item .label-new {
  position: absolute;
  right: 15px;
  top: 15px;
  background: #eb6f67;
}
.job-item .job-content {
  padding: 15px;
}
.job-item .meta {
  font-size: 14px;
}
.job-item .job-footer {
  padding: 15px;
  background: #dcdcdc;
  font-size: 14px;
  font-weight: bold;
}
.job-block {
  padding-top: 60px;
  padding-bottom: 60px;
  margin: 0 auto;
  max-width: 800px;
}
.job-block .block-title {
  margin-top: 0;
  margin-bottom: 30px;
  color: #212121;
}
.job-block .meta-box {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
}
.job-block .content-box {
  background: #fff;
  padding: 30px;
}
/* ======= Privacy Page ======= */
.privacy-page .page-hero {
  background: url('../images/hero/hero-privacy.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* ======= Terms Page ======= */
.terms-page .page-hero {
  background: url('../images/hero/hero-terms.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.legal-block {
  padding-top: 60px;
  padding-bottom: 60px;
  max-width: 800px;
  margin: 0 auto;
}
.block-page {
  padding: 30px;
  background: #fff;
}
.block-page .block-page-title {
  color: #212121;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 28px;
}
.block-page .page-row {
  margin-bottom: 30px;
}
.block-page .page-row .section-heading {
  font-size: 20px;
  color: #212121;
}
.block-page .box {
  background: #f5f5f5;
  padding: 15px;
  font-size: 14px;
}
/* ======= Contact Page ======= */
.contact-page .page-hero {
  background: url('../images/hero/hero-contact.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.contact-block {
  padding-top: 60px;
  padding-bottom: 60px;
}
.contact-block .info-items {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.contact-block .info-item {
  margin-bottom: 30px;
}
.contact-block .info-item .item-title {
  margin-top: 0;
  margin-bottom: 30px;
  color: #212121;
}
.contact-block .info-item .item-inner {
  padding: 30px;
  background: #fff;
}
.contact-block .info-item .cat {
  margin-bottom: 15px;
  margin-bottom: 30px;
}
.contact-block .info-item .cat .cat-title {
  color: #2b7e99;
}
.contact-block .info-item .cat a {
  color: #666666;
}
.contact-block .info-item .cat a:hover {
  color: ;
}
.contact-block .form-box {
  background: #fff;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 30px;
}
.contact-block .form-box .form-title {
  margin-top: 0;
  margin-bottom: 30px;
  color: #212121;
}
.contact-block .form-box .contact-form-inner {
  padding: 30px;
  padding-top: 0;
}
.contact-block .map-box {
  background: #fff;
  max-width: 800px;
  margin: 0 auto;
  padding: 30px;
}
.contact-block .map-box .map-title {
  margin-top: 0;
  margin-bottom: 30px;
  color: #212121;
}
.contact-block .map-box .gmap-wrapper iframe {
  width: 100%;
}
/* ======= Modal ======= */
.modal-body {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  font-size: 16px;
}
.modal-body iframe {
  max-width: 100%;
}
.modal-content {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.modal-header {
  border: none;
  padding: 30px;
  padding-bottom: 0;
  position: relative;
  color: #212121;
}
.modal button.close {
  font-size: 28px;
  font-weight: 400;
  text-shadow: none;
  background: none;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 10;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  width: 28px;
  height: 28px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: ;
  color: #fff;
  outline: none;
}
.modal button.close:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.modal-backdrop.in {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.modal .modal-title {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 0;
}
/* Viewo Modal */
.modal-video .modal-content {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.modal-video .modal-header {
  padding-top: 30px;
}
/* News Modal */
.news-modal .meta {
  color: #999;
}
.news-modal .modal-title {
  color: ;
  font-size: 26px;
  margin-bottom: 10px;
}
.news-modal .modal-body {
  padding: 15px 30px;
}
.news-modal .post-nav {
  display: block;
}
.news-modal .post-nav .nav-previous {
  float: right;
  display: inline-block;
}
.news-modal .post-nav .nav-previous {
  float: left;
  display: inline-block;
}
/* .modal-fullscreen */
.modal-fullscreen {
  background: transparent;
}
.modal-fullscreen .modal-content {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.modal-backdrop.modal-backdrop-fullscreen {
  background: #fff;
}
.modal-backdrop.modal-backdrop-fullscreen.in {
  backgrund: #fff;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/* Calendar Modal */
.calendar-modal .meta {
  color: #999;
}
.calendar-modal .meta .fa {
  margin-right: 5px;
}
.calendar-modal #eventUrl {
  color: #fff;
}
.calendar-modal .btn-link .fa {
  margin-right: 5px;
}
/* Staff Modal */
.staff-modal .profile-image {
  margin: 0 auto;
  margin-bottom: 15px;
  display: inline-block;
}
.staff-modal .profile-desc .name {
  margin-top: 0;
  margin-bottom: 5px;
  color: #212121;
}
.staff-modal .profile-desc .title {
  margin-bottom: 30px;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .top-bar {
    height: inherit;
  }
  .main-nav .navbar-toggle {
    top: 6px;
  }
  .branding {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .branding .logo {
    display: inline-block;
  }
  .branding .logo img {
    max-width: 200px;
  }
  .branding .tagline {
    font-size: 16px;
    padding: 0;
    margin-top: 15px;
    display: none;
  }
  .hero-badge {
    top: 90px;
    right: 0;
    display: none;
  }
  .hero-slider-wrapper {
    min-height: inherit;
  }
  .hero-slider-wrapper .flexslider .slide:before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  }
  .hero-slider-wrapper .flexslider .slide-box {
    margin-top: 120px;
    -webkit-clip-path: none;
    clip-path: none;
    background: none;
    z-index: 20;
    position: relative;
    text-align: center;
  }
  .hero-overlay {
    position: static;
  }
  .hero-overlay .container-fluid {
    padding: 0;
  }
  .hero-overlay .overlay-lower .links .link {
    display: block;
    text-align: left;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .hero-overlay .overlay-lower .links .link:first-child {
    border-left: none;
  }
  .hero-overlay .overlay-lower .links .link:last-child {
    border-bottom: none;
  }
  .hero-overlay .overlay-upper .contact-info {
    float: none !important;
    margin-bottom: 10px;
    text-align: center;
  }
  .hero-overlay .overlay-upper .contact-info .item {
    margin-right: 0;
  }
  .hero-overlay .social-media {
    float: none !important;
  }
  .home-cols-wrapper .welcome-block .content {
    padding-right: 0;
  }
  .home-cols-wrapper .welcome-block .figure {
    position: static;
    margin-top: 15px;
  }
  .home-cols-wrapper .news-block .item {
    padding-left: 0;
    height: auto;
  }
  .home-cols-wrapper .news-block .thumb-holder {
    position: static;
    width: 100%;
    height: 220px;
  }
  .reviews-section .carousel-indicators li {
    padding: 0 5px;
  }
  .reviews-section .carousel-indicators li img {
    width: 80px;
  }
  .cta-section .form-control {
    width: 100%;
  }
  .opensessions-dates .item {
    margin-bottom: 30px;
  }
  .leaders-block .item {
    margin-bottom: 30px;
  }
  .timeline-container {
    width: 90%;
  }
  .timeline-container:before {
    left: 0;
  }
  .timeline-container .timeline-icon {
    left: 0;
  }
  .timeline-container .timeline-content {
    width: 90%;
    float: right;
  }
  .timeline-container .timeline-content:before,
  .timeline-container .timeline-content.right:before {
    left: 10%;
    margin-left: -5px;
    border-left: 0;
    border-right: 5px solid #fff;
  }
  .gallery-block .item-inner .title {
    font-size: 16px;
  }
  .gallery-block .item-inner .desc {
    padding: 15px;
  }
}
