/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! 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: hidden;
}

/**
 * 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 how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */
.home-banner-area .dnd-section,
.banner-area .dnd-section {
  padding: 0;
}
.home-banner-area .dnd-section .widget-type-cell,
.banner-area .dnd-section .widget-type-cell,
.home-banner-area .dnd-section >.row-fluid,
.banner-area .dnd-section >.row-fluid {
  padding: 0;
}
.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.dnd-section .widget-type-cell {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) and (max-width: 1200px){
  .dnd-section>.row-fluid{
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1024px) {
  .dnd-section .widget-type-cell {
    padding-left: 15px;
    padding-right: 0;
  }
  .dnd-section .widget-type-cell:first-child {
    padding-left: 0;
  }
  .dnd-section>.row-fluid{
    padding-left: 15px;
    padding-right: 15px;
  }
  .banner-area .dnd-section >.row-fluid {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0;
    padding-right: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

html {font-size: 100%;}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.6;
  font-weight: 300;
}

p {
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-family: Lato, serif;
  text-rendering: optimizeLegibility;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1.3;
  font-style: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
  margin-bottom: 26px;
  margin-top: 25px;
  letter-spacing: 5px;
  text-transform: uppercase;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  margin-top:30px;
}

h5 {
  font-size: 1rem;
  padding-bottom: 20px;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-left: 25px;
}

ul li,
ol li {}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
ul li ul, ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
ul{
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.body-container-wrapper ul li{
  margin-bottom: 12px;
  background-image: url(//4010403.fs1.hubspotusercontent-na1.net/hubfs/4010403/raw_assets/public/DoradoSoftware_April2021/images/bullet-square-yellow.png);
  background-repeat: no-repeat;
  padding-left: 25px;
  background-position: left 7px;
}

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
em, i {
  font-style: italic;
  line-height: inherit;
}
.fa-2x {
  font-size: 20px;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
@media (max-width: 767px){
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.4;
  }
}

@media (max-width: 567px){
  h1 {
    font-size: 36px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 600px;
  font-family: Lato, sans-serif;
  background: #f9f9f9;
  border: 1px solid #f2f2f2;
  margin-bottom: 18px;
  padding:26px;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-style: solid;
  border-width: 1px;

  text-decoration: none;
  -webkit-appearance: none;
	text-decoration: none !important;
  text-transform: uppercase;
  padding: 9px 12px;
  font-size: 13px;
  background: #00a3e0;
  color: #FFF;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;

  color: #fff;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  text-align: left;
  margin: 0 0 10px;
  display: block;
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  font-weight: normal;
  line-height: 1.5;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}
input[type="password"],
.hs-input {
  display: inline-block;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #ffffff;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-family: 'Open Sans', sans-serif;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  transition: all 0.15s linear;
}
input[type="password"]{
  height: auto !important;
}
.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}

textarea.hs-input {min-height:120px;}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}
.hs-form-required {
  color: #4d4d4d;
}
.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
(min-device-width: 320px) and (max-device-width: 480px) {
  .email-correction form .form-columns-2 .hs-form-field,
  .email-correction form .form-columns-3 .hs-form-field,
  .email-validation form .form-columns-2 .hs-form-field,
  .email-validation form .form-columns-3 .hs-form-field {
    float: none;
    width: 100%;
  }
  .email-correction form .form-columns-2 .hs-form-field .hs-input,
  .email-correction form .form-columns-3 .hs-form-field .hs-input,
  .email-validation form .form-columns-2 .hs-form-field .hs-input,
  .email-validation form .form-columns-3 .hs-form-field .hs-input {
    width: 90%;
  }
  .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-2 .hs-form-field input[type=radio],
  .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-3 .hs-form-field input[type=radio],
  .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-2 .hs-form-field input[type=radio],
  .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
    width: 24px;
  }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
@media (max-width: 767px) and (min-width: 0){
  form {
    max-width: 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.website-layout ul {
  font-size: 1rem;
  line-height: 1.6;
}
.website-layout ul ul {
  margin-left: 0;
}
.website-layout .dnd-section[class*="background-image"] {
  background-size: auto !important;
  background-attachment: fixed;
  background-color: #f4f7f4;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.website-layout h3 {
  margin-bottom: 26px;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  color: #1f333e;
  display: block;
}
.website-layout .body-container-wrapper ul.bulletlist2 li {
  background-image: url(//4010403.fs1.hubspotusercontent-na1.net/hubfs/4010403/raw_assets/public/DoradoSoftware_April2021/images/bullet-square-blue.png);
}
.website-layout .body-container-wrapper ul.no-list li {
  list-style: none;
  background: none;
  margin: 0;
  padding: 0;
}
.website-layout h4 {
  font-size: 28px;
  margin-top: 30px;
}
.website-form-lyt form {
  max-width: 100%;
  background: none;
  padding: 0;
  border: none;
}
.website-form-lyt form .hs-richtext {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 300;
  margin: 0;
}
.website-form-lyt form .hs-richtext p{
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  padding: 6px;
}
.website-form-lyt form fieldset .field.hs-form-field .input select.hs-input {
  border-color: #eaeaea;
  padding-left: 12px;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #7f7f7f;
  line-height: 20px;
  height: 38px;
  display: block;
  background-color: #fff;
  text-indent: 0.01px;
  -webkit-appearance: none;
  box-shadow: none;
}
.website-form-lyt form fieldset .field.hs-form-field .input select.hs-input:hover {
  background-color: #f3f3f3;
  border-color: #999999;
}
.website-form-lyt form fieldset {
  max-width: 100%;
}
.website-form-lyt form fieldset .field.hs-form-field {
  margin: 0;
  line-height: 24px;
  padding: 6px;
}
.website-form-lyt form fieldset .field.hs-form-field label {
  margin: 2px 0 0;
}
.website-form-lyt form fieldset .field.hs-form-field .input {
  margin: 0;
}
.website-form-lyt form fieldset .field.hs-form-field .input > .hs-input {
  margin: 0;
  width: 100% !important;
}
.website-form-lyt form fieldset .field.hs-form-field .input .hs-input::-webkit-input-placeholder {
  color: rgb(117, 117, 117);
}
form ul.inputs-list {
  margin: 0;
  padding: 0;
}
form ul.inputs-list li {
  background: none;
  padding: 0;
  margin: 0;
}
.website-layout ul.inputs-list.multi-container li.hs-form-checkbox {
  width: 50%;
  display: inline-block;
  padding: 6px 0 8px;
}
.website-form-lyt form fieldset .field.hs-form-field > label {
  font-weight: bold;
  color: #222222;
}
.website-form-lyt form fieldset .field.hs-form-field label input + span {
  font-size: 14px;
  color: #222222;
  font-weight: 300;
}
.website-form-lyt form .divider-group {
  line-height: 24px;
  padding: 6px;
  margin-top: 50px;
  position: relative;
  padding-left: 0rem;
  padding-right: 21px;
  float: left;
  width: 100%;
}
.website-form-lyt form .divider-group .c-content-divider {
  display: block;
  height: 1px;
  background: #5bdfff;
  margin: 20px 0;
  position: relative;
}
.website-form-lyt form .divider-group .c-content-divider i.icon-dot.c-square {
  color: #00a3e0;
  left: 50%;
  display: inline-block;
  position: absolute;
  width: 34px;
  height: 34px;
  text-align: center;
  top: -16px;
  font-size: 18px;
  vertical-align: middle;
  padding: 0;
  width: 14px;
  height: 14px;
  top: -6px;
  background: #00a3e0;
  border-radius: 0;
}
.website-form-lyt form .divider-group + p {
  padding-top: 3px;
  clear: both;
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin: 0 0 10px;
}
.website-form-lyt form .hs_recaptcha {
  padding: 0 6px;
}
.website-form-lyt form .grecaptcha-badge {
  margin: 0;
}
.website-form-lyt form .hs_submit.hs-submit {
  padding: 6px;
}
.website-form-lyt form input.hs-button.primary.large {
  margin-bottom: 10px;
  line-height: normal;
  width: 100%;
  transition:none;
}
.website-form-lyt form input.hs-button.primary.large:hover {
  color: #000;
}
ul.no-list.hs-error-msgs.inputs-list label {
  color: red;
}
.website-layout .dnd-section[class*="background-color"] {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.key-details .key-column p {
  background-image: url(//4010403.fs1.hubspotusercontent-na1.net/hubfs/4010403/raw_assets/public/DoradoSoftware_April2021/images/bullet-column-blue.png);
}
.products-layout .body-container .span3.widget-span {
  position: relative;
  padding-left: 0rem;
  padding-right: 0.9375rem;
  float: left;
  width: 25%;
  margin-left: 0;
}
.products-layout .body-container .span3 + .span3 + .span6.widget-span {
  position: relative;
  padding-left: 0rem;
  padding-right: 0.9375rem;
  margin-left: 8.33333%;
  width: 41.66667%;
}
.products-layout .two-col-content.equal-col .hs-col.col-right {
  float: left;
}
.website-layout .body-container table {
  background: #FFFFFF;
  margin-bottom: 1.25rem;
  border: solid 1px #DDDDDD;
  table-layout: auto;
  max-width: 500px;
  width: 100%;
}
.website-layout .body-container table td {
  padding: 0.5625rem 0.625rem;
  font-size: 0.875rem;
  color: #222222;
  text-align: left;
  display: table-cell;
  line-height: 1.125rem;
  border: 0;
}
.website-layout .body-container table p {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
}

/* Contact  */
.contact-row2 .span5 {
  width: 41.66667%;
  padding: 0;
}
.contact-row2 .span7 {
  width: 50%;
  margin-left: 8.33333%;
  padding-left: 0rem;
  padding-right: 0.9375rem;
  float: right;
}
.contact-row2 form {
  padding: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}
.contact-row2 form .hs-richtext h6 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
}
.contact-row2 form .hs-form-field {
  line-height: 24px;
  padding: 6px;
  font-size: 0.875rem;
  color: #222222;
  margin: 0;
}
.contact-row2 form .hs-richtext {
  margin: 0;
}
.contact-row2 form .hs_titles select {
  width: 150px;
  border-radius: 0;
  padding: 0.5rem;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  background-color: #fff;
  box-shadow: none;
  background-position: 97% center;
  border-color: #eaeaea;
  padding-left: 12px;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #7f7f7f;
  line-height: 20px;
  height: 38px;
  display: block;
  margin-bottom: 0;
}
.contact-row2 form .hs-input {
  margin-bottom: 0;
}
.contact-row2 form textarea.hs-input {
  min-height: 98px;
}
.contact-row2 form ul.inputs-list {
  line-height: 24px;
  padding: 0;
  margin: 0;
}
.contact-row2 form ul.inputs-list {
  padding: 0;
  margin: 0;
}
form ul.inputs-list li.hs-form-booleancheckbox {
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
}
.contact-row2 form .hs-richtext p {
  font-weight: normal;
  line-height: 1.5;
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  margin: 0 0 10px;
  display: block;
  padding: 6px;
}
.contact-row2 form .grecaptcha-badge {
  margin: 0;
}
.contact-row2 form .hs_submit {
  padding: 6px;
  margin-bottom: 1.25rem;
}
.contact-row2 form .hs_submit input.hs-button.primary.large {
  min-width: 137px;
  line-height: normal;
  transition: none;
}
.cruz-options {
  background-color: rgba(86, 86, 86, 1);
}

/* Home Page */

.home-banner-area .hs_cos_gallery_main button.slick-arrow:before {
  display: none;
}
.home-banner-area .hs_cos_gallery_main button.slick-prev.slick-arrow {
  background: url(//4010403.fs1.hubspotusercontent-na1.net/hubfs/4010403/raw_assets/public/DoradoSoftware_April2021/images/slider-left-arrow.png) no-repeat center;
  left: 0px;
  background-color: rgba(1,1,1,.30);
}
.home-banner-area .hs_cos_gallery_main button.slick-next.slick-arrow {
  background: url(//4010403.fs1.hubspotusercontent-na1.net/hubfs/4010403/raw_assets/public/DoradoSoftware_April2021/images/slider-right-arrow.png) no-repeat center;
  right: 0px;
  background-color: rgba(1,1,1,.30);
}
.home-banner-area .hs_cos_gallery_main button.slick-arrow {
  width: 49px;
  height: 49px;
  top: 60%;
  min-width: inherit;
  z-index: 9;
}
.home-banner-area .hs_cos_gallery .hs_cos_gallery_main {
  padding: 0;
  margin: 0;
}
.home-banner-area .hs_cos_gallery .hs_cos_gallery_main .slick-list {
  max-height: none;
}
.home-banner-area .hs_cos_gallery_main .hs_cos_gallery_slide.slick-slide {
  max-height: 780px;
  overflow: hidden;
  margin: 0;
}
.home-banner-area .hs_cos_gallery_main .slick-slide-inner-wrapper {
  display: block !important;
  position: static !important;
  margin: 0 !important;
}
.home-banner-area .hs_cos_gallery_main .slick-slide-inner-wrapper img {
  width: 100%;
}
.home-banner-area .hs_cos_gallery_main .slick-slide-inner-wrapper:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  background: rgba(25,25,25,0.2);
}
.home-banner-area .hs_cos_gallery_main .slick-slide-inner-wrapper .caption {
  width: 70%;
  height: auto;
  display: inline-block;
  position: absolute;
  bottom: 15%;
  z-index: 800;
  margin: 0px 0px 0px 15%;
  left: 0;
}
.home-banner-area .hs_cos_gallery_main .slick-slide-inner-wrapper .caption > span {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: block;
}
.home-banner-area .hs_cos_gallery_main .slick-slide-inner-wrapper .caption h1 {
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 66px;
  margin: 0;
  padding-bottom: 0px;
  text-shadow: 2px 2px 4px #074052;
  line-height: 70px;
  font-style: normal;
}
.home-banner-area .hs_cos_gallery_main .slick-slide-inner-wrapper .caption p {
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  text-align: left;
  color: #fff;
  font-weight: 300;
  font-size: 30px;
  max-width: 830px;
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px #074052;
}
.home-banner-area .hs_cos_gallery_main .slick-slide-inner-wrapper .caption a.button-border {
  width: 236px;
  text-align: center;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  padding: 5px 0px;
  border: 0px solid #fff;
  display: inline-block;
  margin: 0px 3px;
  background: #f4cf00;
  transition: background-color 300ms ease-out;
}
.home-banner-area .hs_cos_gallery_main .slick-slide-inner-wrapper .caption a.button-border:hover {
  color: #00a3e0;
  background: rgba(255, 255, 255, 0.9);
}
.home-banner-area .hs_cos_gallery_main .slick-slide-inner-wrapper .caption>span:after, 
.home-banner-area .hs_cos_gallery_main .slick-slide-inner-wrapper .caption>span:before {
  content: "";
  display: table;
  clear: both;
}
.home-banner-area .hs_cos_gallery_main ul.slick-dots {
  display: none !important;
}
.home-banner-area .hs_cos_gallery_main .slick-slide-inner-wrapper .caption a.button-border:after {
  content: "\f178";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.home-container2 .dnd-section[class*="background-image"] {
  background-size: auto !important;
  background-attachment: scroll;
  background-color: #f4f7f4;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.whats-new .news-item-content h5 {
  background-image: url(//4010403.fs1.hubspotusercontent-na1.net/hubfs/4010403/raw_assets/public/DoradoSoftware_April2021/images/news-yellow.png);
}
.leadin-color {
  color: #00a3e0;
}
.hs-home-page .custom-logo img.hs-image-widget {
  margin-bottom: 13px;
}
/* partner page */

.partner-row3 h2 {
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  padding-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 40px;
  margin-top: 0;
}
.partner-row4 .content-with-icon-box {
  margin-top: 70px;
}
.cruz-integrated-layout .two-col-equal .custom-col {
  position: relative;
  padding-left: 0rem;
  padding-right: 0.9375rem;
  float: left;
  width: 41.66667%;
}
.cruz-integrated-layout .two-col-equal .custom-spacer {
  position: relative;
  padding-left: 0rem;
  padding-right: 0.9375rem;
  float: left;
  width: 8.33333%;
}
.website-layout .cruz-integrated-row3 .widget-type-header h3,
.cruz-integrated-layout .two-col-equal .widget-type-header h3 {
  margin-bottom: 26px;
  margin-top: 17px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #1f333e;
  display: block;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 15px;
}
.cruz-integrated-row3 .product-card a.downloadlink {
  margin-bottom: 0;
}

.support-layout .two-col-equal {
  padding-bottom: 80px;
}
.support-layout .two-col-equal .heading-title h4.large {
  margin-top: 30px;
}

.support-layout .two-col-equal .custom-col .support-left .button-container {
  padding-top: 25px;
}
.support-row3 .heading-title h4.large {
  margin-top: 30px;
}
.home-banner-area {
  background: #000;
  margin-bottom: 30px;
}
.website-main-layout .body-container__website a[href*="mailto:"] {
  display: inline-block;
}
.website-layout ul ul.circle-list {
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.5;
  padding-left: 40px;
  list-style-type: circle;
}
.website-layout .body-container-wrapper ul ul.circle-list li {
  list-style-type: circle;
}
.website-layout .widget-type-header h3 {
  font-size: 28px;
  margin-bottom: 26px;
  margin-top: 25px;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 600;
  color: #1f333e;
  display: block;
}

.products-layout .two-col-content .hs-col.col-right {
  float: left;
}

.ucpe-solutions-layout .hs-row2 table {
  background: #FFFFFF;
  border: solid 1px #DDDDDD;
  table-layout: auto;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 1.25rem;
}
.ucpe-solutions-layout .hs-row2 table tr td {
  border: 0;
  padding: 0.5625rem 0.625rem;
  font-size: 0.875rem;
  color: #222222;
  text-align: left;
  display: table-cell;
  line-height: 1.125rem;
}
.ucpe-solutions-layout .hs-row2 table tr td + td {
  vertical-align: inherit;
  padding-top: 15px;
}
.ucpe-solutions-layout .hs-row2 table tr td p {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
}
.ucpe-solutions-layout .hs-row2 table tr td ul li {
  background: none;
  padding: 0;
  margin: 0;
}
.ucpe-solutions-layout .key-details .key-column {
  padding-left: 20px;
  background-image: url(//4010403.fs1.hubspotusercontent-na1.net/hubfs/4010403/raw_assets/public/DoradoSoftware_April2021/images/bullet-column-blue.png);
  background-repeat: no-repeat;
  background-position: 0px 7px;
  min-height: 1px;
  margin-bottom: 20px;
}
.ucpe-solutions-layout .key-details .key-column .key-row {
  margin: 0;
  padding: 0;
}
.ucpe-solutions-layout .key-details .key-column .key-row p {
  padding: 0;
  background: none;
}
.ucpe-solutions-layout .key-details .hs-item{
  margin-bottom: 0px;
}




@media only screen and (min-width: 768px){

  .website-main-layout .body-container-wrapper .span10 {
    width: 83.33333%;
  }
  .website-main-layout .body-container-wrapper .span2 {
    margin-left: 0;
    width: 16.66667%;
  }
  .home-container2 .dnd-section .span6,
  .website-form-lyt .body-container-wrapper .span6,
  .website-main-layout .body-container-wrapper .span6{
    width: 50%;
    margin-left: 0;
  }
  .partner-row2 .span6 + .span6 {
    float: right;
    margin-left: 8.33333%;
    width: 41.66667%;
  }
  .partner-row4 .span6 {
    width: 50%;
    margin-left: 0;
  }
  .support-layout .two-col-equal .custom-col {
    position: relative;
    padding-left: 0rem;
    padding-right: 0.9375rem;
    float: left;
    width: 41.66667%;
  }
  .support-layout .two-col-equal .col-2 {
    float: right;
    margin-left: 8.33333%;
  }
  .support-row3 .span6 {
    width: 50%;
    position: relative;
    padding-left: 0rem;
    padding-right: 0.9375rem;
  }
  .support-row3 .span6 + .span6 {
    float: right;
    position: relative;
    padding-left: 0rem;
    padding-right: 0.9375rem;
    margin-left: 8.33333%;
    width: 41.66667%;
  }
  .website-main-layout .body-container__website .span4 {
    width: 33.33333%;
  }
  .website-main-layout .body-container__website .span4 + .span8 {
    float: right;
    margin-left: 8.33333%;
    width: 58.33333%;
    padding-right: 15px;
  }
  
  .ucpe-solutions-layout .hs-row1 .span5 {
    width: 41.66667%;
  }
  .ucpe-solutions-layout .hs-row1 .span5 + .span7 {
    float: right;
    width: 50%;
    margin-left: 0;
  }
  .ucpe-solutions-layout .hs-row4 .span3 {
    width: 25%;
  }
  .ucpe-solutions-layout .hs-row4 .span3 + .span9 {
    float: right;
    width: 50%;
  }

}
@media (max-width: 1280px){
  .home-banner-area .hs_cos_gallery_main .slick-slide-inner-wrapper .caption h1 {
    font-size: 50px;
    line-height: 55px;
  }
  .home-banner-area .hs_cos_gallery_main .slick-slide-inner-wrapper .caption p {
    font-size: 30px;
    line-height: 33px;
  }
}

@media (max-width: 1024px){

  .website-form-lyt form .divider-group {
    padding-right: 6px;
  }
  .home-banner-area .hs_cos_gallery_main .slick-slide-inner-wrapper .caption h1 {
    font-size: 40px;
  }
  .home-banner-area .hs_cos_gallery_main .slick-slide-inner-wrapper .caption p {
    font-size: 24px;
  }
  .support-layout .two-col-equal {
    padding-bottom: 20px;
  }

}

@media (max-width: 991px){
  .home-banner-area .hs_cos_gallery_main .slick-slide-inner-wrapper .caption h1 {
    font-size: 44px;
    line-height: 50px;
  }
  .home-banner-area .hs_cos_gallery_main .slick-slide-inner-wrapper img {
    height: 550px;
    object-fit: cover;
  }
}
@media (max-width: 940px){
  .home-banner-area .hs_cos_gallery_main .slick-slide-inner-wrapper img {
    height: 500px;
  }
  .home-banner-area .hs_cos_gallery_main button.slick-arrow {
    top: 65%;
  }
}
@media (max-width: 800px) and (min-width: 768px){
  .website-main-layout .hs-banner-area .title h2 {
    padding-right: 0;
  }
}
@media (max-width: 799px){
  .home-banner-area .hs_cos_gallery_main .slick-slide-inner-wrapper img {
    height: 450px;
  }
  .home-banner-area .hs_cos_gallery_main .slick-slide-inner-wrapper .caption p {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  br.m-hide {
    display: none;
  }
  .products-layout .body-container .span3.widget-span {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: none;
  }
  .products-layout .body-container .span3+.span3+.span6.widget-span {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .contact-row2 .span5 {
    width: 100%;
  }
  .contact-row2 .span7 {
    width: 100%;
    margin: 0;
    padding: 0;
    float: none;
  }
  .partner-row3 h2 {
    font-size: 30px;
  }
  .cruz-integrated-layout .two-col-equal .custom-spacer,
  .cruz-integrated-layout .two-col-equal .custom-col {
    width: 100%;
    float: none;
    padding: 0;
  }
  .website-layout .cruz-integrated-row3 .widget-type-header h3,
  .cruz-integrated-layout .two-col-equal .widget-type-header h3 {
    font-size: 30px;
  }
  .cruz-integrated-layout .two-col-equal .custom-spacer {
    line-height: 1.5;
  }
  .website-layout ul.inputs-list.multi-container li.hs-form-checkbox {
    width: 100%;
    display: block;
    padding: 6px 0 8px;
  }
  .ucpe-solutions-layout .hs-row2 table tr td {
    display: block;
    width: 100%;
  }

}
@media (max-width: 641px){
  .home-banner-area .hs_cos_gallery_main .slick-slide-inner-wrapper .caption p {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .home-banner-area .hs_cos_gallery_main button.slick-arrow {
    display: none !important;
  }
}
@media (max-width: 599px){
  .home-banner-area .hs_cos_gallery_main .slick-slide-inner-wrapper .caption h1{
    font-size: 35px;
    line-height: 35px;
  }
  .home-banner-area .hs_cos_gallery_main .slick-slide-inner-wrapper .caption p {
    display: none;
  }
  .home-banner-area .hs_cos_gallery_main .slick-slide-inner-wrapper .caption a.button-border {
    margin-top: 10px;
  }
}
@media (max-width: 567px){
  .website-layout h3{
    font-size: 24px;
  }
  .website-layout h4{
    font-size: 22px;
  }
  .home-banner-area .hs_cos_gallery_main .slick-slide-inner-wrapper .caption h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 350px){
  .website-form-lyt .heading-title h4.medium {
    letter-spacing: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.no-banner-page header.header {
  position: static !important;
  float: none;
  min-height: 106.35px;
}
.no-banner-page header.header .header-top{
  background: skyblue;
}
.no-banner-page.fixed header.header .custom_header-bottom {
  background: #fff;
  z-index: 9;
}
.header .header-top {
  min-height: 46.95px;
}
.header {
  background-color: transparent;
}

.header__container {
  max-width: 1200px;
  margin: 0 auto;
}
header.header {
  float: left;
  width: 100%;
  position: absolute;
  z-index: 9999;
}
.header-top {
  padding: 9px 0px 8px 0px;
}
.header-top .page-center {
  padding-right: 13px;
}
.social-nav {
  width: auto;
  height: auto;
  float: right;
}
.fa-lg {
  font-size: 1.33333333em;
}
.head-account {
  width: auto;
  height: auto;
  float: right;
  padding: 0 15px 0 0;
}
.head-account ul {
  font-size: 1rem;
  line-height: 1.6;
}
.head-account ul li {
  width: auto;
  height: auto;
  float: left;
}
strong, b {
  font-weight: bold;
  line-height: inherit;
}
.head-account ul li a {
  color: #fff;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  padding: 0 8px;
  text-decoration: none;
}
.custom_header-bottom {
  background: #fff;
  padding: 0px 0px;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
  -webkit-box-shadow: 0px 6px 6px rgb(0 0 0 / 21%);
  box-shadow: 0px 6px 6px rgb(0 0 0 / 21%);
  position: relative;
  top: auto;
}
.custom_header-col.left {
  float: left;
  width: auto;
}
.custom-logo a {
  padding: 0;
  position: relative;
  display: block;
  height: 60px;
  text-align: center;
  line-height: 60px;
}
.custom-logo img.hs-image-widget {
  max-height: 100%;
  position: relative;
  top: 40%;
  transform: translateY(-50%);
  display: inline-block;
  vertical-align: middle;
  max-width: 180px !important;  
}
.custom_header-col.right {
  float: right;
  width: auto;
  margin-left: 0;
  margin-top: 0;
}
.custom-menu-primary {
  width: auto;
  float: left;
}
.custom_header-search {
  position: static;
  width: auto;
  margin-left:9.20px;
  vertical-align: top;
  display: inline-block;
}
.custom_header-search a.search-icon {
  color: #767676;
  padding: 0px 10px 5px 10px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: color 300ms, background-color 300ms, box-shadow 300ms, text-shadow 300ms, width 300ms, height 300ms, border-radius 300ms, margin 300ms, padding 300ms;
  transition: color 300ms, background-color 300ms, box-shadow 300ms, text-shadow 300ms, width 300ms, height 300ms, border-radius 300ms, margin 300ms, padding 300ms;
  font-size: 16px;
  text-decoration: none;
  display: block;
}
.custom_header-search .hs-search-field {
  left: 0;
  height: 50px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  text-align: left;
  top: 100%;
  position: absolute;
  display: none;
  z-index: 1;
  background: #fff;
  box-shadow: 4px 3px 6px 0px rgb(0 0 0 / 26%);
  width: 100%;
  right: 0;
}
.custom_header-search:hover .hs-search-field {
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-name: slideUpSmall;
  animation-name: slideUpSmall;
  z-index: 2;
  display: block;
}
@-webkit-keyframes slideUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes slideUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.custom_header-search .hs-search-field form {
  padding: 0;
  width: 100%;
  max-width: 100%;
  border: 0;
  background: transparent;
  margin: 0;
}
.custom_header-search .hs-search-field form input.hs-search-field__input {
  padding-left: 20px;
  padding-right: 50px;
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-weight: 100;
  font-family: inherit;
  min-height: 50px;
  border-radius: 0;
  background-color: #FFFFFF;
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  transition: all 0.15s linear;
  border: 0 none;
}
.custom_header-search .hs-search-field form button {
  text-align: center;
  -webkit-transition: color 300ms, background-color 300ms, box-shadow 300ms, text-shadow 300ms, width 300ms, height 300ms, border-radius 300ms, margin 300ms, padding 300ms;
  transition: color 300ms, background-color 300ms, box-shadow 300ms, text-shadow 300ms, width 300ms, height 300ms, border-radius 300ms, margin 300ms, padding 300ms;
  padding: 0;
  text-decoration: none;
  font-family: inherit;
  height: 50px;
  text-transform: uppercase;
  min-width: 137px;
  color: #FFF;
  border-radius: 0px;
  font-weight: 700;
  display: inline-block;
  font-size: 0;
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  line-height: 1;
  width: 50px;
  background-color: #00a3e0;
  border: 0;
  padding-top: 2px;
}
.custom_header-search .hs-search-field form button svg {
  display: none;
}
.custom_header-search .hs-search-field form button:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  line-height: 1;
}
.custom_header-search .hs-search-field form button:hover {
  color: #000;
}
.custom_header-search .hs-search-field form input.hs-search-field__input:focus {
  background: #fafafa;
  outline: none;
}
.banner-area .title {
  padding-top: 107px;
}
.mobile-view {
  display: none;
}
.mobile-trigger, .child-trigger {
  display: none;
}
.custom-mobile-group {
  display: none;
}
.fixed .custom_header-bottom {
  position: fixed;
  top: 0;
  width: 100%;
}
.navigation-primary .submenu li#Software > a {
  cursor: pointer;
}
.navigation-primary .submenu li#Software > a:hover {
  color: rgba(55, 53, 58, 1.0);
}

@media (min-width: 768px) and (max-width: 780px) {
  .custom_header-col.left {
    width: 160px;
  }
}

@media (max-width: 767px){
  .head-account ul li a {
    padding: 0 6px;
  }
  .head-account {
    padding-right: 10px;
  }
  .desktop-view {
    display: none;
  }
  .mobile-view {
    display: block;
  }
  .custom_header-col.left {
    padding-left: 20px;
  }
  .custom-logo a {
    display: flex;
    align-items: center;
  }
  .custom-logo img.hs-image-widget {
    min-height: 50px;
    width: 40px;
    vertical-align: baseline;
    transform: none;
    top: unset;
  }
  .custom-logo img.hs-image-widget {
    top: unset;
  }
  .custom_header-col.left .custom-logo img.hs-image-widget {
    margin-bottom: 0px !important;
  }
  .custom-menu-primary .child-trigger {
    width: 100%;
    text-align: right;
  }
  .mobile-trigger {
    display: block;
    position: absolute;
    float: right;
    right: 32.5px;
    top: 15px;
    color: #00a3e0;
    width: 24px;
    height: 28px;
    cursor: pointer;
  }
  .mobile-trigger .fa-2x {
    font-size: 28px;
  }
  .custom_header-col.right {
    display: none;
    overflow-y: scroll;
    height: 100%;
    min-height: 100vh;
    background: #ffffff;
    padding: 0;
    z-index: 999;
    font-family: "Open Sans", sans-serif;
    font-size: 12pt;
    color: #37353a;
    top: -5px;
    float: none;
    width: 100%;
  }
  .custom-mobile-group {
    height: 100%;
    overflow-y: auto;
    background: #fff;
    width: 100%;
  }
  .custom_logo.mobile {
    text-align: center;
    width: 100%;
    padding-top: 11px;
  }
  .custom_logo.mobile img.hs-image-widget {
    display: block;
    width: auto !important;
    text-align: center;
    max-width: 180px;
    margin: 0 auto;
    min-height: auto;
  }
  .custom_header-search:hover .hs-search-field {
    position: relative;
    display: none;
    animation: none;
    right: 0;
  }
  .custom_header-search.search-open .hs-search-field {
    -webkit-animation-duration: 400ms;
    animation-duration: 400ms;
    -webkit-animation-name: slideUpSmall;
    animation-name: slideUpSmall;
    z-index: 2;
    display: block;
    right: 0;
  }
  .custom_header-search .hs-search-field {
    position: relative;
    margin-bottom: 20px;
  }
  
  
  
}

@media (max-width: 479px){
  .social-nav {
    width: 100%;
    display: block;
    margin: 0 auto;
    float: none;
  }
  .head-account {
    width: 100%;
    text-align: center;
    padding-top: 8px;
  }
  .header-top .page-center {
    padding: 0 15px;
  }
  .head-account ul {
    width: auto;
    height: auto;
    margin: 0 auto;
    display: inline-block;
  }
  .header .header-top {
    min-height: 86.65px;
  }
  .no-banner-page header.header {
    min-height: 146.65px;
  }
  
  
  

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: transparent;
}
.footer__container {
  margin: 0 auto;
}
.form-group form {
  max-width: 100%;
  background: transparent;
  border: 0;
  padding: 0;
}
.form-group form label {
  margin: 0;
}
.form-group form ul.no-list.hs-error-msgs.inputs-list label {
  color: red;
}
.form-group form .hs-form-field {
  margin-bottom: 10px;
}
.footer-menu .hs-menu-wrapper > ul {
  justify-content: center;
  margin: 0;
}
.footer-menu .hs-menu-wrapper > ul > li {
  float: left;
  position: relative;
}
.footer-menu .hs-menu-wrapper > ul > li > a {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  float: left;
  padding: 20px 20px;
  text-align: center;
  white-space: nowrap;
  border-right: 1px solid #1F1F1F;
}
.footer__main {
  padding: 30px 0px 52px 0px;
  background-image: url(//4010403.fs1.hubspotusercontent-na1.net/hubfs/4010403/raw_assets/public/DoradoSoftware_April2021/images/photo-footer.png);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.footer__main .footer__container {
  padding: 0;
}
.footer-col {
  float: left;
  padding-right: 15px;
}
.footer-social {
  width: 25%;
}
.footer-button {
  width: 16.66667%;
}
.footer-button .hs-button, 
.footer-button .cta_button {
  text-decoration: none;
  border: 1px solid #7A7A7A;
  width: 96%;
  display: block;
  float: left;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 39px;
  margin-top: 55px;
  padding: 0;
  border-radius: 0;
  transition: none;
}
.footer-form {
  width: 41.66667%;
}
.form-group h3.form-title {
  font-weight: 700;
  margin-bottom: 32px;
  background: transparent;
  font-size: 16px;
  line-height: 1.3;
  text-rendering: optimizeLegibility;
  margin-top: 3.200px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0;
  text-transform: none;
}
.form-group {
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 305px;
}
.form-group form {
  max-width: 100%;
}
.form-group form .hs-input {
  transition: all 0.15s linear;
  margin: 0 0 10px;
  display: block;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
  border-style: solid;
  -webkit-appearance: none;
  border-radius: 0;
  font-family: 'Open Sans', sans-serif;
  width: 100%;
  background: rgba(232,232,232,0.00);
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom: 1px solid rgba(193,193,193,0.48);
  border-top: 0px;
  font-size: 15px;
  color: #F4F4F4;
  font-weight: 300;
  height: 40px;
  line-height: 40px;
  padding: 0px 12px;
  margin-bottom: 10px;
}
.form-group form .hs-input::-webkit-input-placeholder {
  color: rgb(117, 117, 117);
}
.form-group form .hs-richtext p {
  font-weight: normal;
  line-height: 1.5;
  font-size: 14px;
  color: #4d4d4d;
  cursor: pointer;
  margin-bottom: 10px;
}
.form-group form .grecaptcha-badge {
  margin: 0;
}
.form-group form .hs-button {
  cursor: pointer;
  border-radius: 0px;
  margin: 0px;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  min-width: 137px;
  width: 100%;
  height: 35px;
  float: right;
  background: none;
  color: #fff;
  border: 1px solid #7A7A7A;
  font-size: 15px;
  font-weight: 700;
  padding: 5px 16px;
  margin-top: 18px;
}
.footer-bottom {
  padding: 22px 0px 3px 0px;
  border-top: 4px solid #F4CF00;
}
.footer-bottom .footer__container {
  padding: 0;
}
.footer-bottom .footer__copyright {
  width: 100%;
  height: auto;
  text-align: center;
  padding-right: 15px;
}
.footer__copyright p {
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 20px;
}
.footer__copyright p a {
  font-weight: 300;
}
.footer-menu .hs-menu-wrapper>ul>li:last-child>a {
  border: 0;
}
.footer-top a.sidebutton:hover,
.footer__copyright p a:hover {
  text-decoration: none;
}

@media (min-width: 1024px) and (max-width: 1200px){
  .footer__main .footer__container {
    padding: 0 15px;
  }
}
@media (max-width: 1024px){
  .footer-col,
  .footer-bottom .footer__copyright{
    padding-right: 15px;
    padding-left: 15px;
  }
  .footer-button .hs-button,
  .footer-button .cta_button {
    min-width: auto;
  }
}

@media (max-width: 767px){
  .footer-social, 
  .footer-button, 
  .footer-form {
    width: 100%;
    margin: 15px 0;
  }
  .footer-button .hs-button,
  .footer-button .cta_button {
    margin-top: 15px;
  }
  .footer-menu .hs-menu-wrapper > ul > li {
    width: 100%;
  }
  .footer-menu .hs-menu-wrapper > ul > li:last-child > a,
  .footer-menu .hs-menu-wrapper > ul > li > a {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid black;
  }
  .footer-menu .hs-menu-wrapper > ul {
    max-width: 438.61px;
    margin: 0 auto;
  }
  .footer-top .try-it-today .column h2 {
    line-height: 1.4;
  }
}
@media (max-width: 640px){
  .footer__copyright p {
    width: 100%;
    margin-bottom: 16px;
  }
  .footer-bottom {
    text-align: center;
    padding: 20px 0;
  }
}
@media (max-width: 599px){
  .footer__copyright p {
    font-size: 18px;
  }
}
@media (max-width: 479px){
  .form-group form .hs-button {
    float: none;
  }
  .form-group {
    width: 100%;
    margin-bottom: 20px;
  }
  .form-group h3.form-title {
    text-align: center;
    margin-bottom: 16px;
    margin-top: 1px;
  }
  .footer-button .hs-button,
  .footer-button .cta_button {
    margin-bottom: 20px;
  }


}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 15px;
  margin: 0 auto;
}

.blog-header {
  background-color: transparent;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: transparent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}
.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #fff;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

/*             Blog Listing with Sidebar            */

.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
  display: flex;
}

.blog-index__post-inner-card {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  border-radius: 5px;
  background: #fff;
}

.blog-index__post-image {
  border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
  display: flex;
  flex-direction: column;
  padding: 24px 30px 30px 30px;
  height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
  text-decoration: none;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  transition: all .5s;
}

.blog-post__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  position: relative;
  top: 3px;
  padding-left: 10px;
}

.blog-post__read-more svg {
  width: 15px;
  height: auto;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
  display:flex;
}

@media screen and (min-width: 1000px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (max-width: 999px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/1);
  }
}

.blog-sidebar {
  padding-top: 3.9rem;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
}

.blog-sidebar ul {
  padding: 30px;
  margin: 0 0 40px 0;
  list-style: none;
  border-radius: 5px;
  background: #fff;
}

.blog-sidebar ul li {
  padding: 10px 0;
  border-top: 1px solid #dfddd9;
  font-weight: 600;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  padding-left: 2.3em;
  line-height: 24px;
  text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
  position: relative;
  width: 22px;
  float: left;
  content: counter(list-item);
  margin-right: 25px;
  font-size: 36px;
  font-weight: 600;
}

.blog-sidebar-post-listing li a {
  position: relative;
  top: -3px;
}

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    order: 1;
  }

  .hs-blog-listing .span9 {
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    visibility: visible;
    transition: all 1s;
    opacity: 1;
  }
}

/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
  margin-bottom: -110px;
  min-height: 300px;
  background-size: cover;
  border-radius: 5px;
  margin-top: 40px;
  background-position: center center;
}

.blog-post {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 84px 100px 80px 100px;
  background: #fff;
  border-radius: 5px;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}

.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media (max-width: 767px) {
  .blog-post {
    width: 90%;
    padding: 30px;
  }
}

/* Blog Comments */

.blog-comments {
  max-width: 100%;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
  flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}



.blog-main-container {
  padding: 20px 0 80px 0;
}
.blog-banner-area {
  width: 100%;
  height: 380px;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-size: cover;
  margin-bottom: 30px;
}
.blog-banner-area .title h2 {
  font-family: 'Open Sans Condensed', sans-serif;
  color: #FFFFFF;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  top: 180px;
  left: -30px;
  text-shadow: 2px 2px 4px #074052;
  padding: 0px 30px;
  display: inline-block;
}
.blog-banner-area .title {
  padding-top: 133px;
}
.blog-main-container .blog-main {
  position: relative;
  padding-left: 0rem;
  padding-right: 0.9375rem;
  float: left;
  width: 66.66667%;
}
.blog-main-container .blog-sidebar {
  float: right;
  margin-left: 8.33333%;
  width: 25%;
  position: relative;
  padding-left: 0rem;
  padding-right: 0.9375rem;
  padding-top: 0;
}
.blog-main-container .blog-main .inner-wrapper {
  margin-top: 70px;
  width: 100%;
  height: auto;
  float: left;
  background: #fff;
  min-height: 500px;
  padding: 0px 15px;
}
.blog-main .blog-item {
  margin-bottom: 30px;
}
.blog-main .blog-item .item-row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.blog-main .blog-feature-image {
  width: 25%;
  position: relative;
  padding-left: 0rem;
  padding-right: 0.9375rem;
  float: left;
}
.blog-main .blog-content {
  position: relative;
  padding-left: 0rem;
  padding-right: 0.9375rem;
  float: right;
  width: 75%;
  line-height: 1.5;
}
.blog-main .blog-content .heading {
  padding-left: 54px;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 700;
}
.blog-main .blog-content .news-text {
  padding-left: 54px;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 300;
}
.blog-main .blog-content .newslink2 a {
  width: 30%;
  font-weight: 600;
  font-size: 15px;
  padding: 4px 10px;
  letter-spacing: normal;
  display: inline-block;
  text-align: right;
  color: #00a3e0;
  margin-left: 70%;
}
.blog-main .blog-content .newslink2 a:hover {
  background-color: #00a3e0;
  color: #FFFFFF;
  border-color: #00a3e0;
}
.blog-main .divider-group {
  margin-bottom: 20px;
  margin-top: 20px;
  position: relative;
  padding-left: 0rem;
  padding-right: 0.9375rem;
  display: inline-block;
  width: 100%;
}
.c-content-divider {
  display: block;
  height: 1px;
  background: #5bdfff;
  margin: 20px 0;
  position: relative;
}
.c-content-divider > i {
  color: #00a3e0;
  left: 50%;
  display: inline-block;
  position: absolute;
  width: 34px;
  height: 34px;
  text-align: center;
  top: -16px;
  font-size: 18px;
  vertical-align: middle;
  padding: 0;
  width: 14px;
  height: 14px;
  top: -6px;
  background: #00a3e0;
  border-radius: 0;
}
.blog-main-container .blog-sidebar h2.topmarg50 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  color: #00a3e0;
  margin-top: 50px;
}
.blog-main .blog-post-tags h5 {
  font-weight: 700;
  padding-left: 40px;
  color: #00a3e0;
  background-image: url(//4010403.fs1.hubspotusercontent-na1.net/hubfs/4010403/raw_assets/public/DoradoSoftware_April2021/images/news-yellow.png);
  background-position: left 6px;
  background-repeat: no-repeat;
}
.blog-main-container .heading .leadin-bar {
  background-image: url(//4010403.fs1.hubspotusercontent-na1.net/hubfs/4010403/raw_assets/public/DoradoSoftware_April2021/images/page-leadin.gif);
  background-repeat: no-repeat;
  background-position: left top;
  height: 40px;
  width: 10px;
  position: relative;
  left: -30px;
  top: 54px;
}
.blog-main-container .heading .leadin {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 40px;
  width: 83.33333%;
  line-height: 1.5;
}
.blog-two-col .blog-left {
  position: relative;
  padding-left: 0rem;
  padding-right: 0.9375rem;
  float: left;
  width: 58.33333%;
  line-height: 1.5;
}
.blog-two-col .blog-left p {
  line-height: 1.6;
}
.blog-two-col .post-image {
  margin-left: 8.33333%;
  width: 33.33333%;
  position: relative;
  padding-left: 0rem;
  padding-right: 0.9375rem;
  float: left;
}
span.date {
    font-size: 16px;
}
.divider-group {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 0rem;
  padding-right: 0.9375rem;
  display: inline-block;
  width: 100%;
}
.blog-main-container .blog-sidebar .cm-recent-blog-wrapper {
  padding-top: 30px;
}
.blog-main-container .blog-sidebar .cm-recent-blog-wrapper h2 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  color: #00a3e0;
}
.blog-main-container .blog-sidebar .cm-recent-blog-wrapper h2 a {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  color: #00a3e0;
}
.blog-main-container .blog-sidebar .cm-recent-blog-wrapper h2 a:hover {
  color: #000;
}
.blog-main-container .blog-sidebar .cm-recent-blog-wrapper span {
  font-size: 15px;
  color: #6d6d6d;
  margin-bottom: 15px;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.blog-main-container .blog-sidebar .cm-recent-blog-wrapper p {
  font-size: 15px;
  color: #606060;
}
.blog-main-container .blog-sidebar .cm-recent-blog-wrapper p a {
  font-size: 15px;
  color: #339933;
  padding: 0 5px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
}
.blog-main-container .blog-sidebar .cm-recent-blog-wrapper .divider-group {
  margin: 0;
}
.blogsidetext {
  line-height: 1.5;
}


/* Blog Layout */

.blog-layout .blog-main .blog-item {
  margin-bottom: 0;
}
.blog-layout .blog-main .divider-group {
  margin: 0;
}
.blog-layout .blog-main .blog-item {
  margin-bottom: 0;
  margin-top: 30px;
}
.blog-main-container.blog-layout .blog-main .inner-wrapper {
  padding: 0;
  margin-top: 0;
}
.blog-layout .blog-main .blog-content {
  width: 66.66667%;
  margin-left: 8.33333%;
  line-height: 1.5;
}
.blog-layout .blog-main .divider-group + .blog-item {
  margin-top: 22px;
}
.blog-layout .blog-main .blog-content h2 a {
  font-size: 28px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}
.blog-layout .blog-main .blog-content > span {
  font-size: 15px;
  color: #6d6d6d;
  margin-bottom: 15px;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.blog-layout .blog-main .blog-content p {
  font-size: 15px;
  color: #606060;
}
.blog-layout .blog-main .blog-content p a {
  font-size: 15px;
  color: #339933;
  padding: 0 5px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
}
.blog-layout .blog-sidebar .cm-recent-blog-wrapper {
  padding-top: 0;
}
.blog-layout .blog-sidebar .cm-recent-blog-wrapper .homenewsbody {
  text-transform: none;
  letter-spacing: normal;
  font-weight: 700;
}
.blog-layout .blog-sidebar .cm-recent-blog-wrapper .homenewslink2 {
    text-align: right;
}
.blog-layout .blog-sidebar .cm-recent-blog-wrapper .homenewslink2 a {
  width: 90%;
  font-weight: 600;
  font-size: 15px;
  padding: 4px 10px;
  letter-spacing: normal;
  display: inline-block;
  text-align: right;
  color: #00a3e0;
  margin-left: 10%;
  margin-top: 10px;
}
.blog-layout .blog-sidebar .cm-recent-blog-wrapper .homenewslink2 a:hover {
  background-color: #00a3e0;
  color: #FFFFFF;
  border-color: #00a3e0;
}
.blog-layout .blog-sidebar .cm-recent-blog-wrapper .blog-row {
  margin-bottom: 30px;
}
.blog-layout .heading {
  margin-top: 20px;
}
.blog-layout .post-details {
  color: #888;
  font-size: 11px;
  margin: 0 0 18px;
  margin-top: 10px;
}
.blog-layout .blog-two-col {
  padding-right: 30px;
}
.blog-layout .blog-two-col ul {
  font-size: 1rem;
  line-height: 1.6;
}
.blog-layout .blog-two-col ul li {
  margin-bottom: 12px;
  background-image: url(//4010403.fs1.hubspotusercontent-na1.net/hubfs/4010403/raw_assets/public/DoradoSoftware_April2021/images/bullet-square-blue.png);
  background-repeat: no-repeat;
  padding-left: 25px;
  background-position: left 7px;
}
.blog-two-col .blog-left p a {
  font-family: inherit;
}










@media (max-width: 1200px){
  .blog-main-container .page-center {
    padding: 0 15px;
  }
  .blog-main-container .blog-sidebar {
    padding-right: 0;
  }
  .blog-main-container .heading {
    padding-left: 30px;
  }
}
@media (max-width: 1024px){

  .blog-banner-area {
    height: 250px;
  }
  .blog-banner-area .title h2 {
    left: -10px;
    font-size: 40px;
    top: 50px;
  }
  .blog-main-container .blog-main {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: none;
  }

  .blog-main-container .blog-sidebar {
    float: none;
    width: 100%;
    margin-left: 0;
    padding: 0 15px;
  }
  .blog-main-container {
    padding: 0px 0 20px 0;
  }
  .blog-two-col .post-image,
  .blog-two-col .blog-left {
    width: 100%;
    float: none;
    padding: 0;
    margin-left: 0;
  }
  .blog-main-container .blog-main .inner-wrapper {
    padding: 0;
  }
  .blog-main .blog-feature-image {
    padding: 0 15px;
  }
  .blog-main .blog-content {
    padding: 0 15px;
  }
  .blog-main-container .blog-sidebar {
    padding: 0;
  }
  .blog-main-container .heading {
    padding-left: 30px;
  }
  
  
  
}

@media (max-width: 767px){
  .blog-banner-area {
    height: 300px;
  }
  .blog-banner-area .title h2 {
    font-size: 30px;
    top: 20px;
  }
  .blog-main .blog-item .item-row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .blog-main .blog-feature-image, 
  .blog-main .blog-content {
    width: 100%;
    float: none;
    padding: 0 15px;
  }
  .blog-main .blog-content .newslink2 a {
    width: 100%;
    font-weight: 600;
    font-size: 15px;
    padding: 4px 10px;
    letter-spacing: normal;
    display: inline-block;
    text-align: right;
    color: #00a3e0;
    margin-left: 0;
  }
  .blog-main-container .heading .leadin {
    font-size: 30px;
  }
  .blog-layout.blog-post-layout.blog-main-container .page-center {
    padding: 0 45px;
  }
  .blog-layout.blog-main-container .blog-main {
    padding: 0;
  }
  .blog-layout .blog-main .blog-content {
    width: 100%;
    margin-left: 0;
    padding: 20px 30px;
  }
  
  
  
}

@media (max-width: 599px){
  .blog-layout .blog-main .blog-content p {
    font-size: 18px;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
form#email-prefs-form {
  max-width: 100%;
}

ul.no-list.hs-error-msgs {
  padding-left: 0;
  margin-left: 0;
}
.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
  position: absolute;
  background: #fff;
  width: 100%;
  z-index: 9;
}
li#results-for, .hs-search-field__suggestions li a {
  padding: 5px 10px;
}


.error404-layout {
  padding: 20px 0 80px 0;
}
.error404-layout .system-error-message {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  color: #666;
  margin: 18px;
  padding: 15px;
  line-height: 1.5;
}
.error404-layout .system-error-message h1 {
  color: #000;
  margin: 0 0 18px 0;
  font-family: 'Open Sans', sans-serif;
}
.error404-layout .system-error-message ul {
  font-size: 1rem;
  line-height: 1.6;
}
.error404-layout .system-error-message p {
  line-height: 1.6;
  margin-bottom: 1.25rem;
}
.body-container-wrapper ul.no-list li {
  margin: 0;
  padding: 0;
  background: none;
}
form#email-prefs-form {
  max-width: 700px !important;
}




@media (max-width: 1024px){
  .error404-layout {
    padding: 1px 0 20px 0;
  }
}
@media (max-width: 767px) and (min-width: 0){
  .systems-page .success {
    min-width: 100%;
  }
  input.email-edit.hs-input {
    width: 100% !important;
  }
  form#email-prefs-form {
    max-width: 100% !important;
  }

  
}
@media (max-width: 500px) and (min-width: 0){
  form#email-prefs-form h1 {
    font-size: 25px;
  }
  form#email-prefs-form h2 {
    font-size: 20px;
  }
  
  
}