:root {
	--font-body: "open-sans", sans-serif;
	--font-heading: "din-2014", sans-serif;

	--colour-primary:#172244;
	--colour-primary-light:#213368;
	--colour-primary-lighter:#294384;
	--colour-secondary:#4f77c6;
	--colour-light:#ededef;
	--colour-text:#47526d;
	--colour-dark:#111938;
}

/*Controllers*/
.cb.plain {
	z-index: 99;
	position: absolute !important;
	display: none;
	opacity: 0.3;
}
.cb.plain:hover {
	opacity: 1;
}
.cb.plain .cb-link .button {
	padding: 6px 12px !important;
}

/*Main CSS*/
html {
	scroll-behavior: smooth;
	background-color: #f0f1f5;
}
body {
	font-family: "open-sans", sans-serif;
	background-color: #f0f1f5;
}
.body {
	padding: 40px;
	background-color: #f0f1f5;
}
.frame {
	width: calc(100% - 160px);
	max-width: 1200px;
}
.nopad-frame .frame {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

/*Elements*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, .h5, h5 {
	font-family: "din-2014", sans-serif;
	font-weight: 600;
	letter-spacing: 0;
	-moz-osx-font-smoothing:grayscale;
}
h1,.h1 {
	font-size: 3.6rem;
	line-height: 1.05;
	color: #294384;
}
h2,.h2 {
	font-size: 3.6rem;
	line-height: 1.05;
	color: #294384;
}
h3,.h3 {
	font-size: 1.8rem;
	line-height: 1.1;
	color: #294384;
}

h4,.h4 {
	font-size: 1.5rem;
	line-height: 1.4;
	color: #294384;
	position: relative;
}
h5,.h5 {
	font-size: 18px;
	line-height: 1.4;
	color: #294384;
}

p {
	font-size: 14px;
	line-height: 1.8;
	font-weight: 400;
	color: #47526d;
}
p > strong  {
	font-weight: 600;
}
p > strong > strong {
	color: #172244;
	font-weight: 500;
}
a {
	font-weight: 400;
	color: #4f77c6;
	text-decoration: underline;
}
a:hover {
	color: #172244;
	text-decoration: none;
}

a.blue, span.blue, p.blue, b.blue, strong.blue {
	color: #294384 !important;
}

hr {
	border-bottom: 2px solid #dbdee9;
}

.no-marg {
	margin: 0;
}
.button.marked {
	position: relative;
}
.button.marked::after {
	content: '';
	position: absolute;
	top: -5px;
	left: 10px;
	right: 10px;
	bottom: -5px;
	background-color: #ffe600;
	mix-blend-mode: darken;
}

/*Button*/
.button-wrapper {
	margin: 35px 0 35px;
}
.button {
	background-color: #294384;
	padding: 12px 20px 13px;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	font-size: 11px;
	border: none;
	border-radius: 10px;
	color: #ededef;
}
.button:hover {
	border:none;
	background-color: #213368;
	color: #fff;
}
.button i {
	margin-right: 6px;
	font-weight: 400;
}

.button.btn-variant-1 {
	position: relative;
	z-index: 1;
}
.button.btn-variant-1::after {
	content: '';
	position: absolute;
	top: 5px;
	left: -10px;
	right: -10px;
	bottom: 5px;
	background-color: #fffc00;
	mix-blend-mode: multiply;
	z-index: -1;
}

/*Head Notification*/
.head-notification {
	padding: 18px 0 20px;
	background-color: #172244;
}
.head-notification > .frame {
	max-width: 800px;
	display: flex;
	align-items: center;
}
.head-notification > .frame > h5 {
	margin: 0;
	font-size: 40px;
	padding-right: 20px;
	color: #8595AE;
}
.head-notification > .frame > p {
	margin: 0;
	color: #8595AE;
}
.head-notification > .frame > p b {
	color: #BEC9DA;
}

/*Header*/
.logo {
	display: inline-block;
	position: relative;
	top: -1px;
	height: 100px;
	min-width: 200px;
	background-position: left;
	-moz-osx-font-smoothing:grayscale;
}
.logo.text {
	font-size: 22px;
	font-weight: 600;
	white-space: nowrap;
	color: #4f77c6;
	font-family: "din-2014", sans-serif;
}
.logo.text span {
	color: #ededef;
}

.header {
	padding: 21px 0 22px;
	background-color: #172244;
}
.header > .frame {
	max-width: 1400px;
}

.header .coltable {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header .coltable .col {
	width: 20%;
	flex: 20% 0 0;
}
.header .coltable .col.nav {
	width: 60%;
	flex: 60% 1 1;
	padding-right: 0;
	padding-left: 0;
}
.header .coltable .col:first-child {
	padding-left: 0;
	min-width: 300px;
}
.header .coltable .col:last-child {
	padding-left: 20px;
	padding-right: 0px;
	min-width: 220px;
}

/*Menu*/
.navigation ul.menu {
	width: auto;
	margin: 0 auto;
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	position: relative;
	z-index: 101;
}
.navigation ul.menu li a.menulink {
	font-family: "open-sans", sans-serif;
	color: #ededef;
	padding: 10px 12px;
	line-height: 20px;
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
	letter-spacing: -0.5px;
}
.navigation ul.menu li.open a.menulink,
.navigation ul.menu li a.menulink:hover {
	color: #4f77c6;
}
.navigation ul.menu li a.menulink span.fa-chevron-down {
	font-weight: 500;
	font-size: 13px;
	margin-left: 4px;
}
.navigation ul.menu li.open a.menulink span.fa-chevron-down::before {
	content: '\f077';
}

.navigation ul.menu li.mob-only {
	display: none;
}

.navigation ul.menu li a.menulink {
	position: relative;
}
.navigation ul.menu li a.menulink::after {
	/*content: '';*/
	position: absolute;
	bottom: 6px;
	left: 50%;
	width: 0;
	height: 2px;
	transition: all 0.2s ease;
	background-color: #4f77c6;
}
.navigation ul.menu li a.menulink:hover::after {
	left: calc(0% + 12px);
	width: calc(100% - 24px);
}

.navigation ul.menu li ul.menu-dropdown {
	display: block;
	visibility: visible;
	opacity: 0;
	z-index: -1;
	top: 50px;
	left: 50%;
	padding: 0 0;
	transition: all 0.3s ease;
	transform: translateX(-50%);
	background: #f2f2f2;
	pointer-events: none;
}
.navigation ul.menu li ul.menu-dropdown::before {
	content: '';
	position: absolute;
	border: 5px solid transparent;
	border-bottom-color: #fff;
	bottom:100%;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.2s ease;
	pointer-events: none;
}
.navigation ul.menu li.open ul.menu-dropdown::before {
	border: 10px solid transparent;
	border-bottom-color: #fff;
}
.navigation ul.menu li ul.menu-dropdown > li {
	background: transparent;
	padding: 0 15px;
	min-width: 240px;
}
.navigation ul.menu li ul.menu-dropdown > li > a {
	font-size: 13px;
	text-align: center;
	color: #172244;
	text-transform: none;
	padding: 14px 0px 15px;
}
.navigation ul.menu li ul.menu-dropdown > li:not(:last-child) > a {
	border-bottom: 1px solid #e9e9e9;
}

.navigation ul.menu li.open ul.menu-dropdown {
	opacity: 1;
	padding: 5px 0 5px;
	background-color: #fff;
	box-shadow: 0 20px 15px -10px rgba(0,0,0,0.2);
	pointer-events: all;
}
.navigation ul.menu li ul.menu-dropdown > li > a:hover {
	color: #294384;
}

/*Contact Menu*/
.header .coltable .col:last-child ul.contact-menu {
	display: flex;
	align-items: stretch;
	justify-content: flex-end;
}
.header .coltable .col:last-child ul.contact-menu li {
	list-style: none;
}
.header .coltable .col:last-child ul.contact-menu li a {
	display: block;
	text-decoration: none;
	color: #ededef;
	white-space: nowrap;
	background-color: #213368;
	padding: 12px 20px;
	font-size: 10px;
	font-weight: 300;
	letter-spacing: 0.6px;
	text-transform: uppercase;
}
.header .coltable .col:last-child ul.contact-menu li:first-child a {
	border-radius: 8px 0 0 8px;
}
.header .coltable .col:last-child ul.contact-menu li:last-child a {
	background-color: #294384;
	border-radius: 0 8px 8px 0;
}
.header .coltable .col:last-child ul.contact-menu li a:hover {
	background-color: #4f77c6;
}

.header .coltable .col:last-child p.email-link {
	margin: 5px 0 0;
	text-align: right;
}
.header .coltable .col:last-child p.email-link a {
	text-decoration: none;
	color: #4f77c6;
	font-weight: 300;
	font-size: 13px;
}
.header .coltable .col:last-child p.email-link a:hover {
	text-decoration: none;
	color: #fff;
}

/* Footer */
.footer-frame {
	/*-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;*/
	width: 100%;
	max-width: 100%;
	background-color: #172244;
}

.footer {
	background:none;
	color: #FFF;
	padding:80px 35px 60px;
	border-top: none;
}

.footer > .coltable {
	width: auto;
	min-width: 100%;
	margin-left: -20px;
	margin-right: -20px;
	display: flex;
}
.footer > .coltable > .col {
	padding-left: 20px;
	padding-right: 20px;
}
.footer > .coltable > .col:last-child {
	text-align: right;
}
.footer > .coltable > .col:last-child .h4,
.footer > .coltable > .col:last-child .foot-menu > li a:not(:hover) {
	color: #4f77c6;
}
.footer > .coltable > .col:last-child .foot-menu > li a:hover {
	color: #ededef;
}

.support-container {
	display: none;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 50px;
}
.support-container p {
	display: flex;
	align-items: center;
	justify-content: center;
	padding:0 50px 50px;
	border-bottom: 2px solid #5b6786;
}
.support-container p > a {
	display: flex;
	align-items: center;
	font-size: 22px;
	font-weight: 300;
	text-decoration: none;
}
.support-container p > a:hover {
	color: #273455;
}
.support-container p > a:not(:last-child) {
	margin-right: 50px;
}
.support-container p > a > i {
	/*width: 44px;
	padding: 10px 0;
	margin-right: 6px;
	border-radius: 0px;
	text-align: center;
	border: 2px solid #5b6786;*/
	font-size: 30px;
	font-weight: 200;
	margin-right: 12px;
}

.footer .h4 {
	font-weight: 500;
	font-size: 24px;
	letter-spacing: 0.5px;
	margin: 0 0 0px;
	white-space: nowrap;
	color: #ededef;
}
.footer .break {
	width: 80px;
	display: none;
	margin: 10px 0 10px;
}
.footer .foot-menu {
	border: none;
	margin: 0;
}
.footer .foot-menu > li {
	margin-bottom: 5px;
	padding-left: 0;
}
.footer .foot-menu > li::before {
	display: none;
}
.footer .foot-menu > li a {
	border-color: transparent !important;
	font-weight: 400;
	font-size: 14px;
	text-decoration: none;
	color: #ededef;
}
.footer .foot-menu > li a:hover {
	color: #4f77c6;
}

.footer p {
	color: #273455;
}
.footer p a {
	color: #5b6786;
}

.foot-lower {
	text-align: left;
	padding: 0px 35px 80px;
}
.foot-lower > p {
	font-size: 14px;
	letter-spacing: 0;
	padding-top: 35px;
	border-top: 1px solid #4f77c6;
	color: #4f77c6;
	margin: 0
}
 .footer p{
	font-size: 14px;
	letter-spacing: 0;
	color: #4f77c6;
 }

/*Banner*/
.banner {
	background-image: url(images/bg-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding:0;
}
.banner > .frame {
	padding:0;
}
.banner h1,
.banner .h1 {
	color:#fff;
	font-weight:700;
	font-size:50px;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin: 0 0 10px;
}
.banner h2,
.banner .h2 {
	font-weight: 100;
	font-size: 26px;
	line-height: 26px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.banner .bt .button {
	background-color:rgba(0,0,0,0);
	font-size:18px;
	padding:10px 20px;
	border:2px solid #eee;
	text-decoration:none;
	font-weight: 500;
	letter-spacing: 2px;
	color: #fff;
}
.banner .bt .button .fa {
	position: relative;
	top:-2px;
}
.banner .bt .button:hover {
	border:2px solid #FFF;
	background-color:#fff;
	color:#333;
}

.banner .slide .slide-inner {
	background-color: rgba(0,0,0,0.3);
	text-shadow: none;
}
.banner .slider-wrapper {
    box-shadow: none;
}

.sssnext, .sssprev {
    width: 50px !important;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    background-image: url('/web/template/default/assets/sss/images/brr.png') !important;
    z-index: 1000;
	transition: all 0.2s ease-out 0s;
}
.sssprev {
    left: 3%;
    background-position: 0 50% !important;
}
.sssnext {
    right: 3%;
    background-position: -50px 50% !important;
}
.sssprev:hover {
    left: 2.7%;
}
.sssnext:hover {
    right: 2.7%;
}
.sssprev:active {
    left: 2%;
}
.sssnext:active {
    right: 2%;
}

/*Elements*/
.html-style ul li::before, ul.bullet li::before, ul.bullet-list li::before {
	color: #CCC;
}
.faq:hover {
	border-color:#068ed0;
}
.faq:hover h3,
.faq:hover h3::before {
	color:#068ed0;
}

.section-container .pb-section.section-pad-1 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.section-container .pb-section.section-pad-2 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.section-container .pb-section.section-pad-3 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.section-container .pb-section.section-pad-4 {
	padding-top: 120px;
	padding-bottom: 120px;
}
.section-container .pb-section.section-pad-5 {
	padding-top: 150px;
	padding-bottom: 150px;
}

.blank-image {
	background-color: #d8dbde;
	min-height: calc(200px + 15vw);
}

.section-border-top {
	position: relative;
}
.section-border-top::before {
	content: '';
	display: block;
	position: absolute;
	width: calc(100% - 160px);
	max-width: 1200px;
	height: 2px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #5b6786;
	opacity: 0.2;
}

.row {
	margin-left: -35px;
	margin-right: -35px;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
	padding-right: 35px;
	padding-left: 35px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto,
.col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-2-4, .col-lg-3, .col-lg-4, .col-lg-4-8, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-7-2, .col-lg-8, .col-lg-9, .col-lg-9-6, .col-lg-auto,
.col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-2-4, .col-md-3, .col-md-4, .col-md-4-8, .col-md-5, .col-md-6, .col-md-7, .col-md-7-2, .col-md-8, .col-md-9, .col-md-9-6, .col-md-auto,
.col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-2-4, .col-sm-3, .col-sm-4, .col-sm-4-8, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-7-2, .col-sm-8, .col-sm-9, .col-sm-9-6, .col-sm-auto,
.col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-2-4, .col-xl-3, .col-xl-4, .col-xl-4-8, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-7-2, .col-xl-8, .col-xl-9, .col-xl-9-6, .col-xl-auto,
.col-xs-2-4, .col-xs-4-8, .col-xs-7-2, .col-xs-9-6 {
	padding-right: 35px;
	padding-left: 35px;
}

/*title block*/
.title-block .col-sm-4:first-child,
.title-block .col-sm-4-8:first-child {
	text-align: right;
}
.title-block .col-sm-4:first-child h1:not(.h2,.h3),
.title-block .col-sm-4-8:first-child h1:not(.h2,.h3) {
	margin-top: -10px;
}

.title-block.profile-block:not(:last-child) {
	margin-bottom: 80px;
	padding-bottom: 80px;
	border-bottom: 2px solid #f0f1f5;
}
.title-block.profile-block .col-sm-4:first-child p > i,
.title-block.profile-block .col-sm-4:first-child p > em,
.title-block.profile-block .col-sm-4-8:first-child p > i,
.title-block.profile-block .col-sm-4-8:first-child p > em {
	font-size: 5rem;
}
.title-block.profile-block .col-sm-8 p:last-child,
.title-block.profile-block .col-sm-7-2 p:last-child {
	margin-bottom: 0;
}
.title-block.profile-block .col-sm-7-2 p:last-child {
	margin-bottom: 0;
}

.title-block.profile-block .pb-block-type-image img {
	/* border-radius: 100%; */
	max-width: 180px;
}

.intro-block.pb-row {
	margin-left: -50px;
	margin-right: -50px;
}
.intro-block.pb-row > .pb-column {
	padding-left: 50px;
	padding-right: 50px;
}
.intro-block > .pb-column:first-child {
	border-right: 2px solid #dbdee9;
}
.intro-block > .pb-column:last-child .pb-block-type-image img {
	border-radius: 5px;
}
.intro-block > .pb-column:last-child .pb-block-type-button .button-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-left: -4px;
	margin-right: -4px;
}
.intro-block > .pb-column:last-child .pb-block-type-button .button {
	width: calc(50% - 8px);
	margin: 0 4px 0;
	background: none;
	border-radius: 0;
	padding: 10px 0;
	padding-right: 3px;
	font-size: 13px;
	text-transform: none;
	letter-spacing: 0;
	color: var(--colour-primary);
	border-bottom: 1px solid var(--colour-primary);
}
.intro-block > .pb-column:last-child .pb-block-type-button .button:hover {
	color: var(--colour-secondary);
	padding-left: 3px;
	padding-right: 0;
}
.intro-block > .pb-column:last-child .pb-block-type-button .button.btn-variant-2 {
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin-bottom: 10px;
	border-radius: 5px;
	background-color: var(--colour-primary);
	color: var(--colour-light);
	padding: 12px 15px;
	font-size: 15px;
	font-weight: 500;
}
.intro-block > .pb-column:last-child .pb-block-type-button .button.btn-variant-2:hover {
	background-color: var(--colour-secondary);
	border-color: var(--colour-secondary);
}

/*Sticky Block*/
.sticky-block {
	position: relative;
}
.sticky-block > .col-sm-4 {
	top: 60px;
	position: sticky;
	align-self: flex-start;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #fff;
}
.sticky-block > .col-sm-4::after {
	content: '';
	position: absolute;
	top: 0px;
	right: -20px;
	border: 15px solid transparent;
	border-top-color: #fff;
	border-left-color: #fff;
}
.sticky-block > .col-sm-8 {
	padding-left: 70px;
}

/*Var 1*/
.section-variant-1, .pb-section.section-variant-1 {
	background: transparent;
}
.section-variant-1 .pb-row-column-1:not(:only-child) {
	margin-bottom: 60px;
}
.section-variant-1 .pb-row-column-2 {
	align-items: stretch !important;
}

.pb-block-type-button:last-child .button-wrapper {
	margin-bottom: 0px;
}

/*Var 2*/
.section-variant-2, .pb-section.section-variant-2 {
	background: #fff;
}

/*Var 3*/
.section-variant-3, .pb-section.section-variant-3 {
	background: #172244;
}
.section-variant-3 .pb-block-type-text h1,
.section-variant-3 .pb-block-type-text h2,
.section-variant-3 .pb-block-type-text h3,
.section-variant-3 .pb-block-type-text h4,
.section-variant-3 .pb-block-type-text h5,
.section-variant-3 .pb-block-type-text p {
	color: #e9e9e9;
}

/*var 4*/
.section-variant-4, .pb-section.section-variant-4 {
	background: #273455;
}
.section-variant-4 .pb-block-type-text h1,
.section-variant-4 .pb-block-type-text h2,
.section-variant-4 .pb-block-type-text h3,
.section-variant-4 .pb-block-type-text h4,
.section-variant-4 .pb-block-type-text h5,
.section-variant-4 .pb-block-type-text p {
	color: #e9e9e9;
}

.section-variant-4.arrow-top {
	position: relative;
}
.section-variant-4.arrow-top::before {
	content: '';
	position: absolute;
	top: -50px;
	left: calc(50% - 25px);
	border: 25px solid transparent;
	border-bottom-color: #273455;
}

/*var 5*/
.section-variant-5, .pb-section.section-variant-5 {
	background: transparent;
}
.section-variant-5 .frame {
	max-width: 1400px;
	width: 100%;
	padding: 0 !important;
}
.section-variant-5 .pb-container{
	padding: 100px 0;
	background: #172244;
}
.section-variant-5 .pb-container .row {
	width: calc(100% - 160px);
	max-width: 1130px;
	margin: 0 auto;
}
.section-variant-5 .pb-block-type-text h1,
.section-variant-5 .pb-block-type-text h2,
.section-variant-5 .pb-block-type-text h3,
.section-variant-5 .pb-block-type-text h4,
.section-variant-5 .pb-block-type-text h5,
.section-variant-5 .pb-block-type-text p {
	color: #ededef;
}
.section-variant-5 .pb-column.col-sm-12 {
	padding-left: 0px;
	padding-right: 0px;
}

.row.half-blocks {
	align-items: stretch;
}
.row.half-blocks .col-sm-3 {
	padding-right: 5px;
	padding-left: 5px;
}
.row.half-blocks .col-sm-6:first-child {
	padding-left: 5px;
	padding-right: 70px;
	align-self: center;
}
.row.half-blocks .col-sm-6:last-child {
	padding-right: 5px;
	padding-left: 70px;
	align-self: center;
}

.row.half-blocks .col-sm-3 .pb-block-type-text:only-child {
	height: 100%;
	text-align: center;
	padding: 50px 30px;
	border-radius: 10px;
	background-color: #242f54;
}
.row.half-blocks .col-sm-3 .pb-block-type-text:only-child h4 > i,
.row.half-blocks .col-sm-3 .pb-block-type-text:only-child h4 > em {
	font-size: 7rem;
	font-weight: 100;
	line-height: 100%;
	margin-bottom: 25px;
}
.row.half-blocks .col-sm-3 .pb-block-type-text:only-child h5 {
	font-size: 20px;
	line-height: 1.15;
	font-weight: 600;
	margin-bottom: 15px;
}
.row.half-blocks .col-sm-3 .pb-block-type-text:only-child p {
	opacity: 0.6;
	line-height: 1.6;
	margin: 0;
}

/*Table Style*/
.styled-table table {
	width: 100%;
	font-size: 14px;
	font-family: "open-sans", sans-serif;
	border-spacing: 0 3px;
}
.styled-table table thead th,
.styled-table table tbody td {
	text-align: left;
	padding: 15px;
}
.styled-table table thead th:first-child,
.styled-table table tbody td:first-child {
	text-align: left;
}
.styled-table table thead th:last-child,
.styled-table table tbody td:last-child {
	text-align: right;
}

.styled-table table thead th {
	padding-top: 8px;
	color: #47526d;
	font-weight: 400;
	opacity: 0.4;
}
.styled-table table tbody td {
	background-color: rgba(79, 119, 198, 0.1);
	color: #111938;
}

/*Quote Bubble*/
.quote-bubble {
	text-align: center;
	position: relative;
}
.quote-bubble::before {
	content: '';
	position: absolute;
	transform: translate(-50%,-50%);
	left: 50%;
	top: 50%;
	width: 65%;
	aspect-ratio:1/1;
	border-radius: 100%;
	background-color: #4f77c6;
	opacity: 0.1;
	z-index: 1;
}
.quote-bubble .pb-block-content {
	position: relative;
	z-index: 2;
}
.quote-bubble h3 {
	font-size: 2.5rem;
	line-height: 1.15;
	margin: 0;
}

/*ul default*/
.pb-block-type-text ul {
	list-style: none;
	margin-top: 25px;
}
.pb-block-type-text ul > li {
	position: relative;
	margin-bottom: 15px;
	padding-left: 30px;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.6;
	color: #47526d;
}
.pb-block-type-text ul > li::before {
	content: "\f054";
	position: absolute;
	left: 0;
	top: -1px;
	font-weight: 400;
	font-family: "Font Awesome 5 Pro";
	color: #47526d;
}
.pb-block-type-text ul > li ul {
	margin: 15px 0 30px;
}
.pb-block-type-text ul > li ul li {
	color: #47526d;
	opacity: 0.8;
}
.pb-block-type-text ul > li ul li::before {
	content: "\f324";
}

/*Dark Flex Block*/
.dark-flex {
	padding: 35px 0;
	background-color: #172244;
}
.dark-flex .pb-column.col-sm-12,
.thin-banner .pb-column.col-sm-12 {
	display: flex;
	column-gap: 20px;
	align-items: center;
	justify-content: space-between;
}
.dark-flex .pb-column.col-sm-12 .pb-block-type-text p,
.thin-banner .pb-column.col-sm-12 .pb-block-type-text p {
	color: #ededef;
}
.dark-flex .pb-column.col-sm-12 .pb-block-type-text p:last-child,
.thin-banner .pb-column.col-sm-12 .pb-block-type-text p:last-child,
.dark-flex .pb-column.col-sm-12 .pb-block-type-button .button-wrapper,
.thin-banner .pb-column.col-sm-12 .pb-block-type-button .button-wrapper {
	margin: 0;
}

.thin-banner {
	background-color: #213368;
}
/*.thin-banner > .frame {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}*/

/*Box Out*/
.boxout {
	padding: 40px;
	background: #fff;
	border-top: 2px solid #273455;
	box-shadow: 0 25px 20px -15px rgba(0,0,0,0.15);
}
.boxout p {
	color: #273455;
}
.boxout p i,
.boxout p em {
	display: block;
	margin-bottom: 15px;
	color: #5b6786;
}

.boxout:not(:only-child) {
	margin: 40px 0;
}

/*Feedback Info*/
.feedback-info .pb-container,
.feedback-info.fi-full .pb-row-column-1 {
	margin: 0 auto;
	display: table;
	width: 100%;
	max-width: 900px;
}
.feedback-info.fi-full .pb-container {
	max-width: 100%;
}

.feedback-info .pb-row-column-1 {
	text-align: center;
}
.feedback-info .pb-row-column-1 h1::after,
.feedback-info .pb-row-column-1 h2::after {
	display: none;
	margin-left: auto;
	margin-right: auto;
}

.feedback-info .pb-row-column-2,
.feedback-info .pb-row-column-3 {
	margin: 40px 0 60px;
}
.feedback-info .pb-row-column-2:last-child,
.feedback-info .pb-row-column-3:last-child {
	margin-bottom: 0;
}
.feedback-info .pb-row-column-2 .pb-column,
.feedback-info .pb-row-column-3 .pb-column {
	text-align: center;
	border-color: #c6c6c6 !important;
}
.feedback-info .pb-row-column-2 .pb-column p > i,
.feedback-info .pb-row-column-2 .pb-column p > em,
.feedback-info .pb-row-column-3 .pb-column p > i,
.feedback-info .pb-row-column-3 .pb-column p > em {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	font-size: 70px;
	width: 80%;
	height: 180px;
	min-width: 180px;
	border-radius: 0%;
	background-color: #fff;
	border-top: 2px solid #273455;
	box-shadow: 0 25px 15px -10px rgba(0,0,0,0.15);
	/*text-shadow: 5px 5px 0 rgba(0,0,0,0.1);*/
	transition: all 0.15s ease;
	margin: 0 auto 40px;
	position: relative;
	top: 0;
}
.feedback-info .pb-row-column-2 .pb-column p > i:hover,
.feedback-info .pb-row-column-2 .pb-column p > em:hover,
.feedback-info .pb-row-column-3 .pb-column p > i:hover,
.feedback-info .pb-row-column-3 .pb-column p > em:hover {
	box-shadow: 0 35px 20px -15px rgba(0,0,0,0.1);
	/*text-shadow: 0 0 0 rgba(0,0,0,0);*/
	color: #273455;
	top: -5px;
}
.feedback-info .pb-row-column-2 .pb-column h3,
.feedback-info .pb-row-column-3 .pb-column h3 {
	font-size: 18px;
	line-height: 1.3;
	margin: 0;
}
.feedback-info .pb-row-column-2 .pb-column h3 b,
.feedback-info .pb-row-column-2 .pb-column h3 strong,
.feedback-info .pb-row-column-3 .pb-column h3 b,
.feedback-info .pb-row-column-3 .pb-column h3 strong {
	font-weight: 400;
	color: #485886;
}
.feedback-info .pb-row-column-2 .pb-column h3::after,
.feedback-info .pb-row-column-3 .pb-column h3::after {
	display: none;
}

.feedback-info .pb-row-column-3 .pb-column h3 {
	margin-bottom: 25px;
}
.feedback-info .pb-row-column-3 .pb-column p a {
	text-decoration: none;
	padding: 6px 8px;
	margin: 2px;
	white-space: nowrap;
	border: 2px solid #273455;
	color: #273455;
}
.feedback-info .pb-row-column-3 .pb-column p a:hover {
	border: 2px solid #273455;
	background-color: #273455;
	color: #fff;
	opacity: 1;
}

.feedback-info .pb-row-column-3 .pb-column:nth-child(3) p a {
	display: block;
	text-align: center;
	margin: -8px 0 0;
}

.feedback-alternate {
	margin-top: 25px;
	margin-bottom: 45px;
}
.feedback-alternate h4 {
	opacity: 0.6;
}
.feedback-alternate p a,
.feedback-alternate p b,
.feedback-alternate p strong {
	padding: 6px 0px;
	text-decoration: none;
	color: #5b6786;
	border-bottom: 2px solid #5b6786;
	font-size: 18px;
	margin: 10px;
	opacity: 0.6;
}
.feedback-alternate p a:hover {
	border-color: #273455;
	color: #273455;
	opacity: 1;
}


.feedback-info .disclaimer {
	max-width: 650px;
	margin: 0 auto;
	opacity: 1;
}
.feedback-info .disclaimer p:last-child {
	margin-bottom: 0;
}

/*Timeline Info*/
.timeline-info .pb-container {
	margin: 0 auto;
	display: table;
	width: 100%;
	max-width: 900px;
}
.timeline-info .pb-row-column-2.timeline-title {
	margin-left: 0;
	margin-right: 0;
}
.timeline-info .pb-row-column-2.timeline-title .pb-column {
	padding: 0 20px;
	border-right: 0;
}

.timeline-info .pb-row-column-2 .col-sm-8 {
	width: 70%;
	max-width: unset;
	flex: 1 1 70%;
}
.timeline-info .pb-row-column-2 .col-sm-4 {
	width: 30%;
	min-width: unset !important;
	max-width: unset;
	flex: 1 1 30%;
}

.timeline-info .pb-row-column-2:not(.timeline-title) {
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
	transition: all 0.3s cubic-bezier(0,0,0.1,0.9);
	position: relative;
	right: 0;
}
.timeline-info .pb-row-column-2:not(.timeline-title):hover {
	right: -5px;
}
.timeline-info .pb-row-column-2:not(.timeline-title) .pb-column {
	padding: 20px;
	background-color: #fff;
}
.timeline-info .pb-row-column-2:not(.timeline-title) .pb-column p:last-child {
	margin-bottom: 0;
}
.timeline-info .pb-row-column-2:not(.timeline-title) .col-sm-8 p {
	list-style: disc;
	display: list-item;
	margin-left: 10px;
}

.timeline-info .pb-row-column-2:not(.timeline-title) .col-sm-4 {
	border-left: 2px solid #5b6786;
	border-right: 0;
	position: relative;
}
.timeline-info .pb-row-column-2:not(.timeline-title) .col-sm-4 p {
	color: #273455;
	font-weight: 400;
}
.timeline-info .pb-row-column-2:not(.timeline-title) .col-sm-4::before {
	content: '\f073';
	position: absolute;
	font-weight: 300;
	-moz-osx-font-smoothing:grayscale;
	font-family: "Font Awesome 5 Pro";
	background-color: #5b6786;
	color: #f2f2f2;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	left: -40px;
	top: 10px;
}
.timeline-info .pb-row-column-2:not(.timeline-title) .col-sm-4::after {
	content: '';
	position: absolute;
	border-right: 2px solid #e9e9e9;
	right: 0;
	top: 15px;
	bottom: 15px;
}

/*FAQs*/
.faq-accordion .col-sm-8 h2 {
	font-size: 22px;
}
.faq-accordion .col-sm-8 h2::after {
	width: 100%;
	margin-bottom: 35px;
}
.faq-accordion .pb-block-type-accordion .accordion {
	padding: 0;
	border: none;
	position: relative;
	margin-bottom: 40px;
	border-bottom: 2px solid rgba(0,0,0,0.05);
}
.faq-accordion .pb-block-type-accordion .accordion h3 {
	position: static;
	padding-left: 40px;
	padding-bottom: 40px;
	color: #5b6786;
	font-family: "halcom", sans-serif;
	font-weight: 400;
	font-size: 16px;
}
.faq-accordion .pb-block-type-accordion .accordion:hover h3 {
	color: #273455;
}
.faq-accordion .pb-block-type-accordion .accordion h3::before {
	content: "\f055";
	transition: all 0.1s ease;
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	top: -5px;
	left: 0;
	font-size: 24px;
	position: absolute;
	color: #273455;
}
.faq-accordion .pb-block-type-accordion .accordion:hover h3::before {
	transform:rotate(90deg);
}
.faq-accordion .pb-block-type-accordion .accordion.open h3::before {
	content: "\f068";
}
.faq-accordion .pb-block-type-accordion .accordion h3::after {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	width: 100%;
	transition: all 0.2s ease;
	background-color: #e9e9e9;
}
.faq-accordion .pb-block-type-accordion .accordion:hover h3::after {
	background-color: #273455;
}
.faq-accordion .pb-block-type-accordion .accordion .accordion-inner {
	padding: 0 0 40px 35px;
}
.faq-accordion .pb-block-type-accordion .accordion .accordion-inner p {
	font-style: italic;
}
.faq-accordion .pb-block-type-accordion .accordion .accordion-inner ul{
	font-style: italic;
	font-size: 14px;
    line-height: 1.8;
    font-weight: 400;
    color: #47526d;
	margin: 0 0 15px;
	padding-left: 20px;
}

/*News*/
.news-breadcrumb {
	width: calc(100% - 160px);
	margin: 0 auto;
	max-width: 1400px;
}
.news-breadcrumb {
	margin-top: 40px;
	padding: 20px 25px;
	background-color: #e9e9e9;
}
.breadcrumb b {
	font-weight: 400;
}

.news-slider {
	margin-top: 70px;
	margin-left: -15px;
	margin-right: -15px;
}
.news-slider .tns-outer .tns-controls {
	overflow: visible;
	width: calc(100% + 100px);
	left: -50px;
}
.news-slider .tns-outer .tns-controls button {
	background: transparent;
	transform: none;
	padding: 0;
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
}
.news-slider .tns-outer .tns-controls button:hover {
	background: #fff;
	box-shadow: 0 10px 5px -5px rgba(0,0,0,0.15);
}
.tns-outer .tns-controls button:first-of-type::before,
.tns-outer .tns-controls button:last-of-type::before {
	color: #5b6786;
	font-size: 20px;
	float: none;
}
.tns-outer .tns-controls button:first-of-type::before {
	content: '\f060';
}
.tns-outer .tns-controls button:last-of-type::before {
	content: '\f061';
}

.news-slider .slider {
	display: flex;
}
.news-slider .slider .slide .post-item,
.news-slider .slider .slide .post-item .slide-content-wrap {
	height: 100%;
}

.post-wrap .post-item {
	border:none;
	padding: 0 15px;
}
.post-wrap .post-item .slide-content-wrap {
	padding: 40px 0;
	border-top: 2px solid #273455;
	border-bottom: 2px solid #273455;
}
.post-slide-news .post-item .post-title p.date {
	margin-bottom: 5px;
}
.post-slide-news .post-item .post-title h3 {
	font-size: 26px;
}
.post-slide-news .post-item .post-title h3::after {
	display: none;
}
.post-slide-news .post-item .post-body {
	height: auto;
	padding: 15px 0;
}
.post-slide-news .post-item .post-body p {
	margin-bottom: 30px;
}
.post-slide-news .post-item .post-body a {
	position: relative;
	text-decoration: none;
	padding: 2px 0;
}
.post-slide-news .post-item .post-body a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 70%;
	height: 2px;
	transition: all 0.2s ease;
	background-color: #5b6786;
}
.post-slide-news .post-item .post-body a:hover::after {
	width: 100%;
	background-color: #273455;
}

/*News Page*/
.news-breadcrumb .breadcrumb {
	text-align: center;
}
.news-page .pb-section.section-pad-1 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.news-page .pb-section .pb-block-type-video,
.news-page .pb-section .pb-block-type-video_tag {
	padding-top: 20px;
	padding-bottom: 30px;
}

.news-page .pb-section .pb-row-column-3 .col-sm-3:empty {
	display: none;
}
.news-page .pb-section .pb-row-column-3 .col-sm-6 {
	max-width: unset;
	flex: 1 1 50%;
	max-width: 650px;
	margin: 0 auto;
}

/*Contact Info*/
.contact-info.section-variant-3 .pb-row-column-2 .pb-column:first-child {
	border-right: none;
	padding-right: 60px;
	width: 35%;
	flex: 35% 1 1;
	max-width: unset;
}
.contact-info.section-variant-3 .pb-row-column-2 .pb-column:last-child {
	width: 65%;
	flex: 65% 1 1;
	max-width: unset;
	padding: 40px;
	background-color: #fff;
	box-shadow: 0 25px 15px -10px rgba(0,0,0,0.1);
	border-left: 2px solid #273455;
}

.contact-halves .pb-column:first-child .pb-block-type-code img,
.contact-info .pb-column:first-child .pb-block-type-code img {
	width: 100%;
	vertical-align: top;
	max-width: 200px;
	margin: 0 0 30px;
}

.contact-halves .col-sm-4-8 {

}

.contact-halves .pb-block-type-form {
	margin: 20px -5px 0;
	background-color: transparent;
	/*box-shadow: 0 25px 15px -10px rgba(0,0,0,0.1);*/
	border-top: 0px solid #273455;
	padding: 0px;
}
.contact-halves .pb-block-type-form .pb-block-content > h2 {
	display: none;
}
.contact-halves .col-sm-4-8 .pb-block-type-text {
	padding: 20px;
	margin-bottom: 2px;
}
.contact-halves .col-sm-4-8 .pb-block-type-text:not(:first-child) {
	background-color: #172244;
}
.contact-halves .col-sm-4-8 .pb-block-type-text h3 {
	margin: 15px 0 0;
}


.contact-halves .col-sm-4-8 .pb-block-type-text:not(:first-child):last-child {
	margin-bottom: 0px;
	border-bottom: 0;
}
.contact-halves .col-sm-4-8 .pb-block-type-text h5 {
	margin-bottom: 12px;
	line-height: 1.2;
	color: #d8d9e4;
}
.contact-halves .col-sm-4-8 .pb-block-type-text p {
	color: #9598af;
	margin-bottom: 6px;
	line-height: 1.4;
}
.contact-halves .col-sm-4-8 .pb-block-type-text p a:hover {
	color: #fff;
}

.contact-halves .col-sm-4-8 .pb-block-type-text.other-contacts-title  {
	background: transparent;
}
.contact-halves .col-sm-4-8 .pb-block-type-text.other-contacts  {
	background: #fff;
}
.contact-halves .col-sm-4-8 .pb-block-type-text.other-contacts h5,
.contact-halves .col-sm-4-8 .pb-block-type-text.other-contacts p {
	color: #47526d;
}
.contact-halves .col-sm-4-8 .pb-block-type-text.other-contacts p a:hover {
	color: #172244;
}

.mailing-info form .form-block {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
.mailing-info form .form-block .field {
	width: 65%;
	padding: 0;
}
.mailing-info form .form-block .field.submit {
	margin: 0;
	width: 35%;
}
.mailing-info form .form-block .form-caption {
	width: 100%;
	padding: 20px 5px 0;
	margin: 0;
}
.mailing-info form .form-block .field label {
	margin-bottom: 5px;
}
.mailing-info form .form-block .field input {
	border: 2px solid #273455;
	background-color: #f2f2f2;
	border-right: none;
	padding-right: 15px;
	padding-left: 15px;
}
.mailing-info form .form-block .field input:hover,
.mailing-info form .form-block .field input:focus {
	background-color: #fff !important;
}
.mailing-info form .form-block .field.submit button {
	width: 100%;
	text-align: center;
	padding: 13px 10px 14px;
}

.key-contacts.section-variant-2 .pb-row-column-2 .col-sm-4,
.key-contacts.section-variant-3 .pb-row-column-2 .col-sm-4 {
	padding-right: 60px;
	width: 35%;
	flex: 35% 1 1;
	max-width: unset;
	border-right: 0;
}
.key-contacts.section-variant-2 .pb-row-column-2 .col-sm-8,
.key-contacts.section-variant-3 .pb-row-column-2 .col-sm-8 {
	padding-left: 0px;
	width: 65%;
	flex: 65% 1 1;
	max-width: unset;
}
.key-contacts .col-sm-8 .pb-block {
	margin-bottom: 15px;
	padding: 25px 30px;
	background-color: #fff;
	border-left: 2px solid #273455;
	box-shadow: 0 25px 15px -10px rgba(0,0,0,0.1);
}
.key-contacts .col-sm-8 h5 {
	margin-bottom: 8px;
}
.key-contacts .col-sm-8 p {
	margin-bottom: 8px;
}
.key-contacts .col-sm-8 p:last-child {
	margin-bottom: 5px;
}
.key-contacts .col-sm-8 p a,
.contact-halves .col-sm-4-8 p a {
	margin-right: 4px;
	margin-bottom: 4px;
	text-decoration: none;
	position: relative;
}
.key-contacts .col-sm-8 p i,
.key-contacts .col-sm-8 p em,
.contact-halves .col-sm-4-8 p i,
.contact-halves .col-sm-4-8 p em {
	margin-right: 6px;
}
/*.key-contacts .col-sm-8 p a::after,
.contact-halves .col-sm-4-8 p a::after {
	content: '';
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -2px;
	height: 2px;
	background-color: #5b6786;
}
.key-contacts .col-sm-8 p a:hover::after,
.contact-halves .col-sm-4-8 p a:hover::after {
	background-color: #273455;
}*/

/*Colour Half Blocks*/
.colour-half-blocks .pb-column {
	padding: 80px;
	background-color: #172244;
}
.colour-half-blocks .pb-column:last-child {
	background-color: #213368;
}
.colour-half-blocks .pb-column h1,
.colour-half-blocks .pb-column h2,
.colour-half-blocks .pb-column h3,
.colour-half-blocks .pb-column h4,
.colour-half-blocks .pb-column h5,
.colour-half-blocks .pb-column p {
	color: #fff;
}
.colour-half-blocks .pb-column .pb-block:not(:first-child) h3,
.colour-half-blocks .pb-column .pb-block h3:not(:first-child){
	margin-top: 40px;
}

.makeshift-box-no-arrow {
	padding: 40px;
	position: relative;
	background-color: #ededef;
}

.makeshift-box {
	padding: 40px;
	position: relative;
	background-color: #ededef;
}
.makeshift-box::after {
	content: "";
	position: absolute;
	bottom: -50px;
	left: calc(50% - 25px);
	border: 25px solid transparent;
	border-top-color: #ededef;
}

.no-frame-pad .frame {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

/*Form*/
.form-block {
	border: none;
	background: transparent;
	display: flex;
	flex-wrap: wrap;
}
.form-block .field,
.form-block.single .field,
.form-block .field.single {
	padding: 10px 5px;
}
.form-block .field label {
	font-size: 14px;
	font-weight: 300;
	font-family: "halcom", sans-serif;
	color: #5b6786;
	margin-bottom: 3px;
}
.form-block .field label em {
	font-weight: 300;
	color: #cf3c3c;
}
input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea,
select {
	transition: all 0.1s ease;
	background-color: rgba(255,255,255,1);
	font-size: 16px;
	font-weight: 400;
	font-family: "halcom", sans-serif;
	padding: 15px 12px 16px;
	padding-right: 16px;
	border: none;
	border-radius: 0;
	/*border-bottom: 2px solid #6a7181;*/
	color: #273455;
}
input[type="text"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="email"]:hover,
input[type="tel"]:hover,
textarea:hover,
select:hover {
	border-color: #172244;
	box-shadow: 0 2px 0 #4f77c6;
}
input[type="text"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
	outline:none;
	padding-left: 16px;
	padding-right: 12px;
	border-color: #4f77c6;
	box-shadow: 0 2px 0 #172244;
	background-color: #fff;
}
textarea {
	max-width: 100%;
	min-height: 150px;
}
.form-block button {
	border: 2px solid #273455;
	background-color: transparent;
	font-size: 16px;
	padding: 12px 18px 13px;
	font-family: "halcom", sans-serif;
	color: #273455;
}
.form-block button:hover {
	background-color: #273455;
	color: #fff;
}

.form-block > h1,
.form-block > h2,
.form-block > h3,
.form-block > h4,
.form-block > h5 {
	width: 100%;
}

.hide-form-title .pb-block-type-form .pb-block-content > h2 {
	display: none;
}

/*Page Form*/
.mini-frame .frame,
.page-form .frame {
	max-width: 1000px;
}

.page-form h2::after {
	margin-bottom: 0;
}
.page-form h2 {
	margin-top: 35px;
}
.page-form h3 {
	color: #5b6786;
	margin-top: 35px;
}
.page-form h3::after {
	display: none;
}
.page-form h4 {
	margin-top: 25px;
	margin-bottom: 10px;
}

.page-form .form-block .field {
	padding: 0 0 15px;
}
.page-form .form-block .field label {
	margin-bottom: 10px;
}
.page-form .form-block .field input,
.page-form .form-block .field select,
.page-form .form-block .field textarea {
	background-color: #f2f2f2;
	padding-left: 15px;
	padding-right: 15px;
	border: 2px solid #273455;
}
.page-form .form-block .field input:hover,
.page-form .form-block .field input:focus,
.page-form .form-block .field select:hover,
.page-form .form-block .field select:focus,
.page-form .form-block .field textarea:hover,
.page-form .form-block .field textarea:focus {
	background-color: #fff !important;
}

/*Program Info*/
.program-info .col-sm-4 {

}
.program-info .col-sm-4 h4 {
	margin-top: 45px;
	color: #5b6786;
}
.program-info .col-sm-4 .program-block {
	padding: 20px;
	margin-bottom: 10px;
	background-color: #fff;
	border-left: 2px solid #273455;
	box-shadow: 0 15px 10px -10px rgba(0,0,0,0.15);
}
.program-info .col-sm-4 .program-block .pb-block-content {
	display: flex;
	align-items: flex-start;
}
.program-info .col-sm-4 .program-block .pb-block-content > p {
	min-width: 35px;
	text-align: left;
	margin-bottom: 0;
}
.program-info .col-sm-4 .program-block p i,
.program-info .col-sm-4 .program-block p em {
	font-size: 18px;
	font-weight: 400;
	transform: scale(1.2);
}
.program-info .col-sm-4 .program-block h5 {
	font-family: "halcom", sans-serif;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 400;
	width: 100%;
	margin: 0;
}
.program-info .col-sm-4 .program-block h5 p {
	margin-top: 5px;
	margin-bottom: 0;
	font-size: 12px;
	line-height: 1.2;
}

.program-info .disclaimer {
	margin-top: 35px;
}
.program-info .disclaimer p {
	font-size: 12px;
	line-height: 1.2;
	opacity: 0.7;
}

/*Quote Box*/
.quote-box .frame {
	max-width: 700px;
}
.quote-box .quote {

	margin-bottom: 30px;

}
.quote-box .quote p:first-child,
.quote-box .quote p:last-child {
	position: relative;
	z-index: 1;
}
.quote-box .quote p:first-child::before {
	content: "\f10d";
	font-family: "Font Awesome 5 Pro";
	font-size: 45px;
	font-weight: bold;
	position: absolute;
	z-index: -1;
	top: -30px;
	left: -55px;
	color: #ddd;
}
.quote-box .quote p:last-child::after {
	content: "\f10e";
	font-family: "Font Awesome 5 Pro";
	font-size: 45px;
	font-weight: bold;
	position: relative;
	z-index: -1;
	bottom: -28px;
	left: 10px;
	color: #ddd;
	line-height: 0;
}

.quote-box .author p {
	font-size: 16px;
	color: #273455;
	font-weight: 500;
}

/*Support Contacts List*/
.support-contact-list {
	padding-top: 15px;
	margin-left: -3px;
	margin-right: -3px;
}
.support-contact-list .pb-column {
	flex: 22% 1 1;
	width: 33%;
	max-width: 33%;
	background-color: #fff;
	padding: 30px;
	margin: 3px;
}
.section-variant-2 .support-contact-list .pb-column {
	background-color: #ededef;
}
.support-contact-list .pb-column h5 {
	margin-bottom: 15px;
	line-height: 1.2;
}
.support-contact-list .pb-column p {
	margin-bottom: 15px;
	line-height: 1.3;
	font-size: 12px;
}
.support-contact-list .pb-column p i,
.support-contact-list .pb-column p em {
	margin-right: 6px;
}
.support-contact-list .pb-column p a {
	text-decoration: none;
}

/*Index Assets*/
.hr-mini {
	background-color:#90469b;
	width:50px;
	height:4px;
	border-radius:5px;
	margin:10px 0 20px;
}

p.disc {
	color: #273455;
	margin-top: 35px;
}

.listen-content .button-wrapper {
	margin: 15px 0 35px;
}

/*FAQs*/
.col-sm-12 > .pb-block-type-accordion {
	max-width: 850px;
	margin: 0 auto;
}
.pb-block-type-accordion .accordion {
	border: none;
	position: relative;
	margin-bottom: 15px;
	border-radius: 5px;
	background-color: #fff;
	padding: 0px;
	cursor: auto;
}
.pb-block-type-accordion .accordion.open {
	box-shadow: 0 0 0 3px #294384;
}
.pb-block-type-accordion .accordion h3 {
	position: static;
	padding: 25px;
	padding-right: 50px;
	color: #294384;
	font-family: "din-2014", sans-serif;
	font-weight: 600;
	font-size: 18px;
	cursor: pointer;
}
.pb-block-type-accordion .accordion:hover h3 {
	color: #294384;
}
.pb-block-type-accordion .accordion h3::before {
	content: "\f067";
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	top: 23px;
	right: 25px;
	font-size: 20px;
	font-weight: 500;
	position: absolute;
	color: #294384;
}
.pb-block-type-accordion .accordion.open h3::before {
	content: "\f068";
}
.pb-block-type-accordion .accordion h3::after {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	width: 100%;
	transition: all 0.2s ease;
	background-color: #e9e9e9;
}
.pb-block-type-accordion .accordion:hover h3::after {
	background-color: #294384;
}
.pb-block-type-accordion .accordion .accordion-inner {
	padding: 25px;
	border-top: 1px solid #f0f1f5;
}

/*Video Blocks*/
.vid-blocks.pb-row {
	margin-left: -15px;
	margin-right: -15px;
}
.vid-blocks.pb-row .pb-column {
	padding-left: 15px;
	padding-right: 15px;
}
.vid-blocks.pb-row .pb-column .muse-video-player {
	border-radius: 10px;
	overflow: hidden;
}

/*Privacy Policy*/
.privacy-policy .pb-block:not(:last-child) {
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 2px solid #ededef;
}
.privacy-policy .pb-block .pb-block-content > *:last-child {
	margin-bottom: 0;
}
.privacy-policy .pb-block .pb-block-content h3 {
	font-size: 22px;
}

.button-list-full-width .button-wrapper{
	margin-top: 0px;
}
.button-list-full-width .button-wrapper .button{
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

/**--- TE REO OVERRIDE ---**/
body.lang-mi .lang-control {
	display: block !important;
}
.navigation ul.menu li.lang-control {
	position: fixed;
	bottom: 20px;
	right: 0;
}
.navigation ul.menu li.lang-control form {
	position: relative;
}
.navigation ul.menu li.lang-control label {
	font-size: 0;
	position: absolute;
	z-index: 11;
	top: 10px;
	left: 10px;
}
.navigation ul.menu li.lang-control label::before {
	content: "\f1ab";
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	font-size: 18px;
	color: #47526d;
}
.navigation ul.menu li.lang-control select {
	position: relative;
	padding: 10px 15px 12px;
	padding-left: 40px;
	border-radius: 10px 0 0 10px;
	box-shadow: 0 5px 10px -5px rgba(0,0,0,0.15);
	font-size: 14px;
	z-index: 10;
	border: 2px solid #cdd2df;
	border-right: 0;
}
.pb-block-type-text ol{
	margin-left: 25px;
}

.pb-block-type-text ol>li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
    color: #47526d;
}

@media screen and (max-width:800px) {
	.navigation ul.menu li.lang-control {
		position: static;
		order: 1;
		margin-top: 20px;
	}
	.navigation ul.menu li.lang-control select {
		padding: 14px 18px 16px;
		padding-left: 50px;
		border-radius: 10px 10px;
		box-shadow: none;
		font-size: 16px;
		border-right: 2px solid #cdd2df;
	}
	.navigation ul.menu li.lang-control label {
		top: 14px;
		left: 14px;
	}
	.navigation ul.menu li.lang-control label::before {
		font-size: 24px;
	}
}


/**--- LANGUAGE OVERRIDE ---**/
body.lang-mi .navigation ul.menu,
body.lang-sa .navigation ul.menu,
body.lang-tn .navigation ul.menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
}
body.lang-mi .navigation ul.menu li a.menulink,
body.lang-sa .navigation ul.menu li a.menulink,
body.lang-tn .navigation ul.menu li a.menulink {
	font-size: 14px;
	padding: 4px 12px;
}

body.lang-sa .header .coltable .col:last-child ul.contact-menu li a {
	white-space: normal;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 8px 16px;
}

body.lang-mi h1,
body.lang-mi .h1,
body.lang-mi h2,
body.lang-mi .h2 {
	font-size: 2.2rem;
}
body.lang-mi h3,
body.lang-mi .h3 {
	font-size: 1.5rem;
}

body.lang-sa h1,
body.lang-sa .h1,
body.lang-sa h2,
body.lang-sa .h2 {
	font-size: 3rem;
}
body.lang-sa h3,
body.lang-sa .h3 {
	font-size: 1.6rem;
}

@media screen and (max-width:1200px) {
	body.lang-mi .navigation ul.menu li a.menulink,
	body.lang-sa .navigation ul.menu li a.menulink,
	body.lang-tn .navigation ul.menu li a.menulink {
		padding: 3px 10px;
	}
	body.lang-mi .header .coltable .col:first-child,
	body.lang-sa .header .coltable .col:first-child,
	body.lang-tn .header .coltable .col:first-child {
	  	min-width: 222px;
	}

	body.lang-mi .title-block .col-sm-4-8,
	body.lang-mi .title-block .col-sm-7-2 {
		width: 100%;
		flex: 100% 1 1;
		max-width: 100%;
	}
	body.lang-mi .title-block .col-sm-4-8:first-child {
	  	text-align: left;
	}

	body.lang-tn h1,
	body.lang-tn .h1,
	body.lang-tn h2,
	body.lang-tn .h2,
	body.lang-sa h1,
	body.lang-sa .h1,
	body.lang-sa h2,
	body.lang-sa .h2 {
		font-size: 2.2rem;
	}
	body.lang-tn h3,
	body.lang-tn .h3,
	body.lang-sa h3,
	body.lang-sa .h3 {
		font-size: 1.5rem;
	}
}
@media screen and (max-width:1200px) and (min-width:1100px) {
	body.lang-mi .logo.text,
	body.lang-sa .logo.text,
	body.lang-tn .logo.text {
		line-height: 24px;
	}
	body.lang-mi .logo.text span,
	body.lang-sa .logo.text span,
	body.lang-tn .logo.text span {
		display: block;
	}
}
@media screen and (max-width:1100px) and (min-width:800px) {
	body.lang-mi .header .coltable,
	body.lang-sa .header .coltable,
	body.lang-tn .header .coltable {
		display: grid;
	}
	body.lang-mi .header .coltable .col-logo-wrap,
	body.lang-sa .header .coltable .col-logo-wrap,
	body.lang-tn .header .coltable .col-logo-wrap {
		grid-column: 1;
		grid-row: 1;
	}
	body.lang-mi .header .coltable .col.nav,
	body.lang-sa .header .coltable .col.nav,
	body.lang-tn .header .coltable .col.nav {
		width: auto;
		grid-column: 2;
		grid-row: span 2;
	}
	body.lang-mi .header .coltable .col:last-child,
	body.lang-sa .header .coltable .col:last-child,
	body.lang-tn .header .coltable .col:last-child {
		grid-column: 1;
		grid-row: 2;
		padding-top: 10px;
		padding-left: 0;
	}

	body.lang-mi .header .coltable .col:last-child ul.contact-menu,
	body.lang-sa .header .coltable .col:last-child ul.contact-menu,
	body.lang-tn .header .coltable .col:last-child ul.contact-menu {
  		justify-content: flex-start;
	}
	body.lang-mi .header .coltable .col:last-child p.email-link,
	body.lang-sa .header .coltable .col:last-child p.email-link,
	body.lang-tn .header .coltable .col:last-child p.email-link {
		text-align: left;
	}
	body.lang-mi .navigation ul.menu,
	body.lang-sa .navigation ul.menu,
	body.lang-tn .navigation ul.menu {
		max-width: 520px;
	}
}
@media screen and (max-width:800px) {
	body.lang-mi .navigation ul.menu,
	body.lang-sa .navigation ul.menu,
	body.lang-tn .navigation ul.menu {
		flex-direction: column;
	}
}
@media screen and (max-width:400px) {
	body.lang-mi .header .coltable .col .navigation ul.menu a.menulink,
	body.lang-sa .header .coltable .col .navigation ul.menu a.menulink,
	body.lang-tn .header .coltable .col .navigation ul.menu a.menulink {
		font-size: 22px;
	}
	body.lang-mi h1, body.lang-mi .h1, body.lang-mi h2, body.lang-mi .h2,
	body.lang-sa h1, body.lang-sa .h1, body.lang-sa h2, body.lang-sa .h2 {
	  font-size: 1.8rem;
	}
	body.lang-tn h1,
	body.lang-tn .h1,
	body.lang-tn h2,
	body.lang-tn .h2,
	body.lang-sa h1,
	body.lang-sa .h1,
	body.lang-sa h2,
	body.lang-sa .h2 {
		font-size: 1.8rem;
	}
}

/****----- RESPONSIVE -----*****/
@media screen and (max-width:1800px) {
	.header > .frame,
	.section-variant-5 .frame {
		max-width: 1300px;
	}
}
@media screen and (max-width:1300px) {
	.form-block .field.w50,
	.form-block .field.w33 {
	    width: 100%;
	}

	/* .support-contact-list .pb-column {
		flex: 45% 1 1;
		width: 50%;
		max-width: 50%;
	} */
}
@media screen and (max-width:1200px) {
	.frame,
	.news-breadcrumb,
	.section-variant-5 .pb-container .row {
		width: calc(100% - 120px);
	}
	iframe {
		width:100% !important;
	}
	.section-feature.sf-about,
	.section-feature.sf-gift,
	.section-feature.sf-party {
		padding-left: 20px;
		padding-right: 20px;
	}
	.mobi-box {
		padding: 20px;
		box-sizing: border-box;
		border-radius: 20px;
		background-color: rgba(255,255,255,0.8);
		color: #000;
	}
	.mobi-box .h2,
	.mobi-box .h3,
	.mobi-box a,
	.mobi-box p {
		color: #000 !important;
		text-shadow: none !important;
		border-color:#000 !important;
	}
	.section-feature.sf-party,
	.section-feature.sf-about {
		background-position: left top;
	}
}
@media screen and (max-width:1100px) {
	.frame,
	.news-breadcrumb,
	.section-variant-5 .pb-container .row {
		width: calc(100% - 100px);
	}

	.navigation ul.menu li a.menulink {
		font-size: 14px;
		padding: 2px 8px !important;
	}

	.feedback-info .pb-row-column-3 {
		flex-direction: column;
	}
	.feedback-info .pb-row-column-3 .pb-column {
		width: 100%;
		max-width: unset;
		flex: 100% 1 1;
	}
	.feedback-info .pb-row-column-3 .pb-column:not(:last-child) {
		margin-bottom: 40px;
	}
	.feedback-info .pb-row-column-2 .pb-column p > i,
	.feedback-info .pb-row-column-2 .pb-column p > em,
	.feedback-info .pb-row-column-3 .pb-column p > i,
	.feedback-info .pb-row-column-3 .pb-column p > em {
		width: 100%;
		max-width: 300px;
	}
}
@media screen and (max-width:1000px) {
	.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
		padding-right: 0px;
		padding-left: 0px;
	}
	.row {
		margin-left: -20px;
		margin-right: -20px;
	}
	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-2-4, .col-lg-3, .col-lg-4, .col-lg-4-8, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-7-2, .col-lg-8, .col-lg-9, .col-lg-9-6, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-2-4, .col-md-3, .col-md-4, .col-md-4-8, .col-md-5, .col-md-6, .col-md-7, .col-md-7-2, .col-md-8, .col-md-9, .col-md-9-6, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-2-4, .col-sm-3, .col-sm-4, .col-sm-4-8, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-7-2, .col-sm-8, .col-sm-9, .col-sm-9-6, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-2-4, .col-xl-3, .col-xl-4, .col-xl-4-8, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-7-2, .col-xl-8, .col-xl-9, .col-xl-9-6, .col-xl-auto, .col-xs-2-4, .col-xs-4-8, .col-xs-7-2, .col-xs-9-6 {
	  	padding-right: 20px;
	  	padding-left: 20px;
	}

	h1, .h1 {
	    font-size: 2.8rem;
		line-height: 1;
	}
	h2, .h2 {
	    font-size: 2.8rem;
		line-height: 1;
	}

	.pb-section {
		padding-left: 0px;
		padding-right: 0px;
	}
	.section-container .pb-section.section-pad-1 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.section-container .pb-section.section-pad-2 {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.footer {
		padding: 50px 0;
	}
	.foot-lower {
		text-align: left;
		padding: 0px 0px 50px;
	}

	.homebox .col {
		display: inline-block;
		box-sizing: border-box;
		padding: 10px;
		float: left;
		width: 50%;
	}

	.news-slider .tns-outer .tns-controls {
		transform: none;
		width: calc(100% + 140px);
		left: -70px;
		height: 100%;
		bottom: 0;
		top: 0;
	}
	.news-slider .tns-outer .tns-controls button {
		height: 100%;
		border-radius: 0;
		color: #e9e9e9;
		background-color: #273455;
	}
	.news-slider .tns-outer .tns-controls button:not(:hover):first-of-type::before,
	.news-slider .tns-outer .tns-controls button:not(:hover):last-of-type::before {
		color: #e9e9e9;
	}

	.post-slide-news .post-item .post-body {
		padding: 10px 0;
	}
	.post-slide-news .post-item .post-title h3 {
		font-size: 22px;
		line-height: 24px;
	}

	.contact-halves .row {
		margin-left: 0;
		margin-right: 0;
	}
	.contact-halves .row .pb-column {
		width: 100%;
		flex: 100% 1 1;
		max-width: unset;
		padding-left: 0px;
		padding-right: 0px;
	}
	.contact-halves .row .pb-column:not(:first-child) {
		padding-top: 35px;
	}

	.colour-half-blocks .pb-column {
		padding: 60px;
	}

}
@media screen and (max-width:1350px) and (min-width:800px) {
	.navigation ul.menu {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
	}
	.navigation ul.menu li a.menulink {
		padding: 6px 10px;
	}
}
@media screen and (max-width:1050px) and (min-width:800px) {
	.header .coltable .col:first-child {
	  	min-width: 210px;
	}
	.logo.text {
		line-height: 20px;
	}
	.logo.text span {
		display: block;
	}
}
@media screen and (max-width: 900px) {
	.section-variant-2:not(.timeline-info) .pb-row-column-2,
	.section-variant-3:not(.timeline-info) .pb-row-column-2 {
		flex-wrap: wrap;
	}
	.section-variant-2:not(.timeline-info) .pb-row-column-2 .pb-column:first-child,
	.section-variant-3:not(.timeline-info) .pb-row-column-2 .pb-column:first-child {
		width: 100%;
		min-width: unset;
		max-width: unset;
		flex: 100% 1 1;
		padding-bottom: 20px;
		text-align: left;
	}
	.section-variant-2:not(.timeline-info) .pb-row-column-2 .pb-column:last-child,
	.section-variant-3:not(.timeline-info) .pb-row-column-2 .pb-column:last-child {
		width: 100%;
		min-width: unset;
		max-width: unset;
		flex: 100% 1 1;
		padding-top: 0px;
	}

	.vid-block {
		flex-direction: column;
	}
	.vid-block .pb-column {
		width: 100%;
		max-width: 100%;
		flex: 100% 1 1;
	}
	.vid-block .pb-column:last-child {
		padding-top: 50px;
	}

	.feedback-alternate p a,
	.feedback-alternate p b,
	.feedback-alternate p strong {
		display: table;
		margin: 0 auto 5px;
	}
}
@media screen and (min-width: 800px) {
    .navigation {
        background: none;
        border: none;
    }
    .navigation ul.menu ul.menu-dropdown {
        top: 52px;
    }
    .navigation ul.menu ul.menu-dropdown li {
        border-color: #444;
    }
    .navigation ul.menu li a {
        color: #bbb;
    }
}
@media screen and (max-width:800px) {
	body.frame-full-width .body .frame {
		padding: 0px 0;
	}

	.header > .frame .logo {
		height: auto;
		line-height: 1.8;
	}
	.navigation ul.menu li.mob-only {
		display: block !important;
	}
	.header .coltable .col:last-child {
		display: none;
	}
	.header .coltable .col.nav {
		text-align: right;
	}
	.header .mobile-menu-trigger {
		display: block;
		vertical-align: middle;
		text-align: right;
		width: auto;
		font-size: 32px;
		line-height: 32px;
		font-weight: 500;
	}
	.header .mobile-menu-trigger:hover {
		color: #fff;
	}

	.section-container .pb-section.section-pad-1 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.section-container .pb-section.section-pad-2 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.section-container .pb-section.section-pad-3 {
	    padding-top: 65px;
	    padding-bottom: 65px;
	}
	.section-variant-5 .pb-container {
		padding: 65px 0;
	}

	.h2, h2, .h3, h3 {
		font-size: 22px;
		line-height: 30px;
	}
	.section-feature.sf-gift .h2, .section-feature.sf-party .h2 {
		font-size: 32px;
		line-height: 30px;
		color: #90469b !important;
	}
	.banner h2, .banner .h2,
	.banner h1, .banner .h1 {
		font-size: 24px;
		line-height: 24px;
		margin: 0 0 5px;
	}
	.banner .bt .button {
		transform: scale(0.5,0.5);
	}
	.section-feature.sf-gift {
		background-size: cover;
	}

	.pb-section,
	.pb-container {
		padding-left: 0px;
		padding-right: 0px;
	}

	.header {
		position: relative;
	}
	.logo {
		background-position: center;
	}
	.header .coltable {
		display: flex;
		justify-content: space-around;
	}
	.header .coltable .col {
		position: static;
		width: 100% !important;
		display: block;
		padding: 0 !important;
	}
	.header .coltable .col.nav {
		width: 0% !important;
	}

	.header .coltable .col.logo-wrap {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.header .coltable .col.logo-wrap .mobile-menu-trigger i {
		font-weight: 300;
	}

	.header .coltable .col .navigation {
		min-height: 100vh;
		top: 80px;
		width: 100%;
		border-radius: 0;
		background: #213368 !important;
	}
	.header .coltable .col .navigation ul.menu {
		width: calc(100% - 100px);
		margin: 0 auto;
		padding: 30px 0;
	}
	.header .coltable .col .navigation ul.menu a.menulink {
		padding: 10px 0 !important;
		color: #fff;
		display: table;
		font-size: 24px;
		font-weight: 500;
		font-family: "din-2014", sans-serif;
	}
	.navigation ul.menu li {
		padding: 5px 0;
	}
	.navigation ul.menu li a.menulink:hover::after {
		width: 100%;
		left: 0;
	}
	.navigation ul.menu li ul.menu-dropdown {
		transform: none !important;
	}
	.navigation ul.menu li:not(.open) ul.menu-dropdown {
		height: 0;
	}
	.navigation ul.menu li.open ul.menu-dropdown::before {
		display: none;
	}
	.navigation ul.menu li ul.menu-dropdown > li > a,
	.navigation ul.menu li ul.menu-dropdown > li > a:hover {
		font-size: 16px;
		text-align: left;
		background-color: transparent;
	}

    .navigation ul.menu {
        display: block;
        width: 100%;
        margin: 0;
    }

	.footer > .coltable {
		margin-left: 0px;
		margin-right: 0px;
		display: block;
	}
	.footer .coltable > .col {
		display: block;
		width: 100%;
		text-align: center;
		padding: 20px 0;
	}
	.footer > .coltable > .col:nth-child(1) {
		padding-bottom: 0;
	}
	.footer > .coltable > .col:nth-child(2),
	.footer > .coltable > .col:nth-child(2) ul.foot-menu {
		padding-top: 0;
	}
	.footer > .coltable > .col:last-child {
		padding-top: 40px;
	    text-align: center;
	}
	.footer .h4 {
		white-space: normal;
	}
	.footer > .coltable > .col:nth-child(2) .h4 {
		display: none;
	}

	.foot-lower > p {
		text-align: center;
	}

	.accordion h3 {
		line-height: 1.2;
	}

	.news-slider .tns-outer .tns-controls {
		width: calc(100% + 70px);
		left: -35px;
	}
	.news-slider .tns-outer .tns-controls button {
		background-color: #273455;
		opacity: 1;
	}
	.post-wrap .post-item .slide-content-wrap {
		padding: 30px 30px;
	}

	.quote-box .quote p:first-child::before {
		position: relative;
		top: 0px;
		left: -10px;
		line-height: 0;
	}

	.stickybox.row {
		margin-left: 0;
		margin-right: 0;
	}
	.sticky-block.row .pb-column {
		width: 100%;
		flex: 100% 1 1;
		max-width: unset;
	}
	.sticky-block.row .pb-column.col-sm-8 {
		padding: 30px 0 0;
	}
	.sticky-block > .col-sm-4 {
		position: relative;
		top: 0;
	}
	.sticky-block > .col-sm-4::after {
		top: calc(100% - 10px);
		right: calc(100% - 30px);
	}

	.dark-flex {
		padding: 25px 10px;
	}
	.dark-flex .pb-column {
		flex-direction: column;
		text-align: center;
	}
	.dark-flex .pb-column .pb-block:not(:first-child) {
		padding-top: 15px;
	}

	.thin-banner.pb-section {
		padding: 20px 0;
	}
	.thin-banner .pb-column.col-sm-12 .pb-block-type-text p {
		font-size: 12px;
		line-height: 1.4;
	}

	.colour-half-blocks .pb-column {
		padding: 40px;
	}
}
@media screen and (max-width:767px) {
	.pb-block > .pb-block-content {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.support-contact-list .pb-column {
		flex: 100% 1 1;
		width: 100%;
		max-width: 100%;
	}
}
@media screen and (max-width:700px) {
	p {
		font-size: 12px;
		line-height: 1.6;
	}

	.title-block.row {
		margin-left: 0;
		margin-right: 0;
	}
	.title-block.row .pb-column {
		padding: 0 0;
		width: 100%;
		flex: 100% 1 1;
		max-width: unset;
	}
	.title-block .col-sm-4:first-child,
	.title-block .col-sm-4-8:first-child {
		text-align: left;
		padding-bottom: 20px;
	}
	.title-block .col-sm-4:first-child h1,
	.title-block .col-sm-4-8:first-child h1 {
		margin: 0;
	}

	.timeline-info .pb-row-column-2:not(.timeline-title) .col-sm-4 {
		display: flex;
	}
	.timeline-info .pb-row-column-2:not(.timeline-title) .col-sm-4::before {
		position: static;
		background-color: transparent;
		color: #273455;
		width: auto;
		height: 20px;
		padding: 0;
		padding-right: 10px;
		font-size: 18px;
	}

	.timeline-info .pb-row-column-2.timeline-title,
	.timeline-info .pb-row-column-2:not(.timeline-title) .col-sm-4::after {
		display: none;
	}
	.timeline-info .pb-row-column-2 {
		flex-direction: column;
	}
	.timeline-info .pb-row-column-2 .col-sm-4 {
		padding-bottom: 0 !important;
	}
	.timeline-info .pb-row-column-2 .col-sm-8,
	.timeline-info .pb-row-column-2 .col-sm-4 {
		width: 100%;
		flex: 100% 1 1;
		border-left: 2px solid #5b6786;
	}
}
@media screen and (max-width:600px) {
	.frame,
	.news-breadcrumb,
	.header .coltable .col .navigation ul.menu,
	.frame, .news-breadcrumb, .section-variant-5 .pb-container .row {
	    width: calc(100% - 60px);
	}

	.section-variant-5 .pb-container {
		padding: 50px 0;
	}

	.footer {
		text-align: center;
	}
	.footer .break {
		margin-left: auto;
		margin-right: auto;
	}
	.section-feature.sf-gift,
	.section-feature.sf-party {
		text-align: center;
	}
	.footer .h4 {
		margin-top: 40px;
	}
	.footer .coltable .col:first-child .h4 {
		margin-top: 0;
	}
	.footer .foot-product-wrap {
		width: 75%;
		margin: 0 auto;
	}
	.section-feature.sf-about {
		background-size: contain;
	}
	.banner .slide .slide-inner h1 {
		margin: 0;
	}
	.banner .slide .slide-inner h2 {
		font-size: 14px;
		letter-spacing: 1px;
		margin: 0;
	}
	.body {
		padding: 20px;
	}
	.top-search {
		margin: 0 auto;
	}
	.homebox .col .hb-text h3 {
		font-size: 20px;
		color: #999;
	}

	.form-block .field.w50 {
		width: 100%;
	}

	.news-slider .tns-outer .tns-controls {
		width: calc(100% + 30px);
		left: -15px;
	}
	.news-slider .tns-outer .tns-controls button {
		background-color: #273455;
		width: 30px;
		opacity: 1;
	}
	.news-slider .tns-outer .tns-controls button:first-of-type::before,
	.news-slider .tns-outer .tns-controls button:last-of-type::before {
		font-size: 16px;
	}
	.post-wrap .post-item .slide-content-wrap {
		padding: 25px 25px;
	}

	.head-notification {
		position: relative;
		overflow: hidden;
	}
	.head-notification > .frame > h5 {
		font-size: 100px;
		padding-right: 0px;
		position: absolute;
		left: -15px;
		z-index: 1;
		opacity: 0.1;
	}
	.head-notification > .frame > p {
		font-size: 12px;
		line-height: 1.3;
	}

	.thin-banner .pb-column.col-sm-12 {
		flex-direction: column;
	}
	.thin-banner .pb-column.col-sm-12 .pb-block-type-button {
		width: 100%;
		margin-top: 15px;
	}

	.quote-bubble {
		padding-top: 20px;
		text-align: left;
	}
	.quote-bubble::before {
	 	display: none;
	}
	.quote-bubble h3 {
		font-size: 22px;
		line-height: 30px;
	}
}
@media screen and (max-width:576px) {
	.vid-blocks.pb-row .pb-column {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
@media screen and (max-width:500px) {
	.feedback-info .pb-row-column-3 .pb-column p a {
		white-space: normal;
		display: block;
		margin: 2px;
	}
	.footer {
		padding: 50px 0;
	}

	h1, .h1 {
	  	font-size: 2.2rem;
	  	line-height: 1;
	}
}
@media screen and (max-width:400px) {
	.header .coltable .col:first-child {
		min-width: 220px;
	}
	.header .logo.text {
		font-size: 20px;
		max-width: 240px;
		line-height: 1;
	}
	.header .logo.text span {
		display: block;
	}

	.form-block {
		padding: 0;
	}
	.form-block .field input[type="radio"],
	.form-block .field input[type="checkbox"] {
		width: auto !important;
	}

	.colour-half-blocks .pb-column {
		padding: 30px;
	}

	/*Faq / accordion*/
	.col-sm-12 > .pb-block-type-accordion {
		margin-left: -15px;
		margin-right: -15px;
	}
	.pb-block-type-accordion .accordion h3 {
		padding: 20px;
		padding-right: 40px;
		font-size: 16px;
	}
	.pb-block-type-accordion .accordion .accordion-inner {
		padding: 20px;
	}
	.pb-block-type-accordion .accordion h3::before {
		top: 20px;
		right: 20px;
		font-size: 16px;
	}
}
