@import url('https://fonts.googleapis.com/css2?family=Mr+Dafoe&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Parisienne&display=swap');

/* General Styling */
body {
	color: rgba(19, 19, 19, .6);
}
.sppb-btn.sppb-btn-link,
a:link, a:visited, a:focus, a:active,
.wayne-corp-service-box .sppb-media .sppb-addon-title a:link,
.wayne-corp-service-box .sppb-media .sppb-addon-title a:visited,
.wayne-corp-service-box .sppb-media .sppb-addon-title a:focus,
.wayne-corp-service-box .sppb-media .sppb-addon-title a:active,
#sp-footer a:link, #sp-footer a:visited, #sp-footer a:focus, #sp-footer a:active {
	color: rgba(117, 151, 26, 1);
}
.wayne-corp-service-box .sppb-media .sppb-addon-title a:hover,
a:hover {
	color: rgba(19, 19, 19, .6);
	text-decoration: underline;
}
.sppb-btn.sppb-btn-link:hover {
	color: #75971a !important;
	text-decoration: underline !important;
}
.wayne-corp-service-box:hover .sppb-addon-title {
	color: rgba(117, 151, 26, 1);
}
#sp-footer a:hover {
	color: #fff;
	text-decoration: underline;
}
.sppb-btn-success,
.sppb-btn-default,
.btn-success {
	background-color: rgba(117, 151, 26, 1) !important;
	border: 1px solid rgba(117, 151, 26, 1);
	color: #fff !important;
}
.sppb-btn-success:hover,
.sppb-btn-default:hover,
.btn-success:hover  {
	background-color: rgba(117, 151, 26, .6) !important;
	border: 1px solid rgba(117, 151, 26, .6);
	cursor: pointer;
}
.sppb-btn-success:focus,
.sppb-btn-default:focus,
.btn-success:focus  {
	box-shadow: none;
}
.pd-buttons a {
	color: #fff;
}
ul.myGreenList {
	list-style: none;
	padding-left: 4px;
}
ul.myGreenList li:before {
	content: "\f00c";  /* Font Awesome Unicode. */
	font-family: FontAwesome;
	color: #75971a;
	margin-top: -70px !important;
	margin-right: 12px;
}

/* Header Styling */
#sp-header {
	border-bottom: 1px solid rgba(117, 151, 26, .5);
}
.hero-feature-list-wrap,
#sp-footer {
	border-top: 1px solid rgba(117, 151, 26, .5);
}
.hero-section .sppb-addon-animated-heading .animated-text-words-wrapper {
	color: #75971a;
}
body:not(.home-page) #sp-header:not(.header-sticky) {
    background-color: #3d3e56;
}

/* Mainmenu Styling */
.sp-megamenu-parent > li > a:hover,
.sp-megamenu-parent > li.active:hover > a,
.sp-megamenu-parent > li.active > a {
	color: #75971a !important;
}
.sp-megamenu-parent > li:hover > a::before,
.sp-megamenu-parent > li.active > a::before {
	background-color: #75971a !important;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
	color: #75971a !important;
}

/* Home Styling */
.wayne-corp-service-box {
	border: 1px solid rgba(117, 151, 26, .5);
}
.wayne-corp-service-box:hover {
	border: 1px solid rgba(117, 151, 26, 1);
}
.wayne-corp-service-box .sppb-media > div.pull-left {
	border-right: 1px solid rgba(117, 151, 26, .5);
}
.wayne-corp-service-box .sppb-media:hover > div.pull-left {
	border-right: 1px solid rgba(117, 151, 26, 1);
}

.sppb-addon-animated-number > .sppb-addon-content .sppb-animated-number-title {
	max-width: none;
}

.sppb-addon-animated-number > .sppb-addon-content .sppb-animated-number {
	color: #75971a;
}

.sppb-addon-divider-wrap .link-color-opt3 {
	border-bottom-color: rgba(117, 151, 26, .5) !important
}

/* Login Styling */
#login .modal-content .modal-header h3 {
    max-width: 100%;
	border-bottom: 1px solid rgba(117, 151, 26, .5);
}

/* MS Release Styling */
.msr-extension .label {
	color: rgba(19, 19, 19, .6);
}
#lightbox.lightbox {
	display: none;
}

