







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */








/* 1e. Forms */













/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */








.content-wrapper {
  max-width: 1240px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 1rem;
}

.dnd-section > .row-fluid {
  max-width: 1240px;
}





html {
  font-size: 18px;
}

body {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #425b76;
  font-size: 18px;
}

/* Paragraphs */

p {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */

a {
  font-weight: normal; text-decoration: none; font-family: 'Source Sans Pro', sans-serif; font-style: normal;
  color: #0270E0;
}

a:hover,
a:focus {
  font-weight: normal; text-decoration: none; font-family: 'Source Sans Pro', sans-serif; font-style: normal;
  color: #0048b8;
}

a:active {
  font-weight: normal; text-decoration: none; font-family: 'Source Sans Pro', sans-serif; font-style: normal;
  color: #2a98ff;
}

/* Headings */

h1,
.h1 {
  font-weight: 700; text-decoration: none; font-family: 'Source Sans Pro', sans-serif; font-style: normal;
  color: #425b76;
  font-size: 50px;
  text-transform: none;
}

h2,
.h2 {
  font-weight: 700; text-decoration: none; font-family: 'Source Sans Pro', sans-serif; font-style: normal;
  color: #425b76;
  font-size: 38px;
  text-transform: none;
}

h3,
.h3 {
  font-weight: 700; text-decoration: none; font-family: 'Source Sans Pro', sans-serif; font-style: normal;
  color: #425b76;
  font-size: 30px;
  text-transform: none;
}

h4,
.h4 {
  font-weight: normal; text-decoration: none; font-family: 'Source Sans Pro', sans-serif; font-style: normal;
  color: #425b76;
  font-size: 24px;
  text-transform: none;
}

h5,
.h5 {
  font-weight: normal; text-decoration: none; font-family: 'Source Sans Pro', sans-serif; font-style: normal;
  color: #000000;
  font-size: 16px;
  text-transform: none;
}

h6,
.h6 {
  font-weight: normal; text-decoration: none; font-family: 'Source Sans Pro', sans-serif; font-style: normal;
  color: #425b76;
  font-size: 14px;
  text-transform: none;
}

/* Blockquote */

blockquote {
  border-left-color: #3574E3;
}





button,
.button {
  border: 1px solid #5d8928;

  padding-top: 8px;
padding-right: 16px;
padding-bottom: 8px;
padding-left: 16px;

  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(93, 137, 40, 1.0)

;
  border-radius: 50px;
  color: #FFFFFF;
  text-transform: uppercase;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(53, 97, 0, 1.0);
  border-color: #356100;
}

button:active,
.button:active {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(133, 177, 80, 1.0);
  border-color: ;
}





form,
.submitted-message {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Form title */

.form-title {
  color: #3574E3;
}

/* Labels */

form label {
  color: #425b76;
}

/* Help text */

form legend {
  color: #425b76;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border: 2px solid #D1D6DC;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #425b76;
  border-radius: 3px;
}

form.hs-form input[type=text],
form.hs-form input[type=email],
form.hs-form input[type=password],
form.hs-form input[type=tel],
form.hs-form input[type=number],
form.hs-form input[type=file],
form.hs-form select,
form.hs-form textarea {
  border: 2px solid #D1D6DC;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #425b76;
  border-radius: 20px;
  border: 1px solid #12457A;
}


/* Form placeholder text */

::-webkit-input-placeholder {
  color: #425b76;
}

::-moz-placeholder {
  color: #425b76;
}

:-ms-input-placeholder {
  color: #425b76;
}

::placeholder {
  color: #425b76;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #425b76;
}

.fn-date-picker td.is-selected .pika-button {
  background: #425b76;
}

.fn-date-picker td .pika-button:hover {
  background-color: #425b76 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #425b76;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px solid #5d8928;

  padding-top: 8px;
padding-right: 16px;
padding-bottom: 8px;
padding-left: 16px;

  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(93, 137, 40, 1.0)

;
  border-radius: 50px;
  color: #FFFFFF;
  font-size: 14px;
  text-transform: uppercase;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(53, 97, 0, 1.0);
  border-color: #356100;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(133, 177, 80, 1.0);
  border-color: ;
}





/* Table */

table {
  border: 1px solid #425b76;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #425b76;

  padding: 18px;

  border-color: ;
  color: #425b76;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(66, 91, 118, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #425b76;
}





.header {
  background-color: 

  
  
    
  


  rgba(0, 27, 57, 1.0)

;
}

.header {
    background-color: transparent !important;
    position: absolute;
    width: 100%;
    z-index: 10;
}

.header__navigation {
  border-bottom:  1px solid #5C8927;
}

.header__column {
  position: relative;
}

.header__column .header__row-1 {
  position: absolute;
  padding: 0;
  top: 0;
  right: 0;
}

.header__cta-buttons > ul {
  margin:  0;
}

.header__cta-buttons > ul > li {
  list-style: none;
  display: inline-block;
  padding: 20px 8px;
}

.header__cta-buttons > ul > li,
.header__navigation .menu--desktop > ul > li {
  padding: 20px 8px;
}


.header__cta-buttons > ul > li > a {
  color:  #fff;
  text-decoration: none;
  text-transform: uppercase;
}


.header__navigation .menu--desktop {
  padding-right:  350px;
}

.header__cta-buttons > ul > li > a,
.header__navigation .menu--desktop > ul > li > a {
  font-size:  16px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.header__navigation .menu--desktop > ul > li > a:hover {
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff; 
  color:  #fff;
}

.header__cta-buttons > ul > li:last-child > a,
.header__navigation .menu--desktop > ul > li:last-child a {
  background-color: #5C8927;
  border:  1px solid #5C8927;
  border-radius:  50px;
  padding:  8px 16px;
  color:  #fff;
}

.header__navigation .menu--desktop > ul > li:last-child,
.header__navigation .menu--desktop > ul > li:last-child a,
.header__navigation .menu--desktop > ul > li:nth-child(6),
.header__navigation .menu--desktop > ul > li:nth-child(6) a,
.header__navigation .menu--desktop > ul > li:nth-child(7),
.header__navigation .menu--desktop > ul > li:nth-child(7) a {
  display: none;
}


.header__cta-buttons > ul > li:last-child > a:hover,
.header__navigation .menu--desktop > ul > li:last-child a:hover {
  background-color: #ffffff;
  border:  1px solid #ffffff;
  color:  #5C8927;
}

.header__cta-buttons > ul > li:first-child > a,
.header__navigation .menu--desktop > ul > li:nth-child(7) a {
  border:  1px solid #ffffff;
  border-radius:  50px;
  padding:  8px 16px;
}

.header__cta-buttons > ul > li:first-child > a:hover,
.header__navigation .menu--desktop > ul > li:nth-child(7) a:hover {
  border:  1px solid #ffffff;
  background-color: #ffffff;
  color:  #000000;
}

@media (max-width:  1280px) {
  .header__container {
    align-items: center;
  }

  .header__column .header__row-1 {
    position: relative;
  }  

  .header__navigation .menu--desktop {
    padding-right: 0px;
  }

  .header__cta-buttons > ul > li,
  .header__navigation .menu--desktop > ul > li {
    padding: 10px 8px;
  }

  .header__navigation .menu--desktop > ul > li {
    padding: 2px 8px 10px;
  }

  .header__cta-buttons > ul > li a {
    padding:  3px 8px !important;
  }
}

@media (max-width:  768px) {
  .header__column .header__row-1 {
    display: none;
  }  
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #FFFFFF;
  font-family: Source Sans Pro;
}

.menu__child-toggle-icon {
  border-top-color: #FFFFFF;
}

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #d7d7d7;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: #d7d7d7;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #ffffff;
}

.menu__child-toggle-icon:active {
  border-top-color: #ffffff;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: #FFFFFF;
}

@media (max-width: 767px) {
  .header__navigation.open, .header__search.open, .header__language-switcher.open {
      background-color: #f8fafc;
      min-height: ;
      top: 25px;
  }
}

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 1px solid #ffffff;

    background-color: 

  
  
    
  


  rgba(0, 27, 57, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 1px solid #ffffff;

    background-color: 

  
  
    
  


  rgba(0, 27, 57, 1.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #ffffff;
  background-color: 

  
  
    
  


  rgba(0, 27, 57, 1.0)

;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: ;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(0, 27, 57, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(0, 27, 57, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Source Sans Pro;
}

.header__language-switcher-label-current:after {
  border-top-color: #FFFFFF;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(0, 27, 57, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #FFFFFF;
  }
}

.menu.menu--mobile ul li {
  background-color: rgba(0, 27, 57, 1.0);
}

@media (max-width: 767px) {
  .header__container {
    align-items: normal;
  }

  .header__container .header__logo-container {
    padding-left:  15px;
    padding-right:  15px;
  }

  .header__container .header__logo-container {
    flex-direction: row;
    display: flex;
    flex-grow: 1;
  }

  .header__logo {
      flex-grow: 1;
  }

  .header__mobile-nav-buttons {
      flex-grow: 1;
      justify-content: end;
      align-items: center;
      display: flex;
  }

  .header__column {

  }

  .header__navigation--toggle {
    background-image:  url('//8997587.fs1.hubspotusercontent-na1.net/hubfs/8997587/raw_assets/public/valicor-theme/images/menu-icon.png') !important;
    height: 25px;
    width: 51px;
    margin: 0;
  }

  .header__navigation--toggle.open {
    display: none !important;
  }

  .header__close--toggle {
    background-image:  url('//8997587.fs1.hubspotusercontent-na1.net/hubfs/8997587/raw_assets/public/valicor-theme/images/menu-icon-close.png') !important;
    height: 25px;
    width: 44px;
    margin: 0;
  }
}

.header--no-navigation .header__logo {
  margin-top:  20px;
}





.footer {
  background-color: 

  
  
    
  


  rgba(0, 27, 57, 1.0)

;
}

/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #ffffff;
}


@media (min-width:768px) {
.footer ul li {
    float: left;
    width: 50%;//helps to determine number of columns, for instance 33.3% displays 3 columns
  }
}


@media (max-width:1024px) {
  .footer .footer__container_parent  {
    width: 100%;
  }
}

@media (max-width:768px) {

  .footer .footer__container_parent img  {
    max-width: 200px !important;
    text-align: center;
  }

  .footer .footer__container_parent .widget-type-linked_image {
    text-align: center;
    margin-bottom:  30px;
  }
}






.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 80px 0;
}

/* Blog post */

.blog-post__meta a {
  color: #425b76;
}

.blog-post__tag-link {
  color: #425b76;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #1a334e;
}

.blog-post__tag-link:active {
  color: #6a839e;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-weight: 700; text-decoration: none; font-family: 'Source Sans Pro', sans-serif; font-style: normal;
  text-transform: none;
}

.blog-related-posts__title-link {
  color: #425b76;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #1a334e;
}

.blog-related-posts__title-link:active {
  color: #6a839e;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 80px;
}

#comments-listing .comment-reply-to {
  color: #0270E0;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #0048b8;
}

#comments-listing .comment-reply-to:active {
  color: #2a98ff;
}





