/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #435de2;
  margin: 15px 0;
  padding: 0;
}
.grey-hr {
	border-color: #eee;
	margin-top: 25px;
	margin-bottom: 25px;
	-ms-flex: 100%;
	flex: 100%;
	max-width: 100%;
}
.m-topnb {
	margin: 15px 0 !important;
}
.cf {zoom: 1;}
.cf:before, .cf:after { content: ""; display: table; clear: both;}
.text-link {
	font-size: 12px;
	line-height: 40px;
}
.header-right .profile-wrap a {
	margin-left: 0px;
}
.header-right .profile-wrap a.button {
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 10px;
}
.header-right .profile-wrap a.text-link {
	margin-right: 10px;
	display: block;
	margin-bottom: -10px;
}
.header-right .profile-wrap a.text-link:last-child {
	margin-right: 0px;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
body {
	font-family: 'Spartan', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.9;
	color: #666666;
	background: #fff;
}
.wrap {
	width: 100%;
	margin: 0;
	padding: 40px 20px;
    margin: 0 auto;
}
.wrap-middle {
	padding: 40px 20px;
}
a {
	color: #435de2;
	text-decoration: underline;
	font-weight: 600;
	transition: .35s cubic-bezier(0.4, 0, 0.2, 1);
}
a:hover {
	color: #e94963;
}
a:link {
	-webkit-tap-highlight-color : rgba( 0, 0, 0, 0.3 );
}
*:focus {
	outline: none !important;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
lh-0 {
	line-height: 0px;
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, .widgettitle {
	text-rendering: optimizelegibility;
	font-family: 'Spartan', sans-serif;
	font-weight: 700 !important;
	line-height: 1.2;
	color: #435de2;
	margin: 0;
}
img {
	max-width: 100%;
	height: auto;
}
small, .small {
    font-size: 90%;
}
.xsmall {
	font-size: 65%;
}
strong {
	font-weight: 700;
}
.light-content, .light-content h1, .light-content .h1, .light-content h2, .light-content .h2, .light-content h3, .light-content .h3, .light-content h4, .light-content .h4, .light-content h5, .light-content .h5, .light-content .widgettitle, .light-content a, .light-content p {
	color: #fff;
}
.light-content hr {
	border-color: #fff;
}
h1, .h1 {
	font-size: 20px;
	line-height: 1.3;
}
.xl-heading {
	font-size: 25px;
}
h2, .h2, .widgettitle {
	font-size: 20px;
	line-height: 1.3;
}
h3, .h3 {
	font-size: 20px;
	line-height: 1.3;
}
h4, .h4 {
	font-size: 18px;
	line-height: 1.35;
}
h5, .h5 {
	font-size: 16px;
	line-height: 1.4;
}
p {
	margin: 0;
}
strong {
	font-weight: 700;
}
.thin {
	font-weight: 400;
}
.nop-top {
	padding-top: 0px !important;
}
.nop-left {
	padding-left: 0px !important;
}
.nop-right {
	padding-right: 0px !important;
}
.nop-bottom {
	padding-bottom: 0px !important;
}
.nom-top {
	margin-top: 0px !important;
}
.nom-left {
	margin-left: 0px !important;
}
.nom-right {
	margin-right: 0px !important;
}
.nom-bottom {
	margin-bottom: 0px !important;
}
.capped-text-small {
	margin-left: auto;
	margin-right: auto;
	max-width: 210px;
	font-size: 15px;
}
.capped-text-small-box {
	max-width: 80%;
}
.capped-text-small-box-xs {
	max-width: 60% !important;
}.capped-text-small-box-xs {
	max-width: 60% !important;
}
.capped-text-small-box-xl {
	max-width: 100% !important;
}
.capped-content {
	max-width: 512px;
	margin-left: auto;
	margin-right: auto;
}
.entry-content .button {
	margin-top: 5px;
}
@media only screen and (max-width: 767px) {
	.hide-mobile {
		display: none !important;
	}
	.capped-image-mobile {
		max-width: 100px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1029px) {
	.hide-tablet {
		display: none !important;
	}
}
@media only screen and (min-width: 1030px) {
	.hide-desktop {
		display: none !important;
	}
}
.button, .cloudinary-button {
	display: inline-block;
	position: relative;
	text-decoration: none;
	color: #fff;
	background: #e94963;
	font-size: 12px;
	line-height: 20px;
	font-weight: 600;
	padding: 10px 25px 8px 25px;
	border: 1px solid #e94963;
	border-radius: 20px;
	cursor: pointer;
	text-align: center;
	transition: .35s cubic-bezier(0.4, 0, 0.2, 1);
	font-family: 'Spartan', sans-serif;
}
.button:hover {
	background: #435de2;
	color: #fff;
	border-color: #435de2;
}
.button-red-white:hover {
	background: #fff;
	color: #435de2;
	border-color: #fff;
}
.button-green {
	background: #6DEDCB;
	border-color: #6DEDCB;
	color: #435de2;
}
.button-green:hover {
	background: #435de2;
	color: #fff;
	border-color: #435de2;
}
.button-white-outline {
	background: none;
	border-color: #fff;
	color: #fff;
}
.button-white-outline:hover {
	background: #fff;
	border-color: #fff;
	color: #435de2;
}
.button-white {
	background: #fff;
	border-color: #fff;
	color: #435de2;
}
.button-white:hover {
	background: #e94963;
	color: #fff;
	border-color: #e94963;
}
.button-blue, .cloudinary-button {
	background: #435de2;
	border-color: #435de2;
	color: #fff;
}
.button-blue:hover, .cloudinary-button:hover {
	background: #e94963;
	border-color: #e94963;
	color: #fff;
	-webkit-box-shadow: none;
    box-shadow: none;
}
.button-blue-outline {
	background: none;
	border-color: #435de2;
	border-width: 2px;
	color: #435de2;
}
.button-blue-outline:hover {
	background: #435de2;
	border-color: #435de2;
	color: #fff;
}
.ribbon span {
    font-size: 9px !important;
    font-weight: 600 !important;
}
.ribbon {
    right: -30px !important;
    top: -30px !important;
}

/* ==========================================================================
   Site styles
   ========================================================================== */

.header {
	position: relative;
	display: block;
}
.inner-header {
	padding-top: 15px;
	padding-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.header-logo {
	width: 140px;
	display: block;
	position: relative;
	line-height: 0;
	margin-left: -2px;
    margin-bottom: -5px;
}
.header-logo-icon {
	width: 56px;
}
.header-right {
	margin-left: auto;
	position: relative;
	z-index: 10;
}
.header-right a,
.header-right p {
	display: inline-block;
	margin-left: 15px;
}
.header-right p {
	color: #fff;
	font-size: 12px;
}
.header-logo img {
	width: 100%;
	height: auto;
}
.nav-wrap {
	position: absolute;
	top: 70px;
	padding: 0 20px 20px 20px;
	right: -100%;
	width: 100%;
	z-index: 5;
	display: block;
	background: #435de2;
	transition: .5s cubic-bezier(0.4, 0, 0.2, 1);
	border-bottom: 1px solid #6dedcb;
}
.nav-wrap.active {
	right: 0;
}
.nav-wrap ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav-wrap ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.nav-wrap ul li a {
	margin: 0;
	padding: 10px 0;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	display: block;
	text-decoration: none;
}
.nav-wrap ul li a:hover {
	color: #6dedcb;
}
.nav-wrap ul li a svg g {
	transition: .35s cubic-bezier(0.4, 0, 0.2, 1);
	opacity: 0.5;
}
.nav-wrap ul li a svg path {
	transition: .35s cubic-bezier(0.4, 0, 0.2, 1);
	fill: #fff;
}
.nav-wrap ul li a:hover svg g {
	opacity: 1;
}
.nav-wrap ul li a:hover svg path {
	fill: #6dedcb;
}
.nav-wrap ul li svg,
.nav-wrap ul li span {
	line-height: 20px;
	display: inline-block;
}
.nav-wrap ul li svg {
	margin-top: -4px;
	margin-right: 5px;
}
.nav-wrap ul li.active a span {
	border-bottom: 1px solid #6dedcb;
}
.header-left {
	margin-right: auto;
}
.profile-wrap-outer {
	position: relative;
	height: 40px;
	display: inline-block;
}
.profile-wrap {
	position: absolute;
	top: 100%;
	right: 0;
	width: 70vw;
	max-width: 440px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: .35s cubic-bezier(0.4, 0, 0.2, 1);
	background: #fff;
	padding: 20px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 12%);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 12%);
}
.profile-wrap:before {
	content: "";
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
	position: absolute;
	top: -8px;
	right: 36px;
}
.profile-wrap-outer.active .profile-wrap {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}
.nav-icon {
	display: inline-block;
	margin-left: 10px;
	padding: 5px;
	margin-right: -5px;
	cursor: pointer;
}
.profile-name {
	color: #fff;
	font-size: 13px;
	line-height: 40px;
	font-weight: 600;
	cursor: default;
}
.profile-name span {
	margin-left: 3px;
}
.container {
	overflow: hidden;
}
.container-overflow-visible {
	overflow: visible;
}
.profile-picture-wrap {
	margin-left: auto;
	margin-bottom: -40px;
}
.profile-picture {
	border-radius: 50%;
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
}
.profile-picture-large {
	border-radius: 50%;
	width: 100px;
	height: 100px;
	border: 1px solid #fff;
}
.db-text-link {
	cursor: pointer;
	text-decoration: underline;
	color: #435de2;
	font-weight: 700;
}
.db-text-link:hover {
	color: #e94963;
}
.inner-header-lower {
	align-items: flex-end;
}
.header-logo-icon {
    width: 35.8px;
}
.profile-details {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.profile-details-name h5 {
	line-height: 1.2;
	margin-top: 3px;
}
.profile-details-name p {
	line-height: 1.35;
	margin-top: 3px;
}
.profile-details-image {
	-ms-flex: 50px;
	flex: 50px;
	max-width: 50px;
}
.profile-details-name {
	color: #435de2;
	padding-left: 12px;
	line-height: 1.2;
	-ms-flex: calc(100% - 50px);
	flex: calc(100% - 50px);
	max-width: calc(100% - 50px);
}
.profile-details-name p {
	color: #435de2;
	margin-left: 0px;
}
.text-align-center {
	text-align: center;
}
.text-align-left {
	text-align: left;
}
.background-blue {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#13a1fd+0,4251d2+100 */
	background: rgb(19,161,253); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(19,161,253,1) 0%, rgba(66,81,210,1) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(19,161,253,1) 0%,rgba(66,81,210,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  rgba(19,161,253,1) 0%,rgba(66,81,210,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13a1fd', endColorstr='#4251d2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.background-solid-blue {
    background: #435de2 !important;
}
.background-light-grey {
	background: #f2f2f2;
}
.entry-content ul {
	margin:0 0 0 18px;
	padding: 0;
}
.entry-content p, .entry-content img, .entry-content table, .entry-content ul, .entry-content ol, .entry-content iframe, .entry-content fieldset, .entry-content blockquote {
	margin-bottom: 20px;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5 {
	margin-bottom: 20px;
	margin-top: 40px;
}
.section-title {
	margin-bottom: 20px;
}
.mobile-top {
	margin-top: 40px;
}
.mobile-top-small {
	margin-top: 20px;
}
.mobile-top-tiny {
	margin-top: 5px;
}
.margin-top {
	margin-top: 20px;
}
.margin-top-mobile {
	margin-top: 20px;
}
.margin-top-large {
	margin-top: 20px;
}
.margin-top-xlarge {
	margin-top: 25px;
}
.margin-top-small {
	margin-top: 10px;
}
.margin-bottom-small {
	margin-bottom: 10px;
}
.margin-top-tiny {
	margin-top: 5px;
}
.margin-bottom-tiny {
	margin-bottom: 5px;
}
.margin-bottom {
	margin-bottom: 20px;
}
.margin-bottom-flex {
	margin-bottom: 15px;
}
.poster {
	line-height: 0;
}
.poster img {
	width: 100% !important;
	max-width: none;
}
input,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
	display: block;
	height: 50px;
	line-height: 24px;
	font-weight: 600;
	font-size: 12px;
	padding: 13px 15px;
	margin-bottom: 15px;
	border-radius: 6px;
	font-family: 'Spartan', sans-serif;
	vertical-align: middle;
	border: 1px solid #fff;
	-webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.16);
	width: 100%;
	color: #333333;
	background: #fff;
	transition: .35s cubic-bezier(0.4, 0, 0.2, 1);
	letter-spacing: 0px;
}
input:focus,
select:focus,
textarea:focus {
	border-color: #435de2 !important;
	background: #fff;
	color: #333333 !important;
	outline: none;
}
select {
	background: #fff url('../img/icon-chev-grey.svg') no-repeat right 15px center scroll !important;
	background-size: 8px 5px !important;
}
select:focus {
	background: #fff url('../img/icon-chev-grey.svg') no-repeat right 15px center scroll !important;
	background-size: 8px 5px !important;
}
input:-webkit-autofill {
    -webkit-text-fill-color: #000 !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 12%);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 12%);
}
input:-internal-autofill-selected {
	background: #fff;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #7d7d7d;
	transition: .35s cubic-bezier(0.4, 0, 0.2, 1);
	opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder { /* Firefox 19+ */
	color: #7d7d7d;
	transition: .35s cubic-bezier(0.4, 0, 0.2, 1);
	opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* IE 10+ */
	color: #7d7d7d;
	transition: .35s cubic-bezier(0.4, 0, 0.2, 1);
	opacity: 1;
}
input:-moz-placeholder, textarea:-moz-placeholder { /* Firefox 18- */
	color: #7d7d7d;
	transition: .35s cubic-bezier(0.4, 0, 0.2, 1);
	opacity: 1;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #7d7d7d;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder { /* Firefox 19+ */
	color: #7d7d7d;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder { /* IE 10+ */
	color: #7d7d7d;
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder { /* Firefox 18- */
	color: #7d7d7d;
}
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #fff;
}
textarea {
	max-width: 100%;
	min-height: 130px;
	line-height: 1.6;
	padding: 13px 15px;
}
label {
	font-size: 12px;
	font-weight: 700;
	padding: 0px 0 10px 0;
	color: #435de2;
	display: block;
	line-height: 1.5;
    clear: both;
}

input[type="checkbox"] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
	border: none !important;
	box-shadow: none;
	height: 16px;
	display: inline;
	margin: 0 10px 0 0;
	line-height: 20px;
	border-radius: 0px;
	width: 16px;
	cursor: pointer;
}

.pagination {
	margin: 5px 0 20px 0;
	padding: 15px 0 0 0;
	border-top: 1px solid #eee;
}
.pagination li {
	display: inline-block;
	list-style: none;
	margin-right: 15px;
}
.pagination li a {
	cursor: pointer;
	text-decoration: none !important;
}

.light-content label {
	color: #fff;
}
.overlay {
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: auto;
}
.overlay.active {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}
.overlay .wrap {
	-ms-flex: 100%;
	flex: 100%;
	overflow: auto;
	padding-left: 50px;
	padding-right: 50px;
}
.overlay .wrap .entry-content {
	position: relative;
}
.close-overlay {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	transition: .35s cubic-bezier(0.4, 0, 0.2, 1);
	font-weight: 600;
	cursor: pointer;
}
.close-overlay:hover {
	color: #6DEDCB;
}
input[type="radio"] {
	display: inline-block;
}
.radio-label {
	display: inline-block;
	margin-right: 20px;
	padding-bottom: 15px;
	position: relative;
	padding-left: 38px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding-top: 15px;
	margin-top: 2px;
	color: #666666;
	font-weight: 600;
	margin-bottom: 15px;
}
.radio-label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkmark {
	position: absolute;
	top: 6px;
	left: 0;
	height: 30px;
	width: 30px;
	background-color: #fff;
	border: 1px solid #435de2;
	border-radius: 50%;
	transition: .35s cubic-bezier(0.4, 0, 0.2, 1);
}
.radio-label:hover input ~ .checkmark {
  background-color: #435de2;
}
.light-content .radio-label:hover input ~ .checkmark {
  background-color: #43e7e2;
}
.radio-label input:checked ~ .checkmark {
  background-color: #fff;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.radio-label input:checked ~ .checkmark:after {
  display: block;
}
.radio-label .checkmark:after {
	top: 5px;
    left: 5px;
    width: 18px;
    height: 18px;
	border-radius: 50%;
	background: #435de2;
}
.light-content input:-webkit-autofill {
    -webkit-text-fill-color: #fff !important;
}
.light-content input:-webkit-autofill,
.light-content input:-webkit-autofill:hover,
.light-content input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px #3862DB inset !important;
    padding-left: 10px;
}
.light-content input:-webkit-autofill:focus  {
    -webkit-box-shadow: 0 0 0 30px #3862DB inset !important;
    color: #6DEDCB;
    -webkit-text-fill-color: #6DEDCB !important;
    padding-left: 10px;
}
.sidebar {
	background: url('../img/sidebar.jpg') no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.flex-box-wrap {
	margin-bottom: -25px;
}
.flex-box-wrap .flex-box {
	margin-bottom: 25px;
}
.flex-box-inner {
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 12%);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 12%);
    border-radius: 6px;
    background: #fff;
    padding: 25px;
}
.button + .button {
	margin-left: 6px;
}
.box-left .button {
	margin: 0 6px 6px 0 !important;
}
.flex-box-inner .button + .button {
	margin-left: 5px;
}
.flex-box-inner .button {
	padding-left: 25px;
	padding-right: 25px;
	margin: 0;
}
.flex-box-inner p {
	color: #666666;
	font-weight: 400;
}
.light-content .flex-box-inner p,
.light-content.flex-box-inner p {
	color: #fff;
}
.large-box {
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 12%);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 12%);
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 15px;
    text-decoration: none;
    color: #435de2;
	position: relative;
}
.large-box:hover {
	color: #435de2;
}
.large-box a {
	text-decoration: none;
}
.large-box-bottom {
	margin-top: 15px;
}
.large-box-top img {
	width: 150px;
	height: auto;
	margin-bottom: 20px;
}
.tick-select {
	margin-top: 15px;
	cursor: pointer;
	display: block;
}
.tick-select p {
	display: inline;
	font-weight: 700;
	color: #435de2;
	margin-right: 10px;
}
.tick-select svg {
	transition: .35s cubic-bezier(0.4, 0, 0.2, 1);
	border-radius: 50%;
	overflow: hidden;
}
.tick-select:hover svg {
	background: #43e7e2 !important;
}
.tick-select svg path {
	transition: .35s cubic-bezier(0.4, 0, 0.2, 1);
}
.tick-select:hover svg path {
	fill: #43e7e2 !important;
}
.background-solid-blue .tick-select p {
	color: #fff;
}
.large-box .tick-select svg {
	background: #fff;
}
.background-solid-blue .tick-select:hover svg {
	background: #43e7e2;
}
.background-solid-blue .tick-select svg path {
	fill: #fff;
}
.background-solid-blue .tick-select:hover svg path {
	fill: #43e7e2;
}
.semi-bold {
	font-weight: 600 !important;
}
.bold {
	font-weight: 700 !important;
}
.thin {
	font-weight: 400 !important;
}
.lh-1-5 {
	line-height: 1.5 !important;
}
.live-chat {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 12%);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 12%);
    border-radius: 27px;
	padding: 6px;
	z-index: 900;
}
.live-chat .button {
    padding: 0 !important;
    width: 42px;
    font-size: 20px;
    height: 42px;
    line-height: 42px;
    font-weight: 700;
}
.step-circle {
	margin-bottom: 15px;
}
.large-box-selectable {
	cursor: pointer;
	transition: .35s cubic-bezier(0.4, 0, 0.2, 1);
}
.large-box-selectable h1, .large-box-selectable h2, .large-box-selectable h3, .large-box-selectable h4, .large-box-selectable h5, .large-box-selectable p, .large-box-selectable .tick-select svg polyline, .large-box-selectable hr, .large-box-selectable label {
	transition: .35s cubic-bezier(0.4, 0, 0.2, 1);
}
.large-box-selectable.active .tick-select svg {
	background: #fff;
}
.large-box-selectable.active .tick-select svg {
    background: #43e7e2;
}
.large-box-selectable .tick-select svg path {
	fill: #435de2
}
.large-box-selectable.active .tick-select svg path {
	fill: #43e7e2;
}
.large-box-selectable .tick-select svg polyline {
	opacity: 0;
}
.large-box-selectable.active .tick-select svg polyline {
	opacity: 1;
}
.hide-on-active,
.share-box-click {
	opacity: 1;
	transition: .35s cubic-bezier(0.4, 0, 0.2, 1);
}
.large-box-selectable.active .hide-on-active,
.share-box-click.active .hide-on-active {
	opacity: 0;
	display: none;
}
.height-based {
	max-height: 275px;
	width: auto;
	height: auto;
}
.border-radius-13 {
	border-radius: 13px;
}
/****************************************************************
 *
 * CSS Percentage Circle
 * Author: Andre Firchow
 *
*****************************************************************/
.rect-auto, .c100.p51 .slice, .c100.p52 .slice, .c100.p53 .slice, .c100.p54 .slice, .c100.p55 .slice, .c100.p56 .slice, .c100.p57 .slice, .c100.p58 .slice, .c100.p59 .slice, .c100.p60 .slice, .c100.p61 .slice, .c100.p62 .slice, .c100.p63 .slice, .c100.p64 .slice, .c100.p65 .slice, .c100.p66 .slice, .c100.p67 .slice, .c100.p68 .slice, .c100.p69 .slice, .c100.p70 .slice, .c100.p71 .slice, .c100.p72 .slice, .c100.p73 .slice, .c100.p74 .slice, .c100.p75 .slice, .c100.p76 .slice, .c100.p77 .slice, .c100.p78 .slice, .c100.p79 .slice, .c100.p80 .slice, .c100.p81 .slice, .c100.p82 .slice, .c100.p83 .slice, .c100.p84 .slice, .c100.p85 .slice, .c100.p86 .slice, .c100.p87 .slice, .c100.p88 .slice, .c100.p89 .slice, .c100.p90 .slice, .c100.p91 .slice, .c100.p92 .slice, .c100.p93 .slice, .c100.p94 .slice, .c100.p95 .slice, .c100.p96 .slice, .c100.p97 .slice, .c100.p98 .slice, .c100.p99 .slice, .c100.p100 .slice {
  clip: rect(auto, auto, auto, auto);
}