/* My Privacy List styling */
.article-details  ol li:before {
	content: counters(item, ".")".";
	counter-increment: item;
	position: absolute;
	margin-right: 100%;
	right: 20px;  /* space between number and text first layer */
}
.article-details  ol li ul li:before {
	content: none;
	counter-increment: none;
}
.article-details  ol li ul.myGreenList {
	padding-left: 44px !important;
}
.article-details  ol li ul.myGreenList li:before {
	content: "\f00c";  /* Font Awesome Unicode. */
	font-family: FontAwesome;
	color: #75971a;
	margin-top: -70px !important;
	padding-left: 20px !important;
}
.article-details  ol li ol li:before {
	right: 10px;   /* space between number and text second layer */
}
ol.myPrivacy {
	font-family: Open Sans, sans-serif;
	font-weight: normal;
	font-size: 24px;
	counter-reset: item;
}
ol.myPrivacy li {
	display: block;
	position: relative;
	margin-left: 0px;
}
ol.myPrivacy li:before,
ol.myPrivacy li h3 {
	padding-top: 64px;
	padding-left: 12px;
	font-size: 24px;
	line-height: 1.5;
}
ol.myPrivacy li ol {
	font-family: Open Sans, sans-serif;
	font-weight: normal;
	font-size: 20px;
	/*margin-left: -40px;*/
	counter-reset: item;
}
ol.myPrivacy li ol li:before,
ol.myPrivacy li ol li h4 {
	font-size: 20px;
	padding-left: 12px;
	margin-top: 40px;
}
ol.myPrivacy > li > ol > li:before {
	content: counters(item,".")" ";
	counter-increment: item;
	margin-left: -20px;
	margin-top: -68px;
	display: block;
	font-weight: 600;
}
ol.myPrivacy li ol li ul {
	margin-left: 0px !important;
}
ol.myPrivacy li ol li ul li {
	margin-bottom: 24px;
	font-family: Open Sans, sans-serif;
	font-weight: normal;
	font-size: 14px;
}
ol.myPrivacy p {
	text-align: justify;
	font-family: Open Sans, sans-serif;
	font-weight: normal;
	font-size: 14px;
	padding-left: 14px;
}
ol.myPrivacy ol p {
	padding-left: 12px;
}

/* Further optimizations after updates. */
#sp-footer .container-inner {
    padding: 20px 0 8px 0;
}
#sp-joomla-note {
	height: 120px;
	background-color: #171717;
	color: #fff;
}
.view-article #sp-main-body .container .article-details .article-header-wrap {
    padding: 40px 0px;
    margin-bottom: 0px;
}
.sppb-person-social-icons, .sppb-person-social {
	border: 0px !important;
	margin-top: 0px !important;
}
.sppb-person-social::after {
	display: none;
}
.sppb-addon-person .sppb-person-social > li > a {
    color: rgba(117, 151, 26, 1) !important;
}
.sppb-addon-person .sppb-person-social > li > a:hover {
    color: rgba(117, 151, 26, .6) !important;
}
.h4, h4 {
    font-size: 1rem;
}

/**
 * Local fonts.
 */

.myPoppins {
	font-family: 'Poppins';
}
body {
	font-family: 'Poppins';
    font-size: 16px;
    font-weight: 300;
}
h1 {
	font-family: 'Work Sans';
    font-size: 16px;
    font-weight: 600;
}
h2 {
	font-family: 'Poppins';
    font-size: 24px;
    font-weight: 600;
}
h3 {
	font-family: 'Work Sans';
	font-size: 32px;
}
h4, h5, h6 {
	font-family: 'Work Sans';
	font-size: 16px;
}
.hero-section .sppb-addon-title.animated-heading-text,
.sppb-addon-animated-number > .sppb-addon-content .sppb-animated-number {
    font-family: 'Work Sans';
}

