*, *: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;
}

/**
 * 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;
}

/* 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;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* 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: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) 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 > .row-fluid,
.content-wrapper,
.page-center,
.footer__container,
.header__container{
  margin: 0 auto;
  padding: 0 20px;
}
.banner-section .dnd-section {
  padding: 0 !important;
}
.dnd-section[class*="force-full-width-section"] > .row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.dnd-column{
  padding-left:20px;
  padding-right:20px;
}
.dnd-section{
  padding-left:20px !important;
  padding-right:20px !important;
}
.body-pd-system {
  padding-bottom: 180px;
}
@font-face {
  font-family: 'Campton';
  font-style: normal;
  font-weight: 600;
  src: url('https://6743242.fs1.hubspotusercontent-na1.net/hubfs/6743242/RPAG_July2022/fonts/Campton-SemiBold.eot') format('embedded-opentype'),
    url(https://6743242.fs1.hubspotusercontent-na1.net/hubfs/6743242/raw_assets/public/RPAG_July2022/fonts/Campton-SemiBold.woff2) format('woff2'),
    url(https://6743242.fs1.hubspotusercontent-na1.net/hubfs/6743242/raw_assets/public/RPAG_July2022/fonts/Campton-SemiBold.woff) format('woff'),
    url(https://6743242.fs1.hubspotusercontent-na1.net/hubfs/6743242/raw_assets/public/RPAG_July2022/fonts/Campton-SemiBold.ttf) format('truetype'),
    url(https://6743242.fs1.hubspotusercontent-na1.net/hubfs/6743242/raw_assets/public/RPAG_July2022/fonts/Campton-SemiBold.svg) format('svg');
}

@font-face {
  font-family:'Campton';
  font-style: normal;
  font-weight: 400;
  src: url('https://6743242.fs1.hubspotusercontent-na1.net/hubfs/6743242/RPAG_July2022/fonts/Campton-Book.eot') format('embedded-opentype'),
    url(https://6743242.fs1.hubspotusercontent-na1.net/hubfs/6743242/raw_assets/public/RPAG_July2022/fonts/Campton-Book.woff2) format('woff2'),
    url(https://6743242.fs1.hubspotusercontent-na1.net/hubfs/6743242/raw_assets/public/RPAG_July2022/fonts/Campton-Book.woff) format('woff'),
    url(https://6743242.fs1.hubspotusercontent-na1.net/hubfs/6743242/raw_assets/public/RPAG_July2022/fonts/Campton-Book.ttf) format('truetype'),
    url(https://6743242.fs1.hubspotusercontent-na1.net/hubfs/6743242/raw_assets/public/RPAG_July2022/fonts/Campton-Book.svg) format('svg');
}


@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  src: url(https://6743242.fs1.hubspotusercontent-na1.net/hubfs/6743242/RPAG_July2022/fonts/fa-brands-400.eot) format("embedded-opentype"),
    url(https://6743242.fs1.hubspotusercontent-na1.net/hubfs/6743242/raw_assets/public/RPAG_July2022/fonts/fa-brands-400.woff2) format("woff2"),
    url(https://6743242.fs1.hubspotusercontent-na1.net/hubfs/6743242/raw_assets/public/RPAG_July2022/fonts/fa-brands-400.woff) format("woff"),
    url(https://6743242.fs1.hubspotusercontent-na1.net/hubfs/6743242/raw_assets/public/RPAG_July2022/fonts/fa-brands-400.ttf) format("truetype"),
    url(https://6743242.fs1.hubspotusercontent-na1.net/hubfs/6743242/raw_assets/public/RPAG_July2022/fonts/fa-brands-400.svg) format("svg")
}

@font-face {
  font-family: eicons;
  src: url(https://6743242.fs1.hubspotusercontent-na1.net/hubfs/6743242/RPAG_July2022/fonts/eicons.eot) format("embedded-opentype"),
    url(https://6743242.fs1.hubspotusercontent-na1.net/hubfs/6743242/raw_assets/public/RPAG_July2022/fonts/eicons.woff2) format("woff2"),
    url(https://6743242.fs1.hubspotusercontent-na1.net/hubfs/6743242/raw_assets/public/RPAG_July2022/fonts/eicons.woff) format("woff"),
    url(https://6743242.fs1.hubspotusercontent-na1.net/hubfs/6743242/raw_assets/public/RPAG_July2022/fonts/eicons.ttf) format("truetype"),
    url(https://6743242.fs1.hubspotusercontent-na1.net/hubfs/6743242/raw_assets/public/RPAG_July2022/fonts/eicons.svg) format("svg");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  src: url(https://6743242.fs1.hubspotusercontent-na1.net/hubfs/6743242/RPAG_July2022/fonts/fa-regular-400.eot) format("embedded-opentype"),
    url(https://6743242.fs1.hubspotusercontent-na1.net/hubfs/6743242/raw_assets/public/RPAG_July2022/fonts/fa-regular-400.woff) format("woff2"),
    url(https://6743242.fs1.hubspotusercontent-na1.net/hubfs/6743242/raw_assets/public/RPAG_July2022/fonts/fa-regular-400.woff) format("woff"),
    url(https://6743242.fs1.hubspotusercontent-na1.net/hubfs/6743242/raw_assets/public/RPAG_July2022/fonts/fa-regular-400.ttf) format("truetype"),
    url(https://6743242.fs1.hubspotusercontent-na1.net/hubfs/6743242/raw_assets/public/RPAG_July2022/fonts/fa-regular-400.svg) format("svg")
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url(https://6743242.fs1.hubspotusercontent-na1.net/hubfs/6743242/RPAG_July2022/fonts/fa-solid-900.eot) format("embedded-opentype"),
    url(https://6743242.fs1.hubspotusercontent-na1.net/hubfs/6743242/raw_assets/public/RPAG_July2022/fonts/fa-solid-900.woff) format("woff2"),
    url(https://6743242.fs1.hubspotusercontent-na1.net/hubfs/6743242/raw_assets/public/RPAG_July2022/fonts/fa-solid-900.woff) format("woff"),
    url(https://6743242.fs1.hubspotusercontent-na1.net/hubfs/6743242/raw_assets/public/RPAG_July2022/fonts/fa-solid-900.ttf) format("truetype"),
    url(https://6743242.fs1.hubspotusercontent-na1.net/hubfs/6743242/raw_assets/public/RPAG_July2022/fonts/fa-solid-900.svg) format("svg")
}

body {
  line-height:1.400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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: 0.9rem;
}

/* Anchors */

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
h1{
  line-height:1.120;
}
h2{
  line-height:1.111;
}
h3,h4,h5,h6{
  line-height: 1.1;
}
{
  line-height: 1.1;
}

/* Lists */