.hs-search-results__title {
  font-weight: 700; text-decoration: none; font-family: 'Source Sans Pro', sans-serif; font-style: normal;
  color: #425b76;
}





/* Blog listing */

.blog-index__post-title-link,
.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus,
.blog-index__post-title-link:active {
  font-weight: 700; text-decoration: none; font-family: 'Source Sans Pro', sans-serif; font-style: normal;
  text-transform: none;
}

.blog-index__post-title-link {
  color: #425b76;
}

.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus {
  color: #1a334e;
}

.blog-index__post-title-link:active {
  color: #6a839e;
}

.blog-index__post-tag,
.blog-index__post-author-name {
  color: #425b76;
}

/* Blog pagination */

.pagination__link-text,
.pagination__link--number {
  color: #425b76;
}

.pagination__link:hover .pagination__link-text,
.pagination__link:focus .pagination__link-text,
.pagination__link--number:hover,
.pagination__link--number:focus {
  color: #1a334e;
}

.pagination__link:active .pagination__link-text,
.pagination__link--number:active {
  color: #6a839e;
}

.pagination__link-icon svg {
  fill: #425b76;
}

/* Pricing card */

.card__price {
  font-weight: 700; text-decoration: none; font-family: 'Source Sans Pro', sans-serif; font-style: normal;
  color: #425b76;
  font-size: 30px;
}

