







/* 1a. Containers */




/* 1b. Colors */









/* 1c. Typography */















/* 1d. Buttons */



















/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








.content-wrapper {
  max-width: 1508px;padding:0px 35px;margin:0 auto;width:100%;
}

/* .dnd-section,
.content-wrapper--vertical-spacing {
padding: 0px 35px;
} */

/* .dnd-section > .row-fluid {
max-width: 1508px;margin:0 auto;
} */

.align-center {
  text-align:center;
}

.align-left {
  text-align:left;
}

.align-right {
  text-align:right;
}

.text-transform{  text-transform: uppercase;}


.dis-flex{display:flex;flex-wrap:wrap;display: -webkit-box; display: -moz-box; display: -ms-flexbox;display: -webkit-flex;}
.hs_cos_wrapper_type_inline_rich_text ul,.hs_cos_wrapper_type_inline_rich_text ol{padding-left:20px;}
.hs_cos_wrapper_type_inline_rich_text ul.tick-list,
.hs_cos_wrapper_type_rich_text ul.tick-list{list-style:none!important;}
.hs_cos_wrapper_type_inline_rich_text ul.tick-list li,
.hs_cos_wrapper_type_rich_text ul.tick-list li{position:relative;}
.hs_cos_wrapper_type_inline_rich_text ul.tick-list li:after,
.hs_cos_wrapper_type_rich_text ul.tick-list li:after{ background: url(https://kiwi.energysmart.co.nz/hubfs/EnergySmart_2021/Images/Icon/checked.svg); background-size: 15px; background-repeat: no-repeat; width: 15px; height: 15px; position: absolute; content: ""; left: -21px; top: 7px; }






html {
  font-size: 18px;line-height: 1.65;
}

body {
 font-family:  'Lato', sans-serif;
  color: #000000;line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: unset;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden
 
}

/*colors*/
.all-text-white,
.all-text-white h1,
.all-text-white h2,
.all-text-white h3,
.all-text-white h3 a,
.all-text-white h3 a:hover,
.all-text-white p,
.all-text-white h4,
.all-text-white h5,
.all-text-white h6,
.all-text-white li,
.all-text-white .fa,
.all-text-white a,
.all-text-white a:active,
.all-text-white a:focus{ 
  color:#fff;
}

.green,
.green h1,
.green h2,
.green h3,
.green p,
.green h4,
.green h5,
.green h6,
.green li,
.green .fa,
.green a{ 
  color:#74BE4B;
}

.semigreen,
.semigreen h1,
.semigreen h2,
.semigreen h3,
.semigreen p,
.semigreen h4,
.semigreen h5,
.semigreen h6,
.semigreen li,
.semigreen .fa,
.semigreen a{ 
  color:#51b74e;
}

.darkgreen,
.darkgreen h1,
.darkgreen h2,
.darkgreen h3,
.darkgreen p,
.darkgreen h4,
.darkgreen h5,
.darkgreen h6,
.darkgreen li,
.darkgreen .fa,
.darkgreen a{ 
  color:#38974C;
}


.yellow,
.yellow h1,
.yellow h2,
.yellow h3,
.yellow p,
.yellow h4,
.yellow h5,
.yellow h6,
.yellow li,
.yellow .fa,
.yellow a{ 
  color:#E1E43C;
}

.semiorange,
.semiorange h1,
.semiorange h2,
.semiorange h3,
.semiorange p,
.semiorange h4,
.semiorange h5,
.semiorange h6,
.semiorange li,
.semiorange .fa,
.semiorange a{ 
  color:#F7941F;
}

.darkorange,
.darkorange h1,
.darkorange h2,
.darkorange h3,
.darkorange p,
.darkorange h4,
.darkorange h5,
.darkorange h6,
.darkorange li,
.darkorange .fa,
.darkorange a{ 
  color:#F37021;
}


/* Paragraphs */

p {
  font-weight: 300; font-style: normal; text-decoration: none;line-height: 30px;
}

/* Anchors */

a {
  color: #38974C;
}

a:hover,
a:focus {
  color: #38974C;
}

a:active {
  color: #38974C;
}

/* Headings */

.thirtypx{font-size: 30px; line-height: 44px;font-weight:700;}

h1,.heading1 {
  font-weight: 900; text-decoration: none; font-style: normal;
  color: #000000;
  font-size: 60px;line-height: 75px;
}

h2,.heading2{
  font-weight: 900; text-decoration: none; font-style: normal;
  color: #000000;
  font-size: 48px;line-height: 60px;
}

h3,.thirtsix {
  font-weight: 900; text-decoration: none; font-style: normal;
  color: #000000;
  font-size: 36px;line-height: 40px;
}

h4 {
  font-weight: 700; text-decoration: none; font-style: normal;
  color: #000000;
  font-size: 24px;line-height: 30px;
}

h5 {
  font-weight: 400; text-decoration: none; font-style: normal;
  color: ;
  font-size: 24px;line-height: 30px;
}

h6 {
  font-weight: 400; text-decoration: none; font-style: normal;
  color: #000000;
  font-size: 22px;line-height: 24px;
}

.tagsbtn { font-weight: 300; font-size: 18px; color: rgba(0,0,0,0.5); background: #f5f5f5; border-radius: 5px; text-transform: capitalize; padding: 10px 23px; display: inline-block; margin-right: 14px; margin-bottom: 14px; }
.tagsbtn:hover,.tagsbtn:focus,.tagsbtn:active,.tagsbtn.active{background:#38974C;text-decoration:none;color:#fff;}
/* Blockquote */

blockquote {
  border-left-color: #818181;
}







form .actions {  padding: 0; max-width: 228px; width: 100%; }
.actions input.hs-button.primary { cursor:pointer;background: 0; border: 0; font-weight: 900; font-size: 18px; color: #fff; width: 100%;text-transform: uppercase; padding: 23px 35px; transition: all 300ms ease 0ms!important; }
.actions input.hs-button.primary:hover { padding-left: 14px; }

a.cta_button,.actions,.orange-cta,.cta_button{ background-color: 

  
  
    
  


  rgba(243, 112, 33, 1.0)

; border: 1px solid #F37021; border-radius: 6px; color: #FFFFFF; padding: 17px 35px; text-align: center; font-size: 18px; font-weight: bold; line-height: 22px; text-transform: uppercase; text-decoration:none; cursor: pointer; position:relative; transition: all 300ms ease 0ms!important; display: inline-block; }
a.cta_button span,.actions span,.orange-cta span,.cta_button span{ transition: all 300ms ease 0ms; position: relative; right: 0; }
a.cta_button:after,.actions:after,.orange-cta:after,.cta_button:after { position: absolute; right: 23px; top: 41%; content: ''; width: 11px; height: 11px; border-top: 2px solid #fff; border-left: 2px solid #fff; transform: rotate( 135deg ); color: #fff; opacity: 0; }
a.cta_button:hover span,.actions:hover span,.orange-cta:hover span,.cta_button:hover span { right: 10px; transition: all 300ms ease 0ms; }
a.cta_button:hover:after,.actions:hover:after,.orange-cta:hover:after,.cta_button:hover:after { opacity: 1; }
a.cta_button:hover,.orange-cta:hover,.actions:hover{ color: #FFFFFF; text-decoration:none;}


.grey-cta.cta_button,.grey-cta{ background-color: 

  
  
    
  


  rgba(245, 245, 245, 1.0)

; border: 1px solid #F5F5F5; border-radius: 6px; color: #818181; padding: 17px 35px; text-align: center; font-size: 18px; font-weight: bold; line-height: 22px; text-transform: uppercase; text-decoration:none; cursor: pointer; position:relative; transition: all 300ms ease 0ms!important; }
.grey-cta.cta_button span,.grey-cta span{  color: #818181;}
.grey-cta.cta_button:hover,.grey-cta:hover{text-decoration:none; color: #818181}
.grey-cta.cta_button span,.grey-cta span{ transition: all 300ms ease 0ms; position: relative; right: 0; }
.grey-cta.cta_button:after,.grey-cta:after { position: absolute; right: 23px; top: 41%; content: ''; width: 11px; height: 11px; border-top: 2px solid #818181; border-left: 2px solid #818181; transform: rotate( 135deg ); color: #fff; opacity: 0; }
.grey-cta.cta_button:hover span,.grey-cta:hover span { right: 10px; transition: all 300ms ease 0ms; }
.grey-cta.cta_button:hover:after,.grey-cta:hover:after,.orange-cta:hover:after,.cta_button:hover:after { opacity: 1; }


.transparent-cta.cta_button,.transparent-cta{ background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

; border: 1px solid #FFF; border-radius: 6px; color: #FFF; padding: 17px 35px; position:relative; text-align: center; font-size: 18px; font-weight: 400; line-height: 22px; text-transform: uppercase; text-decoration:none; cursor: pointer; position:relative; transition: all 300ms ease 0ms!important; }
.transparent-cta.cta_button span,.transparent-cta span{  color: #FFF;}
.transparent-cta.cta_button:after,.transparent-cta:after { position: absolute; right: 23px; top: 41%; content: ''; width: 11px; height: 11px; border-top: 2px solid #ffffff; border-left: 2px solid #ffffff; transform: rotate( 135deg ); color: #fff; opacity: 0; }
.transparent-cta.cta_button:hover:after,.transparent-cta:hover:after {  opacity: 1; }
.transparent-cta.cta_button:hover, .transparent-cta:hover{text-decoration:none;}
.transparent-cta.cta_button:hover span, .transparent-cta:hover span { right: 10px; transition: all 300ms ease 0ms; }
.transparent-cta.cta_button span, .transparent-cta span {transition: all 300ms ease 0ms; position: relative; right: 0;  }
.transparent-cta.cta_button:hover img, .transparent-cta:hover img { left: 3px; transition: all 300ms ease 0ms; }
.transparent-cta.cta_button img, .transparent-cta img { transition: all 300ms ease 0ms; position: relative; left: 0; }


.transparent-icon{ background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

; border: 1px solid #FFF; border-radius: 6px; color: #FFF; padding: 17px 35px; position:relative; text-align: center; font-size: 18px; font-weight: 400; line-height: 22px; text-transform: uppercase; text-decoration:none; cursor: pointer; position:relative; transition: all 300ms ease 0ms!important; }
.transparent-icon span{  color: #FFF;}
.transparent-icon:hover{text-decoration:none;}
.transparent-icon:hover span { right: 3px; transition: all 300ms ease 0ms; }
.transparent-icon span { transition: all 300ms ease 0ms; position: relative; right: 0; }
.transparent-icon:hover img { left: 3px; transition: all 300ms ease 0ms; }
.transparent-icon img { transition: all 300ms ease 0ms; position: relative; left: 0; }


@media(max-width:1024px){
  a.cta_button, .hs-button, .orange-cta, .cta_button, .grey-cta.cta_button, .grey-cta, .transparent-cta {
    font-size: 16px;
    padding: 17px 30px;
  }

}

@media(max-width:767px){

  a.cta_button, .actions, .orange-cta, .cta_button,.grey-cta.cta_button, .grey-cta,.transparent-cta.cta_button, .transparent-cta{padding: 12px 25px;    font-size: 16px;}
  .grey-cta.cta_button:after, .grey-cta:after,a.cta_button:after, .actions, .orange-cta:after, .cta_button:after{top: 37%;}
  .transparent-icon {  font-size: 16px; padding: 12px 17px;}
  .transparent-icon img { width: 18px; }

  /*   .actions input.hs-button.primary {font-size: 16px; padding: 12px 25px;} 
  form .actions {max-width: 198px;}
  .actions:after{  top: 37%;} */

}


@media(max-width:640px){
  a.cta_button, .actions, .orange-cta, .cta_button, .grey-cta.cta_button, .grey-cta,.transparent-cta.cta_button, .transparent-cta { padding: 5px 14px; font-size: 11px; }
  .transparent-icon {  font-size: 11px; padding: 5px 14px;}

  .actions:after{opacity:1;}
  .actions input.hs-button.primary:hover{ padding-left: 34px; }
  
a.cta_button:after,
  .orange-cta:after,
  .cta_button:after,
  .grey-cta.cta_button:after,
  .grey-cta:after,
  .transparent-cta.cta_button:after,
  .transparent-cta:after{ right: 10px; opacity: 1; width: 7px; height: 7px; top: 39%; }
  
a.cta_button span,
  .actions span,
  .orange-cta span,
  .cta_button span,
  a.cta_button:hover span,
  .actions:hover span,
  .orange-cta:hover span, 
  .cta_button:hover span,
  .grey-cta.cta_button:hover span,
  .grey-cta:hover span,
  .grey-cta.cta_button span,
  .grey-cta span,
  .transparent-cta.cta_button span,
  .transparent-cta span,
  .transparent-cta.cta_button:hover span,
  .transparent-cta:hover span{    right: 5px;}  
  
  
}





form,
.submitted-message {
 font-family: 'Lato', sans-serif;
}

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1)

;
  color: #000000;
}

/* Form label */

form label {
  color: #000000;
}

/* Form help text */

form legend {
  color: #000000;
}
.hs_error_rollup{display:none;}

/* Form inputs */

select::-ms-expand {
  display: none;
}
form select{appearance: none;-ms-appearance: none;-webkit-appearance: none;-moz-appearance: none;}


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: 1px solid #fff;
  color: #000000;
  background-color:#fff;
  box-shadow: 0px 3px 20px #00000014;
  -webkit-appearance: none;
  -webkit-box-shadow: 0px 3px 20px #00000014;
  border-radius:8px;
  padding: 15px 42px;
  height: 75px;
  outline:0;
  transition:all 0.5s ease;
  font-size:18px;
}

form select{color:rgba(0,0,0,0.8)}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus,
form input[type=text]:focus-visible,
form input[type=email]:focus-visible,
form input[type=password]:focus-visible,
form input[type=tel]:focus-visible,
form input[type=number]:focus-visible,
form input[type=file]:focus-visible,
form select:focus-visible,
form textarea:focus-visible{
  border-color: #E4E4E4;
}

/* Form placeholder text */


input::-webkit-input-placeholder { color: rgba(0,0,0,0.8) !important; } 
input:-moz-placeholder {color: rgba(0,0,0,0.8) !important; }
input::-moz-placeholder {  color: rgba(0,0,0,0.8) !important; }
input:-ms-input-placeholder { color: rgba(0,0,0,0.8) !important; }
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #000000;opacity:0.5;
}

textarea::-webkit-input-placeholder { color: rgba(0,0,0,0.8) !important; } 
textarea:-moz-placeholder { color: rgba(0,0,0,0.8) !important; } 
textarea::-moz-placeholder {  color: rgba(0,0,0,0.8) !important; } 
textarea:-ms-input-placeholder { color: rgba(0,0,0,0.8) !important;}


/* Date picker */

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

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

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



b, strong{font-weight:700;}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #71bf45;width:100% ;   border-collapse: collapse;
}

th,
td {
  border-color: #71bf45;
  color: #000000;border-width:2px;    text-align: center;vertical-align: middle;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(113, 191, 69, 1.0)

;
  border-bottom-color: #71bf45;
  color: #FFFFFF;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(113, 191, 69, 1.0)

;
  color: #ffffff;
}







.header {
  background-color: 

  
  
    
  


  rgba(116, 190, 75, 1.0)

;
}

/*
body.body-wrapper{
  padding-top:174px;
}
@media (max-width: 1200px) {
  body.body-wrapper{
    padding-top:160px;
  }
}
*/



body .navigation-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #ffffff;
  font-family: , ;
}


body .navigation-primary .submenu.level-1 > li > a.active-item:after {
  background-color: #000000;
}

body .submenu.level-2,
.header__language-switcher .lang_list_class {
  background-color: 

  
  
    
  


  rgba(116, 190, 75, 1.0)

;
  border-color: #494A52;
}

body .submenu.level-2 > li:first-child:before {
  border-color: #494A52;
}

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

body .submenu.level-2 .menu-item .menu-link:hover,
body .submenu.level-2 .menu-item .menu-link:focus,
.header__language-switcher .lang_list_class li:hover,
body .submenu.level-2 > li:first-child:hover:before,
body .submenu.level-2 > li:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(116, 190, 75, 1.0)

;
}

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

  
  
    
  


  rgba(116, 190, 75, 1.0)

;
}

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

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

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

  
  
    
  


  rgba(116, 190, 75, 1.0)

;
  }

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





.footer {
  background-color: 

  
  
    
  


  rgba(56, 151, 76, 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;
}





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


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

.blog-post__date {
  border-color: #000000;
}

.blog-post__tag-link {
  color: #000000;
}

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

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

.blog-pagination__link {
  color: #000000;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #000000;
}

#comments-listing .comment-reply-to {
  color: #38974C;
}

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

#comments-listing .comment-reply-to:active {
  color: #60bf74;
}

/*==================================================
Four Col Adjust 
==================================================*/

body .container-fluid .row-fluid .four-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
  justify-content:center;
}

body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 22.5%;
  -webkit-flex-basis: 22.5%;
  float: left;
  margin-right: 2.5%;
  margin-top: 30px;
  box-sizing:border-box;
  position:relative;
}


@media(max-width:1024px){
  body .container-fluid .row-fluid .four-col-adjust>span {
    margin-right: 0;
  }

  body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis: 30.3%;
    -webkit-flex-basis: 30.3%;
    float: left;
    margin-right: 3%;
    margin-top: 30px;
    box-sizing:border-box;
    position:relative;
  }

  body .row-fluid .four-col-adjust span>.hs_cos_wrapper:nth-child(3n){
    margin-right:0;
  }

}

@media (max-width:767px){

  body .container-fluid .row-fluid .four-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: block;
    width:100%;
    margin-top: 20px;
  }   
  table{    
		white-space: nowrap;
	}
	
	.content-text-wrap table {
		white-space: normal;
	}
}




/*==================================================
Five Col Adjust 
==================================================*/

body .container-fluid .row-fluid .five-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
  justify-content:center;
}

body .row-fluid .five-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 14.3%;
  -webkit-flex-basis: 14.3%;
  float: left;
  margin-right: 3%;
  margin-top: 30px;
  box-sizing:border-box;
  position:relative;
}


@media(max-width:1024px){
  body .container-fluid .row-fluid .five-col-adjust>span {
    margin-right: 0;
  }

  body .row-fluid .five-col-adjust span>.hs_cos_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis: 30.3%;
    -webkit-flex-basis: 30.3%;
    float: left;
    margin-right: 3%;
    margin-top: 30px;
    box-sizing:border-box;
    position:relative;
  }

  body .row-fluid .five-col-adjust span>.hs_cos_wrapper:nth-child(3n){
    margin-right:0;
  }

}


