body.mce-content-body {
    font-family: 'Open sans', sans-serif;
}

input[type=submit]:not(.avia-font-entypo-fontello),
.gform_wrapper input.button,
a.avia-button,
a.button {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px !important;
    font-weight: bold;
    color: #ffffff;
    background-color: #30aadf;
    border-radius: 50px !important;
    padding: 8px 20px !important;
    display: inline-block;
    border: none !important;
    text-transform: uppercase;
}
a.avia-button:hover,
a.button:hover {
    text-decoration: none;
    opacity: 0.8;
}

ul.checkboxes {
    margin-top: 1em;
    list-style: none;
}
ul.checkboxes li {
    font-size: 15px;
    line-height: 2em;
}
ul.checkboxes li:before {
    font-family: 'FontAwesome';
    content: '\f14a';
    margin: 0 10px 0 -18px;
    color: #30aadf;
    font-size: 1.5em;
    font-weight: normal;
    position: relative;
    top: 2px;
}

.hr,
hr {
	margin: 20px 0 20px;
}
.hr .hr-inner { border-top-width: 4px; }

h1 {
    font-size: 38px;
    text-transform: none;
    font-weight: 600;
}
h2 {
    font-size: 32px;
    text-transform: none;
    font-weight: 600;
}
h3 {
    font-size: 23px;
    font-weight: 600;
}

blockquote{
  display:block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-size: 16px;
  line-height: 1.4em;
  color: #1c3f5f !important;
  text-align: justify;
  padding: 20px 10px !important;

}

blockquote::before{
  content: "\201C" !important; /*Unicode for Left Double Quote*/
  color: #1c3f5f !important;
  font-family: Georgia, serif;
  font-size: 50px;
  font-weight: bold;
  font-style: italic;
  color: #999;
  position: absolute;
  left: 0px;
  top:9px;
}

blockquote::after{
  content: "\201D" !important; /*Unicode for Left Double Quote*/
  color: #1c3f5f !important;
  font-family: Georgia, serif;
  font-size: 50px;
  font-weight: bold;
  font-style: italic;
  color: #999;
  position: absolute;
  right: 10px;
  bottom:15px;
}