.card__body svg {
  fill: #425b76;
}

/* Social follow */

.social-links__icon {
  background-color: #425b76;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #1a334e;
}

.social-links__icon:active {
  background-color: #6a839e;
  font-weight: 700; text-decoration: none; font-family: 'Source Sans Pro', sans-serif; font-style: normal;
  color: #425b76;
  font-size: 30px;
}


.stat-section-2-column h2 {
  color: #707070;
  font-size:  1.5rem;
  text-align: center;
}


.stat-section-2-column .span4 {
  border-right:  1px solid #707070;
  padding-top:  20px !important;
  padding-bottom:  20px !important;
}

.stat-section-2-column .span4:last-child {
  border-right: none;
  padding-top:  20px !important;
  padding-bottom:  20px !important;
}

@media (max-width:  767px) {
  .stat-section-2-column .span4 {
    border-right: none;
  }
}

.stat-section-2-column .span4 h3 {
  color: #135295;
  font-size:  4rem;
  line-height:  4rem;
  text-align: center;
  font-style: italic;

  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  flex-direction:  row;
}


.stat-section-2-column .span4 h3 .purecounter {
  color: #135295;
  font-size:  4rem;
  line-height:  4rem;
  font-style: italic;
}

.stat-section-2-column .span4 h3 span {
  color: #707070;
  font-size:  1.5rem;
  font-style: normal;
  text-decoration: none !important;
  margin-left:  5px;
}


