*, *: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;
}
/* ******************************************************************************
*********************************************************************************
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;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  *margin-left: 0;
  -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%;
}
.row-fluid .span11 {
  width: 91.66%;
}
.row-fluid .span10 {
  width: 83.33%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.66%;
}
.row-fluid .span7 {
  width: 58.33%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.66%;
}
.row-fluid .span4 {
  width: 33.33%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.66%;
}
.row-fluid .span1 {
  width: 8.33%;
}

/*  */


.flex_row .col12 {
  width: 100%;
}
.flex_row .col11 {
  width: 91.66%;
}
.flex_row .col10 {
  width: 83.33%;
}
.flex_row .col9 {
  width: 75%;
}
.flex_row .col8 {
  width: 66.66%;
}
.flex_row .col7 {
  width: 58.33%;
}
.flex_row .col6 {
  width: 50%;
}
.flex_row .col5 {
  width: 41.66%;
}
.flex_row .col4 {
  width: 33.33%;
}
.flex_row .col3 {
  width: 25%;
}
.flex_row .col2 {
  width: 16.66%;
}
.flex_row .col1 {
  width: 8.33%;
}


.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%;
  }

  .flex_row .col12,
  .flex_row .col11,
  .flex_row .col10,
  .flex_row .col9 ,
  .flex_row .col8 ,
  .flex_row .col7 ,
  .flex_row .col6 ,
  .flex_row .col5 ,
  .flex_row .col4 ,
  .flex_row .col3 ,
  .flex_row .col2 ,
  .flex_row .col1 {
    width: 100%;  
  }

  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
    width: 100%;
  }

  .dnd-section > .row-fluid .dnd-column,
  .dnd-section > .row-fluid > [class*="span"].dnd-module {
    padding: 0 2rem;
  }
}

.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:0 0;
}


@media (min-width: 768px) {

  .dnd-section > .row-fluid .dnd-column,
  .dnd-section > .row-fluid > [class*="span"].dnd-module {
    padding: 0 2rem;
  }


  .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: 0;
    -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%;
  }
  .row-fluid .span11 {
    width: 91.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
}
@media (max-width: 767px) {
  .row-fluid [class*=span] {
    min-height: 0;
  }
}
/* 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 ;
  }
}
.content-wrapper {
  margin: 0 auto;

}


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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: "Libre Franklin";
  src: url("https://9343108.fs1.hubspotusercontent-na1.net/hubfs/9343108/raw_assets/public/Openly_July2022/fonts/libre-franklin-latin-100.woff2") format("woff2"),
    url("https://9343108.fs1.hubspotusercontent-na1.net/hubfs/9343108/raw_assets/public/Openly_July2022/fonts/libre-franklin-latin-100.woff") format("woff");
      font-style: normal;
      font-weight: 100;
      font-display: swap;
      }

@font-face {
  font-family: "Libre Franklin";
  src: url("https://9343108.fs1.hubspotusercontent-na1.net/hubfs/9343108/raw_assets/public/Openly_July2022/fonts/libre-franklin-latin-300.woff2") format("woff2"),
    url("https://9343108.fs1.hubspotusercontent-na1.net/hubfs/9343108/raw_assets/public/Openly_July2022/fonts/libre-franklin-latin-300.woff") format("woff");
      font-style: normal;
      font-weight: 300;
      font-display: swap;
      }


@font-face {
  font-family: "Bookmania";
  src: url("https://9343108.fs1.hubspotusercontent-na1.net/hubfs/9343108/raw_assets/public/Openly_July2022/fonts/bookmania-light-webfont.woff2") format("woff2"),
    url("https://9343108.fs1.hubspotusercontent-na1.net/hubfs/9343108/raw_assets/public/Openly_July2022/fonts/bookmania-light-webfont.woff") format("woff");
      font-style: normal;
      font-weight: 300;
      }

@font-face {
  font-family: "Bookmania";
  src: url("https://9343108.fs1.hubspotusercontent-na1.net/hubfs/9343108/raw_assets/public/Openly_July2022/fonts/bookmania-regular-webfont.woff2") format("woff2"),
    url("https://9343108.fs1.hubspotusercontent-na1.net/hubfs/9343108/raw_assets/public/Openly_July2022/fonts/bookmania-regular-webfont.woff") format("woff");
      font-style: normal;
      font-weight: 400;
      }

@font-face {
  font-family: "Libre Franklin";
  src:    url("https://9343108.fs1.hubspotusercontent-na1.net/hubfs/9343108/raw_assets/public/Openly_July2022/fonts/libre-franklin-latin.woff2") format("woff2"),
    url("https://9343108.fs1.hubspotusercontent-na1.net/hubfs/9343108/raw_assets/public/Openly_July2022/fonts/libre-franklin-latin.woff") format("woff");
      font-style: normal;
      font-weight: 400;
      font-display: swap;
      }

@font-face { 
  font-family: "Libre Franklin";
  src:    url("https://9343108.fs1.hubspotusercontent-na1.net/hubfs/9343108/raw_assets/public/Openly_July2022/fonts/libre-franklin-latin-400italic.woff2") format("woff2"),
    url("https://9343108.fs1.hubspotusercontent-na1.net/hubfs/9343108/raw_assets/public/Openly_July2022/fonts/libre-franklin-latin-400italic.woff") format("woff");
      font-style: italic;
      font-weight: 400;
      font-display: swap; 
      }




@font-face {
  font-family: "Libre Franklin";
  src: url("https://9343108.fs1.hubspotusercontent-na1.net/hubfs/9343108/raw_assets/public/Openly_July2022/fonts/libre-franklin-latin-500.woff2") format("woff2"),
    url("https://9343108.fs1.hubspotusercontent-na1.net/hubfs/9343108/raw_assets/public/Openly_July2022/fonts/libre-franklin-latin-500.woff") format("woff");
      font-style: normal;
      font-weight: 500;
      font-display: swap; 
      }

@font-face {
  font-family: "Libre Franklin";
  src:  url("https://9343108.fs1.hubspotusercontent-na1.net/hubfs/9343108/raw_assets/public/Openly_July2022/fonts/libre-franklin-latin-700italic.woff2") format("woff2"),
    url("https://9343108.fs1.hubspotusercontent-na1.net/hubfs/9343108/raw_assets/public/Openly_July2022/fonts/libre-franklin-latin-700italic.woff") format("woff");
      font-style: italic;
      font-weight: 700;
      font-display: swap;
      }



@font-face {  
  font-family: "Libre Franklin";
  src:  url("https://9343108.fs1.hubspotusercontent-na1.net/hubfs/9343108/raw_assets/public/Openly_July2022/fonts/libre-franklin-latin-700.woff2") format("woff2"),
    url("https://9343108.fs1.hubspotusercontent-na1.net/hubfs/9343108/raw_assets/public/Openly_July2022/fonts/libre-franklin-latin-700.woff") format("woff");
      font-style: normal;
      font-weight: 700;
      font-display: swap; 
      }




body {
  line-height: 1.5;
  background-color: #fbf8f7;
}

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

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
  margin-bottom: 2.5rem;
  line-height:2;
}

/* 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: 0 0 1.4rem;
  word-break: normal;
  line-height: 1;
}

@media(max-width:639px){
  h1,h2,h3{
    font-weight:400;
  }
}

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



b, strong {
  font-weight: 500;
}

blockquote {
  border-left-width: 1px;
  padding-left: 2rem;
  margin-bottom: 4rem;
}

blockquote > *:last-child {
  margin-bottom: 0;
}

h5{
  margin-bottom: 1rem;
}

p {
  margin: 0 0 1rem;
}
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 */

