/* ******************************************************************************
*********************************************************************************
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;
  max-width: 100%;
}

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

.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-family: 'entypo';
  src: url("https://19490865.fs1.hubspotusercontent-na1.net/hubfs/19490865/CAM_March2021/font/entypo.eot") format("embedded-opentype"),
    url(https://19490865.fs1.hubspotusercontent-na1.net/hubfs/19490865/raw_assets/public/CAM_March2021/fonts/entypo.ttf) format("truetype"),
    url(https://19490865.fs1.hubspotusercontent-na1.net/hubfs/19490865/raw_assets/public/CAM_March2021/fonts/entypo.woff) format("woff");
  font-weight: normal;
  font-style: normal
}
@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("https://19490865.fs1.hubspotusercontent-na1.net/hubfs/19490865/CAM_March2021/fonts/fontawesome-webfont.eot") format("embedded-opentype"),
    url(https://19490865.fs1.hubspotusercontent-na1.net/hubfs/19490865/raw_assets/public/CAM_March2021/fonts/fontawesome-webfont.ttf) format("truetype"),
    url(https://19490865.fs1.hubspotusercontent-na1.net/hubfs/19490865/raw_assets/public/CAM_March2021/fonts/fontawesome-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal
}
@font-face {
  font-family: Genericons;
  src: url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"), url("https://buildwithcam.com/wp-content/themes/catalyst/genericons/Genericons.ttf") format("truetype"), url("https://buildwithcam.com/wp-content/themes/catalyst/genericons/Genericons.svg#Genericons") format("svg");
  font-style: normal;
  font-weight: 400;
}

body {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  color: #222222;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
/*   background: #f9f9f9; */
}

p {
  margin-top: 0;
  margin-bottom: 22px;
  font-family: Open Sans, sans-serif;
}

/* Anchor Links */
a {
  color: #ec1d25;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}
::-moz-selection {
  background: #ec1d25;
  color: #fff;
}
::selection {
  background: #ec1d25;
  color: #fff;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 22px;
  line-height: 1.25;
  font-weight: 700;
  font-family: Open Sans, sans-serif;
  color: #000000;
  word-break: break-word;
}

h1 {
  font-size: 58px;
  letter-spacing: -2px;
  line-height: 1.25;
}

h2 {
  font-size: 46px;
  letter-spacing: -1px;
}

h3 {
  font-size: 34px;
  letter-spacing: -1px;
}

h4 {
  font-size: 26px;
  letter-spacing: -1px;
  line-height: 1.5;
}

h5 {
  font-size: 18px;
  letter-spacing: -1px;
  line-height: 1.2;
}

h6 {
  font-size: 14px;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin: 0 0 22px 15px;
}

ul li,
ol li {}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  font-family: georgia;
  font-size: 24px;
  font-weight: 400;
  color: #000;
  padding: 30px;
  background: #fff;
  box-shadow: rgb(0 0 0 / 10%) 0 1px 2px;
  margin: 0 0 22px;
  position: relative;
  font-style: italic;
}

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

[class*=" entypo-"]:before,[class^=entypo-]:before {
  font-family: entypo;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-left: .2em
}

main.body-container-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

h3.form-title {
  padding: 5px 10px;
  margin-bottom: 0px;
}
form {
  border: 1px solid transparent;
  padding: 10px;
  font-family: Open Sans, sans-serif;
  max-width: 500px;
}
.hs-button {
  margin: 15px 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: normal;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  border-radius: 6px;
  border: 1px solid transparent;
  font-size: 1em;
  padding: 10px 15px;
  text-decoration: none !important;
  outline: none;
  white-space: normal;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
}

.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 {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  margin: 0 0 4px;
  color: #33475b;
}
.hs-form .hs-error-msgs label {
  padding: 3px 0;
  line-height: 1.5;
  color: #cc0000 !important;
}

.hs-form-required {
  font-weight: 400;
  margin-left: 4px;
}
ul.no-list.hs-error-msgs.inputs-list li {
  line-height: normal;
}
ul.no-list.hs-error-msgs.inputs-list li label {
  display: block;
}

input#hs-pwd-widget-password,
.hs-input {
  display: inline-block;
  width: 100%;
  padding: 6px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
  min-height: 38px;
  background-color: #ffffff;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  outline: none;
  color: #33475b;
  font-family: Open Sans, sans-serif;
}
input.email-edit.hs-input {
  width: 100% !important;
}
input#hs-pwd-widget-password {
  height: 100% !important; 
}

@media(max-width: 767px) {
  form {
    max-width: 100%;
    margin-bottom: 15px;
  }
}

.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 {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

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: #cc0000;
}
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: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 18px;
  color: #222222;
}
.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: Open Sans, sans-serif;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.home_page {}
div#parallax_1,
.parallax-mirror {
  z-index: auto !important;
}
.acc_active .parallax-mirror {
  z-index: -100;
}
.workers_comp_insu .cm-fullwidth-sec {
  position: relative;
}

 
.home_page .dnd-section {
  padding-bottom: 6px;
  padding-top: 25px;
}
.home_page .dnd-section[class*=full-width-section] .widget-type-cell {
  padding-left: 30px;
  padding-right: 30px;
}
.home_page .widget-type-header h1 {
  color: #fff;
  line-height: 1;
  margin-bottom: 25px;
} 
.hs_home_row2_grp {
  display: flex;
  flex-wrap: wrap;
  background-color: #F9F9F9;
}

.hs_home_row2r .hs-responsive-embed {
  max-width: 100% !important;
}
.hs_home_row2r .dnd-section .widget-type-cell {
  padding-left: 3px;
  padding-right: 15px;
}

.hs_home_row5_grp {
  background-color: #414042;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.hs_home_row5_grp>div {
  width: 100%;
}


.hs_home_row5_grp .dnd-section {
  padding: 0;
}

.hs_home_row5_grp .dnd-section .span7.widget-span {
  padding: 0;
  width: 60%;
}

.hs_home_row5_grp .dnd-section .span5.widget-span {
  width: 40%;
  padding: 30px;
  margin: 0;
}


.hs_home_row5l, 
.hs_home_row5r {
  padding: 0;
}

.hs_home_row5l .dnd-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  padding: 30px;
  position: relative; 
}
.hs_home_row5l .dnd-section:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: linear-gradient(to bottom,transparent,rgba(10,10,10,0.18));
  transition: .4s ease;
}
.hs_home_row5l .dnd-section:hover:before {
  opacity: 1;
}
.hs_home_row5l .dnd-section .widget-type-cell {
  padding: 0;
  padding-top: 80px;
  padding-bottom: 20vh;
  position: relative;
}
.hs_home_row5l h2 {
  color: #fff;
  line-height: 1;
  font-size: 58px;
  letter-spacing: -2px;
  margin-top: 100px;
  margin-bottom: 39px;
}
.hs_home_row5l h2 a {
  color: inherit;
  text-decoration: none;
}
.hs_home_row5l a.hs-button {
  margin: 0;
  text-transform: uppercase;
  padding: 0 18px;
  line-height: 46px;
  letter-spacing: 1px;
  border-radius: 3px;
  color: #444;
  font-size: 14px;
  border: 3px solid #fff;
  min-height: 1px;
  font-weight: 700;
  background-color: #e5e5e5;
  max-height: 46px;
}


.hs_home_row5r .dnd-section {
  padding: 30px;
  position: relative;
}
.hs_home_row5r .dnd-section .widget-type-cell {
  padding: 0;
}
.hs_home_row5r h2 {
  color: #fff;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 58px;
  letter-spacing: -2px;
}


.hs_home_row5r table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px !important;
  margin: 0 0 1.6em;
  table-layout: fixed;
  width: 100%;
}
.hs_home_row5r table, 
.hs_home_row5r table td, 
.hs_home_row5r table th {
  border: 1px solid #ddd;
}

.hs_home_row5r table td,
.hs_home_row5r table th {
  font-weight: 400;
  padding: .4em;
  text-align: left;
  border-width: 0 1px 1px 0;
  background-color: transparent;
  color: #fff;
  vertical-align: middle;
}
.hs_home_row5r table th {
  font-weight: 700;
}
.hs_home_row5r table th:first-child {
  width: 25%;
}
.hs_home_row5r a.hs-button {
  margin: 0;
  text-transform: uppercase;
  padding: 0 18px;
  line-height: 46px;
  letter-spacing: 1px;
  border: 0;
  border-radius: 3px;
}

.hs_home_row3_grp .cm-bottom-pane-wrp {
  background-position: top center;
}
.hs_home_row3_grp .bottom-pane-title h2 {
  color: #fff;
  line-height: 1;
  margin-bottom: 25px;
}
.hs_home_row3_grp .bottom-pane-title h2 a {
  color: inherit;
  text-decoration: none;
}
.hs_home_row3_grp .cm-bottom-pane-wrp .builder-bg-overlay {
  background-color: transparent;
  background: linear-gradient(to bottom,transparent,rgba(10,10,10,0.25));
  opacity: 0;
}
.hs_home_row3_grp .cm-bottom-pane-wrp:hover .builder-bg-overlay {
  opacity: 1;
}



.const_buyers_banner .slide_items .slide_inner {
  padding-top: 19vh;
}
.const_buyers_page {}
.const_buyers_page .dnd-section[class*=full-width-section]{
  padding-top: 50px;
  padding-bottom: 50px;
}
.const_buyers_page .widget-type-header h3 {
  color: #fff;
  text-align: center;
}
.const_buyers_page .hs_home_row2_grp .page-center {
  padding: 0 20px;
}
.const_buyers_page .hs_home_row2_grp .hs_home_row2_inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px; 
}
.hs_home_row2_inner .dnd-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.hs_home_row2_inner .dnd-section .widget-type-cell {
  padding: 0;
}
.hs_home_row2_inner a.hs-button {
  margin: 0;
  text-transform: uppercase;
  padding: 0 18px;
  min-height: 46px;
  line-height: 46px;
  letter-spacing: 1px;
  border-radius: 3px;
  border: 0;
}

.hs_home_row4_grp .page-center {
  padding: 50px 20px;
}
.hs_home_row4_inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px; 
}
.hs_home_row4_inner .dnd-section {
  padding-top: 0;
  padding-bottom: 0;
}
.hs_home_row4l, 
.hs_home_row4r {
  width: 50%;
  padding: 0 15px;
}
.hs_home_row4_inner .dnd-section .widget-type-cell {
  padding: 0;
}
.const_buyers_page .hs_home_row4_grp {
  background-color: #F9F9F9;
}
.hs_home_row4_inner blockquote {
  border: 3px;
  border-style: solid;
  border-color: #FF0000;
  padding: 1em;
  margin: 0 0 22px;
  font-style: normal;
  font-size: 18px;
  background-color: transparent;
}
.hs_home_row4_inner blockquote p {
  margin: 0;
}


.const_buyers_page .hs_home_row5_grp {
  background-color: transparent;
}
.hs_home_row5 {
  width: 100%;
}
.hs_home_row5 .dnd-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #F9F9F9;
}
.hs_home_row5 .cm-bottom-pane-wrp h3 {
  color: #fff;
}
.hs_home_row5 .cm-bottom-pane-wrp h3 a {
  color: inherit;
  text-decoration: none;
}
.hs_home_row5 form {
  margin: 0;
  padding: 0;
  border: 0;
  max-width: 100%;
}
.hs_home_row5 form>fieldset {
  max-width: 100%;
}
.hs_home_row5 form .field {
  margin-bottom: 14px;
}
.hs_home_row5 form .hs-richtext {
  padding-bottom: 7px;
}
.hs_home_row5 form .hs-richtext p {
  line-height: 1.5;
}
.hs_home_row5 form .field>.input {
  margin: 0 !important;
}
.hs_home_row5 form .field>.input>ul.inputs-list.multi-container {
  margin: 0;
  padding: 0;
}
.hs_home_row5 form .field>.input>ul.inputs-list[role="checkbox"] {
  margin: 6px 0 0;
}
.hs_home_row5 form .hs_i_would_classify_my_company_as_ .input>ul.inputs-list[role="checkbox"] {
  margin: 0;
  padding: 0;
}
.hs_home_row5 form .field>.input>ul.inputs-list[role="checkbox"]>li {
  margin-top: 0;
  padding: 7px 0;
  line-height: 1.5 !important;
}
.hs_home_row5 form .hs_i_would_classify_my_company_as_ .input>ul.inputs-list[role="checkbox"]>li {
  display: inline-block;
  margin-right: 20px;
  margin-top: 0;
  width: auto;
  padding-bottom: 10px;
  padding-top: 0;
}
.hs_home_row5 form .field>.input>ul.inputs-list[role="checkbox"]>li label {
  margin: 0;
  display: flex;
  align-items: center;
}