.pie, .c100 .bar, .c100.p51 .fill, .c100.p52 .fill, .c100.p53 .fill, .c100.p54 .fill, .c100.p55 .fill, .c100.p56 .fill, .c100.p57 .fill, .c100.p58 .fill, .c100.p59 .fill, .c100.p60 .fill, .c100.p61 .fill, .c100.p62 .fill, .c100.p63 .fill, .c100.p64 .fill, .c100.p65 .fill, .c100.p66 .fill, .c100.p67 .fill, .c100.p68 .fill, .c100.p69 .fill, .c100.p70 .fill, .c100.p71 .fill, .c100.p72 .fill, .c100.p73 .fill, .c100.p74 .fill, .c100.p75 .fill, .c100.p76 .fill, .c100.p77 .fill, .c100.p78 .fill, .c100.p79 .fill, .c100.p80 .fill, .c100.p81 .fill, .c100.p82 .fill, .c100.p83 .fill, .c100.p84 .fill, .c100.p85 .fill, .c100.p86 .fill, .c100.p87 .fill, .c100.p88 .fill, .c100.p89 .fill, .c100.p90 .fill, .c100.p91 .fill, .c100.p92 .fill, .c100.p93 .fill, .c100.p94 .fill, .c100.p95 .fill, .c100.p96 .fill, .c100.p97 .fill, .c100.p98 .fill, .c100.p99 .fill, .c100.p100 .fill {
  position: absolute;
  border: 0.08em solid #435de2;
  width: 0.84em;
  height: 0.84em;
  clip: rect(0em, 0.5em, 1em, 0em);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.pie-fill, .c100.p51 .bar:after, .c100.p51 .fill, .c100.p52 .bar:after, .c100.p52 .fill, .c100.p53 .bar:after, .c100.p53 .fill, .c100.p54 .bar:after, .c100.p54 .fill, .c100.p55 .bar:after, .c100.p55 .fill, .c100.p56 .bar:after, .c100.p56 .fill, .c100.p57 .bar:after, .c100.p57 .fill, .c100.p58 .bar:after, .c100.p58 .fill, .c100.p59 .bar:after, .c100.p59 .fill, .c100.p60 .bar:after, .c100.p60 .fill, .c100.p61 .bar:after, .c100.p61 .fill, .c100.p62 .bar:after, .c100.p62 .fill, .c100.p63 .bar:after, .c100.p63 .fill, .c100.p64 .bar:after, .c100.p64 .fill, .c100.p65 .bar:after, .c100.p65 .fill, .c100.p66 .bar:after, .c100.p66 .fill, .c100.p67 .bar:after, .c100.p67 .fill, .c100.p68 .bar:after, .c100.p68 .fill, .c100.p69 .bar:after, .c100.p69 .fill, .c100.p70 .bar:after, .c100.p70 .fill, .c100.p71 .bar:after, .c100.p71 .fill, .c100.p72 .bar:after, .c100.p72 .fill, .c100.p73 .bar:after, .c100.p73 .fill, .c100.p74 .bar:after, .c100.p74 .fill, .c100.p75 .bar:after, .c100.p75 .fill, .c100.p76 .bar:after, .c100.p76 .fill, .c100.p77 .bar:after, .c100.p77 .fill, .c100.p78 .bar:after, .c100.p78 .fill, .c100.p79 .bar:after, .c100.p79 .fill, .c100.p80 .bar:after, .c100.p80 .fill, .c100.p81 .bar:after, .c100.p81 .fill, .c100.p82 .bar:after, .c100.p82 .fill, .c100.p83 .bar:after, .c100.p83 .fill, .c100.p84 .bar:after, .c100.p84 .fill, .c100.p85 .bar:after, .c100.p85 .fill, .c100.p86 .bar:after, .c100.p86 .fill, .c100.p87 .bar:after, .c100.p87 .fill, .c100.p88 .bar:after, .c100.p88 .fill, .c100.p89 .bar:after, .c100.p89 .fill, .c100.p90 .bar:after, .c100.p90 .fill, .c100.p91 .bar:after, .c100.p91 .fill, .c100.p92 .bar:after, .c100.p92 .fill, .c100.p93 .bar:after, .c100.p93 .fill, .c100.p94 .bar:after, .c100.p94 .fill, .c100.p95 .bar:after, .c100.p95 .fill, .c100.p96 .bar:after, .c100.p96 .fill, .c100.p97 .bar:after, .c100.p97 .fill, .c100.p98 .bar:after, .c100.p98 .fill, .c100.p99 .bar:after, .c100.p99 .fill, .c100.p100 .bar:after, .c100.p100 .fill {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c100 {
  position: relative;
  font-size: 64px;
  width: 1em;
  height: 1em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  float: none;
  margin: 0;
  background-color: #43e7e2;
}
.c100 *, .c100 *:before, .c100 *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.c100.center {
  float: none;
  margin: 0 auto;
}
.c100 > span {
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  width: 64px;
  line-height: 64px;
  font-size: 12px;
  color: #435de2;
  font-weight: 700;
  display: block;
  text-align: center;
  white-space: nowrap;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.c100:after {
  position: absolute;
  top: 0.08em;
  left: 0.08em;
  display: block;
  content: " ";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  width: 0.84em;
  height: 0.84em;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.c100 .slice {
  position: absolute;
  width: 1em;
  height: 1em;
  clip: rect(0em, 1em, 1em, 0.5em);
}
.c100.p1 .bar {
  -webkit-transform: rotate(3.6deg);
  -moz-transform: rotate(3.6deg);
  -ms-transform: rotate(3.6deg);
  -o-transform: rotate(3.6deg);
  transform: rotate(3.6deg);
}
.c100.p2 .bar {
  -webkit-transform: rotate(7.2deg);
  -moz-transform: rotate(7.2deg);
  -ms-transform: rotate(7.2deg);
  -o-transform: rotate(7.2deg);
  transform: rotate(7.2deg);
}
.c100.p3 .bar {
  -webkit-transform: rotate(10.8deg);
  -moz-transform: rotate(10.8deg);
  -ms-transform: rotate(10.8deg);
  -o-transform: rotate(10.8deg);
  transform: rotate(10.8deg);
}
.c100.p4 .bar {
  -webkit-transform: rotate(14.4deg);
  -moz-transform: rotate(14.4deg);
  -ms-transform: rotate(14.4deg);
  -o-transform: rotate(14.4deg);
  transform: rotate(14.4deg);
}
.c100.p5 .bar {
  -webkit-transform: rotate(18deg);
  -moz-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  -o-transform: rotate(18deg);
  transform: rotate(18deg);
}
.c100.p6 .bar {
  -webkit-transform: rotate(21.6deg);
  -moz-transform: rotate(21.6deg);
  -ms-transform: rotate(21.6deg);
  -o-transform: rotate(21.6deg);
  transform: rotate(21.6deg);
}
.c100.p7 .bar {
  -webkit-transform: rotate(25.2deg);
  -moz-transform: rotate(25.2deg);
  -ms-transform: rotate(25.2deg);
  -o-transform: rotate(25.2deg);
  transform: rotate(25.2deg);
}
.c100.p8 .bar {
  -webkit-transform: rotate(28.8deg);
  -moz-transform: rotate(28.8deg);
  -ms-transform: rotate(28.8deg);
  -o-transform: rotate(28.8deg);
  transform: rotate(28.8deg);
}
.c100.p9 .bar {
  -webkit-transform: rotate(32.4deg);
  -moz-transform: rotate(32.4deg);
  -ms-transform: rotate(32.4deg);
  -o-transform: rotate(32.4deg);
  transform: rotate(32.4deg);
}
.c100.p10 .bar {
  -webkit-transform: rotate(36deg);
  -moz-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  -o-transform: rotate(36deg);
  transform: rotate(36deg);
}
.c100.p11 .bar {
  -webkit-transform: rotate(39.6deg);
  -moz-transform: rotate(39.6deg);
  -ms-transform: rotate(39.6deg);
  -o-transform: rotate(39.6deg);
  transform: rotate(39.6deg);
}
.c100.p12 .bar {
  -webkit-transform: rotate(43.2deg);
  -moz-transform: rotate(43.2deg);
  -ms-transform: rotate(43.2deg);
  -o-transform: rotate(43.2deg);
  transform: rotate(43.2deg);
}
.c100.p13 .bar {
  -webkit-transform: rotate(46.8deg);
  -moz-transform: rotate(46.8deg);
  -ms-transform: rotate(46.8deg);
  -o-transform: rotate(46.8deg);
  transform: rotate(46.8deg);
}
.c100.p14 .bar {
  -webkit-transform: rotate(50.4deg);
  -moz-transform: rotate(50.4deg);
  -ms-transform: rotate(50.4deg);
  -o-transform: rotate(50.4deg);
  transform: rotate(50.4deg);
}
.c100.p15 .bar {
  -webkit-transform: rotate(54deg);
  -moz-transform: rotate(54deg);
  -ms-transform: rotate(54deg);
  -o-transform: rotate(54deg);
  transform: rotate(54deg);
}
.c100.p16 .bar {
  -webkit-transform: rotate(57.6deg);
  -moz-transform: rotate(57.6deg);
  -ms-transform: rotate(57.6deg);
  -o-transform: rotate(57.6deg);
  transform: rotate(57.6deg);
}
.c100.p17 .bar {
  -webkit-transform: rotate(61.2deg);
  -moz-transform: rotate(61.2deg);
  -ms-transform: rotate(61.2deg);
  -o-transform: rotate(61.2deg);
  transform: rotate(61.2deg);
}
.c100.p18 .bar {
  -webkit-transform: rotate(64.8deg);
  -moz-transform: rotate(64.8deg);
  -ms-transform: rotate(64.8deg);
  -o-transform: rotate(64.8deg);
  transform: rotate(64.8deg);
}
.c100.p19 .bar {
  -webkit-transform: rotate(68.4deg);
  -moz-transform: rotate(68.4deg);
  -ms-transform: rotate(68.4deg);
  -o-transform: rotate(68.4deg);
  transform: rotate(68.4deg);
}
.c100.p20 .bar {
  -webkit-transform: rotate(72deg);
  -moz-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  -o-transform: rotate(72deg);
  transform: rotate(72deg);
}
.c100.p21 .bar {
  -webkit-transform: rotate(75.6deg);
  -moz-transform: rotate(75.6deg);
  -ms-transform: rotate(75.6deg);
  -o-transform: rotate(75.6deg);
  transform: rotate(75.6deg);
}
.c100.p22 .bar {
  -webkit-transform: rotate(79.2deg);
  -moz-transform: rotate(79.2deg);
  -ms-transform: rotate(79.2deg);
  -o-transform: rotate(79.2deg);
  transform: rotate(79.2deg);
}
.c100.p23 .bar {
  -webkit-transform: rotate(82.8deg);
  -moz-transform: rotate(82.8deg);
  -ms-transform: rotate(82.8deg);
  -o-transform: rotate(82.8deg);
  transform: rotate(82.8deg);
}
.c100.p24 .bar {
  -webkit-transform: rotate(86.4deg);
  -moz-transform: rotate(86.4deg);
  -ms-transform: rotate(86.4deg);
  -o-transform: rotate(86.4deg);
  transform: rotate(86.4deg);
}
.c100.p25 .bar {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.c100.p26 .bar {
  -webkit-transform: rotate(93.6deg);
  -moz-transform: rotate(93.6deg);
  -ms-transform: rotate(93.6deg);
  -o-transform: rotate(93.6deg);
  transform: rotate(93.6deg);
}
.c100.p27 .bar {
  -webkit-transform: rotate(97.2deg);
  -moz-transform: rotate(97.2deg);
  -ms-transform: rotate(97.2deg);
  -o-transform: rotate(97.2deg);
  transform: rotate(97.2deg);
}
.c100.p28 .bar {
  -webkit-transform: rotate(100.8deg);
  -moz-transform: rotate(100.8deg);
  -ms-transform: rotate(100.8deg);
  -o-transform: rotate(100.8deg);
  transform: rotate(100.8deg);
}
.c100.p29 .bar {
  -webkit-transform: rotate(104.4deg);
  -moz-transform: rotate(104.4deg);
  -ms-transform: rotate(104.4deg);
  -o-transform: rotate(104.4deg);
  transform: rotate(104.4deg);
}
.c100.p30 .bar {
  -webkit-transform: rotate(108deg);
  -moz-transform: rotate(108deg);
  -ms-transform: rotate(108deg);
  -o-transform: rotate(108deg);
  transform: rotate(108deg);
}
.c100.p31 .bar {
  -webkit-transform: rotate(111.6deg);
  -moz-transform: rotate(111.6deg);
  -ms-transform: rotate(111.6deg);
  -o-transform: rotate(111.6deg);
  transform: rotate(111.6deg);
}
.c100.p32 .bar {
  -webkit-transform: rotate(115.2deg);
  -moz-transform: rotate(115.2deg);
  -ms-transform: rotate(115.2deg);
  -o-transform: rotate(115.2deg);
  transform: rotate(115.2deg);
}
.c100.p33 .bar {
  -webkit-transform: rotate(118.8deg);
  -moz-transform: rotate(118.8deg);
  -ms-transform: rotate(118.8deg);
  -o-transform: rotate(118.8deg);
  transform: rotate(118.8deg);
}
.c100.p34 .bar {
  -webkit-transform: rotate(122.4deg);
  -moz-transform: rotate(122.4deg);
  -ms-transform: rotate(122.4deg);
  -o-transform: rotate(122.4deg);
  transform: rotate(122.4deg);
}
.c100.p35 .bar {
  -webkit-transform: rotate(126deg);
  -moz-transform: rotate(126deg);
  -ms-transform: rotate(126deg);
  -o-transform: rotate(126deg);
  transform: rotate(126deg);
}
.c100.p36 .bar {
  -webkit-transform: rotate(129.6deg);
  -moz-transform: rotate(129.6deg);
  -ms-transform: rotate(129.6deg);
  -o-transform: rotate(129.6deg);
  transform: rotate(129.6deg);
}
.c100.p37 .bar {
  -webkit-transform: rotate(133.2deg);
  -moz-transform: rotate(133.2deg);
  -ms-transform: rotate(133.2deg);
  -o-transform: rotate(133.2deg);
  transform: rotate(133.2deg);
}
.c100.p38 .bar {
  -webkit-transform: rotate(136.8deg);
  -moz-transform: rotate(136.8deg);
  -ms-transform: rotate(136.8deg);
  -o-transform: rotate(136.8deg);
  transform: rotate(136.8deg);
}
.c100.p39 .bar {
  -webkit-transform: rotate(140.4deg);
  -moz-transform: rotate(140.4deg);
  -ms-transform: rotate(140.4deg);
  -o-transform: rotate(140.4deg);
  transform: rotate(140.4deg);
}
.c100.p40 .bar {
  -webkit-transform: rotate(144deg);
  -moz-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  -o-transform: rotate(144deg);
  transform: rotate(144deg);
}
.c100.p41 .bar {
  -webkit-transform: rotate(147.6deg);
  -moz-transform: rotate(147.6deg);
  -ms-transform: rotate(147.6deg);
  -o-transform: rotate(147.6deg);
  transform: rotate(147.6deg);
}
.c100.p42 .bar {
  -webkit-transform: rotate(151.2deg);
  -moz-transform: rotate(151.2deg);
  -ms-transform: rotate(151.2deg);
  -o-transform: rotate(151.2deg);
  transform: rotate(151.2deg);
}
.c100.p43 .bar {
  -webkit-transform: rotate(154.8deg);
  -moz-transform: rotate(154.8deg);
  -ms-transform: rotate(154.8deg);
  -o-transform: rotate(154.8deg);
  transform: rotate(154.8deg);
}
.c100.p44 .bar {
  -webkit-transform: rotate(158.4deg);
  -moz-transform: rotate(158.4deg);
  -ms-transform: rotate(158.4deg);
  -o-transform: rotate(158.4deg);
  transform: rotate(158.4deg);
}
.c100.p45 .bar {
  -webkit-transform: rotate(162deg);
  -moz-transform: rotate(162deg);
  -ms-transform: rotate(162deg);
  -o-transform: rotate(162deg);
  transform: rotate(162deg);
}
.c100.p46 .bar {
  -webkit-transform: rotate(165.6deg);
  -moz-transform: rotate(165.6deg);
  -ms-transform: rotate(165.6deg);
  -o-transform: rotate(165.6deg);
  transform: rotate(165.6deg);
}
.c100.p47 .bar {
  -webkit-transform: rotate(169.2deg);
  -moz-transform: rotate(169.2deg);
  -ms-transform: rotate(169.2deg);
  -o-transform: rotate(169.2deg);
  transform: rotate(169.2deg);
}
.c100.p48 .bar {
  -webkit-transform: rotate(172.8deg);
  -moz-transform: rotate(172.8deg);
  -ms-transform: rotate(172.8deg);
  -o-transform: rotate(172.8deg);
  transform: rotate(172.8deg);
}
.c100.p49 .bar {
  -webkit-transform: rotate(176.4deg);
  -moz-transform: rotate(176.4deg);
  -ms-transform: rotate(176.4deg);
  -o-transform: rotate(176.4deg);
  transform: rotate(176.4deg);
}
.c100.p50 .bar {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.c100.p51 .bar {
  -webkit-transform: rotate(183.6deg);
  -moz-transform: rotate(183.6deg);
  -ms-transform: rotate(183.6deg);
  -o-transform: rotate(183.6deg);
  transform: rotate(183.6deg);
}
.c100.p52 .bar {
  -webkit-transform: rotate(187.2deg);
  -moz-transform: rotate(187.2deg);
  -ms-transform: rotate(187.2deg);
  -o-transform: rotate(187.2deg);
  transform: rotate(187.2deg);
}
.c100.p53 .bar {
  -webkit-transform: rotate(190.8deg);
  -moz-transform: rotate(190.8deg);
  -ms-transform: rotate(190.8deg);
  -o-transform: rotate(190.8deg);
  transform: rotate(190.8deg);
}
.c100.p54 .bar {
  -webkit-transform: rotate(194.4deg);
  -moz-transform: rotate(194.4deg);
  -ms-transform: rotate(194.4deg);
  -o-transform: rotate(194.4deg);
  transform: rotate(194.4deg);
}
.c100.p55 .bar {
  -webkit-transform: rotate(198deg);
  -moz-transform: rotate(198deg);
  -ms-transform: rotate(198deg);
  -o-transform: rotate(198deg);
  transform: rotate(198deg);
}
.c100.p56 .bar {
  -webkit-transform: rotate(201.6deg);
  -moz-transform: rotate(201.6deg);
  -ms-transform: rotate(201.6deg);
  -o-transform: rotate(201.6deg);
  transform: rotate(201.6deg);
}
.c100.p57 .bar {
  -webkit-transform: rotate(205.2deg);
  -moz-transform: rotate(205.2deg);
  -ms-transform: rotate(205.2deg);
  -o-transform: rotate(205.2deg);
  transform: rotate(205.2deg);
}
.c100.p58 .bar {
  -webkit-transform: rotate(208.8deg);
  -moz-transform: rotate(208.8deg);
  -ms-transform: rotate(208.8deg);
  -o-transform: rotate(208.8deg);
  transform: rotate(208.8deg);
}
.c100.p59 .bar {
  -webkit-transform: rotate(212.4deg);
  -moz-transform: rotate(212.4deg);
  -ms-transform: rotate(212.4deg);
  -o-transform: rotate(212.4deg);
  transform: rotate(212.4deg);
}
.c100.p60 .bar {
  -webkit-transform: rotate(216deg);
  -moz-transform: rotate(216deg);
  -ms-transform: rotate(216deg);
  -o-transform: rotate(216deg);
  transform: rotate(216deg);
}
.c100.p61 .bar {
  -webkit-transform: rotate(219.6deg);
  -moz-transform: rotate(219.6deg);
  -ms-transform: rotate(219.6deg);
  -o-transform: rotate(219.6deg);
  transform: rotate(219.6deg);
}
.c100.p62 .bar {
  -webkit-transform: rotate(223.2deg);
  -moz-transform: rotate(223.2deg);
  -ms-transform: rotate(223.2deg);
  -o-transform: rotate(223.2deg);
  transform: rotate(223.2deg);
}
.c100.p63 .bar {
  -webkit-transform: rotate(226.8deg);
  -moz-transform: rotate(226.8deg);
  -ms-transform: rotate(226.8deg);
  -o-transform: rotate(226.8deg);
  transform: rotate(226.8deg);
}
.c100.p64 .bar {
  -webkit-transform: rotate(230.4deg);
  -moz-transform: rotate(230.4deg);
  -ms-transform: rotate(230.4deg);
  -o-transform: rotate(230.4deg);
  transform: rotate(230.4deg);
}
.c100.p65 .bar {
  -webkit-transform: rotate(234deg);
  -moz-transform: rotate(234deg);
  -ms-transform: rotate(234deg);
  -o-transform: rotate(234deg);
  transform: rotate(234deg);
}
.c100.p66 .bar {
  -webkit-transform: rotate(237.6deg);
  -moz-transform: rotate(237.6deg);
  -ms-transform: rotate(237.6deg);
  -o-transform: rotate(237.6deg);
  transform: rotate(237.6deg);
}
.c100.p67 .bar {
  -webkit-transform: rotate(241.2deg);
  -moz-transform: rotate(241.2deg);
  -ms-transform: rotate(241.2deg);
  -o-transform: rotate(241.2deg);
  transform: rotate(241.2deg);
}
.c100.p68 .bar {
  -webkit-transform: rotate(244.8deg);
  -moz-transform: rotate(244.8deg);
  -ms-transform: rotate(244.8deg);
  -o-transform: rotate(244.8deg);
  transform: rotate(244.8deg);
}
.c100.p69 .bar {
  -webkit-transform: rotate(248.4deg);
  -moz-transform: rotate(248.4deg);
  -ms-transform: rotate(248.4deg);
  -o-transform: rotate(248.4deg);
  transform: rotate(248.4deg);
}
.c100.p70 .bar {
  -webkit-transform: rotate(252deg);
  -moz-transform: rotate(252deg);
  -ms-transform: rotate(252deg);
  -o-transform: rotate(252deg);
  transform: rotate(252deg);
}
.c100.p71 .bar {
  -webkit-transform: rotate(255.6deg);
  -moz-transform: rotate(255.6deg);
  -ms-transform: rotate(255.6deg);
  -o-transform: rotate(255.6deg);
  transform: rotate(255.6deg);
}
.c100.p72 .bar {
  -webkit-transform: rotate(259.2deg);
  -moz-transform: rotate(259.2deg);
  -ms-transform: rotate(259.2deg);
  -o-transform: rotate(259.2deg);
  transform: rotate(259.2deg);
}
.c100.p73 .bar {
  -webkit-transform: rotate(262.8deg);
  -moz-transform: rotate(262.8deg);
  -ms-transform: rotate(262.8deg);
  -o-transform: rotate(262.8deg);
  transform: rotate(262.8deg);
}
.c100.p74 .bar {
  -webkit-transform: rotate(266.4deg);
  -moz-transform: rotate(266.4deg);
  -ms-transform: rotate(266.4deg);
  -o-transform: rotate(266.4deg);
  transform: rotate(266.4deg);
}
.c100.p75 .bar {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.c100.p76 .bar {
  -webkit-transform: rotate(273.6deg);
  -moz-transform: rotate(273.6deg);
  -ms-transform: rotate(273.6deg);
  -o-transform: rotate(273.6deg);
  transform: rotate(273.6deg);
}
.c100.p77 .bar {
  -webkit-transform: rotate(277.2deg);
  -moz-transform: rotate(277.2deg);
  -ms-transform: rotate(277.2deg);
  -o-transform: rotate(277.2deg);
  transform: rotate(277.2deg);
}
.c100.p78 .bar {
  -webkit-transform: rotate(280.8deg);
  -moz-transform: rotate(280.8deg);
  -ms-transform: rotate(280.8deg);
  -o-transform: rotate(280.8deg);
  transform: rotate(280.8deg);
}
.c100.p79 .bar {
  -webkit-transform: rotate(284.4deg);
  -moz-transform: rotate(284.4deg);
  -ms-transform: rotate(284.4deg);
  -o-transform: rotate(284.4deg);
  transform: rotate(284.4deg);
}
.c100.p80 .bar {
  -webkit-transform: rotate(288deg);
  -moz-transform: rotate(288deg);
  -ms-transform: rotate(288deg);
  -o-transform: rotate(288deg);
  transform: rotate(288deg);
}
.c100.p81 .bar {
  -webkit-transform: rotate(291.6deg);
  -moz-transform: rotate(291.6deg);
  -ms-transform: rotate(291.6deg);
  -o-transform: rotate(291.6deg);
  transform: rotate(291.6deg);
}
.c100.p82 .bar {
  -webkit-transform: rotate(295.2deg);
  -moz-transform: rotate(295.2deg);
  -ms-transform: rotate(295.2deg);
  -o-transform: rotate(295.2deg);
  transform: rotate(295.2deg);
}
.c100.p83 .bar {
  -webkit-transform: rotate(298.8deg);
  -moz-transform: rotate(298.8deg);
  -ms-transform: rotate(298.8deg);
  -o-transform: rotate(298.8deg);
  transform: rotate(298.8deg);
}
.c100.p84 .bar {
  -webkit-transform: rotate(302.4deg);
  -moz-transform: rotate(302.4deg);
  -ms-transform: rotate(302.4deg);
  -o-transform: rotate(302.4deg);
  transform: rotate(302.4deg);
}
.c100.p85 .bar {
  -webkit-transform: rotate(306deg);
  -moz-transform: rotate(306deg);
  -ms-transform: rotate(306deg);
  -o-transform: rotate(306deg);
  transform: rotate(306deg);
}
.c100.p86 .bar {
  -webkit-transform: rotate(309.6deg);
  -moz-transform: rotate(309.6deg);
  -ms-transform: rotate(309.6deg);
  -o-transform: rotate(309.6deg);
  transform: rotate(309.6deg);
}
.c100.p87 .bar {
  -webkit-transform: rotate(313.2deg);
  -moz-transform: rotate(313.2deg);
  -ms-transform: rotate(313.2deg);
  -o-transform: rotate(313.2deg);
  transform: rotate(313.2deg);
}
.c100.p88 .bar {
  -webkit-transform: rotate(316.8deg);
  -moz-transform: rotate(316.8deg);
  -ms-transform: rotate(316.8deg);
  -o-transform: rotate(316.8deg);
  transform: rotate(316.8deg);
}
.c100.p89 .bar {
  -webkit-transform: rotate(320.4deg);
  -moz-transform: rotate(320.4deg);
  -ms-transform: rotate(320.4deg);
  -o-transform: rotate(320.4deg);
  transform: rotate(320.4deg);
}
.c100.p90 .bar {
  -webkit-transform: rotate(324deg);
  -moz-transform: rotate(324deg);
  -ms-transform: rotate(324deg);
  -o-transform: rotate(324deg);
  transform: rotate(324deg);
}
.c100.p91 .bar {
  -webkit-transform: rotate(327.6deg);
  -moz-transform: rotate(327.6deg);
  -ms-transform: rotate(327.6deg);
  -o-transform: rotate(327.6deg);
  transform: rotate(327.6deg);
}
.c100.p92 .bar {
  -webkit-transform: rotate(331.2deg);
  -moz-transform: rotate(331.2deg);
  -ms-transform: rotate(331.2deg);
  -o-transform: rotate(331.2deg);
  transform: rotate(331.2deg);
}
.c100.p93 .bar {
  -webkit-transform: rotate(334.8deg);
  -moz-transform: rotate(334.8deg);
  -ms-transform: rotate(334.8deg);
  -o-transform: rotate(334.8deg);
  transform: rotate(334.8deg);
}
.c100.p94 .bar {
  -webkit-transform: rotate(338.4deg);
  -moz-transform: rotate(338.4deg);
  -ms-transform: rotate(338.4deg);
  -o-transform: rotate(338.4deg);
  transform: rotate(338.4deg);
}
.c100.p95 .bar {
  -webkit-transform: rotate(342deg);
  -moz-transform: rotate(342deg);
  -ms-transform: rotate(342deg);
  -o-transform: rotate(342deg);
  transform: rotate(342deg);
}
.c100.p96 .bar {
  -webkit-transform: rotate(345.6deg);
  -moz-transform: rotate(345.6deg);
  -ms-transform: rotate(345.6deg);
  -o-transform: rotate(345.6deg);
  transform: rotate(345.6deg);
}
.c100.p97 .bar {
  -webkit-transform: rotate(349.2deg);
  -moz-transform: rotate(349.2deg);
  -ms-transform: rotate(349.2deg);
  -o-transform: rotate(349.2deg);
  transform: rotate(349.2deg);
}
.c100.p98 .bar {
  -webkit-transform: rotate(352.8deg);
  -moz-transform: rotate(352.8deg);
  -ms-transform: rotate(352.8deg);
  -o-transform: rotate(352.8deg);
  transform: rotate(352.8deg);
}
.c100.p99 .bar {
  -webkit-transform: rotate(356.4deg);
  -moz-transform: rotate(356.4deg);
  -ms-transform: rotate(356.4deg);
  -o-transform: rotate(356.4deg);
  transform: rotate(356.4deg);
}
.c100.p100 .bar {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
/*
.c100:hover {
  cursor: default;
}
.c100:hover > span {
  width: 3.33em;
  line-height: 3.33em;
  font-size: 0.3em;
  color: #435de2;
}
.c100:hover:after {
  top: 0.04em;
  left: 0.04em;
  width: 0.92em;
  height: 0.92em;
}
*/
.map-icon-wrap {
	position: relative;
}
.map-icon {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	z-index: 10;
    line-height: 0;
    padding: 16px;
    transition: .35s cubic-bezier(0.4, 0, 0.2, 1);
}

form hr {
	margin-top: 0px;
	border-color: #eeeeee;
}
.button-section {
	margin-top: -15px;
}
.button-section .button {
	display: block;
    width: 60%;
    padding-left: 0px;
    padding-right: 0px;
}
.button-section .button + .button {
	margin-top: 15px;
	margin-left: 0px;
}
.footer-section {
	border-top: 1px solid #f2f2f2;
}
.large-box {
	display: block;
	clear: both;
}
.preview-screen {
	position: relative;
	overflow: hidden;
	pointer-events: none;
}
.preview-screen img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 9;
}
.preview-screen .iframe-wrap {
	display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -152.2%;
    margin-top: -105.45%;
    height: 270%;
    width: 304.4%;
    transform: scale(0.25);
    -webkit-transform: scale(0.25);
    -moz-transform: scale(0.25);
    z-index: 5;
}
.preview-screen .iframe-wrap iframe + .loading-screen {
	visibility: hidden;
	opacity: 0;
}
.preview-screen.loading .iframe-wrap iframe + .loading-screen {
	visibility: visible;
	opacity: 1;
}
@media (min-width:641px) {
  .large-screen-wrap .preview-screen .iframe-wrap {
  	margin-left: -66%;
      margin-top: -50.8%;
      height: 117.2%;
      width: 132%;
      transform: scale(0.575);
      -webkit-transform: scale(0.575);
      -moz-transform: scale(0.575);
  }
  .large-screen-wrap .preview-screen {
  	pointer-events: all;
  }
  .large-screen-wrap .preview-screen .background-screen {
  	pointer-events: none;
  }
}
.preview-screen iframe {
	border: none;
	width: 100%;
	height: 100%;
	position: relative;
    display: block;
}
.blue {
	color: #435de2;
}
.pink {
	color: #e94963;
}
.push-right {
	margin-left: auto;
}
.push-left {
	margin-right: auto;
}
.share-icon {
    margin: -7px 10px 10px 0;
    float: left;
}
.share-icon path {
	transition: .35s cubic-bezier(0.4, 0, 0.2, 1);
	fill: #435de2;
}
.share-icon path.circle {
	fill: #435de2;
}
.share-icon path.notcircle {
	fill: #fff;
}
.large-box-selectable.active .share-icon path {
	fill: #fff;
}
.large-box-selectable.active .share-icon path.circle {
	fill: #fff;
}
.large-box-selectable.active .share-icon path.notcircle {
	fill: #435de2;
}
.large-box form input {
	margin-bottom: 0px;
	min-width: 300px;
}
.f-right {
	float: right;
}
.f-left {
	float: left;
}
.lh-40 {
	line-height: 40px;
}
.search-form {
	position: relative;
}
.search-form input {
	margin: 0 !important;
}
.search-form button {
	position: absolute;
	top: 0;
	right: 0;
	height: 50px;
	line-height: 1;
	background: none;
	border: none;
	padding: 13px;
	cursor: pointer;
}
.search-form button svg path {
	transition: .35s cubic-bezier(0.4, 0, 0.2, 1);
	fill: #435de2;
}
.search-form button:hover svg path {
	fill: #e94963;
}
.add-job {
    text-decoration: none;
}
.add-job h3 {
	display: inline;
	margin-right: 10px;
	position: relative;
	top: 3px;
}
.add-job svg {
	display: inline;
}
.add-job svg circle, .add-job svg line {
	transition: .35s cubic-bezier(0.4, 0, 0.2, 1);
}
.add-job:hover svg circle {
	fill: #6DEDCB;
}
.add-job:hover svg line {
	stroke: #435de2;
}
.large-box-deck-view .large-box-top img {
	margin-bottom: 0px;
	width: 100%;
}
.circle-stats {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 12px;
}
.circle-stats .circle-stat {
	width: 70px;
}
.circle-stats .circle-stat .circle {
	width: 70px;
	height: 70px;
	line-height: 73px;
	background: #435de2;
	border-radius: 50%;
	display: block;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	font-weight: 600;
	font-size: 18px;
}
.circle-stats .circle-stat .stat {
	margin-top: 5px;
	display: block;
	text-align: center;
}
.large-box-deck-view .large-box-bottom {
	margin: -25px;
    padding: 25px;
    margin-top: 25px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}
.job-actions {
	color: #6b6b6b;
}
.job-actions .link {
	color: #6b6b6b;
	margin-right: 10px;
	font-weight: 600;
	text-decoration: underline;
	cursor: pointer;
	display: inline-block;
}
.applicant-actions a {
	text-decoration: none;
}
.job-actions .blue {
	color: #435de2;
}
.job-actions .link.blue {
	color: #435de2;
}
.job-actions .link:hover {
	color: #e94963;
}
.job-actions .link.blue:hover {
	color: #e94963;
}
.job-actions .link img {
	margin-right: 4px;
	margin-top: -3px;
	height: 12px;
	width: auto;
}
.job-actions .link:last-child {
	margin-right: 0px;
}
.large-box-deck-view .large-box-top .box-right {
	max-width: 300px;
}
.circle-stats {
	max-width: 260px;
}
.large-box-deck-view .large-box-top .box-right {
    margin-bottom: -5px;
}
.wrap-full-width {
	max-width: none !important;
}
.table-item .wrap {
	padding-top: 20px;
	padding-bottom: 20px;
}
.table-item:nth-child(odd) {
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 12%);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 12%);
}
.table-item-left .profile-picture-wrap {
	margin: 0 5px 0 0;
	display: inline-block;
}
.table-item-left .profile-picture-wrap .profile-picture {
	width: 40px;
	height: 40px;
}
.table-item-left p {
	display: inline-block;
}
.table-item-left .name {
	position: relative;
	top: 2px;
}
.table-location span {
	line-height: 18px;
	display: inline;
	position: relative;
	top: 1px;
}
.table-location img {
	margin-right: 5px;
}
.error-message, .success-message {
    display: block;
    margin-bottom: 20px;
    padding: 9px 15px 8px 15px;
    background: #e94963;
    color: #fff;
    margin-top: 20px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 12px;
}
.success-message {
	background: #6DEDCB;
}
body .ck.ck-editor {
    position: relative;
    box-sizing: border-box;
    display: block;
    margin-bottom: 15px;
    border-radius: 6px;
    font-family: 'Spartan', sans-serif;
    vertical-align: middle;
    border: none;
    padding: 0px;
    -webkit-box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 16%);
    box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 16%);
    width: 100%;
    color: #333333;
    background: #fff;
    overflow: hidden;
}
body .ck.ck-editor + br {
	display: none;
}
body .ck.ck-toolbar {
	border: none;
}
body .ck.ck-editor__main>.ck-editor__editable:not(.ck-focused) {
	border: 1px solid #fff;
	border-bottom-left-radius: 6px !important;
	border-bottom-right-radius: 6px !important;
}
body .ck.ck-editor__main>.ck-editor__editable.ck-focused {
	border: 1px solid #435de2;
	border-bottom-left-radius: 6px !important;
	border-bottom-right-radius: 6px !important;
}
body .ck.ck-editor__editable_inline {
	padding: 13px 15px;
	line-height: 24px;
    font-weight: 600;
    font-size: 12px;
    color: #333333;
    min-height: 130px;
}
body .ck.ck-editor__editable_inline>:first-child {
	margin-top: 0px !important;
}
body .ck.ck-editor__editable_inline>:last-child {
    margin-bottom: 0px !important;
}
body .ck.ck-toolbar {
    background: #f5f5f5;
    padding-left: 8px;
}

.employer-logo {
	max-width: 50%;
	height: auto;
	margin-bottom: 15px;
}
.hex-input {
	-webkit-box-shadow: none;
    box-shadow: none;
    border-color: #e0e0e0;
    margin: 0;
}

.colour-tile {
	position: relative;
	width: 100%;
	cursor: pointer;
	transition: .35s cubic-bezier(0.4, 0, 0.2, 1);
}
.colour-tile:hover {
	opacity: 0.75;
}

.colour-tile:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.form-wrap-mobile {
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
}
.form-wrap-mobile .form-col,
.form-wrap-mobile .form-col-1of2-m {
	-ms-flex: 50%;
	flex: 50%;
	max-width: 50%;
	padding-left: 20px;
}
.form-wrap-mobile .form-col-2of5 {
	-ms-flex: 40%;
	flex: 40%;
	max-width: 40%;
	padding-left: 20px;
}
.form-wrap-mobile .form-col-3of5 {
	-ms-flex: 60%;
	flex: 60%;
	max-width: 60%;
	padding-left: 20px;
}
.form-wrap-mobile .form-col-2of3 {
	-ms-flex: 66.6666%;
	flex: 66.6666%;
	max-width: 66.6666%;
	padding-left: 20px;
}
.form-wrap-mobile .form-col-1of3 {
	-ms-flex: 33.3333%;
	flex: 33.3333%;
	max-width: 33.3333%;
	padding-left: 20px;
}
.form-wrap-mobile .form-col-1of4 {
	-ms-flex: 25%;
	flex: 25%;
	max-width: 25%;
	padding-left: 20px;
}
.form-wrap-mobile .form-col-1of1 {
	-ms-flex: 100% !important;
	flex: 100% !important;
	max-width: 100% !important;
	padding-left: 20px;
}
.flex-col-1of1 {
	-ms-flex: 100% !important;
	flex: 100% !important;
	max-width: 100% !important;
}
.form-wrap-mobile .form-col-2of5 {
	-ms-flex: 40%;
	flex: 40%;
	max-width: 40%;
	padding-left: 20px;
}
.form-wrap-mobile .form-col-3of5 {
	-ms-flex: 60%;
	flex: 60%;
	max-width: 60%;
	padding-left: 20px;
}

.logo-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.logo-wrap .logo-single {

}
.logo-wrap .logo-single img {
	max-width: none;
	height: 100%;
	max-height: 2.4vw;
	width: auto;
}
.logo-section .wrap {
	padding-top: 15px;
	padding-bottom: 15px;
}

.tile-wrap {
	margin-left: -10px !important;
}
.tile-wrap .form-col-1of4 {
	padding-left: 10px !important;
	margin-top: 10px !important;
}
.tile-wrap .form-col-1of4:nth-child(1),
.tile-wrap .form-col-1of4:nth-child(2),
.tile-wrap .form-col-1of4:nth-child(3),
.tile-wrap .form-col-1of4:nth-child(4) {
	margin-top: 0px !important;
}

#colorPicked {
	pointer-events: none;
}
.selected {
	line-height: 20px;
    margin-top: -23px;
    display: block;
    background: none;
    position: relative;
    width: auto;
    height: 20px;
    padding: 0px;
    width: calc(50%);
    text-align: left;
    margin-left: 10px;
    font-size: 11px;
    pointer-events: none;
    color: #fff;
    font-weight: 700;
}
.tile-wrap-outer {
    line-height: 0;
	align-items: stretch;
	margin-left: -10px !important;
}
.tile-wrap-bottom {
	align-items: center;
	margin-left: -10px !important;
}
.tile-wrap-outer .form-col-2of5,
.tile-wrap-outer .form-col-3of5 {
	padding-left: 10px !important;
}
.tile-wrap-bottom  .form-col-2of5,
.tile-wrap-bottom  .form-col-3of5 {
	padding-left: 10px !important;
}
.tile-wrap-bottom  .form-col-2of5 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.tile-wrap-bottom .form-col-2of5 p {
	line-height: 1.5;
	margin: 5px 0;
	font-weight: 600;
}
.colour-tile-full {
	height: 100%;
	display: block;
}
.colour-tile-selected {
	width: 31.49%;
	display: inline-block;
	margin-right: 10px;
}
.file-wrap {
	cursor: pointer;
	margin-bottom: 15px;
	background: #f2f2f2;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    display: block;
    min-height: 50px;
    line-height: 24px;
    font-weight: 600;
    font-size: 12px;
    padding: 13px 15px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border: none;
	color: #435de2;
	font-weight: 400;
    border-radius: 6px;
    width: 100%;
}
.file-button {
	margin-left: auto;
}
.file-text {
	padding-left: 13px;
}
.lightbox {
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	transition: 0.75s cubic-bezier(0.4, 0, 0.2, 1);
	transform: scale(0.25);
	-webkit-transform: scale(0.25);
	-moz-transform: scale(0.25);
}
.lightbox.active {
	opacity: 1;
	pointer-events: all;
	visibility: visible;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
}
.lightbox iframe {
	width: 100%;
	height: 100%;
	display: block;
	border: none;
	position: relative;
}
.close-lightbox, .shop-close, .edit-close, .video-close, .social-close {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 15;
	-ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #fff;
}
.close-lightbox svg circle,
.shop-close svg circle,
.edit-close svg circle,
.video-close svg circle,
.social-close svg circle {
	transition: .35s cubic-bezier(0.4, 0, 0.2, 1);
	fill: #e94963;
}
.close-lightbox:hover svg circle,
.shop-close:hover svg circle,
.edit-close:hover svg circle,
.video-close:hover svg circle,
.social-close:hover svg circle {
	fill: #435de2;
}
.lightbox-header,
.lightbox-content {
	padding: 20px;
}
.lightbox-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5;
	background: #fff;
}
.lightbox-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
}
.lightbox-content {
	overflow: auto;
}
.pixabay-logo {
	width: 120px;
    height: auto;
    margin-bottom: 15px;
    margin-top: 25px;
}
.lightbox-header {
	border-bottom: 1px solid #f2f2f2;
}
#pixabayForm {
	position: relative;
}
#pixabayForm input {
	padding-right: 51px;
}
#pixabayForm .button {
	position: absolute;
	top: 0;
	right: 0;
	background: none;
	color: #435de2;
	border: none;
    padding: 15px 17px;
    font-size: 17px;
}
#pixabayForm .button:hover {
	color: #e94963
}