dd, dl, dt, li, ol, ul {
  margin-top: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

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

/* Labels */

form label {
  font-family: Campton,Sans-serif;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}
fieldset.form-columns-1 .hs-input {
  width: 100% !important;
}
select {
  font-family: "Campton", Sans-serif !important;
}
fieldset.form-columns-1 [type=checkbox], 
fieldset.form-columns-1 [type=radio] {
  width: auto !important;
}
form .inputs-list {
  padding-left: 20px !important;
}
form .inputs-list>li {
  margin: 0 !important;
}
input[type=radio] {
  margin-right: 10px !important;
}
input[type=checkbox] {
  margin-right: 10px !important;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field .grecaptcha-badge {
  margin-left: 0;
}

/* Inputs */

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 {
  background-color: #FFF;
  border: 1px  solid;
  border-radius: 3px;
  display: inline-block;
  font-family: Roboto, sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0.5rem 1rem;
  width: 100%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  outline:none;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */


form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 5px !important;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}
.hs-fieldtype-radio .inputs-list, .hs-fieldtype-checkbox .inputs-list {
  margin-top: 0 !important;
}


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;
}
ul.no-list.hs-error-msgs.inputs-list label {
  color: red !important;
  padding-bottom: 12px !important;
  font-size: 14px !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:rgb(51, 51, 51);
}

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

.hs-error-msg {
  color: red;
  padding-bottom: 12px;
  font-size: 14px;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  white-space: normal;
  padding: 0.5rem 1rem;
  text-align: center;
  display: inline-block;
  font-family: "Campton", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  background-color: #f93c1c;
  border-radius: 0px 0px 0px 0px;
  line-height: 1.5;
  margin: 0;
  transition: 0.3s ease all;
  text-decoration: none;
  outline:none;
}
ul.no-list.hs-error-msgs {
  padding: 0;
}
.hs-membership-loader.hs_submit.hs-submit {
  margin-bottom: 20px;
}
.hs-search-module .hs-input {
  margin-bottom: 20px;
}
/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
@media(max-width:480px){
  .hs-input {
    width: 100% !important;
  }
}
@media(max-width:390px){
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow: auto;
    padding:10px;
  }
}
/* 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-top {
  background-color: #0c2340;
}
.header-top .header__container {
  padding: 10px;
}

.header-bottom {
  padding: 5px 0;
  position: relative;
  z-index: 33;
}
.header-bottom .header__container {
  padding: 0;
}
.header-bottom-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.logo {
  padding: 10px;
}
.logo img {
  width: 72px !important;
  vertical-align: middle;
  display: inline-block;
}

.custom-menu-primary .hs-menu-wrapper > ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
}
.scroll-header .header-bottom {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  transition: .3s ease-in-out;
  z-index: 100;
}
.scroll-header2 .header-bottom-inner {
  min-height: auto;
}
.scroll-header2 .logo img {
  width: 57.594px!important;
  transition: 0.3s ease;
}
.scroll-header2 .header-bottom {
  padding-top: 2px;
  padding-bottom:2px;
  background: #fff;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
}
.scroll-header2 .custom-menu-primary .hs-menu-wrapper>ul>li>a {
  padding-top:10px;
  padding-bottom:10px;
}	
.scroll-header2 .logo a {
  display: inline-block;
  width: 72px;
  transition: 0.3s ease;
  text-align: center;
}
@media (min-width: 1025px){
  .sb-arrow{
    display:none;
  }
  .logo{
    width: 9%;
  }
  .custom-menu-primary{
    width: 91%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    line-height: normal;
    justify-content: end;
    padding: 10px;
    margin-right: 30px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-right: 15px;
    margin-left: 15px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    margin-right:0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #333;
    white-space: nowrap;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-family: Campton,sans-serif;
    font-size: 14.5px;
    font-weight: 400;
    line-height: normal;
    transition: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    color:#f15f3f;
  }
  .custom-menu-primary .hs-menu-wrapper>ul li.hs-item-has-children>a:after {
    content: "\f078";
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .7em;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    line-height: 1;
    padding:10px 0 10px 10px;
    margin-top: -10px;
    margin-bottom: -10px;
    position: relative;
    top: -1px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color:#0c2340;
    top: 100%!important;
    display:none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li:hover > ul {
    display:block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    padding: 13px 20px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    font-size:14.5px;
    font-weight:400;
    font-family:Campton, sans-serif;
    text-shadow: none;
    border-left: 8px solid transparent;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    color:#f15f3f;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li.hs-item-has-children > a:after {
    margin-top: -10px;
    margin-right: -10px;
    margin-bottom: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    content: "\f078";
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .7em;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    padding-right: 10px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul ul {
    left: 100% !important;
    top: 0 !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul ul {
    border-left: 8px solid rgba(12,35,64,1.0);
  }
  .custom-menu-primary.mobile{
    display:none !important;
  }
  .menu-toggle-gp{
    display:none;
  }
}

@media(max-width:1490px) and (min-width:1024px){
  .custom-menu-primary .hs-menu-wrapper>ul ul ul {
    left: auto !important;
    right: 100% !important;
  }
}

@media(max-width:1400px) and (min-width:1024px){
  .custom-menu-primary .hs-menu-wrapper>ul li:last-child > ul {
    left: auto !important;
    right: 0 !important;
  }
}

@media(max-width:1024px){
  .custom-menu-primary.desktop{
    display:none !important;
  }
  .header-bottom-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header-bottom {
    padding: 0px 20px;
  }
  .logo {
    width: 20%;
    padding: 0;
  }
  .menu-toggle-gp {
    width: 80%;
    text-align: right;
  }
  .menu-toggle {
    font-size: 22px;
    padding: 0.25em;
    cursor: pointer;
    border: 0 solid;
    border-radius: 3px;
    background-color: transparent;
    color: #494c4f;
  }
  .menu-toggle [class*=" eicon-"],
  .menu-toggle [class^="eicon"] {
    display: inline-block;
    font-family: eicons;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #0c2340;
    position: relative;
    top: 1px;
  }
  .menu-toggle .eicon-menu-bar::before {
    content: "";
  }
  .menu-toggle .eicon-close::before {
    content: "";
  }
  .mobile-open .menu-toggle .eicon-menu-bar {
    display:none;
  }
  .menu-toggle .eicon-close {
    display: none;
  }
  .mobile-open .menu-toggle .eicon-close {
    display:block;
  }
  .mobile-open .menu-toggle:hover {
    color:#067df4;
  }
  .custom-menu-primary {
    transition: max-height .3s ease 0s,transform .3s ease 0s,-webkit-transform .3s ease 0s;
    transform-origin: center top;
    background-color: #0c2340;
    transform: scaleY(0);
    max-height: 0;
    margin-top: 2px;
    font-size: 13px;
    position: absolute;
    z-index: 9997;
    width: 100%;
    left:0;
  }
  .mobile-open .custom-menu-primary {
    transform: scaleY(1);
    max-height: 100vh;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    display: block;
    padding-top: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul > li > a {
    padding: 24px 20px;
    color: #fff !important;
    position: relative;
    display: block;
    font-family: Campton, sans-serif;
    font-size: 14.5px;
    font-weight: 400;
    line-height: normal;
    z-index: 1;
  }
  .custom-menu-primary  li.hs-item-has-children .sb-arrow:after {
    content: "\f078";
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .7em;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    line-height: 1;
    padding:10px 0 10px 10px;
    margin-top: -10px;
    margin-bottom: -10px;
    position: relative;
    top: -1px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul {
    position: static !important;
    visibility: visible !important;
    opacity: 1 !important;
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    font-size:14.5px;
    font-weight:400;
    font-family:Campton, sans-serif;
    text-shadow: none;
    border-left: 8px solid transparent;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 24px;
    padding-bottom: 24px;
    display: inline-block !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    color:#f15f3f;
  }

  .child-trigger {
    position: absolute;
    width: 100%;
    height: 66px;
    top: 0;
    cursor: pointer;
    z-index: 1;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul ul li a {
    border-left: 16px solid transparent;
  }
  .custom-menu-primary .hs-menu-wrapper ul li a {
    display: inline-block;
    position: relative;
    z-index:2;
  }
  .custom-menu-primary .hs-menu-wrapper ul li:hover > a{
    color: #f15f3f !important;
  }
  .scroll-header2 .header-bottom-inner {
    min-height: 68px;
  }
  .header.scroll-header.scroll-header2 .custom-menu-primary {
    margin-top: 13px;
  }
  .menu-toggle [class*=" eicon-"]:hover, .menu-toggle [class^=eicon]:hover,
  .menu-toggle [class*=" eicon-"]:focus, .menu-toggle [class^=eicon]:focus{
    color: #067df4 !important;
  }
  .header.scroll-header.scroll-header2 .custom-menu-primary li.hs-item-has-children>a:after {
    top: -2px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.child-open > a {
    color: rgba(241,95,63,1.0) !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    overflow-y: auto;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    max-height:calc(100vh - 129px);
    min-height: 168px;
  }
  .scroll-header .custom-menu-primary .hs-menu-wrapper>ul {
    max-height: calc(100vh - 83px);
    min-height: 152px;
  }
  .scroll-header .child-trigger {
    height: 38px;
  }
  .hs-item-has-children.child-open > a {
    color: #f15f3f !important;
  }
  .custom-menu-primary .hs-menu-wrapper ul li a {
    transition: none !important;
  }
  span.sb-arrow {
    color: #fff;
    margin-left: 0;
    display: inline-block;
    position: relative;
    z-index: 1;
    font-size: 14.5px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover > .sb-arrow,
  .custom-menu-primary .hs-menu-wrapper>ul>li.child-open > .sb-arrow{
    color: #f15f3f!important;
  }
  body .custom-menu-primary .hs-menu-wrapper>ul>li.active>a, 
  body .custom-menu-primary .hs-menu-wrapper>ul>li.active> .sb-arrow {
    color: rgba(241,95,63,1.0) !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li.hs-item-has-children a, 
  .custom-menu-primary .hs-menu-wrapper ul li.hs-item-has-children a {
    padding-right: 0;
  }
  body .custom-menu-primary .hs-menu-wrapper>ul ul li.active > .sb-arrow{
    color: rgba(241,95,63,1.0) !important;
  }
  .custom-menu-primary .hs-menu-wrapper ul li.hs-item-has-children.child-open > .sb-arrow {
    color: #f15f3f!important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li:hover> .sb-arrow {
    color: #f15f3f!important;
  }
}

@media(max-width:767px){
  .header-contact-dtails-gp{
    font-size: 16px;
    line-height: 22.4px;
    margin-top: -1px;
    padding-bottom: 1px;
  }
  .header-bottom {
    padding: 10px 20px 10px 20px;
  }
  .custom-menu-primary {
    margin-top: 2px;
  }
  .custom-menu-primary .hs-menu-wrapper ul li a,
  .custom-menu-primary .hs-menu-wrapper>ul ul li a{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .child-trigger {
    height: 42px;
  }
  .logo {
    width: 30%;
  }
  .menu-toggle-gp {
    width: 70%;
  }
  .scroll-header2 .header-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .scroll-header2 .header-bottom-inner {
    min-height: 72px;
  }
  .header.scroll-header.scroll-header2 .custom-menu-primary {
    margin-top: 11px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    max-height: calc(100vh - 140px);
    min-height: 168px;
  }
  .scroll-header .custom-menu-primary .hs-menu-wrapper>ul {
    max-height: calc(100vh - 90px);
    min-height: 168px;
  }
}
.footer-top{
  background-image:url(https://6743242.fs1.hubspotusercontent-na1.net/hubfs/6743242/raw_assets/public/RPAG_July2022/images/Group-393-1-e1644620839679.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 250px 0px 40px 0px;
  position: relative;
}
.footer-top .footer__container {
  padding-left: 0;
  padding-right: 0;
}
.footer-top .footer-top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  color: #fff;
  font-family: "Campton", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
}
.footer-top h4 {
  text-transform: uppercase;
  color: #05D8AF;
  font-weight: 600;
  line-height: 1.1em;
  font-family: 'Campton', Sans-serif;
  font-size: 14px;
}
.footer-widget-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  align-content: center;
  align-items: center;
}
.footer-social .footer-widget-inner,
.footer-link .footer-widget-inner {
  align-content: flex-start;
  align-items: flex-start;
}
.footer-top .col-4 {
  padding: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-logo {
  margin-bottom: 20px;
}
.footer-about p {
  width: 85%;
  max-width: 85%;
}
.footer-link .widget-type-menu{
  width: 85%;
}
.footer-link .hs_cos_wrapper_type_menu {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.footer-link .hs-menu-wrapper {
  columns: 2;
  width: 100%;
}
.footer-link ul {
  display: block !important;
}
.footer-link ul li {
  margin-top: 0;
  margin-bottom: 0.9rem;
}
.footer-link ul li a {
  color: #fff;
}
.footer-logo img {
  width: 60px;
  max-width: 60px;
  vertical-align: middle;
}
.footer-logo p {
  color:#fff;
  font-family: "Campton", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
  width: 85%;
  max-width: 85%;
}
.footer-contact p,
.footer-contact p a {
  color: #fff;
}
.footer-top .hs_cos_wrapper_type_rich_text{
  width:100%;
}
.footer-bottom {
  padding: 5px 0;
  background-color: #0c2340;
}
.footer-bottom .footer__container {
  padding: 10px;
}
.footer-bottom .copyright {
  color: #fff;
  font-family: Roboto,Sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  line-height: 22px;
}
.footer.footer-no-navigation .footer-top {
  padding-top: 40px;
}
.footer-logo a {
  pointer-events: none;
}
@media (min-width: 768px){
  .footer-top .col-4{
    width: 25%;
  }
}
@media (max-width: 850px){
  .home_row1 .solutions-gp .solutions-inner {
    margin-right: 20px;
  }
}
@media (max-width: 1024px){
  .footer-top{
    padding: 250px 20px 30px 20px;
  }
  .footer-bottom {
    padding: 5px 20px;
  }
  .footer-link ul li {
    width: 100%;
    float: none;
  }
  .footer-contact p {
    width: 95%;
    max-width: 95%;
  }
  .footer-widget-inner {
    align-content: flex-start;
    align-items: flex-start;
  }
  .bottom-pane-gp .bottom-pane-text {
    padding: 0;
  }
  .footer-about p {
    width: 95%;
    max-width: 95%;
  }
  .footer {
    float: left;
    width: 100%;
  }
  .footer-link .hs-menu-wrapper {
    column-count: 1;
  }
}

@media (max-width: 767px){
  .footer-top .col-4 {
    width: 100%;
  }
  .footer-top #hs_cos_wrapper_footer_menu {
    float: left;
    width: 100%;
  }
  .col-4.footer-social {
    padding-bottom: 6px;
  }
  .footer-bottom {
    padding-bottom: 6px;
  }
  .footer-bottom .copyright {
    line-height: 15.6px;
  }

}
/* 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;
  }
}
.webinar_registration_page {
  padding: 50px 20px 180px;
}
.webinar_registration_page .page-center {
  padding: 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.webinar_registration_page .left_col {
  width: 55%;
  padding-right: 50px;
}

.webinar_registration_page .right_col {
  width: 45%;
}
.webinar_registration_page .widget-type-custom_widget h1 {
  font-family: "Campton", Sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 56px;
  color: #0c2340;
  margin: 0;
}

.webinar_registration_page .widget-type-custom_widget h1:after {
  content: '';
  display: block;
  width: 130px;
  height: 8px;
  background: #067df4;
  margin-top: 12px;
  margin-left: 0px;
  margin-right: auto;
}

.webinar_registration_page .widget-type-rich_text h2 {
  color: #333333;
  font-family: "Campton", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 0;
}

.webinar_registration_page .widget-type-rich_text p, 
.webinar_registration_page .widget-type-rich_text ul {
  font-family: "Campton", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
  color: #333333;
}

.webinar_registration_page .right_col .dnd-section {
  background-color: #0c2340;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 50px 50px 50px 50px !important;
}

.webinar_registration_page .right_col .form-title {
  background: none;
  padding: 0;
  font-family: "Campton", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  color: #FFF;
  margin-top: 0;
  margin-bottom: 29px;
}

.webinar_registration_page .right_col form label {
  color: #FFF;
  font-family: "Campton", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding-bottom: 8px;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}


.webinar_registration_page .right_col form input[type=text], 
.webinar_registration_page .right_col form input[type=email], 
.webinar_registration_page .right_col form input[type=password], 
.webinar_registration_page .right_col form input[type=tel], 
.webinar_registration_page .right_col form input[type=number], 
.webinar_registration_page .right_col form input[type=file], 
.webinar_registration_page .right_col form select, 
.webinar_registration_page .right_col form textarea {
  border: none;
  width: 100%;
  font-family: "Campton", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  min-height: 40px;
  outline: none;
  vertical-align: middle;
  line-height: 1.6;
  padding: 5px 16px;
}
.webinar_registration_page .right_col form input[type=submit]:hover,
.webinar_registration_page .right_col form input[type=submit]:focus {
  background-color: #af2a14;
  color: #ffffff;
}
.webinar_registration_page .right_col form select {
  padding-left: 10px;
}


.webinar_registration_page .right_col fieldset.form-columns-2 >div,
.webinar_registration_page .right_col fieldset.form-columns-1 >div {
  padding-right: calc( 15px/2 );
  padding-left: calc( 15px/2 );
  margin-bottom: 15px;
}
.webinar_registration_page .right_col fieldset.form-columns-2 .input,
.webinar_registration_page .right_col fieldset.form-columns-1 .input {
  margin-right: 0 !important;
}

.webinar_registration_page .right_col fieldset.form-columns-2,
.webinar_registration_page .right_col fieldset.form-columns-1 {
  max-width: none !important;
  margin-left: calc( -15px/2 );
  margin-right: calc( -15px/2 );
}

.webinar_registration_page .right_col input::placeholder {
  opacity: 0.6;
}

.webinar_registration_page .right_col form .inputs-list {
  padding-left: 0 !important;
  display: flex;
  flex-direction: column;
}

.webinar_registration_page .right_col form .inputs-list input {
  margin-right: 4px !important;
}

.webinar_registration_page .right_col form .inputs-list li label {
  padding-bottom: 0 !important;
}
.webinar_registration_page .right_col form .inputs-list {
  padding-left: 0 !important;
  display: flex;
  flex-direction: column;
}

.webinar_registration_page .right_col form .inputs-list input {
  margin-right: 4px !important;
}

.webinar_registration_page .right_col form .inputs-list li label {
  padding-bottom: 0 !important;
}
.webinar_registration_page .right_col .hs-form-required {
  margin-left: 7px;
  color: red;
}
.webinar_registration_page .right_col form .hs-richtext p {
  padding-bottom: 5px;
  font-family: "Campton", Sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2em;
  color: #FFF;
  margin-bottom: 0;
}
.webinar_registration_page .right_col form .hs-richtext p {
  margin-bottom: 15px;
}
.webinar_registration_page .right_col form input[type=submit] {
  font-size: 18px;
  padding: 15px 30px;
  line-height: 1;
  background-color: #f15f3f;
  margin-bottom: 0;
}

.webinar_registration_page .right_col form .hs-richtext {
  margin: 0;
}


@media (max-width:1024px) {
  .webinar_registration_page {
    padding: 50px 20px 180px 20px;
  }

  .webinar_registration_page .team_row1 .dnd-section {
    padding: 0 !important;
  }
  .webinar_registration_page .right_col .dnd-section {
    padding: 50px 30px 50px 30px !important;
  }
}

@media (max-width:767px) {
  .webinar_registration_page .widget-type-custom_widget h1 {
    font-size: 40px;
    line-height: 40px;
  }

  .webinar_registration_page .left_col, .webinar_registration_page .right_col {
    width: 100%;
  }

  .webinar_registration_page .page-center {
    flex-wrap: wrap;
  }
  .webinar_registration_page .right_col {
    margin-top: 50px;
  }
  .webinar_registration_page .right_col .form-title {
    line-height: 24px;
  }
  .webinar_registration_page .right_col fieldset.form-columns-2 >div, 
  .webinar_registration_page .right_col fieldset.form-columns-1 >div {
    width: 100%;
  }
}

form input[type=file]{
  padding:0.5rem 1rem !important;
}

.contact-page-gp {
  padding-bottom: 80px;
}
.contact-page-gp .content-wrapper {
  padding: 0;
}
.contact-inner-gp{
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  padding: 0;
  background-color: #fff;
  position: relative;
  z-index: 2;
  width: 100%;
  border-radius: 50px 0px 0px 0px;
  box-shadow: 2px 2px 15px 8px rgb(7 74 118 / 21%);
}
.contact-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.contact-left,
.contact-right{
  padding: 50px;
}

.contact-page-gp .dnd-section {
  padding: 0;
}
.contact-page-gp .dnd-section>.row-fluid {
  max-width: 100%;
  padding: 0;
}
.contact-page-gp .dnd-section>.row-fluid .dnd-column {
  padding-left: 0;
  padding-right: 0;
}

.join-page-gp {
  padding-bottom: 150px;
}
.contact-left.join-left {
  width: 100%!important;
  padding: 100px;
}

/* Team */
.team-banner .banner-gp {
  padding: 100px 0px ;
}
.team-banner .banner-gp .background-overlay {
  background-position: 0px -300px;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Support */
.training_support_row2 h2 {
  margin-top: 0;
}
.training_support_row2 h2:last-child {
  margin-bottom: 0;
}
.training_support_row2 .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}


