/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/* Table of contents

	0. Universal  
  1. Variables
    1a. Colors
    1b. Font Face
    1c. Fonts
    1d. Font Weights
    1f. Width
  2. Containers / Grid / DnD Areas
  3. Typography
  4. Buttons
  5. Forms
  6. Tables
  7. Site Header
  8. Site Footer
  9. Blog
  10. System Pages
  11. Modules

*/

/* ************************************************************************* */
/* ****************************  0. Universal   **************************** */
/* ************************************************************************* */


html {
	scroll-behavior: smooth;
}

.border-box {
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box; 
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
  	margin-bottom: 1.5rem
}
.youtube-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}


@media only screen and (max-width: 640px) {
.responsive-hide {
	display: none;
}
}


/* ************************************************************************* */
/* ****************************  1. Variables   **************************** */
/* ************************************************************************* */

/* 1a. Colors */













/* 1b. Font Face */

@font-face {
    font-family: 'springfieldregular';
	  font-weight: normal;
    font-style: normal;
    src: url('//4351639.fs1.hubspotusercontent-na1.net/hubfs/4351639/raw_assets/public/CFG_More_than_law_2023/cfg-more-than-law/css/fonts/Springfield.woff') format('woff'),
			url('//4351639.fs1.hubspotusercontent-na1.net/hubfs/4351639/raw_assets/public/CFG_More_than_law_2023/cfg-more-than-law/css/fonts/Springfield.ttf') format('truetype');    
}

/* 1c. Fonts */



















/* 1d. Font Weights */










/* 1e. Paddings */






/* 1f. Width */





@media only screen and (max-width: 1280px) and (min-width: 1181px)  {
	
}

@media only screen and (max-width: 1180px) and (min-width: 641px)  {

}

@media only screen and (max-width: 640px) {

blockquote {
  padding: 100px 0 25px 0px;
}
	
.springfield, .springfield-flamingo {
  font-family: 'springfieldregular', sans-serif;
	font-weight: 100;
	font-size: 6rem;	
	line-height: 0.6;
	text-transform: Capitalize;
}
}

/* ************************************************************************* */
/* *****************   2. Containers / Grid / DnD Areas   ****************** */
/* ************************************************************************* */


/* Background colours */

.bg-deep {	
	background-color: #0f1f4f;
}

.bg-flamingo {	
	background-color: #de7891;
}

.bg-blue {	
	background-color: #084282;
}

.bg-white {
	background-color: #ffffff;
}

.bg-white-ocean {
	background-color: #ffffff;
}

.bg-ocean {	
	background-color: #6182d9;
}

.bg-sky {
	background-color: #9eb5e8;
}

.bg-rose {	
	background-color: #ffbfc4;
}

.bg-coral {	
	background-color: #f77061;
}

.bg-jade {
	background-color: #4a9180;
}

.bg-steel {
	background-color: #706e6f;
}

.bg-mint {
	background-color: #b5d4cc;
}

.bg-deep, .bg-flamingo, .bg-blue, .bg-coral, .bg-rose, .bg-ocean {
	color: #ffffff;
}

