/* General
-----------------------------------------------------------------------------------------------------*/
@font-face {
    font-family: 'Dense';
    src: url('Dense-Thin.eot');
    src: local('Dense Thin'), local('Dense-Thin'),
        url('Dense-Thin.eot?#iefix') format('embedded-opentype'),
        url('Dense-Thin.woff') format('woff'),
        url('Dense-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Dense';
    src: url('Dense.eot');
    src: local('Dense'),
        url('Dense.eot?#iefix') format('embedded-opentype'),
        url('Dense.woff') format('woff'),
        url('Dense.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Dense';
    src: url('Dense-Bold.eot');
    src: local('Dense Bold'), local('Dense-Bold'),
        url('Dense-Bold.eot?#iefix') format('embedded-opentype'),
        url('Dense-Bold.woff') format('woff'),
        url('Dense-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body, html {
	font-family: 'Dense', sans-serif;
	color:#3f3f3f;
	background-color: #f0f0f0;
	height: 100%;
	margin: 0;
	padding: 0;
	border:0;
	letter-spacing:-0px;
	min-width:300px;
	word-wrap:break-word;
	font-size: 23px
}
input, select {
	font-family: 'Dense', sans-serif;
	font-size:23px;
}
h1, h2, h3, h4, h5 {
	color:#ed5c24;
	margin: 0px 0 10px;
	padding: 25px 0 0;
}
h1 {
	font-size:55px;
	letter-spacing:-2px;
	font-weight:normal
}
h1:after {
	content: ' ';
    display: block;
    border-radius: 10px;
    margin: 10px 0 20px;
    width: 45px;
    background-color: #ed5c24;
    height: 3px;
}
h2 {
	font-size:45px;
	padding-top:40px;
}
h3 {
	font-size:25px;
}
p, menu {
	margin:0;
	padding:0;
}
li {
	margin-bottom:10px;
}
p {
	margin-bottom:20px;
}
.center {
	text-align: center
}
h1.center:after {
    margin: 10px auto 20px;
}
a {
	transition:.5s;
	color:#0d566d;
}
a:hover {
	color:#0090bd;
}
a img {
	border:0;
}
hr {
	padding: 10px 0;
	margin:0 0 15px;
	border: 0;
	border-bottom: 1px solid #dddddd;
}
input[type='text'],input[type='number'], input[type='time'], input[type='date'], input[type='email'], textarea, input[type='password'], input[type='submit'], input[type='button'], select {
    border: 0;
    border-bottom: #939393 1px solid;
    padding: 10px;
	margin:5px 5px 15px 0;
}
select {
	box-shadow: 0px 0px 2px rgba(0, 0, 0, .3);
	border-radius:4px;
}
input[type='text'], input[type='time'], input[type='date'], input[type='number'], input[type='email'], textarea, input[type='password'], #inputddcontainer, .colourpicker {
	border-top: #e2e2e2 1px solid;
	border-left: #e2e2e2 1px solid;
	border-right: #e2e2e2 1px solid;
	width:50%;
	box-sizing: border-box;
	border-radius: 4px;
}
input[type='time'], input[type='number'] {
	width:auto;
	min-width: 115px;
	max-width:180px;
}
input[type='date'] {
	width:auto;
	max-width:240px;
	min-width:185px;
}
input[type='submit']:disabled,  input[type='button']:disabled {
	color:#676767;
	pointer-events: none;
}
textarea {
  resize: vertical;
  font-family: 'Roboto', sans-serif;
}
.currancyinput {
	position: relative;
}
.currancyinput span {
	position: absolute;
    font-size: 19px;
    top: 16px;
    left: 14px;
    font-weight: bold;
}
.currancyinput input {
	padding-left: 30px;
}
#inputddcontainer {
	border:none;
	position:relative;
}
#inputddcontainer input[type='text'] {
	width:100%!important
}
#inputddcontainer .ddresults {
	max-height:215px;
	margin-top:-15px;
	border:1px solid #7a9cd3;
	overflow-y:auto;
	border-top: none;
	padding: 0;
	position:absolute;
	width:100%;
	width:calc(100% - 4px);
	background-color:#ffffff;
	margin-left:1px;
	display:none;
}
#inputddcontainer .ddresults ul, #inputddcontainer .ddresults ul li {
	margin: 0;
    padding: 0;
    list-style:  none;
}
#inputddcontainer .ddresults ul li {
	display:block;
	border-bottom:1px solid #eeeeee;
}
#inputddcontainer .ddresults ul li:first-child {
	padding-top:0;
}
#inputddcontainer .ddresults ul li:last-child {
	border-bottom:none;
	padding-bottom:0;
}
#inputddcontainer .ddresults ul li .profilephoto {
	float:left;
}
#inputddcontainer .ddresults ul li a {
	padding:10px;
	display:block;
	text-decoration:none;
}
#inputddcontainer .ddresults ul li a:after {
	content: "";
    display: block;
    clear: both;
}
#inputddcontainer .ddresults ul li a:hover, #inputddcontainer .ddresults ul li a:focus {
	background-color:#f7f7f7;
}
#inputddcontainer .ddresults ul li .profilephoto {
	margin-right:10px;
}
#inputddcontainer .ddresults ul li p {
	margin:4px 0 0 0;
}
#inputddcontainer .ddresults ul li p:last-child {
	font-size:23px;
	color:#8a8a8a;
	margin:0;
}
.fullwidth {
	width:100%;
}
.inputheader {
	display:block;
	margin:10px 0 5px;
	font-size:20px
}
.customcheckmark {
	display: inline-block;
	position: relative;
	margin: 10px 15px 10px 0;
	cursor: pointer;
	font-size: 20px;
	user-select: none;
    background-color: #5f5f5f;
    padding: 11px 10px 10px 45px;
    border-radius: 10px;
    color: #eaeaea;
}
h1 .customcheckmark, h2 .customcheckmark, h3 .customcheckmark {
	font-size: inherit;
}
h1 .customcheckmark .checkmark {
	top: 13px;
}
h2 .customcheckmark .checkmark {
	top: 2px;
}
h3 .customcheckmark .checkmark {
	top: -1px;
}
.customcheckmark input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.customcheckmark .checkmark {
	position: absolute;
	top: 9px;
    left: 10px;
    height: 23px;
    width: 23px;
    background-color: #fff;
    border: 1px solid #ed5c24;
    border-radius: 5px;
}
.customcheckmark:hover input ~ .checkmark {
	background-color: #e6e6e6;
}
.customcheckmark input:checked ~ .checkmark {
	background-color: #ed5c24;
    border: 1px solid #ed5c24;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.customcheckmark input:checked ~ .checkmark:after {
	display: block;
}
.customcheckmark .checkmark:after {
    left: 8px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}
