@charset "UTF-8";
/* CSS Document */

/* CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
strike, sup, tt, var, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
	}
body {
	line-height:0.5em;
	font:100% 'Cairo', Helvetica, Arial, sans-serif
	}
ol, ul {
	list-style: none;
	}
blockquote, q {
	quotes: none;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}

img {
	max-width:100%
	}

img.map, map area{
    outline: none;
}

input, textarea {
	outline:none;
	border:none;
	/*-webkit-appearance: none; COMMENTED OUT BY gm TO GET RADIO BUTTONS WORKING IN CHROME */
	border-radius:0
	}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


/***** STRUCTURE *****/
.row {
	width:100%;
	max-width:1280px;
	padding:0 30px;
	margin:0 auto
}

.row:before, .row:after, .list .course-lead:before, .list .course-lead:after {
	display:table;
	line-height:0;
	content:""
}

.row:after, .list .course-lead:after {
	clear:both
}

.row *[class^="col"] {
	display:block;
	float:left;
	width:100%;
	padding:0 30px;
	min-height:30px;
	margin-left:3.5%;
	*margin-left:3.5%;
}

.row, .row *[class^="col"], .btn, .box {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}

.row *[class^="col"]:first-child {
	margin-left:0
}

.row .col-3 {
	width:24%
}

.row .col-4 {
	width:30%
}

.row .col-6 {
	width:48.25%
}

.row .col-8 {
	width:66.5%
}

.row .col-9 {
	width:72.5%
}


/***** TYPOGRAPHY *****/
h1, h3, h4, .btn, p.sub-text {
	font-family:'Catamaran', Helvetica, Arial, sans-serif
}

h2, h4, .btn {
	font-weight:900
}

h1, h3 {
	font-weight:800
}

p, h5 {
	font-weight:600
}

h1 {
	font-size:2.25em
}

h2, #social h4 {
	font-size:2em
}

h3, h5, .btn {
	font-size:1.5em
}

.btn.sm, p, ul, ol {
	font-size:1.125em
}

.btn {
	text-transform:uppercase
}

h2 {
	color:#0082C6
}

p, small, ul, ol {
	color:#888
}

p {
	margin-bottom:30px;
	line-height:2em
}

p.sub-text {
	font-size:1.187em;
	color:#999
}

.tick-list li {
	margin-bottom:20px;
	background-position:center left;
	background-repeat:no-repeat
}

.tick-list[class*="lg"] li {
	padding-left:45px;
	margin-bottom:20px
}

.tick-list[class*="sm"] li {
	padding-left:40px;
	margin-bottom:20px
}

.tick-list[class*="white"] li {
	color:#FFF
}

.tick-list.white-lg li {
	background-image:url(/img/icons/tick-white-large.png)
}

.tick-list.blue-lg li {
	background-image:url(/img/icons/tick-blue-large.png)
}

.tick-list.grey-sm li {
	background-image:url(/img/icons/tick-grey-small.png)
}


/***** BUTTONS / LINKS *****/
.btn {
	display:inline-block;
	padding:20px 50px;
	text-align:center;
	text-decoration:none;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-opacity:0.9;
	-moz-opacity:0.9;
	opacity:0.9
}

.btn, .learn-link {
	-webkit-transition:opacity 0.15s ease-in;
	-moz-transition:opacity 0.15s ease-in;
	transition:opacity 0.15s ease-in
}

.btn.sm {
	padding:10px 20px
}

.btn.green {
	line-height: 1.125em;
	color:#FFF;
	background-color:#15B62C
}

.btn.blue {
	background-color: #0082C6;
	color: #FFF
}

.btn.red {
	color: #FFF;
	background-color: #F44336
}

.btn.white, .btn.grey, .learn-link {
	color:#0082C6
}

.btn.white {
	background-color:#FFF
}

.btn.grey {
	background-color:#E9E9E9
}

.btn:hover {
	opacity:1
}

.learn-link {
	padding-right:20px;
	font-weight:700;
	font-size:1.25em;
	text-decoration:none;
	background:url(/img/icons/learn-link-bg.png) center right no-repeat
}

.learn-link:hover {
	opacity:0.8
}


/***** IMAGES *****/
img.left {
	float:left;
	padding-top:8px;
	margin-right:30px;
	margin-bottom:20px
}


/***** HEADER *****/

/* Common */

body > header {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	padding:35px 70px
}

body > header h1 img {
	max-height: 85px;
	vertical-align:middle
}

nav a {
	position:relative;
	display:inline-block;
	margin-left:40px;
	font-weight:500;
	font-size:1.125em;
	font-family:'Catamaran', Arial, Helvetica, sans-serif;
	text-decoration:none
}

nav a:not(#menu-expand):after {
	position:absolute;
	bottom:0;
	left:0;
	content:'';
	display:inline-block;
	width:0;
	height:2px;
	transition:0.15s width ease-in
}

nav a:not(#menu-expand):hover:after {
	width:50%
}

a.join-link {
	font-weight:700
}

a#menu-expand {
	display:none;
	width:12px;
	height:11px;
	background-position:center;
	background-repeat:none
}

/* Light theme */
.light > header {
	position:relative;
	border-bottom:1px solid #B1B1B1;
	background-color:#FFF;
	box-shadow:0 0 7px rgba(37, 37, 37, 0.3)
}

.light nav a {
	color:#3F3F3F
}

.light nav a:not(#menu-expand):after {
	background-color:#3F3F3F
}

.light a.join-link {
	color:#15B62C
}

.light nav a:not(#menu-expand).join-link:after {
	background-color:#15B62C
}

.light a#menu-expand {
	background-image:url(/img/header/mobile-expand-menu.png)
}

/* Dark theme */
.dark nav a, .dark a.join-link {
	color:#FFF
}

.dark nav a:not(#menu-expand):after, .dark a:not(#menu-expand).join-link:after {
	background-color:#FFF
}

.dark a#menu-expand {
	background-image:url(/img/header/mobile-expand-menu-white.png)
}

/* Sub Navigation */
.sub-nav {
	padding: 15px 30px;
	margin-bottom: 5px;
	background-color: #0082C6
}

.sub-nav li {
	position: relative;
	display: inline-block;
	padding: 0 15px
}

.sub-nav ul:not(.mobile-sub) li:first-child {
	padding-left: 0;
	font: 700 1em 'Catamaran', Arial, Helvetica, sans-serif;
	color: #FFF
}

.sub-nav li:not(:first-child) {
	font-size: 0.875em;
	opacity: 0.9
}

.sub-nav li:last-child {
	padding-right: 0
}

.sub-nav li:not(:first-child):not(:last-child)::after {
	content: '|';
	position: absolute;
	top: 0;
	right: -3px;
	color: #FFF
}

.sub-nav li.no-after::after {
	display: none !important
}

.sub-nav li:hover {
	opacity: 1
}

.sub-nav li a {
	color: #FFF;
	text-decoration: none
}

.sub-nav a.current {
	font-weight: 700
}

.sub-nav a.current::after {
	content: '';
	display: block;
	width: 40%;
	height: 2px;
	background-color: #FFF
}

.sub-nav li.search-form {
	position: relative;
	float: right;
	width: 25%
}

.search-form input {
	opacity: 0.65
}

.search-form input[type=text] {
	width: 100%;
	padding: 3px 15px 1px;
	font: 400 0.875em 'Cairo', Arial, Helvetica, sans-serif;
	color: #FFF;
	border: 1px solid #FFF;
	border-radius: 5px;
	background: none;
	box-sizing: border-box
}

.sub-nav li.search-form:hover input, .sub-nav li.search-form input:focus, .sub-nav li.search-form input:focus + input {
	opacity: 1
}

