/* 1 Typography
----------------------------------------------------------------------------- */
body {
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  color: #333333;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

h1, h2, h3, h5, h6 {
  font-weight: 700;
  color: #f07d00;
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 510px)  {
  h1 {
  font-size: 27px !important;
}
h2 {
    font-size: 22px !important;
  }
  h3 {
    font-size: 21px !important;
  }
  h4 {
    font-size: 20px !important;
  }
}


h1, h2, h4, h5 {
  line-height: 1.2em;
}
h6 {
  line-height: 1.8em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, /*h6 a*/ {
  color: #f07d00;
}
h1 {
  font-size: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 510px) {
  
}
h2 {
  font-size: 30px;
  margin-top: 0px;
  margin-bottom: 15px;
}
h3 {
  font-size: 20px;
  line-height: 1.4em;
  margin-top: 0px;
  margin-bottom: 5px;
}
h4 {
  font-family: 'Crimson Text', serif;
  font-style: italic;
  font-size: 25px;
  color: #000;
  margin-top: 0;
  margin-bottom: -25px;
}
h6 {
  font-size: 14px;
  color: #706f6f;
}
h6 a {
  color: #706f6f;
}
h6 a:hover {
  color: #f07d00;
}
p {
  margin-bottom: 10px;
}
b, strong {
  font-weight: 700;
  color: #333333;
}
a {
  color: #f07d00;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover {
  color: #cd3c2e;
}
a:focus, a:active {
  outline: none;
}
.no-trans * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
blockquote {
  border-left: none;
  display: block;
  margin: 20px auto 20px;
  font-size: 16px;
  position: relative;
  padding: 10px 10px 10px 0px;
  margin-left: 40px;
}
blockquote:after {
  content: "\201C";
  width: 25px;
  height: 25px;
  line-height: 64px;
  font-size: 64px;
  font-family: 'PT Serif', serif;
  position: absolute;
  top: 12px;
  left: -45px;
}
.blockquote:before {
  font-family: 'PT Serif', serif;
  content: "\201C";
  font-size: 40px;
}
blockquote.inline {
  padding: 0;
}
blockquote.inline p {
  width: 60%;
  display: inline-block;
  margin: 0;
}
blockquote.inline footer {
  width: 37%;
  display: inline-block;
  padding-left: 5px;
}
blockquote.inline:after {
  top: 0;
}
mark, .mark {
  background-color: #e84c3d;
  color: #ffffff;
}
pre {
  padding: 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.text-muted {
  color: #999999;
}
.text-default {
  color: #e84c3d;
}
.well {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: #f3f3f3;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .05);
}
.icons-page i {
  color: #333;
  font-size: 20px;
}
/* Lists
---------------------------------- */
.main-content ul {
  list-style: none;
  padding-left: 17px;
}
.main-content li {
  margin-bottom: 5px;
}
.main-content ul li:before {
  /*Using a Bootstrap glyphicon as the bullet point*/
  content: "\f111";
  font-family: 'FontAwesome';
  font-size: 9px;
  float: left;
  margin-top: 4px;
  margin-left: -17px;
  color: #f07d00;
}
.main-content ol li::marker {
  font-weight: 700;
  color: #f07d00;
}
.main-content ol li {
  font-size: 16px;
  margin-left: -20px;
}
.list-icons, .list {
  list-style: none;
  padding: 0;
}
.list-icons li, .list li {
  padding: 5px 0;
}
.list-icons li i {
  width: 25px;
  text-align: center;
}
.list li .vertical-divider {
  padding-right: 15px;
  position: relative;
}
.list li .vertical-divider:after {
  position: absolute;
  content: "";
  height: 60%;
  width: 1px;
  background-color: #CECECE;
  right: 9px;
  top: 5px;
}
.list-inline {
  margin-top: 9px;
  margin-bottom: 8px;
}
/* Alerts
---------------------------------- */
.alert {
  margin: 20px 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  position: relative;
  padding-left: 70px;
  overflow: hidden;
  z-index: 1;
  border: none;
}
.alert:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 50px;
  height: 101%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.alert-success {
  color: #2a5f2b;
  background-color: #bcdab0;
}
.alert-info {
  color: #1a4e68;
  background-color: #c6e8fa;
}
.alert-warning {
  color: #72582b;
  background-color: #f7f0ce;
}
.alert:after {
  font-family: "FontAwesome";
  position: absolute;
  top: 10px;
  left: 17px;
  color: #ffffff;
  font-size: 20px;
  z-index: 3;
}
.alert.alert-success:after {
  content: "\f00c";
}
.alert.alert-info:after {
  content: "\f05a";
}
.alert.alert-warning:after {
  content: "\f071";
}
.alert.alert-danger:after {
  content: "\f00d";
}
.close {
  font-size: 28px;
  font-weight: normal;
  filter: alpha(opacity=40);
  opacity: 0.4;
}