.customradiobuttons {
	display: inline-block;
	position: relative;
	padding-left: 35px;
	margin: 10px 0 15px;
	cursor: pointer;
	font-size: 20px;
	user-select: none;
}
.customradiobuttons input {
	position: absolute;
	opacity: 0;
}
.customradiobuttons .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border-radius: 50%;
}
.customradiobuttons:hover input ~ .checkmark {
	background-color: #ccc;
}
.customradiobuttons input:checked ~ .checkmark {
	background-color: #ed5c24;
}
.customradiobuttons .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.customradiobuttons input:checked ~ .checkmark:after {
	display: block;
}
.customradiobuttons .checkmark:after {
    top: 7px;
    left: 7px;
    width: 11px;
    height: 11px;
	border-radius: 50%;
	background: white;
}
/* The switch - the box around the slider */
.sliderswitch label {
  position: relative;
  display: inline-block;
  width: 53px;
  height: 26px;
}
/* Hide default HTML checkbox */
.sliderswitch input {display:none;}
/* The slider */
.sliderswitch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
}
.sliderswitch .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  transition: .4s;
}
.sliderswitch input:checked + .slider {
  background-color: #ed5c24;
}
.sliderswitch input:focus + .slider {
  box-shadow: 0 0 1px #ed5c24;
}

.sliderswitch input:checked + .slider:before {
  transform: translateX(26px);
}
/* Rounded sliders */
.sliderswitch .slider.round {
  border-radius: 34px;
}
.sliderswitch .slider.round:before {
  border-radius: 50%;
}
.sliderswitch span.option {
	font-size:18px;
	position: relative;
	top:-7px;
}
.sliderswitch span.option:first-child {
	margin-right:10px;
}
.sliderswitch span.option:last-child {
	margin-left:10px;
}


.subheader {
	font-size:23px;
	margin-bottom:25px;
}
.subheader ul {
	list-style:none;
	margin:0;
	padding:0;
}
.subheader li {
	display:inline-block;
	box-sizing: border-box;
	margin-right:15px;
	line-height: 28px;
    background-color: #ebebeb;
    border-radius: 6px;
	padding: 3px 9px;
}
.subheader li.highlighted {

}
.subheader li:last-child {
	margin-right:0px;
}
.subheader li img {
	height:20px;
	position:relative;
	top:4px;
	margin:0 6px 0 0;
}
.errors {
	background-color: #fbcfcf;
    padding: 15px;
	margin-bottom: 25px;
    color: #8e4c4c;
}
.errors ul {
	list-style:none;
}
.confirmations {
	background-color: #e3ffce;
    border-top: 3px solid #6bbd5c;
	border-bottom: 3px solid #6bbd5c;
    padding: 15px;
	margin-bottom: 25px;
    color: #397f2c;
}
.confirmations ul {
	list-style:none;
}
#sitebanner {
	padding-left: 40px;
    margin: -25px 0 35px;
    position: relative;
	background: linear-gradient(135deg, #ffffff 0%,#eff5ef 62px,#fff 30px,#fff 100%);
}
#sitebanner h1 {
	padding-top: 45px;
}
#sitebanner:before {
	content: ' ';
    width: 20px;
    height: 100%;
    position: absolute;
    left: 0px;
    background: linear-gradient(135deg, #1d8e25 0%,#1d8e25 62px,#067309 62px,#30a032 100%);
}
.enabledtxt, .disabledtxt {
	background-color:#4e8e4e;
	display:inline-block;
	padding:4px;
	border-radius:4px;
	color:#fff;
	margin:3px 0 0 0;
	font-size:18px;
}
.disabledtxt {
	background-color:#b14444;
}