.stat-section-2-column .span4 p {
  color: #707070;
  font-size:  1rem;
  text-align: center;
}




.green-section-1-column h1, .green-section-1-column h2, .green-section-1-column h3, .green-section-1-column h4, .green-section-1-column h5, .green-section-1-column h6, .green-section-1-column p,
.green-section-2-column h1, .green-section-2-column h2, .green-section-2-column h3, .green-section-2-column h4, .green-section-2-column h5, .green-section-2-column h6, .green-section-2-column p,
.blue-section-1-column h1, .blue-section-1-column h2, .blue-section-1-column h3, .blue-section-1-column h4, .blue-section-1-column h5, .blue-section-1-column h6, .blue-section-1-column p,
.blue-section-2-column h1, .blue-section-2-column h2, .blue-section-2-column h3, .blue-section-2-column h4, .blue-section-2-column h5, .blue-section-2-column h6, .blue-section-2-column p {
  color:  #fff;
}

.white-section-1-column h1, .white-section-1-column h2, .white-section-1-column h3, .white-section-1-column h4, .white-section-1-column h5, .white-section-1-column h6, .white-section-1-column p,
.white-section-2-column h1, .white-section-2-column h2, .white-section-2-column h3, .white-section-2-column h4, .white-section-2-column h5, .white-section-2-column h6, .white-section-2-column p {
   
}

.blue-section h2, 
.green-section h2 {
  text-transform: uppercase;
}

.green-section h2 {
  text-align: right;
}


@media (max-width: 900px) {
  .blue-section.blue-section-1-column,
  .blue-section.blue-section-2-column,
  .green-section.green-section-1-column,
  .green-section.green-section-2-column {
      background-size: 1500px 100% !important;    
  }

}

  
.blue-section > .row-fluid > div > .row-fluid-wrapper .row-fluid .widget-type-cell > div:last-child,
.green-section > .row-fluid > div > .row-fluid-wrapper .row-fluid .widget-type-cell > div:last-child,
.white-section > .row-fluid > div > .row-fluid-wrapper .row-fluid .widget-type-cell > div:last-child {
  padding-bottom:  40px;
}

.blue-section > .row-fluid > div > .row-fluid-wrapper:first-child .row-fluid .widget-type-cell > div,
.green-section > .row-fluid > div > .row-fluid-wrapper:first-child .row-fluid .widget-type-cell > div,
.white-section > .row-fluid > div > .row-fluid-wrapper:first-child .row-fluid .widget-type-cell > div {
  padding-bottom:  0px; 
}

.blue-section > .row-fluid > div > .row-fluid-wrapper .row-fluid .widget-type-cell > div,
.green-section > .row-fluid > div > .row-fluid-wrapper > .row-fluid > .widget-type-cell > div {
  border-right:  1px solid #fff;
  padding-right:  30px;
}

.blue-section > .row-fluid > div > .row-fluid-wrapper .row-fluid .widget-type-cell:last-child > div,
.blue-section > .row-fluid > div > .row-fluid-wrapper:first-child .row-fluid .widget-type-cell > div,
.green-section > .row-fluid > div > .row-fluid-wrapper > .row-fluid .widget-type-cell:last-child > div,
.green-section > .row-fluid > div > .row-fluid-wrapper:first-child .row-fluid .widget-type-cell > div {
  border-right:  none;
}

