:root {
	--green: #91BF4B;
	--light-green: #91BF4B;
	--light-grey: #F2F2F2;
	--light-grey-alt: #E5E5E5;
	--light-blue: #82A8D9;
	--mid-grey: #565759;
	--dark-grey: #363636;

	--color2: #00b5af;
	--color1: #74c2c1;
	
	
	
	
	
	--primary-dark: #1E3B4B;
	--primary-blue: #001052;
	--secondary-blue: #D9D9D9;
	--yellow: #FDAF18;
	
	--dark-yellow: #faff00;
	--dark-blue: #001052;
	
	
	
}


body {
	font-family: 'Sen', sans-serif;
	padding: 0;
	overflow-x: hidden;
	image-rendering: -webkit-optimize-contrast;
	font-size: 16px;
	font-weight: 400;
}


h1, .h1 {
    font-size: 3.6em;
    line-height: 1.4em;
    padding: 2px 0;
    margin: 20px 0;
    font-weight: 700;
    color: #FFF;
}


h2, .h2 {
    font-weight: 600;
    font-size: 2.2em;
    margin-bottom: 35px;
}

h2 span, .h2 span {
	font-weight: 600;
}

h3, .h3 {
    font-size: 1.4em;
    font-weight: 700;
    margin-bottom: 15px;
}

h4 {
	font-size: 1.2em;
	font-weight: 700;
	margin-bottom: 15px;
}

h5 {
	font-weight: 600;
	font-size: 1.4em;
	margin-bottom: 15px;
}


.double-gutter {
	margin-left: -30px;
	margin-right: -30px;
}


.double-gutter > div {
	padding-left: 30px;
	padding-right: 30px;
}

.triple-gutter {
	margin-left: -45px;
	margin-right: -45px;
}


.triple-gutter > div {
	padding-left: 45px;
	padding-right: 45px;
}

.container.wide {
   max-width: 1366px;
}



#cookiemessage {
    position: fixed;
    bottom: 30px;
    z-index: 99;
    left: 0;
    right: 0;
    padding: 20px;
    border-radius: 20px;
    margin: 0 30px;
    font-size: 0.9em;
    max-width: 400px;
	background: #000;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
	color: #FFF;
}

#cookiemessage .btn {
    padding: 10px 20px;
	min-width: 100%;
	font-size: .9em;
}



/* Modal */
.modal-header {
	border-bottom: none;
}
.modal-header .close {
    width: 36px;
    height: 36px;
    /* background-color: #00AEEF; */
    opacity: 1;
    margin-top: -15px;
    margin-right: -15px;
    color: #5E5E5E;
    text-shadow: none;
    position: absolute;
    top: 7px;
    right: 40px;
    font-size: 40px;
}
.close:focus, .close:hover {
	color: #19388A;
}
.modal-title {
    padding-left: 12px;
    width: 100%;
}
.modal-body {
	font-size: .8em;
	padding: 15px 30px 30px;
}
.modal-content {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.modal-content h5 {
	margin-top: 25px;
	margin-bottom: 4px;
	font-weight: 600;
}
/* .modal-body {
	font-size: 17px;
	word-spacing: 1px;
} */
.modal-body h1,.modal-body h2,.modal-body h3,.modal-body h4,.modal-body h5,.modal-body h6 {
	color: #B73D99;
}
/* /Modal */

.navbar {
    transition: all 200ms ease-in-out;
    padding: 15px 0;
    background-color: #FFF;
}

.navbar-brand {
    top: 0;
    left: 0;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
	transition: all 200ms ease-in-out;
}

.navbar-brand img {
    width: 100%;
    height: 35px;
}

.navbar-brand a {
	text-align: left;
	display: inline-block;
	margin-right: 40px;
}

.navbar-brand a:hover {
	text-decoration: none;
}

.navbar-brand a span {
	display: block;
}

.navbar-brand a span.main {
    color: var(--yellow);
    font-weight: 600;
    font-size: 1.4em;
	margin-bottom: -8px;
}

.navbar-brand a span.strapline {
    font-size: 0.7em;
    color: #FFF;
}

.navbar.shrink {
    padding: 5px 0;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
}

.navbar.shrink .navbar-brand {
	font-size: 1em;
}

.navbar.shrink .btn {
    padding: 5px 20px;
}

.navbar .material-symbols-outlined {
	font-size: 40px;
	color: #00227C
}


#linesopen-outer {
    position: relative;
}

