/* change box model */
body {
  font-size: 19px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: "proxima-nova", "Proxima Nova", "Arial";
  font-weight: 300;
  color: #414042;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1em;
  margin: 0;
  font-weight: 300;
}

h1 {
  font-size: 31px;
  color: #22307A;
}

h2 {
  font-size: 19px;
  font-weight: bold;
  text-transform: uppercase;
}

h3 {
  font-size: 19px;
  font-weight: bold;
}

h4 {
  font-weight: bold;
  color: #00904E;
  font-size: 19px;
}

h5 {
  font-size: .875em;
}

h6 {
  font-size: .75em;
}

p, ul, ol, dl {
  font-size: 1em;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #00904E;
}
a:focus {
  outline: none;
}
a:hover, a:focus {
  color: #F39928;
  text-decoration: none;
}

button::-moz-focus-inner {
  border: 0;
}

article,
.content {
  line-height: 1.5em;
}
article * + p,
article * + ul,
article * + ol,
article * + h1,
article * + h2,
article * + h3,
article * + h4,
article * + h5,
article * + h6,
article * + blockquote,
.content * + p,
.content * + ul,
.content * + ol,
.content * + h1,
.content * + h2,
.content * + h3,
.content * + h4,
.content * + h5,
.content * + h6,
.content * + blockquote {
  margin-top: 1em;
}
article a,
.content a {
  font-weight: bold;
}
article ol,
.content ol {
  list-style: none;
  padding-left: 20px;
  counter-reset: item;
}
article ol ol, article ol ul,
.content ol ol,
.content ol ul {
  margin-bottom: 0;
  margin-top: .5em;
}
article ol > li,
.content ol > li {
  line-height: 1.25em;
}
article ol > li + li,
.content ol > li + li {
  margin-top: .5em;
}
article ol > li:before,
.content ol > li:before {
  min-width: 20px;
  margin-left: -20px;
  text-align: left;
  display: inline-block;
  content: counter(item) ".";
  counter-increment: item;
  vertical-align: top;
}
article ul,
.content ul {
  list-style: none;
  padding-left: 14px;
}
article ul ul, article ul ol,
.content ul ul,
.content ul ol {
  margin-bottom: 0;
  margin-top: .5em;
}
article ul > li,
.content ul > li {
  line-height: 1.25em;
}
article ul > li + li,
.content ul > li + li {
  margin-top: .5em;
}
article ul > li:before,
.content ul > li:before {
  content: '\00bb';
  width: 14px;
  vertical-align: top;
  text-align: left;
  display: inline-block;
  margin-left: -14px;
  font-size: 22px;
}
article ul ol,
.content ul ol {
  padding-left: 30px;
}
article ol.no-bullets, article ul.no-bullets,
.content ol.no-bullets,
.content ul.no-bullets {
  padding-left: 0;
  list-style: none;
}
article p + .button, article ol + .button, article ul + .button,
.content p + .button,
.content ol + .button,
.content ul + .button {
  margin-top: .5em;
}
article .color-green,
.content .color-green {
  color: #00904E;
}
article .color-blue,
.content .color-blue {
  color: #22307A;
}
article .color-orange,
.content .color-orange {
  color: #F39928;
}
article .color-grey,
.content .color-grey {
  color: #ECEDED;
}
article table,
.content table {
  max-width: 100%;
  width: auto;
}
article table th,
.content table th {
  font-weight: bold;
  text-align: inherit;
  line-height: 1.25em;
  padding-bottom: .25em;
}
article table td, article table th,
.content table td,
.content table th {
  padding-left: 30px;
  line-height: 1.25em;
  padding-bottom: .25em;
  width: auto;
}
article table td:first-child, article table th:first-child,
.content table td:first-child,
.content table th:first-child {
  padding-left: 0;
}
article .table-wrapper.overflow-scroll,
.content .table-wrapper.overflow-scroll {
  padding-bottom: 1em;
  padding-top: 1em;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: -30px;
  margin-right: -30px;
  border: 1px solid #ccc;
  position: relative;
}
article .table-wrapper.overflow-scroll:before,
.content .table-wrapper.overflow-scroll:before {
  content: '<';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -.5em;
  margin-left: 5px;
}
article .table-wrapper.overflow-scroll:after,
.content .table-wrapper.overflow-scroll:after {
  content: '>';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -.5em;
  margin-right: 5px;
}
article .table-wrapper.overflow-scroll > .inner-container,
.content .table-wrapper.overflow-scroll > .inner-container {
  overflow: scroll;
}

body strong, body b {
  font-weight: bold;
}
body em {
  font-style: italic;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
}

iframe,
object,
embed {
  max-width: 100%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* WordPress Default Classes
-------------------------------------------------------------- */
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
  clear: both;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.alignnone {
  margin: 5px 20px 20px 0;
  margin-bottom: 1em !important;
}

.text-align-center {
  text-align: center;
}

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 10px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}

.tb {
  display: table;
}
.tb > .tb-td {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  float: none;
}
.tb > .tb-td.va-top {
  vertical-align: top;
}
.tb > .tb-td.va-bottom {
  vertical-align: bottom;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 5px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: .75em;
  line-height: 1.25em;
  margin: 0;
  padding: 5px 4px 0;
}

blockquote {
  font-style: italic;
  margin: 1em 0;
  padding: .5em 15px;
}

/* clearfix */
.cf {
  *zoom: 1;
}
.cf:before, .cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}
