



*, *:before, *:after {
  box-sizing: border-box;
}

.screen-reader-text {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
/*! 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;
}

/**
* Render the `main` element consistently in IE.
*/

main {
  display: block;
}

/**
* 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
========================================================================== */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
* 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
========================================================================== */

/**
* Remove the gray background on active links in IE 10.
*/

a {
  background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, 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;
}

/* Embedded content
========================================================================== */

/**
* Remove the border on images inside links in IE 10.
*/

img {
  border-style: none;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* 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 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input { /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 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;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/

textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
* 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, IE 10+, and Firefox.
*/

details {
  display: block;
}

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

summary {
  display: list-item;
}

/* Misc
========================================================================== */

/**
* Add the correct display in IE 10+.
*/

template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control the layout of elements
and how they stack. This is based off of the bootstrap system.
*********************************************************************************
****************************************************************************** */
/* Responsive Grid */
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.container-fluid {
  *zoom: 1;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
}
.container-fluid:after {
  clear: both;
}
/* Clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
/* Visibilty Classes */
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.hidden {
  display: none;
  visibility: hidden;
}
/* Responsive Visibilty Classes */
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
@media (max-width: 991px) {
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .dnd-section .dnd-row > .row-fluid {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
}
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
  padding-left: 0px;
  padding-right: 0px;
}
.row-fluid.row [class*="span"],
.dnd-section > .row-fluid .dnd-column,
.dnd-section > .row-fluid > [class*="span"].dnd-module {
  padding:0 15px;
}

.col12,
.col11,
.col10,
.col9,
.col8,
.col7,
.col6,
.col5,
.col4,
.col3,
.col4,
.col1{
  padding:0 15px;
}

@media (min-width:992px) {
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 0;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .col80,
  .col20,
  .col11,
  .col10,
  .col9,
  .col8,
  .col7,
  .col6,
  .col5,
  .col4,
  .col3,
  .col4,
  .col1{
    display: block;
    float: left;
  }

  .col80{
    width: 80%;
  }
  .col20{
    width: 20%;
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .col12,
  .row-fluid .span12 {
    width: 100%;
  }
  .col11,
  .row-fluid .span11 {
    width: 91.66%;
  }
  .col10,
  .row-fluid .span10 {
    width: 83.33%;
  }
  .col9,
  .row-fluid .span9 {
    width: 75%;
  }
  .col8,
  .row-fluid .span8 {
    width: 66.66%;
  }
  .col7,
  .row-fluid .span7 {
    width: 58.33%;
  }
  .col6,
  .row-fluid .span6 {
    width: 50%;
  }
  .col5,
  .row-fluid .span5 {
    width: 41.66%;
  }
  .col4,
  .row-fluid .span4 {
    width: 33.33%;
  }
  .col3,
  .row-fluid .span3 {
    width: 25%;
  }
  .col2,
  .row-fluid .span2 {
    width: 16.66%;
  }
  .col1,
  .row-fluid .span1 {
    width: 8.33%;
  }
}
@media(max-width:991px){
  .dnd-section > .row-fluid {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .row-fluid {
    width: 100%;
  }

  .col80,
  .col20,
  .col12,
  .col11,
  .col10,
  .col9,
  .col8,
  .col7,
  .col6,
  .col5,
  .col4,
  .col3,
  .col4,
  .col1,  
  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 15px;
}

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

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

.dnd-section .dnd-column {
  padding: 0 15px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { 
  font-family: social-share-kit; 
  src: url("https://8425553.fs1.hubspotusercontent-na1.net/hubfs/8425553/mrcrec_July2021/fonts/social-share-kit.eot") format("embedded-opentype"), 
    url("https://8425553.fs1.hubspotusercontent-na1.net/hubfs/8425553/raw_assets/public/mrcrec_July2021/fonts/social-share-kit.woff") format("woff"), 
      url("https://8425553.fs1.hubspotusercontent-na1.net/hubfs/8425553/raw_assets/public/mrcrec_July2021/fonts/social-share-kit.ttf") format("truetype"), 
        url("https://8425553.fs1.hubspotusercontent-na1.net/hubfs/8425553/raw_assets/public/mrcrec_July2021/fonts/social-share-kit.svg") format("svg"); 
          font-style: normal; 
          font-weight: 400; 
          }

body {
  line-height: 1.5;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

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

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

h1 {
  line-height: 1.4;
  margin-bottom: 30px;
}

h2 {
  line-height: 1.4;
  margin-bottom: 30px;
}

h3 {
  line-height: 1.5;
  margin-bottom: 30px;
}

h4 {
  font-weight: normal;
  line-height: 1.5;
}

h5 {
  line-height: 1.5;
}

h6 {
  line-height: 1.5;
}

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

.body-container-wrapper a{
  text-decoration: underline;
}

@media (max-width:991px) {

  h1,h2{
    line-height:1.2;
  }
  
}
button,
.button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-align: center;
  border-style: solid;
  font-size: 16px;
  text-decoration: none;
  -webkit-text-decoration: none;
  -moz-text-decoration: none;
  line-height: 1;
  white-space: normal;
  margin-top: 10px;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
  -webkit-text-decoration: none;
  -moz-text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}

.cad-cta {
  border-radius: 100px;
  box-shadow: 0px 5px 10px #00000029;
  background: url('https://8425553.fs1.hubspotusercontent-na1.net/hub/8425553/hubfs/mrcrec_July2021/images/CADdetailsLink.png?width=437&height=117&name=CADdetailsLink.png');
  background-position: center;
  background-size: 70%;
  background-repeat: no-repeat;
  padding: 35px 190px;
}

.cad-cta:hover {
 position: relative;
 top: -5px;
}

@media (max-width: 500px) {
 .cad-cta {
	padding: 30px 140px;
	background-size: 50%;
 }
}
/* Form fields */

form .field,
.hs-form-field {
  margin-bottom: 16px;
}

/* Labels */

.form-title {
  font-size: 36px;
  line-height: 1.4;
  font-family: Overpass;
  font-weight: 600;
  margin-bottom: 30px;
}


form label {
  font-size: 16px;
  font-weight: 400;
  display: block;
  float: none;
  width: auto;
  text-align: left;
  line-height: 1.5;
  padding-top: 0;
  margin-bottom: 5px;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

input[type=password],
form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea,
.multiselect-dropdown__toggle {
  display: inline-block;
  width: 100%;
  padding: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  background-color: #ffffff;
  border: 0;
  box-sizing: border-box; 
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: Overpass;
  border:1px solid #fff;
}

form fieldset {
  max-width: 100% !important;
  margin-bottom: 16px !important;
}


form fieldset .hs-form-field {
  margin-bottom: 0;
}

form fieldset .hs-fieldtype-checkbox {
  margin-bottom: 15px;
}
/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
  columns: 200px 2;
  column-gap: 20px;
}

form .inputs-list > li {
  display: block;
  margin: .7rem 0;
  margin: 0;
  font-size: 16px;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msgs label {
  color: #ff0000 !important;
  margin-bottom: 20px;
  font-size: 1rem;
  font-weight: 400;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-align: center;
  border-style: solid;
  font-size: 16px;
  text-decoration: none;
  -webkit-text-decoration: none;
  -moz-text-decoration: none;
  line-height: 1;
  white-space: normal;
  margin-top: 10px;
}

form input[type=submit]:hover,
form .hs-button:hover {
  text-decoration: none;
  -webkit-text-decoration: none;
  -moz-text-decoration: none;
}

form fieldset.form-columns-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
form fieldset.form-columns-2 .field {
  width: calc(50% - 5px) !important;
}
/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


form fieldset .input {
  margin-right: 0 !important;
}
form.hs-form .field select {
  width: 100% !important;
  font-weight: 400;
  font-family: Lato;
}
form ul.inputs-list.multi-container {
  -webkit-columns: 200px 2;
  -moz-columns: 200px 2;
  columns: 200px 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
form .inputs-list li {
  margin: 0;
}
form .inputs-list li>label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 5px;
}
form .inputs-list li>label input {
  margin: 3px 3px 3px 4px;
  margin-right: 5px;
  margin-top: 4px;
}

form .hs-form-field textarea {
  height: 100px;
  resize: none;
  width: 100% !important;
  border: none;
  line-height: 1.5;
  display: block;
  padding: 16px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: Overpass;
  margin-bottom: 7px;
}

form fieldset textarea {

  display: block;
}

form .actions input.hs-button {
  margin: 0;
}

form .inputs-list.hs-error-msgs label {
  font-size: 13px;
  display: inline;
  line-height: inherit;
}

form .hs_error_rollup .inputs-list.hs-error-msgs label {
  font-size: 16px;
}

.hs_cos_wrapper_type_password_prompt,
.hs-search-field__bar,
.hs_cos_wrapper_type_form,
.widget-type-blog_subscribe,
.widget-type-google_search,
.widget-type-password_prompt.custom_error_message,
.widget-type-email_simple_subscription,
.section.post-footer form ,.hs_cos_wrapper_type_member_login , 
.hs_cos_wrapper_type_member_register,.hs_cos_wrapper_type_password_reset_request ,
.hs_cos_wrapper_type_password_reset{
  padding: 30px 15px 30px;
  display:block;
}

form ul.inputs-list.multi-container label.hs-form-checkbox-display {
  margin-bottom: 0;
}

fieldset.form-columns-1 input[type=text],
fieldset.form-columns-1 input[type=email],
fieldset.form-columns-1 input[type=password], 
fieldset.form-columns-1 input[type=tel],
fieldset.form-columns-1 input[type=number],
fieldset.form-columns-1 input[type=file] {
  width: 100% !important;
}

form.hs-form .input select {
  color: #2d2d2d;
  cursor: pointer;
}


form.hs-form .input .hs-input::-webkit-input-placeholder {
  transition: 0.2s ease;
}
form.hs-form .input .hs-input::-ms-input-placeholder {
  transition: 0.2s ease;
}
form.hs-form .input .hs-input::-moz--placeholder {
  transition: 0.2s ease;
}
form.hs-form .input .hs-input:focus::-ms-input-placeholder {
  color: transparent !important;
}
form.hs-form .input .hs-input:focus::-moz--placeholder {
  color: transparent !important;
}
form.hs-form .input .hs-input:focus::-webkit-input-placeholder {
  color: transparent !important;
}

.multiselect-dropdown {
  position: relative;
}

.multiselect-dropdown__toggle {
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  font-weight: normal;
  width: 100% !important;
  overflow: hidden;
  text-transform: none;
  position: relative;
  padding-right: calc(10px + 0.4em);
}

.multiselect-dropdown__toggle::after {
  content: '';
  border-right: 2px solid;
  border-bottom: 2px solid;
  width: 0.4em;
  height: 0.4em;
  transform: rotate(45deg);
  position: absolute;
  right: 5px;
}

.input.input.input.multiselect-dropdown__options {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: white;
  color: black;
  padding: 1em;
  z-index: 100;
  border: 1px solid #EFF3F7;
  overflow-y: auto;
  max-height: calc(100vh - 100px);
}

.input.input.input.multiselect-dropdown__options label {
  color: inherit;
}


@media (min-width:992px){
  .hs_cos_wrapper_type_password_prompt,
  .hs-search-field__bar,
  .hs_cos_wrapper_type_form,
  .widget-type-blog_subscribe,
  .widget-type-google_search,
  .widget-type-password_prompt.custom_error_message,
  .widget-type-email_simple_subscription,
  .section.post-footer form ,.hs_cos_wrapper_type_member_login , 
  .hs_cos_wrapper_type_member_register,.hs_cos_wrapper_type_password_reset_request ,
  .hs_cos_wrapper_type_password_reset{
    padding: 35px 35px 45px;
    width:100%;
  }
}

@media(max-width:991px){
  .form-title {
    font-size: 20px;
    line-height: 1.2
  }
}

@media(max-width:479px){
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    width: 100%;
    display: inline-block;
    max-width: 300px;
    overflow: auto;
    overflow-y: hidden !important;
    margin: 10px 0;
  }
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
/* Header container */

.header__container{
  margin:0 auto;
  padding: 0 15px;
}

header ul{
  padding:0;
  margin:0;
  list-style:none;
}
header a{
  text-decoration:none;
} 
header a:hover{
  text-decoration:none;
} 

.toggle {
  width: 25px;
  height: 20px;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  display: flex;
}
.toggle__line {
  border: 0;
  height: 2px;
  background: #004a80;
  width: 25px;
  transition: .2s;
}

header.header {
  position: fixed;
  width: 100%;
  z-index: 777;
  min-height: 74px;
  top: 0;
}

header .row{
  display: flex;
  margin-right: 0;
  margin-left: 0;
  align-items: flex-start;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  align-items: center;
}

.header__logo {
  display: flex;
  align-items: center;
  height: 100%;
}

.header-no-nav .header__logo{
  min-height: 74px;
}

.header__logo img{
  vertical-align:middle;
  max-height: 55px;
}

.header__wrapper{
  height: 100%;
}

.custom-menu-primary{
  display: none;
}

.custom-menu-primary .hs-menu-wrapper>ul{
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
}
.custom-menu-primary .hs-menu-wrapper>ul>li{
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a{
  text-transform: uppercase;
  min-height: 74px;
}

.custom-menu-primary .hs-menu-wrapper ul {
  flex-wrap: nowrap;
}

.custom-menu-primary .hs-menu-wrapper ul li{
  height: 100%;
  display: flex;
  align-items: center;
}

.custom-menu-primary .hs-menu-wrapper ul li a{
  font-size: 20px;
  font-family: 'Overpass', sans-serif;
  text-decoration: none;
  line-height: 1;
  display: block;
  cursor: pointer;
  font-weight: bolder;
  padding-left: 25px;
  padding-right: 25px;
  height: 100%;
  vertical-align: middle;
  padding-top: 28px;
}

.custom-menu-primary .hs-menu-wrapper>ul ul.hs-menu-children-wrapper{
  position: absolute;
  display: none;
  top: 74px !important;
  flex-direction: inherit;
  flex-wrap: inherit;
}


.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:before{
  content: '';
  width: 100%;
  height: 300px;
  position: fixed;
  top: 74px;
  left: 0;
  display: none;
  background: #e6e7e8;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:hover:before{
  display: block;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:hover  ul.hs-menu-children-wrapper{
  display: flex;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children ul>li{
  min-width: 330px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children ul li{
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: static;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li>a{
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 0;
  padding-top: 20px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li ul li a{
  font-size: 14px;
  font-weight: 600;
  font-family: 'Overpass', sans-serif;
  padding-top: 18px;
}

.js-ad-play{
  position: fixed;
  top: 92px;
  left: 18px;
  display: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:hover .js-ad-play{
  display: block;
}

.js-ad-play .ibg{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 500px;
  height: 261px;
  position: relative;
  display:none;
}
/* .hs-menu-wrapper>ul>li.hs-item-has-children:first-child .js-ad-play .ibg{
  background-image: url(https://8425553.fs1.hubspotusercontent-na1.net/hubfs/8425553/raw_assets/public/mrcrec_July2021/images/img_play.jpg);
}
.hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2) .js-ad-play .ibg{
  background-image: url(https://8425553.fs1.hubspotusercontent-na1.net/hubfs/8425553/raw_assets/public/mrcrec_July2021/images/img_site.jpg);
}
.hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(3) .js-ad-play .ibg{
  background-image: url(https://8425553.fs1.hubspotusercontent-na1.net/hubfs/8425553/raw_assets/public/mrcrec_July2021/images/img_sport.jpg);
}
.hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(5) .js-ad-play .ibg{
  background-image: url(https://8425553.fs1.hubspotusercontent-na1.net/hubfs/8425553/raw_assets/public/mrcrec_July2021/images/img_play.jpg);
}
.hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(6) .js-ad-play .ibg{
  background-image: url(https://8425553.fs1.hubspotusercontent-na1.net/hubfs/8425553/raw_assets/public/mrcrec_July2021/images/img_play.jpg);
} */

.js-ad-play .bck-image {
  width: 100%;
  height: 150px;
}

.js-ad-play .ad__title {
  position: relative;
  top: 15px;
  left: 0;
  padding-left: 15px;
  padding-right: 10px;
}

.js-ad-play .content {
  background-color: #fff;
}

.js-ad-play .ad__title p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.js-ad-play .ad__title p .text-link {
  font-size: 14px;
  color: #05327F;
  padding-top: 0;
  padding-bottom: 30px;
  padding-left: 0 !important;
  padding-bottom: 30px;
}

.js-ad-play .ad__title p .text-link:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.5' height='12.121' viewBox='0 0 11.5 12.121'%3E%3Cg data-name='Icon feather-arrow-right' transform='translate(0.75 1.061)'%3E%3Cpath data-name='Path 15736' d='M7.5,18h10' transform='translate(-7.5 -13)' fill='none' stroke='%2305327f' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cpath data-name='Path 15737' d='M18,7.5l5,5-5,5' transform='translate(-13 -7.5)' fill='none' stroke='%2305327f' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E");
  margin-left: 5px;
}


.ad__title{
  position: absolute;
  top: 35px;
  left: 25px;
  font-size: 20px;
  color: #fff;
  font-family: 'Overpass', sans-serif;
  font-weight: 600;
  line-height: 1.4;
  text-transform: initial;
}

.js-ad-play .button--white{
  padding: 16px 63px;
  position: absolute;
  bottom: 35px;
  right: 25px;
  height: auto!important;
  padding-top: 16px!important;
  vertical-align: middle;
  font-size: 20px;
  font-family: 'Overpass', sans-serif;
  text-decoration: none;
  line-height: 1;
  display: block;
  cursor: pointer;
  font-weight: bolder;
  padding-left: 40px;
  padding-right: 40px;
  text-transform: initial;
}

.custom-menu-primary:not(.new) .hs-menu-wrapper>ul>li:nth-child(3):hover ul.hs-menu-children-wrapper,
.custom-menu-primary:not(.new) .hs-menu-wrapper>ul>li:nth-child(5):hover ul.hs-menu-children-wrapper{
  display: block!important;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: -300px;
  background-color: #004a80;
  width: 300px;
  min-height: 100vh;
  color: #fff;
  padding-left: 25px;
  padding-top: 30px;
  padding-bottom: 50px;
  display: none;
  height: 100vh;
  overflow-y: scroll;
  display: block;
  right: 0;
}

.open_menu .mobile-menu{

}

.mobile-menu ul{
  list-style:none;
  margin:0;
  padding:0;
}

.open_menu .toggle__line:nth-child(1) {
  transform-origin: 0% 100% 0;
  transform: rotate(45deg) translate(0,0);
}

.open_menu .toggle__line:nth-child(2) {
  opacity: 0;
}

.open_menu .toggle__line:nth-child(3) {
  transform-origin: 0% 100% 0;
  transform: rotate(-45deg) translate(1px,0px);
}
.open_menu ul li a{
  text-decoration:none;
}
.open_menu ul li a:hover{
  text-decoration:none;
}

.custom-menu-primary .hs-menu-wrapper>ul ul ul {
  display: block !important;
  position: static !important;
  opacity: 1 !important;
}

.header_outr_wrap.lp .header__row.row {
  height: 74px;
}

@media (min-width: 1200px){
  .toggle {
    display: none;
  }
  .custom-menu-primary {
    display: flex;
  }

  .mobile-menu {
    display: none;
  }
}

@media (max-width:1480px){
	.header__logo img {
		width: 100px !important;
		height: auto !important;
	}
/*   .js-ad-play {
		display: none !important;
	} */
  .custom-menu-primary .hs-menu-wrapper>ul>li:first-of-type:hover > ul.hs-menu-children-wrapper {
    left: 50px;
  }
}

@media (max-width:1360px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li:first-of-type:hover > ul.hs-menu-children-wrapper {
    left: 90px;
  }
}

@media (max-width:1250px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li:first-of-type:hover > ul.hs-menu-children-wrapper {
    left: 100px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-of-type(2):hover > ul.hs-menu-children-wrapper {
    left: 50px;
  }
}

@media (min-width:1200px){
  .js-ad-play .ibg{
    width: 215px;
    display: block;
  }
}

@media (min-width:1600px){
  .js-ad-play .ibg{
    width: 300px;
    display: block;
  }
}

@media (min-width:1800px){
  .js-ad-play .ibg{
    width: 400px;
    display: block;
  }
}


@media (max-width:1199px){
  .body-wrapper {
    transition: transform .4s;
    background: #fff;
    position: relative;
    z-index: 555;
  }
  .header__row{
    min-height:74px;
  }
  .mobile-menu .hs-menu-wrapper>ul>li>a{
    font-size: 18px;
    color: #fff !important;
    font-weight: 700;
  }

  .mobile-menu .hs-menu-wrapper>ul > li > ul.hs-menu-children-wrapper{
    opacity: 1;
    position: static;
    display:block;
  }

  .mobile-menu .hs-menu-wrapper>ul>li ul{
    padding-left: 15px;
  }
  .mobile-menu .hs-menu-wrapper>ul ul.hs-menu-children-wrapper{

  }
  .mobile-menu .hs-menu-wrapper>ul>li ul li a{
    color: #fff!important;
    white-space: normal !important;
  }
  .mobile-menu .hs-menu-wrapper>ul>li> ul ul{
    padding-left: 16px;
    display:none;
  }

  .mobile-menu .hs-menu-wrapper>ul{
    display:block;
  }
  .open_menu .body-wrapper{
    transform: translateX(-300px);
    transition: transform .4s;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    background: #fff;
  }
  .mobile-menu .hs-menu-wrapper>ul ul li.hs-item-has-children>a:after{
    content: '';
    background: url(https://8425553.fs1.hubspotusercontent-na1.net/hubfs/8425553/raw_assets/public/mrcrec_July2021/images/icon__down.svg) no-repeat;
    height: 16px;
    width: 16px;
    display: inline-block;
    transform: translate(5px,5px);
  }

  .open-menu-list,
  .mobile-menu .hs-menu-wrapper>ul ul.hs-menu-children-wrapper ul {
    position: static;
    display: none;
    overflow: hidden;
    opacity: 1;
  }

  .mobile-menu .hs-menu-wrapper>ul ul.hs-menu-children-wrapper ul.active {
    opacity: 1;
    display: block;
  }

}

.custom-menu-primary.with-cta {
	align-items: center;
}
.custom-menu-primary.with-cta .custom-menu-cta {
	padding-left: 20px;
}
.custom-menu-primary.with-cta .custom-menu-cta .button {
	margin-top: 0;
	padding-left: 25px;
	padding-right: 25px;
}
.mobile-menu .custom-menu-cta .button {
	padding: 10px 20px;
	background: #fff;
	color: rgba(0,74,128,1.0);
	margin-top: 20px;
}
@media (max-width:1400px) {
	.custom-menu-primary.with-cta .hs-menu-wrapper ul li a {
		padding-left: 30px;
		padding-right: 30px;
	}
}

.header__container--with-search {
 position: relative;
}
.header__container--with-search button.search-toggle {
 margin: 0;
 background: white;
 width: 48px;
 height: 48px;
 padding: 5px;
 display: flex;
 align-items: center;
 justify-content: center;
 margin-left: 20px;
}
.header__container--with-search button.search-toggle svg {
 height: 20px;
 width: auto;
}
.header__container--with-search button.search-toggle svg path {
 fill: #004a80;
}
.header__container--with-search button.search-toggle svg .search-close {
 display: none;
}
.header__container--with-search button.search-toggle.active svg .search-open {
 display: none;
}
.header__container--with-search button.search-toggle.active svg .search-close {
 display: block;
}
.header__container--with-search #search {
 position: absolute;
 top: 100%;
 right: 0;
 display: none;
}
.header__container--with-search #search.active {
 display: block;
}
.header__container--with-search #search .hs-search-field__bar {
 padding: 20px;
}
.header__container--with-search #search .hs-search-field__input {
 padding: 7.5px 10px 5px;
 font-size: 14px;
 font-weight: 500;
 text-transform: none;
 line-height: 1;
}

.mobile-menu--with-search button.search-toggle,
.mobile-menu--with-search button.search-toggle.active {
 display: none !important;
}
.mobile-menu--with-search #search {
 width: calc(100% - 20px);
 margin: 40px 0 0;
}
.mobile-menu--with-search .hs-search-field__bar {
 padding: 15px;
}
.mobile-menu--with-search .hs-search-field__input {
 padding: 10px 10px 7.5px;
 font-size: 14px;
 text-transform: none;
}

.banner-section .row-depth-1.dnd-section {
 padding-top: 0;
}

@media (max-width:1440px) {
 .header__container.header__container--with-search .custom-menu-primary .hs-menu-wrapper a {
	padding-left: 15px;
	padding-right: 15px;
 }
}

@media (max-width: 1310px) {
 	.custom-menu-primary .hs-menu-wrapper ul li a {
		padding-left: 15px;
		padding-right: 15px;
	  font-size: 16px;
	}
}


.aboutus .hs-menu-children-wrapper {
 flex-direction: column !important;
}
.footer {
  padding-top: 45px;
  padding-bottom: 20px;
}

footer.footer {
  font-size: 16px;
}

.footer__container{
  padding: 0 30px;
}

.footer ul{
  padding:0;
  margin:0;
  list-style:none;
}

.footer__row{
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

.footer__logo img{
  margin-bottom: 30px;
  vertical-align: middle;
}

.footer .hs-menu-wrapper ul li a{
  text-decoration:none;
}
.footer .hs-menu-wrapper ul li a:hover{
  text-decoration:none;
}

.footer__wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer__wrapper .hs-menu-wrapper>ul>li>a{
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: 'Overpass', sans-serif;
  display:block;
}
.footer__wrapper .hs-menu-wrapper ul ul li{
  margin-bottom: 10px;
}

.footer__wrapper .hs-menu-wrapper ul ul li a{
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  font-family: 'Overpass', sans-serif;
  display: inline-block !important;
  white-space: normal !important;
}

footer .hs-menu-wrapper>ul{
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}

footer .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  position: static;
  opacity: 1;
  display: block;
}

.footer__wrapper>.hs_cos_wrapper{
  width:100%;
}

.footer__social-menu {
  margin-bottom: 30px;
}

.footer__social-menu ul {
  display: flex;
}

.footer__social-menu ul li:not(:last-child) {
  margin-right: 40px;
}

.footer__social-menu ul li a {
  width: 24px;
  height: 20px;
  text-indent: 24px;
  display: inline-block;
  overflow: hidden;
}
.footer__social-menu ul li a[href*=facebook] {
  background: url(https://8425553.fs1.hubspotusercontent-na1.net/hubfs/8425553/raw_assets/public/mrcrec_July2021/images/icon__facebook.svg) no-repeat center center;
}
.footer__social-menu ul li a[href*=twitter] {
  background: url(https://8425553.fs1.hubspotusercontent-na1.net/hubfs/8425553/raw_assets/public/mrcrec_July2021/images/icon__twitter.svg) no-repeat center center;
}

.footer__social-menu ul li a[href*=linkedin] {
  background: url(https://8425553.fs1.hubspotusercontent-na1.net/hubfs/8425553/raw_assets/public/mrcrec_July2021/images/icon__linkedin.svg) no-repeat center center;
}
.footer__social-menu ul li a[href*=instagram] {
  background: url(https://8425553.fs1.hubspotusercontent-na1.net/hubfs/8425553/raw_assets/public/mrcrec_July2021/images/icon__instagram.svg) no-repeat center center;
}

.footer__social-menu ul li a[href*=youtube] {
  background: url(https://8425553.fs1.hubspotusercontent-na1.net/hubfs/8425553/raw_assets/public/mrcrec_July2021/images/icon__youtube.svg) no-repeat center center;
}


.footer__copyright{
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.8;
  font-family: 'Overpass', sans-serif;
}
.footer__copyright a{
  font-family: 'Overpass', sans-serif;
  text-decoration: underline;
}

footer .hs-menu-wrapper>ul>li{
  margin-bottom: 30px;
}

footer .hs-menu-wrapper>ul>li:last-child ul li:last-child>a{
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Overpass', sans-serif;
}


@media (min-width: 992px){
  .footer__row{
    margin-bottom: 110px;
  }
  .footer__wrapper {
    width: 65%;
    padding-right: 110px;
  }
}

@media (min-width: 576px){

  footer .hs-menu-wrapper>ul{
    align-items: stretch;
  }
}

@media (min-width:1200px){
  .footer__wrapper {
    flex-wrap: nowrap;
  }
  footer .hs-menu-wrapper>ul{
    flex-wrap: nowrap;
  }
}

footer.footer .search-form {
 margin: 0 0 30px;
}
footer.footer .hs-search-field__bar {
 background: rgb(0, 74, 128);
 padding: 30px;
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-slide--html {
  padding: 0!important
}

.fancybox-content {
  padding: 30px 10px
}

@media(min-width: 992px) {
  .fancybox-content {
    padding:44px
  }
}

/* 6795 */
.fancybox-active {
  height: auto
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute!important;
  top: -9999px;
  visibility: hidden
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992
}

.fancybox-container * {
  box-sizing: border-box
}

.fancybox-outer,.fancybox-inner,.fancybox-bg,.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.47,0,.74,.71)
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(.22,.61,.36,1)
}

.fancybox-infobar,.fancybox-toolbar,.fancybox-caption,.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease,visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997
}

.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar,.fancybox-show-caption .fancybox-caption,.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s,visibility 0s ease 0s;
  visibility: visible
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.fancybox-toolbar {
  right: 0;
  top: 0
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform,opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994
}

.fancybox-slide:before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0
}

.fancybox-is-sliding .fancybox-slide,.fancybox-slide--previous,.fancybox-slide--current,.fancybox-slide--next {
  display: block
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0
}

.fancybox-slide--image:before {
  display: none
}

.fancybox-slide--html {
  padding: 6px
}

.fancybox-content {
  background: #e5e6e7;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  text-align: left;
  vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(.5,0,.14,1);
  -webkit-backface-visibility: hidden;
  background: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform,opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in
}

.fancybox-can-swipe .fancybox-content,.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing
}

.fancybox-container [data-selectable=true] {
  cursor: text
}

.fancybox-image,.fancybox-spaceball {
  background: 0 0;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%
}

.fancybox-spaceball {
  z-index: 1
}

.fancybox-slide--video .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%
}

.fancybox-slide--video .fancybox-content {
  background: #000
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff
}

.fancybox-video,.fancybox-iframe {
  background: 0 0;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0
}

.fancybox-button {
  background: rgba(30,30,30,.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 64px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 64px
}

.fancybox-button,.fancybox-button:visited,.fancybox-button:link {
  color: #ccc
}

.fancybox-button:hover {
  color: #fff;
  background: rgba(30,30,30,.6);
}

.fancybox-button:focus {
  outline: none;
  background: rgba(30,30,30,.6);
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted
}

.fancybox-button[disabled],.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none
}

.fancybox-button div {
  height: 100%
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0
}

.fancybox-button--play svg:nth-child(2),.fancybox-button--fsenter svg:nth-child(2) {
  display: none
}

.fancybox-button--pause svg:nth-child(1),.fancybox-button--fsexit svg:nth-child(1) {
  display: none
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998
}

.fancybox-close-small {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px
}

.fancybox-navigation .fancybox-button div {
  padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px
}

@media(min-width: 1600px) {
  .fancybox-navigation .fancybox-button--arrow_left {
    left:100px
  }
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: env(safe-area-inset-right)
}

@media(min-width: 1600px) {
  .fancybox-navigation .fancybox-button--arrow_right {
    right:100px
  }
}

.fancybox-caption {
  background: linear-gradient(to top,rgba(0,0,0,.85) 0%,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,rgba(0,0,0,0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996
}

@supports(padding: max(0px)) {
  .fancybox-caption {
    padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))
  }
}

.fancybox-caption--separate {
  margin-top: -50px
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all
}

.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline
}

.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: 0 0;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg)
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0,0,.25,1)
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%,0,0)
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%,0,0)
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0,0,0)
}

.fancybox-fx-fade.fancybox-slide--previous,.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(.19,1,.22,1)
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5,1.5,1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(.5,.5,.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1,1,1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg)
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg)
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0,0,0) translate3d(-100%,0,0)
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0,0,0) translate3d(100%,0,0)
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1,1,1) translate3d(0,0,0)
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%,0,0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%,0,0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0,0,0) scale(1)
}

