







html {
  font-size: ;
}

body {
  font-family: Poppins; font-style: normal; font-weight: 300; text-decoration: none;
  color: #1B1E32;
}

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

/* Anchors */

a {
  color: #f08300;
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
    color: #1B1E32;
    font-family: Poppins;
    font-weight: 300;
}

h1 {
    color: #1B1E32;
    font-family: Poppins;
    font-size: 2.67rem;   
    font-weight: 200;    
}
h2 {
    color: #1B1E32;
    font-family: Poppins;
    font-size: 2rem;   
    font-weight: 300;    
}
h3 {
    color: #1B1E32;
    font-family: Poppins;
    font-size: 1.33rem;   
    font-weight: 300;    
}
h4 {
    color: #1B1E32;
    font-family: Poppins;
    font-size: 1rem;   
    font-weight: 500;    
}
h5 {
    color: #1B1E32;
    font-family: Poppins;
    font-size: 0.83rem;   
    font-weight: 300;    
}
h6 {
    color: #1B1E32;
    font-family: Poppins;
    font-size: 0.67rem;   
    font-weight: 300;    
}





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

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

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


  .pulse-mini {
    animation: pulse-mini 2s infinite;
  }
  
  @keyframes pulse-mini {
  0% {
    transform: scale(1);
  }
    50% {
      transform: scale(1.05)
    }
    100% {
	transform: scale(1);
    }
    
    

@media (max-width: 1140px) {
  .dnd-section,
  .content-wrapper--vertical-spacing {
    padding-top: 40.0px;
    padding-bottom: 40.0px;
  }
  .body-container-wrapper .row-depth-1.row-number-1.dnd-section {
    padding-top: 80px;
  }
}