<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: 'SF Pro Text', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #777777;
	font-weight: 300;
	background-color: #DEE6EA;
}
p {
	font-size: 16px;
}
a {
	color: #777777;
}

a:hover, a:focus {
    color: #444444;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'AkkuratStd', Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.1;
	color: inherit;
	text-transform: uppercase;
}
h1, .h1 {
	font-size: 36px;
	margin-bottom: 12px;
}
h2, .h2 {
	font-size: 30px;
	margin-bottom: 10px;
}
h3, .h3 {
	font-size: 24px;
	margin-bottom: 8px;
}
h4, .h4 {
	font-size: 18px;
	margin-bottom: 6px;
}
h5, .h5 {
	font-size: 14px;
	margin-bottom: 4px;
}
h6, .h6 {
	font-size: 12px;
	margin-bottom: 2px;
}
/*Colors*/
.orange {
	color: #FF9200
}
.blue {
	color: #00AEF5;
}
.white {
	color: #ffffff;
}
.whiteBg {
	background: #ffffff;
}
.darkBlue {
	color: #3C4651;
}
.darkGrey {
	color: #1E2227;
}
.paleBlue {
	color: #DEE6EA;
}
.paleGrey {
	color: #1E2227;
}
.paleGreen {
	color: #23D9A1;
}
.paleGreenBg {
	background: #23D9A1;
	color: #ffffff;
}
.pinkBg {
	background: #E5BAE0;
	color: #ffffff;
}
.whiteBg {
    background: #ffffff;
    color: #888888;
}
.turquoiseBlue {
	color: #00BDA7;
}
.red {
	color: #FF5452;
}
.pink {
	color: #E29BD9;
}
.fontOpacity {
	opacity: 0.3;
	color: #000000;
}
.logoMain img {
	width: 120px;
	height: auto;
}
.logoMain {
	margin-bottom: 20px;
	margin-top: 20px;
}
.navbarWhite {
	background-color: #ffffff;
	border-color: #ffffff;
}
.navbar-toggle .icon-bar {
	background: #888888;
}
.navbar-toggle {
	background-color: #ffffff;
	padding: 12px 10px;
}
.nav.navFooter {
	position: absolute;
	bottom: 30px;
}
.navbar-nav li a {
	font-size: 16px;
	color: #888;
	font-weight: 400;
}
.navbar-nav li {
	border-bottom: 1px solid #ededed;
}
.mainContent {
    padding-left: 0;
}
.pageContent {
	margin-top: 30px;padding-left: 20px;
}
.colophon {
	margin-top: 40px;
	margin-left: 20px;
	margin-bottom: 40px;
}
.dashboardBox {
	padding: 30px 50px 30px 30px;
	border-radius: 5px;
	margin-bottom: 30px;
	min-height: 140px;
}
.dashboardBoxSalesCourse {
	background: #3C4651;
	color: #ffffff;
}
.dashboardBoxLettingsCourse {
	background: #3C4651;
	color: #ffffff;
}
.nav &gt; li &gt; a {
	position: relative;
	display: block;
	padding: 18px 25px;
}
.logout {
	margin-top: 50px;
	border-bottom: 0 !important;
}
a.dashboardBoxGroup:hover, a.dashboardBoxVoteGroup:hover {
	text-decoration: none !important;
}
.dashboardVoteContent {
	background: #ffffff;
	padding: 30px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	color: #888888;
}
.dashboardVoteContent h3 i {
	margin-left: 10px;
	font-size: 28px !important;
}
.dashboardBoxVoteGroup img {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.btn-primary {
	color: #fff;
	background-color: #01ADEF;
	border-color: #01ADEF;
}
.btn-primary:hover {
	color: #fff;
	background-color: #3C4651;
	border-color: #3C4651;
}
.btn {
	display: inline-block;
	padding: 12px 20px;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.42857143;
	border-radius: 4px;
}
.btnHelpWrapper {
	display: inline-block;
	float: left;
	margin-right: 20px;
}
.dashboardSearchWrapper {
	margin-bottom: 30px;
}
#ht_search {
	line-height: 47px;
	border-radius: 4px;
	border: 1px solid white;
	padding: 0 15px;
	font-weight: 400;
	color: #888888;
	font-size: 16px;
	max-width: 240px;
	width: 100%;
}
.dashboardSearchBtnWrapper {
	display: inline-block;
}
.mobileOnly {
	display: none !important;
}
a.btn span {
	display: block !important;
}
.mobileInfoIcon {
	line-height: 47px;
}
.dashboardSearchBtnWrapper a {
	background: #01adef;
	padding: 13.5px 24px;
	margin-left: -8px !important;
	border: 1px solid #01adef;
	color: #ffffff;
	font-size: 16px !important;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.dashboardSearchBtnWrapper a:hover {
	background: #3c4651;
	border-color: #3c4651;
	text-decoration: none;
}
.borderBottom {
	border-top: 1px solid #ededed;
	-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.24);
	-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.24);
	box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.24);
}
.moreArrow {
	position: absolute;
	right: 35px;
	font-size: 26px;
	margin-top: -35px;
}
.dashboardVoteContent .moreArrow {
	position: absolute;
	bottom: 40px;
	top: inherit;
	right: 40px;
}
.dashboardBoxVoteGroup {
	cursor: pointer;
}
.dashboardSearchWrapper {
	background: #dee6ea;
	position: fixed;
	z-index: 1;
	width: 100%;
	top: 0px;
	padding: 30px 10px;
	margin-left: -10px;
}
.pageContentGroup {
	margin-top: 115px;
}
.mobileFooterNav {
	display: none;
}
.shtHelp .shortcutBtn {
	background: #01adef;
	border-right: 1px solid #dcdcdc;
}
.shtChat .shortcutBtn {
	background: orange;
}
.shtPhone .shortcutBtn {
	background: #01adef;
	border-right: 1px solid #dcdcdc;
}
.mobileFooterNav {
	display: none;
}
.noPadding {
	padding: 0px;
}
.shortcutBtn {
	text-align: center;
	padding: 12px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
}
.boxGroupHeader {
	padding: 30px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.boxGroupHeaderDefault {
	padding: 30px;
	border-radius: 5px;
	margin-bottom: 30px;
}
.boxGroupContent {
	background: #ffffff;
	padding: 10px 30px 30px 30px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.boxGroupContentPlain {
    background: #ffffff;
    padding: 20px 30px 30px 30px;
   /* -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px; */
    font-size: 16px;
    line-height: 32px;
}
.boxGroupContentPlainLast {
    background: #ffffff;
    padding: 20px 30px 30px 30px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px; 
    font-size: 16px;
    line-height: 32px;
}
.boxGroupContentDefault {
	background: #ffffff;
	padding: 20px 20px 20px 20px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.boxGroupContentDefaultGroup {
	background: #ffffff;
	padding: 20px 20px 20px 20px;
	border-radius: 5px;
}
.boxGroupHeaderBlue {
	background: #00AEF5;
}
.boxGroupHeaderGreen {
	background: #23D9A1;
}
.boxGroupHeaderGreen h3 {
    color: #3C4651;
    font-weight: 400;
}

.boxGroupHeaderDarkBlue {
	background: #3C4651;
}
.boxGroupHeaderOrange {
	background: #FFA022;
}
.boxGroupContent ul {
	font-size: 16px;
	font-weight: 400;
}
.boxGroupContent ul li {
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
	border-bottom: 1px solid #e6e6e6;
	background-image: url(/media/gnomen.co.uk/support2019/img/faqsList.svg);
	background-position: left 25px;
	background-size: 18px;
	background-repeat: no-repeat;
	list-style: none;
	line-height: 28px;
}
.boxGroupContentVideo ul {
    font-size: 16px;
    font-weight: 400;
}
.boxGroupContent ul li a:hover {
	text-decoration: none;
}
.boxGroupHeaderBlue h3 {
	color: #3C4651;
	font-weight: 400;
}
.boxGroupHeaderOrange h3 {
	color: #3C4651;
	font-weight: 400;
}
.boxGroupHeaderBlue p, .boxGroupHeaderOrange p, .boxGroupHeaderGreen p {
	color: #ffffff;
}
.boxGroupContent ul li:last-child {
	border-bottom: 0;padding-bottom: 0;
}
.boxGroupHeader .moreArrow {
	margin-top: -45px !important;
}
#supportGreeting {
	z-index: 1;
	position: fixed;
	text-align: right;
	margin-top: 10px;
	margin-right: 5px;
	font-size: 16px;
	font-weight: 300;
	right: 30px;
}
div.dashboardSearchInputWrapper div.dashboardSearchBtnWrapper a i.fas.fa-search {
	display: none;
}
.boxGroup {
	margin-bottom: 30px;
}
.supportGreetingIcon {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: #c1cfd6;
	border-radius: 100%;
	background-image: url(/media/gnomen.co.uk/support2019/img/supportGreeting.svg);
	background-position: center center;
	background-size: 24px;
	background-repeat: no-repeat;
	margin-left: 8px;
	margin-right: 2px;
}
.supportGreetingStatic {
	display: inline-block;
}
#supportGreeting div {
	vertical-align: top;
}
.nav.navFooter li a {
	padding: 6px 20px;
}
.boxGroupContentSingle {
	background: #ffffff;
	border-radius: 5px;
	padding: 30px;
	font-size: 16px;
	line-height: 28px;
}
.panel-body {
	padding: 20px 10px;
	line-height: 26px;
	font-size: 16px;
}
.panel-heading {
	padding: 10px 10px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
#loading {
	width: 100px;
	height: 100px;
	border: 2px solid #C7D3D9;
	border-top-color: #01adef;
	border-radius: 100%;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	animation: round 1s linear infinite;
	z-index: 99999999999999999;
}
 @keyframes round {
 from {
transform: rotate(0deg)
}
 to {
transform: rotate(360deg)
}
}
#overlay {
	height: 100%;
	width: 100%;
	background: #DEE6EA;
	opacity: 1;
	left: 0;
	top: 0;
	z-index: 9999999999999999999999;
	position: absolute;
}
.loadingDone {
	display: none;
}
.gLoading {
	width: auto;
	height: 14px;
	position: fixed;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	background-image: url(/media/gnomen.co.uk/support2019/img/gnomenLogo.svg);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	bottom: 0;
}
.panel-heading {
	padding: 10px 10px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-image: url(/media/gnomen.co.uk/support2019/img/faqsList.svg);
	background-position: center left;
	background-size: 18px;
	background-repeat: no-repeat;
	padding-left: 30px;
}
.boxGroupContentDefault ul, .boxGroupContentDefault ol {
	margin-top: 10px;
}
.boxGroupContentDefault ul li {
	padding-bottom: 10px;
}
.boxGroupContentDefault ol {
	list-style: lower-latin;
	list-style-position: inside;
}
.panelNumber {
	background-image: none;
	padding-left: 0px;
}
.panelNo {
	display: inline-block;
	float: left;
	margin-right: 10px;
	width: 28px;
	height: 28px;
	border-radius: 100%;
	border: 1px solid #00bda7;
	text-align: center;
	line-height: 26px;
	font-size: 12px;
	font-weight: 900;
	margin-top: -2px;
}
.boxGroupContentStaticHeader {
	padding: 20px 30px;
}
.boxGroupContentStaticHeader h3 {
	text-transform: inherit;
	font-size: 18px;
	letter-spacing: 0px;
	margin-bottom: 0;
	font-weight: 400;
}
.boxGroupContentStaticHeader {
	-webkit-border-top-left-radius: 5px !important;
	-webkit-border-top-right-radius: 5px !important;
	-moz-border-radius-topleft: 5px !important;
	-moz-border-radius-topright: 5px !important;
	border-top-left-radius: 5px !important;
	border-top-right-radius: 5px !important;
}
.boxGroupContentStaticList {
	padding: 10px 30px 30px 30px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	font-size: 16px;line-height: 32px;
}