#contentwithsidebar input[type='text'], #contentwithsidebar input[type='email'], #contentwithsidebar textarea, #contentwithsidebar input[type='password'], #contentwithsidebar #inputddcontainer, .colourpicker, .filetypebox {
	width:75%;
	box-sizing: border-box;
}
@media screen and (max-width: 750px) {
	input[type='text'], input[type='email'], textarea, input[type='password'], #contentwithsidebar input[type='text'], #contentwithsidebar input[type='email'], #contentwithsidebar textarea, #contentwithsidebar input[type='password'], #inputddcontainer, #contentwithsidebar #inputddcontainer, .colourpicker, .filetypebox  {
		width:100%;
		box-sizing: border-box;
	}
	.StripeElement {
		max-width:100%!important;
	}
}
input::placeholder {
	color:#a7a7a7;
}

/* Header and search bar
-----------------------------------------------------------------------------------------------------*/
header {
    height:45px;
    background:#595959;
	background: linear-gradient(135deg, #737171 0%,#2f2f2f 100%);
	padding:15px 20px;
	position:relative;
}
.headerwarning {
	text-align: center;
    background-color: #9d2424;
    padding: 15px 2px;
    color: white;
}
.headerwarning a {
	display: block;
    color: white;
}
.switchuserlink:before {
	padding: 0 5px 0 8px;
    color: #8c8c8c;
    content: "/\00a0";
}
@media screen and (max-width: 420px) {
	.switchuserlink span {
		display:none;
	}
}
.profilephoto {
    display: inline-block;
    position: relative;
    width: 43px;
    height: 43px;
	border-radius: 50%;
	background-size: cover;
	background-position:center;
}
header .welcometext {
    position: absolute;
    top: 12px;
    color: #ed5c24;
    font-size: 23px;
    left: 73px;
    z-index:1;
}
header .welcometext img {
    height: 16px;
    position: relative;
    top: 2px;
    margin-left: 10px;
}
header .welcometext span.signouttext {
	font-size:23px;
}
header .welcometext a.signin {
    font-size: 22px;
    line-height: 40px;
    color: #ed5c24;
}
header a {
	text-decoration:none;
	color:#fff
}
header a .welcometext:hover {
	text-decoration:underline
}
header .logocontainer {
    height: 75px;
    position: absolute;
    right: 0px;
    top: 0px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0px,rgba(255, 255, 255, 0) 80px,#4c4c4c 80px,#232323 100%);
    padding-left: 120px;
}
header .logocontainer img {
    height: 42px;
    position: relative;
    padding-right: 25px;
    top: 17px;
}
header form {
position: absolute;
    width: 45%;
    right: 80px;
    top: 15px;
}
header input[type='text'] {
	float:right;
	position:relative;
    top: -4px;
	width:100%;
	max-width:417px;
	padding-right:33px;
	margin:5px 0;
}
header input[type='submit'] {
	position: absolute;
    right: 7px;
    border: 0;
    background-image: url(../images/searchicon.svg);
    text-indent: -85px;
    width: 20px;
    height: 20px;
    background-color: white;
    top: 6px;
    box-shadow: none;
    background-repeat: no-repeat;
    cursor: pointer;
}
@media screen and (max-width: 750px) {
	header form {
		width:60%;
	}
}
@media screen and (max-width: 480px) {
	header .welcometext .welcomepart {
		display:none;
	}
}
@media screen and (max-width: 390px) {
	header form {
		width:65%;
		right:25px;
	}
}
/* Breadcrumbs
-----------------------------------------------------------------------------------------------------*/
ul.breadcrumbs {
    padding: 10px 16px 9px;
    list-style: none;
    background-color: #636363;
	margin:0 0 20px 0;
	color:#d0d0d0;
	font-size: 18px;
	border-radius: 10px;
}

/* Display list items side by side */
ul.breadcrumbs li {
    display: inline-block;
	margin-bottom:3px;   
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumbs li+li:before {
    padding: 8px;
    color: #8c8c8c;
    content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumbs li a {
    color: #d0d0d0;
}

/* Add a color on mouse-over */
ul.breadcrumbs li a:hover {
    color: #ececec;
}


/* Navigation Bar
-----------------------------------------------------------------------------------------------------*/
nav {
  font-size: 18px;
    background: rgb(237,92,36);
background: linear-gradient(176deg, rgba(237,92,36,1) 0%, rgba(237,92,36,1) 35%, rgba(237,92,36,1) 81%, rgba(186,73,30,1) 82%);
  padding:0px;
  max-height: 60px; /* Menu height */
  overflow: hidden; /* Don't show anything outside the nav */
  transition: unset;
  text-transform: uppercase
}
nav.open {
	transition: 1s max-height;
	
}
nav img {
	height: 20px;
    margin: 0 6px 0 0;
    position: relative;
    top: 4px;
}
nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-height: 120px; /* Menu height x 2 */
  position: relative; /* Position the menu button relative to this item */

}
nav li { 
	display: inline-block;
	box-sizing: border-box;
	margin:0;
}
nav li.active {
	background-color: #da470e;
}
nav a {
  display: inline-block;
  padding: 0 25px;
  color: rgb(236, 236, 236);
  text-decoration: none;
  white-space: nowrap;
  line-height: 60px; /* Menu height */
  height: 60px; /* Menu height */
}
nav a:hover { 
	background-color: rgba(255, 255, 255, 0.08);
	color: rgb(236, 236, 236);
}
nav a p {
	background-color: #ed5c24;
    padding: 5px 10px;
    margin-left: 10px;
    border-radius: 5px;
    display: inline;
}
nav li:last-child { /* The menu button */
  position: absolute; /* Move the menu button out of flow */
  right: 0;
  bottom: 60px; /* Move upwards, the same distance as the menu height */
  
  background-image: linear-gradient(to right, rgba(89, 89, 89, 0) 0, rgb(210, 78, 27) 2em);
  padding-left: 3em;
}
nav li:last-child a { /* The menu button */
	background-color: #ed5c24;
}
nav li:last-child a:hover { /* The menu button */
  background-color: #f16c39;
}
nav li:nth-last-child(2) { 
	/* The close button */
	display: none;
}
nav.open {
  max-height: 4000px;
  padding: 0;
  
}
nav.open ul { 
	max-height: none;
}

nav.open a {
  display: block;
  padding: 0 2em;
  background-color: rgba(255, 255, 255, 0.05);
}
nav.open a:hover { 
	background-color: rgba(255, 255, 255, 0.08);
}
nav.open li:not(:first-child) { 
	margin-top: 2px;
}
nav.open li:last-child { 
	display: none;
}
nav.open li:nth-last-child(2) {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  width:inherit;
}
nav.open li { 
	width:25%;
}
@media screen and (max-width: 1400px) {
	nav.open li { 
		width:33.33333333333333%;
	}
}
@media screen and (max-width: 1000px) {
	nav.open li { 
		width:50%;
	}
}
@media screen and (max-width: 750px) {
	nav.open li { 
		display: block;
		width:100%;
		border-right:none;
		text-align:center;
	}
	nav.open li:first-child {
	    width:50%;
	}
	nav.open li:nth-last-child(2) {
	    width:50%;
	}
}
@media screen and (max-width: 600px) {
	nav {
	    background: rgb(237,92,36)!important;
	}
	
}
@media screen and (max-width: 550px) {
	nav li:first-child, nav li:last-child {
	    width:50%;
	    text-align:center;
	    padding-left: 0
	}
	nav li:first-child a, nav li:last-child a {
	    width: 100%;
        padding: 0;
	}
}

/* Buttons
-----------------------------------------------------------------------------------------------------*/
.button {
	background-color:rgba(237, 92, 36,1);
	display:inline-block;
	padding:10px 18px!important;
	color:#fff;
	cursor:pointer;
	text-align:center;
	text-decoration:none;
	border-bottom: #4a4a4a 2px solid!important;
	margin-bottom:5px;
	border-radius:5px;
}
.button:hover {
	background-color:rgba(237, 92, 36,0.8);
	color:#fff;
}
.button.alt {
	background-color:#fff;
	border:1px solid #ed5c24;
	color:#ed5c24;
	border-bottom:2px solid #ed5c24!important;
	padding: 9.5px 18px!important;
    top: 1px;
    position: relative
}
.button.alt:hover {
	background-color: #eaeaea;
}
.button.disabled {
	background-color: rgb(202, 202, 202)!important;
    cursor: not-allowed;
    border-bottom: #a5a5a5 2px solid!important;
}
.button.disabled:hover {
	background-color: rgb(202, 202, 202);
    cursor: not-allowed;
    border-bottom: #a5a5a5 2px solid!important;
}
.button.grey {
	background-color:#6f6f6f;
	background: linear-gradient(135deg, #6f6f6f 0%,#898989 89%,#6f6f6f 90%,#6f6f6f 100%);
}
.button.grey:hover {
	background-color:#585858;
	background: linear-gradient(135deg, #6f6f6f 0%,#898989 85%,#6f6f6f 86%,#6f6f6f 100%);
}
.button.orange {
	background-color:#fd9616;
	background: linear-gradient(135deg, #fd9616 0%,#ffab47 89%,#fd9616 90%,#fd9616 100%);
}
.button.orange:hover {
	background-color:#ff7600;
	background: linear-gradient(135deg, #fd9616 0%,#ffab47 85%,#fd9616 86%,#fd9616 100%);
}
.button.blue {
	background-color:#3f9dff;
	background: linear-gradient(135deg, #3f9dff 0%,#6db5ff 89%,#3f9dff 90%,#3f9dff 100%);
}
.button.blue:hover {
	background-color:#2485ea;
	background: linear-gradient(135deg, #3f9dff 0%,#6db5ff 85%,#3f9dff 86%,#3f9dff 100%);
}
.button.red {
	background-color:#ea5353;
	background: linear-gradient(135deg, #ea5353 0%,#f37272 89%,#ea5353 90%,#ea5353 100%);
}
.button.red:hover {
	background-color:#d62929;
	background: linear-gradient(135deg, #ea5353 0%,#f37272 85%,#ea5353 86%,#ea5353 100%);
}
.button.lightgreen {
	background-color:#9ed0a1;
	background: linear-gradient(135deg, #9ed0a1 0%,#abdaae 89%,#9ed0a1 90%,#9ed0a1 100%);
}
.button.lightgreen:hover {
	background-color:#74d279;
	background: linear-gradient(135deg, #9ed0a1 0%,#abdaae 85%,#9ed0a1 86%,#9ed0a1 100%);
}
@media screen and (max-width: 600px) {
    .button {
        width:100%;
        box-sizing:border-box;
    }
}


/* Main content
-----------------------------------------------------------------------------------------------------*/
main {
    background: #fff;
    background: linear-gradient(177deg, rgb(249, 249, 249) 0%, rgb(241, 240, 240) 37px, rgba(255,255,255,1) 38px);
	padding:25px;
	border-left:1px solid #cfcfcf;
	border-right:1px solid #cfcfcf;
	border-bottom: 2px solid #a7a7a7;
	margin:0px 25px 20px;
	display:block;/* IE11 fix */
	border-radius:0 0 10px 10px;
}
.mainfull {
	border-left:0px;
	border-right:0px;
	margin:0;
	padding: 0;
	border-radius: 0px;
}
.section {
	margin:0 0 35px 0;
}
/* No sidebar */
#contentnosidebar #maincontent {
	padding-bottom:25px;
}
#contentnosidebar, #contentwithsidebar {
	margin-bottom:25px;
}
#contentnosidebar.nobottommargin, #contentwithsidebar.nobottommargin {
	margin-bottom:0px;
}
#contentnosidebar #maincontent.nobottommargin {
	padding-bottom:0px;
}
#contentnosidebar.featherlight-inner {
	padding:10px
}	
/* With sidebar */
#contentwithsidebar:after {
	content: "";
    display: block;
    clear: both;
}
#contentwithsidebar #maincontent {
	float:left;
	width:60%;
}
#contentwithsidebar aside {
	float:right;
	width:32.3333333333%;
}
@media screen and (max-width: 750px) {
	main {
		border-left:none;
		border-right:none;
		margin:0px;
		border-radius:0px;
	}
}
@media screen and (max-width: 600px) {
	#contentwithsidebar #maincontent, #contentwithsidebar aside {
		float:none ;
		width:100%;
	}
	#contentwithsidebar #maincontent {
		padding-bottom:25px;
	}
}
@media screen and (min-width: 1000px) {
	#contentwithsidebar #maincontent {
		width:68%;
	}
	#contentwithsidebar aside {
		width:25.3333333333%;
	}
}
@media screen and (min-width: 1200px) {
	#contentwithsidebar #maincontent {
		width:72%;
	}
	#contentwithsidebar aside {
		width:20.3333333333%;
	}
}