.bg-deep h2:before, .bg-white h2:before {
	content: url(//4351639.fs1.hubspotusercontent-na1.net/hubfs/4351639/raw_assets/public/CFG_More_than_law_2023/cfg-more-than-law/css/images/svg/arrows/CFG-Arrow-flamingo.svg);	
}

.bg-flamingo h2:before, .bg-ocean h2:before {
	content: url(//4351639.fs1.hubspotusercontent-na1.net/hubfs/4351639/raw_assets/public/CFG_More_than_law_2023/cfg-more-than-law/css/images/svg/arrows/CFG-Arrow-white.svg);
}

.bg-deep a, .bg-deep h2  {
	color: #ffffff;
}

.bg-deep h3, .bg-white h3 {
	color: #de7891;
}

.bg-white-ocean h3, .bg-white h4 {
	color: #6182d9;
}

.top-image-radius {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.page-wrap, .page-wrap-review {
	width: 1110px;
	margin: auto;
}

.page-wrap-np {
	width: 1180px;
	margin: auto;
}

.padding-tb-rehab {
	padding-top: 0;
	padding-bottom: 60px;
}

.padding-tb-tiny {
	padding-top: 20px;
	padding-bottom: 20px;
}

.padding-tb-small, .padding-tb-small-v {
	padding-top: 60px;
	padding-bottom: 60px;
}

.padding-t-small {
	padding-top: 60px;
}

.padding-b-small {
	padding-bottom: 60px;
}

.padding-tb-medium {
	padding-top: 70px;
	padding-bottom: 70px;
}

.padding-tb-large {
	padding-top: 80px;
	padding-bottom: 80px;
}

.row-1 {
	width: 450px;
}

.row-3 {
	display: grid;
	grid-template-columns: auto 110px;	
	width: 100%;
}

@media only screen and (max-width: 1280px) and (min-width: 1181px)  {
.page-wrap, .page-wrap-np, .page-wrap-review  {
	box-sizing: border-box;
	padding-left: 60px;
	padding-right: 60px;
}	

}

@media only screen and (max-width: 1180px) and (min-width: 641px)  {
.page-wrap, .page-wrap-np, .page-wrap-review  {
	box-sizing: border-box;
	width: 100%;
	padding-left: 60px;
	padding-right: 60px;
}	

}

@media only screen and (max-width: 640px) {
.page-wrap, .page-wrap-np {
	width: auto;
	padding-right: 20px;
	padding-left: 20px;
}	
.page-wrap-review {
	width: auto;
}	
.row-1 {
	width: auto;
}
.padding-tb-small-v {
	padding-top: 0;
	padding-bottom: 60px;
}
}

/* ************************************************************************* */
/* **************************   3. Typography   **************************** */
/* ************************************************************************* */

html {
  font-size: 1rem;
}

body {
	background-color: #fff;
	padding: 0px;
	margin: 0px;
  color: #0f1f4f;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  line-height: 1.5;
}

/* Font Family */

.springfield-flamingo {
	color: #de7891;
	text-transform: lowercase;
	background: none;
}

.springfield, .springfield-flamingo {
  font-family: 'springfieldregular', sans-serif;
	font-weight: 100;
	font-size: 7.813rem;	
	line-height: 0.6;
}

/* Paragraphs */

p {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

p.lead,
p.intro {
  font-size: 1.25rem;
}

/* Anchors */

a {
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  color: #0f1f4f;
  transition: color 0.1s ease-in;
}

a:hover, a:focus {
  text-decoration: underline;
  color: #de7891;
}

a.button:disabled {
  background-color: #e6e6e6;
  pointer-events: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  word-break: break-word;
	margin-top: 0px;
}

h1 {
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  font-size: 3.25rem;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 30px;
  -webkit-font-smoothing: antialiased;
}

h2 {
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.2;
	padding-left: 25px;
	position: relative;
}

h2:before  {
	content: url(//4351639.fs1.hubspotusercontent-na1.net/hubfs/4351639/raw_assets/public/CFG_More_than_law_2023/cfg-more-than-law/css/images/svg/arrows/CFG-Arrow-deep.svg);
	position: absolute;
	left: 0;
	height: 17px;
	width: 17px;
}

h3 {
  font-weight: 300;
  font-style: normal;
  text-decoration: none;
  font-size: 2.375rem;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.2;
}

h3 span {
	font-weight: 600
}

h4 {
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  font-size: 1.75rem;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

h5 {
  font-weight: 900;
  font-style: normal;
  text-decoration: none;
  font-size: 2rem;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.2;
}

h6 {
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.2;
}

/* Lists */

ul {
  list-style-type: none;
}

ul,
ol {
  padding-left: 0;
  margin: 1.5rem 0;
}

ul li,
ol li {
  line-height: 1.5rem;
  margin: 0.5rem;	
}

.page-wrap ul li {
	background: url(//4351639.fs1.hubspotusercontent-na1.net/hubfs/4351639/raw_assets/public/CFG_More_than_law_2023/cfg-more-than-law/css/images/svg/arrows/CFG-Arrow-ocean.svg) 0px 8px no-repeat;
	background-size: 15px;
	padding-left: 30px;
	margin-left: 0;
}

.blog-content ul li {
	background: url(//4351639.fs1.hubspotusercontent-na1.net/hubfs/4351639/raw_assets/public/CFG_More_than_law_2023/cfg-more-than-law/css/images/svg/arrows/CFG-Arrow-flamingo.svg) 0px 8px no-repeat;
	background-size: 15px;
	padding-left: 30px;
	margin-left: 0;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
}

/* Blockquote */

blockquote {
	background: url(//4351639.fs1.hubspotusercontent-na1.net/hubfs/4351639/raw_assets/public/CFG_More_than_law_2023/cfg-more-than-law/css/images/svg/shapes/Speach-marks.svg) no-repeat 0px 30px; 
	border-radius: 6px;
  font-size: 1.375rem;
  font-weight: 400;
  padding: 25px 25px 25px 100px;
	margin: 0px;
}

/* Horizontal Rules */
hr {
  background-color: #d0d0d0;
  height: 1px;
  border: none;
}

code {
  vertical-align: bottom;
}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Forms */

::-webkit-input-placeholder { /* Edge */
  font-family: 'Poppins', sans-serif;
	color: #0f1f4f;
}

:-ms-input-placeholder { /* Internet Explorer */
  font-family: 'Poppins', sans-serif;
	color: #0f1f4f;
}

::placeholder, button, select {
	font-family: 'Poppins', sans-serif;  
	color: #0f1f4f;
}

/* Colour Overrides */

.white {
	color: #ffffff;
}

.owl-white, .owl-item a:hover, .owl-item a:focus, .owl-white:hover {
	color: #ffffff;
	text-decoration: none;
}

.deep {
	color: #0f1f4f;
}

.flamingo {
	color: #de7891;
}

.remove-padding {
	padding: 0px;
	margin: 0px;
}

@media only screen and (max-width: 1280px) and (min-width: 1181px)  {
	
}

@media only screen and (max-width: 1180px) and (min-width: 641px)  {
html {
  font-size: 0.875rem;
}
}

@media only screen and (max-width: 640px) {
	
blockquote {
  padding: 100px 0 25px 0px;
}
	
h1 {
  font-size: 2rem;
}
h3 {
  font-size: 1.5rem;
	font-weight: 700;
}

.springfield, .springfield-flamingo {
  font-family: 'springfieldregular', sans-serif;
	font-weight: 100;
	font-size: 6rem;	
	line-height: 0.6;
}
}

/* ************************************************************************* */
/* ***************************   4. Buttons   ****************************** */
/* ************************************************************************* */

#hs-web-interactives-bottom-anchor p {
	font-family: 'Poppins', sans-serif!important;
	color: #0f1f4f;
}

a.cta_button, .apply-button, .standard-button {
	padding: 16px 45px 16px 13px;
	border-radius: 6px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
	font-size: 1rem;
}

.hs-cta-node, .apply-button, .standard-button {
  position: relative;
}

a.cta_button:after, .apply-button:after {
	content: url(//4351639.fs1.hubspotusercontent-na1.net/hubfs/4351639/raw_assets/public/CFG_More_than_law_2023/cfg-more-than-law/css/images/svg/CFG-Button-Arrow-01.svg);
	position: absolute;
	right: 16px;
	height: 18px;
	width: 18px;
}

a.cta_button:after {
	top: 3px;
}

.apply-button:after {
	top: 17px;
}

a.cta_button.flamingo-cta, a.cta_button.flamingo-cta-mega {
	background-image: linear-gradient(#9eb5e8,#9eb5e8);
  background-color: #de7891;
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: .4s;
}

a.cta_button.deep-cta {
	background: #0f1f4f;
}

a.cta_button.jade-cta {
	background: #4a9180;
}

a.cta_button.ocean-cta, .cta-but-deep {
	background: #6182d9;
}

a.cta_button.sky-cta {
	background: #9eb5e8;
}

a.cta_button.coral-cta {
	background: #f77061;
}

a.cta_button.transparent, a.cta_button.white-border, a.cta_button.flamingo-cta, a.cta_button.flamingo-cta-mega, a.cta_button.deep-cta, a.cta_button.jade-cta, a.cta_button.coral-cta, .apply-button, .apply-button:hover, a.cta_button.ocean-cta, a.cta_button.sky-cta {
	color: #ffffff;
}

a.cta_button.white-border, .apply-button {
	border: 1px solid #ffffff;
}

a.cta_button.flamingo-border, .flamingo-cta {
	border: 1px solid #de7891;
	color: #de7891
}

a.cta_button.flamingo-cta:hover,  a.cta_button.flamingo-cta-mega:hover {
  background-size: 100% 100%;
}

@media only screen and (max-width: 1180px) and (min-width: 641px)  {
a.cta_button, .apply-button {
	font-size: 0.75rem;
}
}

@media only screen and (max-width: 640px) {
a.cta_button.flamingo-cta-mega {
	padding: 8px 45px 8px 13px;
}
a.cta_button, .apply-button {
	font-size: 0.75rem;
}
}

/* ************************************************************************* */
/* *****************************   5. Forms   ****************************** */
/* ************************************************************************* */

.enquiry-flex {
	display: grid;
	grid-template-columns: auto 350px;
}

.enquiry-form {
	background-image: url(//4351639.fs1.hubspotusercontent-na1.net/hubfs/4351639/raw_assets/public/CFG_More_than_law_2023/cfg-more-than-law/css/images/svg/backgrounds/Form-white-background-2.svg);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 90px;
}

.enquiry-form-champ {
	background-image: url(//4351639.fs1.hubspotusercontent-na1.net/hubfs/4351639/raw_assets/public/CFG_More_than_law_2023/cfg-more-than-law/css/images/svg/backgrounds/Form-deep-background.svg);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 90px;
}

.gdpr-print, form .hs-error-msg {
	font-size: 0.75rem;
}

.enquiry-img {
	margin-top: 100px;
}



.form-columns-2, .form-columns-1 {
	max-width: 740px!important;
}

form label{
	font-size: 1rem;
}

form .input {
	margin-right: 21px!important;
}

form .input input, form .input select, form .input textarea, form .input textarea, form .input select {
	border: 0px;
	border-radius: 6px;
	height: 48px;
	opacity: 0.75;
	width: 100%!important;
	padding: 0 13px;
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box; 
}

form .input textarea {
  width: 100%!important;
	border: 0px;
	border-radius: 6px;
	height: 65px;
	opacity: 0.75;
	width: 100%;
	padding: 13px;
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box; 
}

form .input select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	background: url(//4351639.fs1.hubspotusercontent-na1.net/hubfs/4351639/raw_assets/public/CFG_More_than_law_2023/cfg-more-than-law/css/images/svg/arrows/Form-select-input.svg) no-repeat 95% #ffffff;
	background-size: 5px 5px;
}

form .actions .hs-button {
	color: #0f1f4f;
	padding: 13px 46px 13px 13px;
	border: 0px;
	border-radius: 6px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 900;
	display: inline-block;
	background: url(//4351639.fs1.hubspotusercontent-na1.net/hubfs/4351639/raw_assets/public/CFG_More_than_law_2023/cfg-more-than-law/css/images/svg/arrows/CFG-button-arrow-deep.svg) no-repeat 90% #ffffff;
	background-size: 18px 18px;	
}

.hs-error-msgs, .hs-error-msgs li {
	padding-left: 0px!important;
	margin: 0px!important;
}

.hs-error-msgs li {
	background: none!important;
}

.enquiry-list {
	border-radius: 6px;
	background: #ffffff;
	color: #0f1f4f;
	padding: 30px;
	display: grid;
	grid-gap: 30px;
	grid-template-columns: 48px auto;		
	font-weight: 600;
}

@media only screen and (max-width: 1280px) and (min-width: 641px)  {

}

@media only screen and (max-width: 640px) {
	.enquiry-flex {
		display: block;
	}
	
	.enquiry-img {
		display: none;
	}
	
	form .input {
	margin-right: 0!important;
	width: 100%!important;
}

	.side-content {
		margin-top: 20px;
	}
	
form .input textarea {
  width: 95%!important;
	height: 90px;
}
	
}

/* ************************************************************************* */
/* ****************************   6. Tables   ****************************** */
/* ************************************************************************* */

/* ************************************************************************* */
/* **************************   7. Site Header   *************************** */
/* ************************************************************************* */

.top-flex {
	display: grid;
	grid-template-columns: auto 120px 320px;
}

.main-flex {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: 220px auto 160px;
	margin-bottom: 25px;
}

.top-menu-left ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.top-menu-left ul li {
	float: right;
	margin: 0 40px 0 0;
}

.top-menu-left ul li a {
  display: block;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.9rem;	
}

.top-menu-right {
	text-align: right;
}

.top-menu-right p {
	margin-bottom: 0;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.5rem;
}

.top-menu-right p span {
	color: #de7891;
	font-weight: 700;
	font-size: 1.75rem;
	padding-left: 7px;
}

.navbar {
  display: block;
}

.navbar a {
  font-size: 1rem;
  color: #ffffff;
  text-align: center;
  padding: 50px 16px;
  text-decoration: none;
	font-weight: 500;
}

.top-menu-item, .dropdown, .single-item {
  overflow: hidden;
	float: left;
}

.navbar .single-item {
	padding: 50px 30px 50px 15px;
	position: relative;
}

.navbar .single-item:after  {
	content: url(//4351639.fs1.hubspotusercontent-na1.net/hubfs/4351639/raw_assets/public/CFG_More_than_law_2023/cfg-more-than-law/css/images/svg/CFG-Button-Arrow-01.svg);
	position: absolute;
	right: 0;
	height: 17px;
	width: 17px;
}

.top-menu-item .dropbtn {
	color: #0f1f4f;
	padding: 21px 25px 21px 20px;
	position: relative;
}

.top-menu-item .dropbtn:after  {
	content: url(//4351639.fs1.hubspotusercontent-na1.net/hubfs/4351639/raw_assets/public/CFG_More_than_law_2023/cfg-more-than-law/css/images/svg/arrows/Inner-nav-down-arrow-deep.svg);
	position: absolute;
	right: 0;
	height: 17px;
	width: 17px;
}

.dropdown .dropbtn {
	color: #ffffff;
	padding: 50px 30px 50px 15px;
}

.dropdown .dropbtn:after  {
	content: url(//4351639.fs1.hubspotusercontent-na1.net/hubfs/4351639/raw_assets/public/CFG_More_than_law_2023/cfg-more-than-law/css/images/svg/arrows/Inner-nav-down-arrow-white.svg);
	position: absolute;
	right: 0;
	height: 17px;
	width: 17px;
}

.dropbtn {
  font-size: 1rem;
  border: none;
  outline: none;  
  margin: 0; /* Important for vertical align on mobile phones */
  background: none;
}

.dropdown-content-bg {
	background: #ffffff;
	height: 100%;
}

.dropdown-content1, .dropdown-content {

	display: none;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 99;
	background-color: #0f1f4f;
	box-shadow: 0px 35px 35px 0px rgb(0,0,0,0.5);
}

.dropdown:hover .dropdown-content, .top-menu-item:hover .dropdown-content1 {
  display: block;
}

.dropdown-flex {
	grid-gap: 25px;
	display: grid;
	grid-template-columns: 1fr 2fr;
}

.dropdown-content1 .dropdown-flex {
	padding: 50px 16px;
}

.dropdown-content1 .dropdown-content .dropdown-flex {
	padding: 0px 16px 50px 16px;
}

.mega-left {
	color:#ffffff;
}

/* Mega Menu - Sub Menu - nths children */

.dropdown-content1 .dropdown:nth-child(1) .mega-right .hs-menu-wrapper ul {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
	  max-width: 100%;
}

.dropdown-content1 .dropdown:nth-child(2) .mega-right .hs-menu-wrapper ul, .dropdown-content1 .dropdown:nth-child(3) .mega-right .hs-menu-wrapper ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
	  max-width: 100%;
}

.dropdown-content1 .dropdown:nth-child(4) .mega-right .hs-menu-wrapper ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
	  max-width: 50%;
}

/* Mega Menu - Sub Menu - nths children */


.top-menu-item:nth-child(3) .dropdown-content1 .mega-right .hs-menu-wrapper ul {
    columns: 1;
    -webkit-columns: 2;
    -moz-columns: 2;
	  max-width: 100%;
}

.top-menu-item:nth-child(4) .dropdown-content1 .mega-right .hs-menu-wrapper ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
	  max-width: 100%;
}

/* Mega Menu - nths children end */

.mega-right .hs-menu-wrapper ul {
    list-style-type: none;
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
	  max-width: 50%;
}

.mega-right .hs-menu-wrapper ul li {
  padding: 0 25px 15px 0;
	margin: 0 0 15px;
	background: url(//4351639.fs1.hubspotusercontent-na1.net/hubfs/4351639/raw_assets/public/CFG_More_than_law_2023/cfg-more-than-law/css/images/svg/CFG-Button-Arrow-01.svg) no-repeat right top;
	background-size: 19px 19px;
	border-bottom: 1px solid #ffffff;
}

.mega-right .hs-menu-wrapper ul li a {
    padding: 0px;
}

/* Search */

.search-box {
  position: absolute;
  height: 30px;
}

.search-input {
  outline: none;
  border: none;
  background: #e5ebf2;
  width: 0;
  padding: 0;
	color: #0f1f4f;
  transition: .3s;
  line-height: 30px;
}

.search-btn {
  color: #000000;
  float: left;
  height: 18px;
	border: 0px;
  background: #e5ebf2;
  display: inline-block;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: .3s;
	border-top-left-radius: 60px;
	border-bottom-left-radius: 60px;
	padding: 6px;
}

.search-btn2 {
	color: #0f1f4f;
	font-weight: 700;
  float: right;
  height: 30px;
	border: 0px;
  background: #e5ebf2;
  display: inline-block;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: .3s;
	border-top-right-radius: 60px;
	border-bottom-right-radius: 60px;
	padding: 0 15px 0 15px;
}

.search-input:focus,
.search-input:not(:placeholder-shown) {
  width: 320px;
  padding: 0 6px;
}

.search-box:hover > .search-input {
  width: 320px;
  padding: 0 6px;
}

.search-box:hover > .search-btn,
.search-input:focus + .search-btn,
.search-input:not(:placeholder-shown) + .search-btn {
  color: #000000;
}

.search-box:hover .search-btn2 {
	background: #de7891;
	color: #ffffff;
}

/* Burger Menu */

.mobile-nav {
	display: none;
}

.hamburger-menu {
	height: 40px;
	display: grid;
	grid-template-columns: auto 140px auto;
	padding: 0px 20px;
	color: #ffffff;
	box-sizing: border-box;
}

.menu__box a {
	color: #ffffff
}

#menu__toggle {
  opacity: 0;
}
#menu__toggle:checked + .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked + .menu__btn > span::before {
  top: 0;
  transform: rotate(0deg);
}
#menu__toggle:checked + .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  left: 0 !important;
}
.menu__btn {
  position: fixed;
  top: 38px;
  right: 20px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 1;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
	background-color: #0f1f4f;
  transition-duration: .25s;
}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}

.main-flex .menu__box {
  display: none;
  position: fixed;
  top: 80px;
  left: -100%;
  width: 100%;
  height: 100%;
  margin: 0;
  list-style: none;
  background-color: #0f1f4f;
  transition-duration: .25s;
	z-index: 500;
  padding: 25px 15px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.main-flex #menu__toggle {
  display:none;
}

.main-flex .menu__btn {
  display: none;
	position: fixed;
  top: 38px;
  right: 20px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 1;
}

.menu__box {
  display: block;
  position: fixed;
  top: 80px;
  left: -100%;
  width: 100%;
  height: 100%;
  margin: 0;
  list-style: none;
  background-color: #0f1f4f;
  transition-duration: .25s;
	z-index: 500;
  padding: 25px 15px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.menu__item {
  display: block;
  padding: 0 25px;
	color: #ffffff;
  font-size: 1rem;
  text-decoration: none;
  transition-duration: .25s;
}

/* Menu Accordian */

.hamburger-menu .accordion {
  background-image: url(//4351639.fs1.hubspotusercontent-na1.net/hubfs/4351639/raw_assets/public/CFG_More_than_law_2023/cfg-more-than-law/css/images/svg/shapes/Plus-white.svg);
}

.hamburger-menu .single-item {
  background-image: url(//4351639.fs1.hubspotusercontent-na1.net/hubfs/4351639/raw_assets/public/CFG_More_than_law_2023/cfg-more-than-law/css/images/svg/CFG-Button-Arrow-01.svg);
	margin-right: 0!important;
}

.hamburger-menu .accordion, .hamburger-menu .single-item {
  transition: 0.4s;
	font-size: 1rem;
  margin: 0px 20px 0 0;
  background-size: 17px 17px;
	background-position: right;
	background-repeat: no-repeat;
  padding: 15px 25px 15px 0;
}

.hamburger-menu .panel .accordion,  {
  margin-right: 0px;
}

.hamburger-menu .active, .accordion:hover {

}

.hamburger-menu .panel {
  padding: 0 20px;
  height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
	border-bottom: 1px solid #ffffff;
}

.hamburger-menu .panel .panel {
	border-bottom: 0px;
	padding: 0 0 0 20px;
}

.menu__box .panel ul li, .menu__box ul li {
	background: url(//4351639.fs1.hubspotusercontent-na1.net/hubfs/4351639/raw_assets/public/CFG_More_than_law_2023/cfg-more-than-law/css/images/svg/CFG-Button-Arrow-01.svg) no-repeat right top;
	background-size: 17px 17px;
	font-weight: 400;
}

.menu__box .panel ul li {
	margin: 1rem 0 1rem .5rem;
}

.menu__box ul li{
	margin: 1rem 1.25rem 1rem .5rem;
}

.menu__box .panel ul {
	padding-left: 25px;
	margin: 0px;
}

/* Search Bar */

.menu__box .hs-search-field {
	border: 1px solid #0f1f4f;
	border-radius: 60px;
	padding: 8px;
	background: #ffffff;
}

.menu__box #serch_form form {
  align-items: center;
  display: flex;
}

.menu__box #serch_form form input {
	border: 0;
	height: 26px;
	width: 100%;
	color: #0f1f4f;
}

.menu__box #serch_form form input:focus-visible {
	border: 0;
	outline: 0;
}

.menu__box #serch_form form button {
	background: none;
	border: 0px;
	height: 26px;
	padding: 0 6px;
}

.overview-link {
	margin-top: 1.5rem;
}

.overview-button, .mega-left .overview-button {
	padding: 16px 45px 16px 13px;
	margin: 15px 0;
	border: 1px solid #ffffff;
	border-radius: 6px;
	position: relative;
}

.overview-button:after, .mega-left .overview-button:after {
	content: url(//4351639.fs1.hubspotusercontent-na1.net/hubfs/4351639/raw_assets/public/CFG_More_than_law_2023/cfg-more-than-law/css/images/svg/CFG-Button-Arrow-01.svg);
	position: absolute;
	right: 16px;
	height: 18px;
	width: 18px;
}


/* Media Query */

@media only screen and (max-width: 1280px) and (min-width: 1181px)  {
.dropbtn, .navbar a {
  font-size: 0.75rem;
}
	
.dropdown-content1 .dropdown-flex {
	padding: 50px 0px;
}
	
.mega-left p {
	font-size: 0.75rem;
}
	
.main-flex {
	grid-template-columns: 140px auto 160px;
}
	
}

@media only screen and (max-width: 1180px) and (min-width: 1001px)  {
.dropbtn, .navbar a {
  font-size: 0.75rem;
}
	
.dropdown-content1 .dropdown-flex {
	padding: 50px 0px;
}
	
.mega-left p {
	font-size: 0.75rem;
}
	
.main-flex {
	grid-template-columns: 140px auto 135px;
}

.top-flex {
	display: grid;
	grid-template-columns: auto 120px 280px;
}
	
.top-menu-item .dropbtn {
	padding: 21px 25px 21px 20px;
}
}

@media only screen and (max-width: 1000px) and (min-width: 751px)  {
	
.dropbtn, .navbar a {
  font-size: 0.75rem;
}
	
.dropdown-content1 .dropdown-flex {
	padding: 50px 0px;
}
	
.mega-left p {
	font-size: 0.75rem;
}
	
.main-flex {
	grid-template-columns: 140px auto 135px;
}

.top-flex {
	display: grid;
	grid-template-columns: auto 120px 280px;
}
	
.top-menu-item .dropbtn, .navbar .single-item {
	padding: 21px 25px 21px 20px;
}
	
}

@media only screen and (max-width: 750px) {
.nav-main, .above-nav {
  display:none;
}
	
.mobile-nav {
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  background: #ffffff;
  z-index: 999;
}
	
body {
  padding-top: 40px;
}
}

/* ************************************************************************* */
/* **************************   8. Site Footer   *************************** */
/* ************************************************************************* */

.logo-footer,  {
	background: #0f1f4f;
}

.logo-footer, .logo-footer a, .logo-footer h2 {
	color: #ffffff;
}

.footer-banner-flex {
  grid-gap: 25px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.footer-flex {
  display: grid;
  grid-gap: 0px 20px;
  grid-template-columns: 200px auto;
	font-size: 0.75rem;
	margin: 45px 0;
}

.footer-flex-a {
  grid-column: 2;
  grid-row: 1;
}

.footer-flex-b {
  grid-column: 1 / 2 ;
  grid-row: 1 / 3;
	margin: auto;
	width: 200px;
}

.footer-flex-c {
  grid-column: 2;
  grid-row: 2;
}

.footer-menu {
	margin: 0 0 40px 0;
}

.footer-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.footer-menu ul li {
	float: left;
	margin: 0 50px 0 0;
}

.footer-menu ul li a {
  display: block;
	font-weight: 900;
}

.strap-line p {
	font-size: 1.75rem;
	margin-bottom: 0px;
}

.footer-contact {
	display:block;
}

.footer-ctas {
	display:none;
}

.social-footer a {
	margin-right: 10px;
}

/* Media Query */

@media only screen and (max-width: 1280px) and (min-width: 1001px)  {
	
}

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

}

@media only screen and (max-width: 640px) {
	.footer-banner-flex {
		display: grid;
	  grid-template-columns: 1fr;
		text-align: center;
	}
	
	.footer-ctas, .footer-flex {
		display: block;
	}
	
	.footer-contact {
		display: none;
	}
	
	.footer-flex-b {
		width: 200px;
  	margin: auto;
}
	
	.footer-menu ul li {
		margin: 0 30px 0 0;
	}
}

/* ************************************************************************* */
/* *****************************   9. Blog   ******************************* */
/* ************************************************************************* */


/* ************************************************************************* */
/* *************************   10. System Pages   ************************** */
/* ************************************************************************* */

/* ************************************************************************* */
/* ***************************   11. Modules  ****************************** */
/* ************************************************************************* */

.sub-header-accreds {
	padding: 20px 0; 
	display: grid;
	grid-template-columns: 148px auto 50%;
}
.breadcrumb ul {
  list-style-type: none;
  overflow: hidden;
	padding: 0px;
	margin: 0px;
}

.breadcrumb ul li {
	float: left;
	color: #ffffff;
	font-size: 0.75rem;
	background: url(//4351639.fs1.hubspotusercontent-na1.net/hubfs/4351639/raw_assets/public/CFG_More_than_law_2023/cfg-more-than-law/css/images/svg/arrows/Breadcrumbs-arrow.svg) no-repeat left;
	padding-left: 36px;
	padding-right: 18px;
}

.breadcrumb ul li:nth-child(1) {
  background: none;
	padding-left: 0px;
}

.breadcrumb ul li:nth-last-child(1) a {
	font-weight: 700;
}

.breadcrumb ul li a {
	color: #ffffff;
	font-weight: 200;
}

.header-global-flex {
    display: grid;
    grid-template-columns: auto 370px;
	  grid-gap: 20px 50px;
}

.header-global-flex .a {
    grid-column: 1 / 2;
    grid-row: 1;
	  padding-top: 75px;
}

.header-global-flex .b {
    grid-column: 2;
    grid-row: 1 / 3;
}

.header-global-flex .c {
    grid-column: 1;
    grid-row: 2;
		display: grid;
		grid-gap: 0 30px; 
		grid-template-columns: 160px auto;
}

.header-global-flex .b img {
    width: 100%;
}

.header-global-flex .c p {
	margin-top: 15px;
}

.header-global-flex .c2 {
    grid-column: 1;
    grid-row: 2;
}

.header-global-flex .c2 img {
    padding-right: 10px;
}

.sub-header-feefo {
	padding-top: 12px;
	margin-right: 10px;
}

.sub-header-accreds h2 {
	margin-top: 20px;
}

.accred-icons img {
	padding-right: 10px;
}

.career-logos {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: 1fr;
}

.header-left .springfield {
	font-size: 3.25rem;
}

.usp {
	margin-top: 20px;
}

@media only screen and (max-width: 1000px) and (min-width: 641px)  {
.header-global-flex {
    display: grid;
    grid-template-columns: auto 250px;
	  grid-gap: 20px 50px;
}
}

@media only screen and (max-width: 640px) {
.header-global-flex, .sub-header-accreds {
		display: block;
}
	
.header-global-flex .c2 {
    margin-top: 20px;
}
	
.header-global-flex .a {
  width: 100%;
	padding-top: 30px;
}
	
.header-global-flex .b {
	margin-top: 30px;
}
	
.header-global-flex .c p {
	width: auto;
}
	
.header-global-flex .b img {
	width: 100%;
	margin-bottom: 30px;
}	
}

.service-flex {
    display: grid;
    grid-gap: 0 5%;
    grid-template-columns: 45% 50%;
}

.service-flex .a {
    grid-column: 2;
    grid-row: 1;
}

.service-flex .b {
    grid-column: 1;
    grid-row: 1 / 3;
}

.service-flex .c, .service-flex .c2 {
    grid-column: 2;
    grid-row: 2;
}

.service-flex .b img {
  max-width: 402px;  
	width: 100%;
}

.service-flex .anchor {
	font-size: 1.25rem;
	font-weight: 700;
	margin: 0px;
	text-transform: uppercase;
	border-bottom: 1px solid #6182d9;
	background: url(//4351639.fs1.hubspotusercontent-na1.net/hubfs/4351639/raw_assets/public/CFG_More_than_law_2023/cfg-more-than-law/css/images/svg/arrows/CFG-button-arrow-deep.svg) no-repeat right;
	background-size: 18px 18px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.bullets {
	background: #de7891;
	color: #ffffff;
	border-radius: 6px;
	padding: 26px 30px 6px 30px;
}

.bullets-inner {
	display: grid;
  grid-gap: 20px;
  grid-template-columns: 50px auto;
	margin-bottom: 20px;
}

.bullets-inner p {
	margin-bottom: 0px;
}

.cs-card {
	height: 209px;
	padding: 30px;
	border-radius: 6px;
	transition: all 0.3s ease;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: left;
	flex-direction: column;
	cursor: pointer;
	transition: all 0.5s ease;
	margin-bottom: 30px;
	width: 380px;
}

.icon {
	transition: all 0.5s ease;
	margin-top: 200px;
}

.title {
	font-size: 1.75rem;
}

.cs-card .text {
	color: white;
	opacity: 0;
	max-height:0;
	font-size: 1rem;
	transition: all 0.5s ease;
	margin-bottom: 0px;
}

.rounded {
	border-radius: 6px;
}

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

}

@media only screen and (max-width: 640px) {
.service-flex {
		display: block;
}
	
.service-flex .a p {
	width: auto;
}	
	
.service-flex .anchor {
	font-size: 1rem;
  }
.service-flex .b {
    margin-top: 30px;
}
	
.cs-card {
	width: 310px;
	height: 190px;
	background-size: 100% 100%;
}
}

.standard-flex {
    display: grid;
    grid-gap: 80px;
    grid-template-columns: 550px auto;
}

.standard-flex .b p {
  text-align: center;
	padding: 0px;
	margin: 0px;
}

.standard-flex .b p img {
  max-width: 322px;
	width: 100%;
}


@media only screen and (max-width: 640px) {
.standard-flex {
	grid-gap: 30px;	
	grid-template-columns: 1fr;
	}
	
}

.vacancy-container {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: 1fr 1fr 1fr;
	padding-bottom: 30px;
}

.vacancy-box {
	background: #6182d9;
	color: #ffffff;
	border-radius: 6px;
	padding: 20px;
}

.vacancy-box h4 {
	color: #0f1f4f;
	border-bottom: 1px solid #3c5497;
	font-size: 1.25rem;
	font-weight: bold;
	padding-bottom: 13px;
}

.vacancy-box a {
	color: #ffffff;
	text-transform: UPPERCASE;
	font-weight: 700;
}

.pin {
	padding-left: 30px;
	position: relative;
	font-weight: 600;
}

.pin:before  {
	content: url(//4351639.fs1.hubspotusercontent-na1.net/hubfs/4351639/raw_assets/public/CFG_More_than_law_2023/cfg-more-than-law/css/images/svg/icons/pin-drop-white.svg);
	position: absolute;
	left: 0;
	height: 17px;
	width: 17px;
}

.vacancy-header {
	background-image: url(//4351639.fs1.hubspotusercontent-na1.net/hubfs/4351639/raw_assets/public/CFG_More_than_law_2023/cfg-more-than-law/css/images/svg/backgrounds/Deep-C-under.svg);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: auto 700px;
	color: #ffffff;
}

.vac-h1 h1 {
	margin-top: 80px;
	margin-bottom: 60px;
	width: 700px;
}

.vac-h1 img {
	padding-right: 30px;
}

.vacancy-post-flex {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: auto 350px;
}

.vacancy-side-content {
	background: #0f1f4f;
	color: #ffffff;
	border-radius: 6px;
	padding: 25px 20px;
	margin-bottom: 30px;
}

.vacancy-side-content h2 {
	margin-bottom: 30px;
}

.vacancy-side-content h4 {
	margin-bottom: 30px;
	color: #de7891;
}

.vacancy-content {
	order: 1;
	-webkit-order: 1;
}

.vacancy-content-right {
	order: 2;
	-webkit-order: 2;
}

.order-1 {
	order: 1;
	-webkit-order: 1;
  grid-column: 1;
  grid-row: 1/5;
}

.order-2 {
	order: 2;
	-webkit-order: 2;
  grid-column: 2;
  grid-row: 1;
}

.order-3 {
	order: 3;
	-webkit-order: 3;
  grid-column: 2;
  grid-row: 2;
}

.order-4 {
	order: 4;
	-webkit-order: 4;
  grid-column: 2;
  grid-row: 3;
}

.vac-box-bg {
	background-image: url(//4351639.fs1.hubspotusercontent-na1.net/hubfs/4351639/raw_assets/public/CFG_More_than_law_2023/cfg-more-than-law/css/images/svg/backgrounds/vac-box-BG.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.vac-box2-bg {
	background-image: url(//4351639.fs1.hubspotusercontent-na1.net/hubfs/4351639/raw_assets/public/CFG_More_than_law_2023/cfg-more-than-law/css/images/svg/backgrounds/vac-box2-BG.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.join-flex {
	display: grid;
	grid-gap: 15px;
	grid-template-columns: 26px auto;
}

.why-join {
	color: #de7891;
	font-weight: 700;
	margin-bottom: 0px;
}

.careers-partnerships {
	display: grid;
	grid-gap: 15px;
	grid-template-columns: 1fr 1fr 1fr;
}

.location, .employment, .salary {
	padding: 3px 0 20px 40px;
	position: relative;
	border-bottom: 1px solid #ffffff;
}

.salary {
	border-bottom: 0;
	margin-bottom: 0px;
	padding-bottom: 7px;
}

.location:before, .employment:before, .salary:before {
	position: absolute;
	left: 0;
	top 0;
	height: 30px; 
	width: 25px;
}

.location:before {
	content: url(//4351639.fs1.hubspotusercontent-na1.net/hubfs/4351639/raw_assets/public/CFG_More_than_law_2023/cfg-more-than-law/css/images/svg/icons/pin-drop-white.svg);
}

.employment:before {
	content: url(//4351639.fs1.hubspotusercontent-na1.net/hubfs/4351639/raw_assets/public/CFG_More_than_law_2023/cfg-more-than-law/css/images/svg/icons/briefcase-nb.svg);
}

.salary:before {
	content: url(//4351639.fs1.hubspotusercontent-na1.net/hubfs/4351639/raw_assets/public/CFG_More_than_law_2023/cfg-more-than-law/css/images/svg/icons/wallet.svg);
}

@media only screen and (max-width: 1280px) and (min-width: 641px)  {

}

@media only screen and (max-width: 640px) {
.vacancy-container, .vacancy-post-flex {
	grid-template-columns: 1fr;
}
	
.vac-h1 img {
	padding-right: 5px;
	height: 40px;
}
	
.header-left h1 {
		width: 100%;
}
	
.vacancy-content {
	order: 2;
	-webkit-order: 2;
}

.vacancy-content-right {
	order: 1;
	-webkit-order: 1;
}
	
.order-1 {
	order: 2;
	-webkit-order: 2;
  grid-column: 1;
  grid-row: 2;
}

.order-2 {
	order: 1;
	-webkit-order: 2;
  grid-column: 1;
  grid-row: 1;
}

.order-3 {
	order: 3;
	-webkit-order: 3;
  grid-column: 1;
  grid-row: 3;
}

.order-4 {
	order: 4;
	-webkit-order: 4;
  grid-column: 1;
  grid-row: 4;
}
}

.vac-cta-footer {
	text-align: center;
	width: 630px;
	margin: auto;
}

.vac-cta-footer a, .vac-cta-footer a:hover {
	color: #ffffff;
}

.vac-cta-footer h2 {
	display: inline-block;
}

.vac-cta-footer h2:before  {
	content: url(//4351639.fs1.hubspotusercontent-na1.net/hubfs/4351639/raw_assets/public/CFG_More_than_law_2023/cfg-more-than-law/css/images/svg/arrows/CFG-Arrow-white.svg);
}


@media only screen and (max-width: 1280px) and (min-width: 641px)  {

}

@media only screen and (max-width: 640px) {
.vac-cta-footer {
	width: 100%;
}
}

/* ************************************************************************* */
/* ***************************   11. Menus    ****************************** */
/* ************************************************************************* */

#navbar {
	background: #ffffff;
  position: fixed;
  top: -100px;
  width: 100%;
  transition: top 0.3s;
	z-index: 999;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	padding: 15px 0;
}

#careers-nav {
	display: block;
}

#careers-nav-mobile {
	display: none;
}

#careers-nav ul {
	margin: 0px;
}

#careers-nav ul li {
	display: inline;
	background: none;
	padding-left: 0;
	margin-right: 0;
	padding-right: 20px;
}

#careers-nav ul li a {
	position: relative;	
	padding: 15px 25px 15px 0;
}

#careers-nav ul li a:after {
	content: url(//4351639.fs1.hubspotusercontent-na1.net/hubfs/4351639/raw_assets/public/CFG_More_than_law_2023/cfg-more-than-law/css/images/svg/arrows/CFG-button-arrow-deep.svg);
	position: absolute;
	right: 0;
	top: 17px;
	height: 19px;
	width: 19px;
}

#careers-nav-mobile .accordion span:after {
  content: url(//4351639.fs1.hubspotusercontent-na1.net/hubfs/4351639/raw_assets/public/CFG_More_than_law_2023/cfg-more-than-law/css/images/svg/arrows/Arrow-down-white.svg);
	position: absolute;
	right: 0;
	height: 15px;
	width: 15px;
}

#careers-nav-mobile .active span:after {
  content: url(//4351639.fs1.hubspotusercontent-na1.net/hubfs/4351639/raw_assets/public/CFG_More_than_law_2023/cfg-more-than-law/css/images/svg/arrows/Arrow-up-white.svg);
}

#careers-nav-mobile .accordion {
  transition: 0.4s;
	font-size: 1rem;
  margin: 0px;
  position: relative;
}

#careers-nav-mobile .panel ul {
	margin-bottom: 0px;
}

#careers-nav-mobile .panel ul li a {
	display: block;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 7px;
	position: relative;
	color: #ffffff;
}

#careers-nav-mobile .panel ul li a:after {
  content: url(//4351639.fs1.hubspotusercontent-na1.net/hubfs/4351639/raw_assets/public/CFG_More_than_law_2023/cfg-more-than-law/css/images/svg/arrows/Arrow-right-white.svg);
	position: absolute;
	right: 0;
	height: 7px;
	width: 7px;
}

#careers-nav-mobile .active, .accordion:hover {

}

#careers-nav-mobile .panel {
  height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

@media only screen and (max-width: 1280px) and (min-width: 641px)  {
#careers-nav ul li a {
	font-size: 0.75rem;
}

#careers-nav ul li a:after {
	top: 15px;
	height: 15px;
	width: 15px;
}
}

@media only screen and (max-width: 640px) {
	.process-flex-mobile {
		display: block;
	}
	.process-flex {
		display: none;
	}
		#navbar {
		position: static;
	}
	
	#careers-nav {
	  display: none;
  }

  #careers-nav-mobile {
	  display: block;
		padding: 10px;
		border: 1px solid #0f1f4f;
		border-radius: 6px;
		margin-top: 20px;
		background: #0f1f4f;
		color: #ffffff;
  }
}

.mask, .cfg-circle-mask {
  -webkit-mask-image: url(//4351639.fs1.hubspotusercontent-na1.net/hubfs/4351639/raw_assets/public/CFG_More_than_law_2023/cfg-more-than-law/css/images/svg/CFG-Circle-Mask.svg);
  mask-image: url(//4351639.fs1.hubspotusercontent-na1.net/hubfs/4351639/raw_assets/public/CFG_More_than_law_2023/cfg-more-than-law/css/images/svg/CFG-Circle-Mask.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.owl-carousel__nav {
  float: right;
	display: flex;
	grid-gap: 0 10px;
}