@charset "UTF-8";
/*!   
 * Template Name: Academy - Bootstrap 5 education template for schools/colleges
 * Version: 1.0
 * Author: Xiaoying Riley
 * Copyright: 3rd Wave Media Ltd.
 * Website: http://themes.3rdwavemedia.com/
 * Twitter: @3rdwave_themes
*/
/*************************** Theme Colours****************************/
/*************************** Theme Styles ****************************/
/* ======= Base ======= */
body {
  overflow-x: hidden;
  font-family: "Source Sans Pro", sans-serif;
  color: #666666;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 600;
}

p {
  margin-bottom: 15px;
  line-height: 1.5;
}

a {
  color: #144e94;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: underline;
  color: #11427e;
}
a:focus {
  text-decoration: none;
  color: #11427e;
  outline: none;
}

dd.schedule {
  padding-bottom: 10px;
}

dd {
  margin-bottom: 0;
}

.btn, a.btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  font-weight: 700;
  padding: 6px 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn .svg-inline--fa, a.btn .svg-inline--fa {
  margin-left: 5px;
  font-weight: bold;
  position: relative;
  top: 1px;
}
.btn:focus, a.btn:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn:hover, a.btn:hover {
  text-decoration: none;
}

a.btn-cta, .btn-cta {
  font-size: 16px;
  padding: 9px 25px;
  height: 45px;
}

a.btn-primary, .btn-primary {
  background: #0da95f;
  border: 2px solid #0da95f;
  color: #fff;
  margin: 0 0 15px;
}
a.btn-primary:hover, a.btn-primary:active, a.btn-primary:focus, a.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active:focus {
  background: #0b9152;
  border: 2px solid #0b9152;
  color: #fff;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

a.btn-secondary, .btn-secondary {
  background: #f4b400;
  border: 2px solid #f4b400;
  color: #fff;
  margin: 0 0 15px;
}
a.btn-secondary:hover, a.btn-secondary:active, a.btn-secondary:focus, a.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus {
  background: #e5a900;
  border: 2px solid #e5a900;
  color: #fff;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

a.btn-outline-secondary, .btn-outline-secondary {
  margin: 0 0 15px;
}

a.btn-ghost, .btn-ghost {
  background: none;
  border: 2px solid #fff;
  color: #fff;
}
a.btn-ghost:hover, a.btn-ghost:active, a.btn-ghost:focus, .btn-ghost:hover, .btn-ghost:active, .btn-ghost:focus {
  background: rgba(0, 0, 0, 0.1);
  outline: none;
  color: #fff;
}

a.btn-ghost-alt, .btn-ghost-alt {
  background: none;
  border: 2px solid #666666;
  color: #666666;
}
a.btn-ghost-alt:hover, a.btn-ghost-alt:active, a.btn-ghost-alt:focus, .btn-ghost-alt:hover, .btn-ghost-alt:active, .btn-ghost-alt:focus {
  background: #666666;
  border: 2px solid #666666;
  color: #fff;
  outline: none;
}

.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 45px;
  border-color: #ccc;
  font-size: 16px;
  -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;
}
.form-control::-webkit-input-placeholder { /* WebKit browsers */
  color: #999;
}
.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #999;
}
.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #999;
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #999;
}
.form-control:focus {
  border-color: #b3b3b3;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

textarea.form-control {
  height: inherit;
}

input[type=text],
input[type=email],
input[type=password],
input[type=submit],
input[type=button],
textarea {
  appearance: none; /* for mobile safari */
  -webkit-appearance: none;
}

.form-group {
  margin-bottom: 30px;
}

.table > thead > tr > th {
  border-bottom-color: #144e94;
  color: #212121;
  font-weight: 600;
}

.panel .panel-heading .svg-inline--fa {
  margin-right: 5px;
  color: #144e94;
}

#back-to-top {
  background: #4d4d4d;
  width: 36px;
  height: 36px;
  -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;
}
#back-to-top:hover {
  background: #404040;
  color: #fff;
}
#back-to-top svg {
  margin-top: 5px;
}

.social-media {
  margin-bottom: 0;
  text-align: center;
}
.social-media li a {
  display: inline-block;
  width: 32px;
  height: 32px;
  -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: rgba(0, 0, 0, 0.1);
  padding-top: 5px;
}
.social-media li a:hover {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}
.social-media li .svg-inline--fa {
  font-size: 16px;
}

.script {
  font-family: "Pacifico", cursive;
}

.tbg-primary {
  background-color: #144e94;
}

.tbg-secondary {
  background-color: #2999c4;
}

.tbg-accent {
  background-color: #a5c5d6;
}

.tbg-dark {
  background-color: #3e464c;
}

.badge-pdf {
  background: #DA2D27;
}

.badge-excel {
  background: #0da95f;
}

.badge-form {
  background: #63c;
}

.badge-word {
  background: #66a0fd;
}

.badge-ppt {
  background: #f4b400;
}

/* Generic styling */
.breadcrumb {
  background: #fff;
  margin-bottom: 0;
  padding: 15px 0;
  font-size: 14px;
}
.breadcrumb .svg-inline--fa {
  margin-right: 5px;
  color: #999;
  font-size: 16px;
}
.breadcrumb a {
  color: #212121;
}
.breadcrumb a.active {
  color: #666666;
}
.breadcrumb a:hover {
  color: #212121;
}

.main-cols-wrapper {
  background: #f5f5f5;
}
.main-cols-wrapper .page-title {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 30px;
  color: #212121;
}
.main-cols-wrapper .col-main {
  padding-top: 30px;
  padding-bottom: 30px;
}
.main-cols-wrapper .col-main .block {
  margin-bottom: 15px;
}
.main-cols-wrapper .col-main .block-title {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 15px;
  color: #212121;
}
.main-cols-wrapper .col-side {
  padding-top: 30px;
}

.col-side-inner .block {
  margin-bottom: 30px;
  background-color: #fff;
}
.col-side-inner .block .block-title {
  color: #212121;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
}
.col-side-inner .block h4 {
  font-size: 18px;
}
.col-side-inner .block dl {
  padding: 0 0 10px 10px;
}
.col-side-inner .video-block .video-thumb-holder {
  position: relative;
}
.col-side-inner .video-block .video-thumb-holder:hover .mask {
  background: rgba(0, 0, 0, 0.1);
}
.col-side-inner .video-block .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.col-side-inner .video-block .play-trigger {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -19px;
  margin-top: -19px;
  z-index: 10;
}
.col-side-inner .video-block .video-title {
  margin-top: 0;
  font-weight: bold;
}
.col-side-inner .video-block .video-intro {
  background: #144e94;
  color: #fff;
  padding: 15px;
  margin-bottom: 15px;
}
.col-side-inner .video-block .video-intro a {
  color: #fff;
}
.col-side-inner .file-block .file-thumb-holder {
  position: relative;
}
.col-side-inner .file-block .file-thumb-holder:hover .mask {
  background: rgba(0, 0, 0, 0.1);
}
.col-side-inner .file-block .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.col-side-inner .file-block .download-link {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -19px;
  margin-top: -19px;
  z-index: 10;
}
.col-side-inner .file-block .download-icon {
  width: 38px;
  height: 38px;
}
.col-side-inner .file-block .file-title {
  margin-top: 0;
  font-weight: bold;
  margin-bottom: 0;
}
.col-side-inner .file-block .file-intro {
  background: #144e94;
  color: #fff;
  padding: 30px;
}
.col-side-inner .file-block .file-intro a {
  color: #fff;
}
.col-side-inner .cta-block {
  padding: 15px;
  background: #fff;
}
.col-side-inner .cta-block .cta-button {
  margin-bottom: 15px;
}
.col-side-inner .cta-block .cta-button:last-child {
  margin-bottom: 0;
}
.col-side-inner .posts-block .item {
  position: relative;
  padding-left: 95px;
  margin-bottom: 30px;
  min-height: 80px;
}
.col-side-inner .posts-block .post-title a {
  color: #666666;
}
.col-side-inner .posts-block .post-title a:hover {
  color: #212121;
}
.col-side-inner .posts-block .post-thumb {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 0;
  top: 0;
}
.col-side-inner .posts-block .post-thumb img {
  -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;
}
.col-side-inner .posts-block .meta {
  color: #999;
  font-size: 14px;
}
.col-side-inner .tags-block .blog-tags a {
  text-decoration: none;
  padding: 2px 6px;
  background: #144e94;
  color: rgb(255, 255, 255);
  -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;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 5px;
}
.col-side-inner .tags-block .blog-tags a:hover {
  background: #0e3667;
}
.col-side-inner .archive-block .blog-year {
  float: left;
}
.col-side-inner .archive-block .blog-month {
  text-align: right;
}
.col-side-inner .archive-block .blog-month a {
  color: #999;
}
.col-side-inner .archive-block .blog-month a:hover {
  color: #212121;
}

