/* Typography */

h1, h2, h3 {
    margin: 1em 0 .5em;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased; }

h1 {
    color: #fff;
    font-size: 2.6rem;
    line-height: 1.2;
    font-family:'Camphor W01 Medium';
    font-weight: 900; }

h2 {
    color: #fff;
    margin-top: 1.75em;
    font-family:'Camphor W01 Medium';
    font-weight: 900; }

h3 {
    color: #B06203;
    margin-top: 1.25em;
    font-weight: 900;
    font-family:'Camphor W01 Medium' }

body p {
    font-family: Camphor W01 Light;
    font-size: 18px;
    line-height: 1.5; }

body p strong {
  font-family: Camphor W01 Bold;
}

small {
    letter-spacing: .85px; }


/* Layout */

body {
    margin-left:0;
    margin-right:0;
    font-family: Camphor W01 Light; }


/* Background Colors */

.bg-blue {
    background-color: #175cc1 !important; }

.bg-blue-dark {
    background-color: #00407f; }

.bg-blue-md {
    background-color: #05529e; }

.bg-green {
    background-color: #06891C !important; }

.bg-green-dark {
  background-color: #025912; }

.bg-green-md {
  background-color: #047123; }

.bg-orange {
    background-color: #B75E06 !important; }

.bg-orange-dark {
  background-color: #904c03; }

.bg-orange-md {
  background-color: #a55404; }

.bg-gray-dark {
  background-color: #595b5b; }

/* List Styling */

ul, .content .right-section ul {
    list-style: none;
    padding-left: 0; }

ul ul {
    padding-left: 10%; }

.content ul {
    list-style-type: disc;
    padding-left: 3em;
    font-size: 1.1rem; }

.content ul li {
    padding-bottom: 1em; }