/* Full Width */
.full_width_row2 .span8.dnd-column {
  padding-right:55px;
}
.full_width_row2 .span4.dnd-column {
  margin-left: 0;
  padding: 10px !important;
}
.full_width_row2 .widget-type-form {
  padding: 20px;
  background-color: #074a76;
  margin-bottom: 20px;
}
.full_width_row2 .form-title {
  color: #fff;
  margin: 0;
  background: none;
  padding: 0;
  font-family: "Campton", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.full_width_row1 .dnd-section>.row-fluid,
.full_width_row2 .dnd-section>.row-fluid{
  padding-left: 0;
  padding-right: 0;
}
.full_width_row1 .content-with-video-gp .iframe-sec .content-with-video-left-inner {
  padding-bottom: 75%;
}
.full_width_row2 h4 {
  line-height: 1.1em;
}
.full_width_row2 figure {
  margin: 0;
  padding-top: 30px;
  padding-bottom: 1em;
}
.full_width_row2 ul {
  margin-bottom: 14.4px;
}
.full_width_row2 .hs_cos_wrapper_type_rich_text {
  padding-bottom: 20px;
  display: block;
}
.full_width_row2 .hs-button {
  font-family: "Campton", Sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #074a76;
  display: inline-block;
  line-height: 1;
  padding: 12px 24px;
  color: #fff;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  text-decoration: none !important;
}
.full_width_row2 .hs-button:hover,
.full_width_row2 .hs-button:focus{
  background: #067df4;
  color: #fff;
}
.full_width_row2 form .hs-button:focus, 
.full_width_row2 form .hs-button:hover {
  color: #fff !important;
  background: #067df4 !important;
}
.full_width_row2 .dnd-section {
  position: relative;
}
.full_width_row2 .dnd-section > div {
  position: relative;
  z-index: 1;
}
.full_width_row2 .dnd-section:after {
  content: "";
  opacity: 0.5;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.full_width_row2 .dnd-section {
  background-position: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-size: 70% auto !important;
}
.full_width_row2 form {
  padding-top: 20px;
}
.full_width_row2 .hs-form-field label {
  font-family: "Campton", Sans-serif;
  font-size: 13px;
  font-weight: 400;
  padding-bottom: 5px;
  display: block;
  margin: 0;
  color: #fff;
}
.full_width_row2 .hs-form-field {
  margin-bottom: 16px;
}
.full_width_row2 .hs-form-required {
  display: none;
}
.full_width_row2 form input[type=text], 
.full_width_row2 form input[type=email], 
.full_width_row2 form input[type=password], 
.full_width_row2 form input[type=tel], 
.full_width_row2 form input[type=number], 
.full_width_row2 form input[type=file], 
.full_width_row2 form select, 
.full_width_row2 form textarea {
  border: 0;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  color: rgb(51, 51, 51);
  line-height: 21px;
  min-height: 40px;
}
.full_width_row2 form .hs-button.primary.large {
  background-color: #ffffff;
  color: #074a76;
  font-family: "Campton", Sans-serif;
  font-size: 15px;
  font-weight: 600;
  min-height: 40px;
  border: none;
  display: inline-block;
  line-height: 1;
  padding: 12px 24px;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.full_width_row2 form .hs-button.primary.large :hover {
  background-color:#067df4;
  color: #ffffff;
}

.full_width_row2 h2 {
  margin: 40px 0px 0px 0px;
  padding: 0px 0px 0px 20px;
  font-family: "Campton", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  display: inline-block;
}

.full_width_row2 blockquote {
  padding: 0 0 0 20px;
  border: 0;
  margin: 0;
}
.full_width_row2 p a {
  color: #333;
  transition: 0.3s ease all;
  text-decoration: none;
}
.full_width_row2 p a:hover {
  color: #067df4;
}

.full-width-banner .banner-gp .title {
  text-align: left;
  width: 50% !important;
}
.full-width-banner .banner-gp .content {
  width: 60%  !important;
}
.full_width_row2 h2:after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background: #067df4;
  margin-top: -1px;
  margin-left: 0;
  margin-bottom: 20px;
}
.full-width-banner .banner-gp .background-overlay {
  background-position: bottom center;
}

.full_width_row2 figure img {
  width: 100%;
}

.full_width_row2 table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 15px;
  font-size: .9em;
  border-spacing: 0;
}
.full_width_row2  table caption+thead tr:first-child td,
.full_width_row2  table caption+thead tr:first-child th, 
.full_width_row2  table colgroup+thead tr:first-child td, 
.full_width_row2  table colgroup+thead tr:first-child th, 
.full_width_row2  table thead:first-child tr:first-child td,
.full_width_row2  table thead:first-child tr:first-child th {
  border-top: 1px solid #ccc;
}
.full_width_row2  td,
.full_width_row2  th {
  border-color: transparent;
}
.full_width_row2  th {
  background-color: #333;
  color: #fff;
  text-align: left;
}
.full_width_row2  tr:nth-child(odd) {
  background-color: #f0f0f0;
}
.full_width_row2  table tfoot th, 
.full_width_row2  table thead th {
  font-size: 1em;
}
.full_width_row2  table th {
  font-weight: 700;
}
.full_width_row2  table td,
.full_width_row2  table th {
  vertical-align: top;
  padding: 15px;
  line-height: 1.5;
}
.full_width_row2  td:first-child {
  width: 25% !important;
}
.full_width_row2  td:nth-child(3) {
  width: 15% !important;
}
.full_width_row2 table tbody>tr:nth-child(odd)>td,
.full_width_row2 table tbody>tr:nth-child(odd)>th {
  background-color: #f7f7f7;
}
.full_width_row2 tr > td {
  border-bottom: 1px solid #d9d9d9 !important;
}
.full_width_row2 tr:nth-child(even) {
  background: #fff;
}
.full_width_row2 tr:last-child>td {
  border: 0 !important;
}


.full_width_row2 table {
  display: block;
  overflow-y: auto;
  border: 0;
}
.full_width_row2 tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
}
.full_width_row2 thead tr th {
  border-bottom: 0;
}
.full_width_row2 hr {
  margin: 0;
  background: #f0f0f0;
  height: 1px;
}