.search-form input::-webkit-input-placeholder {
	color: #FFF
}

.search-form input:-moz-placeholder {
	color: #FFF
}

.search-form input::-moz-placeholder {
	color: #FFF
}

.search-form input:-ms-input-placeholder {
	color: #FFF
}

.search-form input[type=submit] {
	position: absolute;
	top: 7px;
	right: 12px;
	width: 16px;
	height: 17px;
	background: url(/img/icons/sub-search-icon.png) center no-repeat
}

.search-form input[type=submit]:hover {
	cursor: pointer
}

.mobile-sub {
	display: none
}

.sub-nav .mobile-expand, .sub-nav .small-menu .mobile-expand {
	display: none
}


/***** MAIN *****/
body:not(#home) main {
	padding:70px 0;
	background-color:#F5F5F5
}

/* ASIDE */
.box {
	padding:30px;
	margin-bottom:40px;
	border:1px solid #BCBCBC;
	background-color:#FFF;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	box-shadow:0 0 7px rgba(37, 37, 37, 0.2)
}

.box:hover {
	box-shadow:0 0 7px rgba(37, 37, 37, 0.4)
}

article.box h1 {
	margin-bottom:20px;
	font-weight:800;
	font-size:1.25em;
	color:#0082C6
}

article.box div[role=main] span {
	display:block;
	margin-bottom:20px;
	font-weight:700;
	font-size:1.25em;
	line-height:1.25em;
	color:#6F6F6F
}

article.box div[role=main] span small {
	display:block;
	font-weight:400;
	font-size:0.7em
}

/* PROGRESS BREADCRUMB */
.checkout-steps {
	margin-bottom:65px;
	text-align:center
}

.checkout-steps span {
	font-weight:600;
	font-size:1.125em;
	color:#888
}

.checkout-steps ul {
	list-style-type:none
}

.checkout-steps li {
	display:inline-block;
	width:140px;
	margin-right:2px
}

.checkout-steps li:last-child {
	margin-right:0
}

.checkout-steps li a {
	position:relative;
	display:block;
	height:3px;
	color:#D4D4D4;
	background-color:#D4D4D4
}

.checkout-steps li a:hover {
	cursor:text
}

.checkout-steps li a:after {
	position:absolute;
	top:5px;
	left:0;
	font-size:0.75em;
	text-align:left
}

.checkout-steps li.current a {
	color:#949494;
	background-color:#949494
}

.checkout-steps li.complete a {
	color:#0082C6;
	background-color:#0082C6;
	-webkit-opacity:0.9;
	-moz-opacity:0.9;
	opacity:0.9;
}

.checkout-steps li.complete a:hover {
	cursor:pointer;
	-webkit-opacity:1;
	-moz-opacity:1;
	opacity:1
}

/* Insurance progress */
.insurance-process .checkout-steps li:nth-child(1) a:after {
	content:'Select insurance'
}

.insurance-process .checkout-steps li:nth-child(2) a:after {
	content:'Login / Register'
}

.insurance-process .checkout-steps li:nth-child(3) a:after {
	content:'Declaration'
}

.insurance-process .checkout-steps li:nth-child(4) a:after {
	content:'Additional cover'
}

.insurance-process .checkout-steps li:nth-child(5) a:after {
	content:'Personal details'
}

/* ACCORDION */
.accordion {
	margin:30px 0;
	border-bottom:1px solid #CBCBCB
}

.accordion h2 {
	padding:25px 0;
	font-weight:800;
	font-size:1.5em;
	border-top:1px solid #CBCBCB;
	background-image:url(/img/icons/accordion-section-closed.png);
	background-position:center right;
	background-repeat:no-repeat
}

.accordion h2:hover {
	cursor:pointer
}

.accordion h2.open {
	background-image:url(/img/icons/accordion-section-open.png)
}

.accordion div {
	display:none;
	margin-bottom:35px
}

.accordion div:first-of-type {
	display:block
}


/***** FOOTER *****/
body > footer {
	padding:50px 30px;
	text-align:center
}

body > footer p, body > footer small {
	color:#A8A8A8
}

body > footer small {
	display:inline-block;
	margin-bottom:10px;
	font-weight:300;
	font-size:1em
}

body > footer p {
	margin:10px 0
}

body > footer p:first-of-type {
	font-size:1.125em
}

body > footer p:last-of-type {
	margin-bottom:30px
}

body > footer a {
	color:#7E7E7E;
	text-decoration:none
}

body > footer p a:hover {
	text-decoration:underline
}

body > footer > a {
	margin-right:25px
}

body > footer > a:last-of-type {
	margin-right:0
}

body > footer > div {
	margin-top: 30px;
}


/***** HOME *****/
#home > header, .home-splash:not(#insurance) {
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover
}

#home > header {
	background-image:url(/img/backgrounds/home-header-bg.jpg)
}

.home-splash {
	padding:100px 0;
	margin-bottom:10px
}

.home-splash:not(#social) .col-6 {
	width:55%
}

header .home-splash {
	text-align:center
}

#insurance.home-splash .col-6 {
	float:none;
	margin:0 auto
}

.home-splash h1 {
	width:75%;
	margin:0 auto;
	font-weight:700;
	font-size:2.75em;
	line-height:1.375em;
	color:#FFF
}

.home-splash h2 {
	line-height:1.25em;
	text-align:center
}

.home-splash h3 {
	margin-bottom:30px;
	color:#3F3F3F
}

#join.home-splash p {
	width:60%;
	margin:40px auto 60px;
	font-size:1.5em;
	line-height:1.5em;
	color:#FFF
}

#insurance.home-splash p.sub-text {
	margin:20px auto 75px;
	text-align:center
}

#insurance.home-splash .col-6 div {
	width:85%;
	margin:0 auto
}

.home-splash .btn.sm {
	margin-top:30px
}

#training.home-splash {
	background-image:url(/img/backgrounds/home-training-bg.jpg)
}

#news.home-splash {
	background-image:url(/img/backgrounds/home-news-bg.jpg)
}

#news.home-splash .col-6 {
	float:right
}

#news.home-splash h3, #news.home-splash p {
	color:#FFF
}

#news.home-splash h3 {
	width:75%
}

#social.home-splash {
	border:50px solid #F4F4F4
}

#social.home-splash .col-6 {
	margin-top:60px;
	margin-bottom:60px
}

#social.home-splash h4, #social.home-splash h5 {
	text-align:center;
	color:#3F3F3F
}

#social.home-splash h5 {
	font-style:italic
}


/***** INSURANCE *****/

/* Landing */
body#insurance-land main {
	padding-top:0
}

#insurance-land section {
	padding:70px 0;
	margin-bottom:70px;
	text-align:center;
	background:url(/img/backgrounds/ins-landing-bg.jpg) center no-repeat;
	background-size:cover
}

#insurance-land section .col-8 {
	float:none;
	margin:0 auto
}

#insurance-land section * {
	color:#FFF
}

#insurance-land section ul {
	display:inline-block;
	margin:65px 0 80px 28px;
	text-align:left;
	font-weight:600;
	font-size:1.25em
}

#insurance-land section ul li:last-child {
	margin-bottom:0
}

#insurance-land section span {
	display:block;
	margin-bottom:10px;
	font-size:1.5em
}

.insurance-process .col-8 div {
	padding:0
}

#insurance-land h2 {
	font-weight:800;
	font-size:1.5em;
	font-family:'Catamaran', Arial, Helvetica, sans-serif
}

#insurance-land .col-8 > p {
	margin:25px 0 35px;
	font-weight:400
}

#insurance-land h3 {
	margin-bottom:25px;
	font-size:1.375em;
	font-family:'Cairo', Arial, Helvetica, sans-serif;
	color:#505050
}