#pixabayForm .button:hover {
	color: #e94963
}

#pixabayFormOne {
	position: relative;
}
#pixabayFormOne input {
	padding-right: 51px;
}
#pixabayFormOne .button {
	position: absolute;
	top: 0;
	right: 0;
	background: none;
	color: #435de2;
	border: none;
    padding: 15px 17px;
    font-size: 17px;
}
#pixabayFormOne .button:hover {
	color: #e94963
}

#pixabayFormOne .button:hover {
	color: #e94963
}

#pixabayFormTwo {
	position: relative;
}
#pixabayFormTwo input {
	padding-right: 51px;
}
#pixabayFormTwo .button {
	position: absolute;
	top: 0;
	right: 0;
	background: none;
	color: #435de2;
	border: none;
    padding: 15px 17px;
    font-size: 17px;
}
#pixabayFormTwo .button:hover {
	color: #e94963
}

#pixabayFormThree {
	position: relative;
}
#pixabayFormThree input {
	padding-right: 51px;
}
#pixabayFormThree .button {
	position: absolute;
	top: 0;
	right: 0;
	background: none;
	color: #435de2;
	border: none;
    padding: 15px 17px;
    font-size: 17px;
}
#pixabayFormThree .button:hover {
	color: #e94963
}

#pixabayFormFour {
	position: relative;
}
#pixabayFormFour input {
	padding-right: 51px;
}
#pixabayFormFour .button {
	position: absolute;
	top: 0;
	right: 0;
	background: none;
	color: #435de2;
	border: none;
    padding: 15px 17px;
    font-size: 17px;
}
#pixabayFormFour .button:hover {
	color: #e94963
}
#content img,
#videocontent div {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 10px;
  break-inside: avoid;
  width: 100%;
  height: auto;
  cursor: pointer;
  position: relative;
}
#videocontent video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#content,
#videocontent {
  column-count: 2;
  column-gap: 10px;
}
#videocontent {
	display: none;
}