@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left:6px;
    padding-right: 6px
  }

  .fancybox-slide--image {
    padding: 6px 0
  }

  .fancybox-close-small {
    right: -6px
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px
  }

  @supports(padding: max(0px)) {
    .fancybox-caption {
      padding-left:max(12px,env(safe-area-inset-left));
      padding-right: max(12px,env(safe-area-inset-right))
    }
  }
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px
}

.fancybox-share p {
  margin: 0;
  padding: 0
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap
}

.fancybox-share__button:visited,.fancybox-share__button:link {
  color: #fff
}

.fancybox-share__button:hover {
  text-decoration: none
}

.fancybox-share__button--fb {
  background: #3b5998
}

.fancybox-share__button--fb:hover {
  background: #344e86
}

.fancybox-share__button--pt {
  background: #bd081d
}

.fancybox-share__button--pt:hover {
  background: #aa0719
}

.fancybox-share__button--tw {
  background: #1da1f2
}

.fancybox-share__button--tw:hover {
  background: #0d95e8
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px
}

.fancybox-share__button svg path {
  fill: #fff
}

.fancybox-share__input {
  background: 0 0;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0,0,0,.3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0,0,0,.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .2s cubic-bezier(.25,.46,.45,.94);
  z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
  opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1
}

@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width:110px
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px)
  }
}
.Threeboxes .box-with-content .boxs .bottom-content p {
  word-break: break-word;
}