#linesopen-outer .linesopen {
    position: fixed;
    z-index: 55;
    top: 480px;
    padding: 15px;
    color: var(--white);
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 300px;
    font-size: 18px;
    line-height: 1em;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none;
}

#linesopen-outer .linesopen>div {
    border-left: 1px solid var(--white);
    padding: 10px
}

#linesopen-outer .linesopen .small {
    margin-bottom: 10px;
    font-size: .7em
}

#linesopen-outer .linesopen .phone {
    color: var(--dark-yellow);
    font-weight: 600;
    font-size: 1.1em
}

#linesopen-outer .linesopen .material-symbols-outlined {
    font-size: 2em;
    margin-right: 15px;
    margin-top: 15px;
    color: var(--dark-yellow)
}

#linesopen-outer .linesopen i.fa-envelope {
    font-size: 2em;
    margin-top: 10px
}

#linesopen-outer .linesopen {
    background: #0b4c9b;
    border-left: 10px solid #23aee4
}

#linesopen-outer .linesopen.invert {
    top: calc(100vh - 160px);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}


header {
    padding-top: 75px;
    background-color: var(--primary-dark);
    position: relative;
}

header .navbar-nav {
}

header .navbar-nav a {
    font-weight: 400;
    font-size: 1em;
    /* text-transform: uppercase; */
    margin-right: 20px;
    color: #001052;
}

header .navbar-nav a:hover {
	text-decoration: underline;
}

header .navbar-nav a.btn {
	padding: 5px 20px !important; 
	letter-spacing: 2px;
	font-size: .7em !important;
	margin-top: 4px;
}

header a.btn.btn-primary .material-symbols-outlined {
	font-size: 24px
}


header .dropdown-toggle::after {
    content: "\f3d0";
    margin-left: 12px;
    font-family: 'IonIcons';
    border: 0;
    vertical-align: 0;
}

header .dropdown-menu {
    border-radius: 0;
    width: 500px;
    /* max-width: 200px; */
    padding: 10px 0 0 0;
    margin-left: -25px;
	background: transparent;
	border: 0;
	box-shadow: 0;
}

header .dropdown-menu a {
	color: #FFF;
	margin-bottom: 0px;
    background: var(--dark-grey);
	padding: 15px 30px;
}

header .dropdown-menu a:hover {
	text-decoration: none;
    background: rgba(145, 191, 75,.9);
	color: #FFF;
}

header .dropdown-menu a:last-child {
	margin-bottom: 10px;
}

#hero {
	height: 550px;
    background-image: url('/images/public/subscriptions/hero/default.jpg');
    background-size: cover;
    background-position: center center;
    color: #FFF;
    font-weight: 500;
}

#hero::before {
	content: '';
	position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-color: rgba(9,70,120,.8);
    background-blend-mode: soft-light;
    background-position: 50%;
}

#hero > .container {
	position: relative;
	z-index: 2;
}

#hero.home {
	height: 650px;
}

#hero.course img {
    width: 100%;
    max-width: 320px;
}

#hero.course > .container {
	flex-direction: column
}

#hero.course::before {
	display: none;
}

#hero h1 {
    font-size: 3em;
    max-width: 750px;
    text-align: center;
    margin: 5px auto;
}

#hero .lead {
	font-weight: 400;
}

#hero.home h1 {
    font-weight: 600 !important;
    font-size: 4.5em !important;
	margin: 0 auto;
	color: #23AEE4 !important;
}

