@charset "UTF-8";
/* CSS Document */
body {
    background-color: #ffffff;
    font-family: Roboto;    color: #222222}
h1, .h1, h2, .h2, h3, .h3,  h4, .h4, h5, .h5, h6 {
    font-family: Roboto;
}
a, .btn-link {
    color: #133869;
    text-decoration: none;
}
a:hover, .btn-link:hover {
    color: #61a1f8;
    text-decoration: none;
}
.header h1 {
    color: #FFF;
}
.bg-primary, .bg-header {
    background-color: #133869!important;
}
.bg-primary-text {
    color: #FFF;
}
.countdown-box {
    background: #133869;
    color: #FFF;
}
.bg-secondary {
    background-color: #61a1f8!important;
}
.bg-secondary-text {
    color: #222;
}
.text-primary {
    color: #133869!important;
}
.text-secondary {
    color: #61a1f8!important;
}
.border-primary {
    border-color: #133869!important;
}
.border-secondary {
    border-color: #61a1f8!important;
}
.card i {
    color: #133869}
.nav-link {
    color: #133869;
}
.social-link i:hover {
    color: #133869!important;
}
.nav-link:focus, .nav-link:hover {
    color: rgba(7, 21, 40);
    text-decoration: none;
}
.navbar-toggler {
    color: #133869;
}
.dropdown-item:hover, .dropdown-item:active {
    background: #133869;
    color: #FFF;
    text-decoration: none;
}
.bg-footer {
    background-color: #133869;
    color: #FFF;
}
.bg-footer a {
    color: #FFF;
}
.bg-footer a:hover {
    color: rgba(7, 21, 40);
    text-decoration: none;
}
#ScrollTopButton {
  color: #FFF;
  background-color: rgba(19,56,105, 0.5);
}
#ScrollTopButton:hover {
  color: #222;
  background-color: rgba(7, 21, 40, 0.5);
}
.btn-primary {
    background-color: #133869;
    border-color: #133869;
    color: #FFF}
.btn-primary:hover {
    background-color: rgba(7, 21, 40);
    border-color: rgba(7, 21, 40);
    color: #FFF}
.btn-primary.focus, .btn-primary:focus {
    background-color: rgba(7, 21, 40)!important;
    border-color: rgba(7, 21, 40)!important;
    color: #FFF!important
}
.btn-primary.disabled, .btn-primary:disabled {
    background-color: #133869!important;
    border-color: #133869!important;
    color: #FFF!important
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    background-color: rgba(7, 21, 40)!important;
    border-color: rgba(7, 21, 40)!important;
    color: #FFF!important
}
.btn-secondary {
    background-color: #61a1f8;
    border-color: #61a1f8;
    color: #222}
.btn-secondary:hover {
    background-color: rgba(24, 117, 245);
    border-color: rgba(24, 117, 245);
    color: #222}
.btn-secondary.focus, .btn-secondary:focus {
    background-color: rgba(24, 117, 245)!important;
    border-color: rgba(24, 117, 245)!important;
    color: #222!important
}
.btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #61a1f8!important;
    border-color: #61a1f8!important;
    color: #222!important
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle, .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    background-color: rgba(24, 117, 245)!important;
    border-color: rgba(24, 117, 245)!important;
    color: #222!important
}
.form-control:focus {
    border: 1px solid #133869;
}
.nav-tabs > li > a,
.nav-tabs.nav-justified > li > a {
    color: #133869;
}
.nav-tabs > li > a:hover,
.nav-tabs.nav-justified > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs.nav-justified > li > a:focus {
    color: #133869;
}
.nav-tabs > li > a.active {
    color: #133869;
}
.nav-tabs > li > a.active,
.nav-tabs > li > a.active:focus,
.nav-tabs > li > a.active:hover,
.nav-tabs.nav-justified > li > a.active,
.nav-tabs.nav-justified > li > a.active:hover,
.nav-tabs.nav-justified > li > a.active:focus {  
    border-bottom: 2px solid #133869;
    color: #133869;
}
.about-table i {
    font-size: 22px;
    --fa-primary-color: #61a1f8;
    --fa-secondary-color: #133869;
    --fa-secondary-opacity: 1;
}
.duotone {
    --fa-primary-color: #61a1f8;
    --fa-secondary-color: #133869;
    --fa-secondary-opacity: 1;
}
.list-item {
    color: #133869;
}
.social-btn a {
    color: #133869;
}
.social-btn a:hover {
    color: #61a1f8 !important;
}
.accordion-button:not(.collapsed) {
    color: #133869;
    background-color: rgba(19,56,105, 0.1);
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23133869'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.page-link {
  color: #FFF!important;
}
.page-link:hover {
  color: #FFF!important;
  background-color: #133869;
  border-color: #133869;
}
.page-item.active .page-link {
  color: #FFF!important;
  background-color: #133869;
  border-color: #133869;
}
.alert-primary {
    color: #133869;
    background-color: rgba(19,56,105, 0.2);
    border-color: rgba(19,56,105, 0.3);
}
.alert-secondary {
    color: #61a1f8;
    background-color: rgba(97,161,248, 0.2);
    border-color: rgba(97,161,248, 0.3);
}
.overlay-primary, .section-overlay-primary::before {
    background-color: rgba(19,56,105, 0.6);
}
.overlay-primary, .section-overlay-primary {
    color: #FFF;
}
.overlay-secondary, .section-overlay-secondary::before {
    background-color: rgba(97,161,248, 0.6);
}
.overlay-secondary, .section-overlay-secondary {
    color: #222;
}
.overlay-light, .overlay-light h1, .section-overlay-light {
    color: #133869;
}
.summary i {
    color: #61a1f8;
}
.summary h3 {
    color: #133869;
}
.info_content, .info_content h4 {
  font-family: Roboto;
  color: #222222}
.home-banner-2 {
	background: linear-gradient(
    180deg,
    #133869 0%,
    #1a4f93 100%
  );
  margin-bottom: 0;
  margin-top: 0;
}
.card-header {
	background: linear-gradient(
    180deg,
    #133869 0%,
    #1a4f93 100%
  ) !important;
}
.overlay-dark {
    background-color: rgba(0, 0, 0, 0.0) !important; 
}
.card {
  	border-radius: 5px !important;
}
.card-img-top {
	border-radius: 5px 5px 0px 0px !important;
}
.header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(19, 56, 105, 0.80);
}

.header-content {
  position: relative;
  z-index: 1;
}
.gray-bg {
	background: #f5f5f7;
}
.form-control {
	border-radius: 5px !important;
}
.header-content {
	height: 150px !important;
}
.icons-white i,
.icons-white span {
  color: white;
}
.overlay-dark1 {
  position: relative;
}

.overlay-dark1::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(19, 56, 105, 0.95);
  z-index: 1;
}
.overlay-dark1 &gt; * {
  position: relative;
  z-index: 2;
}
.homeheader-button1 {
	background: #133869;
  	transition: 0.2s;
  	color: #ffffff;
}
.homeheader-button2 {
	background: #ffffff;
  	transition: 0.2s;
  	color: #000000;
}
.homeheader-button1:hover {
	background: #0d274a;
  	transition: 0.2s;
  	color: #ffffff;
}
.homeheader-button2:hover {
	background: #cccccc;
  	transition: 0.2s;
  	color: #000000;
}
.dropdown-menu {
    background: #fff;
    border: 2px solid #133869;
    border-radius: 5px;
	padding: 0px;
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    transition: opacity 0.1s ease, transform 0.1s ease;
}
.dropdown-item { 
  font-weight: 600; 
  color: #133869;
}
.dropdown-item:hover { 
  background: #133869;
  font-weight: 600; 
  color: #ffffff;
  transition: 0.2s;
}

.dropdown-menu.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.logo-container img {
  height: 180px;
  padding: 10px 0;
}
.nav-link {
    color: #133869;
    font-weight: 500;
    border-bottom: 3px solid transparent;
    font-size: 17px;
}
.nav-link:hover,
.nav-link:active,
.nav-link:focus {
    color: #61a1f8;
    text-decoration: none;
}
.nav-link {
  	border-bottom: 0 !important;
}
@media (min-width: 1400px) {
    .nav-link:hover,
    .nav-link:focus {
        border-bottom: 3px solid #61a1f8;
    }
}
.cta {
    font-weight: 600;
}
.accordion-button {
	font-size: 20px;
}
.accordion-button:not(.collapsed) {
    background: none;
    color: #61a1f8;
    box-shadow: none;
}
.summary-icon {
	font-size: 40px;
	color: #133869;
}
.summary-heading {
	font-size: 18px;
	color: #61a1f8;
	font-weight: 600;
	margin-bottom: 0;
}
.summary-description {
	font-size: 0.9em;
	margin-bottom: 0;
}
.header-content {
	height: 400px;
}
footer ul {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
}
footer {
    padding-top: 0;
}
.footer a {
    color: #FFF;
}
.bg-footer a:hover {
    color: #61a1f8!important;
}
@media (min-width: 768px) {
    .nav-footer {
        display: inline-block;
        padding-left: 0;
        margin-bottom: 0;
    }
    .nav-footer li {
        float: left;
        margin-bottom: 0;
    }
    .nav-footer li a {
        position: relative;
        display: block;
        padding: 5px 15px;
    }
}
.course .card {
  border: none;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 16px 0px;
}
.filters .card, .filters .list-group-item {
  border: none;
}
.filters .card-header {
  background: none;
  border-bottom: none;
}
.filters input {
  margin-right: 10px;
}
.bg-green {
	background: linear-gradient(to right, rgba(67, 160, 53, 1), rgba(56, 202, 34, 1));
}
.countdown-box {
	background: #354B32;
	color: #FFF;
	border: none;
	border-radius: 6px;
}
.countdown-heading {
    padding-bottom: 10px;
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table tr, .table td, .table th {
  border-bottom: 0!important;
}
.bg-primary,
.bg-header,
.pricing-card .card-header {
    background: linear-gradient(to right, #61a1f8, #133869) !important;
}

/* Remove the automatic title from the About page only */
div#Page1327.page &gt; div.no-header &gt; h1 {
    display: none !important;
}