/* Sidebar
-----------------------------------------------------------------------------------------------------*/
aside {
	border-top: 4px solid #ed5c24;
	margin-top:15px;
}
aside.clean {
	border-top: 0px;
	margin-top:15px;
}
aside ul {
	list-style-type: none;
	padding:0;
	margin:0;
}
aside ul h3 img {
	position: relative;
    top: 3px;
    margin: 0 6px 0 0;
	height:19px;
}
aside ul p {
	font-size:23px;
}
aside .button {
    width:100%;
    box-sizing: border-box;
}


/* Content types
-----------------------------------------------------------------------------------------------------*/
p.content-highlight {
	padding: 32px 25px 32px 60px;
    background: url(../images/informationicon.svg) 0 0 no-repeat;
    background-size: 55px;
    min-height: 40px;
    margin: 25px 0px;
    background-position: -15px 15px;
	border-left: 10px solid #c7c7c7;
	background-color: #f9f9f9;
}
p.content-important {
	padding: 32px 25px 32px 60px;
    background: url(../images/importanticon.svg) 0 0 no-repeat;
    background-size: 55px;
    min-height: 40px;
    margin: 25px 0px;
    background-position: -15px 15px;
    border-left: 10px solid #ffc3c3;
	background-color: #fff6f6;
}
p.content-question {
	padding: 32px 25px 32px 60px;
    background: url(../images/questionicon.svg) 0 0 no-repeat;
    background-size: 55px;
    min-height: 40px;
    margin: 25px 0px;
    background-position: -15px 15px;
    color: #ed5c24;
    border-left: 10px solid #C2E3AB;
	font-size: 22px;
	background-color: #f6fbef;
}
p.content-question span {
	display: block;
    margin: 15px 0 0 0;
    color: #3f3f3f;
	font-size: 16px;
}