#hero p.subtext {
    font-size: 1.8em;
    color: #FFF;
    font-weight: 600 !important;
    max-width: 600px;
    text-align: center;
    line-height: 1.3em;
    margin-bottom: 0;
	margin: 0 auto;
}

#hero p.subtext span {
    color: #23AEE4;
}

#hero p.subtext small {
    font-size: .5em;
    margin-top: -3px;
    display: block;
    font-weight: 600;
}

footer {
    padding: 50px 0;
    background: #001052;
	color: #FFF;
}

footer h5 {
	font-size: 1.2em;
	margin-bottom: 10px;
}

footer ul, footer ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

footer ul li {
	padding: 2px 0;
}

footer a {
	color: #FFF;
	line-height: 1.2em;
}


ul.social_icons li {
    display: inline-block;
    margin: 0 5px 0 0
}

ul.social_icons li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-indent: -99999px;
    overflow: hidden;
    text-decoration: none
}

ul.social_icons li a.facebook {
    background: url(/images/public/secg/facebook_icon-81c80cece93d6f8f33cb089649c78e2005737364593fbf93f50f7f6ec4c2d433.svg)
}

ul.social_icons li a.twitter {
    background: url(/images/public/secg/twitter_icon-14e326dce758dad1ed697731671120c54c0a9574120dfea4852a7859249f0000.svg)
}

ul.social_icons li a.linkedin {
    background: url(/images/public/secg/linked_in_icon-1935f3128a2ef478cc911fdf3fbd91997cc53d809867179d9aaf419e6e7ef607.svg)
}

ul.social_icons li a.youtube {
    background: url(/images/public/secg/youtube_icon-64031c0198d36aacf38e0235143467bbdb6ca97b0d31d9f0dd5fbd108d97dbe9.svg)
}

ul.social_icons li a.instagram {
    background: url(/images/public/secg/instagram_icon-10d56fc1f74bcdcf4d0c4f9a8ce6c032405d4ccb63d22808f043d51bba637ecd.svg)
}

#why-choose {
	background: #FFF;
}

#why-choose .material-symbols-outlined {
    font-size: 5.5em;
    text-shadow: 5px 5px 10px rgba(15, 48, 63,.3);
	color: #23AEE4;
}




.btn {
	letter-spacing: 1px;
    color: #737373;
    font-weight: 500;
    padding: 10px 20px;
    transition: all 250ms ease-in-out;
    border-radius: 5px;
    min-width: 180px;
	white-space: normal;
}

.btn.btn-primary {
	border-color: var(--primary-blue);
	background-color: var(--primary-blue);
	color: #FFF;
}

.btn.btn-yellow {
	border-color: var(--yellow);
	background-color: var(--yellow);
	color: #FFF;
}


.btn:hover {
	opacity: .7;
	color: #737373;
}


.btn.btn-outline {
	border: 1px solid var(--primary-blue);
	color: var(--primary-blue);
}

.btn.btn-white.btn-outline {
	border: 1px solid #FFF;
	background-color: transparent;
	color: #FFF;
}

.btn.btn-yellow.btn-outline {
	border: 1px solid var(--yellow);
	background-color: transparent;
	color: var(--yellow);
}


.btn.submit-form {
	border: 0;
	background-color: #000 !important;
	color: #FFF;
}


section {
	position: relative;
	padding: 90px 0;
}

section.slim {
    padding: 90px 0;
}

section.contact-bg {
	/* background-image: url('/images/public/template/1/contact_bg.jpg');
	background-repeat: no-repeat;
	background-size: 85%;
	background-position: center center; */
}

.card {
	border: none;
	border-radius: 0;
}

.card-shadow {
	box-shadow: 5px 5px 10px rgba(0,0,0,.1);
}