/* poppins-100 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/poppins-v9-latin-100.eot'); /* IE9 Compat Modes */
  src: local('Poppins Thin'), local('Poppins-Thin'),
       url('../fonts/poppins-v9-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v9-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v9-latin-100.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v9-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v9-latin-100.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-200 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/poppins-v9-latin-200.eot'); /* IE9 Compat Modes */
  src: local('Poppins ExtraLight'), local('Poppins-ExtraLight'),
       url('../fonts/poppins-v9-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v9-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v9-latin-200.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v9-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v9-latin-200.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-300 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/poppins-v9-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Poppins Light'), local('Poppins-Light'),
       url('../fonts/poppins-v9-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v9-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v9-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v9-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v9-latin-300.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-regular - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Poppins Regular'), local('Poppins-Regular'),
       url('../fonts/poppins-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v9-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-500 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/poppins-v9-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Poppins Medium'), local('Poppins-Medium'),
       url('../fonts/poppins-v9-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v9-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v9-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v9-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v9-latin-500.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-600 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/poppins-v9-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Poppins SemiBold'), local('Poppins-SemiBold'),
       url('../fonts/poppins-v9-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v9-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v9-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v9-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v9-latin-600.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-700 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/poppins-v9-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Poppins Bold'), local('Poppins-Bold'),
       url('../fonts/poppins-v9-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v9-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v9-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v9-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v9-latin-700.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-800 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/poppins-v9-latin-800.eot'); /* IE9 Compat Modes */
  src: local('Poppins ExtraBold'), local('Poppins-ExtraBold'),
       url('../fonts/poppins-v9-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v9-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v9-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v9-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v9-latin-800.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-900 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/poppins-v9-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Poppins Black'), local('Poppins-Black'),
       url('../fonts/poppins-v9-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v9-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v9-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v9-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v9-latin-900.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* work-sans-100 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/work-sans-v5-latin-100.eot'); /* IE9 Compat Modes */
  src: local('Work Sans Thin'), local('WorkSans-Thin'),
       url('../fonts/work-sans-v5-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/work-sans-v5-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/work-sans-v5-latin-100.woff') format('woff'), /* Modern Browsers */
       url('../fonts/work-sans-v5-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/work-sans-v5-latin-100.svg#WorkSans') format('svg'); /* Legacy iOS */
}

/* work-sans-200 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/work-sans-v5-latin-200.eot'); /* IE9 Compat Modes */
  src: local('Work Sans ExtraLight'), local('WorkSans-ExtraLight'),
       url('../fonts/work-sans-v5-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/work-sans-v5-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/work-sans-v5-latin-200.woff') format('woff'), /* Modern Browsers */
       url('../fonts/work-sans-v5-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/work-sans-v5-latin-200.svg#WorkSans') format('svg'); /* Legacy iOS */
}

/* work-sans-300 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/work-sans-v5-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Work Sans Light'), local('WorkSans-Light'),
       url('../fonts/work-sans-v5-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/work-sans-v5-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/work-sans-v5-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/work-sans-v5-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/work-sans-v5-latin-300.svg#WorkSans') format('svg'); /* Legacy iOS */
}

/* work-sans-regular - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/work-sans-v5-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Work Sans'), local('WorkSans-Regular'),
       url('../fonts/work-sans-v5-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/work-sans-v5-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/work-sans-v5-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/work-sans-v5-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/work-sans-v5-latin-regular.svg#WorkSans') format('svg'); /* Legacy iOS */
}

/* work-sans-500 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/work-sans-v5-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Work Sans Medium'), local('WorkSans-Medium'),
       url('../fonts/work-sans-v5-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/work-sans-v5-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/work-sans-v5-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/work-sans-v5-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/work-sans-v5-latin-500.svg#WorkSans') format('svg'); /* Legacy iOS */
}

/* work-sans-700 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/work-sans-v5-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Work Sans Bold'), local('WorkSans-Bold'),
       url('../fonts/work-sans-v5-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/work-sans-v5-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/work-sans-v5-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/work-sans-v5-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/work-sans-v5-latin-700.svg#WorkSans') format('svg'); /* Legacy iOS */
}

/* work-sans-600 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/work-sans-v5-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Work Sans SemiBold'), local('WorkSans-SemiBold'),
       url('../fonts/work-sans-v5-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/work-sans-v5-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/work-sans-v5-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/work-sans-v5-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/work-sans-v5-latin-600.svg#WorkSans') format('svg'); /* Legacy iOS */
}

/* work-sans-800 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/work-sans-v5-latin-800.eot'); /* IE9 Compat Modes */
  src: local('Work Sans ExtraBold'), local('WorkSans-ExtraBold'),
       url('../fonts/work-sans-v5-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/work-sans-v5-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/work-sans-v5-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/work-sans-v5-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/work-sans-v5-latin-800.svg#WorkSans') format('svg'); /* Legacy iOS */
}

/* work-sans-900 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/work-sans-v5-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Work Sans Black'), local('WorkSans-Black'),
       url('../fonts/work-sans-v5-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/work-sans-v5-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/work-sans-v5-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/work-sans-v5-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/work-sans-v5-latin-900.svg#WorkSans') format('svg'); /* Legacy iOS */
}

/**
 * GDPR Component styles.
 */

/* Cookie blocked placeholder info. */
.avPlayerBlock > .gdprlock-placeholder {
	margin-top: -340px;
}
.gdprlock-placeholder-text {
    font-size: 20px !important;
	width: 100% !important;
    padding: 8px;
}