#contentOne img {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 10px;
  break-inside: avoid;
  width: 100%;
  height: auto;
  cursor: pointer;
  position: relative;
}

#videocontentOne div {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 10px;
  break-inside: avoid;
  width: 100%;
  height: auto;
  cursor: pointer;
  position: relative;
}
#videocontentOne video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#contentOne,
#videocontentOne,
#mediacontent,
#mediacontentOne,
#mediacontentTwo,
#mediacontentThree {
  column-count: 2;
  column-gap: 10px;
}

#videocontentOne {
	display: none;
}

#contentTwo img {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 10px;
  break-inside: avoid;
  width: 100%;
  height: auto;
  cursor: pointer;
  position: relative;
}

#mediacontent img,
#mediacontentOne img,
#mediacontentTwo img,
#mediacontentThree img {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 10px;
  break-inside: avoid;
  width: 100%;
  height: auto;
  cursor: pointer;
  position: relative;
}

#mediacontent div,
#mediacontentOne div,
#mediacontentTwo div,
#mediacontentThree div {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 10px;
  break-inside: avoid;
  width: 100%;
  height: auto;
  cursor: pointer;
  position: relative;
}

/* #mediacontentOne video {
  width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#mediacontentTwo video {
  width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#mediacontentThree video {
  width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
} */