.card-shadow-alt {
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.card-list-container a {
	text-decoration: none !important;
}

.card.course-card {
	height: 100%;
}

.card.course-card .card-body .blurb {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: .8em;
    margin: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.card.course-card .card-img-top {
	width: 100%;
	height: 180px;
	background-size: cover;
	background-repeat: no-repeat;
}

.card.course-card .card-title {
    margin: 0;
    color: #202020;
    font-weight: 600;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.card.course-card .card-body {
    color: #202020;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px;
    height: auto;
}

.card.course-card .card-body p {
}

.card.course-card div.card-footer {
	background: transparent;
    border-top: 1px solid #202020;
    display: block;
	padding: 25px 0 0;
}

.card.course-card .btn {
    border-radius: 5px;
    height: auto;
    line-height: 25px;
    font-size: .8em;
    width: 100%;
    border: 0;
    color: var(--dark-yellow);
    letter-spacing: 2px;
    background-color: var(--dark-blue);
	font-weight: 600;
}


.packageSelect .card-header {
	color: #FFF;
    min-height: 130px;
}

.card.packageSelect .card-header h5 {
	margin-bottom: 5px !important;
}


.card.packageSelect .card-header big {
    font-size: 2.6em !important;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 0;
    line-height: 1em;
}

.card.packageSelect .card-header big span {
    font-size: .4em;
}

.card.packageSelect .card-header s {
    display: block;
    color: #FFF;
    margin-top: -5px;
}

.form-control {
	border-radius: 0;
	font-size: .9em;
}

label {
	font-size: .9em;
	font-weight: 600;
}



.row.no-gutter {
	margin-left: 0;
	margin-right: 0;
}

.row.no-gutter > div {
	padding-left: 0;
	padding-right: 0;
}


.row.half-gutter {
	margin-left: -7.5px;
	margin-right: -7.5px;
}

.row.half-gutter > div {
	padding-left: 7.5px;
	padding-right: 7.5px;
}

.tick-list {
	font-size: .9em;
	padding: 0;
	margin: 0;
	list-style: none;
}

.tick-list li {
	padding: 0 30px;
	margin: 0 0 15px 0;
	list-style: none;
	text-align: left;
	font-size: 1em;
	line-height: 1.2em;
}

.tick-list li::before {
    content: '\f121';
    font-family: 'IonIcons';
    float: left;
    clear: left;
    margin-right: 8px;
    margin-left: -30px;
    margin-top: 3px;
    background: #2CA5DE;
    color: #FFF;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.featuring-slider img {
    max-width: 200px;
    max-height: 70px;
    width: auto !important;
    height: auto;
	opacity: .6;
}

.featuring-slider .owl-item {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
}

.featuring-slider .owl-dots {
	margin-top: 30px;
}


.featuring-slider .owl-dots button.owl-dot {
    border: 1px solid #1A1A1A;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    margin: 0 5px;
}

.featuring-slider .owl-dots button.owl-dot.active {
	background: #1A1A1A;
}

.faqAccordion .card {
	margin-bottom: 5px;
}

.faqAccordion div.card-header {
	background: rgba(0, 172, 239, .1);
	padding: 15px 30px 15px 15px;
}

.faqAccordion div.card-header a {
	color: #333;
	font-size: 1em;
	border-bottom: 1px solid #BBB;
	text-decoration: none;
}

.faqAccordion div.card-header a::after {
    content: "\f3d8";
    font-family: "IonIcons";
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 1.2em;
    font-weight: 600;
}

.faqAccordion div.card-header a {
	background: #FFF;
	color: #333;
}

.faqAccordion div.card-header a.collapsed {
	background: #FFF;
	color: #333;
}

.faqAccordion .card-header a.collapsed::after {
	content: "\f3d0";
}

.faqAccordion div.card-header h5 {
	font-size: 1em !important;
	text-transform: uppercase;
	font-weight: 600;
}

.faqAccordion div.card-header h5 span {
	text-transform: none;
}


.course-card {
    transform: translateY(-4px);
    transition: all 200ms ease-in-out;
    color: #000;
}

.course-card:hover {
	transform: translateY(-7px);
	box-shadow: 0 15px 15px rgba(0,0,0,.1);
	text-decoration: none;
	color: initial;
}

.course-card .course-card__icon .material-symbols-outlined {
	font-size: 4em;
}


.key-features {
    margin: 0 0 15px -20px;
    padding: 0 30px 20px;
}

.key-features h2 {
	text-align: center;
	font-weight: 400;
	font-size: 1.6em !important;
}

.key-features ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.key-features ul li {
    display: flex;
    font-size: 1em;
    margin: 20px 0;
    line-height: 1.2em;
    align-items: flex-start;
}

.key-features ul li:first-child {
	margin-top: 0;
}

.key-features ul li:last-child {
	margin-bottom: 10px;
}

.key-features ul li::before {
    content: '\f121';
    font-family: 'IonIcons';
    font-size: 14px;
    line-height: 0;
    font-weight: bold;
    border: 2px solid #00ACEF;
    border-radius: 100%;
    display: flex;
    min-width: 30px;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    align-items: center;
    justify-content: center;
    color: #00ACEF;
}





#get-skilled h3 {
	font-size: 2.5em;
	text-shadow: 0px 0px 15px rgba(0,0,0,0.5);
	margin: 0;
}

#get-skilled h3 span {

}




#why-study-image {
	position: absolute;
	background: url('/images/public/why-study.jpg');
	height: 100%;
	width: 50%;
	background-size: cover;
	background-position: center;
	top: 0;
	right: 0;
}