@media (max-width:767px){

  body .container-fluid .row-fluid .five-col-adjust>span {
    margin-right: 0;
  }

  body .row-fluid .five-col-adjust span>.hs_cos_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis: 46.9%;
    -webkit-flex-basis: 46.9%;
    float: left;
    margin-right: 3%;
    margin-top: 15px;
    box-sizing:border-box;
    position:relative;
  }

  body .row-fluid .five-col-adjust span>.hs_cos_wrapper:nth-child(3n){
    margin-right: 3%;
  }

  body .row-fluid .five-col-adjust span>.hs_cos_wrapper:nth-child(2n){
    margin-right:0;
  } 
}

@media (max-width:480px){

  body .container-fluid .row-fluid .five-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .five-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width:100%;
    -webkit-flex-basis: 100%;
    margin:0;
  }   

  body .row-fluid .five-col-adjust span>.hs_cos_wrapper:nth-child(3n) {
    margin-right: 0;
  }
}


/*==================================================
Three Col Adjust 
==================================================*/

body .container-fluid .row-fluid .three-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: 0%;
  justify-content:center;
}

body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 30.9%;
  -webkit-flex-basis: 30.9%;
  float: left;
  margin-right: 2.43%;
  margin-top: 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position:relative;
}

body .row-fluid .three-col-adjust span>.hs_cos_wrapper:nth-child(3n){
  margin-right:0;
}

@media (max-width:1367px){
  h1,.heading1 {font-size:40px;line-height: 1.3; }  
  h2,.heading2{font-size:35px;line-height: 1.3; } 
  h3, .thirtsix{font-size:30px; } 
  h4{font-size:20px; line-height: 30px;} 

}


@media (max-width:767px){
  body .container-fluid .row-fluid .three-col-adjust>span { display: block; margin-right: 0; }
  body .row-fluid .three-col-adjust span>.hs_cos_wrapper { display: block; width: 100%; margin: 0; margin-top: 20px; max-width: 100%; width: 100%; margin: 20px auto 0; float: none; }  
  .content-wrapper {padding:0px 20px;}

}

@media (max-width:700px){
  h1,.heading1 {font-size:24px; line-height: 28px;}  
  h2,.heading2{font-size:24px; line-height: 28px;} 
  h3, .thirtsix{font-size:24px; line-height: 28px;} 
  h4{font-size:20px; line-height: 30px;} 
  .thirtypx { font-size: 24px; line-height: 28px;

  }
  @media (max-width:400px){
    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 { padding: 15px 20px; height: 66px;  font-size: 16px; }
  }



  /*==================================================
CSS for velocity temp page
==================================================*/

h2{
  font-size: 25px;
}