/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* Colors */
 /* Black */
 /* Black */
 /* Mint */
 /* Green */
 /* Dark Green */

 /* Peach */
 /* Orange */
 /* Neon Orange */


 /* Light Grey */
 /* Grey */
    /* Dark Grey */

/* Typography */






/* Containers */







/* ==========================================================================
Buttons                                              
========================================================================== */
  
.org-button,
.partner-page .section-accent .hs_cos_wrapper_type_form form .actions .hs-button.primary.large,
.partner-page .section-accent .hs_cos_wrapper_type_form form .actions .hs-button.primary.large:hover{
  position: relative;
  display: inline-block;
  border: none;
  margin: 0;
  color: #fff!important;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
   -webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
-ms-transition: all .3s ease;
transition: all .3s ease;;
  background-color: #78C4A2;
  background-image: linear-gradient(to right, #78C4A2 0%, #2A826B 51%, #78C4A2 100%) !important;
  /*orange button*/
  background-color: #FA8D71;
  background-image: linear-gradient(to right, #FA8D71 0%, #FF6B42 51%, #FA8D71 100%) !important;
  background-size: 200% auto;
  border-radius: 24px !important;
  font-size: 18px !important;
  line-height: 24px;
  font-family: 'Aeonik', 'DM Sans', sans-serif !important;
  padding: 13px 38px !important;
  text-transform: lowercase;
  font-weight: 400;
} 

/* .org-button:hover,
input[type="submit"]:hover {
  color: #fff;
  text-decoration: none;
  background-position: right center;
} */

.org-button:hover,
.org-button:active  {
background-position: right center;
  color:ffff!important;
}

/* .button-override {
  background-image: linear-gradient(to right, #78C4A2 0%, #2A826B 51%, #78C4A2 100%) !important;
  /*orange button*/
  background-color: #FA8D71;
  background-image: linear-gradient(to right, #FA8D71 0%, #FF6B42 51%, #FA8D71 100%) !important;
  background-size: 200% auto !important;
}

.button-override:hover {
  text-decoration: none;
  background-position: right center !important;
}

.section-accent .button, .section-accent .hs-button, .section-accent input[type="submit"],
.section-gradient .button, .section-gradient .hs-button, .section-gradient input[type="submit"]{
  background-color: #2A826B !important;
  background-image: linear-gradient(to right, #2A826B 0%, #044849 51%, #2A826B 100%) !important;
  /*orange button*/
  background-color: #FA8D71;
  background-image: linear-gradient(to right, #FA8D71 0%, #FF6B42 51%, #FA8D71 100%) !important;
  border-radius: 24px !important;
  font-size: 18px !important;
  line-height: 24px;
  padding: 13px 38px !important;
}

/* .button-arrow:after {
  content: '\f0a9';
  font-family: Fontawesome;
  margin-left: 10px;
}
.button_small {
  font-size: 14px !important;
  line-height: 18px !important;
    padding: 5px 20px !important;
}


.underline-links a,
a.underline {
  position: relative;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
  color: #393939;
}
h4.underline {
  position: relative;
  display: inline-block;
}

.underline-links a:after,
a.underline:after,
h4.underline:after{
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  bottom: -10px;
  left: 0;
  right: -20px;
  height: calc(75% + 7px);
  transition: height .3s;
  background: rgba(120, 196, 162, 0.26);
}

.underline-links a:hover:after,
a.underline:hover:after,
h4.underline:hover:after{
  height: calc(100% + 20px);
}

.underline-links p {
  position: relative;
  z-index: 1;
}

h4.underline {
  z-index: 1;
}
h4.underline:after {
  z-index: -1;
}
 */

/* ==========================================================================
Pillar                                          
========================================================================== */

hr {
  clear: both;
  color: #979797;
  background-color: #979797;
  height: 1px;
  border: none;
  margin: 45px 0;
}

.pillar { 
  position: relative;
  font-size: 20px;
  line-height: 32px;
}
.page-scroll {
  position: relative;
}
.pillar .site-header .text-center { 
  text-align: left; 
}
.pillar .body-container {
  position: relative;
  padding: 0;
}
.pillar .body-container:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  background-color: #78C4A2;
  height: 400px;
  width: 100%;
}
.pillar .body-container.container-fluid .row-fluid .page-center {
  background-color: #fff;
  padding: 110px;
}

.pillar-article {
  position: relative;
  padding-top: 60px;
}
.pillar-section {
  width: calc(100% + 160px);
  margin: 40px -80px;
  padding: 40px 80px 80px;
}

.pillar-section.nopadding {
  padding: 0px;
}

.pillar-separator {
  background-color: #78C4A2;
  content: '';
  display: block;
  height: 1px;
  width: calc(100% + 160px);
  margin: 60px -80px 0px;
}

.pillar h1 {
  color: #021B15;
  font-size: 60px;
  font-weight: 500;
  line-height: 72px;
  margin: 0 0 60px;
}

.pillar h2 {
  color: #021B15;
  font-size: 48px;
  font-weight: 500;
  line-height: 58px;
  margin-bottom: 25px;
}

.pillar h3 {
  color: #021B15;;
  font-weight: 500;
  font-size: 36px;
  line-height: 43px;
}

.pillar h4 {
  margin: 30px 0 10px;
  font-weight: 500;
}

.pillar h5 {
  margin: 30px 0 10px;
  color: #021B15;;
  font-weight: 500;
}

.pillar-article hr {
  border-color: #78C4A2;
  border-width: 2px;
  margin: 40px 0;
}

.pillar a {
  color: #FF6B42;
  font-weight: 500;
}
.pillar a:hover {
  color: #78C4A2;
  text-decoration: none;
}

.pillar a.button {
  color: #fff;
  font-size: 20px !important;
  line-height: 24px !important;
}
.pillar a.button-wide {
  width: 70%;
}

.pillar-number {
  color: #021B15;
  font-size: 90px;
  font-weight: 400;
  line-height: 90px;
  position: absolute;
  left: -80px;
  top: 60px;
}
.pillar-img {
  max-width: none;
  width: calc(100% + 160px);
  margin: 30px -80px;
}

.pillar .side-by-side img {
  margin-right: 2%;
  width: 48% !important;
}
.pillar .side-by-side img:last-child {
  margin-right: 0;
}

.pillar .stats_bar-module {
  width: calc(100% + 160px);
  margin: -80px -80px 80px;
  padding: 0px 80px 80px;
}
.stats_bar-label:after {
  content: '';
  display: inline;
  clear: both;
}
.statbar-number { 
  text-align: right;
  float: right;
}
.stats-double .stats_bar-label > span {
  display: inline;
  width: auto;
}
.stats-double .statbar-number {
  display: none !important;
}
.stats-double .span-right {
  text-align: right;
  float: right;
}


.pillar-pricing {
  border-collapse: collapse;
  width: 100%;
}
.pillar-pricing tr {
  border-bottom: solid 1px #78C4A2;
}

.pillar-pricing tr:first-child td {
  font-weight: 600;
  font-size: 16px;
}

.pillar-pricing td {
  padding: 15px 0px;
  font-size: 14px;
  line-height: 20px;
}
.pillar-pricing td:first-child {
  width: 10%;
}

.pillar-pricing td:first-child:before {
  content: '';
  background-color: #78C4A2;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.pillar-pricing tr:first-child td:first-child:before {
  content: '\f00c';
  color: #044849;
  background-color: transparent;
  font-family: FontAwesome;
}
.pillar-pricing .total-row,
.pillar-pricing .total-row td {
  background-color: #78C4A2;
  color: #fff;
  font-weight: 600;
}
.pillar-pricing .total-row td:first-child:before {
  content: '';
  background-color: transparent;
}

.pillar-versus {
  border-collapse: collapse;
  width: 100%;
}
.pillar-versus td:first-child {
  background-color: rgba(235, 241, 241,.5);
}
.pillar-versus tr:first-child td {
  background-color: #EBF1F1;
}

.pillar-versus tr:nth-child(even) td:first-child {
  background-color: #fff;
}

.pillar-versus td {
  padding: 20px;
  border-bottom: solid 1px #EBF1F1;
  border-right: 10px solid #fafafa;
}

.pillar-versus td.yes {
  background-color: rgba(120, 196, 162, .4);
  color: #2A826B;
  text-align: center;
  width: 25%;
}

.pillar-versus td.no {
  background-color: rgba(255, 186, 155, .4);
  color: #FA8D71;
  text-align: center;
  width: 25%;
}

.pillar-versus tr:first-child td {
  font-weight: 600;
  font-size: 16px;
}


.pillar .leadin-button {
  border-radius: 25px !important;
  text-transform: lowercase !important;
  font-family: 'Aeonik', 'DM Sans', sans-serif;
}
  
  
  #pillar-menu {
  background-color: #FBFCFC;
  padding: 40px;
  font-size: 14px;
  line-height: 20px;
    position: fixed;
    right: 1%;
    max-width: 350px;
    top:55%;
    z-index:99;
}
#pillar-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#pillar-menu ul > li {
  border-bottom: solid 1px #616161;
  margin-top: 10px;
  padding-bottom: 10px;
}
#pillar-menu a {
  color: #616161;
  padding: 0;
  text-decoration: none;
  font-weight: 500;
}
#pillar-menu a span {
  font-weight: 400;
}
#pillar-menu .active a,
#pillar-menu li:hover a {
  background-color: transparent;
  color: #2A826B;
}
footer a:link,
footer a{
color:ffff!important;
}
  
  @media(max-width: 1290px) {

  
  #pillar-menu {
    max-width: 250px;
  }
}
  @media(max-width: 769px) {
  
.pillar__header-conntainer h1 {
    font-size: 40px;
    line-height: 44px;
  }
  .pillar__header-conntainer h2 {
    font-size: 30px;
    line-height: 34px;
  }
  #pillar-menu {
    display: none;
  }
      .pillar a.button-wide {
    width: 100%;
  }

}