.col-side-banner .block {
  margin-bottom: 30px;
  background-color: #fff;
}
.col-side-banner .block .block-title {
  color: #212121;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
}
.col-side-banner .block h4 {
  font-size: 18px;
}
.col-side-banner .block dl {
  padding: 0 0 10px 10px;
}
.col-side-banner .video-block .video-thumb-holder {
  position: relative;
}
.col-side-banner .video-block .video-thumb-holder:hover .mask {
  background: rgba(0, 0, 0, 0.1);
}
.col-side-banner .video-block .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.col-side-banner .video-block .play-trigger {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -19px;
  margin-top: -19px;
  z-index: 10;
}
.col-side-banner .video-block .video-title {
  margin-top: 0;
  font-weight: bold;
}
.col-side-banner .video-block .video-intro {
  background: #144e94;
  color: #fff;
  padding: 15px;
  margin-bottom: 15px;
}
.col-side-banner .video-block .video-intro a {
  color: #fff;
}
.col-side-banner .banner-block .banner-thumb-holder {
  position: relative;
}
.col-side-banner .banner-block .banner-thumb-holder:hover .mask {
  background: rgba(0, 0, 0, 0.1);
}
.col-side-banner .banner-block .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.col-side-banner .banner-block .download-link {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -19px;
  margin-top: -19px;
  z-index: 10;
}
.col-side-banner .banner-block .download-icon {
  width: 38px;
  height: 38px;
}
.col-side-banner .banner-block .banner-title {
  margin-top: 0;
  font-weight: bold;
  margin-bottom: 0;
}
.col-side-banner .banner-block .banner-intro {
  background: #144e94;
  color: #fff;
  padding: 30px;
}
.col-side-banner .banner-block .banner-intro a {
  color: #fff;
}
.col-side-banner .cta-block {
  padding: 15px;
  background: #fff;
}
.col-side-banner .cta-block .cta-button {
  margin-bottom: 15px;
}
.col-side-banner .cta-block .cta-button:last-child {
  margin-bottom: 0;
}
.col-side-banner .posts-block .item {
  position: relative;
  padding-left: 95px;
  margin-bottom: 30px;
  min-height: 80px;
}
.col-side-banner .posts-block .post-title a {
  color: #666666;
}
.col-side-banner .posts-block .post-title a:hover {
  color: #212121;
}
.col-side-banner .posts-block .post-thumb {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 0;
  top: 0;
}
.col-side-banner .posts-block .post-thumb img {
  -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;
}
.col-side-banner .posts-block .meta {
  color: #999;
  font-size: 14px;
}
.col-side-banner .tags-block .blog-tags a {
  text-decoration: none;
  padding: 2px 6px;
  background: #144e94;
  color: rgb(255, 255, 255);
  -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;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 5px;
}
.col-side-banner .tags-block .blog-tags a:hover {
  background: #0e3667;
}
.col-side-banner .archive-block .blog-year {
  float: left;
}
.col-side-banner .archive-block .blog-month {
  text-align: right;
}
.col-side-banner .archive-block .blog-month a {
  color: #999;
}
.col-side-banner .archive-block .blog-month a:hover {
  color: #212121;
}

.page-hero {
  height: 300px;
  color: #fff;
  position: relative;
  padding-top: 30px;
}
.page-hero .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10;
}
.page-hero .hero-page-title {
  z-index: 20;
  position: relative;
  margin-top: 0;
}
.page-hero .hero-page-title h1 {
  font-size: 36px;
}

.bold {
  font-weight: 600;
  font-size: large;
}

.home-page .header {
  position: absolute;
  z-index: 100;
  top: 0;
  width: 100%;
}

/* ====== Nav ======= */
.top-bar {
  height: 45px;
  background: #3e464c;
  z-index: 100;
}

.main-nav {
  padding: 0;
}
.main-nav .navbar-toggle {
  margin-right: 0;
  margin-top: 0;
  background: none;
  position: absolute;
  right: 10px;
  top: 13px;
}
.main-nav .navbar-toggle:focus {
  outline: none;
}
.main-nav .navbar-toggle .icon-bar {
  background-color: #fff;
  height: 3px;
}
.main-nav .nav .nav-link {
  padding: 10px 15px;
  color: rgba(255, 255, 255, 0.8);
}
.main-nav .nav .nav-link.active {
  color: #fff;
  background: none;
  font-weight: bold;
  font-size: 16px;
}
.main-nav .nav .nav-link:hover {
  color: #fff;
  background: none;
  text-decoration: none;
}
.main-nav .nav .nav-link:focus {
  outline: none;
  background: none;
}
.main-nav .nav .nav-link:active {
  outline: none;
  background: none;
}
.main-nav .nav .nav-item {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 16px;
  display: block;
}
.main-nav .nav .nav-item:last-child {
  margin-right: 0;
}
.main-nav .nav .nav-item .btn-signup {
  background: rgba(0, 0, 0, 0.4);
  padding: 5px 10px;
  -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;
  position: relative;
  top: 20px;
}
.main-nav .nav .nav-item .btn-signup:active {
  background: rgba(0, 0, 0, 0.4);
}
.main-nav .nav .nav-item .btn-signup:hover {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.main-nav .nav.open a {
  background: none;
}
.main-nav .nav .dropdown-toggle:after {
  display: none;
}
.main-nav .nav .dropdown-menu {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0;
  margin: 0;
  border: none;
  text-transform: none;
  min-width: 200px;
  background: rgba(53, 55, 60, 0.8);
  animation-fill-mode: both;
}
.main-nav .nav .dropdown-menu .dropdown-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 8px 20px;
  color: rgba(255, 255, 255, 0.8);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  display: block;
  font-size: 16px;
}
.main-nav .nav .dropdown-menu .dropdown-item:hover {
  background: #212121;
  color: #fff;
  text-decoration: none;
}
.main-nav .nav .dropdown-menu .dropdown-item.active, .main-nav .nav .dropdown-menu .dropdown-item:active {
  background: #212121;
  color: #fff;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  background: rgba(0, 0, 0, 0.6);
}

/* Override bootstrap default */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background: none;
}

/* Animated Hamburger Icon for Bootstrap */
.top-bar .container-fluid {
  position: relative;
}

.navbar-toggler {
  padding: 0;
  position: absolute;
  right: 15px;
  top: 20px;
}
.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
}

.navbar-toggler span {
  display: block;
  background-color: #fff;
  height: 3px;
  width: 24px;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
  left: 0;
  opacity: 1;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  -webkit-transition: transform 0.35s ease-in-out;
  -moz-transition: transform 0.35s ease-in-out;
  -o-transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9;
}