#insurance-land .col-8 h3 {
	font-weight:400
}

#insurance-land .col-4 h3 {
	font-weight:600
}

.insurance-process .col-8 .box {
	margin-bottom:25px
}

#insurance-land main small {
	display:block;
	margin-top:30px
}

.insurance-process .col-4 img {
	display:block;
	margin:50px auto 0
}

#insurance-land .col-4 ul {
	font-size:1em;
	line-height:1.5em;
	color:#505050
}

.insurance-process .col-8 h1 {
	margin-bottom:30px;
	color:#0082C6
}

.insurance-process .col-8 p {
	font-weight:400
}

.insurance-process .col-4 .learn-link {
	font-size:1em
}

.insurance-process .col-4 > span {
	display:block;
	margin-top:40px;
	text-align:center;
	color:#505050
}


/***** GENERIC LANDING PAGE *****/

body.landing > header h1 {
	margin:0 auto
}

body.landing main {
	padding:70px 30px !important
}

.landing main h2, .landing main p {
	margin-bottom:40px;
	line-height:1.25em
}

.landing main h2 {
	color: #E0E31C
}

.landing main p {
	color: #FFF
}

.landing .box {
	padding:0;
	margin:0 auto;
	border:1px solid #09547B;
	box-shadow:0 0 7px rgba(6, 64, 94, 0.85)
}

.landing form > div, .landing form > div > input {
	position:relative
}

.landing form > div > label {
	position:absolute;
	top:20px;
	left:30px
}

.landing form > div > label, .landing form > div > h3 {
	font:800 0.875em 'Catamaran', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#0082C6
}

.landing form > div > input:not([type=submit]) {
	display:block;
	width:100%;
	height:60px;
	padding:70px 30px 35px;
	font:1.5em 'Cairo', Arial, Helvetica, sans-serif;
	color:#3F3F3F;
	border-bottom:1px solid #BCBCBC;
	box-sizing:border-box
}

.landing form > div:first-of-type > input {
	border-top-left-radius:5px;
	border-top-right-radius:5px
}

.landing form > div > h3 {
	text-align:left;
	margin:20px 0 20px 30px
}

.landing form > div > div {
	position:relative;
	display:inline-block;
	width:50%;
	padding:25px 30px;
	margin-bottom:30px;
	font:1.5em 'Cairo', Arial, Helvetica, sans-serif;
	text-align:left;
	border-top:1px solid #BCBCBC;
	border-bottom:1px solid #BCBCBC;
	box-sizing:border-box
}

.landing form > div > div:first-of-type {
	border-right:1px solid #BCBCBC
}

.landing form input[type=checkbox] {
	display:none
}

.landing form > div > div label {
	position:absolute;
	right:30px;
	display:inline-block;
	width:40px;
	height:40px;
	cursor:pointer;
	background:url(/img/icons/circle-input-unchecked.png) center no-repeat
}

.landing form > div > div input:checked + label {
	background-image:url(/img/icons/circle-input-checked.png)
}

.landing form > div:last-of-type {
	padding:0 30px
}

.landing form .btn {
	display:block;
	width:100%;
	margin: 30px 0;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing:border-box;
	cursor:pointer
}

.final-message > div {
	width: 100%;
	padding: 15px;
	margin: 0 auto 20px;
	color: #fff;
	text-align: center;
	text-transform: initial;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px
}

.error{
	background-color: #F44336
}


.success{
	background-color: #15B62C
}

/* Black landing theme */

body.black.landing, body.black.landing header, .black.landing > footer {
	background-color: #222
}

body.black.landing main {
	background-color: #444 !important
}

.black.landing .box {
	border:1px solid #111;
	box-shadow:0 0 7px rgba(0, 0, 0, 0.85)
}

.black.landing form > div > label, .black.landing form > div > h3 {
	color: #999
}

body.black > footer a {
	color: #CCC
}

/***** MAGAZINE *****/

/* Landing */
body#mag-land > main, body#mag-lib > main, body#mag-dl > main {
	padding: 0
}

.mag-land-head {
	padding: 70px 0;
	margin-bottom: 50px;
	background: url(/img/backgrounds/mag-landing-bg.jpg) center no-repeat;
	background-size: cover
}

.mag-land-head * {
	color: #FFF
}

.mag-land-head h1 {
	margin-bottom: 30px;
	line-height: 1.25em
}

.mag-land-head p {
	margin-bottom: 40px;
	font-weight: 600;
	font-size: 1.25em
}

.mag-library .col-12 h2 {
	display: inline-block;
	font-size: 1.5em
}

.mag-library .learn-link {
	float: right;
	margin-top: 5px
}

.exc-content {
	padding: 70px 0;
	text-align: center;
	background-color: #0082C6
}

.exc-content .row .col-8 {
	float: none;
	margin: 0 auto
}

.exc-content h2, .exc-content p {
	color: #FFF
}

.exc-content h2 {
	font-weight: 600;
	font-size: 1.875em
}

.exc-content .col-8 > p {
	margin: 20px 0 40px;
	font-weight: 300;
	font-size: 1.375em;
	line-height: 1.75em
}

/* Mag library */
.mag-library {
	padding-bottom: 60px
}

.mag-library .row:not(:first-of-type) {
	padding: 0 60px
}

.mag-library .col-4 {
	width: 31.3%;
	padding: 0;
	margin-top: 30px;
	margin-left: 3%
}

.mag-library .box {
	padding: 0 0 30px;
	margin-bottom: 10px
}

.mag-library .box:hover {
	cursor: pointer
}

.mag-library .box > div, .mag-library .box footer {
	padding-right: 30px;
	padding-left: 30px
}

.mag-library .box h1 {
	margin-bottom: 10px
}

.mag-library .box img {
	width: 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px
}

.mag-library .box h2 {
	margin-bottom: 15px;
	font-size: 1.25em
}

#mag-lib article.box {
	float: left;
	width: 30.65%;
	margin-top: 30px;
	margin-left: 4%
}

#mag-lib article.box:nth-child(3n+1) {
	margin-left: 0;
	clear: left
}

.row .col-12.upgrade-req {
	padding: 100px 0;
	text-align: center
}

.row .col-12.upgrade-req h2 {
	width: 40%;
	margin: 0 auto 30px;
	font-size: 1.75em;
	line-height: 1.25em;
	color: #7E7E7E
}

/* Mag viewer */
.mag-viewer {
	padding: 25px 0;
	color: #FFF;
	background: #272727
}

.mag-viewer .col-12 {
	position: relative
}

.mag-viewer h1 {
	font-size: 1.5em;
	text-transform: capitalize
}

.mag-viewer .close-viewer {
	position: absolute;
	top: 5px;
	right: 20px;
	display: inline-block;
	width: 25px;
	height: 24px;
	background: url(/img/icons/mag-viewer-close.png) center no-repeat
}

#mag-lib .mag-library, #mag-dl .mag-library {
	padding-top: 50px
}

.mag-tabs {
	float: right
}

.mag-tabs a.btn {
	margin-left: 7px;
	font-size: 1em
}

.mag-tabs a.btn.current {
	color: #FFF;
	background-color: #0082C6
}

#mag-lib .mag-library .box:not(.reading) {
	opacity: 0.6;
	transition: 0.25s all ease-in-out
}

#mag-lib .mag-library .box:not(.reading):hover {
	opacity: 1
}

#mag-lib .mag-library .box.reading {
	box-shadow: 0 0 20px rgba(37, 37, 37, 0.5)
}

#mag-lib .mag-library .box.reading a.btn {
	background-color: #0082C6
}