.boxGroupAccordion {
    padding: 0px 30px 0px 30px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 16px;
    line-height: 32px; -webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.accordion .tagNumber {
    background: white;
    color: #656565;
}

.boxGroupContentStaticList ol li {
	padding-bottom: 20px;
	font-size: 16px;
	border-bottom: 1px solid #ededed;
	padding-top: 20px;
}
.boxGroupContentStaticList ol li:last-child {
	border-bottom: none;
	padding-bottom: 0px;
}
.stepTag {
	width: 30px;
	display: inline-block;
	height: 30px;
	text-align: center;
	margin-right: 10px;
	border-radius: 100%;
	line-height: 26px;
	border: 2px solid #23d9a1;
}
.courseVideoContainer {
	margin-bottom: 10px;
}
.tabs-left li {
    padding-left: 40px;
    background-image: url(/media/gnomen.co.uk/support2019/img/faqsQ.svg);
    background-position: left 15px;
    background-repeat: no-repeat;
    background-size: 24px;
    border-bottom: 1px solid #ededed;
    padding-top: 12px;
}
.tabs-left li:last-child {
	border-bottom: none;
}
.btnAll {
	background: #987894;
	color: #ffffff;
	padding: 5px 12px;
	font-size: 14px;
}
.btnAll:hover {
	background: #4b3348;
	color: #ffffff;
	padding: 5px 12px;
	font-size: 14px;
	text-decoration: none;
}
.viewAll a {
	text-align: right;
	float: right;
	margin-top: -26px;
	margin-right: -15px;
}
.tag {
	font-size: 10px;
	margin-right: 10px;
	padding: 2px 10px;
	border-radius: 20px;
	font-weight: 600;
}
.tagCritical {
	background: #ee4141;
	color: #ffffff;
}
.tagImportant {
	background: #ff763d;
	color: #ffffff;
}
.tagEssential {
	background: #0090ff;
	color: #ffffff;
}
a.btn.btnAll span.plusme {
	display: none !important;
}
.boxGroupHeaderTitle h3 {
	padding: 11.3px 12px;
	margin-bottom: 0px;
	text-transform: inherit;
}
.boxGroupHeaderTitle {
	border-radius: 5px;
}

.boxGroupContentVideo ul li {
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 0px;
    padding-top: 20px;
    border-bottom: 1px solid #e6e6e6;
    background-image: url(/media/gnomen.co.uk/support2019/img/playme.svg);
    background-position: left 23px;
    background-size: 20px;
    background-repeat: no-repeat;
    list-style: none;
    line-height: 28px;
}

.boxGroupContentVideo {
    background: #ffffff;
    padding: 10px 30px 30px 30px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.boxGroupContentVideo ul li:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}
.archivePasswordWrapper span {
    font-weight: 600;
}
.formGroup .form-control {
    box-shadow: none;
    height: 60px;
    font-size: 16px;
    padding: 20px;
    border: 1px solid #e8e8e8;
    margin-bottom: 10px !important;
}

.formGroup textarea.form-control {
height:150px;
}
.login-field4 .btn-primary {
    padding: 20px 25px;
    margin-top: 5px;
}
.formGroup h3 {
    text-transform: inherit;
    margin-bottom: 20px;
}
li.navActive a {
    color: #01adef;
}

.formWebinarHeader {
    background: red;
}
.formWebinarHeader h3 {
    margin: 0;
}
.formWebinarHeader {
    background: #3C4651;
    padding: 25px;
	-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.formWebinarHeader h3 {
    color: #ffffff;
    text-transform: inherit;font-size: 20px;
}
.formWebinarContent {
    background: #ffffff;
    padding: 30px;
}
.formWebinarContent h3 {
    text-transform: inherit;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 40px;
}
.bookWebinarBtn {
    float: right;
    display: inline-block;margin-top: 6px;
}

.formCalendarContent h3 {
    text-transform: inherit;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 40px;
}
.formCalendarContent {
    display: inline-block;
}
.btn.btn-close {
    font-size: 30px;
    margin-top: -10px;
    margin-right: -10px;
}
.archivePasswordWrapper {
    margin-top: 20px;
}

.boxGrouplay ul li {
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 0px;
    padding-top: 20px;
    border-bottom: 1px solid #e6e6e6;
    background-image: url(/media/gnomen.co.uk/support2019/img/playmedark.svg) !important;
    background-position: left 23px;
    background-size: 20px;
    background-repeat: no-repeat;
    list-style: none;
    line-height: 28px;
}
div.boxGroupContentStaticHeader.qandaSingle h3 {
    text-transform: inherit;
    font-size: 18px;
    letter-spacing: 0px;
    margin-bottom: 0;
    font-weight: 400;
    padding-left: 40px;
    background-image: url(/media/gnomen.co.uk/support2019/img/faqsQ.svg);
    background-position: left 9px;
    background-repeat: no-repeat;
    background-size: 24px;
    padding-top: 12px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dfdfdf;
}
.tagFooter {
    margin-top: 40px;
    border-top: 1px solid #ededed;
    padding-top: 30px;
}
.tagFooter h4 {
    font-weight: 500;
    text-transform: inherit;
}
.tagsList a {
    font-style: italic;
}
.backTo {
    border-top: 1px solid #ededed;
    padding-top: 25px;
    margin-top: 30px;
    text-align: right;
}
.btnbk {
    background: #ededed;
}
.imageWrap {
    display: table;
    margin: 30px auto 30px auto;
}
.imageWrap img {
    border-radius: 5px;
}
.boxGroupHeader h3 {
    margin: 0;
}
.boxGroupHeaderUpdates {
    background: #91DFFF;
    padding: 20px 30px;
    font-size: 16px;
    font-weight: 400;
    color: #4B4B4B;
}
.messageBoardAuthor {
    font-weight: 400;
}
.helpSection h3 {
    font-size: 20px;
    font-weight: 400;
    text-transform: inherit;
}
.helpSection .boxGroupHeader {
    padding: 5px 0px 29px 0px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 30px;
}
.overviewBox {
    margin-bottom: 20px;
}
.boxGroupHeaderDefault h3 {
    margin-bottom: 0;
}
.noPaddingLeft {
    padding-left: 0px !important;
}
.noPaddingRight {
    padding-right: 0px !important;
}

/*Login Page*/
.loginWrapper {margin: 0px;}
.loginWrapper .navbar {
    display: none;
}



.box-password {
    padding: 30px;
    font-size: 13px;
    color: #333;
    /* display: none; */
    border-top: 1px solid #f0f0f0;
    margin-bottom: 0px;
}
.loginBox {
    background: #ffffff;
}
.loginBox #supportGreeting {
    position: inherit;
    text-align: center;
    margin-bottom: 60px;
}

.loginBox {
    width: 80%;
    display: table;
    margin: auto;
    padding: 0;
    border-radius: 5px;
}
.loginWrapper .colophon {
    text-align: center;
}
.loginInputWrapper {
    margin-left: 20px;
}
.loginInputWrapper #supportGreeting {
    font-weight: 400;
}
.loginInputWrapper {
    padding: 30px;
}
.loginInputWrapper .QStextfield {
    width: 100% !important;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    margin-bottom: 10px;
    padding: 0px 20px;
}
.submitWrap #button {
    background: #01adef;
    border: 1px solid #01adef;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 5px;
    float: right;
}
.submitGroup {
    margin-top: 10px;
}
.loginLogo {
    width: 130px;
    margin-top: 40px;
}
.loginInputWrapper .loginLogo {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;margin-bottom: 40px;
}
#box-password h4 {
    font-weight: 500;
    font-family: 'SF Pro Text', Helvetica, Arial, sans-serif;
    font-size: 16px;
    
}
.overlayLogo {
    width: 100px;
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    margin: auto;
}
#passrem p {
    font-size: 14px;
    margin-bottom: 20px;
}
#passrem .submit {
    background: #01adef;
    border: 1px solid #01adef;
    color: #ffffff;
    padding: 10px;
    border-radius: 5px;
    float: right;font-size: 14px;
}
#passrem #username, .reserPasswordWrapper #Full_Name, .reserPasswordWrapper #Company, .reserPasswordWrapper #Email{
    border: 1px solid #e6e6e6;
    height: 42px;
    border-radius: 5px;
    padding: 0px 10px;
    width: 100%;
				margin-bottom: 10px;
				font-size: 14px;
}
.login-field.passRem {
    margin-top: -20px;
}
.reserPasswordWrapper p {
    font-size: 14px;
    margin-bottom: 20px;
}
.login-field4 input {
    background: #01adef;
    border: 1px solid #01adef;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 5px;
    float: right;font-size: 14px;
}
.pass-rem {
    width: 25px;
    float: right;
    position: relative;
    top: 42px;
    right: 10px;
}
.pass-rem a {
    background: url(/media/gnomen.co.uk/support2019/img/password-reminder.png);
	background-repeat: no-repeat;
    display: block;
}
.rememberMe {
    margin-top: 10px;
}
.loginMainImg {
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
}
.loginWrapper .pageContent {
    padding-left: 0;
}
/*Login Page*/

.nav.navbar-nav {margin-bottom: 0;}
.lettingCourseWrapper .courseNav .accordionToggle {
    background: #FFA022;
    border-bottom: 1px solid #E68D18;
}
.lettingCourseWrapper .accordionContent ul li {
    padding-bottom: 15px;
    padding-left: 40px;
    padding-right: 10px;
    background-image: none !important;
    background-position: 10px 22px;
    background-size: 10px;
    background-repeat: no-repeat;
    font-weight: 400;
}

.tagList {
    margin-left: -40px !important;
    margin-right: 20px;
    border: 2px solid #ffa022;
    width: 30px;
    display: inline-block;
    height: 30px;
    line-height: 24px;
    text-align: center;
    border-radius: 100%;
}
</pre></body></html>