#videocontentTwo div {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 10px;
  break-inside: avoid;
  width: 100%;
  height: auto;
  cursor: pointer;
  position: relative;
}
#videocontentTwo video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#contentTwo,
#videocontentTwo {
  column-count: 2;
  column-gap: 10px;
}

#videocontentTwo {
	display: none;
}


#contentThree img {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 10px;
  break-inside: avoid;
  width: 100%;
  height: auto;
  cursor: pointer;
  position: relative;
}

#videocontentThree div {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 10px;
  break-inside: avoid;
  width: 100%;
  height: auto;
  cursor: pointer;
  position: relative;
}
#videocontentThree video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#contentThree,
#videocontentThree {
  column-count: 2;
  column-gap: 10px;
}

#videocontentThree {
	display: none;
}

#contentFour img {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 10px;
  break-inside: avoid;
  width: 100%;
  height: auto;
  cursor: pointer;
  position: relative;
}

#videocontentFour div {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 10px;
  break-inside: avoid;
  width: 100%;
  height: auto;
  cursor: pointer;
  position: relative;
}
#videocontentFour video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#contentFour,
#videocontentFour {
  column-count: 2;
  column-gap: 10px;
}

#videocontentFour {
	display: none;
}

.count-wrap {
	display: block;
    padding: 5px 0px 4px 0px;
    text-align: center;
    color: #fff;
    line-height: 1;
    margin-top: -32px;
    width: 32px;
    margin-bottom: 15px;
    height: 17px;
    margin-left: auto;
    pointer-events: none;
    border-bottom-right-radius: 6px;
    z-index: 10;
    position: relative;
    font-size: 8px;
    overflow: hidden;
}
.count-wrap.red {
	background: #e94963;
}
.count-wrap.orange {
	background: #f4d44d;
}
.count-wrap.green {
	background: #6dedcb;
}

.count-wrap-overview {
	display: block;
    padding: 5px 0px 4px 0px;
    text-align: center;
    color: #fff;
    line-height: 1;
    margin-top: -32px;
    width: 32px;
    margin-bottom: 15px;
    height: 17px;
    margin-left: auto;
    pointer-events: none;
    border-bottom-right-radius: 6px;
    z-index: 10;
    position: relative;
    font-size: 8px;
    overflow: hidden;
}
.count-wrap-overview.red {
	background: #e94963;
}
.count-wrap-overview.orange {
	background: #f4d44d;
}
.count-wrap-overview.green {
	background: #6dedcb;
}
.live-chat-form .support-form-wrap {
	padding: 14px;
}
.live-chat-form .text-link {
	margin: 0 14px;
	line-height: 42px;
	color: #e94963;
	font-weight: 700;
	text-decoration: underline;
	display: inline-block;
	font-size: 13px;
	float: left;
	transition: .35s cubic-bezier(0.4, 0, 0.2, 1);
}
.live-chat-form {
	width: 280px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 12%);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 12%);
    border-radius: 27px;
	padding: 6px;
	z-index: 1000;
	transition: .35s cubic-bezier(0.4, 0, 0.2, 1);
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
}
.live-chat-form.active {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}
.live-chat-form .close-support {
    padding: 0 !important;
    width: 42px;
    height: 42px;
    font-size: 32px;
    height: 42px;
    line-height: 46px;
    font-weight: 400;
	-ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
    margin-left: auto;
    display: block;
}
.capped-image-wrap {
	max-height: 485px;
	width: auto;
	margin-bottom: 15px;
}
.share-box-content {
	display: none;
}
.share-box-content.active {
	display: block;
}
.share-box-click .tick-select svg polyline {
    opacity: 0;
}
.share-box-click.active .tick-select svg polyline {
    opacity: 1;
}
.share-box-click.active .tick-select svg {
    background: #43e7e2;
}
.share-box-click.active .tick-select svg path {
    fill: #43e7e2;
}
.share-box-click .tick-select svg polyline {
    transition: .35s cubic-bezier(0.4, 0, 0.2, 1);
}