.header_outr_wrap {
  min-height: 74px;
}

.body-wrapper [class*="force-full-width-section"] ,
.body-wrapper [class*="force-full-width-section"] > .row-fluid {
  padding: 0;
}

.flex_row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

main .hs_cos_wrapper_type_rich_text p a {
  text-decoration: underline;
}

.video .video__cover:before {
  background: url(https://8425553.fs1.hubspotusercontent-na1.net/hubfs/8425553/raw_assets/public/mrcrec_July2021/images/icon__play.svg) no-repeat center center;
}

a.bl_btn.button {
  margin: 0;
  text-decoration: none;
  padding: 16px 63px;
  font-size: 16px;
}

main button,
main .button {
  text-decoration: none;
}

/*------------*/

.description,
.fw_midd_area .span12.dnd-column > .dnd-row > .row-fluid > .widget-span.dnd-column {
  padding-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 60px;
}

.fw_midd_area .hs_cos_wrapper_type_rich_text h2 {
  font-family: 'Overpass', sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #004a80;
  margin-bottom: 30px;
  line-height: 1.2;
}

.fw_midd_area .hs_cos_wrapper_type_rich_text p {
  font-size: 16px;
  color: #2d2d2d;
  margin: 0;
  margin-bottom: 30px;
}


.description h2 {
  margin-bottom: 30px;
}

.description p {
  margin-bottom: 30px;
}

.description p:last-child {
  margin-bottom: 0;
}

.cont_box .description p + h2 {
  font-size: 1.5em;
  margin: 0;
  line-height: inherit;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
}

a.button.button--white {
  background: #fff;
  color: #004a80;
}

/*------------*/

.form_wd_img_wrap .form_box p.feed_sub {
  line-height: 1.3;
  margin-bottom: 36px;
}

.cat_lis_page .fw_bottom_area .form_box .form-title {
  display: none;
}

.cat_lis_page .fw_bottom_area .form_box fieldset.form-columns-1 .input input:not([type="checkbox"]) {
  width: 100%;
}

.cat_lis_page .fw_bottom_area .form_box fieldset.form-columns-2 .field {
  width: calc(50% - 8px) !important;
}

.cat_lis_page .fw_bottom_area .form_box .field > label {
  margin: 0;
}

.cat_lis_page .fw_bottom_area .form_box .hs_select_your_catalogs {
  padding-bottom: 0.1px;
  margin-bottom: 20px;
}

.cat_lis_page .fw_bottom_area .form_box .hs_select_your_catalogs > label {
  margin-bottom: 16px;
  font-size: 16px;
  color: #004a80;
  font-weight: bold;
}

.cat_lis_page .fw_bottom_area .form_box .hs_select_your_catalogs .inputs-list li>label {
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  display: inline-block;
}

.cat_lis_page .fw_bottom_area .form_box .hs_select_your_catalogs ul.inputs-list.multi-container {
  columns: unset;
  display: flex;
  flex-wrap: wrap;
  column-gap: unset;
}

.cat_lis_page .fw_bottom_area .form_box .hs_select_your_catalogs ul.inputs-list.multi-container > li {
  width: 50%;
  margin-bottom: 8px;
  display: inline-block;
  font-size: 12px;
}

.cat_lis_page .fw_bottom_area .form_box .hs_select_your_catalogs .inputs-list li>label span {
  vertical-align: unset;
}

.cat_lis_page .fw_bottom_area .form_box .hs_select_your_catalogs .inputs-list li>label input {
  margin-top: 3px;
  margin-right: 6px;
  vertical-align: unset;
}

.gallery_page .form_box ::-webkit-input-placeholder,
.cat_lis_page .fw_bottom_area .form_box ::-webkit-input-placeholder {
  color: rgb(117, 117, 117);
  text-transform: uppercase;
}

.gallery_page .form_box ::-ms-input-placeholder ,
.cat_lis_page .fw_bottom_area .form_box ::-ms-input-placeholder {
  color: rgb(117, 117, 117);
  text-transform: uppercase;
}

.gallery_page .form_box ::-moz-placeholder,
.cat_lis_page .fw_bottom_area .form_box ::-moz-placeholder {
  color: rgb(117, 117, 117);
  text-transform: uppercase;
}

.gallery_page .form_box form .actions input.hs-button {
  margin-top: 7px;
}


.cat_lis_page .fw_bottom_area .form_box form .inputs-list.hs-error-msgs label {
  font-size: 16px;
  margin-top: 16px;
  margin-bottom: 8px;
  color: #dc3232 !important;
}

.gallery_page .form_box form .hs_error_rollup ,
.cat_lis_page .fw_bottom_area .form_box form .hs_error_rollup {
  margin: 2em .5em 1em;
  padding: .2em 1em;
  border: 2px solid #00a0d2;
  border-color: #ffb900;
}

.gallery_page .form_box form .hs_error_rollup .inputs-list.hs-error-msgs label,
.cat_lis_page .fw_bottom_area .form_box form .hs_error_rollup .inputs-list.hs-error-msgs label {
  margin: 0;
  /*     color: #2d2d2d !IMPORTANT; */
}



/*-------------*/

.hm_page .dnd-section .hs_cos_wrapper_type_rich_text h2 {
  margin-bottom: 16px;
}

.hm_page .dnd-section .hs_cos_wrapper_type_rich_text p {
  margin-bottom: 21px;
}

.hm_page .dnd-section .hs_cos_wrapper_type_rich_text p:last-child {
  margin-bottom: 0;
}

.hm_page .blog_feed_wrap {
  padding-top: 0;
}
/*-------------*/

.acc_wrap h2.toggler {
  background: url(https://8425553.fs1.hubspotusercontent-na1.net/hubfs/8425553/raw_assets/public/mrcrec_July2021/images/icon__faq--plus.svg) no-repeat 96% 50% #ebebed;
}

.acc_wrap .active h2.toggler {
  background: url(https://8425553.fs1.hubspotusercontent-na1.net/hubfs/8425553/raw_assets/public/mrcrec_July2021/images/icon__faq--minus.svg) no-repeat 96% 50% #004a80;
  background-size: 26px;
  color: #fff;
}

.feat_pro_wrap a.featured__blackout:after {
  background: url(https://8425553.fs1.hubspotusercontent-na1.net/hubfs/8425553/raw_assets/public/mrcrec_July2021/images/icon__go.svg) no-repeat center center;
  background-size: contain;
}

.top__down {
  background: url(https://8425553.fs1.hubspotusercontent-na1.net/hubfs/8425553/raw_assets/public/mrcrec_July2021/images/icon__arrow-down.svg) no-repeat center center;
}


/*-----*/


.fancybox-content .video__wrapper {
  width: 75vw;
}

.fancybox-content .video__container.content-wrapper {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.fancybox-content .video__title {
  margin-bottom: 0!important;
  line-height: 1.2;
}

.video__text {
  color: #004a80!important;
  margin-bottom: 25px;
}

.fancybox-content .video__row {
  margin-left: -15px;
  margin-right: -15px;
}

.fancybox-content .video__wrap {
  width: 100%;
}

.video__list {
  width: 100%;
  font-size: 16px;
}

.fancybox-content .video__player {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.fancybox-content .video__player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}

.fancybox-content .video__list ul {
  margin: 1em 0;
}

.fancybox-content .video__list ul li {
  margin-bottom: 15px;
}

button.fancybox-button.fancybox-close-small {
  background: transparent !important;
}

/*-----------------*/
.slick-slider * {
  outline: none !important;
}

.fancybox-slide--html .fancybox-close-small {
  padding: 10px;
  right: 0;
  top: 0;
  color: #fff !important;
}

.popup_slider.fancybox-content {
  width: 100vw !important;
  height: 100vh !important;
  overflow: hidden;
  position: relative;
  padding: 0px !important;
  background: transparent !important;
}

.popup_slider.fancybox-content .pop_slide_row {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  flex-direction: column;
}

.popup_slider.fancybox-content .slider_container {
  height: 100%;
  display: block;
  width: 100%;
}

.popup_slider.fancybox-content .slide__title {
  text-align: center;
  font-size: 20px;
  z-index: 999;
  color: #fff;
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
}

.popup_slider.fancybox-content ul.slick-slider {
  padding: 0;
  margin: 0;
  height: 100%;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
}

.popup_slider.fancybox-content .slick-list.draggable {
  max-width: 90vw;
  margin: 0 auto;
  width: 100%;
}

.popup_slider.fancybox-content .slick-track:after,
.popup_slider.fancybox-content .slick-track:before {
  content: none;
}

.popup_slider.fancybox-content .slick-track {
  display: flex;
  flex-wrap: wrap;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup_slider.fancybox-content li.slick-slide {
  position: relative;
  max-width: 100%;
  height: auto;
}

.popup_slider.fancybox-content li.slick-slide img {
  max-height: 90vh;
  display: block;
  margin: 0 auto;
  width: auto !important;
}

.pop_slide_row button.slick-arrow {
  outline: none;
  z-index: 10;
  cursor: pointer;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin-top: calc((-1 * 44px)/2);
  height: 44px;
  width: 27px;
  position: absolute;
  top: 50%;
  padding: 0;
  font-size: 0;
  background: transparent;
  cursor: pointer;
}

.pop_slide_row button.slick-prev {
  left: 10px;
  right: auto;
  text-indent: -100px;
  overflow: hidden;
  background: url(https://8425553.fs1.hubspotusercontent-na1.net/hubfs/8425553/raw_assets/public/mrcrec_July2021/images/icon__arrow--prev.svg) no-repeat center;
}

.pop_slide_row button.slick-arrow.slick-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.pop_slide_row button.slick-next {
  right: 10px;
  left: auto;
  text-indent: -100px;
  overflow: hidden;
  background: url(https://8425553.fs1.hubspotusercontent-na1.net/hubfs/8425553/raw_assets/public/mrcrec_July2021/images/icon__arrow--next.svg) no-repeat center;
}

.video__container.content-wrapper + button.fancybox-button.fancybox-close-small {
  color: currentColor !important;
}

.project_list_wrap .blog__pagination .prev {
  background: url(https://8425553.fs1.hubspotusercontent-na1.net/hubfs/8425553/raw_assets/public/mrcrec_July2021/images/icon__prev.svg) no-repeat center center;
}

.project_list_wrap .blog__pagination .next {
  background: url(https://8425553.fs1.hubspotusercontent-na1.net/hubfs/8425553/raw_assets/public/mrcrec_July2021/images/icon__next.svg) no-repeat center center;
}

.cwd_img_wrap .cont_box p.btn_wrap.btn_small a {
  font-size: 16px;
}


/*-------- mdia queries-----*/

@media(min-width:992px){
  .description,
  .fw_midd_area .span12.dnd-column > .dnd-row > .row-fluid > .widget-span.dnd-column {
    padding-top: 120px;
    padding-left: 110px;
    padding-right: 110px;
    padding-bottom: 120px;
  } 

  .fw_midd_area .hs_cos_wrapper_type_rich_text h2 {
    font-size: 36px;
    line-height: 1.4;
  }

  a.bl_btn.button,
  .fw_midd_area .hs_cos_wrapper_type_rich_text p {
    font-size: 20px;
  }

  .fancybox-content  .video__row {
    flex-wrap: nowrap;
  }

  .fancybox-content  .video__wrap {
    width: calc(100% - 375px)!important;
  }

  .fancybox-content  .video__list {
    width: 376px;
    font-size: 20px;
  }

}

@media(max-width:991px){
  .fw_midd_area .hs_cos_wrapper_type_rich_text p ,
  .description p {
    margin-bottom: 24px;
  }
}

@media(max-width:400px){
  .cat_lis_page .fw_bottom_area .form_box fieldset.form-columns-2 .field {
    width: 100% !important;
  }

  .cat_lis_page .fw_bottom_area .form_box fieldset.form-columns-2 .field input {
    width: 100%;
  }
}

/*---mk---*/

.fw_midd_area h1 {
  font-size: 1.5em;
  margin: 0;
  color: #2d2d2d;
  line-height: 1.5;
  font-weight: bold;
}

.fw_midd_area ul {
  margin-bottom: 1em;
}

.fw_midd_area .hs_cos_wrapper_type_rich_text h3 {
  font-size: 1.17em;
}

.privacy-content .dnd-section > .row-fluid {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.privacy-content .dnd-section > .row-fluid > div {
  font-size: 16px;
  padding: 15px 0;
}

.privacy-content h2{
  margin-top: 16px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}

.privacy-content p{
  margin-bottom: 16px;
}

.privacy-content h2 {
  line-height: 1.5;
  color: #2d2d2d;
}

.privacy-content p {
  font-size: 16px;
  line-height: 1.5;
  color: #2d2d2d;
  position: relative;
}

@media (min-width: 992px){
  .privacy-content .dnd-section > .row-fluid > div{
    font-size: 21px;
    padding-top: 110px;
    padding-left: 95px;
    padding-right: 95px;
    margin-bottom: 110px;
  }

  .privacy-content h2{
    margin-top: 42px;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 36px;
  }

  .privacy-content p{
    margin-bottom: 36px;
  }
}
#pillar-table-of-contents {
  padding-bottom: 2em;
}

#pillar-content {
  position: relative;
  padding-top: 3em;
  padding-bottom: 0;
  padding-left: 6em;
  background-color: white;
  max-width: calc(100% - 60px);
  width: 778px;
  margin-left: auto;
  margin-right: auto;
  min-height: 500px;
}

#pillar-content .dnd-section:first-child {
  padding-top: 0;
}

#pillar-content .dnd-section, 
#pillar-content .content-wrapper--vertical-spacing {
  padding-bottom: 0;
}

#pillar-content .dnd-module,
#pillar-content .dnd-column {
  padding-left: 0;
  padding-right: 0;
}

#pillar-content h2 {
  font-size: 38px;
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: -0.03em;
}

#pillar-content h3 {
  font-size: 24px;
  line-height: 1.2;
  font-family: 'Overpass', sans-serif;
  font-weight: 900;
  letter-spacing: -0.02em;
  margin-bottom: 0.5em;
  color: #004078;
}

#pillar-content p,
#pillar-content ul li {
  font-size: 16px;
  line-height: 1.75;
}

#pillar-content a {
	word-break: break-word;
}

#pillar-content ul li::marker {
  color: #084C80;
  font-size: 18px;
}

#pillar-content p + p {
  margin-top: 30px;
}

#pillar-content p + ul {
  margin-top: 15px;
}