/* ====== Branding ======= */
.branding {
  background: #144e94;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}
.branding .logo {
  margin: 0;
}
.branding .logo img {
  max-height: 60px;
}
.branding .tagline {
  padding-top: 15px;
  margin: 0;
  font-size: 16px;
}

/* ======= Footer ======= */
.footer {
  background: #212121;
  color: rgba(255, 255, 255, 0.5);
  padding-top: 45px;
  padding-bottom: 45px;
}
.footer a {
  color: rgba(255, 255, 255, 0.5);
}
.footer a:hover {
  color: #fff;
}
.footer .footer-col {
  margin-bottom: 45px;
}
.footer .col-title {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
}
.footer .footer-links {
  margin-bottom: 30px;
}
.footer .logo-holder {
  margin-bottom: 30px;
}
.footer .logo-holder img {
  max-width: 150px;
}
.footer .address {
  margin-bottom: 15px;
}
.footer .social-media {
  text-align: left;
}
.footer .social-media li {
  text-align: center;
}
.footer .copyright {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
}
.footer .copyright a {
  color: rgba(255, 255, 255, 0.4);
}

/* ======= Home ======= */
.promo-section {
  color: #fff;
  background: #3e464c;
  position: relative;
}
.promo-section a {
  color: #fff;
}
.promo-section .promo-content {
  z-index: 10;
  position: relative;
}
.promo-section .headline {
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 15px;
}
.promo-section .tagline {
  font-size: 18px;
  margin-bottom: 30px;
}
.promo-section .actions .btn {
  margin-right: 30px;
}
.promo-section .actions .play-icon {
  margin-right: 10px;
}

.carousel-indicators li {
  width: 11px;
  height: 11px;
  display: block;
  -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;
  border: none;
  background: rgba(255, 255, 255, 0.8);
}
.carousel-indicators li.active {
  background: rgba(165, 197, 214, 0.9);
}

.hero-carousel-wrapper {
  background: #3e464c;
  position: relative;
}
.hero-carousel-wrapper .carousel-inner {
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #212121;
  height: 80vh;
}
.hero-carousel-wrapper .carousel-inner .carousel-item {
  height: 100%;
}
.hero-carousel-wrapper .carousel-inner .carousel-item.slide-1 {
  background: #212121 url("../images/hero/hero-1.jpg") no-repeat 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.hero-carousel-wrapper .carousel-inner .carousel-item.slide-2 {
  background: #212121 url("../images/hero/hero-2.jpg") no-repeat 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.hero-carousel-wrapper .carousel-inner .carousel-item.slide-3 {
  background: #212121 url("../images/hero/hero-3.jpg") no-repeat 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.hero-carousel-wrapper .carousel-inner .carousel-item.slide-4 {
  background: #212121 url("../images/hero/hero-4.jpg") no-repeat 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.hero-carousel-wrapper .carousel-inner .slide-box {
  margin-top: 190px;
  background: rgba(62, 70, 76, 0.6);
  max-width: 460px;
  -webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}
.hero-carousel-wrapper .carousel-inner .slide-box .text {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}
.hero-carousel-wrapper .carousel-inner .slide-box .play-trigger img {
  width: 28px;
  display: inline-block;
  margin-right: 10px;
}
.hero-carousel-wrapper .carousel-inner .slide-box-inner {
  padding: 45px;
}
.hero-carousel-wrapper .carousel-inner .flex-control-nav {
  z-index: 30;
  bottom: 40px;
  position: relative;
}
.hero-carousel-wrapper .carousel-inner .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.hero-carousel-wrapper .carousel-inner .flex-control-nav li a.flex-active {
  background: rgba(165, 197, 214, 0.9);
}
.hero-carousel-wrapper .carousel-inner .flex-direction-nav a {
  text-indent: -9999px;
  display: inline-block;
  overflow: hidden;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 6px 2px;
  -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;
}
.hero-carousel-wrapper .carousel-inner .flex-direction-nav a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.hero-carousel-wrapper .carousel-inner .flex-direction-nav a.flex-prev {
  background-image: url("../images/arrow-left.svg");
  background-position: center center;
  background-repeat: no-repeat;
  text-align: inherit;
}
.hero-carousel-wrapper .carousel-inner .flex-direction-nav a.flex-next {
  background-image: url("../images/arrow-right.svg");
  background-position: center center;
  background-repeat: no-repeat;
  text-align: inherit;
}
.hero-carousel-wrapper .carousel-inner .flex-direction-nav a:before {
  display: none;
}

.hero-overlay {
  position: absolute;
  bottom: 70px;
  width: 100%;
  z-index: 10;
}
.hero-overlay .hero-video {
  text-align: center;
  background: rgba(20, 78, 148, 0.8);
  background: #144e94;
  padding-top: 15px;
  padding-bottom: 15px;
}
.hero-overlay .hero-video img {
  margin-right: 5px;
}
.hero-overlay .overlay-upper {
  background: rgba(165, 197, 214, 0.8);
  padding-top: 10px;
  padding-bottom: 10px;
}
.hero-overlay .overlay-upper .contact-info {
  margin-top: 5px;
}
.hero-overlay .overlay-upper .contact-info .item {
  display: inline-block;
  margin-right: 30px;
}
.hero-overlay .overlay-lower {
  background: rgba(41, 153, 196, 0.9);
  text-align: center;
}
.hero-overlay .overlay-lower .links {
  font-size: 18px;
}
.hero-overlay .overlay-lower .links .link {
  display: inline-block;
  padding: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.hero-overlay .overlay-lower .links .link:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.hero-overlay .overlay-lower .links .link .svg-inline--fa {
  margin-right: 10px;
  font-size: 24px;
}

.hero-badge {
  position: absolute;
  z-index: 10;
  top: 210px;
  right: 60px;
  text-align: center;
  -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: #a5c5d6;
  width: 120px;
  height: 120px;
  display: table;
  font-size: 20px;
}
.hero-badge:hover {
  background: #93bace;
}
.hero-badge .script {
  font-size: 24px;
}
.hero-badge .badge-content {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.hero-badge .link-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
}

.home-cols-wrapper {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #f5f5f5;
}
.home-cols-wrapper .block {
  margin-bottom: 40px;
}
.home-cols-wrapper .block-title {
  color: #212121;
  margin-bottom: 15px;
  font-size: 24px;
}
.home-cols-wrapper .important-block {
  background: #fdebe9;
  border: 3px solid #ffbfbe;
  padding: 30px 30px 10px;
  position: relative;
  min-height: 200px;
}
.home-cols-wrapper .important-block .block-title {
  margin: 0;
  margin-bottom: 15px;
  color: #212121;
}
.home-cols-wrapper .important-block .fa-exclamation-circle {
  color: rgb(240, 98, 98);
}
.home-cols-wrapper .important-block .events-block .events-items {
  background-color: #fdebe9;
}
.home-cols-wrapper .important-block .blog-tags {
  text-decoration: none;
  padding: 2px 6px;
  background: #144e94;
  color: rgb(255, 255, 255);
  -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;
  display: inline-block;
  margin: 0px 10px 0px;
}
.home-cols-wrapper .important-block .intro {
  position: relative;
  padding-left: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.home-cols-wrapper .important-block .details {
  padding-left: 10px;
}
.home-cols-wrapper .important-block .figure {
  position: absolute;
  right: 30px;
  top: 30px;
  max-height: 280px;
  overflow: hidden;
  max-width: 220px;
}
.home-cols-wrapper .important-block .figure img {
  max-width: 100%;
}
.home-cols-wrapper .important-block .source .title {
  color: #999;
  font-family: "Source Serif Pro", serif;
}
.home-cols-wrapper .notice-block {
  background: #EAF1F2;
  border: 3px solid #2999c4;
  padding: 30px 30px 15px;
  position: relative;
  min-height: 140px;
}
.home-cols-wrapper .notice-block .events-items {
  background: #fff;
  padding: 10px;
}
.home-cols-wrapper .notice-block .event-title {
  color: #212121;
  font-size: 18px;
}
.home-cols-wrapper .notice-block .item {
  position: relative;
  padding-left: 95px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.home-cols-wrapper .notice-block .time {
  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;
  text-align: center;
  display: table;
  line-height: 1.2;
  position: absolute;
  left: 0;
  top: 0;
}
.home-cols-wrapper .notice-block .time .date {
  font-size: 22px;
  font-weight: bold;
}
.home-cols-wrapper .notice-block .time .month {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.8px;
}
.home-cols-wrapper .notice-block .time-inner {
  display: table-cell;
  vertical-align: middle;
}
.home-cols-wrapper .shortcuts-block .item {
  padding: 30px 30px;
  color: #fff;
  font-size: 18px;
}
.home-cols-wrapper .shortcuts-block .item .svg-inline--fa {
  margin-right: 10px;
  font-size: 24px;
}
.home-cols-wrapper .shortcuts-block .item a {
  color: #fff;
}
.home-cols-wrapper .news-block .item {
  background: #144e94;
  color: #fff;
  position: relative;
  padding-left: 370px;
  min-height: 260px;
  margin-bottom: 30px;
}
.home-cols-wrapper .news-block .item a {
  color: #fff;
}
.home-cols-wrapper .news-block .item-1 .thumb-holder {
  background: url("../images/news/thumb-1.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.home-cols-wrapper .news-block .item-2 .thumb-holder {
  background: url("../images/news/thumb-2.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.home-cols-wrapper .news-block .item-3 .thumb-holder {
  background: url("../images/news/thumb-3.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.home-cols-wrapper .news-block .thumb-holder {
  width: 370px;
  height: 100%;
  overflow: hidden;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.home-cols-wrapper .news-block .thumb-holder img {
  max-width: 100%;
}
.home-cols-wrapper .news-block .content-holder {
  padding: 30px;
}
.home-cols-wrapper .news-block .content-holder .intro {
  margin-bottom: 15px;
}
.home-cols-wrapper .news-block .news-title {
  margin-top: 0;
  font-size: 20px;
  font-weight: 600;
}
.home-cols-wrapper .events-block {
  background-color: #fff;
  padding: 20px 20px 10px;
}
.home-cols-wrapper .events-block .events-items {
  background: #fff;
  padding: 10px;
}
.home-cols-wrapper .events-block .event-title {
  color: #212121;
  font-size: 18px;
}
.home-cols-wrapper .events-block .item {
  position: relative;
  padding-left: 95px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.home-cols-wrapper .events-block .bf-crown {
  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;
  color: #fff;
  text-align: center;
  display: table;
  line-height: 1.2;
  position: absolute;
  left: 0;
  top: 0;
}
.home-cols-wrapper .events-block .bf-crown .month {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.8px;
}
.home-cols-wrapper .events-block .bf-crown .date {
  font-size: 18px;
  font-weight: bold;
}
.home-cols-wrapper .events-block .time-inner {
  display: table-cell;
  vertical-align: middle;
}
.home-cols-wrapper .events-block h6 {
  padding-top: 30px;
}

.awards-section {
  padding-top: 30px;
  padding-bottom: 30px;
}
.awards-section .logos {
  margin: 0;
  padding: 0;
}
.awards-section .logos .logo-item {
  margin-right: 0;
  text-align: center;
}
.awards-section .logos .logo-item img {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  margin: 0 auto;
}
.awards-section .logos .logo-item img:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.reviews-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #2999c4;
  color: #fff;
}
.reviews-section .section-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 32px;
}
.reviews-section .section-intro {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.reviews-section .review-title {
  font-size: 28px;
  font-weight: 300;
  position: relative;
  display: inline-block;
  padding-top: 30px;
}
.reviews-section .review-title .fa-quote-left {
  position: relative;
  top: -15px;
  font-weight: normal;
  font-size: 20px;
  padding-right: 10px;
}
.reviews-section .review-title .fa-quote-right {
  position: relative;
  top: -15px;
  font-weight: normal;
  font-size: 20px;
  padding-left: 10px;
}
.reviews-section .review {
  border-left: 0;
  max-width: 800px;
  font-weight: 300;
  font-size: 18px;
}
.reviews-section .review p {
  font-style: italic;
}
.reviews-section .source {
  font-size: 14px;
}
.reviews-section .source .profile {
  margin-bottom: 5px;
  display: inline-block;
  -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;
}
.reviews-section .source .name {
  font-size: 14px;
}
.reviews-section .source .title {
  color: rgba(0, 0, 0, 0.7);
}
.reviews-section .carousel-inner {
  margin-bottom: 50px;
}
.reviews-section .carousel-indicators {
  position: relative;
  left: inherit;
  width: auto;
  margin-left: inherit;
  padding-left: inherit;
  bottom: inherit;
  margin: 0;
  margin-bottom: 0;
}
.reviews-section .carousel-indicators li {
  text-indent: 0;
  margin: inherit;
  margin: 0;
  margin-bottom: 15px;
  width: auto;
  height: auto;
  background: none;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  -ms-border-radius: none;
  -o-border-radius: none;
  border-radius: none;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 15px;
}
.reviews-section .carousel-indicators li img {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  vertical-align: middle;
  width: 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;
}
.reviews-section .carousel-indicators li:hover img {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.reviews-section .carousel-indicators li.active {
  background: none;
  width: auto;
  height: auto;
}
.reviews-section .carousel-indicators li.active img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.cta-section {
  background: #144e94;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
.cta-section .section-title {
  margin-top: 0;
  margin-bottom: 15px;
}
.cta-section .section-intro {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.cta-section .signup-form {
  max-width: 800px;
}

ul.newsList {
  display: flex;
  flex-flow: row wrap;
  padding: 10px 0;
}

ul.newsList li {
  display: block;
  margin: 0 10px;
}

ul.newsList li:nth-child(-n+3) {
  flex-basis: 130px;
}

ul.newsList li:nth-child(2) {
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  text-align: center;
}

ul.newsList li:nth-child(3) {
  flex-basis: auto;
}

/* ======= About Page ======= */
.about-page .page-hero {
  background: url("../images/hero/hero-about.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-achievement {
  position: relative;
}
.carousel-achievement .carousel-indicators {
  bottom: 0;
}
.carousel-achievement .carousel-indicators li {
  background: #ccc;
  border: none;
  margin: 0;
  margin-right: 5px;
}
.carousel-achievement .carousel-indicators li:last-child {
  margin-right: 0;
}
.carousel-achievement .carousel-indicators li.active {
  background: #666666;
}
.carousel-achievement .quote {
  padding: 60px 60px;
  font-size: 24px;
  font-family: "Source Serif Pro", serif;
  color: #2999c4;
  text-align: center;
}
.carousel-achievement .quote .fa-quote-left {
  position: absolute;
  left: 15px;
  top: 15px;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.carousel-achievement .quote .fa-quote-right {
  position: absolute;
  right: 15px;
  top: 15px;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}

.download-docs .item {
  padding: 10px 5px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
.download-docs .item:hover {
  background: #eee;
}
.download-docs .item > div {
  display: inline-block;
}
.download-docs .item a {
  color: #2999c4;
}
.download-docs .item .icon {
  color: #2999c4;
  margin-right: 10px;
  float: left;
}
.download-docs .item .name {
  float: left;
}
.download-docs .item .type {
  color: #fff;
  font-size: 14px;
  text-align: right;
  float: right;
}

.col-main .leaders-block .name {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
}
.col-main .leaders-block .profile-desc {
  background: #2999c4;
  color: rgb(235, 15, 15);
  padding: 30px;
}

/* ======= News Page ======= */
.news-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;
}

.news-overview {
  max-width: 1100px;
  margin: 0 auto;
}

.events-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.events-section .section-title {
  margin-top: 0;
  margin-bottom: 30px;
}
.events-section .events-items {
  background: #fff;
  padding: 30px;
}
.events-section .event-title {
  color: #212121;
  font-size: 18px;
}
.events-section .item {
  position: relative;
  padding-left: 140px;
  margin-bottom: 20px;
}
.events-section .meta {
  font-size: 14px;
}
.events-section .meta .svg-inline--fa {
  margin-right: 5px;
  color: #999;
}
.events-section .time {
  width: 110px;
  height: 110px;
  -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: #a5c5d6;
  color: #fff;
  text-align: center;
  display: table;
  line-height: 1.2;
  position: absolute;
  left: 15px;
  top: 0;
}
.events-section .time .date {
  font-size: 22px;
  font-weight: bold;
}
.events-section .time .month {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.8px;
}
.events-section .time-inner {
  display: table-cell;
  vertical-align: middle;
}
.events-section .action {
  margin-top: 30px;
}
.events-section .action .btn {
  width: 260px;
}

.news-section {
  background: #2999c4;
  padding-top: 60px;
  padding-bottom: 60px;
}
.news-section .section-title {
  margin-top: 0;
  margin-bottom: 30px;
  color: #fff;
}
.news-section .item {
  margin-bottom: 30px;
}
.news-section .item-inner {
  position: relative;
  height: 100%;
  background: #fff;
}
.news-section .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);
}
.news-section .item-inner .link {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  cursor: pointer;
}
.news-section .item-inner .content-holder {
  padding: 30px;
  background: #fff;
}
.news-section .item-inner .news-title {
  font-size: 18px;
}
.news-section .item-inner .news-title a {
  color: #2999c4;
}
.news-section .action {
  margin-top: 30px;
}
.news-section .action .btn {
  width: 260px;
}

/* ======= 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;
  font-size: 24px;
}

.pagination {
  margin-bottom: 60px;
  font-size: 16px;
}
.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: #144e94;
}
.pagination li a:hover {
  color: #0b2a51;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #144e94;
  border: none;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  background-color: #f5f5f5;
  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: 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;
  background: none;
}

.page-item.active .page-link {
  background-color: #144e94;
  border: none;
}

.page-item.disabled .page-link {
  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 .svg-inline--fa {
  margin-right: 5px;
  color: #144e94;
}
.blog-post .post-nav {
  margin-bottom: 30px;
}
.blog-post .post-nav .nav-next {
  float: right;
}
.blog-post .post-nav .nav-next .svg-inline--fa {
  margin-left: 5px;
}
.blog-post .post-nav .nav-previous .svg-inline--fa {
  margin-right: 5px;
}
.blog-post .custom-quote {
  border-left: 3px solid #1a66c1;
  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 .svg-inline--fa {
  color: #144e94;
  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: #2999c4;
  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: #144e94;
  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;
  font-size: 18px;
}

.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;
}

.panorama {
  overflow: auto;
}

/* ======= 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-container .fc-time {
  color: #fff;
}
.fc-event-container .fc-title {
  color: #fff;
}
.fc-event-container a.fc-more {
  color: #144e94;
}

.fc-event {
  border-color: #144e94;
  background: #144e94;
  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, .svg-inline--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, button.fc-button:focus, button.fc-button:active, button.fc-button.fc-state-active, .svg-inline--fa button:hover, .svg-inline--fa button:focus, .svg-inline--fa button:active, .svg-inline--fa button.fc-state-active {
  border-color: #cccccc;
  color: #737373;
  background: #f5f5f5;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.calendar-wrapper .collapse {
  display: inherit;
}

/* ======= 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;
  height: 100%;
}
.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 .badge {
  position: absolute;
  right: 10px;
  top: 10px;
}
.docs-block .thumb-holder .icon-holder {
  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: 10px;
}
.docs-block .thumb-holder .icon-holder .pdf-file {
  color: #DA2D27;
}
.docs-block .thumb-holder .icon-holder .text-file {
  color: #66a0fd;
}
.docs-block .thumb-holder .icon-holder .excel-file {
  color: #0da95f;
}
.docs-block .thumb-holder .icon-holder .ppt-file {
  color: #f4b400;
}
.docs-block .desc {
  background: #fff;
  padding: 30px;
}
.docs-block .desc .title {
  color: #212121;
  font-size: 18px;
}
.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;
  font-size: 18px;
}
.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: px;
  -moz-border-radius: px;
  -ms-border-radius: px;
  -o-border-radius: px;
  border-radius: px;
  -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;
}

.blueimp-gallery > .close, .blueimp-gallery > .next, .blueimp-gallery > .play-pause, .blueimp-gallery > .prev, .blueimp-gallery > .slides > .slide > .slide-content {
  color: #fff !important;
}

/* ======= seminar Page ======= */
.seminars-page .page-hero {
  background: url("../images/hero/hero-seminars.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.seminar-apply-page .page-hero {
  background: url("../images/hero/hero-seminar-apply.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.seminar-single1-page .page-hero {
  background: url("../images/hero/hero-seminar-single1.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.seminar-single2-page .page-hero {
  background: url("../images/hero/hero-seminar-single2.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.seminar-single3-page .page-hero {
  background: url("../images/hero/hero-seminar-single3.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.seminar-single4-page .page-hero {
  background: url("../images/hero/hero-seminar-single4.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.page-no-hero {
  height: 90px;
  position: relative;
  padding-top: 30px;
  border-bottom: solid 1px #6c757d;
}
.seminars-page .page-no-hero {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.seminar-overview {
  max-width: 1100px;
  margin: 0 auto;
}

.seminars-list-block {
  padding-top: 30px;
  padding-bottom: 30px;
}
.seminars-list-block .block-title {
  font-size: 22px;
  color: #212121;
  margin-top: 0;
  margin-bottom: 15px;
}
.seminars-list-block .intro {
  margin-bottom: 30px;
}

.seminar-item {
  margin-bottom: 30px;
}
.seminar-item .inner {
  background: #fff;
  height: 100%;
  padding-bottom: 15px;
  position: relative;
}
.seminar-item .seminar-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}
.seminar-item .seminar-header {
  background: #144e94;
  color: #fff;
  padding: 10px;
  position: relative;
}
.seminar-item .seminar-header h3 {
  margin-bottom: 0;
}
.seminar-item .seminar-header img {
  margin-right: 10px;
}
.seminar-item .badge-new {
  position: absolute;
  right: 15px;
  top: 15px;
  background: #a5c5d6;
}
.seminar-item .seminar-content {
  padding: 15px;
}
.seminar-item .meta {
  font-size: 14px;
}
.seminar-item .seminar-footer {
  padding: 15px;
  background: gainsboro;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.seminar-item .course-title {
  background-color: #144e94;
  color: #fff;
  padding: 20px 20px 10px;
}
.seminar-item .course-thumb {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 10px;
  top: 10px;
}
.seminar-item .course-intro {
  padding-left: 90px;
}

.seminar-block {
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0 auto;
  max-width: 1100px;
}
.seminar-block .block-title {
  margin-top: 0;
  margin-bottom: 30px;
  color: #212121;
}
.seminar-block .block-title2 {
  margin-top: 0;
  color: #212121;
  background-color: #144e94;
  padding: 10px 5px 10px;
}
.seminar-block .meta-box {
  background: #fff;
  padding: 25px;
  margin-bottom: 30px;
}
.seminar-block .content-box {
  background: #fff;
  padding: 30px;
}

.main-cols-wrapper .seminar-block .block-title {
  font-size: 25px;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #212121;
}

.main-cols-wrapper .seminar-block .block-title2 {
  font-size: 25px;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #ffffff;
}

.meta-box li,
.meta-box ul {
  list-style: none;
  margin-left: -20px;
}

.apply-block {
  padding-bottom: 60px;
  max-width: 900px;
  margin: 0 auto;
}

.seminars-accordion .card {
  border: none;
  background: #fff;
  margin-bottom: 15px;
  -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;
}
.seminars-accordion .card .card-header {
  border: none;
  background: #fff;
  -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;
  margin-left: -20px;
}
.seminars-accordion .card .card-title {
  margin-bottom: 0;
}
.seminars-accordion .card .card-title .card-toggle {
  color: #212121;
  font-size: 20px;
  font-family: inherit;
  font-weight: normal;
  text-decoration: none;
  padding: 0;
}
.seminars-accordion .card .card-title .card-toggle .svg-inline--fa {
  color: #144e94;
  margin-right: 5px;
}

.seminar-access .item-title {
  margin-top: 20px;
  padding: 15px 20px;
  /* margin-bottom: 20px; */
  font-size: 20px;
  background-color: #144e94;
  color: #fff;
}
.seminar-access .desc {
  background-color: #fff;
  padding: 15px;
}
.seminar-access ul {
  padding-left: 0.3rem;
}
.seminar-access li {
  list-style: none;
  padding-bottom: 3px;
}

.nittei {
  padding-top: 5px;
}

.t-large {
  font-size: large;
}

/* ======= bsgl Page ======= */
.bsgl-page .page-hero {
  background: url("../images/hero/hero-bsgl.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100px;
}

.bsgl-overview {
  padding-top: 30px;
  margin: 0 auto;
  background-color: #fff;
}
.bsgl-overview h3 {
  margin-bottom: 5px;
}

.bsgls-list-block {
  padding-top: 30px;
  padding-bottom: 30px;
}
.bsgls-list-block .block-title {
  font-size: 22px;
  color: #212121;
  margin-top: 0;
  margin-bottom: 15px;
}
.bsgls-list-block .intro {
  margin-bottom: 30px;
}

.bsgl-item li,
.bsgl-item ul {
  list-style: none;
  margin-left: -20px;
}
.bsgl-item li .sub-style,
.bsgl-item ul .sub-style {
  margin-left: -10px;
}
.bsgl-item .inner {
  height: 100%;
  position: relative;
}
.bsgl-item .bsgl-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}
.bsgl-item .bsgl-header {
  background: #144e94;
  color: #fff;
  padding: 10px;
  position: relative;
}
.bsgl-item .bsgl-header h4 {
  margin-bottom: 0;
}
.bsgl-item .bsgl-header img {
  margin-right: 10px;
}
.bsgl-item .badge-new {
  position: absolute;
  right: 15px;
  top: 15px;
  background: #a5c5d6;
}
.bsgl-item .bsgl-content {
  padding: 0px 15px;
}
.bsgl-item .meta {
  font-size: 14px;
}
.bsgl-item .bsgl-footer {
  padding: 15px;
  background: gainsboro;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.bsgl-block {
  padding-bottom: 30px;
  margin: 0 auto;
  max-width: 1100px;
}
.bsgl-block .block-title {
  margin-top: 0;
  margin-bottom: 30px;
  color: #212121;
}
.bsgl-block .meta-box {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
}
.bsgl-block .content-box {
  background: #fff;
  padding: 30px;
}

.bsgl-block {
  padding-bottom: 60px;
  max-width: 1100px;
  margin: 0 auto;
}

.meta-box li,
.meta-box ul {
  list-style: none;
  margin-left: -20px;
}

.sub-style li,
.sub-style ul {
  margin-left: 10px;
  color: red;
}

/* ======= bs-ditail Page ======= */
.bs-ditails-page .page-hero {
  background: url("../images/hero/hero-bs-ditails.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bs-ditail-single-page .page-hero {
  background: url("../images/hero/hero-bs-ditail-single.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bs-ditail-overview {
  max-width: 1100px;
  padding-top: 30px;
  margin: 0 auto;
  background-color: #fff;
}
.bs-ditail-overview h3 {
  margin-bottom: 5px;
}

.bs-ditails-list-block {
  padding-top: 30px;
  padding-bottom: 30px;
}
.bs-ditails-list-block .block-title {
  font-size: 22px;
  color: #212121;
  margin-top: 0;
  margin-bottom: 15px;
}
.bs-ditails-list-block .intro {
  margin-bottom: 30px;
}

.bs-ditail-item li,
.bs-ditail-item ul {
  list-style: none;
  margin-left: -20px;
}
.bs-ditail-item li .sub-style,
.bs-ditail-item ul .sub-style {
  margin-left: -10px;
}
.bs-ditail-item .inner {
  height: 100%;
  position: relative;
}
.bs-ditail-item .bs-ditail-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}
.bs-ditail-item .bs-ditail-header {
  background: #144e94;
  color: #fff;
  padding: 10px;
  position: relative;
}
.bs-ditail-item .bs-ditail-header h4 {
  margin-bottom: 0;
}
.bs-ditail-item .bs-ditail-header img {
  margin-right: 10px;
}
.bs-ditail-item .badge-new {
  position: absolute;
  right: 15px;
  top: 15px;
  background: #a5c5d6;
}
.bs-ditail-item .bs-ditail-content {
  padding: 0px 15px;
}
.bs-ditail-item .meta {
  font-size: 14px;
}
.bs-ditail-item .bs-ditail-footer {
  padding: 15px;
  background: gainsboro;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.bs-ditail-block {
  padding: 30px;
  margin: 0 auto;
  max-width: 800px;
  background-color: #fff;
}
.bs-ditail-block .block-title {
  margin-top: 0;
  margin-bottom: 30px;
  color: #212121;
}
.bs-ditail-block .meta-box {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
}
.bs-ditail-block .content-box {
  background: #fff;
  padding: 30px;
}
.bs-ditail-block li {
  list-style: none;
}

.bs-ditail-block {
  padding-bottom: 15px;
  max-width: 800px;
  margin: 0 auto;
}
.bs-ditail-block ul {
  list-style: none;
  margin-left: -20px;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 35px;
}

.ibold {
  font-weight: bolder;
}

.nextline {
  border-bottom: 2px solid #eee;
  margin-bottom: 30px;
}

.description {
  background: linear-gradient(transparent 85%, #ff99ff 60%);
}

.description:before {
  content: "\a";
  white-space: pre;
}

.bsgl-content .desc a {
  color: #2999c4;
}

a.anchor {
  display: block;
  margin-top: -30px;
  padding-top: 30px;
}

/* ======= publication Page ======= */
.publication-page .page-hero {
  background: url("../images/hero/hero-publication.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.publication-overview {
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 30px;
}
.publication-overview .item-cont {
  background-color: #fff;
  padding-top: 25px;
}

.publi-block {
  padding-bottom: 60px;
  margin: 0 auto;
  max-width: 1100px;
}
.publi-block .block-title {
  margin-top: 0;
  margin-bottom: 30px;
  color: #212121;
}
.publi-block .meta-box {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
}
.publi-block .content-box {
  background: #fff;
  padding: 30px 30px;
  margin: 0 -12px 30px;
}

.items-overview {
  background-color: #fff;
}

.events-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.events-section .section-title {
  margin-top: 0;
  margin-bottom: 30px;
}
.events-section .events-items {
  background: #fff;
  padding: 30px;
}
.events-section .event-title {
  color: #212121;
  font-size: 18px;
}
.events-section .item {
  position: relative;
  padding-left: 140px;
  margin-bottom: 50px;
}
.events-section .meta {
  font-size: 14px;
}
.events-section .meta .svg-inline--fa {
  margin-right: 5px;
  color: #999;
}
.events-section .book_img {
  width: 110px;
  height: 110px;
  -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;
  color: #fff;
  text-align: center;
  display: table;
  line-height: 1.2;
  position: absolute;
  left: 15px;
  top: 0;
}
.events-section .book_img .date {
  font-size: 22px;
  font-weight: bold;
}
.events-section .book_img .month {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.8px;
}
.events-section .book_img-inner {
  display: table-cell;
  vertical-align: middle;
}
.events-section .action {
  margin-top: 30px;
}
.events-section .action .btn {
  width: 260px;
}

.news-section {
  background: #2999c4;
  padding-top: 60px;
  padding-bottom: 60px;
}
.news-section .section-title {
  margin-top: 0;
  margin-bottom: 30px;
  color: #fff;
}
.news-section .item {
  margin-bottom: 30px;
}
.news-section .item-inner {
  position: relative;
  height: 100%;
  background: #fff;
}
.news-section .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);
}
.news-section .item-inner .link {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  cursor: pointer;
}
.news-section .item-inner .content-holder {
  padding: 30px;
  background: #fff;
}
.news-section .item-inner .news-title {
  font-size: 18px;
}
.news-section .item-inner .news-title a {
  color: #2999c4;
}
.news-section .action {
  margin-top: 30px;
}
.news-section .action .btn {
  width: 260px;
}

.btn_r {
  margin: 10px;
  text-align: center;
}

/* ======= 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: 900px;
  margin: 0 auto;
}

.legal-block2 {
  padding-bottom: 60px;
  max-width: 900px;
  margin: 0 auto;
}

.block-page {
  padding: 30px;
  background: #fff;
}
.block-page dt {
  padding-top: 30px;
}
.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;
}
.block-page .section-heading {
  padding: 30px 0 5px;
}

.block-page2 {
  padding: 30px 30px;
  background: #fff;
}
.block-page2 .block-page-title {
  color: #212121;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 28px;
}
.block-page2 .page-row {
  margin-bottom: 30px;
}
.block-page2 .page-row .section-heading {
  font-size: 20px;
  color: #212121;
}
.block-page2 .box {
  background: #f5f5f5;
  padding: 15px;
  font-size: 14px;
}
.block-page2 .section-heading {
  padding: 30px 0 5px;
}

.kesseki {
  padding-left: 15px;
}

ul.list-right {
  list-style-type: none;
  padding-left: 0;
}

ul.list-right li {
  padding-left: 1.5em;
  text-indent: -1.5em;
  margin-bottom: 10px;
}

ul.list-right li:before {
  content: "\f007";
  color: #2999c4;
  font-family: Font Awesome 5 Free;
  font-weight: 400;
  margin-right: 0.55em;
}

/* ======= Contact Page ======= */
.contact_page-hero {
  height: 200px;
  color: #fff;
  position: relative;
  padding-top: 30px;
}
.contact_page-hero .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10;
}
.contact_page-hero .hero-page-title {
  z-index: 20;
  position: relative;
  margin-top: 0;
}
.contact_page-hero .hero-page-title h1 {
  font-size: 36px;
}
.contact-page .contact_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: 1000px;
  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;
  font-size: 24px;
}
.contact-block .info-item .item-inner {
  padding: 30px;
  background: #fff;
  height: 100%;
}
.contact-block .info-item .item-inner li {
  font-size: 18px;
}
.contact-block .info-item .cat {
  margin-bottom: 15px;
  margin-bottom: 30px;
}
.contact-block .info-item .cat .cat-title {
  color: #2999c4;
  font-size: 22px;
}
.contact-block .info-item .cat a {
  color: #666666;
}
.contact-block .info-item .cat a:hover {
  color: #144e94;
}
.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%;
}

.form-box .form-value {
  padding: 7px 0;
}

.form-box .confirm {
  border-bottom: 1px dotted rgba(204, 204, 204, 0.541);
}

.form-box .confirm .col-form-label {
  font-weight: bold;
}

/* ======= 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;
  justify-content: center !important;
}

.modal button.close {
  font-size: 28px;
  font-weight: 400;
  text-shadow: none;
  background: none;
  position: absolute;
  right: 15px;
  top: 30px;
  z-index: 10;
  width: 32px;
  height: 32px;
  -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: #144e94;
  color: #fff;
  outline: none;
  line-height: 0;
  padding: 5px;
  border: none;
  -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;
}
.modal button.close:hover {
  background: #212121;
}
.modal button.close:focus {
  box-shadow: none;
  outline: none;
}

.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;
  margin-bottom: 15px;
}
.news-modal .modal-title {
  color: #144e94;
  font-size: 26px;
  margin-bottom: 0;
}
.news-modal .modal-body {
  padding: 15px 30px;
  padding-top: 0;
}
.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;
  background: #fff;
}

.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 .svg-inline--fa {
  margin-right: 5px;
}
.calendar-modal #eventUrl {
  color: #fff;
}
.calendar-modal .btn-link .svg-inline--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;
}
.staff-modal button.close {
  top: 15px;
}

/* 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.slide-1 {
    background-position: 90% center;
  }
  .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%;
  }
  .timeline-container .timeline-content:before,
  .timeline-container .timeline-content.right:before {
    border-right: 5px solid #fff;
  }
  .gallery-block .item-inner .title {
    font-size: 16px;
  }
  .gallery-block .item-inner .desc {
    padding: 15px;
  }
}
@media (min-width: 576px) {
  .modal-video .modal-dialog {
    max-width: 1200px;
  }
  .news-modal .modal-dialog {
    max-width: 900px;
  }
  .staff-modal .modal-dialog {
    max-width: 900px;
  }
  .calendar-modal .modal-dialog {
    max-width: 680px;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }
  .branding .logo {
    float: left;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .branding .tagline {
    float: left;
    font-size: 20px;
    padding-left: 15px;
  }
  .hero-overlay .overlay-lower .links .link {
    padding: 30px 15px;
  }
}
@media (min-width: 992px) {
  .col-side-inner {
    padding-left: 30px;
  }
  .branding .logo {
    float: left;
    padding-right: 30px;
  }
  .branding .logo img {
    max-height: 50px;
    max-width: auto;
  }
  .branding .tagline {
    padding-left: 30px;
    float: left;
    font-size: 22px;
  }
  .hero-overlay .overlay-lower .links .link {
    padding: 45px 30px;
  }
  .e-large-btn {
    width: 300px;
  }
}
@media (min-width: 1200px) {
  .e-large-btn {
    width: 300px;
  }
}
/* fix iOS bug not displaying 100vh correctly */
/* ipad */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .hero-slider-wrapper .flexslider {
    height: 768px;
  }
  .hero-slider-wrapper .flexslider .slide {
    height: 768px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .hero-slider-wrapper .flexslider {
    height: 1024px;
  }
  .hero-slider-wrapper .flexslider .slide {
    height: 1024px;
  }
}
/* iphone5 */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  .hero-slider-wrapper .flexslider {
    height: 320px;
  }
  .hero-slider-wrapper .flexslider .slide {
    height: 320px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  .hero-slider-wrapper .flexslider {
    height: 320px;
  }
  .hero-slider-wrapper .flexslider .slide {
    height: 568px;
  }
}
/* iPhone 4 */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .hero-slider-wrapper .flexslider {
    height: 320px;
  }
  .hero-slider-wrapper .flexslider .slide {
    height: 320px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .hero-slider-wrapper .flexslider {
    height: 480px;
  }
  .hero-slider-wrapper .flexslider .slide {
    height: 480px;
  }
}
/* ======= セミナー Page ======= */
.セミナー-page .page-hero {
  background: url("../images/hero/hero-セミナー.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.opensessions-section {
  background: #2999c4;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.opensessions-section .section-title {
  margin-top: 0;
  margin-bottom: 45px;
}
.opensessions-section .intro {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.opensessions-dates {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 30px;
}
.opensessions-dates .item-inner {
  background: #fff;
  padding: 30px;
  color: #666666;
  height: 100%;
}
.opensessions-dates .item-inner .title {
  color: #212121;
  margin-top: 0;
  margin-bottom: 30px;
}
.opensessions-dates .date-item {
  margin-bottom: 30px;
}
.opensessions-dates .date-item:last-child {
  margin-bottom: 0;
}
.opensessions-dates .date-item p {
  margin-bottom: 10px;
}
.opensessions-dates .date-item .svg-inline--fa {
  margin-right: 5px;
}
.opensessions-dates .date-item .note {
  color: #999;
  font-size: 14px;
}

.timeline-section {
  padding-top: 60px;
  padding-bottom: 30px;
}
.timeline-section .section-title {
  margin-top: 0;
  margin-bottom: 45px;
}

.timeline-container {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.timeline-container:before {
  content: "";
  width: 3px;
  height: 84%;
  background: #2999c4;
  margin-left: 19px;
  top: 0;
  position: absolute;
}
.timeline-container .timeline-item {
  position: relative;
  margin-bottom: 30px;
}
.timeline-container .timeline-content {
  background: #fff;
  padding: 20px;
  margin: 0 30px;
  -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 {
  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: #2999c4;
  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 .svg-inline--fa {
  margin-right: 5px;
  color: #2999c4;
}
.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: #2999c4;
  position: relative;
}
.timeline-container .timeline-content .files .file-item a {
  color: #666666;
}
.timeline-container .timeline-content .files .file-item .badge {
  position: absolute;
  right: 0;
  color: #fff;
}
.timeline-container .timeline-content .files .file-item .svg-inline--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: #2999c4;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  overflow: hidden;
  margin-left: -5px;
  -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: #2999c4;
}

/* ======= member Page ======= */
.member-page .page-hero {
  background: url("../images/hero/hero-member.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* ======= member-cba Page ======= */
.member-cba-page .page-hero {
  background: url("../images/hero/hero-member-cba.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.member-cba-single1-page .page-hero {
  background: url("../images/hero/hero-member-cba-single1.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.member-cba-single2-page .page-hero {
  background: url("../images/hero/hero-member-cba-single2.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.member-cba-single3-page .page-hero {
  background: url("../images/hero/hero-member-cba-single3.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.member-cba-single4-page .page-hero {
  background: url("../images/hero/hero-member-cba-single4.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.member-cba-overview {
  max-width: 1100px;
  margin: 0 auto;
}

.member-cba-list-block {
  padding-top: 30px;
  padding-bottom: 30px;
}
.member-cba-list-block .block-title {
  font-size: 22px;
  color: #212121;
  margin-top: 0;
  margin-bottom: 15px;
}
.member-cba-list-block .intro {
  margin-bottom: 30px;
}

.member-cba-item {
  margin-bottom: 30px;
}
.member-cba-item .item-title {
  margin-top: 20px;
  padding: 15px 20px;
  /* margin-bottom: 20px; */
  font-size: 20px;
  background-color: #144e94;
  color: #fff;
}
.member-cba-item .desc {
  background-color: #fff;
  padding: 15px;
}
.member-cba-item ul {
  padding-top: 10px;
  padding-left: 0.3rem;
}
.member-cba-item li {
  list-style: none;
  padding-bottom: 3px;
}

.badge-new {
  position: absolute;
  right: 15px;
  top: 15px;
  background: #a5c5d6;
}

.meta {
  font-size: 14px;
}

.member-cba-footer {
  padding: 15px;
  background: gainsboro;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.course-title {
  background-color: #144e94;
  color: #fff;
  padding: 20px;
}

.course-thumb {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 10px;
  top: 10px;
}

.course-intro {
  padding-left: 90px;
}

.member-cba-block {
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0 auto;
  max-width: 1100px;
}
.member-cba-block .block-title {
  margin-top: 0;
  margin-bottom: 30px;
  color: #212121;
}
.member-cba-block .meta-box {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
}
.member-cba-block .content-box {
  background: #fff;
  padding: 30px;
}

.main-cols-wrapper .member-cba-block .block-title {
  font-size: 25px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #212121;
}

.meta-box li,
.meta-box ul {
  list-style: none;
  margin-left: -20px;
}

.apply-block {
  padding-bottom: 60px;
  max-width: 900px;
  margin: 0 auto;
}

.link-right {
  color: #2999c4;
}

.dd-down {
  padding-bottom: 10px;
}

/* ======= brewery-importer Page ======= */
.brewery-importer-page .page-hero {
  background: url("../images/hero/hero-brewery-importer.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* ======= faq Page ======= */
.faq-page .page-hero {
  background: url("../images/hero/hero-faq.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.faq-block {
  padding-top: 60px;
  padding-bottom: 60px;
  max-width: 900px;
  margin: 0 auto;
}

.faq-block2 {
  padding-bottom: 60px;
  max-width: 900px;
  margin: 0 auto;
}

.faq-page {
  padding: 0px;
}
.faq-page dt {
  padding-top: 30px;
}
.faq-page .faq-page-title {
  color: #212121;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 28px;
}
.faq-page .page-row {
  margin-bottom: 30px;
}
.faq-page .page-row .section-heading {
  font-size: 20px;
  color: #212121;
}
.faq-page .box {
  background: #f5f5f5;
  padding: 15px;
  font-size: 14px;
}
.faq-page .section-heading {
  padding: 30px 0 5px;
}

.faqs-accordion .card {
  border: none;
  background: #fff;
  margin-bottom: 15px;
  -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;
}
.faqs-accordion .card .card-header {
  border: none;
  background: #fff;
  -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;
}
.faqs-accordion .card .card-title {
  margin-bottom: 0;
}
.faqs-accordion .card .card-title .card-toggle {
  color: #212121;
  font-size: 16px;
  font-family: inherit;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
  padding: 0;
  padding-left: 2em;
  text-indent: -1.8em;
}
.faqs-accordion .card .card-title .card-toggle .svg-inline--fa {
  color: #144e94;
  margin-right: 5px;
}

/* ======= brewery-importer Page ======= */
.brewery-importers-page .page-hero {
  background: url("../images/hero/hero-brewery-importers.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.brewery-importer-single1-page .page-hero {
  background: url("../images/hero/hero-brewery-importer-single1.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.brewery-importer-single2-page .page-hero {
  background: url("../images/hero/hero-brewery-importer-single2.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.brewery-importer-single3-page .page-hero {
  background: url("../images/hero/hero-brewery-importer-single3.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.brewery-importer-single4-page .page-hero {
  background: url("../images/hero/hero-brewery-importer-single4.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.brewery-importer-overview {
  max-width: 1100px;
  margin: 0 auto;
}

.brewery-importers-list-block {
  padding-top: 30px;
  padding-bottom: 30px;
}
.brewery-importers-list-block .block-title {
  font-size: 22px;
  color: #212121;
  margin-top: 0;
  margin-bottom: 15px;
}
.brewery-importers-list-block .intro {
  margin-bottom: 30px;
}

.brewery-importer-item {
  margin-bottom: 30px;
}
.brewery-importer-item .inner {
  background: #fff;
  height: 100%;
  padding-bottom: 15px;
  position: relative;
}
.brewery-importer-item .brewery-importer-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}
.brewery-importer-item .brewery-importer-header {
  background: #144e94;
  color: #fff;
  padding: 10px;
  position: relative;
}
.brewery-importer-item .brewery-importer-header h3 {
  margin-bottom: 0;
}
.brewery-importer-item .brewery-importer-header img {
  margin-right: 10px;
}
.brewery-importer-item .badge-new {
  position: absolute;
  right: 15px;
  top: 15px;
  background: #a5c5d6;
}
.brewery-importer-item .brewery-importer-content {
  padding: 30px 15px 0;
}
.brewery-importer-item .meta {
  font-size: 14px;
}
.brewery-importer-item .brewery-importer-footer {
  padding: 15px;
  background: gainsboro;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.brewery-importer-item .case-title {
  background-color: #144e94;
  color: #fff;
  height: 100px;
  padding: 15px 10px;
  margin: 0;
}
.brewery-importer-item .case-title img {
  margin: 0 auto;
}
.brewery-importer-item .case-thumb {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 10px;
  margin: 0 auto;
}
.brewery-importer-item .case-intro {
  padding: 10px 0 0 90px;
}

.brewery-importer-block {
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0 auto;
  max-width: 1100px;
}
.brewery-importer-block .block-title {
  margin-top: 0;
  margin-bottom: 30px;
  color: #212121;
}
.brewery-importer-block .meta-box {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
}
.brewery-importer-block .content-box {
  background: #fff;
  padding: 30px;
}

.main-cols-wrapper .brewery-importer-block .block-title {
  font-size: 25px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #212121;
}

.meta-box li,
.meta-box ul {
  list-style: none;
  margin-left: -20px;
}

.apply-block {
  padding-bottom: 60px;
  max-width: 900px;
  margin: 0 auto;
}

.brewery-importers-accordion .card {
  border: none;
  background: #fff;
  margin-bottom: 15px;
  -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;
}
.brewery-importers-accordion .card .card-header {
  border: none;
  background: #fff;
  -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;
  margin-left: -20px;
}
.brewery-importers-accordion .card .card-title {
  margin-bottom: 0;
}
.brewery-importers-accordion .card .card-title .card-toggle {
  color: #212121;
  font-size: 16px;
  font-family: inherit;
  font-weight: normal;
  text-decoration: none;
  padding: 0;
}
.brewery-importers-accordion .card .card-title .card-toggle .svg-inline--fa {
  color: #144e94;
  margin-right: 5px;
}

.brewery-importer-access .item-title {
  margin-top: 20px;
  padding: 15px 20px;
  /* margin-bottom: 20px; */
  font-size: 20px;
  background-color: #144e94;
  color: #fff;
}
.brewery-importer-access .desc {
  background-color: #fff;
  padding: 15px;
}
.brewery-importer-access ul {
  padding-left: 0.3rem;
}
.brewery-importer-access li {
  list-style: none;
  padding-bottom: 3px;
}
.brewery-importer-access a {
  padding-left: 10px;
}

.brewery-importer-content ul {
  padding-left: 0.3rem;
}
.brewery-importer-content li {
  list-style: none;
  padding-bottom: 3px;
}
.brewery-importer-content a {
  padding-left: 10px;
}

/* ======= competition Page ======= */
.competition-page .page-hero {
  background: url("../images/hero/hero-competition.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.awards-list-block {
  padding-top: 60px;
  padding-bottom: 60px;
}
.awards-list-block .block-title {
  font-size: 22px;
  color: #212121;
  margin-top: 0;
  margin-bottom: 15px;
}
.awards-list-block .intro {
  margin-bottom: 30px;
}

.award-item {
  margin-bottom: 30px;
}
.award-item .inner {
  background: #fff;
  height: 100%;
  padding-bottom: 52px;
  position: relative;
}
.award-item .award-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}
.award-item .award-header {
  background: #144e94;
  color: #fff;
  padding: 15px;
  position: relative;
}
.award-item .badge-new {
  position: absolute;
  right: 15px;
  top: 15px;
  background: #a5c5d6;
}
.award-item .award-content {
  padding: 15px;
  font-size: 1.1em;
}
.award-item .meta {
  font-size: 18px;
}
.award-item .award-footer {
  padding: 15px;
  background: gainsboro;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.award-block {
  padding-top: 60px;
  padding-bottom: 60px;
  margin: 0 auto;
  max-width: 800px;
}
.award-block .block-title {
  margin-top: 0;
  margin-bottom: 30px;
  color: #212121;
}
.award-block .meta-box {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
}
.award-block .content-box {
  background: #fff;
  padding: 30px;
}

.award-list .item-title {
  margin-top: 20px;
  padding: 15px 20px;
  /* margin-bottom: 20px; */
  font-size: 20px;
  background-color: #144e94;
  color: #fff;
}
.award-list .desc {
  background-color: #fff;
  padding: 15px;
}
.award-list ul {
  padding-left: 0.3rem;
}
.award-list li {
  list-style: none;
  padding-bottom: 5px;
}
.award-list a {
  padding-left: 10px;
}

.p-list {
  font-size: 1.2em;
  font-weight: bold;
  color: #2999c4;
}

.list-cl {
  list-style: none;
}

/* ======= important Page ======= */
.imp-page .page-hero {
  background: url("../images/hero/hero-important.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.imp-block {
  padding-top: 60px;
  padding-bottom: 60px;
  max-width: 900px;
  margin: 0 auto;
}

.imp-block2 {
  padding-bottom: 60px;
  max-width: 900px;
  margin: 0 auto;
}

.imp-date {
  text-align: right;
}

.imp-mid {
  border-left: solid 6px #2999c4;
  padding-left: 10px;
  margin: 50px 0 20px;
}

/* ======= volunteer Page ======= */
.volunteer-page .page-hero {
  background: url("../images/hero/hero-volunteer.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.vol-block {
  padding-top: 60px;
  padding-bottom: 60px;
  max-width: 900px;
  margin: 0 auto;
}

.vol-block2 {
  padding-bottom: 60px;
  max-width: 900px;
  margin: 0 auto;
}

/* ======= press Page ======= */
.press-page .page-hero {
  background: url("../images/hero/hero-press.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.page-hero .press-overview {
  max-width: 1100px;
  margin: 0 auto;
}
.page-hero .press-list-block {
  padding-top: 30px;
  padding-bottom: 30px;
}
.page-hero .press-list-block .block-title {
  font-size: 22px;
  color: #212121;
  margin-top: 0;
  margin-bottom: 15px;
}
.page-hero .press-list-block .intro {
  margin-bottom: 30px;
}
.page-hero .press-item {
  margin-bottom: 30px;
}
.page-hero .press-item .item-title {
  margin-top: 20px;
  padding: 15px 20px;
  /* margin-bottom: 20px; */
  font-size: 20px;
  background-color: #144e94;
  color: #fff;
}
.page-hero .press-item .desc {
  background-color: #fff;
  padding: 15px;
}
.page-hero .press-item ul {
  padding-top: 10px;
  padding-left: 0.3rem;
}
.page-hero .press-item li {
  list-style: none;
  padding-bottom: 3px;
}
.page-hero .press-item a {
  padding-left: 10px;
}
.page-hero .badge-new {
  position: absolute;
  right: 15px;
  top: 15px;
  background: #a5c5d6;
}
.page-hero .meta {
  font-size: 14px;
}
.page-hero .press-footer {
  padding: 15px;
  background: gainsboro;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.page-hero .course-title {
  background-color: #144e94;
  color: #fff;
  padding: 20px;
}
.page-hero .course-thumb {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 10px;
  top: 10px;
}
.page-hero .course-intro {
  padding-left: 90px;
}
.page-hero .press-block {
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0 auto;
  max-width: 1100px;
}
.page-hero .press-block .block-title {
  margin-top: 0;
  margin-bottom: 30px;
  color: #212121;
}
.page-hero .press-block .meta-box {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
}
.page-hero .press-block .content-box {
  background: #fff;
  padding: 30px;
}
.page-hero .main-cols-wrapper .press-block .block-title {
  font-size: 25px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #212121;
}
.page-hero .meta-box li,
.page-hero .meta-box ul {
  list-style: none;
  margin-left: -20px;
}
.page-hero .apply-block {
  padding-bottom: 60px;
  max-width: 900px;
  margin: 0 auto;
}
.page-hero .link-right {
  color: #2999c4;
}
.page-hero .dd-down {
  padding-bottom: 10px;
}

.main-photo {
  padding: 0 30px 30px;
}

.space-3 {
  margin-top: 30px;
}

/* ======= past-article Page ======= */
.past-article-page .page-hero {
  background: url("../images/hero/hero-past-article.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.universal-block {
  padding-top: 60px;
  padding-bottom: 60px;
  max-width: 900px;
  margin: 0 auto;
}

.universal-block2 {
  padding-bottom: 60px;
  max-width: 900px;
  margin: 0 auto;
}

.block-page {
  padding: 30px;
  background: #fff;
}
.block-page dt {
  padding-top: 30px;
}
.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;
}
.block-page .section-heading {
  padding: 30px 0 5px;
}

.block-page2 {
  padding: 30px 30px;
  background: #fff;
}
.block-page2 .block-page-title {
  color: #212121;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 28px;
}
.block-page2 .page-row {
  margin-bottom: 30px;
}
.block-page2 .page-row .section-heading {
  font-size: 20px;
  color: #212121;
}
.block-page2 .box {
  background: #f5f5f5;
  padding: 15px;
  font-size: 14px;
}
.block-page2 .section-heading {
  padding: 30px 0 5px;
}

/* ======= universal Page ======= */
.universal-page .page-hero {
  background: url("../images/hero/universal.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.universal-block {
  padding-top: 60px;
  padding-bottom: 60px;
  max-width: 900px;
  margin: 0 auto;
}

.universal-block2 {
  padding-bottom: 60px;
  max-width: 900px;
  margin: 0 auto;
}

.block-page {
  padding: 30px;
  background: #fff;
}
.block-page dt {
  padding-top: 30px;
}
.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;
}
.block-page .section-heading {
  padding: 30px 0 5px;
}

.block-page2 {
  padding: 30px 30px;
  background: #fff;
}
.block-page2 .block-page-title {
  color: #212121;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 28px;
}
.block-page2 .page-row {
  margin-bottom: 30px;
}
.block-page2 .page-row .section-heading {
  font-size: 20px;
  color: #212121;
}
.block-page2 .box {
  background: #f5f5f5;
  padding: 15px;
  font-size: 14px;
}
.block-page2 .section-heading {
  padding: 30px 0 5px;
}

ul.list-right {
  list-style-type: none;
  padding-left: 0;
}

ul.list-right li {
  padding-left: 1.5em;
  text-indent: -1em;
  margin-bottom: 10px;
}

ul.list-right li:before {
  content: "\f0da";
  font-weight: 400;
  font: var(--fa-font-solid);
  color: #2999c4;
  font-family: "Font Awesome 6 Free";
  margin-right: 0.55em;
}

.icon-pl {
  padding-left: 20px;
  color: #144e94;
}/*# sourceMappingURL=theme-1.css.map */