.webinar_registration_page .right_col form select {
  line-height: 1;
  padding: 10px 10px;
  min-height: 40px;
}

.full_width_row2 p a[data-type="URL"] {
  color: #067df4;
  transition: 0.3s ease all;
}
.full_width_row2 p a[data-type="URL"]:hover {
  color: #f15f3f;
}
table.table-t {
  display: inline-table;
  overflow-y: auto;
}
.full_width_row2 table.table-t td{
  width:auto !important;
}

.contact_row1-right p a {
  color: #074a76;
  text-decoration: underline;
}
.contact_row1-right p a:hover {
  color: #067df4;
}

.training-bt-gp-gloabl,
.past-webinars-page,
.custom-tdfs-page,
.custom-solutions-page{
  padding-bottom:180px;
}

.past-webinars-row .dnd-section>.row-fluid,
.custom-tdfs-page .dnd-section>.row-fluid{
  padding-left: 0;
  padding-right: 0;
}
.past-webinars-row p {
  margin-bottom: 30px;
}
.past-webinars-row p a {
  color: #0c2340;
  transition: 0.3s ease all;
  text-decoration: none;
}
.past-webinars-row p a:hover {
  color: #067df4;
}
.past-webinars-row .widget-type-rich_text {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.past-webinars-row .hs_cos_wrapper_type_rich_text {
  columns: 2;
  font-family: "Campton", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3em;
  width: 100%;
}

.custom-tdfs-page .dnd-section>.row-fluid,
.exclusive-cits-page .dnd-section>.row-fluid,
.custom-solutions-page .dnd-section>.row-fluid{
  padding-left: 0;
  padding-right: 0;
}

.custom-tdfs_row1 .content-with-video-gp .btn {
  padding-top: 25px;
}

.custom-tdfs_row1 .content-with-video-gp .image-sec img{
  height: 700px;
  object-fit: cover;
}

.exclusive-cits_row3 .dnd-section {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.exclusive-cits-banner .banner-gp .content {
  width: 100% !important;
  max-width: 600px;
}
.exclusive-cits_row2 {
  overflow: hidden;
}

.custom-solutions_row1 .content-with-video-gp h4 {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.full_width_row2 .hs_cos_wrapper_type_header h1 {
  color: hsl(0deg 0% 20%);
  font-family: "Campton", Sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
}
.full_width_row2 .hs_cos_wrapper_type_header h1:after {
  content: '';
  display: block;
  width: 130px;
  height: 8px;
  background: #067df4;
  margin-top: 12px;
  margin-right: auto;
  margin-left: auto;
}
.full_width_row2 .title-with-icon-gp .title-with-icon-inner {
  margin: 0 -20px;
}
.full_width_row2 .title-with-icon-gp {
  margin-top: 14px;
}
.full_width_row2 .title-with-icon-gp .title-with-icon-items-inner {
  padding: 30px 20px;
}
.full_width_row2 .title-with-icon-gp .title {
  margin-bottom: 20px;
}
.full_width_row2 .title-with-icon-gp .img img {
  filter: brightness( 152% ) contrast( 130% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
}
.full_width_row2 .title-with-icon-gp {
  padding-bottom: 0;
}
.advisor-portal-banner .banner-gp .content {
  width: 69% !important;
}
.advisor-portal-banner .banner-gp .title{
  width:50% !important
}
.advisor-portal-banner .banner-gp .background-overlay {
  background-position: 50% !important;
}

.sales-marketing-banner .banner-gp .content {
  width: 67% !important;
}
.sales-marketing_row1 .content-with-video-gp blockquote {
  border: 0;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.sales-marketing_row1 .content-with-video-gp blockquote > div {
  columns: 2;
  width: 100%;
}
.sales-marketing_row1 .content-with-video-gp .btn {
  padding-top: 25px;
}
.sales-marketing_row1 .content-with-video-gp .content-with-video-left ul {
  width: 100%;
  margin-bottom: 0;
}
.sales-marketing_row1 .content-with-video-gp .image-sec img {
  width: 100%;
}
.sales-marketing_row2 .content-with-image-gp .image-gp:after,
.sales-marketing_row2 .content-with-image-gp.left .image-gp:after {
  border-color: rgba(72, 20, 79,1.0);
  height: 350px;
  border-radius: 30px 0px;
}
.sales-marketing-page {
  padding-bottom: 180px;
}
.sales-marketing_row2 .content-with-image-gp .image-gp img {
  height: 350px;
}
.sales-marketing_row2 .content-with-image-gp .content {
  margin-bottom: 0;
}

.we_work_row1 .solutions-gp {
  position: relative;
  z-index: 2;
}
.we-work-banner .banner-gp.ovrelap {
  margin-bottom: -150px;
}
.we_work_row1 .solutions-gp .solutions-inner-outter {
  padding: 0;
}
.we_work_row1 .solutions-gp .solutions-inner {
  border: 0;
  background: #fff;
  max-width: 100%;
  width: 100%;
  border-radius: 50px 0px 0px;
  box-shadow: rgb(7 74 118 / 21%) 2px 2px 15px 8px;
  transition: background 0.3s ease 0s, border 0.3s ease 0s, border-radius 0.3s ease 0s, box-shadow 0.3s ease 0s;
  padding: 0px;
  margin: 0;
}
.we_work_row2 .dnd-section>.row-fluid {
  padding: 10px;
}
.we_work_row2 .hs_cos_wrapper_type_rich_text {
  display: block;
  width: 70%;
  margin: 0 auto;
}
.we-work-banner .banner-gp .background-overlay {
  background-position: 0px -300px;
}

.we_work_row3 .content-with-image-gp h2 {
  font-family: Campton,sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 20px;
  color: #0c2340;
}
.we_work_row3 .content-with-image-gp blockquote {
  border: 0;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.we_work_row3 .content-with-image-gp blockquote > div {
  columns: 2;
  width: 100%;
}
.we_work_row3 .content-with-image-gp blockquote ul {
  margin-bottom: 0;
}

.about-page .dnd-section>.row-fluid{
  padding:0;
}
.about-banner .banner-gp .background-overlay {
  background-position: 50% 0 !important;
}
.about-banner .banner-gp .content {
  width: 47% !important;
}
.about_row2 .content-with-image-gp.left .image-gp:after {
  border-radius: 30px 0px;
}
.about_row2 .content-with-image-gp .content {
  margin-bottom: 0;
}

.premiere-technology-page .dnd-section>.row-fluid{
  padding:0;
}
.premiere_technology_row3 .content-with-image-gp .icon img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  filter: brightness( 152% ) contrast( 130% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
}
.premiere_technology_row4 .hs_cos_wrapper_type_header h2 {
  line-height: 40px;
  text-align: center;
  margin-bottom: 0;
}
.premiere_technology_row4 .hs_cos_wrapper_type_header {
  max-width: 600px;
  margin: 0 auto;
  display: block;
}
.premiere_technology_row4 .title-with-icon-gp .title h4 {
  margin-bottom: 20px;
}
.premiere_technology_row4 .hs_cos_wrapper_type_header h2:after {
  content: '';
  display: block;
  width: 130px;
  height: 8px;
  background: #067df4;
  margin-top: 12px;
  margin-right: auto;
  margin-left: auto;
}
.premiere_technology_row4 .title-with-icon-gp .title-with-icon-items {
  margin: 10px 0 30px;
}
.premiere_technology_row4 .title-with-icon-gp img{
  filter: brightness( 152% ) contrast( 130% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
}

.premiere_technology_row4 {
  position: relative;
}
.premiere_technology_row4 .title-with-icon-gp {
  padding-bottom: 90px;
  padding-left: 0;
  padding-right: 0;
}
.premiere_technology_row4:after {
  background-image: url(https://6743242.fs1.hubspotusercontent-na1.net/hubfs/6743242/raw_assets/public/RPAG_July2022/images/RPAG_PremiereTechnologyTemplate_BackgroundDots-944x1024.png);
  width: 295px;
  height: 320px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 2px;
  top: 198px;
  content: "";
}
.premiere_technology_row5 .book-a-meeting {
  padding-bottom: 80px;
}


.home_row1 .dnd-section {
  background-position:-30px 131.5%!important;
  background-repeat: no-repeat !important;
  background-size: 40% auto !important;
}
.home_row1 .hs_cos_wrapper_type_header {
  display: block;
  margin-bottom: 20px;
}
.home_row1 .hs_cos_wrapper_type_header h2 {
  text-align: center;
  margin: 0;
  color: #0c2340;
}
.home_row1 .hs_cos_wrapper_type_header h2:after {
  content: '';
  display: block;
  width: 130px;
  height: 8px;
  background: #067df4;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
}
.home_row1 .dnd-section>.row-fluid {
  padding: 10px;
  padding-top: 0;
}
.home_row1 .hs_cos_wrapper_type_rich_text {
  display: block;
  width: 63%;
  margin: -1px auto 0;
}
.home_row1 .solutions-gp .solutions-inner {
  border-radius: 0;
  border: 0;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  box-shadow: 6px 5px 12px 0px rgb(0 0 0 / 22%);
}
.home_row1 .solutions-gp .solutions-inner-outter {
  padding: 0;
}
.home_row1 .hs-button {
  padding: 15px 40px 15px 40px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 10px 0px 0px 0px;
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.4px;
  font-family: Campton, sans-serif;
}
.home_row1 .hs-button:hover,
.home_row1 .hs-button:focus {
  background: #af2a14;
  color: #fff;
}
.home-counter-gp .home-counter-right-items-1 .home-counter-right-items-bg:before{
  background-image: url(https://6743242.fs1.hubspotusercontent-na1.net/hubfs/6743242/raw_assets/public/RPAG_July2022/images/Halftone-115-e1647033502713.png);
}
.home-counter-gp .home-counter-right-items-3 .home-counter-right-items-bg:before {
  background-image: url(https://6743242.fs1.hubspotusercontent-na1.net/hubfs/6743242/raw_assets/public/RPAG_July2022/images/Halftone-114-e1647033595588.png);
}

.home_row3 .content-with-top-image-gp .content-wrapper {
  padding: 10px;
}

.home_row3 .content-with-top-image-inner {
  margin-top: 60px;
  margin-bottom: 0px;
}
.home_row3 .content-with-top-image-gp .image-inner:after {
  border: 4px solid #074A76;
  top: -15px;
  left: -15px;
}
.home_row3 .content-with-top-image-gp .image-inner img {
  width: 280px;
  height: 280px;
  object-fit: cover;
}
.home_row3 .content-with-top-image-gp .image-inner:after {
  height: 280px;
}
.home_row3 .content-with-top-image-gp h4 {
  font-family: Campton,Sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  color: #0c2340;
}
.home_row3 .content-with-top-image-gp .content {
  width: 90%;
  max-width: 90%;
}
.home_row3 .dnd-section {
  background-position: 100% 100%!important;
  background-repeat: no-repeat!important;
  background-size: 65% auto!important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.home_row1 .dnd-section {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.home_row3 .content-with-top-image-gp .items:last-child img {
  filter: brightness( 79% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
}

.premiere_technology_row4 .title-with-icon-gp .title-with-icon-items:last-child img {
  filter: none;
}



.full_width_row2 ul.no-list.hs-error-msgs label {
  color: #fff !important;
}
.full_width_row2 ul.no-list.hs-error-msgs {
  padding: 0 !important;
}
.full_width_row2 table tbody tr:hover>td, 
.full_width_row2 table tbody tr:hover>th {
  background-color: #e9e9e9 !important;
}
.team-banner .banner-gp .content {
  max-width: 456px;
}
.premiere-technology-banner .banner-gp .content {
  width: 47% !important;
}

.home_row3 .content-with-top-image-gp .content p {
  background: #fff;
}
.premiere-technology-banner .banner-gp .background-overlay {
  background-position: center;
}
  .careers-main{
    padding:50px ;
}

@media (min-width: 768px){
  .contact-left{
    width: 60%;
  }
  .contact-right{
    width: 40%;
  }
  .careers-main{
    width:100%;
  }
  .full_width_row2 .span8.dnd-column{
    width: 70%;
  }
  .full_width_row2 .span4.dnd-column {
    width: 30%;
  }
}


@media(max-width:1024px){
  .premiere-technology-banner .banner-gp .content {
    width: 80% !important;
  }
  .custom-tdfs_row1 .content-with-video-left-inner-gp.image-sec {
    display: none !important;
  }
  .team_row1 .dnd-section,
  .contact-page-gp .dnd-section{
    padding-left: 20px;
    padding-right: 20px;
  }
  .team-banner .banner-gp .background-overlay {
    background-position: 0px 0px;
  }
  .training-support-banner .banner-gp .banner-inner {
    padding:0 20px;
  }
  .training_support_row3 .dnd-section:first-child {
    padding-top: 100px !important;
  }
  .training_support_row3 .dnd-section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    margin-top: 0 !important;
  }
  .bt-gp-gloabl {
    padding-bottom: 130px;
  }
  .contact-banner-section .banner-gp .banner-inner,
  .join-banner-section .banner-gp .banner-inner{
    padding: 0 20px;
  }
  .contact-page-gp{
    padding-left: 20px;
    padding-right: 20px;
  }

  .full-width-banner .banner-gp .banner-inner {
    padding: 0 20px;
  }
  .full-width-banner .banner-gp h6 {
    color: #fff;
    line-height: 28px;
    margin: 0;
  }
  .full_width_row2 .span8.dnd-column {
    padding-right: 50px;
  }
  .full_width_row2 h2 {
    padding: 0;
    line-height: 24px;
  }
  .full_width_row2 blockquote {
    padding: 0;
  }
  .full_width_row2 h2:after {
    width: calc(100% - 20px);
    margin-left: 20px;
  }
  .full_width_row2 .dnd-section {
    background-size: 120% auto !important;
  }
  .past-webinars-banner .banner-gp .banner-inner {
    padding: 0 20px;
  }
  .custom-tdfs-banner .banner-gp .banner-inner {
    padding: 0 20px;
  }
  .custom-tdfs_row1 .content-with-video-gp .content-with-video-left-inner {
    width: 100%;
  }
  .exclusive-cits-banner .banner-gp .banner-inner {
    padding: 0 20px;
  }
  .custom-solutions-banner .banner-gp .banner-inner {
    padding: 0 20px;
  }
  .custom-solutions_row2 .dnd-section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .custom-solutions_row3 .content-with-image-gp.right .content-with-image-left {
    padding-left: 20px;
  }
  .custom-solutions_row3 .content-with-image-gp.left {
    padding-left: 20px;
  }
  .custom-solutions-page {
    padding-bottom: 150px;
  }
  .custom-solutions_row3 .dnd-section {
    padding-top: 40px !important;
    padding-bottom: 30px !important;
  }
  .full_width_row2 .hs_cos_wrapper_type_header h1 {
    font-size: 30px;
  }
  .full_width_row2 .title-with-icon-gp .title-with-icon-items {
    width: 100%;
  }
  .full_width_row2 .title-with-icon-gp .title-with-icon-items-inner {
    margin-left: 0;
    margin-right: 0;
  }
  .full_width_row2 .title-with-icon-gp .title-with-icon-items:last-child {
    margin-bottom: 20px;
  }
  .full_width_row2 .title-with-icon-gp .title-with-icon-items {
    width: 100%;
    margin-bottom: 10px;
  }
  .full_width_row2 .span8.dnd-column {
    padding-right: 55px;
  }
  .advisor-portal-page .span8.dnd-column {
    padding-right: 55px;
  }
  .advisor-portal-banner .banner-gp .title {
    width: 100% !important;
  }
  .advisor-portal-page .book-a-meeting .book-a-meeting-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .advisor-portal-page .book-a-meeting {
    padding-bottom: 100px;
  }
  .sales-marketing-banner .banner-gp .banner-inner {
    padding: 0 20px;
  }
  .sales-marketing-banner .banner-gp .content {
    width: 70%!important;
  }
  .sales-marketing_row1 .content-with-video-gp .image-sec img {
    width: 800px;
    max-width:100%;
  }
  .we-work-banner .banner-gp .banner-inner {
    padding: 10px 30px;
  }
  .we_work_row2 .dnd-section>.row-fluid {
    padding: 0;
  }
  .we_work_row2 .hs_cos_wrapper_type_rich_text {
    width: 100%;
  }
  .we_work_row3 .dnd-section {
    padding: 30px 20px 50px !important;
  }
  .we_work_row3 .dnd-section:first-child {
    padding: 50px 20px !important;
  }
  .we-work-banner .banner-gp .background-overlay {
    background-position: 0px 0px !important;
  }
  .we_work_row3 .dnd-section:last-child {
    padding-bottom: 0 !important;
  }
  .about-banner .banner-gp .background-overlay {
    background-position: 0px 0px;
  }
  .about-banner .banner-gp .banner-inner {
    padding: 0 20px;
  }
  .about_row1 .dnd-section {
    padding-bottom: 0 !important;
  }
  .about_row2 .dnd-section {
    padding-top: 70px;
  }
  .team_row1 .dnd-section {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .premiere-technology-banner .banner-gp .content {
    width: 80% !important;
  }
  .premiere-technology-banner .banner-gp .banner-inner {
    padding: 0 20px;
  }
  .premiere-technology-banner .banner-gp h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .premiere_technology_row2 .content-with-background-image .content-wrapper {
    padding: 0;
  }
  .premiere_technology_row4:after{
    display:none;
  }
  .premiere_technology_row5 .book-a-meeting {
    padding: 60px 20px 60px 20px;
  }
  .home_row1 .dnd-section {
    padding: 90px 2px 100px 20px !important;
    background-position: 0% 122% !important;
    background-size: 80% auto !important;
  }
  .home_row1 .hs_cos_wrapper_type_rich_text {
    width: 80%;
    background: #fff;
    padding: 10px;
    margin-top: 0;
  }
  .home_row1 .solutions-gp .solutions-inner-1 {
    max-width: 685px;
  }
  .home_row1 .solutions-gp .solutions-inner {
    margin-top: 40px;
  }
  .home_row3 .dnd-section {
    padding: 50px 20px !important;
  }
  .home_row3 .content-with-top-image-gp .content-wrapper {
    padding-top: 0;
  }
  .home_row3 .content-with-top-image-gp .heading h2:after {
    margin-top: 13px;
  }
  .home_row3 .content-with-top-image-gp .items {
    width: 100% !important;
  }
  .home_row3 .content-with-top-image-gp .content-with-top-image-inner {
    display: block;
  }
  .home_row3 .content-with-top-image-gp .items {
    width: 500px !important;
    max-width: 100%;
    margin: 0 auto;
  }
  .home_row3 .content-with-top-image-gp .items-inner {
    justify-content: center;
  }
  .home_row3 .content-with-top-image-inner {
    margin-top: 30px;
  }
  .home_row3 .content-with-top-image-gp .content h4 {
    text-align: center;
  }
  .home_row3 .content-with-top-image-gp .content {
    width: 100%;
    max-width: 100%;
    text-align: left;
  }
  .home_row3 .content-with-top-image-gp .btn {
    text-align: center;
  }
  .home_row3 .content-with-top-image-gp .content p {
    line-height: 22.1px;
  }
  .home_row3 .content-with-top-image-gp .btn a {
    margin-top: 11px;
  }
  .home_row3 .content-with-top-image-gp .items-inner {
    padding-bottom: 40px;
  }
  .home_row3 .dnd-section {
    background-size: 100% auto !important;
    padding-bottom: 11px !important;
  }
  .full_width_row2 .span8.dnd-column {
    padding-right: 50px;
  }
}

@media only screen and (max-width: 849px){
  .full_width_row2 h2:after {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .advisor_portal_row2 .hs_cos_wrapper_type_header h1:after {
    display: none;
  }
  .advisor_portal_row2 .content-with-video-gp .content-with-video-inner-gp {
    border-radius: 0;
  }
  .advisor_portal_row2 .title-with-icon-gp .title h4 {
    font-size: 17px;
  }
}

@media(max-width:767px){
  .contact-inner {
    display: block;
  }
  .contact-right {
    padding: 20px 20px 50px 20px;
    width: 100%;
  }
  .contact-left {
    width: 100%;
  }
  .contact-left.join-left {
    padding:60px 30px;
  }
  .team_row1 .dnd-section{
    padding-left: 0;
    padding-right: 0;
  }
  .training_support_row3 .dnd-section:first-child {
    padding-top: 50px !important;
  }
  .bt-gp-gloabl {
    padding-bottom: 50px;
  }
  .full-width-banner .banner-gp .banner-inner {
    padding-top: 60px;
  }
  .full-width-banner .banner-gp .title,
  .full-width-banner .banner-gp .content {
    width: 100% !important;
  }
  .full_width_row2 .span8.dnd-column {
    padding-right: 0;
  }
  .full_width_row2 .span4.dnd-column {
    padding: 0 !important;
    margin-top: 50px;
  }
  .training-support-banner .banner-gp .content {
    width: 100% !important;
  }
  .custom-tdfs-banner .banner-gp .background-overlay {
    background-position: top center;
  }
  .custom-tdfs-banner .banner-gp br{
    display:none;
  }
  .custom-tdfs_row1 .dnd-section {
    padding-bottom: 0;
  }
  .custom-tdfs_row3 .dnd-section {
    padding-top: 30px;
  }
  .custom-solutions_row3 .content-with-image-gp.left, 
  .custom-solutions_row3 .content-with-image-gp.right .content-with-image-left {
    padding-left: 0;
  }
  .custom-solutions_row3 .dnd-section:nth-child(odd) {
    padding-top: 40px !important;
    padding-bottom: 50px !important;
  }
  .custom-solutions_row3 .dnd-section:nth-child(even) {
    padding-top: 30px !important;
    padding-bottom: 20px !important;
  }
  .custom-solutions_row3 .dnd-section:last-child {
    padding-top: 20px !important;
  }
  .advisor-portal-banner .banner-gp .banner-inner {
    padding-top: 0;
  }
  .advisor-portal-banner .banner-gp .title h2 {
    font-size: 50px;
    font-weight: 600;
    line-height: 56px;
  }
  .advisor-portal-banner .banner-gp .title {
    width: 100% !important;
    max-width: 100% !important;
  }
  .advisor-portal-banner .banner-gp .content {
    width: 69%;
    max-width: 69%;
  }
  .advisor_portal_row1 .content-with-video-gp .content-with-video-inner-gp {
    border-radius: 0 !important;
  }
  .full_width_row2 .hs_cos_wrapper_type_header h1 {
    font-size: 22px;
    line-height: 26px;
  }
  .full_width_row2 .title-with-icon-gp .title-with-icon-items:nth-child(3n) {
    margin-bottom: 10px;
  }
  .advisor_portal_row2

  .advisor_portal_row2 .span4.dnd-column {
    margin-top: 0;
  }
  .advisor_portal_row2 .title-with-icon-gp .title-with-icon-items:last-child {
    margin-bottom: 0;
  }
  .sales-marketing-banner .banner-gp .content {
    width: 100%!important;
  }
  .sales-marketing_row1 .content-with-video-gp .content-with-video-left ul {
    padding-left: 12px;
  }
  .sales-marketing_row2 .dnd-section {
    padding-top: 0;
  }
  .we-work-banner .banner-gp h2 {
    font-size: 50px;
    font-weight: 600;
    line-height: 56px;
  }
  .we_work_row3 .content-with-image-gp.right .content-with-image-right {
    order: 1;
    width: 100%;
  }
  .we_work_row3 .content-with-image-gp.right .content-with-image-left {
    order: 2;
    width: 100%;
  }
  .we_work_row3 .content-with-image-gp .content-with-image-inner {
    display: flex;
    flex-wrap: wrap;
  }

  .we_work_row3 .dnd-section:first-child {
    padding-top: 60px!important;
    padding-left: 10px!important;
    padding-bottom: 60px !important;
  }
  .we_work_row3 .content-with-image-gp .image-out-gp {
    padding-right: 10px;
    padding-top: 0;
  }
  .we_work_row3 .content-with-image-gp .content {
    padding-top: 40px;
    padding-left: 10px;
  }
  .we_work_row3 .content-with-image-left,
  .we_work_row3 .content-with-image-right {
    width: 100%;
  }
  .we_work_row3 .dnd-section {
    padding-left: 10px !important;
  }
  .we_work_row3 .dnd-section:last-child {
    padding-top: 40px !important;
  }
  .about-banner .banner-gp .content {
    width: 100%!important;
  }

  .about_row2 .content-with-image-gp .content-with-image-inner {
    display: flex;
    flex-wrap: wrap;
  }
  .about_row2 .content-with-image-gp .content-with-image-left {
    order: 2;
    width: 100%;
    padding-top: 30px;
  }
  .about_row2 .content-with-image-gp .content-with-image-right {
    order: 1;
    width: 100%;
  }
  .about_row2 .dnd-section {
    padding-top: 20px;
  }
  .team-banner .banner-gp h2 {
    font-size: 50px;
    font-weight: 600;
    line-height: 56px;
  }
  .team-banner .banner-gp h6 br {
    display: none;
  }
  .team_row1 .dnd-section {
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .premiere-technology-banner .banner-gp .content {
    width: 100% !important;
  }
  .premiere_technology_row2 .content-with-background-image .content-image-inner {
    padding: 50px 20px 50px 20px;
  }
  .premiere_technology_row4 .title-with-icon-gp {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 80px;
  }
  .premiere_technology_row4 .title-with-icon-gp .title-with-icon-items {
    margin-bottom: 40px;
  }
  .premiere_technology_row4 .title-with-icon-gp .title-with-icon-items:nth-child(3n) {
    margin-bottom: 30px;
  }
  .premiere_technology_row4 .title-with-icon-gp .title-with-icon-items:last-child {
    margin-bottom: 0;
  }
  .premiere_technology_row4 .title-with-icon-gp .bg-img {
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 96% auto;
  }
  .premiere_technology_row4 .hs_cos_wrapper_type_header {
    max-width: 100%;
  }
  .home_row1 .dnd-section {
    padding-top: 80px !important;
  }

  .home_row1 .dnd-section>.row-fluid {
    padding: 0;
  }
  .home_row1 .solutions-gp .solutions-inner {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .home_row1 .hs_cos_wrapper_type_rich_text {
    width: 100%;
    position: relative;
  }
  .home_row1 .dnd-section {
    background-image: none !important;
  }
  .home_row3 .content-with-top-image-gp .heading h2:after {
    margin-top: 12px;
  }
  .home_row3 .content-with-top-image-inner {
    margin-top: 60px;
  }
  .home_row3 .content-with-top-image-gp .image {
    width: auto;
  }
  .home_row3 .content-with-top-image-gp .items-inner {
    padding-bottom: 20px;
  }
  .home_row3 .dnd-section {
    padding-bottom: 30px!important;
  }
  .home_row3 .content-with-top-image-gp .content-with-top-image-inner {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .home_row3 .content-with-top-image-gp .items {
    width: 100% !important;
  }
  .home_row3 .content-with-top-image-gp .items-inner {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  .home_row3  .content-with-top-image-gp .heading h2 {
    margin: 0 -10px;
  }
  .home_row3 .content-with-top-image-gp .content-wrapper {
    padding: 0 0 10px;
  }
  .premiere-technology-banner .banner-gp .content {
    width: 100% !important;
  }
}

@media(max-width:479px){
  .past-webinars-row .hs_cos_wrapper_type_rich_text {
    column-count: 1;
  }
  .sales-marketing_row1 .content-with-video-gp blockquote > div {
    columns: 1;
  }
  .we_work_row3 .content-with-image-gp blockquote > div {
    columns: 1;
  }
  .home_row1 .solutions-gp .solutions-inner {
    margin-right: 0px;
    box-shadow: none;
  }
  .home_row3 .content-with-top-image-gp .content p {
    line-height: 22.4px;
  }

}
@media(max-width:392px){
  .premiere_technology_row5 .book-a-meeting {
    padding-bottom: 130px;
  }
}

@media(max-width:320px){
  .home_row1 .hs-button {
    max-width: 167px;
    text-align: center;
    margin-right: -9px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .custom-menu-primary .hs-menu-wrapper > ul{
    float:right;
  }
  .header-top .header__container{
    text-align:right;
  }
  .header-contact-dtails-gp > div{
    display:inline-block;
  }
  .home_row3 .content-with-top-image-gp .image-inner img{
    height:150px;
  }
  .home_row3 .content-with-top-image-gp .image-inner::after{
    height:100%;
  }
  .home-banner-gp .home-banner-inner-gp{
    min-height:auto;
  }
  .header-contact-dtails-gp{
    display:block;
  }
  .home-banner-gp .home-banner{
    padding:150px 0;
  }
}