#pillar-content p {
  margin-bottom: 0;
}

#pillar-content a {
  border-bottom: 1px solid #084C80;
}

#pillar-content a:hover,
#pillar-content a:focus {
  border-bottom-color: #0827e8;
}

@media (min-width: 1200px) {
  #pillar-content__wrapper {
    display: flex;
    justify-content: flex-start;
    width: calc(100% - 142px);
  }

  #pillar-table-of-contents {
    width: 22vw;
  }

  #pillar-content {
    display: flex;
    top: -200px;
    width: calc(58vw - 60px);
  }

  #pillar-table-of-contents__wrapper,
  #pillar-table-of-contents__wrapper > div:not(#pillar-progress-bar),
  #pillar-content__social > div {
    height: 100%;
  }

  #pillar-content__contents {
    order: 1;
    width: calc(100% - 142px);
  }

  #pillar-content__social {
    order: 2;
    width: 142px;
    text-align: center;
  }
}

@media (min-width: 1500px) {
  #pillar-content {
    width: 1040px;
  }
}

@media (max-width: 1500px) and (min-width: 1200px) {
  #pillar-content {
    width: calc(100% - 260px);
  }

  #pillar-table-of-contents {
    width: 260px;
  }
}

@media (max-width: 1200px) {
  #pillar-content {
    order: 4;
    margin: 0 auto;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 0;
    padding-right: 0;
  }

  #pillar-table-of-contents__wrapper.fixed {
    position: fixed;
    z-index: 776;
    top: 74px;
    width: 100%;
  }
}
.gallery_listing h1 {
 font-size: 50px;
 color: #282F36;
 font-weight: 900;
}