/* Embedded mag */
.embed-container {
	position: relative;
	padding-bottom: 50%;
	height: 0;
	overflow: hidden;
	max-width: 100%
}

.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

/* Downloads */
#mag-dl .mag-library .box {
	padding: 25px 30px 30px
}

#mag-dl .mag-library .box > div, #mag-dl .mag-library .box footer {
	padding: 0
}

#mag-dl .mag-library .box h1 {
	margin-bottom: 0
}

#mag-dl article.box {
	float: left;
	width: 48%;
	margin-top: 30px;
	margin-left: 4%
}

#mag-dl article.box:nth-child(2n+1) {
	margin-left: 0;
	clear: left
}

/* Member content */
.mag-content .bread-crumb {
	padding-bottom: 15px;
	margin-bottom: 30px;
	color: #888;
	border-bottom: 1px solid #E1E1E1
}

.mag-content .bread-crumb a {
	font-weight: 700;
	color: #0082C6
}

.mag-content h1 {
	margin-bottom: 10px;
	font-size: 2.5em;
	color: #0082C6
}

.mag-content h2 {
	font-size: 1.5em;
	margin-bottom: 30px;
	color: #3F3F3F
}

.mag-content h3 {
	margin: 50px 0 15px;
	font-size: 1.375em;
	color: #0082C6
}

.mag-content .box-out {
	padding: 20px 0;
	font-size: 0.875em;
	border-top: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1
}

.mag-content a {
	color: #0082C6
}

.mag-content iframe {
	display: block;
	margin: 0 auto 30px
}

.mag-content footer {
	padding-top: 20px;
	font-style: italic;
	font-size: 0.875em;
	border-top: 1px solid #E1E1E1
}


/***** LOGIN/REGISTER *****/
.plain {
	min-height: 100vh;
	padding: 30px 0;
	background-color: #F5F5F5;
	display: flex;
  justify-content: center;
  align-items: center;
	box-sizing: border-box;
	overflow-y: scroll
}

.plain > div {
	width: 380px;
}

.plain .vertical-center > img {
	display: block;
	margin: 0 auto 35px
}

.plain .form-wrap {
	margin-bottom: 15px;
	border: 1px solid #DDD;
	border-radius: 5px;
	background-color: #FFF;
}

.plain .btn {
	width: 100%
}

.plain .form-field {
	position: relative;
	padding: 15px 20px;
	border-bottom: 1px solid #DDD
}

.plain .form-field:last-of-type {
	border-bottom: none
}

.plain .form-field label, .plain .form-field input {
	display: block
}

.plain .form-field label {
	font: 700 0.875em 'Catamaran', Arial, Helvetica, sans-serif;
	color: #3F3F3F;
	text-transform: uppercase
}

.plain .form-field input {
	width: 100%;
	margin: 3px 0;
	color: #888;
	font: 1em 'Cairo', Arial, Helvetica, sans-serif
}

.plain input[type=submit]:hover {
	cursor: pointer
}

.plain .form-field a {
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 0.875em;

}

.plain .vertical-center > p {
	margin-top: 30px;
	font-family: 'Catamaran', Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 1.5em
}

.plain .vertical-center a {
	text-decoration: none;
	color: #0082C6
}

.plain .vertical-center a:hover {
	text-decoration: underline
}

.reCaptcha {
	text-align: center;
	margin-bottom: 5px
}

.g-recaptcha {
	display: inline-block
}

.plain .registered p {
	font-weight: 400
}

.plain .registered p:last-of-type {
	margin-bottom: 10px;
	color: #0082C6
}

.plain .registered a.btn {
	color: #FFF
}

.plain .registered a.btn:hover {
	text-decoration: none
}

.registered .form-field {
	color: #888
}

/***** CPD PLATFORM *****/
body:not(#home) main.cpd {
	padding: 0;
	-webkit-font-smoothing: antialiased;
	border-bottom: 1px solid #DDD;
	background: url(/img/backgrounds/cpd-main-bg.png) center repeat-y !important
}

.cpd > .row > .col-9, .cpd > .row > .col-3 {
	padding-top: 50px;
	padding-bottom: 50px
}

.cpd .col-9 {
	background-color: #F5F5F5
}

.cpd aside.col-3 {
	margin-left: 0;
	padding-left: 3.5%;
	background: #FFF url(/img/backgrounds/cpd-main-shadow.png) left top repeat-y
}

.cpd .col-9 > .row {
	padding-left: 0
}

.cpd h2, .cpd h3 {
	font: 600 1.125em 'Cairo', Arial, Helvetica, sans-serif;
	color: #888
}

.cpd aside h2 {
	margin-bottom: 25px
}

.cpd aside ul {
	font-size: 1em
}

.cpd aside li {
	margin-bottom: 30px;
	line-height: 1.5em
}

.cpd aside li:last-child {
	margin-bottom: 0
}

.cpd aside label {
	display: block;
	padding-right: 40px;
	font-weight: 600;
	color: #3F3F3F;
	background: url(/img/icons/cpd-cat-unselected.png) right center no-repeat
}

.cpd aside label:hover {
	cursor: pointer;
	color: #0082C6
}

.cpd aside input:checked + label {
	background-image: url(/img/icons/cpd-cat-selected.png) !important
}

.cpd aside:not(.cart-aside) input {
	display: none
}

.cpd aside:not(.cart-aside) input.btn.blue.sm {
	display: inline-block;
}

.cpd aside .btn {
	padding: 20px
}

.dotted-section {
	margin-top: 30px;
	padding-top: 45px;
	border-top: 1px dashed #888
}

.category-tag {
	display: inline-block;
	padding: 8px 10px 5px;
	margin: 5px 5px 0 0;
	font: 0.875em 'Catamaran', Arial, Helvetica, sans-serif;
	line-height: 1.125em;
	text-align: center;
	text-decoration: none;
	color: #9C9C9C;
	border: 1px solid #CCC;
	border-radius: 5px
}

.cpd aside .btn {
	display: block
}

.cpd aside img.cert {
	margin: 25px 20px 0 0;
	vertical-align: middle
}

/** Library **/
.view-choose {
	margin-bottom: 5px
}

.view-choose h3 {
	display: inline
}

.view-choose .btn.sm {
	margin-left: 10px
}

.view-choose ul {
	float: right
}

.view-choose li {
	display: inline-block;
	padding: 10px;
	border: 1px solid #C6C6C6;
	background-color: #FFF;
	transition: background-color 0.125s ease-in-out
}

.view-choose li:first-child {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px
}

.view-choose li:last-child {
	border-left: none;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px
}

.view-choose li:first-child.selected {
	background: #F9F9F9 url(/img/backgrounds/view-selected-shadow.png) right top repeat-y
}

.view-choose li:last-child.selected {
	background: #F9F9F9 url(/img/backgrounds/view-selected-shadow-right.png) left top repeat-y
}

.view-choose li:not(.selected):hover {
	cursor: pointer;
	background-color: #F5F5F5
}

.view-choose li a {
	display: block;
	width: 20px;
	height: 20px
}

.view-choose li:first-child a {
	background: url(/img/icons/view-tile-unselected.png)
}

.view-choose li:first-child.selected a {
	background: url(/img/icons/view-tile-selected.png)
}

.view-choose li:last-child a {
	background: url(/img/icons/view-list-unselected.png)
}

.view-choose li:last-child.selected a {
	background: url(/img/icons/view-list-selected.png)
}

p.premium-desc {
	margin-top: 15px;
	margin-bottom: 0;
	line-height: 1.55em;
	color: #3F3F3F;
}

.course-lead {
	position: relative;
	margin-top: 30px;
	border-radius: 5px;
	background-color: #FFF
}

