@import url(http://fonts.googleapis.com/css?family=Quicksand:300,400,700);
/* change box model */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-size: 14px;
  font-family: 'proxima-nova';
  color: #3d3d3d;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1em;
  font-family: 'brandon-grotesque';
}
h1.underline,
h2.underline,
h3.underline,
h4.underline,
h5.underline,
h6.underline {
  padding-bottom: .75em;
  border-bottom: 2px solid #D7D7D7;
}
h1 {
  font-size: 36px;
  font-weight: bold;
}
h2 {
  font-size: 32px;
  padding-bottom: .75em;
  border-bottom: 2px solid #D7D7D7;
  font-weight: normal;
}
h3 {
  font-size: 28px;
  font-weight: normal;
}
h4 {
  font-size: 22px;
  color: #004181;
  font-weight: 300;
  font-family: 'proxima-nova';
}
h5 {
  font-size: 22px;
  text-transform: none;
  font-weight: 300;
  font-family: 'proxima-nova';
}
h6 {
  font-size: 18px;
  font-weight: bold;
  font-family: 'proxima-nova';
}
p {
  font-size: 14px;
}
ul,
ol,
dl {
  font-size: 18px;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
article,
.text-content {
  line-height: 1.35em;
}
article,
.text-content {
  text-align: center;
}
article h1,
.text-content h1,
article h2,
.text-content h2,
article h3,
.text-content h3,
article h4,
.text-content h4,
article h5,
.text-content h5,
article h6,
.text-content h6 {
  text-align: center;
}
article p,
.text-content p,
article ul,
.text-content ul,
article ol,
.text-content ol,
article h1,
.text-content h1,
article h2,
.text-content h2,
article h3,
.text-content h3,
article h4,
.text-content h4,
article h5,
.text-content h5,
article h6,
.text-content h6 {
  margin: .875em 0;
}
article p,
.text-content p {
  line-height: 1.66em;
  padding-bottom: .25em;
}
article ol,
.text-content ol {
  list-style: decimal;
  list-style-position: inside;
  text-align: left;
  padding-left: 40px;
  line-height: 1.125em;
}
article ol ol,
.text-content ol ol,
article ol ul,
.text-content ol ul {
  margin-bottom: 0;
}
article ol li,
.text-content ol li {
  padding-bottom: .5em;
  position: relative;
}
article ol.styled,
.text-content ol.styled {
  list-style: none;
}
article ol.styled li .number,
.text-content ol.styled li .number {
  position: absolute;
  left: -40px;
  top: 0;
  margin-top: -1px;
  font-size: 36px;
  color: #004181;
}
article ul,
.text-content ul {
  list-style: none;
  padding-left: 40px;
  text-align: left;
  line-height: 1.125em;
}
article ul li,
.text-content ul li {
  position: relative;
  padding-left: 0;
  padding-bottom: .5em;
}
article ul li:before,
.text-content ul li:before {
  content: '\2022';
  position: absolute;
  left: -40px;
  top: 0;
  margin-top: -1px;
  font-size: 36px;
  color: #004181;
}
article ul.checked li,
.text-content ul.checked li {
  font-style: italic;
}
article ul.checked li:before,
.text-content ul.checked li:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  font-size: 20px;
  top: 3px;
}
article ul ul,
.text-content ul ul,
article ul ol,
.text-content ul ol {
  margin-bottom: 0;
}
body strong,
body b {
  font-weight: bold;
}
body em {
  font-style: italic;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
}
/* WordPress Default Classes
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.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;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 10px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.text-align-left {
  text-align: left !important;
}
.text-align-center {
  text-align: center !important;
}
.text-align-right {
  text-align: right !important;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  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: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
blockquote {
  font-style: italic;
  margin: 1em 0;
  padding: .5em 15px;
}
.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;
}
hr {
  border: none;
  border-bottom: 2px solid #D7D7D7;
}
/* clearfix */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}