/* Widgets
-----------------------------------------------------------------------------------------------------*/
#widgets {
	 list-style-type:none;
}
ul#widgets {
	margin:0;
	padding:0;
}
#widgets li {
	margin:0 0 25px 0 ;
	padding:15px;
	border:1px solid #d4d4d4;
	background-color:#f7f7f7;
}
#widgets li:last-child {
	margin:0;
}
#widgets h2 {
	color: #3f3f3f;
    font-weight: normal;
    font-size: 22px;
    padding: 0 0 5px;
}
#widgets h2 img {
	height: 23px;
    margin-right: 10px;
    position: relative;
    top: 3px;
}

/* Footer
-----------------------------------------------------------------------------------------------------*/
footer {
	padding:25px;
	margin-bottom:25px;
	color:#6d6d6d;
}
footer:after {
	content: "";
    display: block;
    clear: both;
}
ul.tagcloud {
	list-style-type: none;
    margin: 0;
    padding: 0;	
}
ul.tagcloud li {
	display: inline-block;
	margin:0 5px 0 0;
}
ul.tagcloud li:last-child {
	margin:0;
}
ul.tagcloud li a {
    display: inline-block;
	padding: 5px;
    background-color: #ed5c24;
    border-radius: 5px;
    color: #fff;
    font-size: 23px;
	text-decoration:none;
}