.switch {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 40px;
  padding: 0px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch input:focus {
    border-color: #fff !important;
    border: none !important;
    outline: none;
}
.slider-d {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider-d:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  left: 5px;
  bottom: 5px;
  background-color: #fff;
  transition: .35s cubic-bezier(0.4, 0, 0.2, 1);
}
input:checked + .slider-d {
  background-color: #435de2;
}
input:focus + .slider-d {
  box-shadow: none !important;
}
input:checked + .slider-d:before {
  -webkit-transform: translateX(40px);
  -ms-transform: translateX(40px);
  transform: translateX(40px);
}
.slider-d.round {
  border-radius: 34px;
}
.slider-d.round:before {
  border-radius: 50%;
}
.switch-wrap label {
	display: inline-block;
	padding: 0px;
}
.switch-label {
	margin-right: 12px;
    margin-top: 12px;
}
.hide-checkbox {
	opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}

.fb-image, .tw-image, .li-image {
	display: none;
}
.fb-image-1, .tw-image-1, .li-image-1 {
	display: inline;
}

.remove-interaction iframe {
	pointer-events: none;
}

.relative {
	position: relative;
}
.best-value {
	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
	height: 80px;
	line-height: 1.3;
	font-size: 9px;
	color: #fff;
	overflow: hidden;
	border-top-right-radius: 6px;
}
.best-value span {
	text-transform: uppercase;
	color: #fff;
	position: relative;
	z-index: 5;
	font-weight: 600;
	margin: 10px 0 0 40px;
	display: block;
}
.best-value:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 80px 80px 0;
	border-color: transparent #E94963 transparent transparent;
	position: absolute;
	top: 0;
	right: 0;
}

.line-list {
	margin: 20px 0px;
	padding-left: 30px;
}
.line-list li {
	list-style: none;
	border-bottom: 1px solid #8192e9;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.line-list li svg {
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: -30px;
}

.popup-wrap {
	position: relative;
}
.popup {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	position: absolute;
	z-index: 10;
	bottom: 100%;
	left: -25px;
	transition: .35s cubic-bezier(0.4, 0, 0.2, 1);
	min-width: 280px;
	padding-bottom: 30px;
}
.popup:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 24px solid transparent;
	border-right: 24px solid transparent;
	border-top: 24px solid #fff;
	position: absolute;
	bottom: 7px;
	left: 43px;
}
.popup-wrap:hover .popup {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}

.filter-button {
	display: inline-block;
	color: #6b6b6b;
	text-decoration: none;
	font-weight: 600;
	cursor: pointer;
	line-height: 34px;
	margin-right: 15px;
	transition: .35s cubic-bezier(0.4, 0, 0.2, 1);
}
.filter-button:hover {
	color: #e94963;
}
.filter-button:hover span {
	background: #e94963;
}
.filter-button span {
	background: #6DEDCB;
	border-radius: 50%;
	width: 34px;
	height: 34px;
	display: inline-block;
	transition: .35s cubic-bezier(0.4, 0, 0.2, 1);
}
.filter-button.active span svg,
.filter-button.always-active span svg {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	transition: 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.filter-button strong {
	margin-left: 5px;
	text-decoration: underline;
}
.filter-button span svg {
	margin: 0 9px;
}

.minimise-this svg {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.minimised .minimise-this svg {
	-webkit-transform: rotate(0deg) !important;
	-moz-transform: rotate(0deg) !important;
	-ms-transform: rotate(0deg) !important;
	-o-transform: rotate(0deg) !important;
	transform: rotate(0deg) !important;
}

.job-list-single-bottom {
	border-top: 1px solid #eee;
	padding-top: 15px;
	margin-top: 15px;
}
.large-box.minimised .job-list-single-bottom {
	display: none;
}

.job-list-single-title,
.job-list-single-details,
.job-list-single-actions,
.job-list-single-stats,
.job-list-single-preview {
	margin-bottom: 10px;
}
.job-list-single-details p {
	color: #666666;
}

.job-list-single {
	padding: 0px;
}
.job-list-single-inner {
	display: flex;
	flex-wrap: wrap;
}
.job-list-single-info {
	-ms-flex: calc(100% - 94px);
	flex: calc(100% - 94px);
	max-width: calc(100% - 94px);
	padding: 15px 15px 0px 15px;
}
.job-list-single-right {
	-ms-flex: 94px;
	flex: 94px;
	max-width: 94px;
	padding: 15px;
	border-left: 1px solid #eee;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.job-list-single-right .filter-button {
	margin: auto 0 0 0;
	width: 100%;
	display: block;
	padding: 25px 0 10px 0;
}
.job-list-single-right .filter-button svg {
	width: 15px;
	height: auto;
	margin: 0 auto;
	display: block;
}
.job-list-single-left {
	padding: 20px;
	-ms-flex: 104px;
	flex: 104px;
	max-width: 104px;
	border-right: 1px solid #eee;
	background-color: #fff;
	border-radius: 12px 0px 0px 12px;
	align-content: center;
	display: grid;
}
.job-list-single-progress {
	margin: 0 0 auto 0;
}
.job-list-single-progress .step-circle {
	margin: 0;
}
.job-list-single-stats {
	color: #666;
}
.job-list-single-stats span {
	margin-right: 10px;
}
.job-list-single-stats img {
	margin-right: 1px;
	margin-top: -5px;
	height: 12px;
	width: auto;
}
.custom-panel {
	margin-top: -6px;
}
.ui-datepicker-trigger {
	cursor: pointer;
	transition: .35s cubic-bezier(0.4, 0, 0.2, 1);
}
.ui-datepicker-trigger:hover {
	opacity: 0.65;
}
.job-list-single-content {
	color: #666;
}
.job-list-single-content p,
.job-list-single-content ul,
.job-list-single-content .button,
.job-list-single-content h3,
.job-list-single-content h4,
.job-list-single-content h5 {
	margin-bottom: 10px;
}
.job-list-single-content .button {
	margin-left: 0px !important;
	margin-right: 8px !important;
}
.job-list-single-preview {
	margin-top: 5px;
	margin-bottom: 15px;
	position: relative;
	max-width: 300px;
}
.job-list-single-preview .phone-screen {
	position: absolute;
	left: 0;
	bottom: -3%;
	z-index: 11;
	width: 20%;
}
.job-list-single-preview .laptop-screen {
	width: 95%;
	margin-left: 5%;
}
.job-list-single-preview .home-video {
	width: 95% !important;
}

/*.video-modal {
	padding: 40px 20px !important;
	background-color: rgba(0,0,0,0.4) !important;
	z-index: 999999 !important;
	//display: flex !important;
	flex-wrap: wrap !important;
	align-items: center !important;
}
.video-modal-content {
	border-radius: 12px;
	padding: 0px !important;
	width: 100% !important;
	position: relative;
	background: #fff !important;
	border: none !important;
	max-width: 1040px !important;
	-ms-flex: 100% !important;
	flex: 100% !important;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 25%) !important;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 25%) !important;
}
.video-close {
	font-size: 30px !important;
	font-weight: normal !important;
	padding: 15px 15px 5px 15px !important;
	line-height: 1 !important;
	position: absolute !important;
	top: 5px !important;
	right: 5px !important;
	z-index: 5 !important;
}*/

.upgrade-modal .video-close {
	color: #fff;
}
.upgrade-modal .video-modal-content {
	border: 6px solid #fff !important;
}
.padd-right {
	padding-right: 50px;
}
.table-email a {
	hyphens: auto;
}

.light-content .slider-d {
	background: #2c45c4;
}
.light-content .slider-d:before {
	background-color: #fff;
}
.light-content input:checked + .slider-d {
	background-color: #fff;
}
.light-content input:checked + .slider-d:before {
	background-color: #435de2;
}
.switch-right {
	margin-right: 12px;
}
.switch-label-right {
	margin-right: 0px;
}
.step-icon {
	width: 24px !important;
	height: auto !important;
}
.step-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-left: -12px;
}
.step-single {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-left: 12px;
	font-size: 10px;
}
.step-single p {
	margin-right: 5px;
	color: #6B6B6B;
}
.minimise-this p {
	line-height: 1.5;
}
.step-complete-wrap .step-icon {
	width: 20px !important;
	height: auto !important;
	margin-right: 5px;
	float: left;
}
.top-b-thin {
	border-top: 1px solid #eee;
}
.job-list-single-right:hover .filter-button svg polyline {
	fill: #e94963;
}
.job-list-single-right {
	cursor: pointer;
}

@media only screen and (min-width: 600px) {

	.flex-box-full .grey-hr {
		margin: 0;
	}
	.flex-box-wrap {
		display: flex;
		flex-wrap: wrap;
		margin-left: -25px;
	}
	.flex-box-wrap .flex-box {
		-ms-flex: 50%;
		flex: 50%;
		max-width: 50%;
		padding-left: 25px;
	}
	.flex-box-wrap-2col .flex-box {
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;
	}
	.flex-box-full {
		-ms-flex: 100% !important;
		flex: 100% !important;
		max-width: 100% !important;
	}
	#content,
	#videocontent {
	  column-count: 3;
	  column-gap: 10px;
	}

  #contentOne,
	#videocontentOne,
  #mediacontent,
  #mediacontentOne,
  #mediacontentTwo,
  #mediacontentThree {
	  column-count: 3;
	  column-gap: 10px;
	}
  #contentTwo,
	#videocontentTwo {
	  column-count: 3;
	  column-gap: 10px;
	}
  #contentThree,
	#videocontentThree {
	  column-count: 3;
	  column-gap: 10px;
	}
  #contentFour,
	#videocontentFour {
	  column-count: 3;
	  column-gap: 10px;
	}

}

.loading-screen {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	background: #fff;
	transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
	visibility: hidden;
	opacity: 0;
}
.loading .loading-screen {
	opacity: 1;
	visibility: visible;
}
.lightbox-content.loading {
	overflow: hidden;
}
.loading-screen .spinner-wrap {
	width: 100px;
	height: 100px;
	line-height: 100px;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	left: 50%;
	margin-left: -50px;
	z-index: 60;
	text-align: center;
}
.loading-screen .spinner-wrap i {
	font-size: 50px;
	color: #435de2;
}

.loader-placeholder {
	position: relative;
}
.gif-spinner {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: 50%;
	margin-left: -20px;
	color: #666666;
}

iframe + .loading-screen {
	visibility: visible;
	opacity: 1;
	z-index: 1;
}
.lightbox.active iframe + .loading-screen {
	visibility: hidden;
	opacity: 0;
	-webkit-transition-delay: 3s;
	transition-delay: 3s;
}
.cursor-pointer {
	cursor: pointer;
}
.table-heading {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.dotted-line {
	display: block;
	border: 1px dashed #435de2;
	width: 100%;
	padding: 20px;
}

.new-upload-area .file-image {
	display: block;
	margin: 0 auto 10px auto;
}
.new-upload-area .file-text {
	padding-left: 0px;
}
.small-internal-padding {
	padding: 20px;
}
.internal-padding {
	padding: 20px;
}
.border-radius {
	border-radius: 12px;
}
.full-width-button {
	padding-left: 0px !important;
	padding-right: 0px !important;
	width: 100%;
	display: block;
}
.shadow {
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 12%);
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 12%);
}
.tab-heading {
	display: inline-block;
}

.tab-content {
	border-top-left-radius: 0px;
}
.tab-content-inner {
	display: none;
}
.tab-content-inner.active {
	display: block;
}
.tab-heading {
	padding: 8px 15px 6px 15px;
	font-weight: 700;
	background: transparent !important;
	color: #435de2 !important;
	border: 1px solid #435de2;
	border-bottom: none;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	transition: .35s cubic-bezier(0.4, 0, 0.2, 1);
	cursor: pointer;
	font-size: 12px;
	float: left;
	margin-right: -1px;
}
.tab-heading:hover {
	background: #e94963 !important;
	border-color: #e94963 !important;
	color: #fff !important;
}
.tab-heading.active {
	background: #435de2 !important;
	border-color: #435de2 !important;
	color: #fff !important;
	cursor: default;
}
.tab-heading h4 {
	color: #435de2 !important;
	transition: .35s cubic-bezier(0.4, 0, 0.2, 1);
}
.tab-heading.active h4 {
	color: #fff !important;
}
.tab-heading:hover h4 {
	color: #fff !important;
}
.social-share {
	border-bottom: 3px solid #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.social-share .button {
	margin-left: auto;
}
.step-complete-wrap {
	color: #7D7D7D;
}

.tick-list {
	margin-left: 0px !important;
}
.tick-list li {
	position: relative;
	border-bottom: 1px solid #B7B7B7;
	padding-bottom: 8px;
	margin-bottom: 8px;
	font-weight: 700;
	list-style: none;
	margin-left: 33px;
}
.tick-list li:before {
	content: "";
	background: url('../img/icon-tick-new.svg') no-repeat center center scroll;
	background-size: 26px 26px;
	display: block;
	position: absolute;
	top: -2px;
	left: -33px;
	width: 26px;
	height: 26px;
}
.tick-list li:last-child {
	border: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.tip-box .relative {
	padding-left: 50px;
	padding-top: 7px;
	padding-bottom: 5px;
}
.tip-box p {
	font-weight: 600;
}
.tip-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 38px;
	height: 38px;
}

body .phone-screen .iframe-phone-wrap {
	display: block;
	position: absolute;
	top: 0.5em;
	left: 4%;
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	z-index: 5;
	right: auto;
	bottom: auto;
}
body .laptop-screen img {
	width: 100%;
}
body .laptop-screen .iframe-laptop-wrap {
	top: 3.6%;
}
body .iframe-laptop-wrap img {
	width: 87.7% !important;
}