.tile .course-lead {
	float: left;
	overflow: hidden;
	padding-bottom: 25px;
	margin-left: 3.5%;
	width: 31%
}

.tile .course-lead:first-child {
	margin-left: 0
}

.tile .course-lead:nth-child(3n+1) {
	clear: left;
	margin-left: 0
}

.tile .course-lead h1, .tile .course-lead > div, .tile .course-lead footer {
	padding-right: 25px;
	padding-left: 25px
}

.list .course-lead {
	padding: 25px
}

.list .course-lead header img, .list .course-lead > div, .list .course-lead footer {
	float: left
}

.list .course-lead > div, .list .course-lead footer {
	width: 67%
}

.list .course-lead header img {
	width: 30%;
	margin-right: 3%
}

.course-lead h1 {
	font-size: 1.125em;
	line-height: 1.375em;
	color: #3F3F3F
}

.tile .course-lead h1 {
	margin-top: 10px
}

.course-lead p {
	font-size: 1em
}

.course-lead div > span {
	display: block;
	margin: 10px 0 30px;
	font-weight: 600;
	color: #888
}

.course-lead span span {
	color: #0082C6
}

.course-lead a {
	display: inline-block;
	text-decoration: none
}

.tile .course-lead footer.pos {
	position: static; /*absolute has been changed by Sathish on 26 Feb 2020 as per Andy(StartupActive) suggestion to avoid some issues	*/
	bottom: 25px
}

.course-lead footer ul, .course-meta ul:last-of-type {
	font-weight: 700;
	font-size: 1em;
	margin-bottom: 20px
}

.mem-price {
	color: #15B62C
}

li del {
	font-weight: 400;
	font-style: italic;
	font-size: 0.875em;
	color: #9C9C9C
}

.course-lead footer > a {
	padding-right: 25px;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 1.125em;
	line-height: 1.25em;
	text-transform: uppercase;
	color: #0082C6;
	background: url(/img/icons/cpd-details-arrow.png) right center no-repeat
}

/** Category landing page **/
.category-land {
	margin: 40px 0 70px
}

.accreditor-logos {
	float: right
}

.accreditor-logos img {
	margin: 10px 0 0 20px
}

.category-land .course-lead {
	min-height: 300px
}

.category-land h1 {
	color: #3F3F3F
}

.category-land .row > p {
	margin: 5px 0 10px
}

/** Individual course page **/
.cpd .breadcrumb {
	margin-bottom: 40px;
	font-weight: 600;
	font-size: 1.125em;
	color: #888
}

.cpd .breadcrumb a {
	text-decoration: none;
	color: #0082C6
}

.course-full, .course-lesson {
	padding-right: 30px
}

.course-full h1, .course-lesson h1, .cpd-cart > h1, .orders h1, .order-placed h1 {
	margin-bottom: 40px;
	font-weight: 700;
	line-height: 1.25em;
	color: #3F3F3F
}

.course-full h2, .course-lesson h2 {
	margin-bottom: 10px;
	font: 700 1.5em 'Catamaran', Arial, Helvetica, sans-serif;
	color: #0082C6
}

.course-full p, .course-full ul, .course-lesson p, .course-lesson ul, .course-lesson ol {
	font-weight: 400;
	font-size: 1em;
	color: #555
}

.course-full ul, .course-lesson ul {
	margin: 0 0 40px 21px;
	list-style-type: circle
}

.course-full li, .course-lesson li {
	margin-bottom: 10px
}

.course-full img, .course-lesson img {
	margin: 50px 0;
	border-radius: 5px
}

.course-meta h3, .lesson-list h3 {
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 1.25em;
	line-height: 1.25em;
	color: #3F3F3F
}

.course-meta ul {
	margin: 25px 0;
	font-weight: 600
}

.course-meta li:first-child {
	margin-bottom: 5px
}

.course-meta li span {
	color: #0082C6
}

.course-meta img:last-of-type {
	margin-right: 0
}

aside .lesson-list ul {
	font-weight: 600;
	font-size: 1.125em;
	color: #3F3F3F
}

/** Lesson **/
.course-lesson ul {
	list-style-type: none
}

.course-lesson li {
	padding-left: 20px;
	background: url(/img/icons/cpd-lesson-bullet.png) left 11px no-repeat
}

.course-lesson li li {
	background: url(/img/icons/cpd-lesson-circle.png) left 12px no-repeat
}

.course-lesson table {
	width: 100%;
	margin-bottom: 40px;
	color: #555;
	border: 1px solid #DBDBDB;
	background-color: #FFFFFF
}

.course-lesson table th {
	font-weight: 600;
	font-size: 1.125em;
	text-align: left;
	color: #FFF;
	background-color: #555
}

.course-lesson table th, .course-lesson table td {
	padding: 25px 30px;
	border-right: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB
}

.course-lesson table.small-pad th, .course-lesson table.small-pad td {
	padding: 20px
}

.course-lesson ol {
	margin-bottom: 40px;
	margin-left: 40px;
	list-style-type: decimal
}

.course-lesson ol li {
	padding-left: 0;
	background: none
}

.course-lesson a {
	text-decoration: none;
	color: #0082C6
}

.course-lesson a:hover {
	text-decoration: underline
}

.course-lesson .center-elem {
	display: block;
	margin: 40px auto 50px
}

.course-lesson .caption {
	display: block;
	margin-bottom: -30px;
	font-style: italic;
	font-weight: 700;
	font-size: 0.875em;
	text-align: center;
	color: #555
}

.course-lesson video {
	width: 100%
}

.pullout {
	padding: 40px;
	margin-bottom: 40px;
	background-color: #0082C6;
	border-radius: 5px
}

.cpd .pullout * {
	color: #FFF
}

.cpd .pullout h2 {
	margin-bottom: 20px;
	font: 700 1.5em 'Catamaran', Arial, Helvetica, sans-serif
}

.cpd .pullout ul {
	margin: 0 0 35px 20px
}

.cpd .pullout li {
	background-image: url(/img/icons/cpd-lesson-bullet-white.png)
}

.cpd .pullout a {
	font-weight: 700
}

.cpd .pullout img {
	display: block;
	margin: 0 auto
}

.cpd .pullout > :last-child {
	margin-bottom: 0 !important
}

.bottom-margin {
	margin-bottom: 30px
}

.lesson-nav {
	margin-top: 60px
}

.lesson-nav a {
	font-weight: 700;
	font-size: 1.25em;
	text-transform: uppercase;
	text-decoration: none
}

.lesson-nav a:first-of-type {
	padding-left: 25px;
	color: #888;
	background: url(/img/icons/cpd-lesson-back.png) left center no-repeat
}

.lesson-nav a:last-of-type {
	float: right;
	padding-right: 25px;
	color: #0082C6;
	background: url(/img/icons/cpd-lesson-next.png) right center no-repeat
}

.lesson-dl {
	padding: 15px 20px 20px;
	margin-bottom: 25px;
	background-color: #F1F1F1;
	border-radius: 5px
}

.lesson-dl h2 {
	margin-bottom: 15px !important;
	font-weight: 700;
	color: #0087C2
}

.lesson-list h3 {
	margin-bottom: 30px
}

.lesson-list li a {
	text-decoration: none;
	color: #3F3F3F
}

.lesson-list li a.current {
	font-weight: 700
}

.lesson-list li a.current, .lesson-list li a:hover {
	color: #0082C6
}

.lesson-list .btn {
	margin-top: 35px
}

.lesson-list .btn.sm {
	margin-top: 10px
}

.lesson-list .btn.sm:hover {
	cursor: pointer
}

/** Exam **/
.course-lesson.exam ul {
	margin-left: 0
}

