// RESET
*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0 !important;
  outline: none;
}

main{
  display: block;
}

a{
  border: none;
}
img{
  border: none;
}

body{
  margin: 0;
  padding: 0;
  background: white;
}

h1 {
   font-size: 55px;
    line-height: 59px;
    font-family: 'Space Mono', serif;
    color: #ffffff;
    letter-spacing: -0.03em;
    font-weight: 400;
    margin-bottom: 33px;
    top: 0;
    margin: 0 0 15px 0;
}
@media screen and (max-width: 1024px){
  h1{
    font-size: 36px;
    line-height: 1.2em;
  }
}

h2 {
    font-size: 30px;
    line-height: 1.2em;
    font-family: 'Space Mono', serif;
    color: rgb(86 75 111);
    letter-spacing: 0;
    font-weight: 400;
    margin-bottom: 25px;
    top: 0;
}
@media screen and (max-width: 1024px){
  h2{
    font-size: 24px;
  }
}

h3 {
      margin: 0 0 15px 0;
    font-family: "Space Mono",monospace;
    font-variant-ligatures: none;
    font-weight: normal;
    color: #00e3a7;
}

h4 {
    font-size: 22px;
    line-height: 32px;
    font-family: 'Quicksand', sans-serif;
    color: #989da2;
    letter-spacing: 0;
    font-weight: 500;
    text-align: center;
    margin-bottom: 16px;
    top: 0;
}

h5 {
    font-size: 20px;
    line-height: 32px;
    font-family: 'Quicksand', sans-serif;
    color: #ffffff;
    letter-spacing: 0;
    font-weight: 500;
    margin-bottom: 16px;
    top: 0;
}

p, td, th, address, strong, li {
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    color: rgb(152 157 162);
    letter-spacing: 0;
    line-height: 26px;
    font-weight: 500;
    top: 0;
}

.content-wrapper p {
  margin-bottom: 10px;
}

ul, ol {
   padding-left: 20px;
   list-style-type: round !important;  /* To override default styling and create round bullets */
   list-style-position: inside;
    margin-bottom: 20px;
    width: 70%;
    margin: 0 auto;
}

nav ul, nav ol, footer ul, footer ol {
  width: 100%;
}

ul li, ol li {
  color: rgb(152 157 162);
}


a {
    cursor: pointer;
    color: #00e2a7;
}

a:hover {
}

 a:hover, td a:hover, th a:hover, address a:hover, strong a:hover, li a:hover {
    text-decoration: underline;
}

/* WRAPPERS */

body .row-fluid [class*="span"]:first-child .container  {
    clear: both;
    float: none;
    width: calc(100% - 40px);
    max-width: 1278px;
    margin: auto;
}



.content-wrapper {
    position: relative;
    margin: 100px 0 80px 0;
    text-align: center;
    width: 100%;
}

.container {
    width: calc(100% - 40px);
    max-width: 1278px;
    margin: auto;
    clear: both;
}

.container .row-fluid-wrapper {
   margin-bottom: 30px;
}


.content-wrapper h3 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.row-fluid {
  display: flex;
  display: -ms-flexbox;
  display: -ms-flex;
  align-items: center;
  
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.body-container-wrapper .row-fluid > div{
  margin-top: 10px;
  margin-bottom: 10px;
}

.header-container-wrapper .row-fluid-wrapper.row-number-1{
  background: rgb(25 25 40);
}
.header-container-wrapper .row-fluid-wrapper.row-number-1 .row-fluid > div{
  margin-top: 0;
  margin-bottom: 0; 
}
.header-container-wrapper .row-fluid-wrapper.row-number-2 .row-fluid > div{
  margin-top: 0;
}

.body-container-wrapper a {
    border-bottom: .1em solid var(--link-color);
}

.content-wrapper h4 strong {
    font-size: 22px;
    line-height: 32px;
    font-family: 'Quicksand', sans-serif;
    color: #989da2;
    letter-spacing: 0;
    font-weight: 500;
    text-align: center;
    display: block;
    font-size: 26px;
    font-weight: 700;
    padding-bottom: 18px;
}

/* FORM STYLING */

.contact-form-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    width: 100%;
}

form:not(footer form) { 
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; 
    -ms-flex-pack: space-between;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    max-width: 680px;
    margin: 0 auto 112px;
    padding: 61px 85px 62px 72px;
    box-shadow: 0 0 16px 8px #f7f7f7;
    background-color: white;
}