button, input, optgroup, select, textarea {
  line-height: inherit;
}

.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 {}

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  text-transform: uppercase;
  font-size: .75rem;
  letter-spacing: .1em;
  transition-property: all;
  margin-bottom: 0.5rem;
  font-weight: 400;
}

::-webkit-input-placeholder {
  color: #a0aec0;
}

input::placeholder, 
textarea::placeholder {
  color: #a0aec0;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a0aec0;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #a0aec0;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #a0aec0;
}

:-moz-placeholder { /* Firefox 18- */
  color: #a0aec0;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* 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 {
  display: block;
  border: 0 solid;
  border-radius: 0.25rem;
  border-width: 1px;
  height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  outline: none;
  transition-property: all;
  transition-duration: .2s;
  margin-bottom: 0;
}

form .input{
  margin-bottom: 0.5rem; 
}

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

.hs-form-field {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

fieldset.form-columns-1 .hs-form-field .input {
  margin-right: 0 !important;
}

.hs-form-field {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

form ul.no-list.hs-error-msgs {
  margin: 0;
  padding: 0;
  bottom: 0;
  position: relative;
  top: -2px;
  margin-bottom: -1rem;
}

form  ul.no-list.hs-error-msgs li {
  margin: 0;
}

form  ul.no-list.hs-error-msgs li label {
  margin: 0;
  font-size: .75rem;
  text-transform: none;
  color: #d43232;
  letter-spacing: 0;
  font-weight: 400;
}

form textarea {
  height: auto;
  min-height: 100px;
}

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

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

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;
}

fieldset.form-columns-2  .hs-form-field .input,
fieldset.form-columns-3  .hs-form-field .input,
fieldset.form-columns-3 .input {
  margin-right: 0 !important;
}

fieldset.form-columns-2 .field .input {
  margin-right: 0 !important;
}
form select {
  appearance: none;
  -webkit-appearance: none;
  padding-left: 1rem;
  padding-right: 1rem;
}

form select:placeholder{
  color: #a0aec0;
}

fieldset.form-columns-3 .hs_state.field ul.no-list.hs-error-msgs {
  position: static;
}

@media(min-width:768px){
  fieldset.form-columns-2  .hs-form-field,
  fieldset.form-columns-3  .hs-form-field,
  fieldset.form-columns-3 .hs_city.field ,
  fieldset.form-columns-3 .hs_state.field,
  fieldset.form-columns-3 .hs_zip_code.field,
  fieldset.form-columns-3 .hs_city.field,
  fieldset.form-columns-3 .hs_date_of_birth_new.field,
  fieldset.form-columns-3 .hs_lastname.field,
  fieldset.form-columns-3 .hs_firstname.field {
    width: 33.33% !important;
  }

  fieldset.form-columns-2  .hs-form-field,
  fieldset.form-columns-3  .hs-form-field,

  fieldset.form-columns-3 .hs_state.field,
  fieldset.form-columns-3 .hs_city.field,
  fieldset.form-columns-3 .hs_lastname.field,
  fieldset.form-columns-3 .hs_firstname.field {
    margin-right: 1.5rem;
  }

  fieldset.form-columns-2 .field{
    width: 50% !important;
    margin-right: 1.5rem;
  }

  fieldset.form-columns-2  .hs-form-field:last-child,
  fieldset.form-columns-3  .hs-form-field:last-child,
  fieldset.form-columns-2 .field:last-child{
    margin-right: 0;
  }

  fieldset.form-columns-3 {
    display: flex;
  }

  fieldset.form-columns-2 {
    display: flex;
  }
}

@media(min-width:1024px){
  fieldset.form-columns-3 .hs_city.field {
    width: 60% !important;
  }

  fieldset.form-columns-3 .hs_state.field {
    width: 20% !important;
  }

  fieldset.form-columns-3 .hs_zip_code.field{
    width: 25% !important;
  }
}

@media(min-width:1280px){
  fieldset.form-columns-3 .hs_lastname.field,
  fieldset.form-columns-3 .hs_firstname.field {
    width: 40% !important;
  }

  fieldset.form-columns-3 .hs_date_of_birth_new.field {
    width: 25% !important;
  }
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

.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: #d43232;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */
.cm_buttn,
a.hs-button,
form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  white-space: normal;
  border-radius: 0.25rem;
  font-size: .875rem;
  line-height: 1;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .2s;
  text-transform: uppercase;
  display: block;
  width: 100%;
}

form .hs_error_rollup ul.no-list.hs-error-msgs {
  position: static;
  margin-bottom: 1rem;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

.hs-search-field.hs-search-field--open ul li a,
.hs-search-field.hs-search-field--open ul li#results-for {
  padding: 5px;
}

form .hs-fieldtype-select .input:after {
  content: '';
  display: block;
  border: 0 solid;
  border-color: #2f2047;
  border-bottom-width: 1px;
  border-right-width: 1px;
  height: 0.5rem;
  margin-left: 0.5rem;
  margin-top: -0.25rem;
  width: 0.5rem;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 1rem;
  pointer-events: none;
  margin-top: -2px;
}

form .hs-fieldtype-select .input {
  position: relative;
}


form select::placeholder {
  color: red;
}

form select::-webkit-input-placeholder {
  color: red;
}

form select:-webkit-input-placeholder {
  color: red;
}

form .hs-dateinput:before{
  content: url(https://9343108.fs1.hubspotusercontent-na1.net/hubfs/9343108/raw_assets/public/Openly_July2022/images/calander_icon.svg) ;
  right: calc(1rem + 1px);
  line-height: 0;
  height: 20px;
  width: 20px;
  padding: 2px;
  pointer-events: none;
}

.hs_date_of_birth_new .placeholder  {
  /*   content: 'dd-mm-yyyy '; */
  position: absolute;
  top: 50%;
  left: calc(1rem + 2px);
  transform: translateY(-50%);
  letter-spacing: 0.1px;
  color: #2f2047;
  z-index: 1;
  font-weight: 400;
  letter-spacing: 0.45px;
}

.hs_date_of_birth_new .hs-input:nth-child(2):not([value]) ~ .placeholder {
  display: block;
}

.hs_date_of_birth_new  .hs-input:nth-child(2)[value] ~ .placeholder {
  display: none;
}

@media(max-width:767px) {
  form fieldset .hs-form-field {
    width: 100% !important;
    float: none;
  }

  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{
    width: 100% !important;
  }
}

.hs-search-field.hs-search-field--open ul.hs-search-field__suggestions {
  background: #fff;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  max-width: 300px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 5px;
}

/* =========================== */
/* ===== dz - 2025 style ===== */
/* =========================== */

form a.hs-button,
form .hs-button,
form input[type=submit] {
  width: auto;
}

/* Multi-step form style */

/* .hs_cos_wrapper_type_form form, */
[data-hsfc-id=Renderer] form .hsfc-Step .hsfc-Step__Content {
  padding: 32px 50px 38px 50px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 8px 8px 0px #2F204729;
}

/* .hs_cos_wrapper_type_form form input:not(.actions input), */
/* .hs_cos_wrapper_type_form form select, */
/* .hs_cos_wrapper_type_form form textarea, */
[data-hsfc-id=Renderer] form .hsfc-TextInput,
[data-hsfc-id=Renderer] form .hsfc-PhoneInput__FlagAndCaret {
  border: 1px solid #2F2047;
  border-radius: 4px;
  background: #815F990D;
}

[data-hsfc-id=Renderer] form .hsfc-PhoneInput__FlagAndCaret {
  height: 48px;
  padding-top: 11px;
  padding-bottom: 11px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* .hs_cos_wrapper_type_form form label, */
[data-hsfc-id=Renderer] form .hsfc-FieldLabel {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0;
  color: #2F2047;
}

/* .hs_cos_wrapper_type_form form label .hs-form-required, */
form label .hsfc-FieldLabel__RequiredIndicator {
  padding-left: 2px;
}

[data-hsfc-id=Renderer] form .hsfc-ProgressBar__Text {
  color: #2F2047;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 3px;
}

[data-hsfc-id=Renderer] form .hsfc-ProgressBar__Progress {
  height: 6px;
  border-radius: 20px;
  background: #C4C5C4;
}

[data-hsfc-id=Renderer] form .hsfc-ProgressBar__Progress > div {
  background: #6A4D81;
  height: 6px;
  border-radius: 20px;
}

@media (max-width: 767px) {
  /* .hs_cos_wrapper_type_form form, */
  [data-hsfc-id=Renderer] form .hsfc-Step .hsfc-Step__Content {
    padding: 32px 24px 32px 24px;
  }
}
/* 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.header {
  padding-top: 2rem;
  font-size: .875rem;
}


header.header .header__container {
  padding: 2.5rem 2rem 10rem;
}
header ul.submenu.level-1 ul li.header-logo {
  display: none;
}

header .navigation-primary .header-logo {
  margin: 0 auto !IMPORTANT;
  width: 120px;
}
.header-logo img {
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
}


header.header .mobile_hdr {
  display: none;
}

.navigation-primary ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navigation-primary ul.submenu.level-1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.navigation-primary ul.level-1 > li {
  margin-right: 2rem;
  position: relative;
}

.next_menu > li.has-submenu,
.prev_menu > li.has-submenu{
  position: relative;
}

.next_menu > li.has-submenu:after,
.prev_menu > li.has-submenu:after,
.navigation-primary ul.level-1 > li.has-submenu:after {
  content: '';
  width: 100%;
  height: 1rem;
  display: block;
  position: absolute;
  bottom: -1rem;
}
.navigation-primary ul.submenu ul {
  opacity: 0;
  padding-top: 0;
  pointer-events: none;
  position: absolute;
  z-index: 10;
  transform: matrix(0.9, 0, 0, 0.9, 0, 0);
  transform-origin: top left;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .3s;
  transition-delay: 75ms;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  top: calc(100% + 1rem);
}

.next_menu > li.has-submenu:hover > ul,
.prev_menu > li.has-submenu:hover > ul,
.navigation-primary ul.submenu li:hover > ul {
  transform: matrix(1, 0, 0, 1, 0, 0);
  opacity: 1;
  pointer-events: unset;
}

.navigation-primary ul.level-2 li {
  position: relative;
  display: block;
}




.navigation-primary ul.level-2 li a {
  position: relative;
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  color: #815f99;
  white-space: nowrap;
  transition-property: all;
  transition-duration: .15s;
}

.navigation-primary ul.submenu.level-3 {
  top: 0;
  left: 100%;
}

.navigation-primary ul.level-1 > li.header-logo {
}

.navigation-primary ul.level-1 > li:last-child {
  margin-right: 0;
}

.next_menu > li.has-submenu > a > span,
.prev_menu > li.has-submenu > a > span,
.navigation-primary .submenu.level-1>li.has-submenu > a > span {
  margin-right: 0.5rem;
}

.next_menu > li.has-submenu > a > .arrow,
.prev_menu > li.has-submenu > a > .arrow,
.navigation-primary .submenu.level-1>li.has-submenu > a .arrow {
  border: 0 solid;
  border-right-width: 1px;
  border-bottom-width: 1px;
  height: 0.5rem;
  margin-top: -0.25rem;
  width: 0.5rem;
  transform: translateX(0) translateY(0) rotate(45deg) skewX(0) skewY(0) scaleX(1) scaleY(1);
}

.next_menu > li.has-submenu > a ,
.prev_menu > li.has-submenu > a ,
.navigation-primary .submenu.level-1>li.has-submenu > a {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.next_menu > li.has-submenu > a ,
.prev_menu > li.has-submenu > a{
  margin-right: 2rem;
}

.navigation-primary ul.level-1 > li.has-submenu + li.header-logo {
  position: relative;
  left: -27px;
}

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

.prev_menu,.next_menu {
  width: 40%;
  display: flex;
}

.prev_menu {
  justify-content: flex-end;
  flex-direction: row-reverse;
}

.next_menu {
  justify-content: flex-end;
}

.prev_menu {
  width: 40%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.next_menu {
  width: 40%;
  display: flex;
  justify-content: flex-end;
}

@media(min-width:768px){
 header.header.no_nav .no_nav_spacer {
    width: 40%;
}

header.header.no_nav .desk_hdr {
    display: flex;
    justify-content: space-between;
}
 
}
  

@media(max-width:767px){

  header.header .header__container {
    padding-bottom: 5rem;
  }

  header.header .desk_hdr {
    display: none;
  }

  header.header .mobile_hdr {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .custom_menu_primary {
    border: 0 solid;
    background-color: #fff;
    margin-top: 1rem;
    opacity: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    pointer-events: none;
    position: absolute;
    right: 0;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
    width: 16rem;
    z-index: 50;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .3s;
    transform: translateX(0) translateY(0) rotate(45deg) skewX(0) skewY(0) scaleX(1) scaleY(1);
    transform: translateX(0) translateY(0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(0.95);
    transform-origin: top;
  }

  .header_right {
    position: relative;
  }


  .toggler {
    position: relative;
    height: 1.25rem;
    overflow: hidden;
    width: 1.5rem;
    cursor: pointer;
  }

  .toggler .bar {
    border: 0 solid;
    background-color: #2f2047;
    border-radius: 0.25rem;
    height: 0.25rem;
    position: absolute;
    top: 0;
    width: 1.5rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .1s;
  }

  .toggler .bar2 {
    top: 0.5rem;
    transition-duration: .2s;
  }

  .toggler .bar3 {
    top: 0.5rem;
    top: 0.5rem;
    transition-duration: .2s;
  }

  .toggler .bar4 {
    bottom: 0;
    transition-duration: .1s;
    top: auto;
  }

  .menu_bg_wrap {
    background-color: rgb(47 32 71 / 25%);
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 40;
    transition-property: opacity;
    transition-duration: .5s;
    pointer-events: none;
    opacity: 0;
  }

  .mobile_open .menu_bg_wrap {
    opacity: 1;
    pointer-events: all;
  }

  .mobile_open  .custom_menu_primary {
    pointer-events: all;
    opacity: 1;
    transform: translateX(0) translateY(0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
  }

  .custom_menu_primary li.hs-menu-depth-1:not(.hs-item-has-children) > a {
    display: block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #815f99;
    transition-property: all;
    transition-duration: .15s;
  }

  .custom_menu_primary li.hs-menu-depth-1.hs-item-has-children > a {
    border: 0 solid;
    border-bottom-width: 1px;
    display: block;
    border-color: #000;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    padding-bottom: 0.25rem;
    color: #000;
  }

  .custom_menu_primary li.hs-menu-depth-1 li > a {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    display: block;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    color: #815f99;
    transition-property: all;
    transition-duration: .15s;
  }

  .custom_menu_primary li.hs-menu-depth-1:not(.hs-item-has-children) > a:hover, 
  .custom_menu_primary li.hs-menu-depth-1 li > a:hover {
    color: #2f2047;
  }
  
  .mobile_open .toggler .bar1 {
    transform: translateX(10rem) translateY(0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}

.mobile_open .toggler .bar2 {
    transform: translateX(0) translateY(0) rotate(45deg) skewX(0) skewY(0) scaleX(1) scaleY(1);
}

.mobile_open .toggler .bar3 {
    transform: translateX(0) translateY(0) rotate(-45deg) skewX(0) skewY(0) scaleX(1) scaleY(1);
}

.mobile_open .toggler .bar4 {
    transform: translateX(-10rem) translateY(0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}



}
footer.footer {
  position: relative;
  font-size: .875rem;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.footer__container {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
footer.footer p {
  line-height: inherit;
  margin-bottom: 1.5rem;
}
footer.footer a {
  transition-property: all;
  transition-duration: .15s;
}
footer.footer a:hover {
  text-decoration: underline;
}

footer.footer .hs_cos_wrapper_type_rich_text > *:last-child {
  margin-bottom: 0;
}

.footer_bottom .flex_row .col6:first-child {
  padding-left: 0;
}
.footer_bottom .flex_row .col6:last-child {
  padding-right: 0;
}
.footer_policy_links {
  text-align: right;
}

.footer_policy_links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  justify-content: flex-end;

}

.footer_policy_links ul > li:not(:last-child) {
  margin-bottom: 1rem;
}


.footer_menu {
  border-bottom: 1px solid #ccccc9;
  margin-bottom: 4rem;
  padding-bottom: 4rem;
}

.footer_menu .hs-menu-wrapper > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  flex-direction: row !important;

}
.footer_menu .hs-menu-wrapper > ul > li {
  width: auto;
}

.footer_menu .hs-menu-wrapper > ul > li > a {
  font-family: Bookmania,serif;
  font-size: 1.25rem;
  line-height: 1;
  margin-bottom: 1.5rem;
  font-weight: 400;
  display: block;
  text-decoration: none;
}

.footer_menu .hs-menu-wrapper > ul li a[href="javascript:;"] {
  cursor: auto;
  text-decoration: none;
}

.footer_menu .hs-menu-wrapper > ul ul li {
  display: block;
  position: relative;
}
.footer_menu .hs-menu-wrapper > ul ul li a {
  margin-bottom: 0.5rem;
  display: block;
}
.footer_menu .hs-menu-wrapper > ul > li:last-child > ul > li:last-child > a {
  margin-bottom: 0;
}



@media (min-width: 640px) {
  .footer_policy_links ul {
    flex-direction: row;
  }
  .footer_policy_links ul > li:not(:last-child) {
    margin-bottom: 0;
    margin-right: 2rem;
  }


}




@media (min-width: 768px) {


  .footer_policy_links ul {
    text-align: right;
  }
  footer.footer .footer_copyright {
    padding-right: 2.5rem;
  }
}

@media (min-width: 1025px) {

}


@media (max-width: 1023px) {
  .footer_menu .hs-menu-wrapper > ul > li {
    width: 50%;
    margin-bottom: 2.5rem;
  }
  .footer_menu .hs-menu-wrapper > ul > li:nth-last-child(1),
  .footer_menu .hs-menu-wrapper > ul > li:nth-last-child(2) {
    margin-bottom: 0;
  }
  .footer_menu .hs-menu-wrapper > ul > li:nth-child(odd) {
    padding-right: 5px;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .footer__container {
    max-width: 768px;
  }

}


@media (max-width: 1024px) and (min-width: 481px) {

}

@media (max-width: 767px) {
  footer.footer {
    padding-top: 10rem;
    padding-bottom: 4rem;
  }
  footer.footer .flex_row .col6 {
    padding-left: 0;
    padding-right: 0;
  }

  .footer_copyright {
    margin-bottom: 1.5rem;
  }
  .footer_policy_links {
    text-align: left;
  }
  .footer_policy_links ul {
    justify-content: flex-start;
  }
}


@media (max-width: 639px) {
  footer.footer {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (max-width: 480px) {
  /*   .footer_menu .hs-menu-wrapper > ul > li {
  width: 100%;
  margin-bottom: 2.5rem;
}
  .footer_menu .hs-menu-wrapper > ul > li:nth-last-child(1) {
  margin-bottom: 0;
} */
}
/* 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 a.cta_button {
  box-sizing: border-box !important;
}

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


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

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

[class*="force-full-width-section"].dnd-section  > .row-fluid > .span12.dnd-column,
[class*="force-full-width-section"].dnd-section ,
[class*="force-full-width-section"].dnd-section > .row-fluid {
  padding: 0;
  width: 100%;
}

.span12.widget-span.widget-type-cell,
[class*="force-full-width-section"].dnd-section [class*=span] {
  min-height: 0;
}

@media(max-width:1100px) and (min-width:768px){
  .span4 .hs_cos_wrapper_type_rich_text h1,
  .span8 .hs_cos_wrapper_type_rich_text h1 {
    font-size: 3.8rem;
  } 
}

/*  */
.faq_page .hs_cos_wrapper_type_rich_text > *:last-child{

}

.faq_page .hs_cos_wrapper_type_rich_text h5 {
  line-height: 1.25;
  margin-bottom: 1rem;
}

.hs_cos_wrapper_type_rich_text blockquote {
  border-color: #ccccc9;
}

.hs_cos_wrapper_type_module hr {
  background: transparent;
  height: 0;
}

.hs_cos_wrapper_type_rich_text blockquote ol {
  padding: 0;
  list-style-type: decimal;
  list-style-position: inside;
}

.hs_cos_wrapper_type_rich_text blockquote ol li {
  margin-bottom: 0.5rem;
}

.hs_cos_wrapper_type_rich_text blockquote ol li p {
  display: inline;
  margin: 0;
}

h6.small_title {
  line-height: 1.25;
  margin-bottom: 2rem;
  color: #815f99;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: .75rem;
  font-family: inherit;
  font-weight: 400;
}

h2.main_sec_title {
  margin-bottom: 2.5rem;
}
/* HubSpot created
a.link_text {
  border: 0 solid;
  border-bottom-width: 2px;
  border-color: #f3c781;
  margin-bottom: 1.5rem;
  padding-bottom: 0.25rem;
  color: #2f2047;
  text-transform: uppercase;
  transition-property: all;
  transition-duration: .15s;
  display: inline-block;
  margin-top: 2rem;
  margin-bottom: 0;
}

a.link_text:hover {
  border-color: transparent;
}
*/
a.link_text {
  display: inline-block;
  font-family: Libre Franklin,sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #6A4D81;
  background-color: transparent;
  border: 2px solid #6A4D81;
  border-radius: 4px;
  padding: 16px 24px;
  margin-bottom: 1.5rem;
  margin-top: 1rem;
  transition: all 0.25s ease-in-out;
  
}
a.link_text:hover {
  background-color: #6A4D81;
  border: 2px solid #6A4D81;
  color: #ffffff;
}
main .hs_cos_wrapper_type_rich_text a {
  text-decoration: underline;
}

main .hs_cos_wrapper_type_rich_text a:hover {
  text-decoration: none;
}

h1.main_lg_title {
  margin-bottom: 2rem;
}

iframe[width="0"][height="0"] {
  display: none;
}

.padt10{
  padding-top: 8rem;
}
.padb10{
  padding-bottom: 8rem;
}

.padt104{
  padding-top: 4rem;
}
.padb104{
  padding-bottom: 4rem;
}

.padlr5{
  padding-left: 2rem;
  padding-right: 2rem;
}

h4.title_text{
  line-height: 1.25;
  margin-bottom: 2rem;
}

.col_40_60_1,
.col_40_60_2{
  width:100%
}

.slick-slider * {
  outline: none;
}

.feat_slider_wrapper .slick-slider {
  margin: 0;
}


.padlr52{
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 640px){
  .padt104,
  .padt10{
    padding-top: 10rem;
  }
  
  .padb104,
  .padb10{
    padding-bottom: 10rem;
  }
}
@media (min-width: 768px){
  .padlr5{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .padlr52{
    padding-left: 5rem;
    padding-right: 5rem;
  }

}

@media (min-width: 1024px){
  .col_40_60_1{
    width:60%
  }
  .col_40_60_2{
    width:40%
  }
}



@media (min-width: 1280px){
  .col_40_60_1{
    width:40%
  }

  .col_40_60_2{
    width:60%
  }
}

@media(max-width:1023px){
  .col_40_60_1 {
    margin-bottom: 2.5rem;
  } 
}

@media(max-width:639px){
  h1.main_lg_title,
  h2.main_sec_title {
    font-weight: 400;
  } 
}


/*------ popup------*/

.modal_main_body.content-wrapper {}


.team_modal,
.video_modal {
  background-color: #fbf8f7;
  height: 100%;
  opacity: 0;
  overflow-y: auto;
  padding: 1.5rem;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  z-index: 99;
  transition-property: all;
  transition-timing-function: linear;
  transition-duration: .2s;
  display: flex;
  flex-direction: column;
  height: 100vh;
  z-index: -1;
}

.team_modal.active,
.video_modal.active {
  opacity: 1;
  pointer-events: all;
  z-index: 99;
}

.team_modal .close_btn_wrap,
.video_modal .close_btn_wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-bottom: 1.5rem;
  margin-bottom: 0;
}

.team_modal  span.closeModal,
.video_modal  span.closeModal {
  padding: 0;
  border: 0 solid;
  line-height: inherit;
  border-color: #815f99;
  border-radius: 9999px;
  border-width: 1px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 100;
  height: 2.5rem;
  font-size: 2.25rem;
  color: #815f99;
  width: 2.5rem;
  transition-property: all;
  transition-timing-function: linear;
  transition-duration: .2s;
}

.modal_main_body {
  transition-property: all;
  transition-timing-function: linear;
  transition-duration: .2s;
  width: 100%;
  height: 100%;
}

.modal_spacing {
  max-height: 100vh;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.modal_spacing iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.team_modal span.closeModal:HOVER,
.video_modal span.closeModal:HOVER {
  background-color: #815f99;
  color: #fff;
}

.team_modal .mem_img_box {
  margin-bottom: 2.5rem;
  flex-shrink: 0;
}

.team_modal .flex_row {
  flex-wrap: nowrap;
  flex-direction: row;
}


.team_modal section.top_sec {
  border: 0 solid;
  border-color: #ccccc9;
  border-bottom-width: 1px;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}

.team_modal .bio_text p {
  margin-bottom: 2.5rem;
}

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

.team_modal .follow_links a {
  text-transform: uppercase;
  color: #2f2047;
  display: flex;
  display: flex;
  align-items: center;
}

.team_modal .follow_links a span {
  margin-right: 0.5rem;
}

.team_modal h2.modal_name {
  margin-bottom: 2.5rem;
}

.team_modal .modal_main_body.content-wrapper {

  transition-delay: 0.2s;
  transition-duration: .2s;
  transition-timing-function: linear;
  transition-property: all;
  position: relative;
  top: -2rem;
  transition: all .2s linear 0.05s;
}

.team_modal.active .modal_main_body.content-wrapper {
  top: 0;
}


@media(min-width: 768px) {
  .team_modal .mem_img_box {
    margin-bottom: 2.5rem;
    margin-bottom: 0;
    margin-right: 2.5rem;
    width: 33.333333%;
  }

  .team_modal .bio_main_container {
    width: 66.666667%;
  }
}


@media(min-width:768px){

  .modal_main_body {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  body.modaloPen {
    overflow: hidden;
  }

}

@media(max-width:767px){
  .team_modal,
  .video_modal {
    display: block;
    height: 100%;
  }

  .team_modal .close_btn_wrap ,
  .video_modal .close_btn_wrap {
    margin-bottom: 1.5rem;
  } 

  .modal_main_body {
    height: auto;
  }

  .team_modal .mem_img_box {
    display: none;
  }
}

/*----*/

.agents_page .hs_cos_wrapper_type_module.widget-type-form {
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: 4rem;
}

.hs_cos_wrapper_type_rich_text address {
  font-style: normal;
  line-height: 2;
  margin-bottom: 2rem;
}

.hs_cos_wrapper_type_rich_text address h6 {
  font-family: inherit;
  margin-bottom: 0.5rem;
  line-height: 1.25;
  font-weight: 500;
}

.page-header.section-header {
  margin-bottom: 8rem;
}

.page-header.section-header h1 {
  margin-bottom: 2rem;
}

.page-header.section-header p.secondary-header {
  line-height: 1.25;
  margin-bottom: 2rem;
  color: #815f99;
  letter-spacing: .05em;
}

a.hs-button {
  width: 100%;
  display: block;
}

.policy_page .hs_cos_wrapper_type_rich_text ol {
  padding: 0;
  margin: 0;
  line-height: 2;
  list-style-position: outside;
  list-style-type: decimal;
  margin: 0 0 0 1.25rem;
  margin-bottom: 3rem;
  font-weight: 300;
  color: #2f2047;
}

.policy_page .hs_cos_wrapper_type_rich_text ol li {
  margin-bottom: 0.75rem;
}

.about_top_dnd_area .tw_col_cont h2.main_sec_title {
  margin-bottom: 3rem;
}

.about_page .hs_cos_wrapper_type_simple_menu .hs-menu-wrapper ul {
  width: 100%;
  display: flex;
  align-items: center;
}

.about_page .hs_cos_wrapper_type_simple_menu ul > li {
  text-align: center;
}

.about_page .hs_cos_wrapper_type_simple_menu .hs-menu-wrapper ul a {
  border: 0 solid;
  border-bottom-width: 2px;
  border-color: transparent;
  font-family: Bookmania,serif;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 2rem;
  color: #815f99;
  transition-property: all;
  transition-duration: .15s;
  font-size: 2.25rem;
  display: block;
}

.about_page .hs_cos_wrapper_type_simple_menu ul > li:last-child > a {
  margin: 0;
}

.about_page .hs_cos_wrapper_type_simple_menu .hs-menu-wrapper ul a:hover {
  color: #2f2047;
  border-color: #f3c781;
}


.banner_section h2.top_title{
  font-weight: 400;
}



.home_page .banner_section h2.top_title {
  text-align: center;
  line-height: 1;
  margin-bottom: 1rem;
  font-family: Bookmania,serif;
  font-size: 3rem;
  text-transform: none;
  letter-spacing: 0;
  color: #2f2047;
}

.home_page .banner_section h1.top_main_title {
  text-align: center;
  line-height: 1.25;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: inherit;
  letter-spacing: .05em;
  font-weight: 400;
  color: #815f99;
  margin: 0;
}


.terms_page .banner_section .content-wrapper {
  margin-bottom: 1.5rem;
  padding-bottom: 0;
}

.terms_page   .dnd-section>.row-fluid > .dnd-column {
  padding-left: 2rem;
  padding-right: 2rem;
}

.terms_page .hs_cos_wrapper_type_rich_text h4 {
  line-height: 1.25;
  margin-bottom: 2rem;
}

.terms_page .hs_cos_wrapper_type_rich_text p {
  margin-bottom: 2rem;
}


.terms_page .hs_cos_wrapper_type_rich_text ol {
  margin-bottom: 2rem;
  margin-left: 1rem;
  list-style-position: outside;
  line-height: 2;
  list-style: none;
  list-style-type: lower-alpha;
  padding: 0;
}

.terms_page .hs_cos_wrapper_type_rich_text ol li:before {
  content: ") ";
}

.terms_page .hs_cos_wrapper_type_rich_text ol li {
  margin-bottom: 1rem;
}

.terms_page .banner_section.no_img h1.top_main_title {
  margin-bottom: 2rem;
}

.terms_page .hs_cos_wrapper_type_rich_text section > ol > li > span:first-child {
  font-weight: 700;
  margin-bottom: 0.5rem;
  display: inline-block;
}

.terms_page .hs_cos_wrapper_type_rich_text section > ol li::marker {
  font-weight: 700;
}

.terms_page .hs_cos_wrapper_type_rich_text ol li p {
  margin-bottom: 1rem;
}

.terms_page .hs_cos_wrapper_type_rich_text ol li p:last-child {
  margin-bottom: 0;
}

.terms_page .hs_cos_wrapper_type_rich_text > p:last-child {
  margin-bottom: 0;
}


.terms_page .hs_cos_wrapper_type_rich_text > section > div> ol {
  list-style-type: decimal;
  line-height: inherit;
}

.terms_page .hs_cos_wrapper_type_rich_text > section > div> ol > li:before {
  display: none;
}

.terms_page .hs_cos_wrapper_type_rich_text > section > div> ol > li a {
  text-transform: uppercase;
  text-decoration: none;
}

.terms_page .hs_cos_wrapper_type_rich_text > section > div> ol > li a:hover {
  color: #815f99;
}


.terms_page  .hs_cos_wrapper_type_module.widget-type-rich_text {
  margin-bottom: 8rem;
}

.terms_page .hs_cos_wrapper_type_rich_text h5 {
  line-height: 1.25;
  margin-bottom: 2rem;
}

.terms_page .hs_cos_wrapper_type_rich_text h6 {
  font-family: inherit;
  text-transform: uppercase;
  line-height: 1.25;
  margin-bottom: 0.75rem;
}

.terms_page .hs_cos_wrapper_type_rich_text  > section > ul {
  padding: 0;
  margin: 0;
  line-height: 2;
  margin-bottom: 5rem;
  margin-left: 2.5rem;
}


.terms_page .hs_cos_wrapper_type_rich_text > section > ul > li > h2 {
  margin-bottom: 0.5rem;
  font: inherit;
  font-weight: 500;
  color: inherit;
}

.terms_page .hs_cos_wrapper_type_rich_text > section > ul > li {
  list-style: none;
  margin-bottom: 2rem;
}

.terms_page .hs_cos_wrapper_type_rich_text > section > ul > li:last-child {
  margin-bottom: 0;
}

.terms_page .hs_cos_wrapper_type_rich_text   div > ul {
  line-height: 2;
  list-style-position: outside;
  list-style-type: disc;
  margin-left: 1rem;
  margin-bottom: 3rem;
  padding: 0;
}

.terms_page .hs_cos_wrapper_type_rich_text div > ul > li {
  margin-bottom: 0.5rem;
}

.terms_page .hs_cos_wrapper_type_rich_text div > ul > li:last-child {
  margin-bottom: 0;
}

.terms_page  .hs_cos_wrapper_type_rich_text a {
  white-space: normal;
  word-break: break-word;
}

.span4.widget-span form {
  margin-bottom: 25px;
}

.body-container--landing-page .span6.widget-span .hs_cos_wrapper_type_linked_image,
.website_page .hs_cos_wrapper_type_linked_image {
  display: block;
  margin-bottom: 15px;
}

.feat_slider_wrapper .slick-slider .slick-list {
  transition: height 0.09s ease;
}

.home_page .about_main_dnd_area .content_wid_img.col46.right .img_wrap img {
  max-width: 610px;
}

@media(max-width:920px) and (min-width:600px){
  .span6.widget-span .hs_cos_wrapper_type_rich_text h1 {
    font-size: 3rem;
  } 
}

@media (min-width: 640px) {
  .page-header.section-header ,
  .agents_page .hs_cos_wrapper_type_module.widget-type-form {
    margin-bottom: 10rem;
  }

  .about_page .hs_cos_wrapper_type_simple_menu .hs-menu-wrapper ul a {
    font-size: 3rem;
  }

  .home_page .banner_section h2.top_title {
    font-size: 5.5rem;
    font-weight: 300;
  }

  .terms_page .banner_section .content-wrapper {
    margin-bottom: 8rem;
    padding-bottom: 0;
  }

  .terms_page .hs_cos_wrapper_type_rich_text section > ol {
    margin-left: 3rem;
  }

  .terms_page  .hs_cos_wrapper_type_module.widget-type-rich_text {
    margin-bottom: 10rem;
  }
}

@media (min-width: 768px) {
  .terms_page   .dnd-section>.row-fluid > .dnd-column ,
  .agents_page .hs_cos_wrapper_type_module.widget-type-form {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .about_page .hs_cos_wrapper_type_simple_menu .hs-menu-wrapper ul a {
    font-size: 5.5rem;
  }

  .home_page .banner_section h2.top_title {
    font-size: 7.5rem;
  }

  .terms_page .hs_cos_wrapper_type_rich_text > section > ul {
    margin-left: 4rem;
  }
}
@media (min-width: 1024px) {
  .about_top_dnd_area .tw_col_cont.col46 .flex_row {
    flex-wrap: nowrap;
  }

  .about_top_dnd_area .tw_col_cont.col46 .col_left_item {
    padding: 0;
    margin-right: 3rem;
  }
}

@media (min-width: 1280px) {
  .agents_page .hs_cos_wrapper_type_module.widget-type-form > * {
    width: 83.333333%;
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 1023px) {
  .policy_page  .row-fluid {
    width: 100%;
  }

  .policy_page  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
    width: 100%;
  }

  .policy_page  .dnd-section > .row-fluid .dnd-column,
  .policy_page  .dnd-section > .row-fluid > [class*="span"].dnd-module {
    padding: 0 2rem;
  }


  .policy_page .dnd-section > .row-fluid .dnd-column .dnd-column {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .policy_page .dnd-section > .row-fluid .dnd-column .dnd-column {
    margin-bottom: 3rem;
  }

  .policy_page .dnd-section > .row-fluid .dnd-column .dnd-column:last-child {
    margin-bottom: 0;
  }

}

/*  */

.span4.dnd-column .hs_cos_wrapper_type_linked_image {
  display: block;
  margin-bottom: 15px;
}