/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/
/* Libraries 
 * Third party libraries for particular section interface*/

/* Bootstrap table */

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

@import url("https://use.typekit.net/mbq6sgx.css");

/*CLEANSHEET FONT ICON STYLESHEET*/
@import  url("https://www.rm.com/-/media/Icon-Fonts/font-icon-style.css");




    /* CSS variables */
    
    :root {
      --column-gap: 2.13%;
      --column-width-multiplier: 8.333;
      
    /* RM Theme root veriables */
      
      --cs-margin-top: 44px;
      --cs-margin-bottom: 51px;
      --cs-margin-top-mobile: 30px;
      --cs-margin-bottom-mobile: 35px;
      --cs-button-margin-top: 24px;
      --primary-font-family: 'Montserrat', sans-serif;
      --secondary-font-family: museo-sans, sans-serif;
      --primary-color: #0075cd;
      --secondary-color: #000000;
      --cleansheet-grey: #f2f2f2;
      --cleansheet-dark-grey: #242424;
      --cleansheet-medium-grey: #b5b5b5;
      --cleansheet-light-grey: #f2f2f2;
      --assessment-primary-btn: #0075cd;
      --assessment-primary-btn-hover: #3293dc;
      --red: #ac1b1b;
      --red-hover: #9e1919;
      --amber: #dea61f;
      --amber-hover: #c9971e;
      --green: #2b6e0d;
      --green-hover: #26600c;
      --ai-blue: #2cd2e9;
      --ai-dark: #040f1d;
    }
    

    form label,form label span, form input, form textarea {
      letter-spacing: -.05em;
      font-family: var(--primary-font-family) !important;
    }
    form label,form label span {
      font-size: 18px;
      font-weight: normal;
    }
    form legend {
      font-size: 14px;
      font-weight: normal; 
      font-style: italic;
    }
    label,label span {
      display: inline-block;
      max-width: 100%;
      margin-bottom: 5px;
      font-weight: 700;
    }
    @media (min-width: 1020px) {
        .lg\:h1 {
            font-family: museo-light;
            font-size: 40px;
            letter-spacing: 0;
            line-height: 48px;
        }
    }
    @media (min-width: 576px) {
        .sm\:h2 {
            font-size: 32px;
            line-height: 38px;
        }
    }
    @media (max-width: 767.9px){
          .row-fluid-wrapper.row-depth-1.row-number-3.dnd_area-row-1-background-color.dnd_area-row-1-max-width-section-centering.dnd-section.dnd_area-row-1-background-layers .span6.widget-span.widget-type-cell.dnd-column:first-child {
            order:2;
          }
          .row-fluid-wrapper.row-depth-1.row-number-3.dnd_area-row-1-background-color.dnd_area-row-1-max-width-section-centering.dnd-section.dnd_area-row-1-background-layers .span6.widget-span.widget-type-cell.dnd-column:last-child {
            order:1;
            margin-bottom: 60px;
          }
    }
   @media (max-width: 575.9px){
            .form-content-wrapper > div:nth-child(2) {
              order:2;
            }
            .form-content-wrapper > div:nth-child(4) {
              order:1;
              margin-bottom: 60px;
            }
      }
    @media (min-width: 576px) {
        .sm\:h2, .sm\:h3 {
            font-family: museo-light;
            letter-spacing: 0;
        }
    }
    form .input ul.inputs-list {
      padding-left: 0px!important;
    }
    input.hs-input, select.hs-input,  select.hs-input.is-placeholder {
      border: 1px solid #e6e5e4;
      box-shadow: none;
      font-size: 1.22em;
      padding: .5em 1em!important;
      line-height: auto;
      height: auto;
      width: 100%!important;
    }
    form li.hs-form-checkbox {
      list-style: none;
    }
    form label.hs-form-checkbox-display {
        display: inline-flex;
        align-items: center;
        width: auto;
    }
    form label.hs-form-checkbox-display span {
      margin-bottom: 0px;
    }
    form li.hs-form-checkbox input.hs-input {
      -webkit-appearance: auto;
      width: 19px !important;
      margin-right: 15px;
    }
    form textarea.hs-fieldtype-textarea {
      height: 100px;
    }
    .hs-input, .hs-input.is-placeholder {
      display: block;
      width: 100%!important;
      height: 34px;
      padding: 6px 12px;
      font-size: 14px;
      line-height: 1.42857143;
      color: #555;
      background-color: #fff;
      background-image: none;
      border: 1px solid #ccc;
      border-radius: 4px;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
      -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
      -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
      transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }
    button, input, select, textarea {
      font-family: inherit;
      font-size: inherit;
      line-height: inherit;
    }
    button, input, optgroup, select, textarea {
      color: inherit;
      font: inherit;
      margin: 0;
    }
    form textarea {
      display: block;
      border: 1px solid #e6e5e4;
      width: 100%;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      font-size: 1.22em;
      padding: .5em 1em;
      line-height: 1.22em;
      resize: vertical;
    }
    form .hs-button.primary {
      background-color: var(--assessment-primary-btn)!important;
      color: #fff;
      border: 2px solid var(--assessment-primary-btn)!important;
      padding: 10px 20px;
      margin-top: 1em;
      font-weight: 500;
      text-decoration: none !important;
      font-family: var(--primary-font-family) !important;
      border-radius: 3px;
      font-size: 20px;
      display: inline-block;
      line-height: 1.5!important;
    }
    form .hs-button.primary:hover {
      background-color: var(--assessment-primary-btn-hover)!important;
    }
    @media (min-width: 768px) {
      fieldset {
        margin-bottom: 2em;
      }
    }
    fieldset {
      margin-bottom: 1em!important;
      max-width: 100%!important;
    }
    .hs-form-field {
      margin-bottom: 15px;
    }

    .hs-form-field label{
      margin-bottom: 0px;
    }
    .hs-error-msg  {
      color: red;
    }
    .no-list.hs-error-msgs {
      list-style: none;
    }
    .hs-richtext.hs-main-font-element p {
      background-color: transparent!important;
    }
    .hs-fieldtype-textarea {
      height: auto;
    }
    select.hs-input {
      height: auto!important;
      box-shadow: none;
      font-size: 1.22em;
      line-height: auto;
      padding: .5em 1em;
      width: 100% !important;
      border: 1px solid #e6e5e4;
    }
 .body-container-wrapper {
  	position: relative;
  }
  .body-container-wrapper::before {
  	position: absolute;
    z-index: 2;
    width: 100%;
    height: 360px;
    background-image: url('');
    background-position: center top;
    background-repeat: no-repeat;
    top:0px;
    left:0px;
    right: 0px;
  }