form .hs-form-field {
  display: flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 100%;
  -ms-flex-pack: space-between;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

form .input {
    width: 325px; 
    margin-bottom: 40px;
}

form .input select, form .input input, form .input textarea { 
  width: 100%;
  border: 1px solid #3d2f53;
  width: 325px;
  color: #46345d;
  text-transform: none;
}

form input[type="submit"] {
    font-size: 16px;
    line-height: 32px;
    font-family: 'Quicksand', sans-serif;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.5s cubic-bezier(0, 1, 0.65, 1);
    -moz-transition: all 0.5s cubic-bezier(0, 1, 0.65, 1);
    -ms-transition: all 0.5s cubic-bezier(0, 1, 0.65, 1);
    -o-transition: all 0.5s cubic-bezier(0, 1, 0.65, 1);
    transition: all 0.5s cubic-bezier(0, 1, 0.65, 1);
    transition: border-width 0s ease-in-out !important;
    box-sizing: border-box;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    background: none;
    line-height: 1em;
    text-decoration: none;
    text-align: center;
    padding: 14px 18px;
    border-radius: 6px;
    border: 1px solid #ffffff; 
    z-index: 2;
    font-weight: 500;
    height: 46px;
    border-color: #ff855f;
    background-color: #ff855f;
    color: #ffffff;
    padding: 14px 11px;
    margin-left: 30px;
    width: 152px;
}

 form label {
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0.1em;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 500;
    text-transform: capitalize;
    color: #46345d;
    line-height: 42px;
}

form select {
    line-height: 1.2em;
    height: 46px;
    padding: 12px 16px;
    border: 1px solid #3d2f53;
    width: 325px;
    color: #46345d;
    text-transform: none;
}

/* SQUARE BOX  */
.square-box {
    padding: 33px 20px 19px 20px;
    width: 31.925%;
    box-shadow: 0 0 16px 8px #f7f7f7;
    margin-bottom: 30px;
    display: inline-block;
    background-color: #ffffff;
}

@media screen and (max-width: 1024px){
  .square-box {
      width: 48%;
  }
}

@media screen and (max-width: 1278px){
  .row-fluid-wrapper .row-fluid .span6{
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .row-fluid-wrapper .row-fluid .span3{
    width: 48.2%;
    margin: 20px 0.8%;
  }
}

@media screen and (max-width: 767px){
  .span12.widget-span.widget-type-widget_container{
    width: 100%;
    
  }
}

@media screen and (max-width: 680px){
  .content-wrapper p {
      width: 100%;
  }

  .content-wrapper h3 {
      width: 100%;
  }

  ul, ol {
      width: 100%;
  }
}

@media screen and (max-width: 480px){
 .row-fluid-wrapper .row-fluid .span3{
     width: 100%;
  }
}
  
  
body .hs-cta-wrapper a.cta_button {
  font-size: 16px !important;
  line-height: 32px !important;
  font-family: 'Quicksand', sans-serif !important;
  letter-spacing: 0.1em !important;
  -webkit-transition: all 0.5s cubic-bezier(0, 1, 0.65, 1) !important;
  -moz-transition: all 0.5s cubic-bezier(0, 1, 0.65, 1) !important;
  -ms-transition: all 0.5s cubic-bezier(0, 1, 0.65, 1) !important;
  -o-transition: all 0.5s cubic-bezier(0, 1, 0.65, 1) !important;
  transition: all 0.5s cubic-bezier(0, 1, 0.65, 1) !important;
  transition: border-width 0s ease-in-out !important !important;
  box-sizing: border-box !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  position: relative !important;
  background: none !important;
  line-height: 1em !important;
  text-decoration: none !important;
  text-align: center !important;
  padding: 14px 18px !important;
  border-radius: 6px !important;
  border: 1px solid rgb(255 255 255) !important;
  z-index: 2 !important;
  font-weight: 500 !important;
  height: 46px !important;
  border-color: rgb(255 133 95) !important;
  background-color: rgb(255 133 95) !important;
  color: rgb(255 255 255) !important;
  padding: 14px 11px !important;
  display: inline-block !important;
  width: 365px !important;
  max-width: 100% !important;
}
.cta_button p{
  width: auto;
}
.cta_button p, .cta_button span{
  font-size: 16px;
    line-height: 32px;
    font-family: 'Quicksand', sans-serif !important;
    letter-spacing: 0.1em;
  white-space: nowrap;
}



ul {
    list-style-type: none;
  padding: 0;
}

ul li, ol li {
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    color: rgb(152 157 162);
    letter-spacing: 0;
    line-height: 26px;
    font-weight: 500;
    padding-left: 10px;
    top: 0;
}

ul li span {
    position: relative;
}

ul li span:before {content: '';position: absolute;left: 0;top: 0;bottom: 0;width: 6px;height: 6px;background: rgb(0 0 0);border-radius: 50%;margin: auto;left: -10px;}

ol li {
    counter-increment: section;
}

ol {
    list-style-type: none;
  padding: 0;
}

ol li span {}

ol li span:before {
    content: counter(section) ". ";
}