ul.tagcloud li a:hover {
	background-color:#1c8e1f;
}
footer .logo {
	height: 35px;
    float: left;
    margin-right: 20px;
    top: -8px;
    position: relative;
}
#printfooter {
	display:none;
	background-color:#fff;
	padding-top:25px;
}
#printfooter:after {
	content: "";
    display: block;
    clear: both;
}
#printfooter .logo {
	height:60px;
	float:left;
	margin-right:20px;
}
#printfooter p span {
	font-size:12px
}





/* Thumbnail */
.thumbnail{
    width: 80px;
    height: 80px;
    padding: 2px;
    border: 2px solid lightgray;
    border-radius: 3px;
    float: left;
}

.size{
    font-size:12px;
}

/* Drag and Drop upload box
-----------------------------------------------------------------------------------------------------*/
.dragdropuploadbox .upload-area {
	outline: 2px dashed #92b0b3;
    outline-offset: 0px;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;	
    text-align: center;
    overflow: auto;
	padding:35px;
}

.dragdropuploadbox .upload-area.is-dragover {
	outline-offset: -10px;
	background-color: #c8efc8;
}

.editelements .delete-area {
	outline: 2px dashed #92b0b3;
    outline-offset: 0px;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;	
    text-align: center;
    overflow: auto;
	padding:20px;
	background-color:#ffd9d9;
	display:none;
	color:#8c8c8c;
	position:fixed;
	bottom:20px;
	right:20px;
}
.editelements .delete-area img {
	height:40px;
	margin-bottom:5px;
}
.editelements .delete-area.is-dragover {
	outline-offset: -10px;
	background-color: #c8efc8;
}