#why-study-image::before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(20,20,20,.8);
}

#contact-section .card-body {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: 300px;
	padding: 15px;


}

#contact-section .card-body h5 {

	font-size: 1.3em;
	margin: 15px 0;
	font-weight: 600;
}



.course-info-cards .card {
	background: var(--light-grey);
	text-align: center;
	height: 100%;
}


.course-info-cards div:nth-child(even) .card {
	background: var(--light-grey-alt);
}

.course-info-cards .card .card-body {
    padding: 50px 30px 15px 30px;
}

.course-info-cards .card img {
	height: 60px;
	margin-bottom: 15px;
}

.course-info-cards .card h5 {
	margin-bottom: 5px;
}






.card-course-info {
	height: 100%;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.28);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.28);
	border-top: 15px solid var(--light-blue);
}

.card-course-info .card-body {
	font-weight: 600;
	font-size: 1.2em;
	padding: 40px 45px;
	line-height: 1.6em;
}



#module_list {
	text-align: left;
}

#module_list .card-header {
	padding: 0;
	margin-bottom: 0;
	border: 0;
	display: block;
	background: transparent;
}

#module_list .card-header h3 {
    margin: 0;
    display: block;
    font-size: 1em;
	border-bottom: 1px solid #DDD
}

#module_list .card-header h3 button {
	font-weight: 300;
	background: transparent;
	display: block;
	width: 100%;
	text-align: left;
	padding: 0 0;
	margin-top: 5px;
	text-decoration: none;
	border-radius: 0;
	border: 0;
	font-size: 1em;
    white-space: break-spaces;
    text-transform: none;
	letter-spacing: 0;
}

#module_list .card-header h3 button a {
	color: #000;
	font-weight: 700;
	text-decoration: none;
}

#module_list .card-header h3 button.collapsed a {
	font-weight: 300;
}

#module_list .card-header h3 button span {
    position: relative;
    border-bottom: 0;
    padding: 15px 20px 15px 0;
    display: block;
    font-weight: 400;
}

#module_list .card-header h3 button span::before {
	font-family: 'IonIcons';
	font-size: 1.4em;
	content: '\f35d';
	position: absolute;
	top: 10px;
	right: 0;
	color: #000;
	transform: rotate(0deg);
	transition: all 100ms ease-in-out;

}


#module_list .card-header h3 button.collapsed span::before {
	color: #000;
	transform: rotate(-90deg)
}