/* Cookie revoke. */
.cc-revoke {
	background-image: url("/images/assets/cookie-revoke_shield.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 60px;
	height: 60px;
	border-radius: 0px !important;
	background-color: transparent !important;
}
.cc-revoke.cc-left {
	left: 24px !important;
	bottom: 16px !important;
}

/* Cookie window. */
div.cc-window {
	max-width: 600px !important;
	margin-right: 1em;
    padding: 16px !important;
}
.cc-message-text {
	line-height: 1.5em;
}
.cc-window a {
	color: #7fac05 !important;
	text-decoration: none !important;
}
.cc-window a:hover {
	color: #578000 !important;
	text-decoration: underline !important;
}

/* Cookie window no cookie & privacy links. */
.cc-window .cc-message a.cc-link {
	display: none;
}

/* Cookie window settings button. */
span.cc-cookie-settings-toggle {
	float: left;
	color: #fff !important;
	border: 0px !important;
	padding: 0px 10px !important;
	border-radius: 5px !important;
	font-weight: 400 !important;
	background-color: #f90 !important;
	line-height: 2.8 !important;
	background-image: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
    margin-top: 12px !important;
}
span.cc-cookie-settings-toggle:hover {
	background-color: #cb7a00 !important;
}

/* Cookie window accept & deny buttons. */
div.cc-compliance {
	margin: -67px 0px 0px 130px !important;
}
div.cc-compliance .cc-deny {
	display: none;
}
.cc-btn.cc-allow {
	margin: 12px auto 0px auto !important;
	color: #333 !important;
	border: 1px solid #fff !important;
	padding: 0px 10px !important;
	border-radius: 5px !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 3 !important;
	background-image: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
    height: 42px !important;
	width: 100%;
}
.cc-btn.cc-allow:hover {
	border: 1px solid #ccc !important;
	background-color: #ccc !important;
}
.cc-btn.cc-allowall {
	margin: 6px 0px 0px 16px !important;
	color: #fff !important;
	border: 1px solid #7fac05 !important;
	padding: 0px 10px !important;
	border-radius: 5px !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	background-color: #7fac05 !important;
	line-height: 3 !important;
	background-image: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
.cc-btn.cc-allowall:hover {
	border: 1px solid #578000 !important;
	background-color: #578000 !important;
	color: #fff !important;
}

/* Cookie window settings area & checkboxes. */
div.cc-window.cc-floating div.cc-settings-label {
    margin-bottom: 6px !important;
}
div.cc-floating div.cc-checkboxes-container {
    text-align: center;
}
.cc-checkbox-container {
	margin: 2px auto !important;
}
div.cc-checkbox-container a {
    border: 0px !important;
	margin-left: 6px !important;
}
input.cc-cookie-checkbox + span::before {
    border: 1px solid #fff !important;
    background: #fff !important;
    width: 16px;
    height: 16px;
    left: -1px;
    border-radius: 0px !important;
	margin-right: 12px !important;
}
input.cc-cookie-checkbox + span::after {
    border: 0px !important;
    border-radius: 0px !important;
	top: -15px !important;
	left: 2px !important;
}

/* Cookie category modalbox hide first unused "cookies in this list" section. */
fieldset.cc-cookie-list-title:first-of-type {
	display: none;
}
ul.cc-cookie-category-list li {
	margin-left: -24px;
}

/* Media Queries for the GDPR window. */
@media (max-width: 416px) {
	.cc-window {
		margin: 0px !important;
	}
	.cc-message {
		width: 100% !important;
	}
	span.cc-cookie-settings-toggle {
		margin-top: 32px;
		width: 100%;
		text-align: center;
	}
	.cc-btn.cc-allowall {
		margin: 0px !important;
		width: 100%;
	}
	div.cc-compliance {
		margin: 0px !important;
	}
	div.cc-compliance a.cc-allow {
		margin-left: 0px !important;
	}
}

/* Shika Styling */
small.tjlmspin__position.tjlmspin__price {
	margin-left: 6px;
}
.tjlms_course_plan .plan_value.textright {
	text-align: right;
}
.myD24Logo {
	padding: 0px 24px;
}

/* Alter Reports Styling */
.report-buttons .btn-default {
	background-color: rgba(117, 151, 26, 1) !important;
	border: 1px solid rgba(117, 151, 26, 1);
	color: #fff !important;
}
.report-toolbar .btn-toolbar {
	display:block; margin-bottom:20px;
}
.report-toolbar .btn-group.pull-right {
	margin-left:10px;
}

/* Templater Update */
@media (max-width: 992px) {
	#sp-header #sp-logo .sp-column {
		float: right;
		padding-top: 18px;
	}
}