.gallery_listing h2 {
 font-size: 36px;
 color: #282F36;
 font-weight: 700;
 font-family: 'Overpass',sans-serif;
}

.gallery_listing .large {
  font-size: 20px;
  color: #282F36;
}

.gallery_listing p {
 font-size: 18px;
}

.gallery_listing .hs_cos_wrapper_type_form {
 background-color: transparent;
 max-width: 500px;
 margin: 0 auto;
}

.gallery_listing .hs_cos_wrapper_type_form label {
 color: #fff;
}

.gallery_listing .hs_submit {
  display: flex;
  justify-content: center;
}

.gallery_listing .hs_submit input[type="submit"] {
 background-color: #fff;
 color: #004A80;
 margin-top: 30px;
}
#hs-banner-parent {
  --hs-banner-inset: auto 50% 0 !important;
}
#hs-banner-parent #hs-eu-cookie-confirmation {
  width: 100vw !important;
  max-width: 100vw !important;
}
#hs-eu-cookie-confirmation #hs-eu-confirmation-button, 
#hs-eu-cookie-confirmation #hs-eu-cookie-settings-button, 
#hs-eu-cookie-confirmation #hs-eu-decline-button {
  height: 2.55em !important;
  text-transform: uppercase !mportant;
}
#hs-eu-cookie-confirmation #hs-eu-header-container {
  margin-bottom: -1em;
}

@media (max-width:920px) {
  #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner {
    padding: 1.5em !important;
  }
}

@media (max-width:767px) {
  #hs-banner-parent p {
    font-size: 14px !important;
  }
}