:root {
    --blue: #00aeef;
    --orange: #005BAA;
    --green: #a6ce39;
    --gray: #a7a9ac;
    --blue-70: #b3e7fa;
    --orange-70: #ffe4b3;
    --green-70: #e4f0c4;
    --gray-70: #e5e5e6;
}

body,
html {
    margin: 0;
    padding: 0;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

.header {
    background-color: var(--blue);
    height: 100px;
}

.header-contact {
    font-size: 18pt;
    font-weight: 600;
    color: #ffffff;
    margin-top: 20px;
}

.logo {
    border-radius: 50%;
    background-color: #ffffff;
    margin-top: -40px;
}

h1 {
    font-weight: 600;
    color: #ffffff;
    color: var(--orange);
}

h2 {
    font-size: 22pt;
    font-weight: 800;
    text-align: center;
    color: #ffffff;
    background-color:#005BAA;
    padding: 5px 10px;
}

h3 {
    font-size: 18pt;
    font-weight: 800;
    color: #ffffff;
    background-color: var(--blue);
    padding: 5px 10px;
}

h5 {
    font-weight: 600;
}
.course-title{
	background-color: var(--blue);
	height: 100%;
	display: table;
}
.course-title h1{
	color: #FFFFFF;
	line-height: 1;
	display: table-cell;
	vertical-align: middle;
}
.row-bg{
	background-color:#ccc;
}
.left-section {
    background-image: url(../images/sidebar-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 10px 10px;
}

.table {
    margin-bottom: 0;
}

.table td{
    padding: 2px 5px;
    font-size: 12pt;
    border-bottom: 1px solid #b3e7fa;
    border-top: 1px solid #b3e7fa;
    vertical-align: middle;
}

.btn {
    border: none;
    border-radius: 0;
    background-color: var(--green);
    font-weight: 600;
    font-size: 24pt;
}

.btn:hover {
    background-color:#005baa;
}

.btn-primary.focus,
.btn-primary:focus {
    background-color: var(--orange);
    outline: none;
    box-shadow: none;
}

.btn-login{
    border: none;
    border-radius: 15px;
    background-color: #005baa !important;
    font-weight: 600;
    font-size: 14pt;
    padding: 5px 25px;
    margin-top: 15px;
}
.btn-login:hover {
    background-color: var(--green) !important;
}
.row-flex {
    display: flex;
    flex-wrap: wrap;
}

.content {
    height: 100%;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
	color: #fff;
	background-color: #005BAA;
	font-size: 18pt;
	font-weight: 600;
}

.nav-pills .nav-link{
	border-radius: 0;
	background-color: #ccc;
	font-size: 18pt;
	font-weight: 600;
}

.nav-link:focus, .nav-link:hover{
color: #FFFFFF;
}
.price-box{
	height: 50px;
	
	padding-top: 10px;
	background-color:#005BAA;
}
.price{
	font-size:22pt;
	font-weight: bold;
	line-height: 1;
	color: #FFFFFF;
}
.price span{
	font-size:16pt;
	display: block;
}

.discount-box{
	color: #fff;
	background-color: #ff0000;
	padding: 15px;
	text-align: center;
}
.discount-box p{
	border-top: 2pt dashed #ffff00;
	border-bottom: 2pt dashed #ffff00;
	padding: 5px 0;
	margin: 0;
}
.discount-box span{
	display: block;
} 
.discount-box span.line1{
	font-size:28pt;
} 
.discount-box span.line2{
	font-size:20pt;
} 
.discount-box span.line3{
	font-size:12pt;
} 
.usefullinks li{
	margin-bottom: 10px;
}
a {
    color: inherit;
}

.float-left a:hover {
    color: #ffa500 !important;
    text-decoration: none;
}
.pricing-box {
    background-color: var(--green);
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    padding: 10px;
}
.line-box1 {
    background: var(--blue);
    height: 10px;
}
.line-box2 {
    background-color: var(--blue);
    width: 25px;
}
.border-box {
    border: 5px solid #005baa;
}
.flex-box {
    background-color: var(--blue);
}
.price-text {
    font-size: 22pt;
    font-weight: bold;
    line-height: 1;
    color: #FFFFFF;
}
.price-label-text {
    font-size: 12pt;
    font-weight: bold;
}
.intro-text {
    color: #a6ce39;
}
footer {
    background-color: var(--gray-70);
    padding-top: 30px;
    margin-top: 30px;
}

footer .copyright {
    background-color: var(--blue);
    color: #ffffff;
    padding: 10px 0;
    margin: 0;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (min-width: 320px) and (max-width: 576px) {
    .header-contact {
        font-size: 10pt;
        font-weight: 600;
        color: #ffffff;
        margin-top: 10px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}
#cookiePopup {
    display: none;
   position: fixed;
    background-color: #464646;
    bottom: 6%;
    /* background: #333; */
    color: white;
    padding: 15px;
    width: 20%;
    text-align: center;
    right: 20px;
  }
  .cookie-bar-block #catapult-cookie-bar h3 {
    margin: 0.5em 0 0;
}
#cookiePopup span{
    display: block;
    margin: 0.8em 0;
}
#cookiePopup a{
  font-weight: bold;  
}
#cookiePopup a:hover{
    color:white !important;
    text-decoration: none;
    font-weight: bold;
}
#cookiePopup button {    
     
    background: #686868;
    color: white;
    border: 0;
    padding: 6px 9px;
    border-radius: 3px; }
    #cookiePopup h4{
        font-size: 1.75rem;
        font-weight: 500;
    }  
    
