 


/* Menus */

.hs-menu-wrapper ul {
  padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: inline-block;
  margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
  content: " ";
  display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
  content: " ";
  display: table;
  clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  display: inline-block;
  padding: 10px 20px;
  /*     white-space: nowrap;
  max-width: 140px; */
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
  width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 180px;
  top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
  position: relative;
  margin-bottom: 20px;
  min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
  margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
  position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
  content: " ";
  display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
  float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
  display: inline-block;
  padding: 10px 20px;
  white-space: nowrap;
  max-width: 140px;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
  width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  list-style: none;
  margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
  display: block;
  white-space: nowrap;
  width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
  margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
  width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
  padding: 10px 20px;
  text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
  min-width: 140px;
  width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
  max-width: 100%;
  overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
  position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
  padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
  padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
  padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
  padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
  .hs-menu-wrapper, .hs-menu-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
    display: block;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: block;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: none;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: block;
    max-width: 100%;
    width: 100%;
  }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
}

/* Space Module */

.widget-type-space {
  visibility: hidden;
}

/* end modules.css */


/* recommeneded.css */

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
  max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}


pre {
  overflow-x: auto;
}

/* responsive pre tables */

table pre {
  white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
  margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
  word-wrap: break-word;
}


@media all and (max-width: 400px) {
  /* beat recaptcha into being responsive, !importants and specificity are necessary */
  #captcha_wrapper,
  #recaptcha_area,
  #recaptcha_area table#recaptcha_table,
  #recaptcha_area table#recaptcha_table .recaptcha_r1_c1
  { width: auto !important; overflow: hidden; }
  #recaptcha_area table#recaptcha_table .recaptcha_r4_c4
  { width: 67px !important; }
  #recaptcha_area table#recaptcha_table #recaptcha_image
  { width:280px !important; }
}


/* Responsive tables */
.widget-type-rich_text .cell-wrapper table {
  box-sizing: border-box;
  border-collapse: collapse;
  height: auto!important;
  border: none;
  width: 100%;
}
table td {
  width: auto!important;
}
@media all and (max-width: 768px) {
  .widget-type-rich_text .cell-wrapper table td {
    width: auto!important;
    display: block;
    border-top:0;
    border-left: 0;
    border-right: 0;
  }
  .widget-type-rich_text .cell-wrapper table tr:last-child td:last-child {
    border-bottom:0;
  }
}

/* Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
  padding-bottom: 56.25%;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
  padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
  height: auto;
  overflow: visible;
  padding: 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
  position: static;
  width: auto;
  height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 568px) {
  iframe {
    max-width: 100%;
  }
}

/* fix for hs layout empty columns */
body .row-fluid [class*="span"] {
  min-height: 1px;
}

/* ======================================================================+

Index:         

1. BASE STYLES   
- Variables
- Base
- Typography

2. COS STRUCTURE
- Structure & Flex Layout
- Header
- Content
- Footer

3. MAIN NAVIGATION
- Custom Menu Primary
- Mobile Menu

4. TEMPLATE MODULE CLASSES
- Common Template Classes
- Site Pages
- Landing Pages
- System Pages

5. COMPONENTS
- Blog
- Forms
- Buttons


========================================================================== */







/* ==========================================================================


1. BASE STYLES                                             


========================================================================== */








  
  
  
  
  
  














          
                          
                          
  
         




 



/* ==========================================================================
Base                                                    
========================================================================== */


/** 
* Box Sizing
* 
* Applies a natural box layout model to all elements so that width and padding 
* are essentially combined, making responsive styles easier to manage.
*/

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