.course-lesson.exam li {
	padding: 25px 30px;
	margin-bottom: 2px;
	background: #FFF !important
}

.exam li:first-child {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px
}

.exam li:last-child {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px
}

.exam li input {
	display: none
}

.exam li label {
	display: block;
	padding-right: 50px;
	font-weight: 600;
	font-size: 1.25em;
	color: #3F3F3F;
	background: url(/img/icons/cpd-cat-unselected.png) right center no-repeat
}

.exam li label:hover {
	cursor: pointer
}

.exam li input:checked + label {
	color: #0082C6;
	background-image: url(/img/icons/cpd-cat-selected.png)
}

.exam input.btn:hover {
	cursor: pointer
}

.exam-result {
	padding: 50px 0 10px;
	text-align: center
}

.exam-result h1 {
	color: #3F3F3F;
}

.exam-result h1 span {
	color: #C0180C
}

.exam-result .btn.red {
	background-color: #C0180C
}

/** CPD cart **/
.cpd-cart.col-9 {
	padding-right: 40px
}

.cpd-cart article.row {
	padding: 20px;
	margin-bottom: 25px;
	background-color: #FFF;
	border-radius: 5px
}

.cpd-cart article.row:last-of-type {
	margin-bottom: 0
}

.cpd-cart:not(.order-confirm) .col-3 {
	padding-left: 0
}

.cpd-cart .col-3 {
	padding-right: 0;
	background: none
}

.cpd-cart .col-9 {
	padding-left: 0;
	background: none
}

.cpd-cart article h2 {
	font-weight: 700;
	font-size: 1.25em;
	line-height: 1.25em
}

.cpd-cart article h2 a {
	color: #0082C6;
	text-decoration: none;
}

.cpd-cart article h2 a:hover {
	text-decoration: underline
}

.cpd-cart article p {
	margin: 10px 0 20px
}

.cpd-cart article p strong {
	color: #3F3F3F
}

.cpd-cart article em {
	font-size: 0.875em
}

.bin-link {
	display: inline-block;
	padding-left: 25px;
	color: #9B2929;
	background: url(/img/icons/cart-remove-btn.png) left center no-repeat
}

.bin-link:hover {
	text-decoration: none
}

.promo-code {
	padding: 20px;
	margin-top: 25px;
	background-color: #EEE;
	border-radius: 5px;
	box-sizing: border-box
}

.promo-code * {
	vertical-align: middle
}

.promo-code input {
	box-sizing: border-box
}

.promo-code input[type=text] {
	width: 80%;
	padding: 7px 20px;
	margin-right: 2%;
	font: 1.125em 'Cairo', Arial, Helvetica, sans-serif;
	color: #888;
	border-radius: 5px
}

.promo-code input[type=submit] {
	width: 17%
}

.promo-code .btn.sm {
	font-size: 1em
}

/** CPD order confirmed and order placed **/

.cpd-cart .order-item h2 {
	color: #0082C6
}

.cpd-cart .order-item p {
	margin-bottom: 0;
	line-height: 1.5em
}

.cpd-cart article.row.order-item:last-of-type {
	margin-bottom: 25px
}

.cancel-order {
	padding: 0;
	margin-top: 20px;
	font: 1em 'Cairo', Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #9B2929;
	background: none
}

.cancel-order:hover {
	text-decoration: none;
	cursor: pointer
}

aside.course-order p {
	line-height: 1.375em
}

aside.course-order p span:not(.blue) {
	display: block;
	font-size: 0.8em
}

aside.course-order p span {
	color: #0082C6
}

.order-placed {
	padding: 50px 0
}

.order-placed p a {
	color: #0082C6;
	text-decoration: none
}

.order-placed p a:hover {
	text-decoration: hover
}

.order-placed.failed h1 a, .order-placed.failedp p strong {
	color: #9B2929
}

.order-placed.failed h1 a {
	text-decoration: none
}

.order-placed.failed h1 a:hover {
	text-decoration: underline
}

/** CPD orders list **/
.orders {
	padding-top: 50px
}

.orders > .row {
	padding: 0
}

.orders article.col-6 {
	width: 48.75%;
	padding: 20px 30px;
	margin-left: 2.5%;
	margin-bottom: 25px;
	background-color: #FFF;
	border-radius: 5px
}

.orders article.col-6:nth-child(2n+1) {
	clear: left;
	margin-left: 0
}

.orders article h2 {
	font-weight: 700;
	font-size: 1.5em;
	margin-bottom: 10px
}

.orders article h2 a {
	text-decoration: none;
	color: #0082C6
}

.orders article h2 a:hover {
	text-decoration: underline
}

.orders article div p {
	line-height: 1.25em
}

.orders article footer p {
	margin-bottom: 0;
	font-weight: 700;
	font-size: 1.25em;
	color: #3F3F3F
}

/** CPD certificates **/
.certificates article.col-6 {
	padding: 30px
}

.certificates article h2 {
	margin-bottom: 20px;
	line-height: 1.25em;
	color: #3F3F3F
}

