/*  --------------------------------------------------
  CSS OVERRIDE [DEFAULT.CSS]
  PROJECT : VUTURE - REDESIGN
  BY : GAJEN
  DATE : SEP 2020
  -------------------------------------------------- */
@font-face {
  font-family: 'PlayfairDisplay';
  src: url('../_fonts/PlayfairDisplay-Regular.eot?#iefix') format('embedded-opentype'), url('../_fonts/PlayfairDisplay-Regular.woff') format('woff'), url('../_fonts/PlayfairDisplay-Regular.ttf') format('truetype'), url('../_fonts/PlayfairDisplay-Regular.svg#PlayfairDisplay-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PlayfairDisplay-Italic';
  src: url('../_fonts/PlayfairDisplay-Italic.eot?#iefix') format('embedded-opentype'), url('../_fonts/PlayfairDisplay-Italic.woff') format('woff'), url('../_fonts/PlayfairDisplay-Italic.ttf') format('truetype'), url('../_fonts/PlayfairDisplay-Italic.svg#PlayfairDisplay-Italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PlayfairDisplay-Black';
  src: url('../_fonts/PlayfairDisplay-Black.eot?#iefix') format('embedded-opentype'), url('../_fonts/PlayfairDisplay-Black.woff') format('woff'), url('../_fonts/PlayfairDisplay-Black.ttf') format('truetype'), url('../_fonts/PlayfairDisplay-Black.svg#PlayfairDisplay-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PublicSans';
  src: url('../_fonts/PublicSans-Regular.eot?#iefix') format('embedded-opentype'), url('../_fonts/PublicSans-Regular.woff') format('woff'), url('../_fonts/PublicSans-Regular.ttf') format('truetype'), url('../_fonts/PublicSans-Regular.svg#PublicSans-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PublicSans-Thin';
  src: url('../_fonts/PublicSans-Thin.eot?#iefix') format('embedded-opentype'), url('../_fonts/PublicSans-Thin.woff') format('woff'), url('../_fonts/PublicSans-Thin.ttf') format('truetype'), url('../_fonts/PublicSans-Thin.svg#PublicSans-Thin') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PublicSans-Light';
  src: url('../_fonts/PublicSans-Light.eot?#iefix') format('embedded-opentype'), url('../_fonts/PublicSans-Light.woff') format('woff'), url('../_fonts/PublicSans-Light.ttf') format('truetype'), url('../_fonts/PublicSans-Light.svg#PublicSans-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PublicSans-Medium';
  src: url('../_fonts/PublicSans-Medium.eot?#iefix') format('embedded-opentype'), url('../_fonts/PublicSans-Medium.woff') format('woff'), url('../_fonts/PublicSans-Medium.ttf') format('truetype'), url('../_fonts/PublicSans-Medium.svg#PublicSans-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PublicSans-SemiBold';
  src: url('../_fonts/PublicSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('../_fonts/PublicSans-SemiBold.woff') format('woff'), url('../_fonts/PublicSans-SemiBold.ttf') format('truetype'), url('../_fonts/PublicSans-SemiBold.svg#PublicSans-SemiBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PublicSans-Bold';
  src: url('../_fonts/PublicSans-Bold.eot?#iefix') format('embedded-opentype'), url('../_fonts/PublicSans-Bold.woff') format('woff'), url('../_fonts/PublicSans-Bold.ttf') format('truetype'), url('../_fonts/PublicSans-Bold.svg#PublicSans-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PublicSans-ExtraBold';
  src: url('../_fonts/PublicSans-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../_fonts/PublicSans-ExtraBold.woff') format('woff'), url('../_fonts/PublicSans-ExtraBold.ttf') format('truetype'), url('../_fonts/PublicSans-ExtraBold.svg#PublicSans-ExtraBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PublicSans-Black';
  src: url('../_fonts/PublicSans-Black.eot?#iefix') format('embedded-opentype'), url('../_fonts/PublicSans-Black.woff') format('woff'), url('../_fonts/PublicSans-Black.ttf') format('truetype'), url('../_fonts/PublicSans-Black.svg#PublicSans-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}
html {
  background: #FFFFFF;
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #FFFFFF;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%;
}
body {
  width: 100%;
  color: #333333;
  font-size: 16px;
  font-family: 'PublicSans', sans-serif;
  line-height: 1.2;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1.2;
  font-family: 'PlayfairDisplay', sans-serif;
  color: #222222;
  margin-bottom: 20px;
  padding-bottom: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}
h1 {
  font-size: 26px;
  margin-bottom: 15px;
  line-height: 34px;
  color: #007B99;
}
h2 {
  font-size: 30px;
  line-height: 44px;
  margin-bottom: 15px;
  color: #007B99;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
p, ul {
  padding: 0px 0px 15px 0px;
  line-height: 22px;
  color: #333333;
  font-size: 16px;
  font-family: 'PublicSans', sans-serif;
}
li {
  padding: 0px 0px 15px 0px;
  line-height: 22px;
  color: #333333;
  font-size: 16px;
  font-family: 'PublicSans', sans-serif;
}
a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #DE9B4E;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #7f7f7f;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #7f7f7f;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #7f7f7f;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #7f7f7f;
}
.centered {
  text-align: center;
}

/*  7.0 ----------------------------------------------
  BUTTONS
  -------------------------------------------------- */
.read_more {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.read_more p {
  padding-bottom: 0;
  margin-bottom: 0;
  color: #222222;
  font-size: 16px;
}
.read_more p a {
  color: #222222;
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.read_more p a:before {
  content: '\68';
  position: absolute;
  left: -3px;
  top: 0;
  font-family: 'alumni2019';
  color: #d7d7d7;
  font-size: 14px;
}
.read_more p a:hover:before {
  color: #007B99;
}
.button {
  display: inline-block;
}
.button p {
  font-family: 'PublicSans-Bold';
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 22px;
}
.button p a {
  min-width: 168px;
  background-color: #DE9B4E;
  display: inline-block;
  box-sizing: border-box;
  padding: 15px;
  color: #333333;
  position: relative;
  text-align: center;
}
.button p a:hover {
  opacity: 0.9;
  color: #222222;
}
.button.button--reset {
  padding: 0;
  border: none;
  background: none;
  text-decoration: underline;
}
.button.button--small p a {
  padding: 10px 19px;
  font-size: 16px;
  line-height: 24px;
}
.button.button--full_width {
  display: block;
}
.button.button--full_width p a {
  width: 100%;
}
input[type="submit"],
button,
input[type="button"] {
  font-family: 'PublicSans-Bold';
  padding: 0;
  margin: 0;
  width: 168px;
  background-color: #DE9B4E;
  display: inline-block;
  box-sizing: border-box;
  padding: 15px;
  color: #333333;
  font-size: 16px;
  line-height: 22px;
  position: relative;
  text-align: center;
  border: none;
}
input[type="submit"]:hover,
button:hover,
input[type="button"]:hover {
  opacity: 0.9;
  color: #222222;
}
/*  8.0 ----------------------------------------------
  FORMS
  -------------------------------------------------- */
form {
  width: 100%;
}
input,
select,
textarea {
  border: none;
  color: #333333;
  font-size: 20px;
  line-height: 22px;
  padding: 15px;
  text-transform: none;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: 'PublicSans-Light';
  border-radius: 0;
  background: #FFFFFF;
}
label {
  display: block;
  color: #333333;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 5px;
  font-family: 'PublicSans-Bold';
  font-weight: 700;
  text-transform: uppercase;
}
[type=checkbox],
[type=radio] {
  border: none;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #7f7f7f;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #7f7f7f;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #7f7f7f;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #7f7f7f;
}
input[readonly] {
  border-color: #acacac;
  color: #c1bebe;
}
.form_group {
  margin-bottom: 15px;
  overflow: hidden;
}
.form_group label {
  display: inline-block;
}
.form_group > label {
  display: block;
  margin-bottom: 5px;
}
.form_group span {
  font-family: 'PublicSans-Bold';
}
.form_group.submit {
  text-align: center;
}
.form_group.select {
  position: relative;
}
.form_group.select label:after {
  width: 30px;
  height: 36px;
  content: '\66';
  position: absolute;
  right: 1px;
  top: 24px;
  pointer-events: none;
  font-family: 'alumni2019';
  color: #333333;
  text-align: center;
  line-height: 36px;
  background: #FFFFFF;
  text-transform: none;
}
.form_group.select select::-ms-expand {
  display: none;
}
.form_group.select option {
  background-color: #FFFFFF;
  color: #333333;
}
.form_group .radio {
  position: relative;
  margin-bottom: 2px;
  margin-right: 15px;
}
.form_group .radio input[type="checkbox"],
.form_group .radio input[type="radio"] {
  position: absolute;
  top: 5px;
  left: 0;
  visibility: hidden;
}
.form_group .radio .checkbox_label,
.form_group .radio .radio_label {
  padding-left: 24px;
  display: inline-block;
}
.form_group .radio .checkbox_label:before,
.form_group .radio .radio_label:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  position: absolute;
  left: 0;
  top: 3px;
  font-family: 'alumni2019';
  text-transform: none;
}
.form_group .radio .checkbox_label:before {
  content: '\75';
}
.form_group .radio .radio_label:before {
  content: '\77';
}
.form_group .radio input[type=checkbox]:checked + label,
.form_group .radio input[type=radio]:checked + label {
  color: #007B99;
}
.form_group .radio input[type=checkbox]:checked + label::before {
  content: '\76';
}
.form_group .radio input[type=radio]:checked + label::before {
  content: '\78';
}
/*  VX FORM STYLES */
.vx_form {
  margin-bottom: 20px;
}
.vx_form p {
  margin-bottom: 10px;
  padding-bottom: 0;
}
.vx_form p label {
  display: inline-block;
}
.vx_form p > label {
  display: block;
  margin-bottom: 5px;
}
.interaction_field > span,
.multiple_choice > span,
.checkboxes > span {
  display: block;
  color: #1F4D64;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 5px;
  font-family: 'PublicSans-Bold';
  font-weight: 700;
  text-transform: uppercase;
}
.interaction_field > label,
.multiple_choice > label,
.checkboxes > label {
  position: relative;
  margin-bottom: 2px;
  margin-right: 15px;
}
.interaction_field > label span,
.multiple_choice > label span,
.checkboxes > label span {
  padding-left: 24px;
  display: inline-block;
}
.interaction_field > label span:before,
.multiple_choice > label span:before,
.checkboxes > label span:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'alumni2019';
  text-transform: none;
}
.interaction_field input[type=checkbox]:checked + span,
.multiple_choice input[type=checkbox]:checked + span,
.checkboxes input[type=checkbox]:checked + span,
.interaction_field input[type=radio]:checked + span,
.multiple_choice input[type=radio]:checked + span,
.checkboxes input[type=radio]:checked + span {
  color: #007B99;
}
.multiple_choice input[type="radio"] {
  position: absolute;
  top: 5px;
  left: 0;
  visibility: hidden;
}
.multiple_choice > label input[type=radio] + span::before {
  content: '\77';
}
.multiple_choice input[type=radio]:checked + span::before {
  content: '\78';
}
.checkboxes input[type="checkbox"] {
  position: absolute;
  top: 5px;
  left: 0;
  visibility: hidden;
}
.checkboxes > label input[type=checkbox] + span::before {
  content: '\75';
}
.checkboxes input[type=checkbox]:checked + span::before {
  content: '\76';
}
.interaction_field input[type="checkbox"],
.interaction_field input[type="radio"] {
  position: absolute;
  top: 5px;
  left: 0;
  visibility: hidden;
}
.interaction_field > label input[type=checkbox] + span::before {
  content: '\75';
}
.interaction_field > label input[type=radio] + span::before {
  content: '\77';
}
.interaction_field input[type=checkbox]:checked + span::before {
  content: '\76';
}
.interaction_field input[type=radio]:checked + span::before {
  content: '\78';
}

/**/
.cm_redesign .row {
  float: none;
  width: auto;
}
.cm_redesign .row .row {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
}
.cm_redesign  header .container li:before, .cm_redesign  footer .container li:before {
    display: none;
}
.cm_redesign header .container li, .cm_redesign header .container ul {
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.cm_redesign footer .container li, .cm_redesign footer .container ul {
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.cm_redesign .container ul {
  padding-left: 8px;
}
.cm_redesign .container li:before {
  color: #DE9B4E;
}
.cm_redesign .container {
  max-width: 1140px;
}
.cm_redesign header .container {
  max-width: none;
}
.cm_redesign .services h3 {
  color: #007B99;
  font-size: 28px;
  margin-bottom: 15px;
}
.cm_redesign .icon-quote:before {
  font-family: "fontello" !important;
}
.cm_redesign .side-img h3 {
  color: #007B99;
  font-size: 24px;
  line-height: 28px;
}
.cm_redesign .success_stories .blog-txt p {
  height: auto;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 14px;
}
.cm_redesign .success_stories .blog-txt h4 {
  padding-bottom: 0;
  margin-bottom: 5px;
  margin-top: 5px;
  font-family: 'PublicSans';
}
.cm_redesign .success_stories .blog-txt h5 {
  font-weight: 700;
  font-size: 14px;
  font-family: 'PublicSans';
}
.cm_redesign .toggle-link.active h3, .cm_redesign .toggle-link.active h4, .cm_redesign .toggle-link.active p {
  color: #DE9B4E;
}
.cm_redesign .toggle-holder:hover h3, .cm_redesign .toggle-holder:hover h4, .cm_redesign .toggle-holder:hover p, .cm_redesign .toggle-holder:hover .toggle-icon {
  color: #DE9B4E;
}
.cm_redesign .toggle-link p {
  background: none;
  position: relative;
}
.cm_redesign .toggle-link p:before {
  background: none;
  position: absolute;
  content: '\68';
  font-family: 'alumni2019';
  color: #DE9B4E;
  right: 0;
  transition: all 0.2s ease-out;
}
.cm_redesign .toggle-link.active p {
  background: none;
}
.cm_redesign .toggle-link.active p:before {
  transform: rotate(90deg);
}
.cm_redesign .partners .counter {
  background-color: #007B99;
  height: 100%;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
.cm_redesign .highlighted {
  border-left: 5px solid #DE9B4E;
  border-right: 5px solid #DE9B4E;
}
.cm_redesign .highlighted-btn-full a {
  background-color: #DE9B4E;
}
.cm_redesign .confirmation p {
  font-size: 18px;
  line-height: 26px;
  color: #DE9B4E;
}
.cm_redesign .success_stories {
  display: flex;
  flex-wrap: wrap; 
}
.cm_redesign .grid-items .col-1-4-resources,
.cm_redesign .grid-items .col-1-4-resources.founders {
  height: auto;
}
.cm_redesign .contact .col-bg .submit,
.cm_redesign .demo-form .col-bg .submit,
.cm_redesign .apply .col-bg .submit {
  clear: both;
}
.cm_redesign .contact .single_line_text_sf textarea {
  font-size: 14px;
  width: 100%;
}
.cm_redesign .contact .col-bg .submit input, 
.cm_redesign .demo-form .col-bg .submit input, 
.cm_redesign .apply .col-bg .submit input, 
.cm_redesign .col-bg-covid .submit input {
  font-family: 'PublicSans-Bold';
  min-width: 47%;
  background-color: #DE9B4E;
  display: inline-block;
  box-sizing: border-box;
  padding: 15px;
  color: #333333;
  position: relative;
  text-align: center;
  background-color: #DE9B4E;
  display: inline-block;
  box-sizing: border-box;
  padding: 15px;
  color: #333333;
  position: relative;
  text-align: center;
  border: none;
}
.cm_redesign .resources-fade:hover {
  background-color: rgb(222 155 78 / 0.32);
}
.cm_redesign header .main_nav ul li:first-child {
  display: none;
}
.cm_redesign header .main_nav ul li ul li:first-child {
  display: block;
}
.cm_redesign .video_block {
  margin-bottom: 30px;
}
.cm_redesign .video_block__title h2 {
  text-align: left;
}
.cm_redesign .partners {
  margin-bottom: 80px;
}
.cm_redesign .partners .row {
  margin-bottom: 0;
}
.cm_redesign .contact .support, .demo-form .support {
  background: #007B99;
  border: none;
}
.cm_redesign input[type=checkbox] {
  width: auto;
}
.cm_redesign .col-bg .vx_form .instruction_paragraph {
 text-align: right;
}
.cm_redesign  .demo-form .salesforce_preferences.conditional {
 display: none;
}

.single_line_text.half_width input,
.single_line_text_sf.half_width input {
  width: 100%;
}
header {
  background: #FFFFFF;
}
header .container {
  overflow: visible;
  margin: 0 auto;
}
header .nav_logo {
  margin-bottom: 0;
  margin-left: -15px;
  margin-right: -15px;
}
header .nav_logo .logo a {
  width: 120px;
  background-color: #007B99;
  height: 48px;
  display: block;
  position: relative;
}
header .nav_logo .logo a img {
  width: 87px;
  height: 23px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header .main_nav {
  background-color: #007B99;
  padding-top: 120px;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 9;
  height: 100%;
  display: none;
}
header .main_nav ul {
  padding-left: 15px;
  padding-right: 15px;
}
header .main_nav ul li {
  width: 100%;
  border-bottom: 1px solid #fff;
}
header .main_nav ul li a {
  display: block;
  color: #FFFFFF;
  font-family: 'PublicSans-Bold';
  font-size: 20px;
  line-height: 24px;
  padding: 12px 25px;
}
header .main_nav ul li ul {
  display: none;
  background-color: #ffffff;
}
header .book_demo {
  width: 132px;
  position: absolute;
  left: 15px;
  top: 0;
  z-index: 10;
  display: none;
}
header .book_demo .button {
  float: right;
}
header .book_demo a {
  height: 48px;
  padding-top: 15px;
  width: 132px;
  font-size: 14px;
  line-height: 16px;
}
header .mobile_nav {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  top: 0;
  right: 0;
  background-color: #DE9B4E;
  width: 48px;
  height: 48px;
}
header .mobile_nav:after {
  content: "\79";
  font-size: 26px;
  line-height: 26px;
  font-family: 'alumni2019';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header .mobile_nav.on:after {
  content: "\6a";
}
.cm_redesign footer .container {
  max-width: none;
}
footer {
  background-color: #4b4b4b;
  padding: 40px 0;
}
footer .container .row {
  margin: 0 auto;
  max-width: 1140px;
}
.cm_redesign footer p,
.cm_redesign footer a,
.cm_redesign footer li {
  font-size: 12px;
  line-height: 24px;
  margin: 0 0 12px;
  color: #ddd;
  padding-bottom: 0;
}
footer p,
footer li {
  font-size: 12px;
  line-height: 24px;
}
footer h6 {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
  padding: 0 0 10px;
  font-family: 'PublicSans-Bold';
  text-align: left;
  text-transform: uppercase;
  color: #FFFFFF;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #777;
}
footer .footer__middle_column {
  box-sizing: border-box;
  min-height: 222px;
  margin-top: 30px;
  margin-bottom: 30px;
}
footer .footer__middle_column .row {
  margin-left: -15px;
  margin-right: -15px;
}
footer .footer__middle_column__item {
  margin-bottom: 20px;
}
footer .footer-links {
  border-bottom: 1px solid #777;
  margin-bottom: 20px;
}
footer .footer-links a {
  padding: 0 3px;
}
footer .footer-links a:first-child {
  padding: 0 3px 0 0;
}
footer .social-media .icon-linkedin,
footer .social-media .icon-twitter {
  font-size: 30px;
  line-height: 30px;
  margin: 0 20px 0 0;
}
footer .cm-group {
  text-align: center;
  margin-top: 30px;
  width: 100%;
  float: left;
  clear: both;
}
footer .cm-group .logos {
  text-align: center;
}
footer .cm-group .logos ul {
  display: inline-block;
}
footer .cm-group .logos li {
  display: inline-block;
}
footer .cm-group .logos li a {
  display: inline-block;
  padding: 5px 15px;
  width: auto;
}
footer .cm-group .logos img {
  height: 14px;
  width: auto;
}
.cm_redesign  footer .social-media {
    border-top: none;
    padding-top: 0;
}
.cm_redesign footer .cm-group .logos img {
  margin: 0;
}
.cm_redesign footer .cm-group .logos img.cm {
    height: 14px;
}
.hero__wrapper {
  position: relative;
}
.hero__wrapper .hero__wrapper_title {
  position: absolute;
  width: calc(100% - 30px);
  max-width: 735px;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  display: inline-block;
  padding: 0 15px;
  transform: translateX(-50%) translateY(-50%);
  z-index: 8;
  padding: 0 15px;
}
.hero__wrapper_title h1, 
.hero__wrapper_title h2, 
.hero__wrapper_title p {
  color: #fff;
}
.hero__wrapper_title h1 {
  margin: 0 0 15px;
  font-size: 40px;
}
.cm_redesign h1:before {
  display: none;
}
.hero__wrapper_title h2 {
  margin: 0 0 15px;
  text-align: left;
  font-size: 30px;
}
.cm_redesign h2:before {
  display: none;
}
.cm_redesign #header-thin {
  height: auto;
}
.cm_redesign .side-img h2 {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 30px;  
}

@media only screen and (min-width: 768px) {
  /*  ----------------------------------------------
        BUTTONS
        -------------------------------------------------- */
  input[type="submit"],
  button,
  input[type="button"] {
    width: 100%;
    max-width: 168px;
  }
  /**/
  footer .footer__middle_column {
    border-left: 1px solid #777;
    border-right: 1px solid #777;
    margin-top: 0;
    margin-bottom: 0;
  }
  footer .footer__middle_column .row {
    padding: 0 20px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) {
  /*  ----------------------------------------------
        BUTTONS
        -------------------------------------------------- */
  .button p a {
    min-width: 168px;
    padding: 19px;
    font-size: 18px;
    line-height: 26px;
  }
  input[type="submit"],
  button,
  input[type="button"] {
    width: 168px;
    padding: 19px;
    font-size: 18px;
    line-height: 26px;
  }
  /**/
  /*  ----------------------------------------------
        FORMS
        -------------------------------------------------- */
  input,
  select,
  textarea {
    padding: 21px 20px;
  }
  /**/
  h1 {
    font-size: 60px;
    margin-bottom: 25px;
    line-height: 75px;
    color: #007B99;
  }
  h2 {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 30px;
    color: #007B99;
  }
  header .mobile_nav {
    display: none;
  }
  header .book_demo {
    width: 154px;
    position: inherit;
    display: block;
  }
  header .book_demo .button {
    float: right;
  }
  header .book_demo a {
    height: 56px;
    padding-top: 18px;
    width: 154px;
    font-size: 16px;
    line-height: 24px;
  }
  header .nav_logo {
    overflow: visible;
  }
  header .nav_logo .logo a {
    width: 154px;
    height: 56px;
  }
  header .nav_logo .logo a img {
    width: 110px;
    height: 28px;
  }
  header .main_nav {
    background-color: transparent;
    padding-top: 0;
    position: inherit;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 9;
    height: auto;
    display: flex;
  }
  header .main_nav ul {
    overflow: hidden;
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }
  header .main_nav ul li {
    float: left;
    width: auto;
    border: none;
    position: relative;
  }
  header .main_nav ul li a {
    display: inline-block;
    color: #007B99;
    font-family: 'PublicSans-SemiBold';
    font-size: 16px;
    line-height: 22px;
    padding: 5px 12px;
  }
  header .main_nav ul li ul {
    width: 220px;
    border: 1px solid #007B99;
    position: absolute;
    top: 32px;
    left: 0;
    z-index: 201;
    padding-top: 0;
    max-width: 400px;
  }
  header .main_nav ul li ul li {
    width: 100%;
    display: block;
    list-style: none;
    border: 1px solid #007B99;
  }
  header .main_nav ul li ul li a {
    color: #007B99;
    display: block;
  }
  header .main_nav ul li:hover ul {
    display: block;
  }
  header .main_nav ul li:hover ul li:hover a {
    background-color: #007B99;
    color: #FFFFFF;
  }
  header .main_nav ul li ul li ul {
    display: none;
  }
  header .main_nav ul li:hover ul li ul {
    display: none;
  }
}
@media only screen and (min-width: 1224px) {
  header .book_demo {
    width: 208px;
  }
  header .book_demo a {
    height: 88px;
    padding-top: 31px;
    width: 208px;
    font-size: 18px;
    line-height: 26px;
  }
  header .nav_logo .logo a {
    width: 208px;
    height: 88px;
  }
  header .nav_logo .logo a img {
    width: 160px;
    height: 39px;
  }
  header .main_nav ul {
    padding-top: 32px;
  }
  header .main_nav ul li a {
    font-size: 18px;
    line-height: 22px;
    padding: 5px 15px;
  }
}
@media only screen and (min-width: 1400px) {
  header .main_nav ul li a {
    padding: 5px 25px;
  }
}
.x-border-box .hero__wrapper .hero__wrapper_title {
  z-index: 200;
}

.cookie-warning{position:fixed;z-index:99999!important;bottom:0;width:90%;display:none;background:#333;padding:10px 5%;color:#FFF;text-align:center}
.cookie-warning p,.cookie-warning a{color:#FFF;margin-bottom:10px}
.cookie-warning a{text-decoration:underline;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
.cookie-warning a:hover{color:#ddd;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
.cookie-warning .button{margin-bottom:0}
.cookie-warning .button p{margin-bottom:0;padding-bottom:0;line-height:18px}
.cookie-warning .button p a{text-decoration:none;background:#DE9B4E;color:#fff;margin-bottom:0;padding:8px 30px;display:inline-block;}