#module_list .card-header h3 button.collapsed {
	margin: 0;
}

#module_list .card {
	border: 0;
	margin: 0 0 5px 0;
	background: transparent;
	border-radius: 0;
}



#module_list .card .show {
	margin-bottom: 5px;
}


#module_list .card > div > .card-body {
	padding: 15px 30px;
}






.nav-tabs {
    border: 0;
	overflow: hidden;
}


.nav-tabs .nav-item {
    border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

.nav-tabs .nav-item:last-child {
	border-right: 0;
}

.nav-tabs .nav-link {
    /* font-family: Sen; */
    width: 100%;
    border: 0;
    font-size: 1em;
    font-weight: 600;
    background-color: transparent;
    color: #000;
    border-radius: 0;
    padding: 15px 10px;
    outline: none;
    cursor: pointer;
}


.nav-tabs .nav-link.active {
	background-color: var(--primary-blue);
	color: #FFF;
}


.tab-pane {
    padding: 0;
}

.tab-pane .card-body.course-card-body {
	padding-top: 0;
}

.tab-pane > .collapse {
	display: block;
}

.tab-pane .card-header.course-card-header {
	display: none;
}




.card-header {
	background: #EDEDED;
	border: 0;
}


.card h5 {
	margin: 0;
    font-weight: 700;
    font-size: 1.1em;
}

#landing-form-top {
    padding: 10px 20px;
    margin: -20px -20px 30px;
    background: #006098;
    color: #FFF;
}

.disc19plus {
	background: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	border: 7px solid #FFF;
	height: 180px;
	width: 180px;
	padding: 35px;
}

.disc19plus img {
	width: 100%;
	height: auto;
}

.disc19plus.small {
	height: 90px;
	width: 90px;
	padding: 15px;
	border: 4px solid #FFF;
}


.list-info i {
	font-size: 1.4em;
	font-weight: 400;
	margin-right: 0;
	width: 30px;
}


.list-info i.fa {
	font-size: 1.3em;
	width: 25px;
}

.list-info a {
	font-weight: 600;
	color: #000;
	text-decoration: underline;
}






.stats {
    font-size: 1.05em;
    text-align: center;
}

.stats img {
	height: 60px;
	display: block;
	margin: 0 auto 15px auto;
}

.stats strong {
	font-weight: 600
}



hr.heavy {
	border-top-width: 10px;
	margin: 25px 0;
}

hr.short {
	max-width: 100px;
	margin-left: auto;
	margin-right: auto;
}


hr.white {
	border-color: #FFF;
}

.media {
	margin-bottom: 35px;
}

.media img {
	width: 70px;
}


.disc {
	width: 180px;
	height: 180px;
	border-radius: 100%;
	border: 1px solid #000;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 1.3em;
	line-height: 1.4em;
}

.disc.disc-color1 {
	background-color: var(--color1);
	border: 0;
	color: #FFF;
}

.disc.disc-color2 {
	background-color: #000;
	border: 0;
	color: #FFF;
}

/*.info i {
	background: var(--color1);
	color: #FFF;
	font-weight: 400;
	width: 18px;
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
}*/

.info {
	position: relative;
}

.info > i {
	color: var(--color1);
	float: right;
    font-size: 20px;
	cursor: pointer;
	padding: 10px;
	margin: -10px;
}

.talk-bubble {
    position: absolute;
	z-index: 10;
    margin: 0;
    display: inline-block;
    width: 290px;
    height: auto;
    background-color: #FFF;
    font-size: 12px;
    right: -50px;
    top: 30px;
    box-shadow: 5px 7px 5px rgb(0 0 0 / 14%);
    border: 0;
}



/* talk bubble contents */
.talk-bubble .talktext {
    padding: 1.5em;
    text-align: left;
    line-height: 1.5em;
    font-weight: 400;
}
.talk-bubble .talktext p {
  /* remove webkit p margins */
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}

