h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 24px;
  margin-bottom: 12px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 12px;
  margin-bottom: 12px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 44px; }

h2, .h2 {
  font-size: 36px; }

h3, .h3 {
  font-size: 29px; }

h4, .h4 {
  font-size: 22px; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 12px; }

.lead {
  margin-bottom: 24px;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 25.5px; } }

small,
.small {
  font-size: 88%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #234465; }

a.text-primary:hover,
a.text-primary:focus {
  color: #162b40; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #234465; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #162b40; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 12px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 24px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
.dl-horizontal dd:after {
  clear: both; }
@media (min-width: 1200px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 21.25px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.42857; }

.margin-top-0 {
  margin-top: 0px; }

.margin-top-5 {
  margin-top: 5px; }

.margin-top-10 {
  margin-top: 10px; }

.margin-top-15 {
  margin-top: 15px; }

.margin-top-20 {
  margin-top: 20px; }

.margin-top-25 {
  margin-top: 25px; }

.margin-top-30 {
  margin-top: 30px; }

.margin-top-35 {
  margin-top: 35px; }

.margin-top-40 {
  margin-top: 40px; }

.margin-top-45 {
  margin-top: 45px; }

.margin-top-50 {
  margin-top: 50px; }

.margin-top-55 {
  margin-top: 55px; }

.margin-top-60 {
  margin-top: 60px; }

.margin-top-65 {
  margin-top: 65px; }

.margin-top-70 {
  margin-top: 70px; }

.margin-top-75 {
  margin-top: 75px; }

.margin-top-80 {
  margin-top: 80px; }

.margin-top-85 {
  margin-top: 85px; }

.margin-top-90 {
  margin-top: 90px; }

.margin-top-95 {
  margin-top: 95px; }

.margin-top-100 {
  margin-top: 100px; }

.margin-bottom-0 {
  margin-bottom: 0px; }

.margin-bottom-5 {
  margin-bottom: 5px; }

.margin-bottom-10 {
  margin-bottom: 10px; }

.margin-bottom-15 {
  margin-bottom: 15px; }

.margin-bottom-20 {
  margin-bottom: 20px; }

.margin-bottom-25 {
  margin-bottom: 25px; }

.margin-bottom-30 {
  margin-bottom: 30px; }

.margin-bottom-35 {
  margin-bottom: 35px; }

.margin-bottom-40 {
  margin-bottom: 40px; }

.margin-bottom-45 {
  margin-bottom: 45px; }

.margin-bottom-50 {
  margin-bottom: 50px; }

.margin-bottom-55 {
  margin-bottom: 55px; }

.margin-bottom-60 {
  margin-bottom: 60px; }

.margin-bottom-65 {
  margin-bottom: 65px; }

.margin-bottom-70 {
  margin-bottom: 70px; }

.margin-bottom-75 {
  margin-bottom: 75px; }

.margin-bottom-80 {
  margin-bottom: 80px; }

.margin-bottom-85 {
  margin-bottom: 85px; }

.margin-bottom-90 {
  margin-bottom: 90px; }

.margin-bottom-95 {
  margin-bottom: 95px; }

.margin-bottom-100 {
  margin-bottom: 100px; }

.font-size-12 {
  font-size: 12px;
  letter-spacing: 0.01em; }

.font-size-13 {
  font-size: 13px; }

.font-size-14 {
  font-size: 14px; }

.font-size-15 {
  font-size: 15px; }

.font-size-16 {
  font-size: 16px; }

.font-size-17 {
  font-size: 17px; }

.font-size-18 {
  font-size: 18px; }

.font-size-19 {
  font-size: 19px; }

.font-size-20 {
  font-size: 20px; }

.font-size-21 {
  font-size: 21px; }

.font-size-22 {
  font-size: 22px; }

.font-size-23 {
  font-size: 23px; }

.font-size-24 {
  font-size: 24px; }

.font-size-25 {
  font-size: 25px; }

.font-size-26 {
  font-size: 26px; }

.font-size-27 {
  font-size: 27px; }

.font-size-28 {
  font-size: 28px; }

.font-size-29 {
  font-size: 29px; }

.font-size-30 {
  font-size: 30px; }

.font-size-31 {
  font-size: 31px; }

.font-size-32 {
  font-size: 32px; }

.font-size-33 {
  font-size: 33px; }

.font-size-34 {
  font-size: 34px; }

.font-size-35 {
  font-size: 35px; }

.font-size-36 {
  font-size: 36px; }

.font-size-37 {
  font-size: 37px; }

.font-size-38 {
  font-size: 38px; }

.font-size-39 {
  font-size: 39px; }

.font-size-40 {
  font-size: 40px; }

.font-size-41 {
  font-size: 41px; }

.font-size-42 {
  font-size: 42px; }

.font-size-43 {
  font-size: 43px; }

.font-size-44 {
  font-size: 44px; }

.font-size-45 {
  font-size: 45px; }

.font-size-46 {
  font-size: 46px; }

.font-size-47 {
  font-size: 47px; }

.font-size-48 {
  font-size: 48px; }

.font-size-49 {
  font-size: 49px; }

.font-size-50 {
  font-size: 50px; }

.font-size-51 {
  font-size: 51px; }

.font-size-52 {
  font-size: 52px; }

.font-size-53 {
  font-size: 53px; }

.font-size-54 {
  font-size: 54px; }

.font-size-55 {
  font-size: 55px; }

.font-size-56 {
  font-size: 56px; }

.font-size-57 {
  font-size: 57px; }

.font-size-58 {
  font-size: 58px; }

.font-size-59 {
  font-size: 59px; }

.font-size-60 {
  font-size: 60px; }

.font-size-61 {
  font-size: 61px; }

.font-size-62 {
  font-size: 62px; }

.font-size-63 {
  font-size: 63px; }

.font-size-64 {
  font-size: 64px; }

.font-size-65 {
  font-size: 65px; }

.font-size-66 {
  font-size: 66px; }

.font-size-67 {
  font-size: 67px; }

.font-size-68 {
  font-size: 68px; }

.font-size-69 {
  font-size: 69px; }

.font-size-70 {
  font-size: 70px; }

.nopadding {
  padding: 0 !important; }

.nomargin {
  margin: 0px !important; }

.nospacer {
  margin: 0px !important;
  padding: 0px !important; }

.no-margin-top {
  margin-top: 0px !important; }

.no-padding-top {
  padding-top: 0px !important; }

.no-margin-bottom {
  margin-bottom: 0px !important; }

.no-padding-bottom {
  padding-bottom: 0px; }

.row-full {
  margin: 0 -30px; }
  @media screen and (min-width: 992px) {
    .row-full {
      margin: 0px; } }

/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
body.mceContentBody {
  color: #717171 !important;
  font-size: 17px; }

a {
  color: #e3b9b3; }
  a:hover {
    color: #717171; }
  a:focus, a:active {
    color: rgba(113, 113, 113, 0.5); }

body.mceContentBody p a, body.mceContentBody h4 a {
  text-decoration: none !important; }

body {
  font-size: 16px; }
  @media screen and (min-width: 992px) {
    body {
      font-size: 17px; } }

/*

h1 {
  font-size: 60px;
}

h2 {
  font-size: 52px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 21px;
  line-height: 31px;
}

h5 {

}*/
h1, h2, h3, h4, h5, h6 {
  margin-top: 0px; }

@media screen and (max-width: 1024px) {
  h1 {
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 21px; } }
@media screen and (min-width: 1025px) {
  h1 {
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 30px; } }

@media screen and (max-width: 1024px) {
  h2 {
    margin-bottom: 33px;
    line-height: 37px;
    margin-bottom: 20px; } }
@media screen and (min-width: 1025px) {
  h2 {
    font-size: 53px;
    line-height: 57px;
    margin-bottom: 30px; } }

@media screen and (max-width: 1024px) {
  h3 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 6px; } }
@media screen and (min-width: 1025px) {
  h3 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px; } }

@media screen and (max-width: 1024px) {
  h4 {
    font-size: 22px;
    line-height: 32px; } }
@media screen and (min-width: 1025px) {
  h4 {
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 30px; } }

h5 {
  font-family: Lato-Bold;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.01em; }

@media screen and (max-width: 1024px) {
  p, ul li {
    font-size: 16px;
    line-height: 24px; } }
@media screen and (min-width: 1025px) {
  p, ul li {
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.01em; } }

ul li {
  letter-spacing: 0.01em; }

ul {
  padding-left: 0px;
  list-style: none; }

p a, .main-content-wrap li a {
  letter-spacing: 0.01em;
  display: inline-block;
  border-bottom: 1px solid #e3b9b3; }
  p a:hover, .main-content-wrap li a:hover {
    background-color: #e3b9b3;
    color: #fff;
    text-decoration: none; }
  p a:active, p a:focus, .main-content-wrap li a:active, .main-content-wrap li a:focus {
    background-color: rgba(227, 185, 179, 0.5);
    color: #fff;
    text-decoration: none;
    border-bottom: none; }
  @media screen and (min-width: 1025px) {
    p a, .main-content-wrap li a {
      font-size: 17px; } }

h4 a {
  display: inline-block;
  border-bottom: 1px solid #e3b9b3; }
  h4 a:hover {
    background-color: #e3b9b3;
    color: #fff;
    text-decoration: none; }
  h4 a:active, h4 a:focus {
    background-color: rgba(227, 185, 179, 0.5);
    color: #fff;
    text-decoration: none;
    border-bottom: none; }

/*# sourceMappingURL=typography.css.map */