.hs_home_row5 form .field>.input>ul.inputs-list[role="checkbox"]>li label input {
  background-color: #fff;
  width: 14px;
  height: 14px;
  margin: 0 10px 0 3px;
  display: inline-block;
  vertical-align: baseline;
}
.hs_home_row5 form>fieldset.form-columns-2 {
  max-width: 60%;
}
.hs_home_row5 form>fieldset.form-columns-2>.field legend.hs-field-desc {
  order: 2;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  margin: 4px 0 0;
}
.hs_home_row5 form>fieldset.form-columns-2>.field {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.hs_home_row5 form>fieldset.form-columns-2>.field+.field {
  margin-left: 4%;
  margin-top: 3%;
}
.hs_home_row5 form .field>.input {
  max-width: 60%;
}
.hs_home_row5 form>fieldset.form-columns-2>.field .input,
.hs_home_row5 form .hs_i_would_classify_my_company_as_ .input {
  max-width: 100%;
}

.hs_home_row5 form input.hs-button.primary.large {
  margin: 3px 0 0;
}


.const_buyers_page .hs_home_row5 h2 {
  font-size: 58px;
  letter-spacing: -2px;
  padding-top: 23px;
}
.hs_home_row5 .hs-responsive-embed {
  max-width: 100% !important;
  margin-bottom: 22px !important;
}
.hs_home_row5 iframe {
  max-width: 100%;
  max-height: 457px;
}



.archived_cam_banner .banner-area-wrp {
  padding-bottom: 50px;
}
.archived_cam_banner .banner-area-wrp h1 {
  margin-bottom: 25px;
}
.archived_cam_banner .banner-area-wrp h3 {
  color: #fff;
}
.archived_cam_row1_grp {
  background-color: #F9F9F9;
}
.archived_cam_row1 .dnd-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.archived_cam_row1_grp a.hs-button {
  height: 56px;
  line-height: 56px;
  padding: 0 22px;
  margin: 0;
  border: 3px solid rgba(255,255,255,1);
  text-transform: uppercase;
  font-size: 14px;
  color: #444;
  background: #e5e5e5;
  font-weight: 600;
  letter-spacing: 1px;
}


.gov_affairs_committee_page {
  background: #f9f9f9;
}

.gov_affairs_committee_page .cm-fullwidth-sec .dnd-section {
  border-bottom: 1px solid #c6c6c6;
}
.gov_affairs_committee_r2 .dnd-section {
  background-position: center center;
  background-attachment: fixed;
  background-size: cover; 
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.gov_affairs_committee_r3 .dnd-section {
  padding: 0;
}
.gov_affairs_committee_r3 .dnd-section .widget-type-rich_text {
  padding: 110px;
  font-weight: 400;
  font-size: 21px;
}

.gov_affairs_committee_r3 form {
  padding: 50px 0;
  border: 0;
  max-width: 750px;
  margin: 0 auto;
}
.gov_affairs_committee_r3 form>fieldset {
  max-width: 100%;
}
.gov_affairs_committee_r3 form .field {
  margin-bottom: 20px;
}
.gov_affairs_committee_r3 form .field>label {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
}
.gov_affairs_committee_r3 form .field>label span.hs-form-required {
  color: inherit;
  margin-left: 0;
}
.gov_affairs_committee_r3 form .field textarea.hs-input,
.gov_affairs_committee_r3 form .field input.hs-input {
  box-shadow: inset rgb(0 0 0 / 5%) 1px 1px 1px;
  padding: 10px;
  line-height: normal;
}
.gov_affairs_committee_r3 form .field textarea.hs-input {
  min-height: 74px;
}
.gov_affairs_committee_r3 form .field.hs_message {
  margin-bottom: 12px;
}
.gov_affairs_committee_r3 form input.hs-button.primary.large {
  margin: 0;
  background: #ec1d25;
  background: -webkit-linear-gradient(#ec1d25, #ed5a5f);
  background: linear-gradient(#ec1d25, #ed5a5f);
  color: #fff;
  border: 0;
  border-radius: 3px;
  padding: 15px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}


.gov_contacts_page {}

.consulting_row1 .dnd-section,
.gov_contacts_row1 .dnd-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.consulting_row1 .dnd-section>.row-fluid,
.gov_contacts_row1_grp .dnd-section>.row-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
.consulting_row1 .dnd-section h3 a,
.consulting_row1 .dnd-section h2 a,
.gov_contacts_row1_grp .dnd-section h2 a {
  color: inherit;
  text-decoration: none;
}


.consulting_row1 .dnd-section[class*="force-full"]>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.consulting_row1 .dnd-section .span6.widget-span {
  width: 100%;
  margin: 0;
  float: none;
}
.consulting_row1 .hs-bgimage-with-content-wrp {
  background-attachment: fixed;
}
.consulting_page a.hs-button {
  margin: 0;
  color: #444;
  background: #e5e5e5;
  border: 3px solid rgba(255,255,255,1);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 46px;
  padding: 0 18px;
  max-height: 46px;
}




.hs_contact_row1 .dnd-section {
  padding-top: 69px;
  padding-bottom: 0;
}
.hs_contact_row1 h2 {
  margin: 0;
}

.hs_contact_row2_grp {
  position: relative;
  background-color: #f9f9f9;
  padding-top: 10px;
}
.hs_contact_row2_grp .hs_contact_row2_inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -22.5px;
}
.hs_contact_row2_grp .hs_contact_row2_inner>div {
  padding: 0 22.5px;
}
.hs_contact_row2_grp .hs_contact_row2l {
  width: 66.66%;
}
.hs_contact_row2_grp .hs_contact_row2r {
  width: 33.33%;
}
.hs_contact_row2_grp .dnd-section {
  padding-top: 65px;
  padding-bottom: 60px;
}
.hs_contact_row2l form {
  padding: 0;
  margin: 0;
  border: 0;
  max-width: 100%;
}
.hs_contact_row2l form>fieldset {
  max-width: 100%;
}
.hs_contact_row2l .dnd-section .widget-type-cell {
  padding-right: 8px;
}
.hs_contact_row2l form .form-columns-2>.field {
  width: 48% !important;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.hs_contact_row2l form .form-columns-2>.field+.field {
  margin-left: 4%;
}
.hs_contact_row2l form .form-columns-2>.hs_lastname.field>label {
  min-height: 20px;
}
.hs_contact_row2l form .form-columns-2>.field legend.hs-field-desc {
  order: 5;
}
.hs_contact_row2l form .form-columns-2>.field>.input {
  margin: 0;
}
.hs_contact_row2l form>fieldset.form-columns-2>.field legend.hs-field-desc {
  order: 2;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  margin: 4px 0 0;
}
.hs_contact_row2l form textarea {
  min-height: 120px;
}
.hs_contact_row2_grp .hs_contact_row2r {
  padding-left: 0 !important;
  padding-top: 13px !important;
  margin-left: -5px;
}
.hs_contact_row2_grp .hs_recaptcha .grecaptcha-badge {
  margin: 0;
}
.hs_contact_row3 .bottom-pane-title * {
  color: #fff;
}
.hs_contact_row3 .bottom-pane-title a {
  text-decoration: none;
}
.hs_contact_row3 .bottom-pane-title h4 {
  margin-top: 24px;
  margin-bottom: 46px;
}
.hs_contact_row3 .cm-bottom-pane-wrp .bottom-pane-btn a:before {
  content: '\e8d1';
  font-family: entypo;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}

.hs_contact_row3 .hs-bgimage-with-content-wrp .page-center {
  max-width: 99%;
}
.hs_contact_row3 .hs-bgimage-with-content-text img {
  display: block;
  height: 100%;
}
.hs_contact_row4 .banner_w_parallax .parallax-window {
  max-height: 474px;
}
.hs_contact_row4 .banner_w_parallax.hs_video .popup_inner_wrap {
  display: none;
}


.reg_can_row1 a.hs-button {
  color: #444;
  background: #e5e5e5;
  height: 56px;
  line-height: 56px;
  padding: 0 22px;
  border: 3px solid #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 0 0 6px;
}

.reg_can_row2 .dnd-section {
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
.reg_can_row2 .instructions_wrap .hs_inner_wrap {
  padding: 122px;
}
.reg_can_row2 .instructions_wrap .instructions_content p {
  margin: 0px;
  color: #fff;
}


.cam_magazine_r1 .dnd-section {
  padding-top: 84px;
  padding-bottom: 87px;
}
.cam_magazine_r1 .dnd-section h4 a {
  color: inherit;
  text-decoration: none;
}

.cam_magazine_r2 .dnd-section {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.cam_magazine_r2 .dnd-section h4 {
  margin-bottom: 25px;
}
.cam_magazine_r2 a.hs-button {
  color: #444;
  background: #e5e5e5;
  padding: 0 18px;
  height: 46px;
  line-height: 46px;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 14px;
  text-transform: uppercase;
  margin: 46px 0 0;
  border: 3px solid #ffff;
}
.cam_magazine_r2 .dnd-section img {
  display: block;
}

.cam_magazine_r3 .dnd-section {
  padding-top: 91px;
  padding-bottom: 91px;
  position: relative;
}
.cam_magazine_r3 .dnd-section:before {
  content: "";
  display: block;
  position: absolute!important;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  background: linear-gradient(to bottom,transparent,rgba(10,10,10,0.25));
  opacity: 0;
  transition: opacity .25s ease;
}
.cam_magazine_r3 .dnd-section:hover:before {
  opacity: 1;
}
.cam_magazine_r3 .dnd-section>.row-fluid {
  position: relative;
  z-index: 8;
}
.cam_magazine_r3 .dnd-section .widget-type-cell {
  padding-left: 8px;
  padding-right: 8px;
}
.cam_magazine_r3 .dnd-section h2,
.cam_magazine_r3 .dnd-section h3,
.cam_magazine_r3 .dnd-section h4 {
  color: #fff;
}
.cam_magazine_r3 .dnd-section h2 {
  margin-bottom: 33px;
}
.cam_magazine_r3 .dnd-section h2 a,
.cam_magazine_r3 .dnd-section h4 a {
  color: inherit;
  text-decoration: none;
}

.cam_magazine_r4 .dnd-section {
  padding-top: 0;
  padding-bottom: 0;
}
.cam_magazine_r4 .hs-bgimage-with-content-wrp {
  background-attachment: fixed;
}
.cam_magazine_r4 .hs-bgimage-with-content {
  padding: 109px;
}
.cam_magazine_r4 .hs-bgimage-with-content-wrp h2 {
  margin-bottom: 33px;
}
.cam_magazine_r4 .hs-bgimage-with-content-wrp h2 a {
  color: #fff;
  text-decoration: none;
}
.cam_magazine_r4 .hs-bgimage-with-content-wrp h4 {
  margin-bottom: 40px;
}
.cam_magazine_r4 .hs-bgimage-with-content-wrp a.hs_btn_icon {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  position: relative;
  z-index: 0;
  outline: 0;
  border: 0;
  overflow: visible;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  padding: 0 18px;
  height: 46px;
  line-height: 46px;
  margin-bottom: 18px;
  color: #fff;
  background: rgba(255,255,255,.25);
  text-shadow: none;
  transition: background .25s ease,color .25s ease;
}
.cam_magazine_r4 .hs-bgimage-with-content-wrp a.hs_btn_icon:before {
  content: '\e8f9';
  font-family: entypo;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}
.cam_magazine_r4 .hs-bgimage-with-content-wrp a.hs_btn_icon:hover {
  color: #000;
  background: #fff;
}

.cam_magazine_r5 .dnd-section {
  padding-top: 78px;
  padding-bottom: 78px;
}
.cam_magazine_r5 .dnd-section h2 {
  color: #fff;
  padding-bottom: 6px;
}
.cam_magazine_r5.hs_contact_row2l form {
  max-width: 60%;
  margin-bottom: 10px;
}
.cam_magazine_r5 .hs_recaptcha .grecaptcha-badge {
  margin: 0;
}


.discover_cam_page {}

.hs_discover_cam_row1 .dnd-section {
  padding-top: 122px;
  padding-bottom: 172px;
}
.hs_discover_cam_row1 .dnd-section>.row-fluid {
  padding-left: 122px;
  padding-right: 122px;
}


/*---------------------------------------*/
.hs_discover_cam_row2 .dnd-section {
  padding-top: 0;
  padding-bottom: 0;
}
@media(min-width: 992px) {
  .hs_discover_cam_row2 .banner_w_parallax.hs_image {
    height: 1700px;
    max-height: 1360px;
  }
}
.hs_discover_cam_row2 .banner_w_parallax.hs_image {
  border: 0;
}
.hs_discover_cam_row2 .parallax_bg_overlay {
  opacity: 0.6 !important;
}
.hs_discover_cam_row2 .banner_w_parallax .page-center {
  padding-left: 20px;
  padding-right: 20px;
  flex-wrap: wrap;
}
.hs_discover_cam_row2 .banner_w_parallax .blank-space {
  display: none;
}
.hs_discover_cam_row2 .banner_w_parallax .banner_content {
  width: 100% !important;
  text-align: center;
  padding: 186px !important;
}
.hs_discover_cam_row2 .banner_w_parallax h1 {
  margin-bottom: 34px;
  color: #fff;
}
.hs_discover_cam_row2 .banner_w_parallax.content-st-ch .banner_content p {
  font-size: 23px;
  color: #fff;
}
.hs_discover_cam_row2 .dnd-section {
  background-attachment: fixed;
}
.hs_discover_cam_row2 .cm-button-grp .button-pane-btn.transparent a {
  font-weight: 400;
}

/*---------------------------------------*/
.hs_discover_cam_row3 .dnd-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.hs_discover_cam_row3 .widget-type-rich_text hr {
  margin: 2em 0;
}

/*---------------------------------------*/
.hs_discover_cam_row4 .banner_w_parallax .parallax_bg_overlay {
  opacity: 0 !important;
}
.hs_discover_cam_row4 .banner_w_parallax .popup_video_wrap {
  display: none;
}

/*---------------------------------------*/
.hs_discover_cam_row5 .dnd-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.hs_discover_cam_row5 .hs-accordion-wrp {
  padding: 138px;
}
.hs_discover_cam_row5 .accordion-heading h2 {
  font-size: 58px;
  letter-spacing: -2px;
  text-align: center;
}
/*---------------------------------------*/
.hs_discover_cam_row6 .cm-sectionBg-wrp .cm-sectionBg-inner {
  height: 60vh;
}

@media (min-width: 600px) {
  .hs_home_row5r,
  .hs_home_row2l {
    width: 40%!important;
  }
  .hs_home_row5l,
  .hs_home_row2r {
    width: 60%!important;
  }
  .hs_home_row2r,
  .hs_home_row2l {
    padding: 0 10px;
  }
  .hs_home_row2r {
    padding: 0 15px;
  }
  .hs_home_row2r iframe {
    max-height: 457px;
  }
  .const_buyers_page .hs_home_row2r,
  .const_buyers_page .hs_home_row2l {
    padding: 0 15px;
    width: 50% !important;
  }
  .gov_contacts_row1_grp .dnd-section .span6.widget-span {
    padding-left: 22.5px;
    padding-right: 22.5px;
    width: 50%;
    margin: 0;
    float: left;
  }
  .gov_contacts_row1_grp .dnd-section .span6:first-child {
    text-align: right;
  }
  .cam_magazine_r1 .dnd-section .span8.widget-span {
    width: 60%;
  }


}

@media (min-width: 992px) {
  .hs_home_row3_grp .cm-bottom-pane-wrp .page-center {
    max-width: 100%;
    width: 50%;
    margin-right: 0;
    padding: 0 40px;
  }

  .consulting_row1 .dnd-section .span6.widget-span {
    padding-left: 0;
    padding-right: 0;
    width: 50%;
    margin: 0;
    float: left;
  }
  .hs_discover_cam_row2.mob_view {
    display: none;
  }

}




@media(max-width: 1315px) {
  .hs_contact_row2_grp .hs_contact_row2_inner {
    margin: 0;
  }
  .hs_contact_row2_grp .hs_contact_row2_inner>div {
    padding: 0;
  }
  .hs_contact_row2_grp .hs_contact_row2r {
    padding-top: 15px !important;
    padding-left: 4px !important;
    margin-left: 0;
  }
  .hs_contact_row2l .dnd-section .widget-type-cell {
    padding-right: 20px;
  }

}


@media(max-width: 1199px) and (min-width: 992px) {
  .hs_home_row5r table {
    font-size: 80%;
  }

}

@media(max-width: 991px) {
  .hs-popupContent-wrp.popup-withImage{
    background-image:url(https://19490865.fs1.hubspotusercontent-na1.net/hubfs/19490865/raw_assets/public/CAM_March2021/images/CAM-Members-Photos_mobile.jpg)!important;
  }
  .cm-membership-benefits-sec5 .dnd-section{
    background-image:url(https://19490865.fs1.hubspotusercontent-na1.net/hubfs/19490865/raw_assets/public/CAM_March2021/images/TEAMCAM_m.jpg) !important;
  }
  .cm-membership-benefits-sec5 .dnd-section:hover:after {
    opacity: .68;
    background-color: #0a0a0a;
  }
  .cm-membership-benefits-sec4 .dnd-column {
    padding: 0 20px !important;
  }
  .workers_comp_insu .dnd-section:first-child .row-fluid-wrapper>.row-fluid {
    display: flex;
    flex-direction: column-reverse;
  }
  .workers_comp_insu .dnd-section:first-child .span6.dnd-column {
    width: 100% !important;
    padding: 0 !important;
  }
  .workers_comp_insu .hs-image-with-animation-wrp {
    text-align: left;
  }

 
  .hs_home_row5l,
  .hs_home_row5r {
    width: 100% !important;
  }
  .hs_home_row5r .dnd-section {
    padding: 50px 0;
    background-color: #474747;
  }
  .hs_home_row5r .dnd-section .widget-type-cell {
    max-width: 833px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .tabel_wrap {
    /*     display: none; */
  }
  .hs_home_row5l h2,
  .hs_home_row5r h2 {
    font-size: 48px;
  }
  .hs_home_row5l .dnd-section {
    padding: 50px 0;
    background-position: center center !important;
  }
  .hs_home_row5l .dnd-section:before {
    opacity: 0.4 !important;
    background-color: #0a0a0a;
  }
  .hs_home_row5l .dnd-section .widget-type-cell {
    max-width: 833px;
    margin: 0 auto;
    padding: 30px 20px 30px;
  } 
  .home_banner_wrap .inner_sec {
    background-image: url(https://19490865.fs1.hubspotusercontent-na1.net/hubfs/19490865/raw_assets/public/CAM_March2021/images/CAM_Red_Back.jpg);
  }
  .hs_home_row1_grp .dnd-section:last-child,
  .hs_home_row2_grp {
    display: none;
  }
  .hs_home_row1_grp .span12.widget-span {
    min-height: 0;
  }
  .const_buyers_page .hs_home_row1_grp .dnd-section:last-child,
  .const_buyers_page .hs_home_row2_grp {
    display: block;
  }
  .hs_home_row5 form .hs-richtext,
  .hs_home_row4_inner blockquote {
    font-size: inherit;
  }
  .const_buyers_page .hs_home_row5 h2 {
    font-size: 48px;
  }
  .gov_affairs_committee_page .cm-fullwidth-sec .dnd-section .row-fluid-wrapper>.row-fluid {
    display: flex;
    flex-direction: column-reverse;
  }
  .gov_affairs_committee_page .cm-fullwidth-sec .dnd-section .span6.dnd-column {
    width: 100% !important;
    padding: 0 !important;
  }
  .gov_affairs_committee_page .cm-fullwidth-sec .widget-type-rich_text {
    margin-top: 50px;
    margin-bottom: -15px;
  }
  .gov_affairs_committee_r3 .dnd-section .widget-type-rich_text {
    padding: 0;
  }
  .gov_affairs_committee_r3 form .field>label {
    font-size: 15px;
  }
  .consulting_row1 .dnd-section>.row-fluid {
    display: block !important;
  }
  .consulting_row1 .dnd-section:last-child>.row-fluid,
  .consulting_row1 .dnd-section:first-child>.row-fluid {
    padding-top: 46px;
  }
  .consulting_row1 .dnd-section .span6.widget-span,
  .consulting_row1 .dnd-section .span12.widget-span {
    min-height: 0;
  }
  .contact_banner .hs_banner_wrap h1 {
    text-align: left;
  }
  .hs_contact_row1 .dnd-section {
    padding-bottom: 116px;
  }
  .hs_contact_row2_grp {
    background-color: #ededed;
    padding-top: 4px;
    padding-bottom: 40px;
  }
  .hs_contact_row2_grp .hs_contact_row2_inner {
    flex-direction: column-reverse;
  }
  .hs_contact_row2_grp .hs_contact_row2_inner>div {
    width: 100%;
    padding: 0 !important;
  }
  .hs_contact_row2_grp .dnd-section {
    padding-bottom: 20px;
  }
  .hs_contact_row3 .hs-bgimage-with-content-text img {
    height: auto;
  }
  .cam_magazine_r1 .dnd-section>.row-fluid {
    display: block !important;
  }
  .cam_magazine_r1 .dnd-section .span8.widget-span {
    width: 100%;
  }
  .cam_magazine_r1 .dnd-section .span12.widget-span,
  .cam_magazine_r1 .dnd-section .span4.widget-span {
    min-height: 0;
  }
  .cam_magazine_r3 .custom-content-with-icon.three_column_theme .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .cam_magazine_r3 .custom-content-with-icon.three_column_theme .content-with-icon-inner {
    margin-bottom: 37px;
  }
  .cam_magazine_r3 .custom-content-with-icon.three_column_theme .content-with-icon-inner:last-child {
    margin-bottom: 7px;
  }
  .hs_discover_cam_row1 .dnd-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .hs_discover_cam_row1 .dnd-section>.row-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hs_discover_cam_row2 .banner_w_parallax .banner_content {
    padding: 40px 0 50px !important;
  }
  .hs_discover_cam_row2 .banner_w_parallax.content-st-ch .banner_content p {
    font-size: 22px;
  }
  .hs_discover_cam_row3 .dnd-section:first-child {
    padding-bottom: 195px !important;
  }
  .hs_discover_cam_row5 .hs-accordion-wrp {
    padding: 0;
  }
  .hs_discover_cam_row5 .accordion-heading h2 {
    font-size: 48px;
    text-align: left;
    color: #dd3333;
    margin-top: 30px;
    margin-bottom: 56px;
  }
  .hs_discover_cam_row5 .title-tab h3 a {
    color: inherit;
    text-decoration: none !important;
  }
  .hs_discover_cam_row2 {
    display: none;
  }
  .hs_discover_cam_row2.mob_view {
    display: block;
  }
  .hs_discover_cam_row2 .banner_w_parallax h4 {
    color: #fff;
    margin-top: 50px;
  }
  .hs_discover_cam_row2 .banner_w_parallax h4 a {
    color: inherit;
    text-decoration: none;
  }
  .hs_discover_cam_row2 .parallax_bg_overlay {
    opacity: 0.48 !important;
    transition: opacity .25s ease;
  }
  .hs_discover_cam_row2 .banner_w_parallax:hover .parallax_bg_overlay {
    opacity: 0.75 !important;
  }
  .workers_comp_insu .dnd-section .hs-image-with-animation-wrp.right_align * {
    text-align: left;
  }


}


@media (min-width: 991px) and (max-width: 768px) {
  .hs_discover_cam_row2 .banner_w_parallax.hs_image {
    height: 780px;
    max-height: 780px;
  }
}

@media (max-width: 767px) {
  .hs_home_row5 form .field>.input,
  .hs_home_row5 form>fieldset.form-columns-2 {
    max-width: 100%;
  }
  .hs_home_row5 form>fieldset.form-columns-2>.field {
    width: 100%;
  }
  .hs_home_row5 form>fieldset.form-columns-2>.field+.field {
    margin-left: 0;
    margin-top: 0;
  }  
  .cam_magazine_r3 .custom-content-with-icon .page-center {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cam_magazine_r3 .custom-content-with-icon.three_column_theme .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cam_magazine_r3 .custom-content-with-icon.three_column_theme .content-with-icon-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cam_magazine_r5.hs_contact_row2l form {
    max-width: 100%;
  }

}


@media (max-width: 600px) {
  .const_buyers_page .hs_home_row2_grp .hs_home_row2_inner {
    flex-direction: column;
    padding: 50px 0;
    margin: 0;
  }
  .hs_home_row2_inner .hs_home_row2l {
    padding-bottom: 30px;
  }
  .hs_home_row2_inner .dnd-section {
    padding: 0;
  }
  .hs_home_row4_inner {
    flex-direction: column;
  }
  .hs_home_row4l, 
  .hs_home_row4r {
    width: 100%;
  }
  .hs_home_row4l {
    padding-bottom: 8px;
  }
  .gov_contacts_row1_grp .dnd-section .widget-type-cell {
    padding-left: 0;
    padding-right: 0;
  }
  .gov_contacts_row1_grp .dnd-section .span6:first-child {
    margin-bottom: 8px;
  }
  .hs_contact_row2l form .form-columns-2>.field {
    width: 100% !important;
  }
  .hs_contact_row2l form .form-columns-2>.field+.field {
    margin-left: 0;
  }
  .reg_can_row2 .instructions_wrap .hs_inner_wrap {
    padding: 0;
  }
  .cam_magazine_r4 .hs-bgimage-with-content {
    padding: 50px 0 45px;
  } 
  .cam_magazine_r5 .dnd-section h2 {
    line-height: 1;
    margin-bottom: 28px;
  }

}


@media (max-width: 479px) {
  .hs_home_row5l h2,
  .hs_home_row5r h2 {
    font-size: 40px;
  }
  .hs_home_row5 form .field>.input>input.hs-input {
    width: 100% !important;
  }
  .const_buyers_page .hs_home_row5 h2 {
    font-size: 40px;
  }
  .gov_affairs_committee_r3 form .field>label {
    font-size: 14px;
  }
  .contact_banner .hs_banner_wrap.mobile {
    min-height: 40vh;
    background-color: #f9f9f9;
  }
  .cam_magazine_r2 .dnd-section h4 {
    margin-bottom: 0;
    padding-bottom: 25px;
  }
  .hs_discover_cam_row5 .accordion-heading h2 {
    font-size: 40px;
  }


}


@media(max-width: 415px) {
  .hs_home_row5r table {
    font-size: 80%;
  }
  .consulting_page a.hs-button {
    max-height: 100%;
    line-height: 2;
  }

}

@media(max-width: 400px) {
  .gov_affairs_committee_r3 form .field textarea.hs-input,
  .gov_affairs_committee_r3 form .field input.hs-input {
    width: 100% !important;
  }
  .hs_contact_row2l form .field>.input,
  .gov_affairs_committee_r3 form .field>.input {
    margin-right: 0 !important;
  }
  .hs_contact_row2l form .field>.input>.hs-input {
    width: 100% !important;
  }

}
@media(min-width: 992px) {
  .hs_home_row5_grp.home_mob_view {
    display: none;
  }

}

@media(max-width: 991px) {
  .hs_home_row5_grp.home_desk_view {
    display: none;
  }
}


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

.cm-history-sec3 .hs-bgimage-with-content-wrp {
  height: 60vh;
  table-layout: fixed;
  width: 100%;
  display: table !important;
}
.cm-history-sec3 .hs-bgimage-with-content-wrp .page-center {
  display: table-cell;
  table-layout: fixed;
  vertical-align: middle;
}
.banner-website-wrapper .row-fluid [class*="span"] {
  min-height: 0;
}


/* Website Page */
body .pd-lr-0 {
  padding-left: 0;
  padding-right: 0;
}
.body-website-wrapper h1 a {
  color: #000;
  text-decoration: none;
}

/* Full Width */
.body-fullwidth-wrapper .hs_cos_wrapper_type_linked_image img {
  vertical-align: middle;
}
/* .body-fullwidth-wrapper .row-fluid [class*="span"] {
min-height: 0;
} */
.cm-fullwidth-sec .hs-form {
  padding: 0;
  border: 0;
  width: 60%;
  max-width: 100%;
  margin-bottom: 24px;
}
.cm-fullwidth-sec fieldset {
  max-width: 100% !important;
}
.cm-fullwidth-sec .hs-form .hs-form-field {
  margin: 0;
  padding: 10px 0 10px;
}
.cm-fullwidth-sec .hs-form label {
  width: 100%;
  cursor: pointer;
}
.cm-fullwidth-sec .form-columns-2 .hs-form-field {
  display: flex;
  flex-wrap: wrap;
}
.cm-fullwidth-sec .hs-fieldtype-checkbox.hs-form-field > label {
  display: block;
  font-weight: 700;
  font-size: 16px;
  float: none;
  line-height: 1.3;
  margin: 0 0 2px 0;
  padding: 0;
}
.cm-fullwidth-sec .hs-form label > span:empty {
  min-height: 20px;
  display: block;
}
.cm-fullwidth-sec .hs-form .inputs-list {
  margin: 0;
  padding: 0;
}
.cm-fullwidth-sec .hs-form .hs-input[type=checkbox],
.cm-fullwidth-sec .hs-form .hs-input[type=radio] {
  margin: -1px 10px 0 3px;
  width: 14px !important;
  height: 14px;
  min-height: auto;
}
.cm-fullwidth-sec .hs-form .inputs-list>li {
  line-height: normal;
  margin-bottom: 5px;
  line-height: 1.5;
}
.cm-fullwidth-sec .hs-form .inputs-list>li:last-child {
  margin-bottom: 2px;
}
.cm-fullwidth-sec .hs-form .inputs-list>li+li {
  padding-top: 0;
}
.cm-fullwidth-sec .hs-form .inputs-list>li label {
  display: inline;
  vertical-align: baseline;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}
.cm-fullwidth-sec .hs-form  .form-columns-2 .hs-form-field .input {
  width: 100%;
  margin-right: 0 !important;
}
.cm-fullwidth-sec .hs-form  .form-columns-2 .hs-form-field {
  width: 48%;
  float: left;
}
.cm-fullwidth-sec .hs-form .form-columns-2 .hs-form-field:last-child {
  margin-left: 4%;
}
.cm-fullwidth-sec .hs-form  .hs-field-desc {
  order: 3;
  font-size: 13px;
  float: none;
  font-weight: 400;
  line-height: 1.3;
  margin: 4px 0 0;
  padding: 0;
}
.cm-fullwidth-sec .hs-form  .hs-button, 
.cm-fullwidth-sec .hs-form  .button--primary {
  margin: 10px 0 0;
}
.cm-fullwidth-sec .hs-button, 
.cm-fullwidth-sec .button--primary {
  padding: 0 18px;
  height: 46px;
  line-height: 46px;
  margin-bottom: 6px;
  border: 3px solid #fff;
  margin-top: 0;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 14px;
  text-transform: uppercase;
  color: #444;
  background: #e5e5e5;
}
.cm-fullwidth-sec h2+hr {
  margin-top: 84px;
  margin-bottom: 104px;
  border-bottom: 2px solid #ddd;
  height: 0;
}
.slider-le .cm-fullwidth-sec .span6.dnd-column .hs-button,
.slider-le .cm-fullwidth-sec .span6.dnd-column .button--primary {
  height: 46px;
  line-height: 46px;
  padding: 0 18px;
}

.cm-fullwidth-sec form .hs-button.primary.large {
  background-color: #eee;
  border: 1px solid #ddd;
  color: #333;
  font-size: 1em;
  padding: 10px 15px;
  height: auto;
  min-height: auto;
  line-height: normal;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
}  
    
.popup-active {
  overflow-y: hidden;
}
/* .popup-active .hs-popupContent-wrp.popup-withImage:hover:after,
.popup-active .hs-popupContent-wrp.popup-withImage:after{
display:none;
}
*/
.popup-active .hs-popupContent-wrp.popup-withImage:hover:after {
  opacity: 0.31;
}
.cm-miosha-cet-sec3 .dnd-section {
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
.popup-active .main_header:after {
  position: absolute;
  content: "";
  background-color: rgba( 0, 0, 0, 0.15 );
  height: 82px;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  overflow: initial;
  transition: .15s ease-in-out;
}

/* toolbox talk */
.cm-toolbox-talk-sec3 .dnd-section{
  background-attachment: fixed !important;
  background-position: center center !important;
  background-size: cover !important;
}
.cm-toolbox-talk-sec3 .cm-button-grp .button-pane-btn.transparent a {
  font-weight: 400;
}

.mfp-figure {
  opacity: 0;
  transition: all .25s ease;
  -webkit-transform: scale(.975);
  transform: scale(.975);
}
.mfp-zoom-out-cur .mfp-figure {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.mfp-counter {
  font-style: italic;
}

/* Tradeshow */

.cm-fullwidth-sec .hs_cos_gallery_main, 
.cm-fullwidth-sec .hs_cos_gallery_thumbnails, 
.cm-fullwidth-sec .hs_cos_gallery_lightbox {
  padding: 0;
}
.cm-fullwidth-sec .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide {
  height: 75vh;
  background-position: top left;
  background-attachment: scroll;
  background-size: cover;
}
.cm-fullwidth-sec .slick-slider {
  margin-bottom: 0;
}
.cm-fullwidth-sec .slick-dots li button:before{
  display:none;
}
.cm-fullwidth-sec .slick-dots li:last-child button {
  margin-right: 0;
}
.cm-fullwidth-sec .slick-dots li {
  margin: 0;
  width: auto;
  height: auto;
}
.cm-fullwidth-sec .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50px;
  line-height: 1;
  width: 100%;
  z-index: 20;
  margin: -50px auto 0;
  text-align: center;
}
.cm-fullwidth-sec .slick-dots li button {
  width: 15px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 0;
  border: 0;
  height: 15px;
  border-radius: 15px;
  transition: background .25s ease;
  background: rgba(255,255,255,.25);
}
.cm-fullwidth-sec .slick-dots li.slick-active button {
  background: #fff;
}
.cm-fullwidth-sec .slick-prev,
.cm-fullwidth-sec .slick-next {
  font-size: 0;
}
.cm-fullwidth-sec .slick-arrow{
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 0;
}
.cm-fullwidth-sec .slick-arrow:after, 
.cm-fullwidth-sec .slick-arrow:before {
  content: "";
  content: "";
  display: block;
  position: absolute;
  top:27px;
  left: 0;
  height: 30px;
  width: 2px;
  background: #fff;
  opacity: 1;
}
.cm-fullwidth-sec .slick-prev {
  left: 15px !important;
  position: absolute;
  z-index: 20;
  height: 60px;
  width: 50px;
  padding: 0;
  top: 50%;
  margin: -25px 0 0;
  cursor: pointer;
  border: 0;
  background: 0 0;
  transition: opacity .25s ease;
  opacity: .75;
}
.cm-fullwidth-sec .slick-next {
  position: absolute;
  z-index: 20;
  height: 60px;
  width: 50px;
  padding: 0;
  top: 50%;
  margin: -25px 0 0;
  cursor: pointer;
  border: 0;
  background: 0;
  transition: opacity .25s ease;
  opacity: .75;
  right: 10px;
  left: auto !important;
}
.cm-fullwidth-sec .slick-next{
  right: -8px;
}
.cm-fullwidth-sec .slick-prev:before {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg );
  margin-top: -27px;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
.cm-fullwidth-sec .slick-prev:after {
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
  margin-top: 2px;
  -webkit-transform-origin: center top;
  transform-origin: center top;
}
.cm-fullwidth-sec .slick-next:before {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  margin-top: 15px;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
.cm-fullwidth-sec .slick-next:after {
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
  margin-top: 0;
  -webkit-transform-origin: center top;
  transform-origin: center top;
}
.cm-fullwidth-sec .slick-next:before, 
.cm-fullwidth-sec .slick-next:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 2px;
  background: #fff;
}
.cm-fullwidth-sec .span6.dnd-column .hs-button,
.cm-fullwidth-sec .span6.dnd-column .button--primary {
  height: 56px;
  line-height: 56px;
  padding: 0 22px;
  border-radius: 3px;
}

/* Virtual Leads */
.cm-virtual-leads-sec2 {
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
}
.cm-virtual-leads-sec2 h3 {
  margin-bottom: 0;
}
.cm-virtual-leads-sec5 .dnd-section{
  background-attachment: fixed;
  background-size: cover;
}

.cm-virtual-leads-sec5 h2 {
  line-height: 1;
  margin-top: 0px;
  margin-bottom: 58px;
}
.cm-virtual-leads-sec5 .span4.dnd-column {
  width: 33.33%;
  margin-left: 0;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
  font-size: 14px;
  font-style: italic;
}
.cm-virtual-leads-sec h3 {
  font-size: 26px;
  line-height: 1.5;
  padding: 0;
  margin: 0 0 22px;
}
.cm-virtual-leads-sec .hs-form {
  padding: 0;
  border: 0;
  margin-bottom: 24px;
}
.cm-virtual-leads-sec .hs-form fieldset {
  padding: 10px 0;
  clear: both;
  display: flex;
  flex-wrap: wrap;
  width: 60%;
  max-width: 100%;
}
.cm-virtual-leads-sec .hs-form fieldset .hs-form-field {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  width: 48% !important;
}
.cm-virtual-leads-sec .hs-form .form-columns-1 .hs-form-field {
  width: 100% !important;
}
.cm-virtual-leads-sec .hs-form .form-columns-2 .hs-form-field:last-child {
  margin-left: 4%;
}
.cm-virtual-leads-sec .hs-form fieldset .hs-form-field label span:empty {
  display: block;
  height: 20px;
}
.cm-virtual-leads-sec .hs-form fieldset .hs-form-field label {
  display: block;
  width: 100%;
}
.cm-virtual-leads-sec .hs-form legend {
  order: 3;
  font-size: 13px;
  float: none;
  font-weight: 400;
  line-height: 1.3;
  margin: 4px 0 0;
  padding: 0;
}
.cm-virtual-leads-sec .hs-form .input {
  order: 2;
  margin-right: 0 !important;
  width: 100% !important;
}
.cm-virtual-leads-sec .hs-form .hs-input[type=checkbox], 
.cm-virtual-leads-sec .hs-form .hs-input[type=radio] {
  width: 14px !important;
  height: 14px !important;
  padding: 0;
  margin:-1px 10px 0 3px;
  min-height: auto;
  vertical-align: middle;
}
.cm-virtual-leads-sec .hs-form .inputs-list:first-child {
  padding-top: 0;
}
.cm-virtual-leads-sec .hs-form .inputs-list {
  margin: 0;
}
.cm-virtual-leads-sec .hs-form .inputs-list>li {
  margin-bottom: 4.5px;
}
.cm-virtual-leads-sec .hs-form .inputs-list>li label {
  line-height: 1.5;
}
.cm-virtual-leads-sec .hs-form .hs-button,
.cm-virtual-leads-sec .hs-form .button--primary {
  margin-top: 6px;
  margin-bottom: 0;
}
.cm-virtual-leads-sec5 .content-with-icon-inner {
  margin-bottom: 7px;
}
.cm-virtual-leads-sec .hs-form .no-list.hs-error-msgs.inputs-list {
  order: 4;
}
.cm-virtual-leads-sec .hs-form .no-list.hs-error-msgs.inputs-list label {
  display: block;
  color: #990000 !important;
  font-size: 12px;
  float: none;
  cursor: default;
}

/* Legislative */
.cm-safety-alerts-sec3 .dnd-section {
  background-attachment: fixed;
}
.cm-safety-alerts-sec2 p {
  font-size: 18px !important;
}

/* Membership Benefits */
.cm-membership-benefits-sec4 .dnd-section {
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
} 
.cm-membership-benefits-sec4 .hs-responsive-embed-wrapper.hs-responsive-embed {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 29px !important;
}
.cm-membership-benefits-sec4 .hs-responsive-embed-inner-wrapper {
  position: static !important;
  padding:0 !important;
}
.cm-membership-benefits-sec4 iframe{
  position: static !important;
  height: 457px !important;
}
.cm-membership-benefits-sec4 .builder-video {
  margin: 0;
}
.cm-membership-benefits-sec4 h1 {
  margin-bottom: 60px;
}
.cm-membership-benefits-sec5 .dnd-section {
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}
.cm-membership-benefits-sec5 .dnd-section>.row-fluid {
  position: relative;
  z-index: 23;
  height: 100vh;
  padding: 50px 0;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.cm-membership-benefits-sec5 .dnd-section>.row-fluid > div {
  display: table-cell;
  vertical-align: middle;
  float: none;
  width: 100%;
}
.cm-membership-benefits-sec5 .dnd-section:after {
  opacity: 0.46;
  background-color: #0a0a0a;
  content: "";
  position: absolute!important;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  transition: 0.3s ease;
}
.cm-membership-benefits-sec5 .dnd-section:hover:after {
  opacity: 0.63;
  background-color: #0a0a0a;
}
.cm-membership-benefits-sec5 .dnd-section>.row-fluid {
  position: relative;
  z-index: 23;
}
.cm-membership-benefits-sec5 h1 {
  margin: 0;
}
.cm-membership-benefits-sec7 .cm-bottom-pane-wrp .bottom-pane-title h4 {
  margin-top: 24px;
  margin-bottom: 46px;
}

/* Legislative */
.cm-legislative-sec3 .dnd-section {
  background-attachment: fixed;
}
.cm-legislative-sec3  .button-pane-btn.transparent a,
.cm-legislative-sec3 .cm-button-grp .button-pane-btn.transparent a{
  font-weight: 400;
}


/* lobbyist */
.cm-lobbyist-sec .hs_cos_wrapper_type_linked_image img,
.cm-golf-season-sec .hs_cos_wrapper_type_linked_image img {
  vertical-align: middle;
}


/* training */
.cm-training-sec2 .dnd-section {
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}
.cm-training-sec2 .cm-button-grp .button-pane-btn.transparent a {
  font-weight: 400;
}
.cm-training-sec3 .hs_cos_wrapper_type_linked_image img {
  vertical-align: middle;
}

/* Golf Season */

.cm-golf-season-sec2 .hs-button, 
.cm-golf-season-sec2 .button--primary {
  padding: 0 18px;
  height: 48px;
  line-height: 46px;
  overflow: hidden;
  margin-bottom: 6px;
  background: #ec1d25;
  border-radius: 3px;
  margin: -1px 0 6px 0;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
}
.cm-golf-season-sec2 .hs-button:hover, 
.cm-golf-season-sec2 .button--primary:hover {
  background: #ec1d25;
  color: #fff;
}
.cm-golf-season-sec3 {
  text-align: center;
}
.cm-golf-season-sec3 .hs_cos_wrapper_type_rich_text {
  float: left;
  width: 100%;
}
.cm-golf-season-sec .dnd-row > .row-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cm-golf-season-sec3 .hs-button, 
.cm-golf-season-sec3 .button--primary {
  padding: 20px 18px;
  height:auto;
  min-height: 46px;
  line-height: 26px;
  overflow: hidden;
  margin-bottom: 6px;
  background: #ec1d25;
  color: #fff;
  border: 0;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  margin-top: 22px;
  margin-bottom: 0;
}
.cm-golf-season-sec h4 a {
  color: rgb(0, 0, 0);
  text-decoration: none;
}
.parallax-mirror img {
  margin-top: 24px;
}
.cm-lobbyist-sec h4 a {
  color: #000;
  text-decoration: none;
}

ul.no-list.hs-error-msgs.inputs-list li label {
  display: block;
  color: #990000;
  font-size: 12px;
  float: none;
  cursor: default;
}
.body-fullwidth-wrapper .hs-accordion-wrp .custom-form-wrapper fieldset {
  padding: 0;
}
.body-fullwidth-wrapper .hs-accordion-wrp .custom-form-wrapper fieldset>.hs-form-field {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.body-fullwidth-wrapper .hs-accordion-wrp .custom-form-wrapper fieldset .input {
  width: 100%;
}
.body-fullwidth-wrapper .hs-accordion-wrp .custom-form-wrapper .hs_city.hs-form-field, 
.body-fullwidth-wrapper .hs-accordion-wrp .custom-form-wrapper .hs-state_name.hs-form-field {
  padding-top: 8px;
  padding-bottom: 8px;
}
.body-fullwidth-wrapper .hs-accordion-wrp .custom-form-wrapper .hs_city.hs-form-field label, 
.body-fullwidth-wrapper .hs-accordion-wrp .custom-form-wrapper .hs-state_name.hs-form-field label {
  display: block;
  margin: 0;
}
.body-fullwidth-wrapper .hs-accordion-wrp .custom-form-wrapper .form-columns-1 .hs-form-field label>span:empty,
.body-fullwidth-wrapper .hs-accordion-wrp .custom-form-wrapper .hs_city.hs-form-field label>span:empty,
.body-fullwidth-wrapper .hs-accordion-wrp .custom-form-wrapper .hs-state_name.hs-form-field label>span:empty{
  min-height: 0;
}
.body-fullwidth-wrapper .hs-accordion-wrp .custom-form-wrapper .hs_address.hs-form-field {
  padding-bottom: 0;
}
.body-fullwidth-wrapper .hs-accordion-wrp .custom-form-wrapper .hs_address_line_2.hs-form-field {
  padding-top: 4px;
  padding-bottom: 0;
}
.body-fullwidth-wrapper .hs-accordion-wrp .custom-form-wrapper .hs_billing_zip.hs-form-field label {
  display: block;
  margin: 0;
}
.body-fullwidth-wrapper .hs-accordion-wrp .custom-form-wrapper .hs_billing_zip.hs-form-field {
  padding-top: 0;
  width: 48%;
}
.body-fullwidth-wrapper .hs-accordion-wrp .custom-form-wrapper textarea {
  height: 120px;
  width: 100%;
}
.body-fullwidth-wrapper .hs-accordion-wrp .custom-form-wrapper .grecaptcha-badge {
  margin: 0;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow: auto;
  padding: 10px 0;
}
/* Careers */

.cm-careers-sec2 .dnd-section {
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}
.cm-careers-sec2 .cm-button-grp .button-pane-btn.transparent a {
  font-weight: 400;
}



/* Camtec Classes */
.cm-camtec-classes-sec .cm-button-grp .button-pane-btn.transparent a {
  min-height: 36px;
  line-height: 16px;
  padding: 10px 14px;
  font-weight: 400;
}
.cm-camtec-classes-sec2 .accordion-heading h2 {
  text-align: center;
  color: #fff;
}
.cm-camtec-classes-sec3 .accordion-heading h2 {
  color: #dd3333;
  padding-bottom: 25px;
}

/* Online Training */
.cm-online-training-sec .dnd-section,
.cm-miosha-cet-sec .dnd-section{
  position: relative;
}
.cm-online-training-sec .dnd-section:before,
.cm-miosha-cet-sec .dnd-section:before{
  content: "";
  opacity: 0.59;
  background-color: #0a0a0a;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cm-miosha-cet-sec .dnd-section:before{
  opacity: 0.6;
  background-color: #0a0a0a;
}
.cm-online-training-sec .dnd-section>.row-fluid,
.cm-miosha-cet-sec .dnd-section>.row-fluid{
  position: relative;
}
.cm-online-training-sec .dnd-section,
.cm-miosha-cet-sec .dnd-section{
  position: relative;
  background-attachment: fixed;
  background-position: center center !important;
  background-size: cover !important;
}
.cm-online-training-sec2 h2 {
  color: #dd3333;
}
.cm-online-training-sec3 .custom-content-with-icon .custom-title h3 {
  font-weight: 700;
  font-size: 46px;
  letter-spacing: -1px;
}

.cm-miosha-cet-sec3 .hs-button, 
.cm-miosha-cet-sec3 .button--primary {
  margin-bottom: 0;
  color: #444;
  background: #e5e5e5;
  text-shadow: none;
  height: 56px;
  line-height: 56px;
  padding: 0 22px;
  border: 3px solid #fff;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 700;
}
.cm-miosha-cet-sec3 .hs-button:hover, 
.cm-miosha-cet-sec3 .button--primary:hover {
  color: #444;
  background: #e5e5e5;
  border: 3px solid #fff;
}
.cm-virtual-leads-sec5 .custom-content-with-icon .custom-title h3 {
  font-size: 46px;
  font-weight: 700;
  letter-spacing: -1px;
}
.cm-virtual-leads-sec5 {
  overflow: hidden;
}

@media (min-width: 600px){
  .half-wd .span6.dnd-column {
    width: 50% !important;
    margin-left: 0 !important;
    float: left;
  }
  .body-fullwidth-wrapper .span3.dnd-column {
    width: 25%;
    margin-left: 0;
    float: left;
  }
  .body-fullwidth-wrapper .span9.dnd-column {
    width: 75%;
    float: left;
  }
  .cm-fullwidth-sec .span7.dnd-column,
  .cm-online-training-sec .span7.dnd-column{
    width: 60%;
    float:left;
  }
  .cm-fullwidth-sec .span5.dnd-column,
  .cm-online-training-sec .span5.dnd-column{
    width: 40%;
    float:left;
    margin-left:0 !important;
  }
  .cm-miosha-cet-sec .hs_cos_wrapper_type_rich_text {
    width: 60%;
    display: block;
  }
  .cm-miosha-cet-sec3 .hs-button,
  .cm-miosha-cet-sec3 .button--primary {
    margin-top: 0;
  }
  .cm-training-sec3 .span6.dnd-column,
  .cm-golf-season-sec2 .span6.dnd-column{
    width: 50%;
    margin-left: 0 !important;
    float: left;
  }
  .cm-golf-season-sec .span7.dnd-column {
    width: 66.66%;
    float:left;
  }
  .cm-golf-season-sec .span5.dnd-column {
    width: 33.33%;
    margin-left: 0;
    float:left;
  }
  .cm-virtual-leads-sec .span5.dnd-column {
    width: 40%;
    margin-left: 0;
    float:left;
  }
  .cm-virtual-leads-sec .span7.dnd-column {
    width: 60%;
    float:left;
  }
}

@media (min-width: 479px) and (max-width: 991px){
  .cm-virtual-leads-sec h3 {
    font-size: 22px;
  }
  .cm-virtual-leads-sec .hs-form .inputs-list>li label {
    margin-bottom: 0;
  }
  .cm-virtual-leads-sec .hs-form .hs-input[type=checkbox], 
  .cm-virtual-leads-sec .hs-form .hs-input[type=radio] {
    margin-top: 0;
    vertical-align: middle;
  }

  .cm-virtual-leads-sec .hs-form .hs-button,
  .cm-virtual-leads-sec .hs-form .button--primary {
    margin-top: 9px;
  }
  .cm-virtual-leads-sec5 .custom-content-with-icon .custom-title h3 {
    font-size: 40px;
  }
  .cm-virtual-leads-sec5 .custom-content-with-icon .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .cm-virtual-leads-sec5 .custom-content-with-icon.three_column_theme .content-with-icon-inner:last-child {
    margin-top: 45px;
  }

}

@media (max-width: 991px){
  .cm-fullwidth-sec .hs-form {
    width: 100%;
  }
  .cm-virtual-leads-sec5 .span4.dnd-column:last-child {
    margin-top: 45px;
  }
  .cm-virtual-leads-sec5 {
    text-align: center;
  }
  .cm-virtual-leads-sec5 .span4.dnd-column {
    width: 49.5%;
    display: inline-block;
    float: none;
  }
  .cm-legislative-sec .dnd-section .dnd-column {
    padding:53px 20px 31px !important;
  }
  .cm-legislative-sec h3 {
    font-size: 22px;
    line-height: 1.5;
  }
  .cm-legislative-sec h3 br {
    display: none;
  }
  .half-wd .cm-lobbyist-sec .dnd-column .row-fluid {
    display: block !important;
  }
  .half-wd .cm-lobbyist-sec .span6.dnd-column{
    width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .cm-lobbyist-sec .span6.dnd-column:first-child {
    padding-top: 39px;
    padding-bottom: 32px;
  }
  .cm-training-sec .dnd-column {
    padding:52px 20px 30px !important;
  }
  .cm-training-sec h3 {
    font-size: 22px;
    line-height: 1.5;
  }
  .cm-training-sec3 p {
    font-size: 18px;
  }
  .cm-careers-sec .dnd-column {
    margin-bottom: 46px !important;
    padding: 0 20px!important;
    margin-top: 69px !important;
  }
  .cm-membership-benefits-sec2 .hs-popupContent-wrp {
    padding-bottom: 30px !important;
  }
}

@media (max-width: 850px){
  .cm-virtual-leads-sec .hs-form fieldset {
    width: 100%;
  }
}

@media (min-width: 600px) and (max-width: 991px){
  .cm-virtual-leads-sec5 .span4.dnd-column:last-child {
    margin-top: 40px;
  }
  .cm-virtual-leads-sec .hs-fieldtype-checkbox.field.hs-form-field label {
    margin-bottom: 0;
  }
  .cm-virtual-leads-sec .hs-form .inputs-list>li {
    margin-bottom: 0;
  }
  .cm-membership-benefits-sec2 .hs-popupContent-wrp .popupBottom-content-items:nth-child(3n), 
  .cm-membership-benefits-sec2 .hs-popupContent-wrp .popupBottom-content-items:nth-child(4n),
  .cm-membership-benefits-sec2 .hs-popupContent-wrp .popupBottom-content-items:nth-child(7n), 
  .cm-membership-benefits-sec2 .hs-popupContent-wrp .popupBottom-content-items:nth-child(8n) {
    margin-bottom: 0;
  }
  .cm-membership-benefits-sec3 .hs-popupContent-wrp .popupBottom-content-items:nth-child(3n), 
  .cm-membership-benefits-sec3 .hs-popupContent-wrp .popupBottom-content-items:nth-child(4n) {
    margin-bottom: 50px;
  }
  .cm-membership-benefits-sec2 .hs-popupContent-wrp .popupBottom-content-items:nth-child(5n),
  .cm-membership-benefits-sec2 .hs-popupContent-wrp .popupBottom-content-items:nth-child(6n),
  .cm-membership-benefits-sec3 .hs-popupContent-wrp .popupBottom-content-items:nth-child(5n), 
  .cm-membership-benefits-sec3 .hs-popupContent-wrp .popupBottom-content-items:nth-child(6n),
  .cm-membership-benefits-sec3 .hs-popupContent-wrp .popupBottom-content-items:nth-child(9n),
  .cm-membership-benefits-sec3 .hs-popupContent-wrp .popupBottom-content-items:nth-child(10n){
    margin-bottom: 30px;
  }
  .cm-membership-benefits-sec3 .hs-popupContent-wrp .popupBottom-content {
    padding-top: 60px;
  }
  .cm-membership-benefits-sec3 .hs-popupContent-wrp {
    padding-bottom: 70px;
  }

  .cm-membership-benefits-sec4 .dnd-section {
    background-size: 1250px!important;
    background-color: #414142;
  }
}

@media (max-width: 599px){
  .cm-membership-benefits-sec3 .hs-popupContent-wrp .popupBottom-content-items:nth-child(4n) {
    margin-bottom: 117px;
  }
  .cm-membership-benefits-sec5 .dnd-section {
    background-position: center right !important;
  }
  .cm-virtual-leads-sec5 .span4.dnd-column {
    width: 100%;
    display: block;
    border: none;
  }
  .cm-virtual-leads-sec5 .span4.dnd-column:last-child {
    margin-top: 0;
  }

  .cm-training-sec3 p {
    text-align: center;
  }
  .cm-camtec-classes-sec .cm-button-grp .button-pane-btn.transparent a {
    font-size: 10px;
  }
  .cm-virtual-leads-sec .hs-form fieldset {
    width: 100%;
  }
  .cm-virtual-leads-sec .hs-form .inputs-list {
    margin: -4px 0 0;
  }
  .cm-virtual-leads-sec .hs-form .inputs-list>li {
    margin-bottom: -1px;
  }
  .cm-virtual-leads-sec .hs-form .hs-button, 
  .cm-virtual-leads-sec .hs-form .button--primary {
    margin-top: 12px;
    margin-bottom: 0;
  }
  .cm-membership-benefits-sec .dnd-column {
    padding: 30px 20px 8px !important;
  }
  .cm-membership-benefits-sec3 .hs-popupContent-wrp .title {
    padding-bottom: 60px;
  }
  .cm-membership-benefits-sec4 .dnd-column,
  .cm-membership-benefits-sec6 .dnd-column{
    padding: 0 20px !important;
  }
  .cm-membership-benefits-sec2 .hs-popupContent-wrp .popupBottom-content-items:nth-child(4n) {
    margin-bottom: 0;
  }
  .cm-virtual-leads-sec5 .custom-content-with-icon.three_column_theme .content-with-icon-inner:last-child {
    margin-top: 0;
  }
  .cm-training-sec5 .hs-accordion-wrp .accordion-content-inner p {
    text-align: left;
  }
}

@media (max-width: 479px){
  .cm-training-sec h3,
  .cm-virtual-leads-sec h3,
  .cm-legislative-sec h3{
    font-size: 18px;
  }
  .cm-virtual-leads-sec5 .custom-content-with-icon .custom-title h3 {
    font-size: 34px;
  }
}
@media (max-width: 400px){
  .body-website-wrapper a {
    word-break: break-all;
  }
}

@media (max-width: 320px){
  .cm-training-sec .dnd-column {
    margin-top: 21px;
  }
}


.cm-join-page-wrapper {
  background: #f9f9f9;
}

.cm-join-sec-one .dnd-section > .row-fluid {
  padding-left: 20px;
  padding-right: 20px;
}

.cm-join-sec-one .dnd-section > .row-fluid > .widget-type-cell > .dnd-row > .row-fluid {
  position: relative;
  width: auto;
}

.cm-join-sec-one .hs-button {
  margin: 0;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  transition: color .25s ease,border .25s ease;
  position: relative;
  z-index: 0;
  outline: 0;
  border: 0;
  overflow: visible;
  border-radius: 3px;
  margin-bottom: 6px;
  padding: 0 18px;
  height: 46px;
  line-height: 46px;
  font-weight: bolder;
  border-right-width: 3px;
  border-style: solid;
  border-top-style: solid;
  border-top-width: 3px;
  border-width: 3px;
  border-left-width: 3px;
  border-bottom-width: 3px;
  border-color: rgba(255,255,255,1);
  color: #444;
  background: #e5e5e5;
  text-shadow: none;
}

.cm-join-sec-three .hs-bgimage-with-content-wrp.full_width_content .page-center {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1250px;
}

.hs-bgimage-with-content-wrp .hs-bgimage-with-content-text h1 {
  color: #ffffff;
}

.cm-join-sec-two .hs-accordion-wrp .hs-accordion-set > .title-tab h3:hover {
  border-bottom: 1px solid #ec1d25;
}

.hs-accordion-wrp .custom-form-wrapper h3.form-title {
  display: none;
}

.hs-accordion-wrp .custom-form-wrapper form {
  max-width: 100%;
  border: none;
  padding: 0;
}

.custom-form-wrapper {
  padding: 15px 0 0;
}

.hs-accordion-wrp .custom-form-wrapper fieldset {
  max-width: 60%;
  padding: 10px 0;
}

.hs-accordion-wrp .custom-form-wrapper fieldset > .hs-form-field {
  margin: 0;
}

.hs-accordion-wrp .custom-form-wrapper fieldset h3 {
  margin: 0;
}

.hs-accordion-wrp .custom-form-wrapper fieldset .hs-richtext {
  margin: 0;
}

.hs-accordion-wrp .custom-form-wrapper fieldset .input {
  margin: 0 !important;
}

.hs-accordion-wrp .custom-form-wrapper fieldset.form-columns-2 > .hs-form-field {
  width: 48%;
}

.hs-accordion-wrp .custom-form-wrapper fieldset.form-columns-2 > .hs-form-field:not(:first-child) {
  margin-left: 4%;
}

.hs-accordion-wrp .hs-input[type=checkbox], 
.hs-accordion-wrp .hs-input[type=radio] {
  min-height: auto;
}

/* ========================================= Miosha page ============================ */
.cm-miosha-sec-one .dnd-section > .row-fluid {
  padding: 0 5px;
}

.cm-miosha-sec-one .dnd-section .span4 {
  display: block;
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
}

.cm-miosha-sec-one .dnd-section .span4 p {
  margin: 0 0 -6px;
}

.cm-miosha-sec-one .dnd-section .span4 p a {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  transition: color .25s ease,border .25s ease;
  position: relative;
  z-index: 0;
  outline: 0;
  border: 0;
  overflow: visible;
  border-radius: 3px;
  margin-bottom: 6px;
  font-weight: bolder;
  border-right-width: 3px;
  border-style: solid;
  border-top-style: solid;
  border-top-width: 3px;
  border-width: 3px;
  border-left-width: 3px;
  border-bottom-width: 3px;
  border-color: rgba(255,255,255,1);
  height: 56px;
  line-height: 56px;
  padding: 0 22px;
  color: #444;
  background: #e5e5e5;
  text-shadow: none;
}

.cm-miosha-sec-one .dnd-section .span4 p a:before {
  transition: opacity .25s ease;
  opacity: 1;
  content: "";
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 3px;
  visibility: hidden;
  background: linear-gradient(#e5e5e5,#efefef);
}

.banner-miosha-section .banner-area-wrp {
  background-attachment: fixed;
}

.cm-miosha-sec-two .hs-bgimage-with-content-wrp .page-center {
  max-width: 1255px;
  padding: 0;
}

.cm-miosha-sec-two .hs-bgimage-with-content-wrp .hs-bgimage-with-content-text h2 {
  line-height: 1;
  margin-top: 55px;
  margin-bottom: 25px;
  color: #ffffff;
  text-align: left;
}

.cm-miosha-sec-two .hs-bgimage-with-content-wrp .hs-bgimage-with-content-text {
  padding: 0;
}

.cm-miosha-sec-two .hs-bgimage-with-content-wrp .hs-bgimage-with-content-text h2 a {
  color: #fff;
  text-decoration: none;
}

.cm-miosha-sec-two .hs-bgimage-with-content-wrp .hs-bgimage-with-content-text p {
  color: #fff;
}

.cm-miosha-sec-two .hs-bgimage-with-content-wrp .hs-bgimage-with-content-text h4 {
  margin-bottom: 50px;
}

.cm-miosha-sec-two .hs-bgimage-with-content-wrp.small_2_width .button-st a {
  background: #ec1d25;
  margin-bottom: 0;
  color: #fff !important;
}

.cm-miosha-sec-three .widget-type-header h3 {
  line-height: 1;
  margin-top: 0px;
  margin-bottom: 58px;
  text-align: center;
}

.cm-miosha-sec-three .custom-content-with-icon .icon-st:before {
  color: #ec1d25;
}

.cm-miosha-sec-three .custom-content-with-icon h3 {
  color: #000;
}

.entypo-check:before {
  content: '\e8de';
}

.cm-miosha-page {
  background: #f9f9f9;
}

.cm-miosha-page .row-fluid [class*="span"] {
  min-height: auto;
}

.cm-miosha-sec-three .widget-type-space {
  overflow: hidden;
  color: #cecece;
}

.cm-miosha-sec-three .widget-type-space:after {
  content: "";
  display: block;
  border-bottom: 2px solid;
  width: 100%;
}

.cm-miosha-sec-four .dnd-section {
  position: relative;
}

.cm-miosha-sec-four .dnd-section:after {
  content: '';
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.6;
  background-color: #0a0a0a;
  position: absolute;
  top: 0;
}

.cm-miosha-sec-four .dnd-section > .row-fluid {
  position: relative;
  z-index: 1;
  padding-left: 20px;
  padding-right: 20px;
}

.cm-miosha-sec-four .widget-type-header h2 {
  line-height: 1;
  margin-top: 55px;
  margin-bottom: 25px;
  color: #ffffff;
}

.cm-miosha-sec-four .widget-type-header h2 {
  line-height: 1;
  margin-top: 55px;
  margin-bottom: 25px;
  color: #ffffff;
}

.cm-miosha-sec-four .dnd-section>.row-fluid>.dnd-column>.dnd-row:last-child > .row-fluid {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}

.cm-miosha-sec-four .span8, .cm-miosha-sec-four .span4 {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  float: none;
  margin: 0;
}

.cm-miosha-sec-four .span4 .widget-type-rich_text {
  padding: 30px;
  border-radius: 3px;
  margin: 0 0 22px;
  background: rgba(255,255,255,.05);
  box-shadow: none;
  border: 1px solid rgba(255,255,255,.1);
  text-align: center;
}

.cm-miosha-sec-four .span4 .widget-type-rich_text h2 {
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 24px;
  text-transform: none;
  margin-bottom: 10px;
}

.cm-miosha-sec-four .span4 .widget-type-rich_text a {
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  transition: color .25s ease,border .25s ease;
  position: relative;
  z-index: 0;
  outline: 0;
  border: 0;
  overflow: visible;
  border-radius: 3px;
  padding: 15px;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
  text-shadow: rgba(0,0,0,.25) 0 1px 2px;
  background: #ec1d25;
  padding: 14px 20px;
}

.cm-miosha-sec-four .span8 h4 {
  margin-bottom: 50px;
}

.cm-miosha-sec-four .dnd-section {
  background-attachment: fixed;
}

.cm-miosha-sec-four .span8 h4 {
  margin-bottom: 50px;
}

.cm-miosha-sec-four .dnd-section {
  background-attachment: fixed;
}

.cm-miosha-sec-five .widget-type-rich_text {
  padding: 119px;
}

.cm-miosha-sec-five .dnd-section {
  background-attachment: fixed;
}

.entypo-users:before {
  content: '\e8d7';
}
/* ========================= Political Action ======================== */
.cm-political-sec-one a {
  color: #000;
  text-decoration: none;
}

.cm-political-sec-one a:hover {
  outline: 0;
}

.cm-political-sec-two .dnd-section {
  background-attachment: fixed;
  background-color: #eaeaea;
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
}

.cm-political-sec-two .dnd-section > .row-fluid {
  max-width: 1255px;
}

.cm-political-sec-two .dnd-section .span6 {
  position: relative;
  float: none;
  margin: 0;
  width: 100%;
  padding-left: 22.5px;
  padding-right: 22.5px;
}

.cm-political-sec-two .dnd-section .span6 img {
  display: block;
  opacity: 1;
  transition: opacity 400ms;
  transition-delay: 0ms;
  max-width: 100%;
}

.cm-political-sec-two .dnd-section .span6 .widget-type-rich_text {
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 20px;
}

.cm-political-sec-three .dnd-section > .row-fluid {
  padding: 0 5px;
}

.cm-political-sec-three .dnd-section > .row-fluid > .dnd-column {
  padding-left: 15px;
  padding-right: 15px;
}

.cm-political-sec-three .dnd-section .widget-type-rich_text {
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 25px;
}

.cm-political-sec-three .dnd-section .widget-type-rich_text p:last-child {
  margin: 0;
}

.cm-political-sec-three .dnd-section .widget-type-rich_text p:last-child a {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  transition: color .25s ease,border .25s ease;
  position: relative;
  z-index: 0;
  outline: 0;
  border: 0;
  overflow: visible;
  border-radius: 3px;
  margin-bottom: 6px;
  padding: 0 18px;
  height: 46px;
  line-height: 46px;
  font-weight: bolder;
  border-right-width: 3px;
  border-style: solid;
  border-top-style: solid;
  border-top-width: 3px;
  border-width: 3px;
  border-left-width: 3px;
  border-bottom-width: 3px;
  border-color: rgba(255,255,255,1);
  color: #444;
  background: #e5e5e5;
  text-shadow: none;
}

.cm-political-sec-four form {
  max-width: none;
  padding: 0;
  border: none;
  margin: 0 -10px;
}
.cm-political-sec-four .hs_error_rollup {
  padding: 0 10px;
}
.cm-political-sec-four form .hs-button.primary.large {
  margin: 0;
  position: relative;
  z-index: 0;
  outline: 0;
  border: 0!important;
  overflow: visible!important;
  border-radius: 3px!important;
  padding: 15px!important;
  line-height: 1!important;
  text-decoration: none!important;
  display: inline-block!important;
  text-shadow: rgba(0,0,0,.25) 0 1px 2px!important;
  color: #fff!important;
  font-weight: 400!important;
  text-transform: uppercase!important;
  letter-spacing: 1px!important;
  font-size: 14px!important;
  transition: background .25s ease,color .25s ease,border .25s ease;
  background: linear-gradient(#ec1d25, #ed5a5f);
}

.cm-political-sec-four form fieldset {
  max-width: 100%;
}

.cm-political-sec-four form .hs-input {
  margin: 0;
  padding: 10px;
  max-width: 100%;
  vertical-align: baseline;
  border: 1px solid #d2d2d2;
  background-color: #fff;
  font-size: 16px;
  box-shadow: inset rgb(0 0 0 / 5%) 1px 1px 1px;
  background-image: -webkit-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0));
  color: #555;
  width: 100%;
  display: block;
  line-height: normal;
}

.cm-political-sec-four form textarea:focus {
  border: 1px solid #bbb;
  color: #333;
}

.cm-political-sec-four form .hs-form-field {
  margin: 0 0 20px;
}

.cm-political-sec-four form .hs-form-field .input {
  margin: 0 !important;
}

.cm-political-sec-four form .hs-form-field > label {
  display: block;
  margin-bottom: 5px;
  cursor: pointer;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  font-family: 'Open Sans';
  color: #222;
}

.cm-political-sec-four form .hs-form-field > label > .hs-form-required {
  margin: 0;
  color: #222;
}

.cm-political-sec-four form textarea.hs-input {
  line-height: 1.65;
}

.cm-political-sec-four form fieldset > .hs-form-field, .cm-political-sec-four form .hs-submit {
  padding: 0 10px;
}
.cm-political-sec-four form fieldset.form-columns-2 > .hs-form-field {
  width: 100%;
  float: none;
}

.cm-prhealth-sec-one .dnd-section > .row-fluid,
.cm-prhealth-sec-one-part .dnd-section > .row-fluid {
  padding-left: 20px;
  padding-right: 20px
}

.cm-prhealth-sec-one .dnd-section > .row-fluid > .dnd-column > .dnd-row > .row-fluid,
.cm-prhealth-sec-one-part .dnd-section > .row-fluid > .dnd-column > .dnd-row > .row-fluid {
  position: relative;
  width: auto;
}

.cm-prhealth-sec-one .dnd-section .span9, 
.cm-prhealth-sec-one .dnd-section .span3 {
  position: relative;
  width: 100%;
  float: none;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
}

.cm-prhealth-page {
  background: #f9f9f9;
}

.cm-prhealth-sec-one-part .dnd-section .span9, 
.cm-prhealth-sec-one-part .dnd-section .span3 {
  position: relative;
  width: 100%;
  float: none;
  padding: 0;
  margin: 0;
}

.cm-prhealth-sec-one-part .dnd-section h6 {
  font-size: 9px;
  font-family: 'Open Sans';
  font-weight: 400;
  line-height: 1.5;
  color: #222;
}

.cm-prhealth-sec-two .banner_w_parallax .parallax-window {
  min-height: auto;
  max-height: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.cm-prhealth-sec-two .banner_w_parallax .parallax_bg_overlay {
  display: none;
}

.cm-prhealth-sec-two .banner_w_parallax {
  padding-top: 199px;
  padding-bottom: 199px;
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
}

.cm-prhealth-sec-two .banner_w_parallax .page-center {
  position: static;
  max-width: 1255px;
  clear: both;
  display: block;
}

.cm-prhealth-sec-two .banner_w_parallax .banner_content {
  padding-left: 22.5px;
  padding-right: 22.5px;
  width: 100%;
  position: relative;
}

.cm-prhealth-sec-two .banner_w_parallax .banner_content h2 {
  color: #fff;
}

.cm-prhealth-sec-two .banner_w_parallax .banner_content p {
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
}

.cm-prhealth-sec-two .banner_w_parallax .banner_content p:last-child a {
  text-decoration: none;
  display: inline-block;
  position: relative;
  z-index: 0;
  outline: 0;
  border: 0;
  overflow: visible;
  border-radius: 3px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  padding: 0 18px;
  height: 46px;
  line-height: 46px;
  color: #fff;
  background: rgba(255,255,255,.25);
  text-shadow: none;
  transition: background .25s ease,color .25s ease;
}

.cm-prhealth-sec-two .banner_w_parallax .banner_content p:last-child a:hover {
  color: #000;
  background: #fff;
}

.cm-prhealth-sec-two .banner_w_parallax .banner_content p:last-child {
  margin: 0;
}

.cm-prhealth-sec-two .banner_w_parallax .page-center:after, 
.cm-prhealth-sec-two .banner_w_parallax .page-center:before {
  content: '';
  display: table;
}

.cm-prhealth-sec-two .banner_w_parallax .page-center:after {
  clear: both;
}

.cm-prhealth-sec-three .hs-button {
  margin: 0;
  text-decoration: none;
  display: inline-block;
  position: relative;
  z-index: 0;
  outline: 0;
  border: 0;
  overflow: visible;
  border-radius: 3px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  height: 56px;
  line-height: 56px;
  padding: 0 22px;
  color: #fff;
  background: rgba(255,255,255,.25);
  text-shadow: none;
  transition: background .25s ease,color .25s ease;
}

.cm-prhealth-sec-three .hs-button:hover {
  color: #000;
  background: #fff;
}

.cm-prhealth-sec-three .dnd-section {
  background-attachment: fixed;
}

/* ================================ room rental ================== */
.cm-room-sec-one .dnd-section > .row-fluid {
  padding-left: 20px;
  padding-right: 20px;
}

.cm-room-sec-one .dnd-section > .row-fluid > .dnd-column > .dnd-row > .row-fluid {
  position: relative;
  width: auto;
}

.cm-room-sec-two .hs-bgimage-with-content-wrp .page-center {
  max-width: 1255px;
  padding: 0;
}

.cm-room-sec-two .hs-bgimage-with-content-wrp {
  background-attachment: fixed;
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
}

.cm-room-sec-two .hs-bgimage-with-content-wrp .hs-bgimage-with-content-text {
  padding: 0;
}

.cm-room-sec-two .hs-bgimage-with-content-wrp .button-st a {
  background: #ec1d25;
  margin: 0;
}

.cm-room-sec-two .hs-bgimage-with-content-wrp .button-st a:hover {
  color: #fff;
  background: #ec1d25;
}

.cm-room-sec-one .widget-type-rich_text a {
  color: inherit;
  text-decoration: none;
}
/* =========================== Safety acheivement page ====================== */
.cm-sfacheivement-sec-one .dnd-section > .row-fluid {
  padding-left: 20px;
  padding-right: 20px;
}

.cm-sfacheivement-sec-one .dnd-section > .row-fluid > .dnd-column > .dnd-row > .row-fluid {
  position: relative;
  width: auto;
}

.cm-sfacheivement-sec-two .dnd-section > .row-fluid {
  max-width: 1240px;
}

.cm-sfacheivement-sec-two .dnd-section .span6 {
  position: relative;
  width: 100%;
  margin: 0;
  float: none;
  padding-left: 15px;
  padding-right: 15px;
}

.cm-sfacheivement-sec-two .dnd-section img {
  display: block;
  max-width: 100%;
  opacity: 1;
  transition: opacity 400ms;
  transition-delay: 0ms;
}

.cm-sfacheivement-page {
  background: #f9f9f9;
}

.cm-sfacheivement-sec-three .dnd-section {
  background-attachment: fixed;
}

.cm-sfacheivement-sec-three .dnd-section .widget-type-rich_text {
  padding: 53px;
}

.cm-sfacheivement-sec-three .dnd-section .widget-type-rich_text h4 {
  color: #0a0a0a;
}

.cm-sfacheivement-sec-three .cm-button-grp .button-pane-btn.gray_theme {
  text-align: center;
}

.cm-sfacheivement-sec-three .cm-button-grp .button-pane-btn.gray_theme a {
  height: 56px!important;
  line-height: 56px!important;
  padding: 0 22px!important;
  margin-bottom: 1px !important;
}

.cm-sfacheivement-sec-three .cm-button-grp .button-pane-btn.gray_theme a + a {
  margin-left: 2px;
}

.cm-sfacheivement-sec-four .custom-content-with-icon .custom-title {
  padding: 55px;
}

.entypo-download:before {
  content: '\e8f9';
}

.cm-sfacheivement-sec-four .custom-content-with-icon .builder-icon-box-icon {
  color: #0a0a0a;
}

.cm-sfacheivement-sec-four .custom-content-with-icon .content-with-icon-inner {
  margin: 0 0 7px;
}

.cm-sfacheivement-sec-four .custom-content-with-icon {
  border-bottom: 1px solid #d8d8d8;
}

.cm-sfacheivement-sec-five .dnd-section .span6 {
  position: relative;
  width: 100%;
  float: none;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.cm-sfacheivement-sec-five .dnd-section .widget-type-rich_text {
  margin: 0 0 22px;
  background: #fff;
  box-shadow: rgb(0 0 0 / 10%) 0 1px 2px;
  padding: 30px;
  border-radius: 3px;
  border: 1px solid #e4e4e4;
}

.cm-sfacheivement-sec-five .dnd-section .widget-type-rich_text h2 {
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 24px;
  text-transform: none;
  margin: 0 0 10px;
}

.cm-sfacheivement-sec-five .dnd-section .widget-type-rich_text p {
  font-weight: 300;
  font-size: 20px;
  margin: 0 0 10px;
}

.cm-sfacheivement-sec-six .dnd-section {
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}

.cm-sfacheivement-sec-six .dnd-section table {
  border: 1px solid #ddd;
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.6em;
  table-layout: fixed;
  width: 100%;
}

.cm-sfacheivement-sec-six .dnd-section table td {
  border: 1px solid #ddd;
  border-width: 0 1px 1px 0;
  font-weight: 400;
  text-align: left;
  padding: .4em;
  vertical-align: middle;
  background-color: inherit;
}

.cm-sfacheivement-sec-six .widget-type-rich_text {
  padding-bottom: 85px;
}

.hs-accordion-wrp .hs-accordion-set>.title-tab h3:hover {
  border-bottom: 1px solid #ec1d25;
}

.table {
  display: block;
  overflow-x: auto;
  width: 100%;
}

.cm-sfacheivement-sec-two .dnd-section .widget-type-rich_text {
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 18px;
}

.cm-sfacheivement-sec-three .cm-button-grp .button-pane-btn.gray_theme a {
  overflow: visible;
}

/* ============================== Safety training page ========================= */
.cm-sftraining-page {
  background: #f9f9f9;
}

.cm-sftraining-sec-one .dnd-section > .row-fluid {
  padding-left: 20px;
  padding-right: 20px;
}

.cm-sftraining-sec-one .dnd-section > .row-fluid > .dnd-column > .dnd-row > .row-fluid {
  position: relative;
  width: auto;
}

.cm-sftraining-sec-two .custom-content-with-icon .custom-title {
  padding: 55px;
}

.entypo-list-add:before {
  content: '\e856';
}

.entypo-alert:before {
  content: '\e90b';
}

.entypo-heart:before {
  content: '\e8d2';
}

.cm-sftraining-sec-two .custom-content-with-icon .content-with-icon-inner h3 {
  margin: 0;
}

.cm-sftraining-sec-two .hs-button {
  margin: 0;
  text-decoration: none;
  display: inline-block;
  text-shadow: rgba(0,0,0,.25) 0 1px 2px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  transition: color .25s ease,border .25s ease;
  position: relative;
  z-index: 0;
  outline: 0;
  border: 0;
  overflow: visible;
  border-radius: 3px;
  background: #ec1d25;
  padding: 0 18px;
  height: 46px;
  line-height: 46px;
}

.cm-sftraining-page .row-fluid [class*="span"] {
  min-height: auto;
}

.cm-sftraining-sec-three .dnd-section {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}

.cm-sftraining-sec-three .dnd-section .span12 .widget-type-rich_text {
  padding: 55px;
}

.cm-sftraining-sec-three .dnd-section .widget-type-rich_text p:last-child {
  margin: 0 0 -6px;
}

.cm-sftraining-sec-three .dnd-section .widget-type-rich_text p:last-child a {
  text-decoration: none;
  display: inline-block;
  text-shadow: rgba(0,0,0,.25) 0 1px 2px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  transition: color .25s ease,border .25s ease;
  position: relative;
  z-index: 0;
  outline: 0;
  border: 0;
  overflow: visible;
  border-radius: 3px;
  background: #ec1d25;
  margin-bottom: 6px;
  padding: 0 18px;
  height: 46px;
  line-height: 46px;
}

.cm-sftraining-sec-three .dnd-section .widget-type-rich_text {
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 18px;
}

.cm-sftraining-sec-two .hs-button:hover {
  background: #ec1d25;
  color: #fff;
}

/* ======================= virtual planroom ================== */
.cm-virtual-sec-one .dnd-section > .row-fluid {
  padding-left: 20px;
  padding-right: 20px;
}

.cm-virtual-sec-one .dnd-section > .row-fluid > .dnd-column > .dnd-row > .row-fluid {
  position: relative;
  width: auto;
}

.cm-virtual-sec-one .dnd-section a {
  color: inherit;
}

.cm-virtual-sec-two .dnd-section {
  padding-left: 30px;
  padding-right: 30px;
}

.cm-virtual-page {
  background: #f9f9f9;
}

.cm-virtual-sec-two .dnd-section .span6:first-child > div {
  background-color: #ffffff;
}

.cm-virtual-sec-two .dnd-section .span6 .widget-type-space {
  height: 3em;
}

.cm-virtual-sec-two .dnd-section .span6:first-child .widget-type-linked_image {
  display: block;
  margin-bottom: calc(3em + 66px);
}

.cm-virtual-sec-two .dnd-section .widget-type-linked_image img {
  transition: opacity 400ms;
  transition-delay: 0ms;
  display: block;
  margin: 0 auto;
}

.cm-virtual-sec-two .dnd-section h3.form-title {
  padding: 0;
  margin: 0 0 22px;
  text-align: center;
}

.cm-virtual-sec-two .dnd-section .span6 .hs-button {
  margin: 0;
  background: #ec1d25;
  text-decoration: none;
  display: inline-block;
  text-shadow: rgba(0,0,0,.25) 0 1px 2px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  transition: color .25s ease,border .25s ease;
  position: relative;
  z-index: 0;
  outline: 0;
  border: 0;
  overflow: visible;
  border-radius: 3px;
  padding: 0 18px;
  height: 46px;
  line-height: 46px;
}

.cm-virtual-sec-two .dnd-section .span6 .hs-button:hover {
  color: #fff;
  background: #ec1d25;
}

.cm-virtual-sec-seven .dnd-section {
  background-color: #ffffff;
}

.cm-virtual-sec-six .dnd-section .widget-type-rich_text {
  max-width: 700px;
  margin: 0 auto 51px;
}

.cm-virtual-sec-six .dnd-section .widget-type-rich_text iframe {
  width: 100%!important;
  max-width: 100%;
  opacity: 1;
  transition: opacity 400ms;
  transition-delay: 0ms;
}

.cm-virtual-sec-six .dnd-section {
  background-attachment: fixed;
}

.cm-virtual-sec-five .dnd-section > .row-fluid {
  max-width: 1240px;
}

.cm-virtual-sec-five .dnd-section .span6 {
  position: relative;
  width: 100%;
  padding: 0;
  float: none;
  margin: 0;
}

.cm-virtual-sec-five .dnd-section .span6 .hs-button {
  margin: 0;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  transition: color .25s ease,border .25s ease;
  position: relative;
  z-index: 0;
  outline: 0;
  border: 0;
  overflow: visible;
  border-radius: 3px;
  font-weight: 400 ;
  border-right-width: 3px;
  border-style: solid;
  border-top-style: solid;
  border-top-width: 3px;
  border-width: 3px;
  border-left-width: 3px;
  border-bottom-width: 3px;
  border-color: rgba(255,255,255,1);
  height: 56px;
  line-height: 56px;
  padding: 0 22px;
  color: #444;
  background: #e5e5e5;
  text-shadow: none;
  font-family: 'Open Sans' ;
}

.cm-virtual-sec-five .dnd-section .span6 .hs-button:hover {
  color: #444;
  background: #e5e5e5;
}

.cm-virtual-page .row-fluid [class*="span"] {
  min-height: auto;
}

.cm-vir-plan-demo-sec-one form fieldset:first-child {
  max-width: 100%;
}

.cm-vir-plan-demo-page {
  background: #f9f9f9;
}

.cm-vir-plan-demo-sec-one form fieldset .input {
  margin: 0 !important;
}

.cm-vir-plan-demo-sec-one form fieldset.form-columns-2 > .hs-form-field {
  width: 48%;
  margin-bottom: 20px;
}

.cm-vir-plan-demo-sec-one form fieldset.form-columns-2 > .hs-form-field:last-child {
  margin-left: 4%;
}

/* ============================ Virtual Planroom Demo ====================== */
.cm-vir-plan-demo-sec-one form {
  max-width: 100%;
  padding: 70px;
  border: none;
}

.cm-vir-plan-demo-sec-one form fieldset {
  max-width: 60%;
}

.cm-vir-plan-demo-sec-one form fieldset .hs-richtext {
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #222;
  margin: 0;
}

.cm-vir-plan-demo-sec-one fieldset > .hs-form-field {
  padding: 10px 0;
  margin: 0;
}

.cm-vir-plan-demo-sec-one fieldset>.hs-form-field .inputs-list {
  padding: 0;
  margin: 0;
}

.cm-vir-plan-demo-sec-one fieldset>.hs-form-field .inputs-list > li {
  margin-bottom: 5px;
}

.cm-vir-plan-demo-sec-one fieldset>.hs-form-field .inputs-list > li + li {
  padding: 0;
}

.cm-vir-plan-demo-sec-one fieldset>.hs-form-field .inputs-list > li > label {
  font-family: 'Open Sans';
  font-weight: 400;
  line-height: 1.5;
  font-size: 18px;
}

.hs-input[type=checkbox] {
  min-height: auto;
  border: 1px solid #ccc;
  background-color: #fff;
  width: 14px !important;
  height: 14px;
  margin: 0 10px 0 3px;
  display: inline-block;
  vertical-align: baseline;
}

.cm-vir-plan-demo-sec-one fieldset>.hs-form-field .inputs-list > li > label > span {
  display: inline;
  vertical-align: baseline;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.cm-vir-plan-demo-sec-one form .hs-button {
  margin: 0;
}

.cm-vir-plan-demo-sec-one form .hs-submit {
  padding: 5px 0 0 0;
  clear: both;
  position: relative;
  margin-bottom: 24px;
}

.cm-vir-plan-demo-sec-two .widget-type-space {
  padding: 55px;
}

.cm-labor-sec-one .dnd-section > .row-fluid > .span12 .widget-type-rich_text {
  padding: 119px;
}

.cm-labor-page {
  background: #f9f9f9;
}

.cm-labor-sec-two .custom-content-with-icon .builder-icon-box-icon {
  color: #ec1d25;
}

.entypo-flickr-circled:before {
  content: '\e89e';
}

.entypo-doc-text:before {
  content: '\e917';
}

.entypo-flash:before {
  content: '\e864';
}

.entypo-book-open:before {
  content: '\e91a';
}

.cm-labor-sec-two .custom-content-with-icon .content-with-icon-inner {
  margin-bottom: 55px;
}

.cm-labor-sec-two .custom-content-with-icon .custom-title h3 {
  margin: 0 0 22px;
  line-height: 1.25;
}

.cm-labor-sec-three .dnd-section {
  padding-left: 300px;
  padding-right: 300px;
}
/* ============================== Comittee information ==================== */
.custom-comittee-wrapper {
  background: #f9f9f9;
}

.cm-comittee-sec-one .dnd-section {
  position: relative;
  background-attachment: fixed;
}

.cm-comittee-sec-one .dnd-section:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  opacity: 0.73;
  background-color: #0a0a0a;
  content: '';
}

.cm-comittee-sec-one .dnd-section > .row-fluid {
  max-width: 1255px;
  position: relative;
  z-index: 9;
}

.cm-comittee-sec-one .dnd-section .span7, 
.cm-comittee-sec-one .dnd-section .span5 {
  display: block;
  width: 100%;
  float: none;
  margin: 0;
}

.cm-comittee-sec-one .dnd-section a {
  color: inherit;
  text-decoration: none;
}

.cm-comittee-sec-two .dnd-section  > .row-fluid {
  max-width: 1240px;
}

.cm-comittee-sec-two .dnd-section .span6 {
  display: block;
  width: 100%;
  margin: 0;
  float: none;
}

.cm-comittee-sec-two .dnd-section .span6:last-child p:last-child {
  margin: 0 0 -6px;
}

.cm-comittee-sec-two .dnd-section .span6:last-child p:last-child a {
  text-decoration: none;
  display: inline-block;
  text-shadow: rgba(0,0,0,.25) 0 1px 2px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  transition: color .25s ease,border .25s ease;
  position: relative;
  z-index: 0;
  outline: 0;
  border: 0;
  overflow: visible;
  border-radius: 3px;
  background: #ec1d25;
  margin-bottom: 6px;
  padding: 0 18px;
  height: 46px;
  line-height: 46px;
}

.entypo-mail:before {
  content: '\e8d1';
}

.cm-comittee-sec-two .dnd-section .span6:last-child p:last-child a .entypo-mail:before {
  margin-right: 0;
}

.cm-comittee-sec-four .dnd-section > .row-fluid {
  max-width: 1240px;
}

.cm-comittee-sec-four .dnd-section {
  background-attachment: fixed;
}

.cm-comittee-sec-four .dnd-section .span6 {
  width: 100%;
  float: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.custom-comittee-wrapper .row-fluid [class*="span"] {
  min-height: auto;
}

.cm-comittee-sec-four .dnd-section .span6 h3 {
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 18px;
  text-transform: none;
  letter-spacing: 1px;
  line-height: 1.5;
  cursor: pointer;
}

.cm-comittee-sec-four .dnd-section .span6 h4 a {
  color: inherit;
  text-decoration: none;
}

.cm-comittee-sec-four .dnd-section .span6 h4 {
  margin-top: 0px;
  margin-bottom: 58px;
}

.cm-comittee-sec-four .dnd-section .span6 h2 {
  line-height: 1;
  margin-top: 0px;
  margin-bottom: 58px;
}

.cm-comittee-sec-four .dnd-section .span6 h3 .entypo-mail {
  width: auto;
  margin: 0 2px 0 0;
  font-size: 16px;
}
/* ============================ Thank you page ======================== */
.cm-fullwidth-sec .dnd_area-row-0-background-image {
  height: 100vh;
  background-attachment: fixed;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.cm-fullwidth-sec .dnd_area-row-0-background-image > .row-fluid {
  display: table-cell;
  vertical-align: middle;
}

.banner-section .row-fluid [class*="span"] {
  min-height: auto;
}

.cm-fullwidth-sec .dnd_area-row-0-background-image:after {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100vh + 34px);
  width: 100%;
  z-index: 2;
  content: '';
  opacity: .15;
  background-color: #0A0A0A;
}

.cm-fullwidth-sec .dnd_area-row-0-background-image > .row-fluid {
  position: relative;
  z-index: 5;
}

.cm-fullwidth-sec  .widget-type-rich_text h6 {
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 100px;
  letter-spacing: -4px;
  line-height: 1;
  padding-bottom: 22px;
}

.cm-fullwidth-sec .widget-type-rich_text h3 a {
  color: inherit;
  text-decoration: none;
}

/* ========================= safety services ======================= */
.cm-safety-services-page {
  background: #f9f9f9;
}

.cm-safety-services-sec-one .widget-type-rich_text {
  padding: 122px;
}

.cm-safety-services-sec-two .dnd-section {
  background-attachment: fixed;
}

.cm-safety-services-sec-two .cm-button-grp .button-pane-btn.transparent a {
  font-weight: 400!important;
}

/* ============================= Cam core page ======================= */
.banner-camcore-section .banner-area-wrp h3 {
  line-height: 1;
  margin-top: 55px;
  margin-bottom: 25px;
  color: #ffffff;
  text-align: left;
}

.banner-camcore-section .banner-area-wrp h1 {
  line-height: 1;
  margin-bottom: 25px;
}

.banner-camcore-section .banner-area-wrp {
  padding-bottom: 50px;
}

.body-camcore-wrapper {
  background: #f9f9f9;
}

.body-camcore-wrapper .row-fluid [class*="span"] {
  min-height: auto;
}

.cm-camcore-sec-one .dnd-section {
  background-attachment: scroll;
  position: relative;
}

.cm-camcore-sec-one .dnd-section:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  content: '';
  opacity: 0.59;
  background-color: #0a0a0a;
}

.cm-camcore-sec-one .dnd-section > .row-fluid {
  position: relative;
  z-index: 9;
  padding-left: 20px;
  padding-right: 20px;
}

.cm-camcore-sec-one .dnd-section .widget-type-cell > .dnd-row > .row-fluid {
  position: relative;
  width: auto;
}

.cm-camcore-sec-one .dnd-section .span8, 
.cm-camcore-sec-one .dnd-section .span4 {
  position: relative;
  width: 100%;
  float: none;
  margin: 0;
  padding: 0;
}

.cm-camcore-sec-one .dnd-section .span8 h4 {
  margin-bottom: 33px;
}

.cm-camcore-sec-one .dnd-section .span8 p:last-of-type a {
  text-decoration: none;
  display: inline-block;
  position: relative;
  z-index: 0;
  outline: 0;
  border: 0;
  overflow: visible;
  border-radius: 3px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  margin-bottom: 6px;
  padding: 0 18px;
  line-height: 46px;
  color: #fff;
  background: rgba(255,255,255,.25);
  text-shadow: none;
  transition: background .25s ease,color .25s ease;
}

.cm-camcore-sec-one .dnd-section .span8 p:last-of-type a:hover {
  color: #000;
  background: #fff;
}

.cm-camcore-sec-one .dnd-section .span8 p:last-of-type a:not(:last-child) {
  margin-right: 6px;
}

.cm-camcore-sec-one .dnd-section .span8 p:last-of-type {
  margin: 0 0 -6px;
}

.cm-camcore-sec-two .dnd-section > .row-fluid,
.cm-camcore-sec-four .dnd-section > .row-fluid {
  padding-left: 20px;
  padding-right: 20px;
}

.cm-camcore-sec-two .dnd-section > .row-fluid > .dnd-column > .dnd-row:last-child > .row-fluid,
.cm-camcore-sec-three .dnd-section > .row-fluid > .dnd-column > .dnd-row:last-child > .row-fluid,
.cm-camcore-sec-four .dnd-section > .row-fluid > .dnd-column > .dnd-row:last-child > .row-fluid {
  position: relative;
  width: auto;
}

.cm-camcore-sec-two .dnd-section .span6,
.cm-camcore-sec-three .dnd-section .span6,
.cm-camcore-sec-four .dnd-section .span6 {
  display: block;
  width: 100%;
  float: none;
  margin: 0;
  padding: 0;
}

.cm-camcore-sec-two .dnd-section .widget-type-rich_text h2,
.cm-camcore-sec-four .dnd-section .widget-type-rich_text h2 {
  padding-bottom: 15px;
}

.cm-camcore-sec-two .dnd-section .span6 .widget-type-rich_text h3 {
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 35px;
  line-height: 1.5;
  color: #222;
  letter-spacing: normal;
}

.cm-camcore-sec-two .dnd-section .span6:last-child .widget-type-rich_text p {
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 20px;
}

.cm-camcore-sec-two .dnd-section .span6:first-child h3 {
  font-weight: 600 !important;
  font-size: 34px !important;
}

.cm-camcore-sec-two .dnd-section .span6 ul {
  margin-bottom: 17px;
}

.cm-camcore-sec-three .dnd-section {
  position: relative;
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #b2b2b2;
}

.cm-camcore-sec-three .dnd-section > .row-fluid {
  padding-left: 20px;
  padding-right: 20px;
}

.cm-camcore-sec-three .dnd-section .widget-type-header {
  padding-bottom: 15px;
}

.cm-camcore-sec-three .cm-button-grp .button-pane-btn {
  text-align: left;
}

.cm-camcore-sec-four .hs-button {
  margin: 0;
  text-decoration: none;
  display: inline-block;
  text-shadow: rgba(0,0,0,.25) 0 1px 2px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  transition: color .25s ease,border .25s ease;
  position: relative;
  z-index: 0;
  outline: 0;
  border: 0;
  overflow: visible;
  border-radius: 3px;
  background: #ec1d25;
  padding: 0 18px;
  height: 46px;
  line-height: 46px;
}

.cm-camcore-sec-four .hs-button:hover {
  color: #fff;
  background: #ec1d25;
}

/* =============================== Miscellaneous ========================= */
.cm-join-sec-one .dnd-section .span7, 
.cm-join-sec-one .dnd-section .span5,
.cm-room-sec-one .dnd-section .span8,
.cm-room-sec-one .dnd-section .span4,
.cm-virtual-sec-one .dnd-section .span7,
.cm-virtual-sec-one .dnd-section .span5,
.cm-sftraining-sec-one .dnd-section .span9,
.cm-sftraining-sec-one .dnd-section .span4,
.cm-sfacheivement-sec-one .dnd-section .span9,
.cm-sfacheivement-sec-one .dnd-section .span4 {
  display: block;
  width: 100%;
  float: none;
  margin: 0;
  padding: 0;
}

.cm-room-page .row-fluid [class*="span"],
.cm-virtual-page .row-fluid [class*="span"],
.cm-sftraining-page .row-fluid [class*="span"],
.cm-join-page-wrapper .row-fluid [class*="span"],
.cm-sfacheivement-page .row-fluid [class*="span"] {
  min-height: auto;
}

.cm-room-page {
  background: #f9f9f9;
}

.cm-join-sec-one .hs-button:hover {
  border-color: rgba(255,255,255,1);
  color: #444;
  background: #e5e5e5;
}

.cm-prhealth-sec-one-part blockquote {
  font-style: normal;
  border-radius: 3px;
  border: 1px solid #e4e4e4;
}

.cm-prhealth-sec-one-part blockquote h2 {
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 24px;
  text-transform: none;
  margin: 0 0 10px;
}

.cm-prhealth-sec-one-part blockquote a {
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  transition: color .25s ease,border .25s ease;
  position: relative;
  z-index: 0;
  outline: 0;
  border: 0;
  overflow: visible;
  border-radius: 3px;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
  text-shadow: rgba(0,0,0,.25) 0 1px 2px;
  background: #ec1d25;
  padding: 14px 20px;
}

.cm-prhealth-sec-one-part blockquote a:hover {
  color: #fff;
  background: #ec1d25;
}

.cm-prhealth-sec-one h6 {
  font-size: 9px;
  font-family: 'Open Sans';
  font-weight: 400;
  line-height: 1.5;
  color: #222;
}

/*--------------------------------------style2*/
.cm-miosha-sec-three .widget-type-space {
  max-width: 1250px;
  margin: 0 auto;
  padding: 76px 20px;
}

.cm-miosha-sec-three .custom-content-with-icon .content-with-icon-inner {
  margin: 0 0 7px;
}

.cm-miosha-sec-five .custom-content-with-icon .custom-title h3 {
  line-height: 1.25;
  margin: 0 0 22px;
}

.cm-miosha-sec-five .custom-content-with-icon .custom-title {
  padding: 119px;
}

.cm-miosha-sec-five .custom-content-with-icon .content-with-icon-inner {
  margin-bottom: 7px;
}

/* =============================== Miscellaneous ============================== */
.cm-vir-plan-demo-sec-one form input.hs-input::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.8;
} 
.cm-vir-plan-demo-sec-one form input.hs-input::-moz-placeholder {
  color: inherit;
  opacity: 0.8;
}

.cm-sfacheivement-sec-five .widget-type-header {
  text-align: center;
}

.cm-sfacheivement-sec-five .widget-type-header h2 {
  margin-bottom: 28px;
}

.cm-virtual-sec-seven .hs-accordion-wrp table {
  margin: 0 0 1.6em;
}

/* ======================================== Media queries ========================= */
@media (min-width: 992px) {
  .cm-miosha-sec-one .dnd-section .span4 {
    width: 50%;
  }
  .cm-political-sec-four form fieldset.form-columns-2 > .hs-form-field {
    width: 50%;
    float: left;
  }
  .cm-prhealth-sec-one .dnd-section:not(:first-child) {
    display: none;
  }

  .cm-virtual-sec-two .dnd-section > .row-fluid {
    margin-left: -22.5px;
    margin-right: -22.5px;
    width: auto;
  }

  .cm-virtual-sec-two .dnd-section .widget-type-cell > .dnd-row > .row-fluid {
    display: table;
    table-layout: fixed;
    width: 100%;
    position: relative;
  }

  .cm-virtual-sec-two .dnd-section .span6 {
    float: none;
    display: table-cell;
    margin: 0;
    position: relative;
    padding-left: 22.5px;
    padding-right: 22.5px;
    width: 50%;
    vertical-align: middle
  }

  .cm-comittee-sec-four .dnd-section .span6 {
    width: 60%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cm-virtual-sec-one .dnd-section > .row-fluid > .dnd-column > .dnd-row > .row-fluid{ 
    margin-left: -15px;
    margin-right: -15px;
  }

  .cm-virtual-sec-one .dnd-section .span7 {
    width: 60%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cm-virtual-sec-one .dnd-section .span5 {
    width: 40%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cm-prhealth-sec-one .dnd-section>.row-fluid>.dnd-column>.dnd-row>.row-fluid, 
  .cm-prhealth-sec-one-part .dnd-section>.row-fluid>.dnd-column>.dnd-row>.row-fluid {
    margin-left: -15px;
    margin-right: -15px;
  }

}

@media (min-width: 600px) {
  .cm-join-sec-one .dnd-section>.row-fluid>.dnd-column>.dnd-row>.row-fluid,
  .cm-room-sec-one .dnd-section>.row-fluid>.dnd-column>.dnd-row>.row-fluid,
  .cm-sftraining-sec-one .dnd-section>.row-fluid>.dnd-column>.dnd-row>.row-fluid,
  .cm-sfacheivement-sec-one .dnd-section>.row-fluid>.dnd-column>.dnd-row>.row-fluid{ 
    margin-left: -15px;
    margin-right: -15px;
  }
  .cm-join-sec-one .dnd-section .span7 {
    width: 66.66%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  } 
  .cm-join-sec-one .dnd-section .span5 {
    width: calc(100% - 66.66%);
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cm-sfacheivement-sec-one .dnd-section .span9,
  .cm-sftraining-sec-one .dnd-section .span9,
  .cm-prhealth-sec-one-part .dnd-section .span9 {
    width: 75%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  } 
  .cm-sfacheivement-sec-one .dnd-section .span3,
  .cm-sftraining-sec-one .dnd-section .span3,
  .cm-prhealth-sec-one-part .dnd-section .span3 {
    width: 25%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cm-miosha-sec-one .dnd-section .span4 {
    width: 33.33%;
  }
  .cm-miosha-sec-four .span8 {
    width: 60%;
    float: left;
  } 
  .cm-miosha-sec-four .span4 {
    width: 40%;
    float: left;
  }
  .cm-political-sec-two .dnd-section .span6 {
    width: 50%;
    float: left;
  }
  .cm-political-sec-three .dnd-section > .row-fluid > .dnd-column {
    width: 75%;
  }

  .cm-prhealth-sec-one .dnd-section .span9 {
    width: 75%;
    float: left;
  }

  .cm-prhealth-sec-one .dnd-section .span3 {
    width: 25%;
    float: left;
  }

  .cm-prhealth-sec-two .banner_w_parallax .banner_content {
    width: 50%;
    float: right;
  }

  .cm-room-sec-two .hs-bgimage-with-content-wrp.half_width .button-st,
  .cm-room-sec-two .hs-bgimage-with-content-wrp.half_width .hs-bgimage-with-content {
    float: right;
  }

  .cm-sfacheivement-sec-two .dnd-section .span6 {
    width: 50%;
    float: left;
  }

  .cm-sfacheivement-sec-five .dnd-section .span6 {
    width: 50%;
    float: left;
  }

  .cm-sfacheivement-sec-five .dnd-section > .row-fluid > .dnd-column > .dnd-row:not(:first-child) > .row-fluid {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
  }

  .cm-sftraining-sec-one .dnd-section > .row-fluid > .dnd-column {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cm-virtual-sec-five .dnd-section .span6 {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
    float: left;
  }

  .cm-comittee-sec-one .dnd-section .span7 {
    width: 60%;
    float: left;
    padding-left: 22.5px;
    padding-right: 22.5px;
  } 

  .cm-comittee-sec-one .dnd-section .span5 {
    width: 40%;
    float: left;
    padding-left: 22.5px;
    padding-right: 22.5px;
  }

  .cm-comittee-sec-two .dnd-section .span6 {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cm-camcore-sec-one .dnd-section > .row-fluid > .widget-type-cell > .dnd-row > .row-fluid {
    margin-left: -15px;
    margin-right: -15px;
  }

  .cm-camcore-sec-one .dnd-section .span8 {
    width: 75%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  } 

  .cm-camcore-sec-one .dnd-section .span4 {
    width: 25%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cm-camcore-sec-two .dnd-section > .row-fluid > .dnd-column > .dnd-row:last-child > .row-fluid,
  .cm-camcore-sec-three .dnd-section > .row-fluid > .dnd-column > .dnd-row:last-child > .row-fluid,
  .cm-camcore-sec-four .dnd-section > .row-fluid > .dnd-column > .dnd-row:last-child > .row-fluid {
    margin-left: -22.5px;
    margin-right: -22.5px;
  }

  .cm-camcore-sec-two .dnd-section .span6,
  .cm-camcore-sec-three .dnd-section .span6,
  .cm-camcore-sec-four .dnd-section .span6 {
    padding-left: 22.5px;
    padding-right: 22.5px;
    float: left;
    width: 50%;
  }

  .cm-room-sec-one .dnd-section .span8 {
    width: 75%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cm-room-sec-one .dnd-section .span4 {
    width: 25%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cm-miosha-sec-one .dnd-section .span4 {
    float: left;
  }

}

/* =========== */
@media (max-width: 1100px) {
  .cm-miosha-sec-one .dnd-section .span4 p a {
    height: auto;
  }
}

@media (max-width: 991px) and (min-width: 480px) {
  .cm-miosha-sec-four .span4 .widget-type-rich_text h2 {
    font-size: 25px;
  }
}

@media (max-width: 991px) and (min-width: 600px) {
  .cm-camcore-sec-two .dnd-section>.row-fluid>.dnd-column>.dnd-row:last-child>.row-fluid, 
  .cm-camcore-sec-three .dnd-section>.row-fluid>.dnd-column>.dnd-row:last-child>.row-fluid, 
  .cm-camcore-sec-four .dnd-section>.row-fluid>.dnd-column>.dnd-row:last-child>.row-fluid {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media (max-width: 991px) {
  .cm-sfacheivement-sec-three .cm-button-grp .button-pane-btn.gray_theme a {
    overflow: visible;
    height: auto !important;
  }

  .cm-prhealth-sec-one-part {
    display: none;
  }

  .cm-prhealth-sec-one .dnd-section:first-child {
    display: none;
  }

  .cm-prhealth-sec-one .dnd-section img {
    display: block;
    opacity: 1;
    transition: opacity 400ms;
    transition-delay: 0ms;
  }

  .cm-prhealth-sec-one .dnd-section:last-child .widget-type-cell > .dnd-row:last-child .widget-type-rich_text {
    margin: 0 0 22px;
    background: #fff;
    box-shadow: rgb(0 0 0 / 10%) 0 1px 2px;
    padding: 30px;
    border-radius: 3px;
    border: 1px solid #e4e4e4;
    cursor: pointer;
  }

  .cm-prhealth-sec-one .dnd-section .widget-type-cell > .dnd-row:last-child .widget-type-rich_text h2 {
    font-size: 25px !important;
    margin: 0 0 10px;
  }

  .cm-prhealth-sec-one .dnd-section .widget-type-cell > .dnd-row:last-child .widget-type-rich_text a {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    transition: color .25s ease,border .25s ease;
    position: relative;
    z-index: 0;
    outline: 0;
    border: 0;
    overflow: visible;
    border-radius: 3px;
    padding: 15px;
    line-height: 1;
    text-decoration: none;
    display: inline-block;
    text-shadow: rgba(0,0,0,.25) 0 1px 2px;
    background: #ec1d25;
    padding: 14px 20px;
  }

  .cm-prhealth-sec-two {
    display: none;
  }

  .cm-virtual-sec-two .dnd-section .span6 .widget-type-space {
    height: auto;
  }

  .cm-virtual-sec-two .dnd-section .widget-type-cell {
    padding: 0;
    width: 100%;
  }

  .cm-virtual-sec-two .dnd-section .span6:last-child {
    display: none;
  }

  .cm-virtual-sec-two .dnd-section > .row-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cm-virtual-sec-two .dnd-section .span6 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cm-virtual-sec-two .dnd-section {
    padding: 0;
    background-color: #fff;
  }
  .cm-virtual-sec-two .dnd-section .span6:first-child .widget-type-linked_image {
    margin-bottom: 22px;
  }

  .container-fluid.cm-virtual-sec-four {
    display: none;
  }

  .cm-labor-sec-one .dnd-section  > .row-fluid > .span12 .widget-type-rich_text {
    padding: 0;
  }

  .cm-labor-sec-one .dnd-section .widget-type-rich_text h3 {
    font-size: 22px;
    margin-top: 52px;
    line-height: 1.5;
  }

  .cm-labor-sec-three .dnd-section {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 61px;
    padding-bottom: 60px;
  }

  .cm-labor-sec-three .dnd-section > .row-fluid {
    padding: 20px;
  }

  .cm-labor-sec-two .custom-content-with-icon .custom-title {
    padding-bottom: 110px;
  }

  .cm-labor-sec-two .custom-content-with-icon .content-with-icon-inner {
    margin: 0;
  }

  .cm-labor-sec-two .custom-content-with-icon .row {
    display: flex;
    flex-wrap: wrap;
  }

  .cm-comittee-sec-four .dnd-section > .row-fluid {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1250px;
  }

  .cm-comittee-sec-four .dnd-section .span6 {
    text-align: center;
  }

  .cm-comittee-sec-four .dnd-section .span6 h3 .entypo-mail {
    display: block;
    font-size: 64px;
    margin: 0;
  }

  .cm-fullwidth-sec .widget-type-rich_text h6 {
    font-size: 60px;
  }

  .cm-safety-services-sec-one .widget-type-rich_text {
    padding: 0;
  }

  .cm-safety-services-sec-one .widget-type-rich_text h4 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .cm-vir-plan-demo-sec-one form fieldset .hs-richtext {
    font-size: 15px;
  }

}

@media (max-width: 767px) {
  .cm-vir-plan-demo-sec-one form fieldset {
    max-width: 100%;
  }
  .cm-vir-plan-demo-sec-one fieldset>.hs-form-field .inputs-list>li>label {
    line-height: 1.25;
  }
}

@media (max-width: 599px) {
  .cm-membership-benefits-sec2 .hs-popupContent-wrp {
    padding-bottom: 60px !important;
  }
  .cm-join-sec-one .dnd-section>.row-fluid>.widget-type-cell {
    margin-bottom: 30px;
  }

  .cm-miosha-sec-five .custom-content-with-icon {
    margin: 0 0 22px;
  }

  .cm-miosha-sec-five .span6:first-child .custom-content-with-icon {
    margin-bottom: 30px;
  }

  .cm-miosha-sec-five .widget-type-rich_text {
    padding: 119px 15px;
  }

  .cm-miosha-sec-one .dnd-section .span4:not(:last-child) {
    margin-bottom: 30px;
  }

  .cm-miosha-sec-two .hs-bgimage-with-content-wrp .page-center {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
  }

  .cm-miosha-sec-three .widget-type-space {
    margin-top: 46px;
  }

  .cm-miosha-sec-four .span8 .widget-type-rich_text {
    margin-bottom: 30px;
  }

  .cm-miosha-sec-four .span4 .widget-type-rich_text h2 {
    font-size: 25px;
  }

  .cm-political-sec-two .dnd-section .span6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cm-political-sec-two .dnd-section .span6:not(:last-child) {
    margin-bottom: 30px;
  }

  .cm-political-sec-three .dnd-section .widget-type-rich_text {
    margin-bottom: 30px;
  }

  .cm-prhealth-sec-three {
    display: none;
  }

  .cm-room-sec-one .dnd-section>.row-fluid > .dnd-column {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cm-room-sec-one .widget-type-rich_text {
    margin-bottom: 30px;
  }

  .cm-room-sec-two .hs-bgimage-with-content-wrp .hs-bgimage-with-content {
    margin-top: 30px;
  }

  .cm-sfacheivement-sec-one .dnd-section>.row-fluid>.dnd-column {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cm-sfacheivement-sec-two .dnd-section .span6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cm-sfacheivement-sec-five .dnd-section .span6 {
    padding: 0;
  }

  .cm-sfacheivement-sec-two .dnd-section .span6:not(:last-child) {
    margin-bottom: 30px;
  }

  .cm-sftraining-sec-one .dnd-section .widget-type-rich_text {
    margin-bottom: 30px;
  }

  .cm-sftraining-sec-two .custom-content-with-icon .content-with-icon-inner h3 {
    margin: 0 0 22px;
  }

  .cm-virtual-sec-five .dnd-section > .row-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cm-virtual-sec-three .hs-cta-wrapper {
    display: block;
    margin: 30px 0;
  }

  .cm-virtual-sec-five .dnd-section .span6:not(:last-child) .widget-type-rich_text {
    margin-bottom: 30px;
  }

  .cm-virtual-sec-five .dnd-section .span6:last-child {
    margin-bottom: 22px;
  }

  .cm-labor-sec-two .custom-content-with-icon .content-with-icon-inner {
    margin: 8px;
  }

  .cm-comittee-sec-one .dnd-section .span7 {
    margin-bottom: 8px;
  }

  .cm-comittee-sec-one .dnd-section .span5 img {
    display: block;
    opacity: 1;
    transition: opacity 400ms;
    transition-delay: 0ms;
  }

  .cm-comittee-sec-two .dnd-section .span6:not(:last-child) {
    margin-bottom: 8px;
  }

  .cm-camcore-sec-one .dnd-section .span8 {
    margin-bottom: 30px;
  }

  .cm-camcore-sec-two .dnd-section .span6:first-child h3 {
    font-size: 30px !important;
  }

  .cm-camcore-sec-two .dnd-section .span6:first-child {
    margin-bottom: 25px;
  }

  .cm-camcore-sec-three .dnd-section .span6:first-child {
    margin-bottom: 24px;
  }

  .cm-camcore-sec-four .dnd-section .span6:first-child {
    margin-bottom: 8px;
  }

  .cm-join-sec-one .dnd-section .span7, 
  .cm-room-sec-one .dnd-section .span8, 
  .cm-sfacheivement-sec-one .dnd-section .span8 {
    margin-bottom: 8px;
  }

  .cm-miosha-sec-five .custom-content-with-icon {
    margin: 0;
  }

  .cm-miosha-sec-five .custom-content-with-icon .content-with-icon-inner:last-child {
    margin-bottom: 22px;
  }

  .cm-miosha-sec-five .custom-content-with-icon .content-with-icon-inner {
    margin-bottom: 30px;
  }

  .cm-miosha-sec-five .custom-content-with-icon .custom-title {
    padding: 119px 50px;
  }

  .cm-miosha-sec-three .custom-content-with-icon .content-with-icon-inner {
    margin-bottom: 30px;
  }

  .cm-miosha-sec-three .custom-content-with-icon .content-with-icon-inner:last-child {
    margin-bottom: 22px;
  }

  .cm-miosha-sec-three .widget-type-space {
    padding-top: 54px;
  }

  .cm-fullwidth-sec .dnd_area-row-0-background-image:after {
    height: calc(100% + 26px);
  }

}

@media (max-width: 479px) {
  .cm-miosha-sec-two .hs-bgimage-with-content-wrp .hs-bgimage-with-content-text h2 {
    font-size: 34px;
  }

  .cm-miosha-sec-four .widget-type-header h2 {
    font-size: 34px;
  }

  .cm-miosha-sec-four .span4 .widget-type-rich_text h2 {
    font-size: 20px;
  }

  .cm-political-sec-one h2 {
    font-size: 34px;
  }

  .cm-political-sec-four form .hs-form-field > label {
    font-size: 14px;
  }

  .cm-political-sec-four form .hs-input {
    width: 100% !important;
  }

  .cm-prhealth-sec-one .dnd-section .widget-type-cell>.dnd-row:last-child .widget-type-rich_text h2 {
    font-size: 20px !important;
  }

  .cm-sftraining-sec-three .dnd-section .widget-type-rich_text p:last-child a {
    height: auto;
  }

  .cm-sftraining-sec-three .dnd-section .widget-type-rich_text {
    padding: 55px 20px;
  }

  .cm-vir-plan-demo-sec-one form {
    padding: 70px 0;
  }

  .cm-vir-plan-demo-sec-one form fieldset {
    max-width: 100%;
  }

  .cm-vir-plan-demo-sec-one form fieldset.form-columns-2>.hs-form-field:last-child {
    margin-left: 0;
  }

  .cm-fullwidth-sec .widget-type-rich_text h6 {
    font-size: 30px;
  }

  .cm-camcore-sec-two .dnd-section .span6:first-child h3 {
    font-size: 26px !important;
  }

  .cm-miosha-sec-five .custom-content-with-icon .custom-title {
    padding: 119px 20px;
  }

  .cm-vir-plan-demo-sec-one form fieldset.form-columns-2>.hs-form-field {
    width: 100%;
  }
  .cm-vir-plan-demo-sec-one form fieldset .field .input>.hs-input {
    width: 100% !important;
  }

}

@media (max-width: 350px) {
  .cm-sfacheivement-sec-four .custom-content-with-icon .custom-title,
  .cm-sftraining-sec-two .custom-content-with-icon .custom-title {
    padding: 55px 40px;
  }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: transparent;
}
.hs_has_padding header.header {
  min-height: 80px;
}
.main_header {
  width: 100%;
  padding: 0 5%;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99998;
  position: fixed;
  height: 80px;
  color: #ffffff;
  font-size: 14px;
}
.head_container {
  height: 100%;
  display: flex;
  align-items: center;
}
.header_logo {
  margin-right: 2%;
  display: inline-block;
  line-height: 80px;
  height: 100%;
}
.header_logo>div {
  display: flex;
  height: 100%;
  align-items: center;
}
.header_logo img {
  width: 100% !important;
  max-width: 238px;
  display: block;
  margin-top: 1px;
}
@-moz-document url-prefix() { 
  .header_logo img {
    margin-top: 3px;
  }
}
.menu_wrap {
  line-height: 80px;
  margin-right: 2%;
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
  margin-left: 3px;
  padding-top: 5px;
}
.head_container {
  height: 100%;
}
.custom-menu-primary {
  margin: 0 0 -6px;
  display: inline-block;
}
.social_share {
  display: inline-block;
  margin-left: -1px;
}
.social_share a {
  transition: color .25s ease,border .25s ease;
  position: relative;
  text-shadow: rgba(0,0,0,.25) 0 1px 2px;
  padding: 0 18px;
  height: 46px;
  line-height: 46px;
  overflow: hidden;
  margin-bottom: 6px;
  font-style: normal;
  font-weight: bolder;
  font-size: 23px;
  margin-left: -5px;
  padding-left: 0px;
  padding-right: 0px;
  top: 4px;
  color: #ffffff;
}
.social_share a.twitter {
  font-size: 24px;
  margin-left: -6px;
  margin-right: 6.5px;
  top: 5px;
}
.social_share a:hover {
  color: #d90606;
}
.builder-button-group-spacer:after {
  content: "";
  margin: 0 3px;
}
.entypo-facebook:before {
  content: '\e8a3';
}
.entypo-twitter:before {
  content: '\e8a1';
}
.entypo-linkedin:before {
  content: '\e8ac';
}
/*-----------------------------*/
button.mobile_trigger {
  margin: 0;
  width: 55px;
  height: 60px;
  position: fixed;
  top: 5px;
  right: 1%;
  display: inline-block;
  transition: transform 0.75s, background-color 0.75s;
  cursor: pointer;
  padding: 0;
  outline: 0;
  z-index: 99999;
  background-color: transparent;
  border: 0;
}
.responsive-menu-pro-box {
  width: 25px;
  height: 19px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  color: #fff;
  pointer-events: none;
  margin: 3px 0 -4px;
}
.responsive-menu-pro-inner {
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19),background-color 0s 0.1s linear;
  display: block;
  top: 50%;
  margin-top: -1.5px; 
  width: 25px;
  height: 3px;
  background-color: #ffffff;
  border-radius: 4px;
  position: absolute;
}
.responsive-menu-pro-inner, 
.responsive-menu-pro-inner::before,
.responsive-menu-pro-inner::after {
  width: 25px;
  height: 3px;
  background-color: #ffffff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.responsive-menu-pro-inner::before, 
.responsive-menu-pro-inner::after {
  content: "";
  display: block;
}
.responsive-menu-pro-inner::before {
  top: -8px;
}
.responsive-menu-pro-inner::after {
  bottom: -8px;
}
.responsive-menu-pro-inner::before {
  transition: top 0.1s 0.1s ease-in,transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.responsive-menu-pro-inner::after {
  transition: bottom 0.1s 0.1s ease-in,transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

span.responsive-menu-pro-label {
  display: inline-block;
  font-weight: 600;
  margin: 0px 5px 6px;
  vertical-align: middle;
  pointer-events: none;
  color: #ffffff;
  font-size: 8px;
  line-height: 10px;
  font-family: 'Open Sans';
}
.is_active .responsive-menu-pro-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1),background-color 0s 0.22s linear;
}
.is_active .responsive-menu-pro-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.1s 0.12s ease-out,transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is_active .responsive-menu-pro-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.1s 0.12s ease-out,transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}



/*-----------------------------*/
.mob_menu_wrap {
  display: block;
  position: fixed;
  left: 0;
  outline: 1px solid transparent;
  /*   overflow-y: auto;
  overflow-x: hidden; */
  max-width: 900px;
  min-width: 100%;
  width: 100%;
  top: 80px;
  z-index: 8000;
  transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transition: none;
}
.mobile_open .mob_menu_wrap {
  transform: translateY(0); 
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
}
@media(min-width: 1035px) {
  .custom_menu_primary .hs-menu-wrapper>ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .custom_menu_primary .hs-menu-wrapper>ul>li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-weight: 900;
    text-align: center;
    width: 100%;
  }
  .custom_menu_primary .hs-menu-wrapper>ul li:hover>ul {
    display: block;
  }
  .custom_menu_primary .hs-menu-wrapper>ul.submenu.level-1 {
    display: none;
  }
}
.custom_menu_primary .hs-menu-wrapper>ul>li>a {
  color: #ff0000;
  font-size: 14px;
  padding: 0 15%;
  padding-right: 33px;
  width: 100%;
  display: block;
  text-decoration: none;
  position: relative;
  transition: background-color 0.75s,border-color 0.75s,color 0.75s;
  line-height: 1.2;
}
.custom_menu_primary .hs-menu-wrapper>ul>li:hover>a {
  color: #fff;
}

.custom_menu_primary .hs-menu-wrapper ul ul {
  display: none;
  position: relative;
  width: 100%;
  transition: 10s;
  margin: 0;
}

.custom_menu_primary .hs-menu-wrapper ul ul li {
  font-weight: 900;
  text-align: center;
}
.custom_menu_primary .hs-menu-wrapper ul ul li a {
  font-family: 'Open Sans';
  font-size: 14px;
  text-align: left;
  padding: 0 33px 0 15%;
  color: #fff;
  font-weight: normal;
  /*   background-color: rgba(0, 0, 0, 0.7); */
  word-wrap: break-word;
  width: 100%;
  display: block;
  text-decoration: none;
  position: relative;
  transition: background-color 0.75s,border-color 0.75s,color 0.75s;
  line-height: 1.2 !important;
}
.custom_menu_primary .hs-menu-wrapper ul ul li:hover>a {
  color: #ff0000;
}
.custom_menu_primary .hs-menu-wrapper ul ul ul li a {
  padding-left: 20%;
}
.custom_menu_primary .hs-menu-wrapper ul ul ul ul li a {
  padding-left: 25%;
}



@media (max-width: 1318px) {
  .main_header .social_share {
    margin-left: 0;
  }
  .main_header .social_share a {
    font-size: 15px !important;
    padding: 0 10px!important;
    top: 0 !important;
  }
  .main_header .social_share a.twitter {
    margin-left: -7px;
    margin-right: -9px;
  }

}


@media (min-width: 1201px) and (max-width: 1300px) { }

@media (min-width: 1035px) and (max-width: 1200px) {
  .main_header .social_share a {
    font-size: 13px !important;
    padding: 0 6px!important;
    top: -1px !important;
  }
  .main_header .social_share a.twitter {
    margin-left: -3px;
    margin-right: -5px;
    padding: 0 !important;
  }
}

@media (max-width: 1034px) {
  body.mobile_open{
    cursor: pointer;
  }

  span.responsive-menu-pro-label {
    margin-bottom: 0px;
  }
  .responsive-menu-pro-box {
    margin: 2px 0 -1px;
  }
  .menu_wrap {
    display: none;
  }
  .mob_menu_wrap {
    max-width: 300px;
    min-width: 200px;
    outline: 1px solid transparent;
    /*     overflow-y: auto;
    overflow-x: hidden; */
    transform: translateX(-500%);
    -ms-transform: translateX(-500%);
    -webkit-transform: translateX(-500%);
    -moz-transform: translateX(-500%);
    transition: transform 0.75s;
    width: 100%;
  }
  .mobile_open .mob_menu_wrap {
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
  }
  .custom_menu_primary .hs-menu-wrapper {
    overflow: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 80px);
  }
  .custom_menu_primary .hs-menu-wrapper>ul {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
  }
  .custom_menu_primary .hs-menu-wrapper>ul li {
    font-weight: 900;
    position: relative;
  }  
  .custom_menu_primary .hs-menu-wrapper>ul>li>a {
    padding-left: 20px;
  }
  .custom_menu_primary .hs-menu-wrapper>ul>li>a {
    min-height: 33px;
    line-height: 33px;
  }
  .custom_menu_primary .hs-menu-wrapper>ul.submenu>li:first-child > a {
    border-top: 1px solid #212121;
  }

  
  
  .custom_menu_primary .hs-menu-wrapper ul ul {
    transition: none;
    margin-right: 0;
    margin-left: auto;
  }
  .custom_menu_primary .hs-menu-wrapper ul ul li a {
    min-height: 33px;
  }
  .responsive-menu-pro-subarrow {
    font-size: 14px;
    transition: background-color 0.75s,border-color 0.75s,color 0.75s;
    position: absolute;
    top: 0;
    bottom: 0;
    text-align: center;
    overflow: hidden;
    right: 0;
    height: 33px;
    line-height: 33px;
    width: 33px;
    color: rgba(255, 255, 255, 1);
    border-left: 1px solid #212121;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .is_active .responsive-menu-pro-subarrow {
    color: rgba(255, 0, 0, 1);
    border-color: #212121;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .responsive-menu-pro-subarrow span.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }
  span.fas.fa-chevron-down:before {
    content: "\f078";
  }








}

@media (max-width: 991px) {
  span.responsive-menu-pro-label {
    margin-bottom: 1px;
  }

}

@media(max-width: 360px) {
  .responsive-menu-pro-box {
    margin: 3px 0 -3px;
  }
}
/* ******************************************************************************
*********************************************************************************
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;
  padding: 0 20px;
}

.footer__main {
  padding: 60px 0 20px;
}

.footer_menu .hs-menu-wrapper>ul {
  margin: 0 -20px;
}
.footer_menu .hs-menu-wrapper>ul>li {
  width: 33.333%;
  padding: 0 20px;
}
.footer_menu .hs-menu-wrapper>ul>li>a {
  display: none;
}
.footer_menu .hs-menu-wrapper ul ul {
  display: block;
  margin: 0;
}
.footer_menu ul li a {
  padding: 0;
}
.footer_menu .hs-menu-wrapper ul ul>li {
  margin-bottom: 22px;
}
.footer_menu .hs-menu-wrapper ul ul>li>a {
  /* line-height: 20px; */
  text-decoration: none;
  transition: color .25s ease;
  font-weight: 700;
}
.footer_menu .hs-menu-wrapper ul ul>li>a:hover {
  text-decoration: underline;
}
.hs_foo_address p {
  margin-bottom: 22px;
}
.hs_foo_address p>strong>a {
  line-height: 20px;
}
.hs_foo_address p>a {
  display: block;
  font-size: 14px;
  line-height: 2px;
}
.hs_foo_address p>span {
  line-height: 20px;
  display: block;
  font-size: 14px;
}

.hs_social_wrap {
  padding-bottom: 26px;
}
.social_share_title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
  line-height: 1.5;
}

.hs_social_wrap .social_share a {
  margin-left: -8px;
  font-size: 22px;
  padding-right: 15px;
}
.hs_social_wrap .social_share a.twitter {
  margin-left: -14px;
  margin-right: 0;
  top: 4px;
  padding-right: 9px;
}
.copyright_wrap {
  padding: 20px 0;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 32px;
  border-top: 1px solid;
}
.copyright {
  font-family: Montserrat,sans-serif;
  font-weight: 400;
}



@media(min-width: 992px) {
  .footer__main {
    margin: 0 -25px;
    display: flex;
    flex-wrap: wrap;
  }
  .footer_menu {
    width: 75%;
    padding: 0 25px;
    margin-bottom: 40px;
    padding-right: 15px;
  }
  .hs_foo_col3 {
    width: 25%;
    padding: 0 25px;
    margin-bottom: 40px;
  }


}


@media(max-width: 1280px) {
  footer.footer {
    overflow: hidden;
  }


}

@media(max-width: 1034px) {
  footer.footer {
    background-color: rgba(0, 0, 0, 0.85);
  }
  .footer__main {
    display: none;
  }
  .copyright_wrap .copyright {
    color: #fff;
  }

}

@media(max-width: 991px) {
  .copyright_wrap .copyright {
    text-align: center;
  }

}
/* ******************************************************************************
*********************************************************************************
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 20px;
  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: 34px;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #222222;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 3rem;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin:0;
  color: #222222;
  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: #222222;
  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: #222222;
}
.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: 100%;
  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: #222222;
  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: #222222;
  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;
  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 {
    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;
}
.blog-comments {
  max-width: 680px !important;
  margin: 0 auto;
  width:100%;
}
.comment-date {
  display: block !important;
  margin-bottom: 10px;
}

/* 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;
}
@media (max-width: 479px) {
  .hs-recaptcha.field.hs-form-field {
    transform: scale(.8);
    transform-origin: left;
  }
}

/* Banner */
.hs_blog_banner_wrap {
  position: relative;
}
.hs_blog_banner_wrap .hs_inner_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hs_blog_banner_wrap .title_wrap {
  background-color: rgba(236, 29, 37,1.0);
}


.hs_blog_banner_wrap .hs_col_6 {
  width: 50%;
}
.hs_blog_banner_wrap .hs_col_6>div {
  padding: 40px;
  position: relative;
}
.hs_blog_banner_wrap .img_wrap {
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
}
.hs_blog_banner_wrap h1.hs_htitle {
  opacity: 0;
}
.hs_blog_banner_wrap .hover_bg {
  position: absolute!important;
  border-radius: inherit;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  opacity: 0;
  transition: opacity .25s ease;
}
.hs_blog_banner_wrap .hover_bg>div {
  position: absolute!important;
  border-radius: inherit;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  background: rgba(10,10,10,0.2);
  background: linear-gradient(to bottom,transparent,rgba(10,10,10,0.2));
}
.hs_blog_banner_wrap .hs_col_6>div:hover>.hover_bg {
  opacity: 1;
}
.hs_blog_banner_wrap h1 {
  color: #ffffff;
  line-height: 1;
  margin-top: 55px;
  margin-bottom: 25px;
  font-family: 'Open Sans';
  font-weight: 700;
  letter-spacing: -2px;
  position: relative;
  z-index: 9;
}
.hs_has_padding .hs-blog-listing header.header {
  min-height: auto;
}


@media(min-width: 992px) {
  .hs_blog_banner_wrap.mobile {
    display: none;
  }
  .hs_blog_banner_wrap .title_wrap:after,
  .hs_blog_banner_wrap .img_wrap:after{
    content: "";
    background: rgba(10,10,10,0.2);
    background: -webkit-linear-gradient(to bottom,transparent,rgba(10,10,10,0.2));
    background: linear-gradient(to bottom,transparent,rgba(10,10,10,0.2));
    position: absolute!important;
    border-radius: inherit;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    transition: 0.3s ease;
    opacity:0;
  }
  .hs_blog_banner_wrap .title_wrap:hover:after,
  .hs_blog_banner_wrap .img_wrap:hover:after{
    opacity:1;
  }
}
@media(max-width: 991px) {
  .hs_blog_banner_wrap.desktop {
    display: none;
  }
  .hs_blog_banner_wrap.mobile img {
    display: block;
  }
  .hs_blog_banner_wrap .title_wrap {
    padding: 20px;
  }
  .hs_blog_banner_wrap h1 {
    text-align: center;
    margin: 10px 0 22px;
  }

  .hs_blog_banner_wrap .title_wrap {
    background-color: #dd3333;
  }
  .blog-post-content {
    padding-bottom: 70px;
  }
  .hs_has_padding .hs-blog-listing header.header {
    min-height: 40px;
  }
}

/* Blog Listing */
.blog-list-sec {
  padding-top: 50px;
  padding-bottom: 50px;
}
.blog-sing-tag-wrp.blog-list-sec {
  padding-bottom: 44px;
}
.blog-list-sec .page-center {
  padding-left: 20px;
  padding-right: 20px;
}
.blog-postitems--index {
  display: flex;
  flex-wrap: wrap;
}
.blog-list-sec .blog-post__tag-link{
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  transition: color .25s ease,border .25s ease;
  position: relative;
  z-index: 0;
  outline: 0;
  border: 0;
  overflow: visible;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  text-shadow: rgba(0,0,0,.25) 0 1px 2px;
  background: #ec1d25;
  padding:10px 18px;
  min-height: 46px;
  line-height: 26px;
  margin-bottom: 6px;
}
.blog-list-sec .blog-post__tag-link:hover{
  background: #ec1d25;
  color: #fff;
}
.blog-list-sec .builder-button-group-spacer:after {
  content: "";
  margin: 0 3px;
}
.blog-postitems--index a,
.blog-postitems--index a:hover {
  text-decoration: none;
}
.blog-list-feature {
  height: 175px;
  background-color: rgba(0,0,0,.1);
  background-size: cover;
  background-position: center center;
  border-radius: 3px;
}
.blog-list-title h2{
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  margin: 8px 0 0;
  color: #000;
  letter-spacing: 0;
}
.blog-post-items .post-date {
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 20px;
  margin: 0;
  color: #777;
}
.signup-sec h4 a {
  color: #000;
  text-decoration: none;
}
.blog-list-tpContent.blog-list-sec {
  padding: 0;
}
.blog-list-tpContent-inner {
  padding: 55px;
}
.blog-list-tpContent-inner p {
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 30px;
}

/* Post Page */
.post-navigation, 
.tags-links {
  background: #fff;
  box-shadow: rgb(0 0 0 / 10%) 0 1px 2px;
  margin-bottom: 20px;
}
.tags-links {
  padding: 30px;
}
.post-navigation a .meta-nav,
.tags-links .tags-links-title {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.tags-links .tags-links-title {
  display: block;
}
.tags-links a {
  color: #ec1d25;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  text-transform: lowercase;
}
.tags-links a:hover {
  text-decoration: underline;
}
.screen-reader-text {
  clip: rect(1px,1px,1px,1px);
  height: 1px;
  width: 1px;
  overflow: hidden;
  position: absolute!important;
}
.post-navigation .nav-links div:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.post-navigation a {
  display: block;
  padding: 30px;
  text-decoration: none;
}
.post-navigation a .meta-nav {
  display: block;
}
.post-navigation a .post-title {
  font-size: 26px;
  font-weight: 300;
}
.post-navigation a:not(:hover) .post-title {
  color: #888;
}
.post-navigation a:hover {
  color: #ed5a5f;
}
.cm-blog-post__title {
  padding-top: 35px;
}
.cm-post-featured-image img {
  max-width: 100%;
  vertical-align: middle;
}
.post-author {
  border-top: 2px solid rgb(221, 221, 221);
  padding-top: 40px;
}
.hs-blog-post .content-wrapper {
  margin-bottom: 50px;
  margin-top: 45px;
}

.blog-post__body table {
  display: block;
  overflow: auto;
}

/* Sidebar */



@media (min-width: 600px){
  .blog-postitems--index {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -30px;
  }
  .blog-post-items {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
    float: left;
    width: 50%;
  }
  .builder-content-wrap {
    margin-top: 0;
  }
  .autthor-content {
    margin-left: -15px;
    margin-right: -15px;
  }
  .autthor-img {
    width: 33.33%;
    padding: 0 15px;
    float: left;
  }
  .autthor-desc {
    width: 66.66%;
    padding-left: 15px;
    float: left;
    padding-right: 15px;
  }
}

@media (min-width: 992px){
  .blog-post-items {
    width: 33.33%;
  }
  .blog-post-content {
    width: 70%;
    padding-right: 25px;
    float: left;
  }
  .site-sidebar {
    width: 30%;
    padding-left: 25px;
    float: right;
  }
  .post-navigation:last-child,
  .tags-links:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px){
  .blog-post {
    padding: 30px 15px;
  }
}
@media (max-width: 599px){
  .blog-post-items {
    padding-bottom: 30px;
  }
  .autthor-img {
    margin-bottom: 30px;
  }
}
@media (max-width: 479px){
  .blog-list-tpContent-inner {
    padding: 55px 0;
  }
}
/* ******************************************************************************
*********************************************************************************
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: #dedede;
  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 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  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: Open Sans, sans-serif;
  font-size: 1.25rem;
  color: #222222;
  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: #222222;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
.subscription_preferences form {
  max-width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
}
ul.no-list.hs-error-msgs {
  padding: 0;
}
@media(max-width: 767px) {
  .error-page {
    padding: 5rem 0;
  }
  .systems-page {
    padding: 3rem 0;
  }
  .systems-page .success {
    min-width: 1px;
  }
  .systems-page h1 {
    font-size: 32px;
  }
  .systems-page h2 {
    font-size: 24px;
  }
  .systems-page form {
    padding-left: 0;
    padding-right: 0;
    border: 0;
  }

}

@media(max-width: 479px) {
  .systems-page h1 {
    font-size: 28px;
  }
  .systems-page h2 {
    font-size: 20px;
  }

}