/* CSS loader */
.loader,
.loader:after {
  border-radius: 50%;
  width: 6em;
  height: 6em;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.875em solid rgba(63, 63, 63, 0.1);
  border-right: 0.875em solid rgba(63, 63, 63, 0.1);
  border-bottom: 0.875em solid rgba(63, 63, 63, 0.1);
  border-left: 0.875em solid rgba(0, 130, 198, 0.8);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

/* Sale ribbon */
.ribbon {
  position: absolute;
  top: 0;
  z-index: 1;
  overflow: hidden;
  width: 75px !important; height: 75px;
  text-align: right;
}
aside .ribbon {
	display: none
}
.tile .ribbon {
	right: 0
}
.list .ribbon {
	left: 0
}
.ribbon span {
	margin: 0 !important;
  font-size: 0.875em !important;
  font-weight: bold !important;
  color: #FFF !important;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  width: 100px;
  display: block;
  background: #C91818;
  background: linear-gradient(#C91818 0%, #8C2424 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px;
}
.tile .ribbon span {
	right: -21px;
	transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.list .ribbon span {
	left: -21px;
	transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/***** MEDIA QUERY RESOLUTIONS *****/

/* Small Desktop */

@media only screen and (max-width: 1090px) {

	/***** HEADER *****/

	/* Common */

	nav a {
		margin-left:25px;
		font-size:1em
	}

	nav a span {
		display:none
	}

	/***** HOME *****/

	.home-splash h1 {
		width:85%
	}

	#insurance.home-splash .col-6 {
		width:70%
	}

	/***** CPD PLATFORM *****/

	/* Library */
	.col-9 .tile .course-lead {
		width: 48.25%
	}

	.col-9 .tile .course-lead:nth-child(3n+1) {
		clear: none;
		margin-left: 3.5%
	}

	.col-9 .tile .course-lead:nth-child(odd) {
		clear: left;
		margin-left: 0
	}

	.tile .course-lead header img {
		width: 100%
	}

}

/* Sub navigation large tablet */
@media only screen and (max-width: 980px) {

	.sub-nav li:after {
		display: none
	}

	.sub-nav ul:first-of-type:not(.small-menu) li:nth-child(3), .sub-nav ul:first-of-type:not(.small-menu) li:nth-child(4), .sub-nav ul:first-of-type:not(.small-menu) li:nth-child(5) {
		display: none
	}

	.sub-nav li.search-form {
		width: 35%
	}

	.sub-nav .mobile-expand {
		display: inline-block;
		width: 22px;
		height: 17px;
		margin-top: -3px;
		margin-right: 15px;
		vertical-align: middle;
		background: url(/img/icons/sub-menu-expand.png) center no-repeat;
		transition: background 0.05s ease-in-out
	}

	.sub-nav .mobile-expand.hide {
		background-image: url(/img/icons/sub-menu-close.png)
	}

	.sub-nav .mobile-sub li:first-child {
		display: none
	}

	.sub-nav .mobile-sub li {
		display: block;
		padding: 10px 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.4)
	}

	.mobile-sub li:last-child {
		border-bottom: none
	}

	.mobile-sub li {
		font-size: 0.875em;
		opacity: 0.9
	}

}

/* Large tablet */

@media only screen and (max-width: 900px) {

	/***** HEADER *****/

	/* Common */

	body > header {
		flex-wrap:wrap;
		padding-right:45px;
		padding-left:45px
	}

	body > header img {
		width:80%
	}

	nav {
		margin-top:10px
	}

	nav a {
		margin-left:0;
		margin-right:25px
	}

	nav a:nth-last-child(2) {
		margin-right:0
	}

	nav a span {
		display:inline
	}

	/* Sub nav */
	.sub-nav {
		padding: 15px
	}

	.sub-nav li {
		padding: 0 10px 0 0;
		margin-right: 10px
	}

	.sub-nav li:first-child {
		margin-right: 0
	}

	/***** HOME *****/

	.home-splash h1 {
		width:90%
	}

	#insurance.home-splash .col-6 {
		width:80%
	}

	/***** GENERIC LANDING *****/

	.light.landing main > .row, .light.landing .box {
		width:100%
	}

	.black.landing .row .col-6 {
		float: none;
		width: 100%;
		margin-left: 0
	}

	/***** MAGAZINE *****/

	/* Landing */
	.mag-land-head {
		background-image: url(/img/backgrounds/mag-landing-med-bg.jpg)
	}

	.mag-land-head .col-6 {
		width: 66.5%
	}

	.mag-library .col-12 h2 {
		font-size: 1.25em
	}

	.mag-library .learn-link {
		margin-top: 5px;
		font-size: 1em
	}

	/* Mag library */
	.mag-library .box h2, .mag-library .box .btn {
		line-height: 1.25em
	}

	.mag-library .box .btn {
		font-size: 1em
	}

	/***** CPD PLATFORM *****/
	.cpd h2, .cpd h3 {
		font-size: 1em
	}

	.cpd aside label {
		font-size: 0.875em
	}

	.cpd aside .btn {
		font-size: 1.125em
	}

	/* Category page */
	.category-land .tile .course-lead {
		width: 48.25%
	}

	.category-land .tile .course-lead:nth-child(3n+1) {
		clear: none;
		margin-left: 3.5%
	}

	.category-land .tile .course-lead:nth-child(odd) {
		clear: left;
		margin-left: 0
	}

	/* Course page */
	.cpd .breadcrumb {
		font-size: 1em
	}

	aside .lesson-list ul {
		font-size: 1em
	}

}

/* Tablet */

@media only screen and (max-width: 768px) {

	.btn {
		font-size:1.25em
	}

	/***** HEADER *****/

	/* Common */

	nav a span {
		display:none
	}

	/***** FOOTER *****/
	body > footer small {
		font-size:0.875em
	}

	body > footer p:first-of-type {
		font-size:1em
	}

	/***** HOME *****/

	.home-splash h1 {
		font-size:2.5em
	}

	#join.home-splash p {
		font-size:1.25em
	}

	#news.home-splash h3 {
		width:100%
	}

	/***** LANDING *****/
	.landing main > .row {
		width: 100%
	}

	.landing .box {
		width: 100%
	}

	.landing main p {
		width: 100%
	}

	/***** MAGAZINE *****/

	/* Landing */
	.mag-land-head {
		background-image: url(/img/backgrounds/mag-landing-small-bg.jpg)
	}

	.mag-land-head .col-6 {
		width: 100%
	}

	.mag-library .col-12 h2 {
		display: block;
		font-size: 1.5em
	}

	#mag-lib .mag-library .col-12 h2 {
		display: inline-block
	}

	.mag-library .learn-link {
		float: none
	}

	.exc-content .col-8 {
		width: 100%
	}

	/* Mag library */
	.mag-library .col-4 {
		width: 30.65%;
		margin-left: 4%
	}

	.mag-library .col-4 .box {
		padding-bottom: 20px
	}

	.mag-library .col-4 .box > div, .mag-library .col-4 .box footer {
		padding-right: 20px;
		padding-left: 20px
	}

	.mag-library .box .btn {
		font-size: 0.875em
	}

	#mag-lib article.box {
		width: 47%;
		margin-left: 6%
	}

	#mag-lib article.box:nth-child(3n+1) {
		margin-left: 6%;
		clear: none
	}

	#mag-lib article.box:nth-child(2n+1) {
		margin-left: 0;
		clear: left
	}

	.row .col-12.upgrade-req h2 {
		width: 80%
	}

	/* Mag viewer */
	.embed-container {
		padding-bottom: 80%
	}

	.mag-tabs a.btn {
		padding: 10px;
		margin-left: 5px;
		font-size: 0.875em
	}

	/***** CPD PLATFORM *****/

	body:not(#home) main.cpd {
		background: none !important
	}

	.cpd > .row {
		padding: 0
	}

	.cpd > .row > .col-9, .cpd > .row > .col-3 {
		float: none;
		width: 100%;
		padding-top: 40px;
		padding-bottom: 40px;
		background-image: none
	}

	.cpd > .row > .col-9 > .row {
		padding: 0 20px
	}

	.cpd > .row > .col-3 > * {
		margin-right: 20px;
		margin-left: 20px
	}

	.cpd aside.col-3 {
		padding-right: 30px;
		padding-left: 30px
	}

	.cpd h2, .cpd h3 {
		font-size: 1.125em
	}

	.cpd aside label {
		font-size: 1em
	}

	.cpd .single {
		padding: 30px 30px 0
	}

	.cpd .single.category-land {
		padding-top: 0
	}

	/* Course page */
	.course-full, .course-lesson {
		padding-right: 0
	}

}

/* Large Phone */