html {
  background-color: $white;
  font-size: 18px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

@media { min-width: 768px } {
  html {
    font-size: 20px;
  }
}
@media { min-width: 1025px }  {
  html {
    font-size: 22px;
  }
}
@media { min-width: 1400px } {
  html {
    font-size: 25px;
  }
}

body {
  background: #fff;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

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

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #3399ff;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #3399ff;
  text-shadow: none;
}

/* used for accessibility */
.visually-hidden {
  position: absolute !important;
  height: 1px; width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img {
  max-width: initial;
}

img {
  max-width: 100%;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
  max-width: 100%;
  height: auto;
}


/* ==========================================================================
D&D Styles                                                    
========================================================================== */

/* .dnd-page-section {
  margin-top: calc(var(--header-height, ) * -1);
  padding-top: var(--header-height, );
} */

.ww-main-content {
  min-height: 40vh;
}

.dnd-section {
  padding: 4em 0;
  position: relative;
}

.dnd-section .row-module {
  margin: 0 -20px;
}

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

@media (min-width:1116px) {
  .dnd-section > .row-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width:1500px){
  .dnd-section > .row-fluid {
    max-width: 1360px;
  }
}

.hs-inline-edit .dnd-module {
  min-height: 40px!important;
}
/* ==========================================================================
Typography
========================================================================== */

body{
  color: #333333;
  font-family: 'Open Sans',sans-serif;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga" on;
}

/* Resets */
blockquote,button,dd,dl,figure,h1,h2,h3,h4,h5,h6,ol,p,pre,ul {
  margin: 0;
  padding: 0
}

/* Links */
a { 
  color: #ff9900; 
  text-decoration: underline; 
}

a:hover { 
  color: #7c88a0; 
}

a:hover, a:focus {
  outline: none;
  text-decoration: underline;
}

/* Basic text */
p {
  line-height: 1.43;
  margin-top: 1em;
  margin-bottom: 1.2em;
  -webkit-font-smoothing: subpixel-antialiased;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

code, kbd, pre, samp {
  font-family: Menlo,Monaco,"Courier New",Courier,monospace;
  font-size: 14px;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  color: #333333;
  line-height: 1.1;
}

h1 {
  font-family: Vollkorn,sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
}

h2 {
  font-family: Vollkorn,sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

h3 {
  font-family: 'Open Sans',sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
}

h4 {
  font-family: 'Open Sans',sans-serif;
  font-size: 1.45rem;
  font-weight: 700;
}

h5 {
  font-family: 'Open Sans',sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
}

h6 {
  font-family: 'Open Sans',sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  h1 {
    font-size: 2.8rem;
  }

  h2 {
    font-size: 2.4rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  h5 {
    font-size: 1.2rem;
  }

  h6 {
    font-size: 1.05rem;
  }
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
}

.bottom-rule-left h2:after,
h2.has-bar:after {
  content: '';
  display: block;
  max-width: 100px;
  height: 4px;
  margin: 1px 0 20px;
  background: #ff9900 ;
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

.body-container ul {
  list-style: disc;
  padding: 0 0 0 40px;
}
ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}
body ul.check-list,
.check-list-container ul {
  padding: 0;
}
ul.check-list li,
.check-list-container li {
  padding-left: 2em;
  list-style-type: none;
  position: relative;
}
ul.check-list li:before,
.check-list-container li:before {
  content: '';
  display: block;
  width: 1em;
  height: 0.5em;
  border-left: 2px solid #fb9804;
  border-bottom: 2px solid #fb9804;
  position: absolute;
  top: 0.65em;
  left: 2px;
  transform: rotate(-45deg);
  transform-origin: 25%;
}

/* Quotes */
blockquote {}
blockquote p {}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}

/* modifier ready classes */
.uppercase {
  text-transform: uppercase;
}
.text-white, .text-white * {
  color:#fff;
}
.text-left {
  text-align:left;
}
.text-center {
  text-align:center;
}
.text-right {
  text-align:right;
}
@media (max-width: 767px) {
  .text-left-mobile {
    text-align:left;
  }
  .text-center-mobile {
    text-align:center;
  }
  .text-right-mobile {
    text-align:right;
  }
}
@media (min-width: 768px) and (max-width:1024px) {
  .text-left-tablet {
    text-align:left;
  }
  .text-center-tablet {
    text-align:center;
  }
  .text-right-tablet {
    text-align:right;
  }
}
@media (min-width: 768px) {
  .text-left-desktop {
    text-align:left;
  }
  .text-center-desktop {
    text-align:center;
  }
  .text-right-desktop {
    text-align:right;
  }
}


/* ==========================================================================


2. COS STRUCTURE                                            


========================================================================== */




/* flex */

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

.flex--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex--column.flex--reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media (min-width: 768px) {
  .flex--row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex--row.flex--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex.flex--nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.flex--wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex--jc-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex--jc-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex--jc-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex--jc-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex--jc-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex--vertical-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex--vertical-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex--vertical-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

/* flex items */

.flex__item {
  width: 100%;
}

/* mobile only grid*/
@media (max-width: 767px) {

  /* 12 column mobile grid */
  .flex__item.col-1--mobile-only {
    width: 8.300%;
  }
  .flex__item.col-2--mobile-only {
    width: 16.600%;
  }
  .flex__item.col-3--mobile-only {
    width: 25.000%;
  }
  .flex__item.col-4--mobile-only {
    width: 33.300%;
  }
  .flex__item.col-5--mobile-only {
    width: 41.600%;
  }
  .flex__item.col-6--mobile-only {
    width: 50.000%;
  }
  .flex__item.col-7--mobile-only {
    width: 58.300%;
  }
  .flex__item.col-8--mobile-only {
    width: 66.600%;
  }
  .flex__item.col-9--mobile-only {
    width: 75.000%;
  }
  .flex__item.col-10--mobile-only {
    width: 83.300%;
  }
  .flex__item.col-11--mobile-only {
    width: 91.600%;
  }/* 10 column mobile grid */
  .flex__item.col-1-10ths--mobile-only {
    width: 10.000%;
  }
  .flex__item.col-2-10ths--mobile-only {
    width: 20.000%;
  }
  .flex__item.col-3-10ths--mobile-only {
    width: 30.000%;
  }
  .flex__item.col-4-10ths--mobile-only {
    width: 40.000%;
  }
  .flex__item.col-5-10ths--mobile-only {
    width: 50.000%;
  }
  .flex__item.col-6-10ths--mobile-only {
    width: 60.000%;
  }
  .flex__item.col-7-10ths--mobile-only {
    width: 70.000%;
  }
  .flex__item.col-8-10ths--mobile-only {
    width: 80.000%;
  }
  .flex__item.col-9-10ths--mobile-only {
    width: 90.000%;
  }}

/* tablet only grid*/
@media (min-width: 768px) and (max-width:1024px) {

  /* 12 column tablet grid */
  .flex__item.col-1--tablet-only {
    width: 8.300%;
  }
  .flex__item.col-2--tablet-only {
    width: 16.600%;
  }
  .flex__item.col-3--tablet-only {
    width: 25.000%;
  }
  .flex__item.col-4--tablet-only {
    width: 33.300%;
  }
  .flex__item.col-5--tablet-only {
    width: 41.600%;
  }
  .flex__item.col-6--tablet-only {
    width: 50.000%;
  }
  .flex__item.col-7--tablet-only {
    width: 58.300%;
  }
  .flex__item.col-8--tablet-only {
    width: 66.600%;
  }
  .flex__item.col-9--tablet-only {
    width: 75.000%;
  }
  .flex__item.col-10--tablet-only {
    width: 83.300%;
  }
  .flex__item.col-11--tablet-only {
    width: 91.600%;
  }
  .flex--has-gutter>.flex__item.col-1--tablet-only {
    width: calc(8.33300% - 2.8vw);
    margin-left: 1.4vw;
    margin-right: 1.4vw;
  }
  .flex--has-gutter>.flex__item.col-2--tablet-only {
    width: calc(16.66600% - 2.8vw);
    margin-left: 1.4vw;
    margin-right: 1.4vw;
  }
  .flex--has-gutter>.flex__item.col-3--tablet-only {
    width: calc(25.00000% - 2.8vw);
    margin-left: 1.4vw;
    margin-right: 1.4vw;
  }
  .flex--has-gutter>.flex__item.col-4--tablet-only {
    width: calc(33.33300% - 2.8vw);
    margin-left: 1.4vw;
    margin-right: 1.4vw;
  }
  .flex--has-gutter>.flex__item.col-5--tablet-only {
    width: calc(41.66600% - 2.8vw);
    margin-left: 1.4vw;
    margin-right: 1.4vw;
  }
  .flex--has-gutter>.flex__item.col-6--tablet-only {
    width: calc(50.00000% - 2.8vw);
    margin-left: 1.4vw;
    margin-right: 1.4vw;
  }
  .flex--has-gutter>.flex__item.col-7--tablet-only {
    width: calc(58.33300% - 2.8vw);
    margin-left: 1.4vw;
    margin-right: 1.4vw;
  }
  .flex--has-gutter>.flex__item.col-8--tablet-only {
    width: calc(66.66600% - 2.8vw);
    margin-left: 1.4vw;
    margin-right: 1.4vw;
  }
  .flex--has-gutter>.flex__item.col-9--tablet-only {
    width: calc(75.00000% - 2.8vw);
    margin-left: 1.4vw;
    margin-right: 1.4vw;
  }
  .flex--has-gutter>.flex__item.col-10--tablet-only {
    width: calc(83.33300% - 2.8vw);
    margin-left: 1.4vw;
    margin-right: 1.4vw;
  }
  .flex--has-gutter>.flex__item.col-11--tablet-only {
    width: calc(91.66600% - 2.8vw);
    margin-left: 1.4vw;
    margin-right: 1.4vw;
  }/* 10 column tablet grid */
  .flex__item.col-1-10ths--tablet-only {
    width: 10.000%;
  }
  .flex__item.col-2-10ths--tablet-only {
    width: 20.000%;
  }
  .flex__item.col-3-10ths--tablet-only {
    width: 30.000%;
  }
  .flex__item.col-4-10ths--tablet-only {
    width: 40.000%;
  }
  .flex__item.col-5-10ths--tablet-only {
    width: 50.000%;
  }
  .flex__item.col-6-10ths--tablet-only {
    width: 60.000%;
  }
  .flex__item.col-7-10ths--tablet-only {
    width: 70.000%;
  }
  .flex__item.col-8-10ths--tablet-only {
    width: 80.000%;
  }
  .flex__item.col-9-10ths--tablet-only {
    width: 90.000%;
  }}

/* desktop only grid*/
@media (min-width:1025px) {

  /* 12 column desktop grid */
  .flex__item.col-1--desktop-only {
    width: 8.300%;
  }
  .flex__item.col-2--desktop-only {
    width: 16.600%;
  }
  .flex__item.col-3--desktop-only {
    width: 25.000%;
  }
  .flex__item.col-4--desktop-only {
    width: 33.300%;
  }
  .flex__item.col-5--desktop-only {
    width: 41.600%;
  }
  .flex__item.col-6--desktop-only {
    width: 50.000%;
  }
  .flex__item.col-7--desktop-only {
    width: 58.300%;
  }
  .flex__item.col-8--desktop-only {
    width: 66.600%;
  }
  .flex__item.col-9--desktop-only {
    width: 75.000%;
  }
  .flex__item.col-10--desktop-only {
    width: 83.300%;
  }
  .flex__item.col-11--desktop-only {
    width: 91.600%;
  }/* 10 column desktop grid */
  .flex__item.col-1-10ths--desktop-only {
    width: 10.000%;
  }
  .flex__item.col-2-10ths--desktop-only {
    width: 20.000%;
  }
  .flex__item.col-3-10ths--desktop-only {
    width: 30.000%;
  }
  .flex__item.col-4-10ths--desktop-only {
    width: 40.000%;
  }
  .flex__item.col-5-10ths--desktop-only {
    width: 50.000%;
  }
  .flex__item.col-6-10ths--desktop-only {
    width: 60.000%;
  }
  .flex__item.col-7-10ths--desktop-only {
    width: 70.000%;
  }
  .flex__item.col-8-10ths--desktop-only {
    width: 80.000%;
  }
  .flex__item.col-9-10ths--desktop-only {
    width: 90.000%;
  }}

@media (min-width: 768px) {
  .flex__item {
    width: auto;
  }

  /* 12 column grid */
  .flex__item.col-1 {
    width: 8.300%;
  }
  .flex__item.col-2 {
    width: 16.600%;
  }
  .flex__item.col-3 {
    width: 25.000%;
  }
  .flex__item.col-4 {
    width: 33.300%;
  }
  .flex__item.col-5 {
    width: 41.600%;
  }
  .flex__item.col-6 {
    width: 50.000%;
  }
  .flex__item.col-7 {
    width: 58.300%;
  }
  .flex__item.col-8 {
    width: 66.600%;
  }
  .flex__item.col-9 {
    width: 75.000%;
  }
  .flex__item.col-10 {
    width: 83.300%;
  }
  .flex__item.col-11 {
    width: 91.600%;
  }/* 10 column grid */
  .flex__item.col-1-10ths {
    width: 10.000%;
  }
  .flex__item.col-2-10ths {
    width: 20.000%;
  }
  .flex__item.col-3-10ths {
    width: 30.000%;
  }
  .flex__item.col-4-10ths {
    width: 40.000%;
  }
  .flex__item.col-5-10ths {
    width: 50.000%;
  }
  .flex__item.col-6-10ths {
    width: 60.000%;
  }
  .flex__item.col-7-10ths {
    width: 70.000%;
  }
  .flex__item.col-8-10ths {
    width: 80.000%;
  }
  .flex__item.col-9-10ths {
    width: 90.000%;
  }}

/* flex grid with gutter layout */
@media (min-width: 768px ) {

  .flex--has-gutter {
    margin-right: -1.4vw;
    margin-left: -1.4vw;
  }
  
  .flex--has-gutter-small {
    margin-right: -1.0vw;
    margin-left: -1.0vw;
  }
  .flex--has-gutter>.flex__item.col-1 {
    width: calc(8.33300% - 2.8vw);
    margin-left: 1.4vw;
    margin-right: 1.4vw;
  }
  .flex--has-gutter>.flex__item.col-2 {
    width: calc(16.66600% - 2.8vw);
    margin-left: 1.4vw;
    margin-right: 1.4vw;
  }
  .flex--has-gutter>.flex__item.col-3 {
    width: calc(25.00000% - 2.8vw);
    margin-left: 1.4vw;
    margin-right: 1.4vw;
  }
  .flex--has-gutter>.flex__item.col-4 {
    width: calc(33.33300% - 2.8vw);
    margin-left: 1.4vw;
    margin-right: 1.4vw;
  }
  .flex--has-gutter>.flex__item.col-5 {
    width: calc(41.66600% - 2.8vw);
    margin-left: 1.4vw;
    margin-right: 1.4vw;
  }
  .flex--has-gutter>.flex__item.col-6 {
    width: calc(50.00000% - 2.8vw);
    margin-left: 1.4vw;
    margin-right: 1.4vw;
  }
  .flex--has-gutter>.flex__item.col-7 {
    width: calc(58.33300% - 2.8vw);
    margin-left: 1.4vw;
    margin-right: 1.4vw;
  }
  .flex--has-gutter>.flex__item.col-8 {
    width: calc(66.66600% - 2.8vw);
    margin-left: 1.4vw;
    margin-right: 1.4vw;
  }
  .flex--has-gutter>.flex__item.col-9 {
    width: calc(75.00000% - 2.8vw);
    margin-left: 1.4vw;
    margin-right: 1.4vw;
  }
  .flex--has-gutter>.flex__item.col-10 {
    width: calc(83.33300% - 2.8vw);
    margin-left: 1.4vw;
    margin-right: 1.4vw;
  }
  .flex--has-gutter>.flex__item.col-11 {
    width: calc(91.66600% - 2.8vw);
    margin-left: 1.4vw;
    margin-right: 1.4vw;
  }}

/* ==========================================================================
Structure                                               
========================================================================== */
/* NOTE: blank classes will be stripped anyways */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}

.container-fluid .row-fluid .page-center,
.page-center,
.container {
  float: none;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
.body-container .page-center {
  padding-top: 3em;
  padding-bottom: 3em;
}
@media (min-width:1500px){
  .container-fluid .row-fluid .page-center,
  .page-center,
  .container {
    max-width:1360px;
  }
}

@media (max-width: 1100px) {}


@media (max-width: 1115px) {
  .page-center {
    padding-left: 20px;
    padding-right: 20px;
  }
  .custom-menu-wrapper .page-center {
    padding-left: 0;
    padding-right: 0;
  }
}

.relative {
  position: relative;
} 





/* ==========================================================================


3. MAIN NAVIGATION                                            


========================================================================== */










/* ==========================================================================


4. TEMPLATE MODULE SELECTORS                                         


========================================================================== */




/* System Pages                                          
========================================================================== */

/* Error Templates 404, 500 */
body.error-template.one-column {}
body.error-template.one-column .content-wrapper {}
body.error-template.one-column .main-content {}

/* Password template */
body.password-template.one-column {}
body.password-template.one-column .content-wrapper {}
body.password-template.one-column .main-content {}

/* Email Subscribition templates */
body.subscription-template.one-column {}
body.subscription-template.one-column .content-wrapper {}
body.subscription-template.one-column .main-content {}






/* ==========================================================================


5. COMPONENTS                                        


========================================================================== */

.card {
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #e3e7ea;
  box-shadow: none;
  background-color: #fff;
  font-size: 0.85rem;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.card:not(:last-child) {
  margin-bottom: 1.3em;
}
.card figure {
  height: 1px;
  position: relative;
  overflow:hidden;
  width: 100%;
}
.card figure img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
}
.card__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.card__link:focus {
  box-shadow: inset 0 0 0 5px rgba(255, 153, 0, 0.3);
}
.card__link:hover {
  border-bottom: 12px solid rgba(255, 153, 0, 0.3);
}
.section-header h1,
.section-header h2 {
  border-bottom: #8f9396 4px solid;
  display: inline-block;
  font-size: 2em;
  line-height: 1.25;
}
.section-header p,
.section-header p span {
  color: #ff9900;
}
.section-header p {
  font-family: Vollkorn,sans-serif;
  font-size: 1.2em;
  font-style: italic;
}
@media (min-width: 1025px) {
  .section-header {
    font-size: 1.4em;
  }
}


/* ==========================================================================
Blog                                         
========================================================================== */


/* 
.woodall_blog_title_section {
  padding: 1em 0;
  background: #465472 url(//cdn2.hubspot.net/hubfs/2485348/Orso_N_WoodAll_Aug2016-Theme/Images/bg-practice-darker.png?t=1478010105914) no-repeat center top/100%;
}
.woodall_blog_title {
  color:#fff;
}
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title *
.post-header h2 {}
.post-header h2 a {}
.post-listing .post-header h2 a {
  text-decoration: none;
  color: #253148;
}
.post-listing .post-header h2 a:hover {
  color: #7c88a0;
} */


/* Post Featured Image on Listings Page */
/* .hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}
 */


/** 
* Blog Commments 
*
* Custom styles are listed below, as the COS does not provide default styles.
*/

/* #comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; } */




/* Blog | Feed from blog (rss module)
========================================================================== */
/* RSS Module */

/* .custom_blog_feed_row .hs-rss-module.feedreader_box .hs-rss-item.hs-with-featured-image {
  position: relative;
  width: 100%;
  min-height: 240px;
  float: left;
  border: 1px #fff solid;
  margin-bottom:0;
  background: #253148;
}
.custom_blog_feed_row .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
  width: 100%;
  height:100%;
  float: none;
  padding: 10px;
  box-sizing: border-box;
  z-index: 100000000;
  position: absolute;
}
.custom_blog_feed_row h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.custom_blog_feed_row a.hs-rss-title {
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  height: 100%;
   
-webkit-transition: all 600ms;
-moz-transition: all 600ms;
-o-transition: all 600ms;
-ms-transition: all 600ms;
transition: all 600ms;
}
.custom_blog_feed_row .hs-rss-byline {
  position: absolute;
  top: 170px;
  color: #fff;
  left: 0;
  padding: 10px;
}
.custom_blog_feed_row .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
  display: block;
  width: auto!important;
  height: 100%!important;
  position: absolute;
  z-index: 1;
}
.custom_blog_feed_row .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper:before {
  content: '';
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
   
-webkit-transition: all 600ms;
-moz-transition: all 600ms;
-o-transition: all 600ms;
-ms-transition: all 600ms;
transition: all 600ms;
}
.custom_blog_feed_row .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper .hs-rss-featured-image {
  width: auto;
  height: 100%;
  max-width: none;
  max-height: 100%;
   
-webkit-transition: all 600ms;
-moz-transition: all 600ms;
-o-transition: all 600ms;
-ms-transition: all 600ms;
transition: all 600ms;
}
.custom_blog_feed_row .hs-rss-item.hs-with-featured-image:hover .hs-rss-item-image-wrapper .hs-rss-featured-image {
  height: 130%;
  max-height: none;
   
-webkit-transition: all 600ms;
-moz-transition: all 600ms;
-o-transition: all 600ms;
-ms-transition: all 600ms;
transition: all 600ms;
}
.custom_blog_feed_row .hs-rss-item.hs-with-featured-image:hover .hs-rss-item-image-wrapper:before {
  background: rgba(0, 0, 0, 0.8);
   
-webkit-transition: all 600ms;
-moz-transition: all 600ms;
-o-transition: all 600ms;
-ms-transition: all 600ms;
transition: all 600ms;
}
.custom_blog_feed_row .hs-rss-item.hs-with-featured-image:hover a.hs-rss-title {
  color:#fff;
   
-webkit-transition: all 600ms;
-moz-transition: all 600ms;
-o-transition: all 600ms;
-ms-transition: all 600ms;
transition: all 600ms;
}
@media only screen and (min-width:481px){
  .custom_blog_feed_row .hs-rss-module.feedreader_box .hs-rss-item.hs-with-featured-image {
    width: 50%;
    margin-bottom:0;
  }
}
@media only screen and (min-width:768px){
  .custom_blog_feed_row .hs-rss-module.feedreader_box .hs-rss-item.hs-with-featured-image {
    width: 25%;
    margin-bottom:20px;
  }
  .custom_blog_feed_row .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    padding: 10px 20px;
  }
}
@media only screen and (min-width:1100px){
  .custom_blog_feed_row .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    padding: 20px 40px;
  }
} */



/* ==========================================================================
Forms
========================================================================== */



/*//////////////////////////////////////// 
/                                        /
/                 Forms                  /
/                                        /
////////////////////////////////////////*/
/* General Elements */
/* General Forms
// ==================================================*/
@media (min-width: 48em) {
  form {
    font-size: 18px;
  }
}

form label:not(.hs-form-booleancheckbox-display):not(.hs-form-radio-display):not(.hs-form-checkbox-display) {
  font-size: .75em;
}

form ul {
  margin-left: 0;
  padding-left: 0;
}

form ul li {
  list-style-type: none;
}

form textarea {
  min-height: 6em;
}

form input[type="submit"] {
  font-size: .95rem;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

textarea,
input[type="text"],
input[type="file"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select, select:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff;
  border: 1px solid #7c8799;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 0.9em;
  margin-bottom: 0.5em;
  outline: none;
  padding: 0.65em 0.85rem;
  width: 100%;
}

textarea:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
select:focus, select:focus:focus {
  outline: none;
  border-color: #7c88a0;
  box-shadow: 0 0 0 2px rgba(124, 136, 160, 0.2);
}

@media (max-width: 48em) {
  textarea,
  input[type="text"],
  input[type="file"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  select, select:focus {
    font-size: inherit !important;
  }
}

input[type="submit"], button {
  border: 1px solid #ff9800;
  background-color: #ff9800;
  color: #fff;
}

input[type="submit"]:focus, button:focus {
  outline: none;
}

select {
  background: url(https://cdn2.hubspot.net/hubfs/2661980/Everest_Blog/select-bg-gray.png) no-repeat top right/contain;
  background: #fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43.5 43.5"><rect width="43.5" height="43.5" fill="%23f2f2f2"/><polyline points="14.21 18.75 21.63 26.17 29.29 18.5" fill="none" stroke="%23afafaf" stroke-linecap="round" stroke-width="1.5"/></svg>') no-repeat top right/contain;
}

form.hs-form.stacked label {
  margin-bottom: 0.3em;
  display: block;
}

form.hs-form.stacked textarea,
form.hs-form.stacked input[type="text"],
form.hs-form.stacked input[type="file"],
form.hs-form.stacked input[type="password"],
form.hs-form.stacked input[type="datetime"],
form.hs-form.stacked input[type="datetime-local"],
form.hs-form.stacked input[type="date"],
form.hs-form.stacked input[type="month"],
form.hs-form.stacked input[type="time"],
form.hs-form.stacked input[type="week"],
form.hs-form.stacked input[type="number"],
form.hs-form.stacked input[type="email"],
form.hs-form.stacked input[type="url"],
form.hs-form.stacked input[type="search"],
form.hs-form.stacked input[type="tel"],
form.hs-form.stacked input[type="color"],
form.hs-form.stacked select {
  margin-bottom: 1em;
}

form.hs-form.stacked .hs-button {
  margin-top: 1.65em;
}

form.hs-form.stacked fieldset {
  max-width: 100%;
}

form.hs-form.stacked fieldset.form-columns-1 textarea,
form.hs-form.stacked fieldset.form-columns-1 input[type="text"],
form.hs-form.stacked fieldset.form-columns-1 input[type="file"],
form.hs-form.stacked fieldset.form-columns-1 input[type="password"],
form.hs-form.stacked fieldset.form-columns-1 input[type="datetime"],
form.hs-form.stacked fieldset.form-columns-1 input[type="datetime-local"],
form.hs-form.stacked fieldset.form-columns-1 input[type="date"],
form.hs-form.stacked fieldset.form-columns-1 input[type="month"],
form.hs-form.stacked fieldset.form-columns-1 input[type="time"],
form.hs-form.stacked fieldset.form-columns-1 input[type="week"],
form.hs-form.stacked fieldset.form-columns-1 input[type="number"],
form.hs-form.stacked fieldset.form-columns-1 input[type="email"],
form.hs-form.stacked fieldset.form-columns-1 input[type="url"],
form.hs-form.stacked fieldset.form-columns-1 input[type="search"],
form.hs-form.stacked fieldset.form-columns-1 input[type="tel"],
form.hs-form.stacked fieldset.form-columns-1 input[type="color"],
form.hs-form.stacked fieldset.form-columns-1 select {
  width: 100%;
}

@media (max-width: 480px) {
  form.hs-form.stacked fieldset[class*="form-columns"] .input,
  form.hs-form.stacked fieldset[class*="form-columns"] textarea,
  form.hs-form.stacked fieldset[class*="form-columns"] input[type="text"],
  form.hs-form.stacked fieldset[class*="form-columns"] input[type="file"],
  form.hs-form.stacked fieldset[class*="form-columns"] input[type="password"],
  form.hs-form.stacked fieldset[class*="form-columns"] input[type="datetime"],
  form.hs-form.stacked fieldset[class*="form-columns"] input[type="datetime-local"],
  form.hs-form.stacked fieldset[class*="form-columns"] input[type="date"],
  form.hs-form.stacked fieldset[class*="form-columns"] input[type="month"],
  form.hs-form.stacked fieldset[class*="form-columns"] input[type="time"],
  form.hs-form.stacked fieldset[class*="form-columns"] input[type="week"],
  form.hs-form.stacked fieldset[class*="form-columns"] input[type="number"],
  form.hs-form.stacked fieldset[class*="form-columns"] input[type="email"],
  form.hs-form.stacked fieldset[class*="form-columns"] input[type="url"],
  form.hs-form.stacked fieldset[class*="form-columns"] input[type="search"],
  form.hs-form.stacked fieldset[class*="form-columns"] input[type="tel"],
  form.hs-form.stacked fieldset[class*="form-columns"] input[type="color"],
  form.hs-form.stacked fieldset[class*="form-columns"] select {
    width: 100% !important;
    margin-right: 0 !important;
  }
}

form.hs-form.stacked .hs-richtext {
  margin-top: 1.5em;
  margin-bottom: 1.25em;
}

form.hs-form.stacked .hs-richtext > * {
  margin-top: 0;
}

form.hs-form.stacked .hs-richtext p:last-child {
  margin-bottom: 0;
}

form.hs-form.stacked .hs_recaptcha {
  margin-bottom: 1em;
  margin-top: 1em;
}

form .inputs-list {
  padding:0;
}

form .hs-input.invalid.error {
  background-color: rgba(147, 23, 23, 0.15);
  border-color: #931717;
  box-shadow: 0 0 0 2px rgba(147, 23, 23, 0.2);
}

form .hs-input.invalid.error:focus {
  background-color: #ffffff;
  border-color: #ff9900;
}

form .hs-error-msgs.inputs-list {
  color: #931717;
  font-weight: 400;
  padding: 0 1rem 0 41px;
  position: relative;
  margin: -.3em 0 1em;
}

form .hs-error-msgs.inputs-list:before {
  background-color: #931717;
  border-radius: 50%;
  color: #fff;
  content: '!';
  display: block;
  font-weight: 600;
  height: 23px;
  line-height: 23px;
  position: absolute;
  width: 23px;
  left: 0.5rem;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  vertical-align: middle;
}

form .hs-error-msgs.inputs-list label {
  font-size: 0.9em;
  margin-bottom: 0;
}

/* Checkboxes */
/* Checkboxes
// ==================================================*/
/* CUSTOM CSS CHECKBOXES */
/* Remove default checkbox */
.hs-form-checkbox-display [type="checkbox"]:not(:checked),
.hs-form-checkbox-display [type="checkbox"]:checked,
.hs-form-booleancheckbox-display [type="checkbox"]:not(:checked),
.hs-form-booleancheckbox-display [type="checkbox"]:checked{
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.hs-form-checkbox-display [type="checkbox"],
.hs-form-booleancheckbox-display [type="checkbox"] {
  /* checkbox aspect */
}

.hs-form-checkbox-display [type="checkbox"] + span,
.hs-form-booleancheckbox-display [type="checkbox"] + span {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hs-form-checkbox-display [type="checkbox"] + span:before,
.hs-form-checkbox-display [type="checkbox"]:not(.filled-in) + span:after,
.hs-form-booleancheckbox-display [type="checkbox"] + span:before,
.hs-form-booleancheckbox-display [type="checkbox"]:not(.filled-in) + span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #222d3f;
  border-radius: 1px;
  margin-top: 2px;
  -webkit-transition: .2s;
  transition: .2s;
}

.hs-form-checkbox-display [type="checkbox"]:not(.filled-in) + span:after,
.hs-form-booleancheckbox-display [type="checkbox"]:not(.filled-in) + span:after {
  border: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.hs-form-checkbox-display [type="checkbox"]:not(:checked):disabled + span:before,
.hs-form-booleancheckbox-display [type="checkbox"]:not(:checked):disabled + span:before {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}

.hs-form-checkbox-display [type="checkbox"].tabbed:focus + span:after,
.hs-form-booleancheckbox-display [type="checkbox"].tabbed:focus + span:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  border: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}

.hs-form-checkbox-display [type="checkbox"]:checked + span:before,
.hs-form-booleancheckbox-display [type="checkbox"]:checked + span:before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #ff9800;
  border-bottom: 2px solid #ff9800;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.hs-form-checkbox-display [type="checkbox"]:checked:disabled + span:before,
.hs-form-booleancheckbox-display [type="checkbox"]:checked:disabled + span:before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  border-bottom: 2px solid rgba(0, 0, 0, 0.42);
}

/* Indeterminate checkbox */
.hs-form-checkbox-display [type="checkbox"]:indeterminate + span:before,
.hs-form-booleancheckbox-display [type="checkbox"]:indeterminate + span:before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #ff9800;
  border-bottom: none;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.hs-form-checkbox-display [type="checkbox"]:indeterminate:disabled + span:before,
.hs-form-booleancheckbox-display [type="checkbox"]:indeterminate:disabled + span:before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  background-color: transparent;
}

.hs-form-checkbox-display [type="checkbox"].filled-in + span:after,
.hs-form-booleancheckbox-display [type="checkbox"].filled-in + span:after {
  border-radius: 2px;
}

.hs-form-checkbox-display [type="checkbox"].filled-in + span:before,
.hs-form-checkbox-display [type="checkbox"].filled-in + span:after,
.hs-form-booleancheckbox-display [type="checkbox"].filled-in + span:before,
.hs-form-booleancheckbox-display [type="checkbox"].filled-in + span:after {
  content: '';
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  z-index: 1;
}

.hs-form-checkbox-display [type="checkbox"].filled-in:not(:checked) + span:before,
.hs-form-booleancheckbox-display [type="checkbox"].filled-in:not(:checked) + span:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.hs-form-checkbox-display [type="checkbox"].filled-in:not(:checked) + span:after,
.hs-form-booleancheckbox-display [type="checkbox"].filled-in:not(:checked) + span:after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #222d3f;
  top: 0px;
  z-index: 0;
}

.hs-form-checkbox-display [type="checkbox"].filled-in:checked + span:before,
.hs-form-booleancheckbox-display [type="checkbox"].filled-in:checked + span:before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.hs-form-checkbox-display [type="checkbox"].filled-in:checked + span:after,
.hs-form-booleancheckbox-display [type="checkbox"].filled-in:checked + span:after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #ff9800;
  background-color: #ff9800;
  z-index: 0;
}

.hs-form-checkbox-display [type="checkbox"].filled-in.tabbed:focus + span:after,
.hs-form-booleancheckbox-display [type="checkbox"].filled-in.tabbed:focus + span:after {
  border-radius: 2px;
  border-color: #222d3f;
  background-color: rgba(0, 0, 0, 0.1);
}

.hs-form-checkbox-display [type="checkbox"].filled-in.tabbed:checked:focus + span:after,
.hs-form-booleancheckbox-display [type="checkbox"].filled-in.tabbed:checked:focus + span:after {
  border-radius: 2px;
  background-color: #ff9800;
  border-color: #ff9800;
}

.hs-form-checkbox-display [type="checkbox"].filled-in:disabled:not(:checked) + span:before,
.hs-form-booleancheckbox-display [type="checkbox"].filled-in:disabled:not(:checked) + span:before {
  background-color: transparent;
  border: 2px solid transparent;
}

.hs-form-checkbox-display [type="checkbox"].filled-in:disabled:not(:checked) + span:after,
.hs-form-booleancheckbox-display [type="checkbox"].filled-in:disabled:not(:checked) + span:after {
  border-color: transparent;
  background-color: #727d8f;
}

.hs-form-checkbox-display [type="checkbox"].filled-in:disabled:checked + span:before,
.hs-form-booleancheckbox-display [type="checkbox"].filled-in:disabled:checked + span:before {
  background-color: transparent;
}

.hs-form-checkbox-display [type="checkbox"].filled-in:disabled:checked + span:after,
.hs-form-booleancheckbox-display [type="checkbox"].filled-in:disabled:checked + span:after {
  background-color: #727d8f;
  border-color: #727d8f;
}

/* Radio Buttons */
/* Radio Buttons
// ==================================================*/
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

[type="radio"]:not(:checked) + span,
[type="radio"]:checked + span {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  -webkit-transition: .28s ease;
  transition: .28s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[type="radio"] + span:before,
[type="radio"] + span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  -webkit-transition: .28s ease;
  transition: .28s ease;
}

/* Unchecked styles */
[type="radio"]:not(:checked) + span:before,
[type="radio"]:not(:checked) + span:after,
[type="radio"]:checked + span:before,
[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:before,
[type="radio"].with-gap:checked + span:after {
  border-radius: 50%;
}

[type="radio"]:not(:checked) + span:before,
[type="radio"]:not(:checked) + span:after {
  border: 2px solid #222d3f;
}

[type="radio"]:not(:checked) + span:after {
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* Checked styles */
[type="radio"]:checked + span:before {
  border: 2px solid #ff9800;
}

[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:before,
[type="radio"].with-gap:checked + span:after {
  border: 2px solid #ff9800;
}

[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:after {
  background-color: #ff9800;
}

[type="radio"]:checked + span:after {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

/* Radio With gap */
[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:after {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

/* Focused styles */
[type="radio"].tabbed:focus + span:before {
  -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Disabled Radio With gap */
[type="radio"].with-gap:disabled:checked + span:before {
  border: 2px solid rgba(0, 0, 0, 0.42);
}

[type="radio"].with-gap:disabled:checked + span:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}

/* Disabled style */
[type="radio"]:disabled:not(:checked) + span:before,
[type="radio"]:disabled:checked + span:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.42);
}

[type="radio"]:disabled + span {
  color: rgba(0, 0, 0, 0.42);
}

[type="radio"]:disabled:not(:checked) + span:before {
  border-color: rgba(0, 0, 0, 0.42);
}

[type="radio"]:disabled:checked + span:after {
  background-color: rgba(0, 0, 0, 0.42);
  border-color: #727d8f;
}

/* Toggle Switch (Checkbox Boolean) */
/* Switches
// ==================================================*
.hs-form-booleancheckbox-display,
.hs-form-booleancheckbox-display * {
-webkit-tap-highlight-color: transparent;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.hs-form-booleancheckbox-display {
cursor: pointer;
}

.hs-form-booleancheckbox-display input[type=checkbox] {
opacity: 0;
width: 0;
height: 0;
position: absolute;
}

.hs-form-booleancheckbox-display input[type=checkbox]:checked + span:before {
background-color: #ff9800;
}

.hs-form-booleancheckbox-display input[type=checkbox]:checked + span:after {
left: 15px;
}

.hs-form-booleancheckbox-display span {
display: inline-block;
position: relative;
padding-left: 45px;
-webkit-transition: background 0.3s ease;
transition: background 0.3s ease;
vertical-align: middle;
}

.hs-form-booleancheckbox-display span:before, .hs-form-booleancheckbox-display span:after {
content: "";
position: absolute;
display: inline-block;
-webkit-transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease;
transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
}

.hs-form-booleancheckbox-display span:before {
width: 36px;
height: 22px;
top: -3px;
left: 0;
border-radius: 15px;
background-color: rgba(0, 0, 0, 0.38);
}

.hs-form-booleancheckbox-display span:after {
height: 20px;
width: 20px;
top: -2px;
left: 1px;
background-color: #F1F1F1;
-webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
border-radius: 50%;
}

.hs-form-booleancheckbox-display input[type=checkbox]:checked:not(:disabled) ~ span:active::after,
.hs-form-booleancheckbox-display input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ span::after {
-webkit-transform: scale(1.4);
transform: scale(1.4);
background-color: rgba(62, 185, 132, 0.15);
}

.hs-form-booleancheckbox-display input[type=checkbox]:not(:disabled) ~ span:active:after,
.hs-form-booleancheckbox-display input[type=checkbox]:not(:disabled).tabbed:focus ~ span::after {
-webkit-transform: scale(1.4);
transform: scale(1.4);
background-color: rgba(0, 0, 0, 0.08);
}

.hs-form-booleancheckbox-display input[type=checkbox][disabled] + span {
cursor: default;
background-color: rgba(0, 0, 0, 0.12);
}

.hs-form-booleancheckbox-display label input[type=checkbox][disabled] + span:after,
.hs-form-booleancheckbox-display label input[type=checkbox][disabled]:checked + span:after {
background-color: #727d8f;
}

/* Single Line Form */
.single_line_form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.single_line_form form .hs_email {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  position: relative;
}

.single_line_form form .hs-error-msgs.inputs-list {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0 !important;
}

.single_line_form form .hs-error-msgs.inputs-list * {
  margin: 0 !important;
}

.single_line_form form .hs_submit input[type="submit"] {
  font-size: 1.2em;
}

.single_line_form form input[type="email"],
.single_line_form form input[type="text"],
.single_line_form form input[type="submit"],
.single_line_form form button {
  height: 50px;
  padding-top: 0;
  line-height: 50px;
  padding-bottom: 0;
  margin: 0 !important;
}

/* Inline Checkboxes Form */
.checkbox_inline .multi-container li.hs-form-checkbox {
  display: inline-block;
}

.checkbox_inline .multi-container li.hs-form-checkbox label {
  display: inline-block;
}

.checkbox_inline .multi-container li.hs-form-checkbox label span {
  padding-left: 23px;
  margin-right: 25px;
}

/* Inline Radio Form */
.radio_inline .multi-container li.hs-form-radio {
  display: inline-block;
}

.radio_inline .multi-container li.hs-form-radio label {
  display: inline-block;
}

.radio_inline .multi-container li.hs-form-radio label span {
  padding-left: 26px;
  margin-right: 20px;
}

@media (min-width:768px) {
  .radio_inline.with_label .hs-fieldtype-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom:1em;
  }

  .radio_inline.with_label .hs-fieldtype-radio .input {
    -webkit-box-flex: 2;
    -ms-flex: 2 0 auto;
    flex: 2 0 auto;
    text-align: right;
  }

  .radio_inline.with_label .hs-fieldtype-radio label {
    -webkit-box-flex: 1;
    -ms-flex: 1 2 auto;
    flex: 1 2 auto;

  }
}

.radio_inline.with_label .hs-fieldtype-radio {
  margin-bottom:1em;
}

.radio_inline.with_label .hs-fieldtype-radio ul {
  margin:0;
}

/* Checkbox Columns Form */
.checkbox_columns .multi-container {
  display: inline-block;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 1.5em;
  column-gap: 1.5em;
}

.checkbox_columns .multi-container li.hs-form-checkbox label span {
  padding-left: 23px;
  margin-right: 25px;
}

/* Radio Columns Form */
.radio_columns .multi-container {
  display: inline-block;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 1.5em;
  column-gap: 1.5em;
}

.radio_columns .multi-container li.hs-form-radio label span {
  padding-left: 26px;
  margin-right: 20px;
}

/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
  color: #888;
  opacity: 1; 
}
:-moz-placeholder { /* Firefox 18- */
  color: #888;
  opacity: 1; 
}
::-moz-placeholder { /* Firefox 19+ */
  color: #888;
  opacity: 1;
}
:-ms-input-placeholder { /* IE10 */
  color: #888;
  opacity: 1; 
}




/* ==========================================================================
Buttons                                              
========================================================================== */


/* All Global Buttons
========================================================================== */





button,
.button,
.hs-button,
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  border: 2px solid transparent;
  border-radius: 3px;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans',sans-serif;
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1;
  outline: 0;
  padding: 0.65em 0.9rem;
  transition: all 0.2s ease-in-out;
  text-decoration: none!important;
}

button,
.button {
  background-color: transparent;
}

.hs-button,
input[type="submit"],
input[type="button"] {
  background-color: #253148;
  color: #fff;
  font-size: 0.75rem;
  padding: 1em 1.35rem;
}

.hs-button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: #7c88a0;
}

.button--unstyled {
  padding: 0;
}

button:hover,
.button:hover,
.hs-button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.hs-button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  color: #fff;
}

button:focus,
.button:focus,
.hs-button:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  box-shadow: 0 0 0 3px rgba(255, 153, 0, 0.4);
  text-decoration:none;
}

/* button and button hover colors */

.button--blue {background-color: #253148;color: #ffffff;}
.button--blue:hover {background-color: #434f66; color: #ffffff;}


.button--blue-light {background-color: #7c88a0;color: #ffffff;}
.button--blue-light:hover {background-color: #5e6a82; color: #ffffff;}


.button--gold {background-color: #ff9900;color: #410000;}
.button--gold:hover {background-color: #ffb71e; color: #410000;}


.button--gold-light {background-color: #ffb83f;color: #4b0000;}
.button--gold-light:hover {background-color: #e19a21; color: #4b0000;}



.button--medium {
  font-size: 0.75rem;
  padding: 1em 1.35rem;
}
.button--large {
  font-size: 0.85rem;
  padding: 1.2em 1.55rem;
}
.button--larger {
  font-size: 0.85rem;
  padding: 1.5em 1.55rem;
}
.button--ghost {
  background-color: transparent;
  border: 2px solid;
}
.button--ghost-white {
  border-color: #fff;
}
.button--ghost-blue {
  border-color: #253148;
  color: #253148;
}
.button--ghost-gold {
  border-color: #ff9900;
  color: #ff9900;
}

.button--arrow-right {
  padding-right: 4em;
  position: relative;
}
.button--arrow-right:before,
.button--arrow-right:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
}
.button--arrow-right:before {
  width: 1.8em;
  height: 1px;
  background: #fff;
  right: 1.25em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .2s width ease-in-out;
  transition: .2s width ease-in-out;
}
.button--arrow-right:hover::before {
  width: 1.2em;
}
.button--arrow-right:after {
  width: 8px;
  height: 8px;
  background: transparent;
  border: solid #fff;
  border-width: 1px 1px 0 0;
  right: 1.25em;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}




/* ==========================================================================


6. MISCELLANEOUS                                      


========================================================================== */



/*------------------------------ Home Page ---------------------------*/

/* .custom_3_step_column h1 {
  display: inline-block;
  color: #010505;
  border-bottom: #8f9396 4px solid;
  line-height: 1.25;
}
.custom_3_step_column h3 {
  font-family: "Vollkorn",serif;
  font-weight: normal;
  font-style: italic;
  font-size: 25px;
  margin: 2px 0;
  color:#ff9900;
}

.custom-home-left-row1  {}

.custom-home-left-row1 blockquote {
  background: #eeeae4;
  color: #263248;
  font-size: 16px;
  font-family: "Open Sans",sans-serif;
  font-weight: bold;
  font-style: italic;
  position: relative;
  margin: 0;
  z-index: 999;
  padding: 20px 34px;
}

.custom-home-left-row1 blockquote::before {
  content: "";
  position: absolute;
  background: #eeeae4;
  width: 20px;
  height: 102%;
  right: 0;
  top: -1%;
  z-index: -1;
  border-top: 1px solid #ff9800;
  border-bottom: 1px solid #ff9800;
  border-right: 1px solid #ff9800;
}

.custom-home-left-row1 blockquote::after {
  content: "";
  position: absolute;
  background: #eeeae4;
  width: 20px;
  height: 102%;
  left: 0;
  top: -1%;
  z-index: -1;
  border-top: 1px solid #ff9800;
  border-bottom: 1px solid #ff9800;
  border-left: 1px solid #ff9800;
}

.custom-home-left-row1 p:last-child  {
  font-size: .9em;
}

.custom-home-right-row1 {}

.custom-right-wrapper .custom-home-right-row1.widget-span .cell-wrapper {
  margin-bottom: 0;
}

.custom-home-page .body-container {
  padding-top:0;
  padding-bottom:0;
}
.custom-home-page .flv-player-wrapper.flv-sm {
  max-width:100% !important;
} */


.woodall_video_row {
  padding-bottom:40px;
}
.woodall_video_row .page-center, 
.woodall_video_row .woodall_video_row_text {
  padding-top:40px;
}
@media only screen and (min-width:1200px) {
  .custom_3_step_column h1 {
    font-size:43px;
  }
  .custom_3_step_column h3 {
    font-size: 31px;
  }
}


/* -------------- Default Code for comment ------------ */

#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.custom_listing_comments {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 15px;
}

div#comments-listing.no-comments {
  border: none;
}

.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.comment-body {
  border-bottom: medium none;
  color: #333333;
  display: block;
  font-family: 'Open Sans',sans-serif;    
  font-size: 18px;    
  line-height: 1.43;
  padding: 0;
}

.comment-reply-to{
  margin-bottom: 15px;
}

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.comment-date {
  color: #333333 !important;
  display: block !important;
  text-align: left;
}

/* -------------------- Ends ----------------- */

/* -------------- Default Code for Author Bio ------------ */

#hubspot-author_data .hs-author-avatar {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}

#hubspot-author_data .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}

.hs-blog-social-share {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  height: auto;
  margin-top: 10px;
  padding: 10px 0 0;
}

/* -------------------- Ends ------------------ */
/* -------------- Default Code for comment ------------ */

#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}

.custom_listing_comments {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 15px;
}

div#comments-listing.no-comments {
  border: none;
}

.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.comment-body {
  border-bottom: medium none;
  color: #333333;
  display: block;
  font-family: 'Open Sans',sans-serif;    
  font-size: 18px;    
  line-height: 1.43;
  padding: 0;
}

.comment-reply-to{
  margin-bottom: 15px;
}

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.comment-date {
  color: #333333 !important;
  display: block !important;
  text-align: left;
}

.blog-pagination a {
  display: inline-block;
  margin-right: 15px;
}


/* -------------------- Ends ----------- */

/* -------------- Default Code for Author Bio ------------ */

#hubspot-author_data .hs-author-avatar {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}

#hubspot-author_data .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}

.hs-blog-social-share {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  height: auto;
  margin-top: 10px;
  padding: 10px 0 0;
}

/* -------------------- Ends ----------- */




.equal-col-height .row-fluid-wrapper .row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.equal-col-height .row-fluid-wrapper .row-fluid [class*="span"] {
  float:none;
} 
@media only screen and (max-width:767px) {
  .equal-col-height .row-fluid-wrapper .row-fluid [class*="span"] {
    width:100%;
  }
  .equal-col-height.reverse-order-mobile .row-fluid-wrapper .row-fluid .right-column {
    -webkit-box-ordinal-group:2;
    -ms-flex-order:1;
    order:1;
  }
  .equal-col-height.reverse-order-mobile .row-fluid-wrapper .row-fluid .left-column {
    -webkit-box-ordinal-group:3;
    -ms-flex-order:2;
    order:2;
  }
}


/* Profile Cards */
.profile_card_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.profile_card {
  background-color:#fff;
  border: 1px #f1f1f1 solid;
  border-radius:4px;
  font-size:1rem;
  margin-bottom:2em;
  overflow:hidden;
  text-align: center;
  -webkit-box-shadow: 0px 7px 16px rgba(0,0,0,0.1);
  box-shadow: 0px 7px 16px rgba(0,0,0,0.1);
  width: 100%;
}
.profile_card,
.profile_card .picture_wrapper,
.profile_card .text {
  position: relative;
}
.profile_card .picture_wrapper {
  padding: 2em 0;
}
.profile_card .text {
  padding: 0 1em 2em;
}
.profile_card .text .name {
  margin-bottom: 20px;
}
.profile_card .text .name h3 {
  font-size:1.5em;
  margin:0;
}
.profile_card .text .position {
  font-family: "Vollkorn",serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: .2px;
  color: #929393;
}
.profile_card .picture {
  max-width: 50%;
  margin: auto;
}
.profile_card .picture:before {
  content: '';
  display: block;
  width: 100%;
  height: 50%;
  background-color: #222d3f;
  position: absolute;
  top: 0;
  left: 0;
}
.profile_card .picture img {
  border-radius: 50%;
  position: relative;
  border: 5px #fff solid;
}
@media only screen and (min-width:768px) and (max-width:999px) {
  .profile_card.md-2 {
    width: 49%;
    margin-right: 2%;
  }
  .profile_card.md-2:nth-child(2n+2) {
    margin-right: 0%;
  }
}
@media only screen and (min-width:1000px) {
  .profile_card.lg-4 {
    width: 23.125%;
    margin-right: 2.5%;
  }
  .profile_card.lg-4:nth-child(4n+4) {
    margin-right: 0%;
  }
  .profile_card.lg-3 {
    width: 31%;
    margin-right: 3%;
  }
  .profile_card.lg-3:nth-child(3n+3) {
    margin-right: 0%;
  }
}
/* end profile cards */




/* AOS HS fixes*/
@media (min-width:768px) {
  .row-fluid > .aos-init > [class*="span"] {
    margin-left: 2.127659574%;
  }
  .row-fluid > .aos-init:first-child > [class*="span"] {
    margin-left: 0;
  }
}
@media (min-width:1280px) {
  .row-fluid > .aos-init > [class*="span"] {
    margin-left: 2.564102564%;
  }
}