.close-bubble {
    position: absolute;
    right: 15px;
    top: 10px;
	cursor: pointer;
	padding: 10px;
	margin: -10px;
}


.skirt {
    position: absolute;
    height: 25px;
    bottom: -13px;
    width: 100%;
    background: url('/images/public/secg/edge.svg') repeat-x;
}

.skirt.top {
    bottom: auto;
    top: -13px;
}



.testimonial-card .testimonial__quote {
    font-style: italic;
}

.testimonial-card .testimonial__author {
	font-size: .85em;
}

.testimonial-card i {
    font-size: 60px;
    position: absolute;
    right: 15px;
    top: -20px;
    color: var(--primary-blue);
    text-shadow: 2px 2px 5px rgba(0,0,0,.2);
}

.countdown-cell span {
	border-radius: 5px !important;
}


.countdown-cell span:first-child {
	background: #FFF;
	border: 0;
	color: #333;
	display: flex;
	height: 40px;
	width: 35px;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	margin-bottom: 0
}

.countdown-cell br {
	display: none;
}

.countdown-cell span:last-child {
	color: #FFF;
	display: flex;
	height: 30px;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 12px;
}

.promo--offer-ends {
    background: #ED1C24;
    padding: 15px;
    color: #FFF;
    margin-top: -10px;
    /* margin-left: 0px; */
    /* margin-right: -25px; */
    /* margin-bottom: -25px !important; */
}

.promo--offer-ends__inner {
    border: 0;
    padding: 0;
    font-weight: 400;
    color: inherit;
}


.font-weight-100 { font-weight: 100; }
.font-weight-200 { font-weight: 200; }
.font-weight-300 { font-weight: 300; }
.font-weight-400 { font-weight: 400; }
.font-weight-500 { font-weight: 500; }
.font-weight-600 { font-weight: 600; }
.font-weight-700 { font-weight: 700; }
.font-weight-800 { font-weight: 800; }




.bg-light-grey { background: var(--light-grey); }
.bg-dark-grey { background: var(--dark-grey); }
.bg-mid-grey { background: var(--mid-grey); }
.bg-color1 { background: var(--color1); }
.bg-color2 { background: #000; }
.bg-primary-dark { background: var(--primary-dark); }
.bg-secondary-blue { background: var(--secondary-blue); }

.text-color1 { color: var(--color1); }
.text-color2 { color: #000; }


.text-x0 { font-size: 1em; }
.text-x1 { font-size: 1.1em; }
.text-x2 { font-size: 1.2em; }
.text-x3 { font-size: 1.3em; }
.text-x4 { font-size: 1.4em; }
.text-x5 { font-size: 1.5em; }
.text-x6 { font-size: 1.6em; }
.text-x7 { font-size: 1.7em; }
.text-x8 { font-size: 1.8em; }
.text-x9 { font-size: 1.9em; }
.text-x10 { font-size: 2em; }
.text-x11 { font-size: 2.1em; }
.text-x12 { font-size: 2.2em; }
.text-x13 { font-size: 2.3em; }
.text-x14 { font-size: 2.4em; }
.text-x15 { font-size: 2.5em; }
.text-x16 { font-size: 2.6em; }
.text-x17 { font-size: 2.7em; }
.text-x18 { font-size: 2.8em; }
.text-x19 { font-size: 2.9em; }
.text-x20 { font-size: 3em; }


.lh-x0 { line-height: 1em; }
.lh-x1 { line-height: 1.1em; }
.lh-x2 { line-height: 1.2em; }
.lh-x3 { line-height: 1.3em; }
.lh-x4 { line-height: 1.4em; }
.lh-x5 { line-height: 1.5em; }
.lh-x6 { line-height: 1.6em; }
.lh-x7 { line-height: 1.7em; }
.lh-x8 { line-height: 1.8em; }
.lh-x9 { line-height: 1.9em; }
.lh-x10 { line-height: 2em; }

