
/* h3,
.h3,
.page_section h3,
.color-inverse h3,
.sidebar-home h3 {
  color: #f37021;
  font-size: 24px;
  font-family: 'Muli';
  background-image: linear-gradient(0deg, rgba(161, 159, 157, 0.21), rgba(161, 159, 157, 0.21));
  }
.columnBlockLayout {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
    padding: 16px;
}*/

h2,
.h2,
.page_section h2,
.color-inverse h2,
.sidebar-home h2{
    margin-top: 2px;
    font-size: 24px;
    color: #FF7433;} 
h1, h2, h3, h4, h5, h6, p, a, label, em, strong, small, sub, sup, b, i, u, s { font-family: 'Century Gothic' !important;}
label {
    font-weight: normal;
}

h3, .h3, .page_section h3, .color-inverse h3, .sidebar-home h3{
  background-image: linear-gradient(0deg, rgba(161, 159, 157, 0.21), rgba(161, 159, 157, 0.21)) !important;
}
::-webkit-input-placeholder { 

  color: rgb(154, 154, 154);
}

:-ms-input-placeholder { 

  color: rgb(154, 154, 154);
}

::placeholder {
  color: rgb(154, 154, 154);
}