body #page {
	position: fixed;
	background: rgb(19,161,253);
	background: -moz-radial-gradient(center, ellipse cover, rgba(19,161,253,1) 0%, rgba(66,81,210,1) 100%);
	background: -webkit-radial-gradient(center, ellipse cover, rgba(19,161,253,1) 0%,rgba(66,81,210,1) 100%);
	background: radial-gradient(ellipse at center, rgba(19,161,253,1) 0%,rgba(66,81,210,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13a1fd', endColorstr='#4251d2',GradientType=1 );
}
.span-tooltip {
	z-index: 5;
}

body .phone-screen-tweaked .iframe-phone-wrap {
	top: 28px;
	left: 1%;
}

.controls {
	pointer-events: all !important;
}
.screen-relative {
	position: relative;
}

.edit-table .tab-headings {
	width: 100%;
}
.edit-table .tab-headings .tab-heading {
	width: 100%;
	border-radius: 0px;
	float: none;
	margin: -1px 0 0 0;
	border: 1px solid #435de2;
}
.edit-table .tab-headings .tab-heading:hover {
	border-color: #e94963;
}
.edit-table .tab-headings .tab-heading.active {
	border-color: #435de2;
}
.edit-table .tab-content {
	border-top-right-radius: 0px;
}

.image-left-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.image-left-wrap img {
	-ms-flex: 100px;
	flex: 100px;
	max-width: 100px;
}
.image-left-wrap .image-left-content {
	-ms-flex: calc(100% - 100px);
	flex: calc(100% - 100px);
	max-width: calc(100% - 100px);
	padding-left: 25px;
	color: #5B5B5B;
}
.image-left-wrap .image-left-content .tick {
	margin-bottom: 5px;
}

body .shop-modal-content,
body .edit-modal-content,
body .social-modal-content,
body .video-modal-content {
	border: none;
	padding: 0px;
	position: relative;
	width: calc(100% - 40px);
	max-width: 1140px;
	border-radius: 12px;
}
body .shop-modal-content .wrap,
body .edit-modal-content .wrap,
body .social-modal-content .wrap,
body .video-modal-content .wrap {
	padding: 20px;
}
body .shop-close,
body .edit-close,
body .social-close,
body .video-close {
	font-size: 40px;
	font-weight: normal;
	position: absolute;
	top: -10px;
	right: -10px;
	line-height: 1;
}
body .shop-modal,
body .edit-modal,
body .social-modal,
body .video-modal {
	background-color: rgba(30, 40, 88, 0.85);
	padding: 20px 0 !important;
	z-index: 11 !important;
}
.introjs-tooltip {
	border-radius: 6px !important;
	overflow: hidden;
}
.introjs-tooltip-title {
	color: #fff;
}
.introjs-tooltip-title,
.introjs-tooltiptext {
	font-family: 'Spartan', sans-serif !important;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.9;
	color: #fff;
}
.introjs-tooltiptext video,
.introjs-tooltiptext img {
	margin-top: 15px;
}
body .introjs-helperLayer {
	box-shadow: rgba(30, 40, 88, 1) 0px 0px 20px 2px, rgba(30, 40, 88, 0.85) 0px 0px 0px 5000px !important;
}
.introjs-tooltip-header {
	padding-top: 15px;
}
.introjs-tooltiptext {
	padding-top: 10px !important;
}
.introjs-skipbutton:focus, .introjs-skipbutton:hover {
	color: #e94963;
}
body ul.breadcrumb li+li:before {
	font-weight: 400 !important;
	color: #666666 !important;
	position: relative;
	top: 1px;
}
body ul.breadcrumb {
	padding-left: 20px;
	padding-right: 80px;
	border-bottom: 1px solid #eee;
	line-height: 1.4;
	display: none;
}
body .notification-wrap-outer {
	height: 30px;
}
.play-video,
.opacity-hover {
	transition: .35s cubic-bezier(0.4, 0, 0.2, 1);
	cursor: pointer;
}
.play-video:hover,
.opacity-hover:hover {
	opacity: 0.6;
}

@media only screen and (max-width: 767px) {
	.image-left-wrap .image-left-content h3 {
		font-size: 16px;
	}
	.flex-box-full .image-left-wrap .image-left-content h3 {
		padding-right: 10px;
	}
}

@media only screen and (min-width: 768px) {

	body ul.breadcrumb {
		padding-left: 40px;
		padding-right: 125px;
		display: block;
	}
	body .shop-modal,
	body .edit-modal,
    body .social-modal,
	body .video-modal  {
		padding: 40px 0 !important;
	}
	body .shop-modal-content .wrap,
	body .edit-modal-content .wrap,
    body .social-modal-content .wrap,
	body .video-modal-content .wrap {
		padding: 40px;
	}
	body .shop-modal-content,
	body .edit-modal-content,
    body .social-modal-content,
	body .video-modal-content {
		width: calc(100% - 80px);
	}
	body .shop-close,
	body .edit-close,
    body .social-close,
	body .video-close  {
		top: -20px;
		right: -20px;
	}
	.push-right-t {
		margin-left: auto;
	}
	.logo-wrap {
		margin-left: 0px;
	}
	.logo-wrap .logo-single {
		padding-left: 0px;
	}
	.logo-wrap .logo-single img {
		max-height: 1.8vw;
	}
	.image-left-wrap img {
		-ms-flex: 130px;
		flex: 130px;
		max-width: 130px;
	}
	.image-left-wrap .image-left-content {
		-ms-flex: calc(100% - 130px);
		flex: calc(100% - 130px);
		max-width: calc(100% - 130px);
	}
	.flex-box-full .image-left-wrap .image-left-content h3 {
		padding-right: 50px;
	}
	.image-left-wrap .image-left-content .tick {
		margin-bottom: 7px;
	}
	.text-align-right-t {
		text-align: right;
	}

	.nom-bottom-tablet {
		margin-bottom: 0px !important;
	}
	.internal-padding {
		padding: 30px;
	}
	.margin-top-mobile {
		margin-top: 0px;
	}
	.file-wrap {
		margin-bottom: 20px;
	}
	.owl-carousel {
		margin-bottom: 20px !important;
	}
	.popup {
		left: -60px;
		min-width: 330px;
		padding-top: 30px;
	}
	.box-full-height {
		height: 100%;
	}
	.align-right-tablet {
		text-align: right;
		padding-right: 9px;
	}
	.capped-image-wrap,
	.employer-logo {
		margin-bottom: 20px;
	}
	.count-wrap {
	    margin-top: -37px;
	    margin-bottom: 20px;
	}
	.wrap {
		padding: 60px 40px;
		max-width: none;
	}
	.wrap-middle {
	    padding: 60px 40px;
	}
	.margin-top-large {
		margin-top: 30px;
	}
	.margin-top-xlarge {
		margin-top: 40px;
	}
	.inner-header {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.header-logo {
	    width: 193px;
	    margin-left: -2px;
	    margin-bottom: -14px;
		margin-top: -4px;
	}
	.button {
		padding-left: 35px;
		padding-right: 35px;
	}
	h1, .h1 {
		font-size: 23px;
		line-height: 1.2;
	}
	.xl-heading {
		font-size: 30px;
	}
	h2, .h2, .widgettitle {
		font-size: 23px;
		line-height: 1.3;
	}
	h3, .h3 {
		font-size: 21px;
		line-height: 1.3;
	}
	h4, .h4 {
		font-size: 18px;
		line-height: 1.35;
	}
	h5, .h5 {
		font-size: 16px;
		line-height: 1.4;
	}
	.m-top-28 {
		margin-top: 28px !important;
	}
	.entry-content p, .entry-content img, .entry-content table, .entry-content ul, .entry-content ol, .entry-content iframe, .entry-content fieldset, .entry-content blockquote {
		margin-bottom: 25px;
	}
	.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5 {
		margin-bottom: 25px;
		margin-top: 50px;
	}
	.flex-wrap {
		display: flex;
		flex-wrap: wrap;
		margin-left: -40px;
	}
	.flex-wrap-no-indent {
		margin-left: 0px !important;
	}
	.flex-wrap-no-indent .flex-col {
		padding-left: 0px;
	}
	.flex-wrap-align-center {
		align-items: center;
	}
	.flex-wrap-justify {
		justify-content: center;
	}
	.flex-align-top .flex-col {
		height: 100%;
	}
	.flex-wrap-reverse {
		flex-direction: row-reverse;
	}
	.flex-col {
		-ms-flex: 50%;
		flex: 50%;
		max-width: 50%;
		padding-left: 40px;
	}
	.flex-col-2of5 {
		-ms-flex: 40%;
		flex: 40%;
		max-width: 40%;
	}
	.flex-col-3of5 {
		-ms-flex: 60%;
		flex: 60%;
		max-width: 60%;
	}
	.flex-col-2of3 {
		-ms-flex: 66.6666%;
		flex: 66.6666%;
		max-width: 66.6666%;
	}
	.flex-col-1of3 {
		-ms-flex: 33.3333%;
		flex: 33.3333%;
		max-width: 33.3333%;
	}
	.flex-col-1of1 {
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;
	}
	.mobile-top,
	.mobile-top-small,
	.mobile-top-tiny {
		margin-top: 0;
	}
	.section-title {
    	margin-bottom: 25px;
	}
	.entry-content .button {
		margin-top: 10px;
	}
	.top-m {
		margin-top: 40px;
	}
	.profile-picture-wrap {
		margin-bottom: -57px;
	}
	.profile-picture {
		width: 64px;
		height: 64px;
	}
	.profile-picture-large {
		width: 120px;
		height: 120px;
	}
	.header-logo-icon {
	    width: 49.35px;
	}
	.nav-wrap {
		padding: 0 40px 15px 40px;
	}
	.profile-details-image {
	    -ms-flex: 64px;
	    flex: 64px;
	    max-width: 64px;
	}
	.profile-details-name {
	    -ms-flex: calc(100% - 64px);
	    flex: calc(100% - 64px);
	    max-width: calc(100% - 64px);
	}
	hr {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.profile-wrap {
		padding: 30px;
	}
	.header-right .profile-wrap a.button {
		margin-right: 15px;
	}
	.header-right .profile-wrap a.text-link {
		margin-right: 15px;
		display: inline-block;
	}
	.live-chat {
		right: 40px;
		bottom: 53px;
		clear: both;
		cursor: pointer;
	}
	.live-chat .button {
		display: inline-block;
	}
	.live-chat .text-link {
		margin: 0 14px;
		line-height: 42px;
		color: #e94963;
		font-weight: 700;
		text-decoration: underline;
		display: inline-block;
		font-size: 13px;
		float: left;
		transition: .35s cubic-bezier(0.4, 0, 0.2, 1);
	}
	.live-chat:hover .button {
		background: #435de2;
		color: #fff;
		border-color: #435de2;
	}
	.live-chat:hover .text-link {
		color: #435de2;
	}
	.live-chat-form {
		right: 40px;
		bottom: 53px;
		clear: both;
	}
	.form-wrap {
		display: flex;
		flex-wrap: wrap;
		margin-left: -20px;
	}
	.form-wrap-center {
		align-items: center;
	}
	.form-wrap-align-bottom {
		align-items: flex-end;
	}
	.flex-wrap-align-bottom {
		align-items: flex-end;
	}
	.form-wrap .form-col {
		-ms-flex: 50%;
		flex: 50%;
		max-width: 50%;
		padding-left: 20px;
	}
	.form-wrap .form-col-1of3 {
		-ms-flex: 33.3333%;
		flex: 33.3333%;
		max-width: 33.3333%;
		padding-left: 20px;
	}
	.form-wrap .form-col-2of3 {
		-ms-flex: 66.6666%;
		flex: 66.6666%;
		max-width: 66.6666%;
		padding-left: 20px;
	}
	.form-wrap .form-col-1of4 {
		-ms-flex: 25%;
		flex: 25%;
		max-width: 25%;
		padding-left: 20px;
	}
	.form-wrap .form-col-1of4-t {
		-ms-flex: 25% !important;
		flex: 25% !important;
		max-width: 25% !important;
		padding-left: 20px !important;
	}
	.form-wrap .form-col-3of4 {
		-ms-flex: 75%;
		flex: 75%;
		max-width: 75%;
		padding-left: 20px;
	}
	.form-wrap .form-col-2of5 {
		-ms-flex: 40%;
		flex: 40%;
		max-width: 40%;
	}
	.form-wrap .form-col-3of5 {
		-ms-flex: 60%;
		flex: 60%;
		max-width: 60%;
	}
	input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .field {
		margin-bottom: 20px;
	}
	.button-section .button {
		display: inline-block;
		width: auto;
		padding-left: 25px;
		padding-right: 25px;
	}
	.button-section .button + .button {
		margin-top: 0px;
		margin-left: 10px
	}
	.button + .button {
	    margin-left: 10px;
	}
	.button-section {
	    margin-top: -20px;
	}
	.large-box-top {
		display: flex;
		flex-wrap: wrap;
		min-height: 40px;
	}
	.box-wrap {
		display: flex;
		flex-wrap: wrap;
	}
	.box-right {
		max-width: 55%;
		margin-left: auto;
	}
	.box-left {
		margin-right: auto;
		max-width: 45%;
	}
	.large-box-top img {
		margin: 0;
	}
	.large-box-bottom {
	    margin-top: 5px;
	}
	.tick-select {
		margin-top: 0px;
	}
	.large-box {
		margin-bottom: 20px;
	}
	.text-align-center-tablet {
		text-align: center;
	}
	.text-align-center-tablet-only {
		text-align: center;
	}
	.text-align-center-tablet-only .c100 {
		margin-left: auto;
		margin-right: auto;
	}
	.inline {
		display: inline;
	}
	.inline + .button {
		margin-left: 10px;
	}
	.margin-bottom-flex {
		margin-bottom: 20px;
	}
	.large-box form input {
		min-width: 400px;
	}
	.flex-box-wrap-2col .flex-box {
		-ms-flex: 50%;
		flex: 50%;
		max-width: 50%;
	}
	.add-job h3 {
		top: 5px;
	}
	.large-box-deck-view .large-box-top .box-right {
		padding-left: 25px;
		margin-bottom: -25px;
	}
	.large-box-deck-view .flex-wrap-align-bottom {
		align-items: center;
	}
	.circle-stats {
		margin-top: 20px;
		width: 260px;
		max-width: 260px;
	}
	.add-job h3 {
		margin-right: 13px;
	}
	.table-item .wrap {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}
	.table-item-right .job-actions .link {
		margin-right: 18px;
	}
	.table-item-left .profile-picture-wrap {
		margin-right: 8px;
	}
	.table-item-left {
		-ms-flex: 45%;
		flex: 45%;
		max-width: 45%;
	}
	.table-item-center {
		-ms-flex: 25%;
		flex: 25%;
		max-width: 25%;
	}
	.table-item-right {
		-ms-flex: 30%;
		flex: 30%;
		max-width: 30%;
	}
	.job-actions .link:last-child {
		margin-right: 0px;
	}
	.table-item-right {
		text-align: right;
	}
	.table-list-4-col .table-item-left {
		-ms-flex: 29%;
		flex: 29%;
		max-width: 29%;
	}
	.table-list-4-col .table-item-center {
		-ms-flex: 29%;
		flex: 29%;
		max-width: 29%;
	}
	.table-list-4-col .table-item-right {
		-ms-flex: 13%;
		flex: 13%;
		max-width: 13%;
	}

	body .ck.ck-editor {
		margin-bottom: 20px;
	}
	.colour-tile-selected {
		width: 33.15%;
	}
	.large-box-selectable.active .hide-on-active,
.share-box-click.active .hide-on-active {
		display: inline-block;
	}
	.share-box-content .large-box-bottom {
		margin-left: -25px;
	}
	.share-box-content .box-left,
	.share-box-content .box-right {
		-ms-flex: 50%;
		flex: 50%;
		max-width: 50%;
		padding-left: 25px;
	}
	.pixabay-logo {
	    width: 130px;
	    height: auto;
	    margin-bottom: 0;
	    margin-top: 12px;
	}
	.lightbox-header, .lightbox-content {
	    padding: 40px;
	}
	.close-lightbox, .shop-close, .edit-close, .video-close, .social-close {
		top: 40px;
		right: 40px;
	}
	.margin-neg-tablet {
		margin-top: -40px;
	    position: relative;
	    z-index: 10;
	}
	.best-value:after {
		border-width: 0 100px 100px 0;
	}
	.best-value {
		width: 100px;
		height: 100px;
		font-size: 11px;
	}
	.best-value span {
		margin: 12px 0 0 49px;
	}
	.upload-height-control {
		height: 232px;
	}
	.upload-height-control .dotted-line {
		height: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.dotted-line-inner {
		width: 100%;
	}
	.dotted-line .file-image {
		display: block;
		margin: 0 auto 10px auto;
	}
	.dotted-line .new-upload-area .file-text {
		padding-left: 0px;
	}
	.tab-heading {
		padding: 15px 20px 13px 20px;
	}
	.social-share-wrap {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		border-left: 3px solid #fff;
	}
	.social-share {
		-ms-flex: 50%;
		flex: 50%;
		max-width: 50%;
		border-right: 3px solid #fff;
	}
	.job-list-single-bottom {
		display: flex;
		flex-wrap: wrap;
	}
	.job-list-single-content {
		-ms-flex: 50%;
		flex: 50%;
		max-width: 50%;
		padding-right: 15px;
		margin-bottom: 5px;
	}
	.job-list-single-preview {
		-ms-flex: 50%;
		flex: 50%;
		max-width: 50%;
	}

}

@media (min-width: 900px) {
	.edit-table {
		flex-direction: row;
	}
	.edit-table .tab-headings {
		-ms-flex: 30%;
		flex: 30%;
		max-width: 30%;
	}
	.edit-table .tab-content {
		-ms-flex: 70%;
		flex: 70%;
		max-width: 70%;
	}
	.edit-table .tab-content {
		border-top-right-radius: 12px;
	}
	.edit-table .tab-headings .tab-heading {
		border-right: 0px;
		border-top-left-radius: 12px;
		border-bottom-left-radius: 12px;
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
}

@media only screen and (min-width: 1000px) {

	body ul.breadcrumb {
		padding-left: 50px;
	}
	body .shop-modal-content,
	body .edit-modal-content,
    body .social-modal-content,
	body .video-modal-content  {
		width: calc(100% - 100px);
	}
	body .shop-modal-content .wrap,
	body .edit-modal-content .wrap,
    body .social-modal-content .wrap,
	body .video-modal-content .wrap  {
		padding: 50px;
	}
	body .shop-modal,
	body .edit-modal,
    body .social-modal,
	body .video-modal {
		padding: 50px 0 !important;
	}
	.logo-wrap .logo-single img {
		max-height: 20px;
	}
	.image-left-wrap .image-left-content h3 {
		font-size: 24px;
	}
	.ribbon {
	    right: -35px !important;
	    top: -35px !important;
	}
	.margin-neg-tablet {
	    margin-top: -70px;
	}
	.wrap-middle {
	    padding: 60px 50px;
	}
	.text-align-center-tablet-only {
		text-align: left;
	}
	.text-align-center-tablet-only .c100 {
		margin-left: 0;
		margin-right: 0;
	}
	.wrap {
		padding: 60px 50px;
		max-width: 1140px;
	}
	.nav-icon {
		display: none;
	}
	.inner-header {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.nav-wrap {
		position: relative;
		top: auto;
		right: auto;
		width: auto;
		border: none;
		background: none;
		padding: 0px;
		margin-left: 30px;
	}
	.nav-wrap ul li a {
		padding: 0;
	}
	.nav-wrap ul li {
		display: inline-block;
		margin-right: 25px;
	}
	.flex-col {
		padding-left: 50px;
	}
	.flex-wrap {
		margin-left: -50px;
	}
	.flex-box-wrap {
	    margin-bottom: -35px;
	}
	.flex-box-wrap .flex-box {
		-ms-flex: 33.3333%;
	    flex: 33.3333%;
	    max-width: 33.3333%;
	    margin-bottom: 35px;
	}
	.flex-box-wrap-2col .flex-box {
		-ms-flex: 50%;
		flex: 50%;
		max-width: 50%;
	}
	.capped-text-small-box {
	    max-width: 250px;
	}
	.flex-box-inner {
		padding: 30px;
	}
	.large-box {
		padding: 30px;
	}
	.header-right .profile-wrap a.button {
	    padding-left: 25px;
	    padding-right: 25px;
    }
    .step-circle {
		float: right;
		margin-top: -18px;
		margin-bottom: 0;
	}
	.radio-label {
		margin-bottom: 20px;
	}
	.live-chat {
	    right: 50px;
	    bottom: 53px;
    }
    .live-chat-form {
	    right: 50px;
	    bottom: 53px;
    }
    .section-title {
	    padding-right: 100px;
    }
    .large-box-deck-view .large-box-top .box-right {
	    margin-bottom: -30px;
	}
	.large-box-deck-view .large-box-top .box-right {
		max-width: 325px;
	}
	.large-box-deck-view .large-box-bottom {
	    margin: -30px;
	    padding: 30px;
	    margin-top: 30px;
	}
	.job-actions a {
		margin-right: 20px;
	}
	.colour-tile-selected {
	    width: 34.35%;
	}
	.share-box-content .large-box-bottom {
		margin-left: -30px;
	}
	.share-box-content .box-left,
	.share-box-content .box-right {
		padding-left: 30px;
	}

	.capped-text-small-box-xl {
		max-width: 60% !important;
	}
	.premium-background {
		background: #435de2 url('../img/get-started.png') no-repeat right 50px top 30px scroll !important;
		background-size: 190px auto !important;
	}
	.upload-height-control {
		height: 283px;
	}
	.box-right-top {
		max-width: 50% !important;
	}
	.step-wrap {
		margin-left: -20px;
	}
	.step-single {
		font-size: 12px;
		padding-left: 20px;
	}
	.step-icon {
		width: 36px !important;
	}

	.job-list-single {
		padding: 0px;
	}
	.job-list-single-info {
		padding: 20px 20px 8px 20px;
		-ms-flex: calc(100% - 104px);
		flex: calc(100% - 104px);
		max-width: calc(100% - 104px);
	}
	.job-list-single-right {
		padding: 20px;
		-ms-flex: 104px;
		flex: 104px;
		max-width: 104px;
	}
	.job-list-single-bottom {
		padding-top: 20px;
		margin-top: 20px;
	}
	.job-list-single-content {
		padding-right: 20px;
		margin-bottom: 10px;
	}

}

@media only screen and (min-width: 1040px) {

	.border-radius-13 {
		padding: 50px;
	}
	#content,
	#videocontent {
	  column-count: 4;
	  column-gap: 10px;
	}

  #contentOne,
	#videocontentOne,
  #mediacontent,
  #mediacontentOne,
  #mediacontentTwo,
  #mediacontentThree {
	  column-count: 4;
	  column-gap: 10px;
	}
  #contentTwo,
	#videocontentTwo {
	  column-count: 4;
	  column-gap: 10px;
	}
  #contentThree,
	#videocontentThree {
	  column-count: 4;
	  column-gap: 10px;
	}
  #contentFour,
	#videocontentFour {
	  column-count: 4;
	  column-gap: 10px;
	}
	.margin-neg-tablet {
	    margin-top: -90px;
	}
	.upload-height-control {
		height: 310px;
	}

	.job-list-single-preview {
		-ms-flex: 40%;
		flex: 40%;
		max-width: 40%;
	}
	.job-list-single-content {
		-ms-flex: 60%;
		flex: 60%;
		max-width: 60%;
	}
	.job-list-single-content p, .job-list-single-content ul, .job-list-single-content .button, .job-list-single-content h3, .job-list-single-content h4, .job-list-single-content h5 {
		margin-bottom: 15px;
	}

}

@media only screen and (min-width: 1140px) {

	body ul.breadcrumb {
		padding-left: 0;
		padding-right: 125px;
		max-width: 1040px;
	}
	.internal-padding {
		padding: 40px;
	}
	.tab-heading {
		padding: 15px 30px 13px 30px;
	}

	.image-left-wrap .image-left-content {
		padding-left: 50px;
		position: relative;
	}
	.image-left-wrap .image-left-content img.tick {
		position: absolute;
		top: 2px;
		left: 20px;
	}

}

@media only screen and (min-width: 1240px) {

	.flex-col {
		padding-left: 70px;
	}
	.flex-wrap {
		margin-left: -70px;
	}

}

@media only screen and (min-width: 1400px) {

	#content,
	#videocontent {
	  column-count: 5;
	  column-gap: 10px;
	}
  #contentOne,
	#videocontentOne,
  #mediacontent,
  #mediacontentOne,
  #mediacontentTwo,
  #mediacontentThree {
	  column-count: 5;
	  column-gap: 10px;
	}
  #contentTwo,
	#videocontentTwo {
	  column-count: 5;
	  column-gap: 10px;
	}
  #contentThree,
	#videocontentThree {
	  column-count: 5;
	  column-gap: 10px;
	}
  #contentFour,
	#videocontentFour {
	  column-count: 5;
	  column-gap: 10px;
	}

}
@media only screen and (min-width: 1700px) {

	#content,
	#videocontent {
	  column-count: 6;
	  column-gap: 10px;
	}
  #contentOne,
	#videocontentOne,
  #mediacontent,
  #mediacontentOne,
  #mediacontentTwo,
  #mediacontentThree {
	  column-count: 6;
	  column-gap: 10px;
	}
  #contentTwo,
	#videocontentTwo {
	  column-count: 6;
	  column-gap: 10px;
	}
  #contentThree,
	#videocontentThree {
	  column-count: 6;
	  column-gap: 10px;
	}
  #contentFour,
	#videocontentFour {
	  column-count: 6;
	  column-gap: 10px;
	}

}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-nav button.owl-next,.owl-nav button.owl-prev,button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-loading{opacity:0;display:block}.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-dots {
	margin-top: 25px;
	margin-bottom: -5px;
}
.owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{line-height: 0; padding-bottom: 21px; margin-top: -14px; text-align: left; margin-left: 19px; }.owl-theme .owl-nav [class*=owl-]{margin:0px;padding:14px 6px !important;background:none;display:inline-block;cursor:pointer;border-radius:0px}.owl-theme .owl-nav [class*=owl-]:hover{background:none;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.25;cursor:default; pointer-events: none !important;}.owl-nav.disabled+.owl-dots{}.owl-dots .owl-dot{display:inline-block;zoom:1}.owl-dots .owl-dot span{width:12px;height:12px;margin:5px 7px;background:none;border: 1px solid $black; display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-dots .owl-dot.active span,.owl-dots .owl-dot:hover span{background:$black;}

.owl-prev {
    position:relative;
}

.owl-theme .owl-nav {
	line-height: 0;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.owl-theme .owl-nav [class*=owl-] {
	pointer-events: all;
	width: 58px;
    height: 71.4%;
    top: 3.4%;
	background: #ffffff00;
	transition: .35s cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.16) !important;
	box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.16) !important;
}
.owl-theme .owl-nav [class*=owl-]:hover {
	background: #ffffff00;
}
.owl-theme .owl-nav [class*=owl-] svg polyline {
	transition: .35s cubic-bezier(0.4, 0, 0.2, 1);
}
.owl-theme .owl-nav [class*=owl-]:hover svg polyline {
	stroke: #fff;
}
.owl-item video {
	width: 100%;
	height: auto;
}
.owl-next {
	right: 0;
	position: absolute;
}
.owl-carousel {
	margin-bottom: 15px;
	-webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.16) !important;
	box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.16) !important;
	border-radius: 6px;
	overflow: hidden;
	background: #fff;
}
.owl-carousel .item {
	padding: 15px;
	position: relative;
}
.owl-carousel .item:after {
	content: "";
	height: 300%;
	width: 1px;
	position: absolute;
	top: 0;
	right: 0;
	background: #eee;
	pointer-events: none;
}
.owl-carousel .owl-nav .owl-prev {
	border-right: 1px solid #dcdcdc;
}
.owl-carousel .item .radio-label {
	margin-bottom: -15px !important;
	margin-right: 0px;
}
.owl-carousel .owl-stage-outer {
	border-radius: 6px;
}
div.player {
	margin-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
}
.play-list-row {
	display: flex;
	flex-wrap: wrap;
}
.large-toggle-btn,
.small-toggle-btn {
	-ms-flex: 38px;
	flex: 38px;
	max-width: 38px;
	transition: .35s cubic-bezier(0.4, 0, 0.2, 1);
}
.large-toggle-btn:hover i,
.small-toggle-btn:hover i {
	color: #e94963;
}
.info-box, .track-title {
	-ms-flex: calc(100% - 38px);
	flex: calc(100% - 38px);
	max-width: calc(100% - 38px);
	margin-top: 0px;
	line-height: 1.65;
}
.track-title {
	min-height: 57px;
}
.large-toggle-btn i,
.small-toggle-btn i {
	transition: .35s cubic-bezier(0.4, 0, 0.2, 1);
	font-size: 25px;
	color: #435de2;
}
.controls-box {
	display: none;
}
.track-number {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	position: absolute;
	width: 0px;
	height: 0px;
}