.dragdropuploadbox .upload-area .upload-uploading, .dragdropuploadbox .upload-area.is-uploading .upload-ready, .dragdropuploadbox .upload-area .upload-pastebox, .dragdropuploadbox .upload-area.showpastebox .upload-ready {
	display:none;
}
.dragdropuploadbox .upload-area.is-uploading .upload-uploading, .dragdropuploadbox .upload-area.showpastebox .upload-pastebox {
	display:block;
}
.dragdropuploadbox input[type='file'] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    z-index: -1;
}
.dragdropuploadbox label {
	cursor:pointer;
	text-decoration: underline;
    color: #0d566d;
	transition:.5s;
}
.dragdropuploadbox label:hover {
    color: #0090bd;
}
.dragdropuploadbox .pastebox {
	margin: 10px 0;
    max-width: 294px;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
	font-size: 16px;
}
.trumbowyg-modal-box input {
	margin:0;
}
.userprofilesidebar img {
	width:100%;
	border: 1px solid #cecece;
	margin: 10px 0;
}
.userprofilesidebar #profileimagebtn {
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    z-index: -1;
}
.membershipcard {
	font-size:23px;
	list-style:none;
	background-color: #e8e8e8;
    padding: 20px 20px 20px 60px;
	position:relative;
	border-radius: 10px;
	transition:.5s;
	max-width:415px;
	margin: 30px 0;
	-webkit-transform:translate3d(0,0,0);
	background: linear-gradient(-8deg, rgb(185, 185, 185) 0%, rgb(224, 223, 223) 91px, rgba(232, 232, 232,0) 90px), linear-gradient(36deg, rgb(243, 243, 243) 132px, rgb(224, 223, 223) 133px, rgba(232, 232, 232,0) 126px), linear-gradient(-20deg, rgb(243, 243, 243) 132px, rgb(224, 223, 223) 133px, rgba(232, 232, 232,1) 126px);
}
.membershipcard:hover {
	transform: perspective(1400px) rotateY(10deg)
}
.membershipcard .sidebar {
	background: linear-gradient(126deg, rgba(93,93,93,1) 8%, rgba(107,107,107,1) 33%, rgba(79,79,79,1) 62%, rgba(61,61,61,1) 70%, rgba(61,61,61,1) 80%);;
    height: 100%;
    width: 40px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px 0 0 10px;
}
.membershipcard .sidebartext {
	transform: rotate(-90deg);
    color: #fff;
    position: absolute;
    height: 25px;
    width: 165px;
    top: 58px;
    left: -61px;
    font-size: 20px;
}
.membershipcard h2 {
	font-size:30px;
	padding: 0 0 10px;
}
.membershipcard .telephonenumer {
    background-image: url(../images/profile-phone.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    padding-left: 35px;
    line-height: 23px;
    min-height: 30px;
	margin: 0 0 10px;
}
.membershipcard .emailaddress {
    background-image: url(../images/profile-email.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    padding-left: 35px;
    line-height: 23px;
    min-height: 30px;
}
.membershipcard .mclogo {
	position: fixed;
    height: 30px;
    right: 20px;
    z-index: -1;
    bottom: 27px;
}
.membershipcard .mcprofilephoto {
	border-radius: 100%;
    position: fixed;
    height: 75px;
    right: 20px;
    z-index: -1;
	top: 20px;
	object-fit: cover;
    width: 75px;
}
@media screen and (max-width: 500px) {
	.membershipcard h2 {
		max-width:150px
	}
}

/* Colour picker
-----------------------------------------------------------------------------------------------------*/
.colourpicker .red, .colourpicker .green, .colourpicker .blue {
    width: 70%;
    margin: 15px 0;
}
.colourpicker {
    height: 185px;
    background-image: none;
    box-sizing: border-box;
    padding: 7px 20px 5px 20px;
}
.colourpicker label {
	padding: 3px 5px 3px 5px;
    border-radius: 4px 0 0 4px;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 90%, rgb(232, 232, 232) 100%);
    border: #e2e2e2 1px solid;
    border-right: none;
}
.colourpicker input {
	width:135px!important;
}
.colourpicker .red .ui-slider-range { background: #ef2929; }
.colourpicker .red .ui-slider-handle { border-color: #ef2929; }
.colourpicker .green .ui-slider-range { background: #8ae234; }
.colourpicker .green .ui-slider-handle { border-color: #8ae234; }
.colourpicker .blue .ui-slider-range { background: #729fcf; }
.colourpicker .blue .ui-slider-handle { border-color: #729fcf; }

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
}
.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
}
.inputfile-1 + label {
	background-color:rgba(237, 92, 36,1);
	display:inline-block;
	padding:10px 18px!important;
	color:#fff;
	cursor:pointer;
	text-align:center;
	text-decoration:none;
	border-bottom: #595959 2px solid!important;
	font-size:18px;
	transition:.5s;
	border-radius:5px;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
	background-color:rgba(237, 92, 36,0.8);
	border-bottom: #595959 2px solid!important;
}

/* Home page
-----------------------------------------------------------------------------------------------------*/

.homesection {
	margin: 0 0 -50px;
    background-image: url(../images/reshapebackground1.jpg);
    background-size: cover;
	padding: 50px;
	position:relative;
	background-position: 50% 20%;
}
.homesection:before {
    content:'';
    display:block;
    background: linear-gradient(178deg, rgba(237,92,36,1) 0%, rgba(237,92,36,1) 25%, rgba(0,0,0,0) 26%, rgba(0,0,0,0) 100%);
    height: 70px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.homesection h1 {
	color: #ffffff;
    margin: 0px 0 0px;
    padding: 5px;
    background-color: rgba(237, 92, 36, 0.8);
    display: inline-block;
}
.homesection h1:after {
	display:none;
}
.homesection p {
	color: #ffffff;
    margin: 0px 0 10px;
    padding: 5px;
    background-color: rgba(45, 45, 45, 0.8);
    display: inline-block;
	font-size: 20px;
}
.introvideo {
    margin: 0;
    width: 100%;
    min-height: 290px;
    max-height: 420px;
    object-fit: cover;
    background-color: #000000;
    display:block;
}

/* Classes
-----------------------------------------------------------------------------------------------------*/
.classesheader {
    margin: 0 0 -25px;
    background-image: url(../images/classesreshapeheader.jpg);
    background-size: cover;
    padding: 50px;
    position: relative;
    background-position: 50% 20%;
    border-bottom: 5px solid #424242;
}
.classesheader:before {
    content:'';
    display:block;
    background: linear-gradient(178deg, rgba(237,92,36,1) 0%, rgba(237,92,36,1) 25%, rgba(0,0,0,0) 26%, rgba(0,0,0,0) 100%);
    height: 70px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.classesheader:after {
    content: '';
    display: block;
    background: linear-gradient(-3deg, rgba(66, 66, 66,1) 0%, rgba(66, 66, 66,1) 25%, rgba(0,0,0,0) 26%, rgba(0,0,0,0) 100%);
    height: 70px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -1px;
}
.classesheader h1 {
	color: #ffffff;
    margin: 0px 0 0px;
    padding: 5px;
    background-color: rgba(237, 92, 36, 0.8);
    display: inline-block;
    font-size:55px;
}
.classesheader h1:after {
	display: none;
}
.classescontainer {
    margin:0;
    padding:0;
    list-style-type: none;
}
.classescontainer img {
    height:90px
}
.classescontainer li {
    position: relative;
    margin:0;
}
.classescontainer .classbgimg {
    width: 50%;
    background-size: cover;
    background-position: center;
    min-height: 100%;
    position: absolute;
}
.classescontainer .classinfo {
    width: 40%;
    min-height: 300px;
    margin-left: 50%;
    padding: 20px 5%;
    text-align:center;
}
.classescontainer .classinfo p {
    margin: 30px;
    font-size: 20px;
}
.classescontainer li:nth-child(even) .classbgimg {
    right:0;
}
.classescontainer li:nth-child(even) .classinfo {
    width: 41%;
    margin-left:0;
}
@media screen and (max-width: 600px) {
	.classescontainer .classbgimg {
	   width: 100%; 
	}
	.classescontainer .classinfo {
	    width: 90%!important;
	    position: relative;
	    margin:0;
	    background-color: rgba(0,0,0,0.4)!important;
	}
}

/* Stripe payment CSS
-----------------------------------------------------------------------------------------------------*/
.StripeElement {
    border: 0;
    border-bottom: #939393 1px solid;
    padding: 10px;
	margin:5px 5px 15px 0;
	font-size:18px;
	border-top: #e2e2e2 1px solid;
	border-left: #e2e2e2 1px solid;
	border-right: #e2e2e2 1px solid;
	max-width:520px;
	box-sizing: border-box;
	border-radius: 4px;
	width:100%;
}
.StripeElement--focus {
	box-shadow: 0 1px 3px 0 #cfd7df;
}
.StripeElement--invalid {
	border-color: #fa755a;
}
.StripeElement--webkit-autofill {
	background-color: #fefde5 !important;
}
#paymentsubmit:disabled {
	cursor: wait;
	pointer-events: all;
}
#card-errors {
	background-color: #ffdcdc;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 10px;
	display:none;
}

.flex-block {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    box-sizing: border-box;
    padding: 0;
    margin: 0 -7px 0;
    -ms-flex-wrap: wrap;
}
.flex-block a:hover {
    color:unset;
}
.flex-block__item {
    display: flex;
    flex-direction: column;
    -ms-flex-positive: 0;
    flex-grow: 1;
    width: 33.33%;
    min-width: 100px;
    list-style: none;
    transition: width .4s ease-in-out,flex .4s ease-in-out,-ms-flex .4s ease-in-out;
    display: -ms-flexbox;
    -ms-flex-direction: column;
    box-sizing: border-box;
    margin:0;
}
.flex-block__card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: #FFF;
    transition: box-shadow .3s;
    box-shadow: 0 0px 20px 0 rgb(0 0 0 / 16%);
    box-sizing: border-box;
    line-height: 1.6;
    margin: 0 10px 20px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
	padding-top:0;
	border-bottom: 3px solid #f5bd77;
}
.flex-block__content {
    padding:20px;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.flex-block__bottom {
    width: 100%;
    padding: 0 20px 15px;
    box-sizing:border-box;
}
@media screen and (max-width: 992px) {
    .flex-block__item {
        width: 50%;
    }
}
@media screen and (max-width: 760px) {
    .flex-block__item {
        width: 100%;
    }
}

.creditslist {
	border-collapse: collapse;
	width: 100%;
}
.creditslist td, .creditslist th {
	text-align: left;
}
.creditslist th {
	padding: 8px;
}
.creditslist div {
	padding: 8px;
	display:block;
	text-decoration:none;
	color: inherit;
}
.creditslist a:hover {
	color: inherit;
}
.creditslist tr {
	background-color: #fff;
	transition: 0.5s;
}
.creditslist tr:nth-child(even) {
	background-color: #f5f5f5;
}
.creditslist tr:hover {
	background-color: #ffe1a4;
}
.creditslist tr:first-child {
	background-color: #fff!important;
}
@media screen and (max-width: 450px) {
	.creditslist td:nth-child(2), .creditslist th:nth-child(2) {
		display:none;
	}
}
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	display: table-cell;
	padding: 3px 10px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}
.twolines {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: initial;
}
.cathead {
    padding: 15px 0;
    color: #595959;
    font-weight: 100;
    font-size: 23px;
}
.attachmentheader {
    padding: 0;
}
.filetypebox {
	position:relative;
}
.filetypebox span {
	position:absolute;
    top: 15px;
    right: 10px;
}
.filetypebox input {
	padding-right:50px;
	width: 100%!important;
}

.datepicker-container {
	margin-left:42px;
	font-size:18px;
}
.datepicker-top-left:after, .datepicker-top-left:before, .datepicker-top-right:after, .datepicker-top-right:before {
	left:100px
}

.datepicker {
    margin: 40px auto;
    width: 270px;
    padding: 10px;
    border-radius: 10px;
    color: #ed5c24;
    cursor: pointer;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 20%);
    position: relative;
	border-bottom: 1px solid #ed5c24;
}
.datepicker .datepicker-dayname {
	font-size: 44px;
    padding: 5px 0 5px 40px;
    margin: 0;
}
.datepicker .datepicker-datemonth {
	font-size: 26px;
    margin: -10px 0 0 0;
    padding: 0 0 11px 40px;
}
.datepicker img {
	position: absolute;
    width: 30px;
    height: 30px;
    top: 36px;
    right: 45px;
}
.ptslots-container {
	list-style: none;
    padding: 5px 0 15px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex: auto;
}
.ptslots-container {
	list-style: none;
    padding: 5px 3vw 15px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex: auto;
}
.ptslots-container li {
	border: 1px solid #5c5c5c;
	border-radius: 5px;
    width: 150px;
    text-align: center;
    font-size: 22px;
	margin: 7px;
	position:relative;
}
@media screen and (max-width: 500px) {
	.ptslots-container li {
		width: 120px;
	}
}
.ptslots-container li a {
	text-decoration: none;
}
.ptslots-container li p.pttime {
	padding: 5px 0;
    margin: 0;	
}
.ptslots-container li p.ptstatus {
	background-color: #5c5c5c;
    margin: 0;
    padding: 5px 0;
	color: #fff
}
.ptslots-container li p.ptrecuring {
    border: 2px solid #154595;
    margin: 3px;
    position: absolute;
    top: 0px;
    border-radius: 21px;
    width: 20px;
    height: 20px;
    line-height: 22px;
    color: #154595;
    font-size: 23px;
    font-weight: 600;
	left: 0;
}
.ptslots-container li.ptgreen {
	border: 1px solid #29a930;
}
.ptslots-container li.ptgreen p.ptstatus {
	background-color: #29a930;
}
.ptslots-container li.ptorange {
	border: 1px solid #d56d1a;
}
.ptslots-container li.ptorange p.ptstatus {
	background-color: #d56d1a;
}
.ptslots-container li.ptblue {
	border: 1px solid #154595;
}
.ptslots-container li.ptblue p.ptstatus {
	background-color: #154595;
}
.ptslots-container li.ptlightgrey {
	border: 1px solid #d7d7d7;
}
.ptslots-container li.ptlightgrey p.ptstatus {
	background-color: #d7d7d7;
}
.ptslots-container li.ptlightgrey p.pttime {
	color: #d7d7d7;	
}