.content-landing-page p {
  padding-bottom: 15px;
}
form .hs_recaptcha {display: unset;}
@media (max-width: 1200px) {
  .form-columns-2 .hs-form-field {
    width: 100%!important;
  }
}
input.hs-input[type=checkbox]{
  padding: 0px!important;
}
input.hs-button.primary.large {
  width: auto;
  display: inline-block;
  line-height: normal!important;
}
.hs-form-9a58a817-360a-4646-a746-2404594009ad_7ff9cd01-eece-4191-a26c-daf9625f70a2 input.hs-button.primary.large {font-weight:400;}
@import url("https://use.typekit.net/mbq6sgx.css");

/*CLEANSHEET FONT ICON STYLESHEET*/
@import  url("https://www.rm.com/-/media/Icon-Fonts/font-icon-style.css");




    /* CSS variables */
    
    :root {
      --column-gap: 2.13%;
      --column-width-multiplier: 8.333;
      
    /* RM Theme root veriables */
      
      --cs-margin-top: 44px;
      --cs-margin-bottom: 51px;
      --cs-margin-top-mobile: 30px;
      --cs-margin-bottom-mobile: 35px;
      --cs-button-margin-top: 24px;
      --primary-font-family: 'Montserrat', sans-serif;
      --secondary-font-family: museo-sans, sans-serif;
      --primary-color: #0075cd;
      --secondary-color: #000000;
      --cleansheet-grey: #f2f2f2;
      --cleansheet-dark-grey: #242424;
      --cleansheet-medium-grey: #b5b5b5;
      --cleansheet-light-grey: #f2f2f2;
      --assessment-primary-btn: #0075cd;
      --assessment-primary-btn-hover: #3293dc;
      --red: #ac1b1b;
      --red-hover: #9e1919;
      --amber: #dea61f;
      --amber-hover: #c9971e;
      --green: #2b6e0d;
      --green-hover: #26600c;
      --ai-blue: #2cd2e9;
      --ai-dark: #040f1d;
    }
    
    /* Mobile layout */
    
    .row-fluid {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
    }
    
    
      .row-fluid .span1,
      .row-fluid .span2,
      .row-fluid .span3,
      .row-fluid .span4,
      .row-fluid .span5,
      .row-fluid .span6,
      .row-fluid .span7,
      .row-fluid .span8,
      .row-fluid .span9,
      .row-fluid .span10,
      .row-fluid .span11,
      .row-fluid .span12{
      min-height: 1px;
      width: 100%;
    }
    
    /* Desktop layout */
    
    @media (min-width: 768px) {
      .row-fluid {
        flex-wrap: nowrap;
        justify-content: space-between;
      }
    
      
        .row-fluid .span1 {
          width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
        }
      
        .row-fluid .span2 {
          width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
        }
      
        .row-fluid .span3 {
          width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
        }
      
        .row-fluid .span4 {
          width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
        }
      
        .row-fluid .span5 {
          width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
        }
      
        .row-fluid .span6 {
          width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
        }
      
        .row-fluid .span7 {
          width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
        }
      
        .row-fluid .span8 {
          width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
        }
      
        .row-fluid .span9 {
          width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
        }
      
        .row-fluid .span10 {
          width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
        }
      
        .row-fluid .span11 {
          width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
        }
      
    }