@media(max-width:  767px) {
  .blue-section > .row-fluid > div > .row-fluid-wrapper .row-fluid .widget-type-cell > div,
  .green-section > .row-fluid > div > .row-fluid-wrapper > .row-fluid > .widget-type-cell > div {
    border-right:  none;
  }  
}

.body-container--blog-index > .row-fluid-wrapper > .row-fluid > .span12 > .row-number-1 h1 {
  color:  #fff;
}

.hero-section.blue-overlay,
.body-container--blog-index > .row-fluid-wrapper > .row-fluid > .span12 > .row-number-1 {
  position: relative;
}

div.hs-content-id-66476080029 .dnd_area-row-0-background-image { position: relative; }
div.hs-content-id-66476080029 .dnd_area-row-0-background-image:before {
  display: block;
  content: "";
  width: 100%;
  height: 25%;
  background-color: #124984;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgb(19,82,149);
  background: linear-gradient(0deg, rgba(15,65,112,0) 0%, rgba(15,65,112,1) 100%);

}

.hero-section.blue-overlay:before,
.body-container--blog-index > .row-fluid-wrapper > .row-fluid > .span12 > .row-number-1:before  {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #124984;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgb(18,73,132);
  background: linear-gradient(-90deg, rgba(18,73,132,0.4) 0%, rgba(18,73,132,0.8) 100%), linear-gradient(352deg, rgba(18,73,132,0.05) 0%, rgba(18,73,132,0.9) 100%);

/*background: rgb(18,73,132);
background: linear-gradient(352deg, rgba(18,73,132,0.1) 0%, rgba(18,73,132,0.9) 100%);*/
/*background: rgb(18,73,132);
background: linear-gradient(352deg, rgba(18,73,132,0.05) 0%, rgba(18,73,132,0.9) 100%);*/
}

.hero-section.blue-overlay:after,
.body-container--blog-index > .row-fluid-wrapper > .row-fluid > .span12 > .row-number-1:after  {
  display: block;
  content: "";
  background-image:  url('//8997587.fs1.hubspotusercontent-na1.net/hubfs/8997587/raw_assets/public/valicor-theme/images/valicor-hero-footer.png') !important;
  width: 100%;
  height: 0;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: 8%;
  z-index: 2;
}

.hero-section.blue-overlay .row-fluid,
.body-container--blog-index > .row-fluid-wrapper > .row-fluid > .span12 > .row-number-1 .row-fluid {
  z-index: 3;
  position: relative;
}

.hero-section.blue-overlay h1,
.hero-section.blue-overlay h2,
.hero-section.blue-overlay h3,
.hero-section.blue-overlay h4,
.hero-section.blue-overlay h5,
.hero-section.blue-overlay h6,
.hero-section.blue-overlay p {
  color: #fff;
  text-align: center;
}


.valicor-box {
  border-radius:  20px;
  padding:  30px;
  margin-bottom:  20px;
}

.valicor-box.green {
  border: 1px solid #5C8927;
}

.valicor-box.shadow {
  box-shadow: 0px 0px 25px 0px rgba(18, 69, 122, .3);
}

.valicor-box.blue {
  border: 1px solid #12457A;
}

.valicor-box h4 {
  font-weight: bold;
  border-bottom: 4px solid #5C8927;
}


.widget-type-gallery {
  padding: 24px 4px 0px 4px;
  border-radius:  20px;
  box-shadow: 0px 0px 25px 0px rgba(18, 69, 122, .3);
}

img[alt~="round"] {
  border-radius:  20px;
}


div.hs-content-id-66476080029 .dnd_area-row-0-background-image > .row-fluid {
    position: relative;
    z-index: 1;
}
div.hs-content-id-66476080029 .dnd_area-row-0-background-image:after {
    display: block;
    content: "";
    background-image: url(//8997587.fs1.hubspotusercontent-na1.net/hubfs/8997587/raw_assets/public/valicor-theme/images/valicor-hero-footer.png) !important;
    width: 100%;
    height: 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -1px;
    left: 0;
    padding-top: 8%;
    z-index: 2;
}
div.hs-content-id-66476080029 .dnd_area-row-0-background-image:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #124984;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgb(18,73,132);
    background: linear-gradient(-90deg, rgba(18,73,132,0.4) 0%, rgba(18,73,132,0.8) 100%), linear-gradient(352deg, rgba(18,73,132,0.05) 0%, rgba(18,73,132,0.9) 100%);
}