@media only screen and (max-width: 650px) {

	main .row *[class^="col"], #insurance.home-splash .col-6 {
		display:block;
		width:100%;
		margin-left:0
	}

	/***** HEADER *****/

	/* Common */

	body > header {
		padding-top: 25px;
		padding-bottom: 25px
	}

	a#menu-expand {
		display:inline-block;
		-webkit-transition:transform 0.25s ease-in;
		-moz-transition:transform 0.25s ease-in;
		transition:transform 0.25s ease-in
	}

	a#menu-expand.open {
		-webkit-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
		transform:rotate(45deg)
	}

	nav a:nth-child(3), nav a:nth-child(4), nav a:nth-child(5) {
		display:none
	}

	nav.expanded a:nth-child(3), nav.expanded a:nth-child(4), nav.expanded a:nth-child(5) {
		display:inline-block
	}

	nav a:nth-last-child(2) {
		margin-right:25px
	}

	/* Sub navigation */
	.sub-nav ul:first-of-type li:nth-child(2) {
		display: none
	}

	.sub-nav li {
		margin-right: 0
	}

	.sub-nav li.search-form {
		width: 45%
	}

	.sub-nav .mobile-sub li:first-child {
		display: block
	}

	/***** HOME *****/

	.home-splash h1 {
		width:100%;
		font-size:2.25em
	}

	#join.home-splash p {
		font-size:1.125em
	}

	#insurance.home-splash .col-6 div {
		width:100%
	}

	.home-splash:not(#social):not(#insurance) .col-6 {
		width:75%
	}

	/***** MAGAZINE *****/
	.mag-land-head h1 {
		font-size: 1.75em
	}

	.mag-library .col-12 h2 {
		margin-bottom: 20px;
		line-height: 1.25em
	}

	.exc-content .col-8 > p {
		font-size: 1.125em
	}

	/* Mag library */
	.mag-library .col-4 .box {
		padding-bottom: 30px
	}

	.mag-library .col-4 .box > div, .mag-library .col-4 .box footer {
		padding-right: 30px;
		padding-left: 30px
	}

	.mag-library .box a.btn {
		font-size: 1.125em
	}

	#mag-lib article.box {
		float: none;
		clear: none !important;
		width: 100%;
		margin-left: 0 !important
	}

	/* Mag viewer */
	.embed-container {
		padding-bottom: 90%
	}

	#mag-lib .mag-library .col-12 h2 {
		display: block
	}

	.mag-tabs {
		float: none
	}

	.mag-tabs a.btn {
		padding: 10px 15px;
		margin-left: 7px;
		font-size: 1em
	}

	.mag-tabs a.btn:first-of-type {
		margin-left: 0
	}

	/* Downloads */
	#mag-dl article.box {
		float: none;
		width: 100%;
		margin-top: 30px;
		margin-left: 0
	}

	#mag-dl article.box:nth-child(2n+1) {
		margin-left: 0;
		clear: none
	}

	/***** CPD PLATFORM *****/

	.cpd > .row > .col-9 > .row {
		padding: 0 10px
	}

	.cpd > .row > .col-3 > * {
		margin-right: 10px;
		margin-left: 10px
	}

	.cpd h1 {
		font-size: 1.75em
	}

	.course-lead h1 {
		font-size: 1.125em
	}

	.course-full ul, .course-lesson ul, .cpd .pullout ul {
		margin-left: 0
	}

	/* Course page */
	.course-full h1, .course-lesson h1, .cpd-cart > h1, .orders h1, .order-placed h1 {
		margin-bottom: 25px
	}

	/* Lesson page */
	.course-lesson table th, .course-lesson table td {
		padding: 15px 20px;
		font-size: 1em
	}

	.pullout {
		padding: 25px
	}

	.cpd .pullout h2 {
		font-size: 1.25em
	}

	/* Exam page */
	.exam li label {
		font-size: 1.125em
	}

}

/* Normal Phone */

@media only screen and (max-width: 480px) {

	img.left {
		dispay:block;
		float:none
	}

	.row {
		padding:0
	}

	/***** TYPOGRAPHY *****/

	h2, #social h4 {
		font-size:1.75em
	}

	h3, h5 {
		font-size:1.375em
	}

	.btn.sm {
		font-size:1em
	}

	/***** HEADER *****/

	/* Common */

	nav a:nth-child(7) {
		display:none
	}

	nav.expanded a:nth-child(7) {
		display:inline-block
	}

	/* Sub nav */
	.sub-nav {
		padding: 15px 30px
	}

	.sub-nav li.search-form {
		float: none;
		width: 100%;
		margin-top: 10px
	}

	.search-form input[type=text] {
		padding-top: 10px;
		padding-bottom: 10px
	}

	.search-form input[type=submit] {
		top: 25px
	}

	.sub-nav .small-menu .mobile-expand {
		display: inline-block
	}

	/***** HOME *****/

	body > header {
		padding-right:30px;
		padding-left:30px
	}

	.home-splash {
		padding:30px 0
	}

	header .home-splash {
		text-align:left
	}

	header .home-splash .row {
		padding:0
	}

	.home-splash h1 {
		width:100%;
		font-size:1.75em
	}

	#join.home-splash p {
		width:100%
	}

	#insurance.home-splash p.sub-text {
		margin-bottom:40px
	}

	.home-splash:not(#social):not(#insurance) .col-6 {
		width:100%
	}

	#social.home-splash {
		border-width:30px
	}

	/***** GENERIC LANDING *****/

	.landing form > div > input:not([type=submit]), .landing form > div > div {
		font-size:1.125em
	}

	.landing form > div > div {
		display:block;
		width:100%
	}

	.landing form > div > div:first-of-type {
		margin-bottom:0;
		border-right:none;
		border-bottom:none
	}

	.landing form > div > div label {
		top:22px
	}

	/***** MAGAZINE *****/

	/* Mag library */
	.mag-library .row:not(:first-of-type) {
		padding: 0 30px
	}

	/* Mag viewer */
	.embed-container {
		padding-bottom: 0
	}

	.mag-tabs a.btn {
		padding: 10px;
		margin-left: 5px;
		font-size: 0.875em
	}

	/***** CPD PLATFORM *****/

	.cpd > .row > .col-9 > .row {
		padding: 0
	}

	.cpd > .row > .col-3 > * {
		margin-right: 0;
		margin-left: 0
	}

	/* Library */
	.view-choose h3 {
		display: block
	}

	.row.view-choose ul {
		display: none
	}

	.view-choose .btn.sm {
		margin-top: 10px;
		margin-left: 0
	}

	.col-9 .tile .course-lead, .category-land .tile .course-lead {
		float: none;
		clear: none;
		width: 100%;
		margin-left: 0 !important;
		margin-bottom: 20px
	}

	.col-9 .tile .course-lead header img {
		width: auto;
		padding: 25px 25px 0
	}

	/* Course page */
	.course-full h1, .course-lesson h1, .cpd-cart > h1, .orders h1, .order-placed h1 {
		font-size: 1.5em
	}

	/* Lesson page */
	.course-lesson table, .course-lesson thead, .course-lesson tbody, .course-lesson tr, .course-lesson th, .course-lesson td {
		display: block
	}

	.course-lesson thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.course-lesson table td {
		border: none
	}

	.course-lesson tr td:last-child {
		border-bottom: 1px solid #DBDBDB
	}

	.course-lesson tr:last-of-type td:last-child {
		border-bottom: none
	}

	.course-lesson table td::before {
		content: attr(data-header);
		display: block;
		font-weight: 700;
		color: #555
	}

}.center{
	text-align: center;
}
.mrb0{
	margin-bottom: 0;
}

.mrb10{
	margin-bottom: 10px;
}
.course-lesson h3 strong{
	color: #3F3F3F;
	font-size: 24px;
    margin-bottom: 15px;
    display: inline-block
}

.course-lesson p+img{
	margin-top: 20px;
}

.course-lesson iframe{
	width: 100%;
	height: 330px;
	max-width: 560px;
}
@media(min-width: 400px){
	.div-half{
		width: 50%;
		float: left;
		padding-right: 15px;
		box-sizing:border-box;
	}
	.div-half img{
		max-height: 320px;
		margin: 0 auto 25px;
		display: table;
	}
}

.features {
  	width: 1920px;
  	background-color: #f9fafb;
  	overflow: hidden;
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	padding: 48px 0px;
  	box-sizing: border-box;
  	z-index: 3;
  	font-size: 20px;
}
.courses-category-features {
  	width: 1280px;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
}
.courses-category-features. .row {
  	align-self: stretch;
  	display: flex;
  	align-items: flex-start;
  	gap: 32px;
}
.feature {
  	flex: 1;
  	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
  	border-radius: 8px;
  	background-color: #fff;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	padding: 24px;
  	gap: 16px;
}
.icon {
  	width: 48px;
  	height: 48px;
  	position: relative;
}
.feature .content {
  	align-self: stretch;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	gap: 8px;
}
.feature .description {
  	align-self: stretch;
  	position: relative;
  	font-size: 16px;
  	line-height: 150%;
  	color: #6b7280;
}
.courses-category-feature {
  	align-self: stretch;
  	flex: 1;
  	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
  	border-radius: 8px;
  	background-color: #fff;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	padding: 24px;
  	gap: 16px;
}