/*  --------------------------   */
/*     SECTION COMMON STYLES`    */
/*  --------------------------   */
.cs-margin-bottom {
    margin-bottom: var(--cs-margin-bottom);
}
.cs-margin-top {
    margin-top: var(--cs-margin-top);
}

@media (max-width: 475px) {
  .container-fluid ol li, .container-fluid ul li{
    font-size: 18px!important;
  }
  h1 {
    font-size: 24px!important;
    line-height: 34px!important;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Layouts
Hero banner
*/

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

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

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.hero-section {  
  padding-top: 83px;
  padding-bottom: 76px;
  position: relative;
  z-index: 1;
  border-bottom: 4px solid #3293DC;
  color: #ffffff;
}
.hero-section::after {
    content: "";
    position: absolute !important;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    opacity: 0.8;
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
    filter: alpha(opacity = 80);
    background-color: #000000;
    z-index: 2;
}
.hero-section > .row-fluid {
    position: relative;
    z-index: 3;
}
@media (max-width: 767.9px){
  .hero-section {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .hero-section::after {
    width: 100%;
   }
}



.hero-section h1 {
  font-size: 36px;
  font-weight: normal;
  line-height: 45px;
  margin-bottom: 55px;
}
@media (max-width: 768px) {
   .hero-section  h1 {
        font-size: 1.5em;
        line-height: 34px;
    }
}
.hero-section h5:first-child {
  font-size: 20px;
  line-height: 3;
  font-weight: 500;
}
.hero-section .hero-tittle--3 {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.hero-section .hero-tittle--3 h5 {    
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.5px;
}
.hero-section .hero-tittle--3 h5:last-child {    
  margin-left: 10px;
  padding-left:10px;
  border-left: 2px solid #fff;
}
/* @import url('http://example.com/example_style.css'); */

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

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.client-testimonial-section {
  color: #ffffff;
  max-width: 1190px;
  margin: 0 auto;
}
.client-testimonial-section .quote-wrapper {
  padding: 4em 1.5em;
  background-color: #0075cd;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
.client-testimonial-section .quote-wrapper .right-image{
  position: absolute;
  z-index: 2;
  content: '';
  top: 0px;
  left: 100%;
  bottom: 0px;
  right: 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.client-testimonial-section .quote-text {
  font-size: 21px;
  line-height: 27px;
  letter-spacing: -0.02px;
  margin-bottom: 30px;
}
.client-testimonial-section .quote-by {
  font-size: 17px;
  line-height: 20px;
  letter-spacing: -0.02px;
  line-height: 1.5;
  font-weight: normal;
  max-width: 80%;
}
.client-testimonial-section .quote-by-name {
  font-weight: bold;
}
@media (max-width: 532px) {
    .client-testimonial-section .quote-wrapper {
      padding: 2em 1em;
      max-width: 100%;
    }
    .client-testimonial-section .quote-wrapper .right-image {
        display: none;
    }
}
/* Reverse layout */
.client-testimonial-section.reverse {
  background-color: #0075cd;
}
.client-testimonial-section.reverse .quote-wrapper .right-image{
  position: absolute;
  z-index: 2;
  content: '';
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.client-testimonial-section.reverse .quote-text,
.client-testimonial-section.reverse .quote-by{
  position: relative;
  left: calc(100% + 3em);
}
.client-testimonial-section.reverse .quote-by{
  left: calc(100% + 3.7em);
}
@media (max-width: 532px) {
    .client-testimonial-section.reverse .quote-text,
    .client-testimonial-section.reverse .quote-by{
         left: 0px;
    }
}

/* 
Other
Pages
 */
@import url("https://use.typekit.net/mbq6sgx.css");

/*CLEANSHEET FONT ICON STYLESHEET*/
@import  url("https://www.rm.com/-/media/Icon-Fonts/font-icon-style.css");




    /* CSS variables */
    
    :root {
      --column-gap: 2.13%;
      --column-width-multiplier: 8.333;
      
    /* RM Theme root veriables */
      
      --cs-margin-top: 44px;
      --cs-margin-bottom: 51px;
      --cs-margin-top-mobile: 30px;
      --cs-margin-bottom-mobile: 35px;
      --cs-button-margin-top: 24px;
      --primary-font-family: 'Montserrat', sans-serif;
      --secondary-font-family: museo-sans, sans-serif;
      --primary-color: #0075cd;
      --secondary-color: #000000;
      --cleansheet-grey: #f2f2f2;
      --cleansheet-dark-grey: #242424;
      --cleansheet-medium-grey: #b5b5b5;
      --cleansheet-light-grey: #f2f2f2;
      --assessment-primary-btn: #0075cd;
      --assessment-primary-btn-hover: #3293dc;
      --red: #ac1b1b;
      --red-hover: #9e1919;
      --amber: #dea61f;
      --amber-hover: #c9971e;
      --green: #2b6e0d;
      --green-hover: #26600c;
      --ai-blue: #2cd2e9;
      --ai-dark: #040f1d;
    }
    h2 {
        font-family: var( --primary-font-family);
      }
    h2 span {color:var(--assessment-primary-btn);}

    .assessment-primary-btn {
      text-transform: uppercase;
      border-radius: 3px;
      text-decoration: none;
      font-family: var( --primary-font-family);
      font-size: 20px;
      padding: 10px 20px;
      border: 2px solid var(--assessment-primary-btn);
      background-color: var(--assessment-primary-btn);
      color: #fff;
    }

    .assessment-primary-btn:hover {
      border: 2px solid var(--assessment-primary-btn-hover) !important;
      background-color: var(--assessment-primary-btn-hover) !important;
      color: #fff;
      text-decoration: none;
    }

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

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

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.banner h2 {
	font-size: 46px;
	color: #ffffff;
	line-height: 54px;
	font-weight: 800;
	font-family: 'Montserrat';
	margin-top: 60px;
}

.banner p {
	font-size: 24px;
	line-height: 22px;
	font-family: 'Montserrat';
	color: #fff;
}

@media (max-width: 564px){
  .banner h2 {
    font-size:27px;
    line-height: 32px;
  }
  .banner p {
    font-size:12px;
  }
}
@media (max-width: 860px){
  .banner h2 {
    font-size:30px;
    line-height: 32px;
  }
  .banner p {
    font-size:16px;
  }
}

#hsForm_b3c0d89f-d46c-41b3-96de-cd8300bf1d7d .hs-button.primary {
  background-color: #0075cd !important;
  border-color: #0075cd !important;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: unset!important;
}
#hsForm_b3c0d89f-d46c-41b3-96de-cd8300bf1d7d .hs-button.primary:hover {
  background-color: #3293dc !important;
  border-color: #3293dc !important;
}
.hidden {
  visibility: hidden;
  display: unset;
}
.header .container {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.footer .rmFooterNew  *[class^="col-"] {
  padding-left: 15px!important;
  padding-right: 15px!important;
}
.background-image {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 400px;
}

.header-text-section {
  background: rgba(0,0,0,.6);
  width: 50%;
  margin: 0 auto;
  position: relative;
  top: 100px;
}

.header-text-section h1 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 60px;
  margin-top: 0;
}

.header-text-section p {
  color: #fff;
  text-align: center;
  font-size: 30px;
}

@media(max-width: 767px) {
 .background-image{
 height: 300px;
 }
 .header-text-section h1 {
 font-size: 40px;
 }
 .header-text-section p {
 font-size: 20px;
 }
}
/* IPAD PRO AND SIMILAR DEVICES */
@media (max-width: 1024px) {
  .header .padding2emMobile {
    padding: unset;
  }
}
div[data-global-resource-path="hubspot-cms-praticum/templates/partials/header.html"] {
  position: sticky;
  top: 0px;
  z-index: 5;
}
.dnd-section .dnd-column {
    padding: 0 15px;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}
.navigation-wrap .container:after, .navigation-wrap .container:before,
.navigation-wrap .navbar:after, .navigation-wrap .navbar:before{
  content: none;
}
.navbar-default {
    background: #fff;
    z-index: 40;
}
/*  --------------------------  */
/*          Navbar Brand        */
/*  --------------------------  */
.navbar-brand {
    width: 76px;
}
/*  --------------------------  */
/*         Navbar toggler       */
/*  --------------------------  */
.navbar-toggler {
  outline: none;
  border: none;
  border-radius: 0px;
  display: block;
}
.navbar-toggler:focus {
  border: 0px;
}
.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 7px;
}
.navbar-toggler .icon-bar {
  display: block!important;
}
.navbar-default .navbar-toggler .icon-bar {
    background-color: #000!important;
    border-radius: 0;
    height: 5px;
    width: 38px;
}
/*  --------------------------  */
/*      Navbar toggler End      */
/*  --------------------------  */



.sc-dropdown:hover .dropdown-menu-wrap {
    max-height: 80vh;
    height: auto;
    width: auto;
    overflow: visible;
    background-color: #fff;
    box-shadow: 0 5px 15px #777;
    padding: 0;
    margin: 0;
    list-style: none;
    min-width: 180px;
    overflow-y: auto;
}
.sc-dropdown-btn + .dropdown-menu-wrap {
    height: 0;
    width: 0;
    overflow: hidden;
    position: absolute;
    top: 99%;
    left: 0;
}
/* collapse Navbar on mobile view */
.nav-mob .nav-wrap > .dropdown-menu-wrap {
    display: none;
}
.nav-mob .sc-dropdown-btn.open + ul.dropdown-menu-wrap {
    height: auto;
    overflow: visible;
}
.nav-mob .navbar-nav .sc-dropdown .dropdown-menu-wrap {
    height: auto;
    position: relative;
    background-color: transparent;
    font-size: 13px;
    box-shadow: none;
    border: 0;
    list-style: none;
    width: auto;
    overflow: hidden;
}
.nav-mob .sc-dropdown-btn.open + ul.dropdown-menu-wrap {
    height: auto;
    overflow: visible;
}


a.sc-dropdown-btn,
.navbar-nav>li:hover a.sc-dropdown-btn,.navbar-nav>li:hover a.event, a.event {
    display: block;
    position: relative;
    
    font-family:  'Montserrat', 'HelveticaNeue', arial, sans-serif;
    font-weight: 700;
    color: #000;

    background-image: url(https://5094373.fs1.hubspotusercontent-na1.net/hubfs/5094373/01%20Essential%20Assets/plus.png);
    background-position: right center;
    padding-right: 15px !important;
    background-size: 9px;
    background-repeat: no-repeat;

    margin-left: 10px;
}
a.event, .navbar-nav>li:hover a.event {
    background-image: unset;
}
@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
/* mobile */
.nav-mob a.sc-dropdown-btn {
    padding-right: 20px !important;
}
.nav-mob .sc-dropdown-btn.open + ul.dropdown-menu-wrap {
    height: auto;
    overflow: visible;
}



@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 18px;
        padding-bottom: 18px;
    }
}
/*  ----------------------  */
/*   NAV LINK FIRST LAYER   */
/*  ----------------------  */

li.sc-dropdown>a:after {
    right: 4px;
}
li.nav-item {
  position: relative;
}
@media (min-width: 994px) {
    li.nav-item:hover>a.nav-link:after {
        border-bottom: 2px #333 solid;
        content: "";
        display: block;
        position: absolute;
        left: 11px;
        right: 9px;
    } 
}

.sc-dropdown-item .drop-link {
    border: 0 none;
    padding: 3px 0;
    list-style: none;
    display: block;
    text-decoration: none;
    color: #fff;
    white-space: nowrap;
}

/* FIRST LAYER MEDIA QUERY */
@media (max-width: 475px) {
   .sc-dropdown.nav-item a {
        font-size: 18px !important;
    }
}
.navbar-nav>li>a {
    font-size: 16px !important;
    font-weight: 700;
}
@media (min-width: 475px) and (max-width: 995px) {
    .nav>li>a {
        font-size: 25px!important;
    }
}
/*  --------------------------  */
/* FIRST LAYER MEDIA QUERY END  */
/*  --------------------------  */
                                /*  --------------------------  */
                                /*   END NAV LINK FIRST LAYER  */
                                /*  --------------------------  */
/*  -----------------------  */
/*   NAV LINK second LAYER   */
/*  -----------------------  */
.sc-dropdown-item {
    margin: 0!important;
    list-style: none!important;
}
.nav li:nth-child(1) .sc-dropdown-item .drop-link,
.nav li:nth-child(2) .sc-dropdown-item .drop-link {
    padding-left: 40px;
}
.sc-dropdown-item .drop-link {
    display: block;

    font-family:  'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;

    
    color: #222;

    padding: 10px 20px;

    border-left: 5px solid;
    border-color: #fff;

    text-decoration: none;
}

.sc-dropdown-item .drop-link:hover {
    background-color: #f2f2f2;
    border-color: #03a9f4;
}

.sc-dropdown-item a[href="https://www.rm.com/education"]:hover,
.sc-dropdown-item a[href="https://www.rm.com/education/multi-academy-trusts"]:hover,
.sc-dropdown-item a[href="https://www.rm.com/education/technology-for-maintained-schools"]:hover,
.sc-dropdown-item a[href="https://www.rm.com/education/technology-for-independent-schools"]:hover,
.sc-dropdown-item a[href="https://www.rm.com/education/fe-colleges"]:hover,
.sc-dropdown-item a[href="https://www.rm.com/services"]:hover,
.sc-dropdown-item a[href="https://www.rm.com/products/school-broadband"]:hover,
.sc-dropdown-item a[href="https://www.rm.com/products/rm-safetynet"]:hover,
.sc-dropdown-item a[href="https://www.rm.com/products/rm-voice"]:hover,
.sc-dropdown-item a[href="https://www.rm.com/products/rm-unify"]:hover,
.sc-dropdown-item a[href="https://www.rm.com/community-connect-5"]:hover,
.sc-dropdown-item a[href="https://www.rm.com/products/rm-studykit"]:hover,
.sc-dropdown-item a[href="https://www.rm.com/products/classroom-devices"]:hover,
.sc-dropdown-item a[href="https://www.rm.com/products/school-networking"]:hover,
.sc-dropdown-item a[href="https://www.rm.com/products/audio-visual"]:hover,
.sc-dropdown-item a.storeHover:hover,
.sc-dropdown-item a[href="https://www.rm.com/blog"]:hover,
.sc-dropdown-item a[href="https://www.rm.com/blog/categories/case-studies"]:hover
{
    border-color: #ee3344 !important;
}
.sc-dropdown-item a[href="https://www.rm.com/about/our-story"]:hover,
.sc-dropdown-item a[href="https://www.rm.com/about/our-partners"]:hover,
.sc-dropdown-item a[href="https://www.rm.com/news"]:hover,
.sc-dropdown-item a[href="https://www.rm.com/contact"]:hover {
    border-color: #ccc !important;
}
.sc-dropdown-item a[href="https://www.rm.com/education"] {
    font-weight: 900 !important;
    padding-left: 20px !important;
}
.sc-dropdown-item a[href="https://www.rm.com/assessment"] {
    font-weight: 900 !important;
    border-top: solid 2px #ccc !important;
    padding-left: 20px !important;
}

li:nth-child(1) .sc-dropdown-item .drop-link,
li:nth-child(2) .sc-dropdown-item .drop-link {
    font-family:  'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    
    padding-left: 40px;
}
                                          /*  --------------------------  */
                                          /*   END NAV LINK SECOND LAYER  */
                                          /*  --------------------------  */



   /*  --------------------------  */
   /*       FULLY MOBILE MENU      */
   /*  --------------------------  */
@media (min-width: 991px) {
    .nav-mob {
        display: none!important;
    }
}

.nav-mob.modal .close {
    top: 7px;
    right: 0;
    position: absolute;
    opacity: 1;
    filter: alpha(opacity = 100);
    background: url(https://www.rm.com/assets/img/icon-close.svg) no-repeat;
    background-size: cover;
    width: 25px;
    height: 25px;
}


.nav-mob.modal {
    background: #242424;
    opacity: 0.8;
    color: #fff;
    text-align: right;
    overflow-x: hidden;
    overflow-y: auto;
}

.nav-mob.modal .modal-content {
    background: transparent;
}
.modal-dialog {
    transform: translate(0, 0)!important;
}
.modal-content {
    box-shadow: none;
    border: none;
}

@media (min-width: 475px) and (max-width: 995px) {
    .nav.navbar-nav.navbar-right {
        margin-top: 1em !important;
    }
}
.nav-mob.modal .nav {
    margin: 2.5em 0 0;
    font-size: 1.7em;
}

.nav-mob.modal .nav>li.sc-dropdown>a {
    padding-right: 15px !important;
}
.nav-mob .nav>li.nav-item>a {
    color: #fff;
}
.nav-mob.modal .nav>li.sc-dropdown>a {
    background-image: url(https://www.rm.com/~/media/Images/Icons/plus-white.png);
    background-size: 9px;
    background-repeat: no-repeat;
    background-position: right;
    display: block;
}
.nav-mob.modal .nav>li.sc-dropdown>a.open {
    background-image: url(https://www.rm.com/~/media/Images/Icons/minus-white.png);
}
.nav-mob .navbar-nav .sc-dropdown .dropdown-menu-wrap {
    padding: 0px;
    height: 0;
    position: relative;
    background-color: transparent;
    font-size: 13px;
    box-shadow: none;
    border: 0;
    list-style: none;
    width: auto;
    overflow: hidden;
}
.nav-mob .sc-dropdown .drop-link {
    padding: 3px 0;
    border: 0 none;
    list-style: none;
    color: #fff;
}
.nav-mob .sc-dropdown-item .drop-link:hover {
    background-color: unset;
}
/* hr */
@media (min-width: 475px) and (max-width: 995px) {
    .nav-mob.modal hr {
        float: right;
        clear: both;
    }
}

.nav-mob.modal hr {
    margin: .75em 0;
    width: 35%;
    display: inline-block;
    border-top-width: 4px;
    border-color: #fff;
}
.rmFooterNew hr {
  margin: 10px 0;
  width: 50%;
}
@media (min-width: 475px) and (max-width: 995px) {
    .top-bar-wrap {
        clear: both;
    }
}
   /*  --------------------------  */
   /*       After hr               */
   /*  --------------------------  */
.nav-mob.modal .top-bar-wrap ul {
    margin: 0;
    list-style: none;
}
.nav-mob.modal .top-bar-wrap ul li {
    margin: .65em 0;
    list-style: none;
}
.nav-mob.modal .modal-content a {
    color: #fff;
    font-size: 1.14em;
    text-decoration: none;
}
.nav-mob.modal .top-bar-wrap ul li a:hover {
    text-decoration: none;
}
.nav-mob.modal .top-bar-wrap ul {
    font-family: 'source_sans_proregular', 'HelveticaNeue', arial, sans-serif;
}
.top-bar-wrap .pull-right > li > a {
  text-decoration: none;
}

/*  ----------------------------  */
/*     PRE-FOOTER STYLES`   */
/*  ----------------------------  */

@media (max-width: 767.9px) {
  .rm-logo-last-section {
    justify-content: start!important;
  }
}
.rm-logo-last-section {
  justify-content: end;
}


/* -------------------- */
/*      Footer          */
/* -------------------- */
.footer {
  position: relative;
  z-index: 4;
}
.footer .row {
  margin-left: -15px;
  margin-right: -15px;
}
div.footer.lightgrey {
    background-color: #f6f6f6 !important;
/*     margin-top: 2.5em; */
}
@media (min-width: 768px) {
    .rmFooterNew {
        width: 100%;
    }
}
@media (max-width: 576px) {
    .container {
      --bs-gutter-x: 1.5rem;
    } 
  .footer {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.rmFooterNew {
    position: relative;
    padding-top: 40px!important;
    padding-left: 15px;
    padding-right: 15px;
}
.rmFooterNew .text-hide {
    text-indent: -10000px;
    margin-left: 0px!important;
}

.rmFooterNew .top {
    background: url(https://www.rm.com/assets/img/button-up.png);
    height: 55px;
    width: 54px;
    display: block;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0px!important;
/*     margin-left: -25px; */
}
.rmFooterNew a {
    font-family: museo-sans, sans-serif !important;
    border-bottom: none !important;
    text-decoration: none;
    font-weight: 300;
}
.rmFooterNew a:hover {
    text-decoration: underline;
}
.text-hide {
    font: 0 / 0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.rmFooterLogo {
    background-image: url('https://www.rm.com/~/media/7CA9A6C5D42A45EC94BEBBDA59B578F9.ashx');
    background-repeat: no-repeat;
    height: 40px;
    width: 210px;
    background-size: 30%;
    display: block;
}
.rmFooterNew .boldText {
    font-weight: 700 !important;
}
.top-marg-1 {
    margin-top: 1em;
}
.rmFooterNew h6 {
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
    margin-bottom: 1.4em;
    font-weight: 700;
    font-size: 16px;
    color: #555;
}
.rmFooterNew .col-md-2 p, .rmFooterNew .col-md-3 p {
    margin-bottom: 4px;
}
.rmFooterNew p {
    line-height: 1.5 !important;
    font-size: 14px;
    margin: 0;
}
.rmFooterNew .footerSocMedContainer {
    display: flex;
    margin: 10px 0;
}
.rmFooterNew .footerSocMedContainer a {
    opacity: 0.7;
}
.rmFooterNew .schoolBlogSocmed {
    background-image: url('https://www.rm.com/~/media/4C6688661D3849FBA5A54A6224BB97E6.ashx');
    background-repeat: no-repeat;
    display: block;
    height: 31px;
    width: 43px;
}
 .rmFooterNew .technologySocialIcons {
   background-image: url('https://www.rm.com/about/~/media/A6B77E7FBA77435B908772C1D29CD4BE.ashx');
   background-repeat: no-repeat;
   display: block;
   height: 31px;
   width: 43px;
}
.rmFooterNew .col-md-10, .rmFooterNew .col-md-2 p a, .rmFooterNew .col-md-3 p a {
    color: #555;
}
.top-marg-3 {
    margin-top: 3em;
}
.copyright {
    text-align: left;
}
@media (min-width: 768px) {
    .copyright {
        text-align: right;
    }
}
.lightgreyfooter {display: none;}
@media (max-width: 475px) {
  .sub-title {
    font-size: 24px!important;
    line-height: 28px!important;
  }
}
@media (max-width: 767.9px) {
  .quote-text {
    font-size: 18px!important;
    line-height: 24px!important;
  }

}
/*body a button{color:#fff!important}
body a:hover button{color:#fff!important}
body button{
  color: #fff!important;
  text-decoration: none;
}
body button:hover {
  color: #fff!important;
  text-decoration: none;
}*/