/******************************************************************
Site Name:  / www..com
Author: Be Better Studios
Author's Website: http://www.bebetterstudios.com

Stylesheet: Main Stylesheet

******************************************************************/
/*****************************************************************
MAP:

normalize-reset
globals
general
links
typography
header
post-content
page-navi
comments
sidebars
footer
media-queries
trumps

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
@import url("//hello.myfonts.net/count/4ce928");
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

ol,
ul {
  padding: 0;
  list-style-type: none; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf, .comment-respond {
  zoom: 1; }

.clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
  content: "";
  display: table; }

.clearfix:after, .cf:after, .comment-respond:after {
  clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/* =============================================================================
   Colors & Globals
   ========================================================================== */
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

ol,
ul {
  padding: 0;
  list-style-type: none; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf, .comment-respond {
  zoom: 1; }

.clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
  content: "";
  display: table; }

.clearfix:after, .cf:after, .comment-respond:after {
  clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

@font-face {
  font-family: "MuseoSans";
  font-style: normal;
  font-weight: 900;
  src: url("webFonts/MuseoSans900/font.woff2") format("woff2"), url("lib/webFonts/MuseoSans900/font.woff") format("woff"); }
@font-face {
  font-family: "MuseoSans";
  font-style: normal;
  font-weight: 700;
  src: url("webFonts/MuseoSans700/font.woff2") format("woff2"), url("lib/webFonts/MuseoSans700/font.woff") format("woff"); }
@font-face {
  font-family: "MuseoSans";
  font-style: normal;
  font-weight: 100;
  src: url("webFonts/MuseoSans100/font.woff2") format("woff2"), url("lib/webFonts/MuseoSans100/font.woff") format("woff"); }
@font-face {
  font-family: "MuseoSans";
  font-style: normal;
  font-weight: 500;
  src: url("webFonts/MuseoSans500/font.woff2") format("woff2"), url("lib/webFonts/MuseoSans500/font.woff") format("woff"); }
@font-face {
  font-family: "MuseoSans";
  font-style: italic;
  font-weight: 700;
  src: url("webFonts/MuseoSans700Italic/font.woff2") format("woff2"), url("lib/webFonts/MuseoSans700Italic/font.woff") format("woff"); }
@font-face {
  font-family: "MuseoSans";
  font-style: normal;
  font-weight: 300;
  src: url("webFonts/MuseoSans300/font.woff2") format("woff2"), url("lib/webFonts/MuseoSans300/font.woff") format("woff"); }
@font-face {
  font-family: "MuseoSans";
  font-style: italic;
  font-weight: 100;
  src: url("webFonts/MuseoSans100Italic/font.woff2") format("woff2"), url("lib/webFonts/MuseoSans100Italic/font.woff") format("woff"); }
@font-face {
  font-family: "MuseoSans";
  font-style: italic;
  font-weight: 900;
  src: url("webFonts/MuseoSans900Italic/font.woff2") format("woff2"), url("lib/webFonts/MuseoSans900Italic/font.woff") format("woff"); }
@font-face {
  font-family: "MuseoSans";
  font-style: italic;
  font-weight: 500;
  src: url("webFonts/MuseoSans500Italic/font.woff2") format("woff2"), url("lib/webFonts/MuseoSans500Italic/font.woff") format("woff"); }
@font-face {
  font-family: "MuseoSans";
  font-style: italic;
  font-weight: 300;
  src: url("webFonts/MuseoSans300Italic/font.woff2") format("woff2"), url("lib/webFonts/MuseoSans300Italic/font.woff") format("woff"); }
/*********************
GENERAL STYLES
*********************/
body {
  width: 100%;
  margin: 0px;
  padding: 0px 0 0px 0;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  color: #000000; }

img {
  max-width: 100%;
  outline: none;
  vertical-align: middle;
  display: block;
  margin-bottom: 25px; }

p img {
  width: auto !important;
  height: auto !important; }

iframe, object, embed {
  max-width: 100% !important;
  display: block;
  margin: 0 auto; }

iframe {
  margin: 25px auto; }

hr {
  margin: 25px 0; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
/* Miminizes FOUT with typekit */
.wf-loading p, .wf-loading h6, .wf-loading h5, .wf-loading h4, .wf-loading h3, .wf-loading h2, .wf-loading h1, .wf-loading a {
  visibility: hidden; }

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
  list-style: initial; }
  ul li, ol li {
    margin-bottom: 15px;
    font-size: 20px; }
    ul li ul li, ol li ul li {
      font-size: 1em; }

ol {
  list-style: decimal; }

dd {
  margin: 0 0 0 40px; }

nav ul, nav ol, ul.list, .footer ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }
  nav ul li, nav ol li, ul.list li, .footer ul li {
    font-size: 1em; }

strong {
  font-weight: 600; }

.content {
  padding: 0 0 0 0; }

span.anchor {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  margin-top: -35px; }

p, h2, h1, h3, h4, h5, h6, span, li {
  -webkit-hyphens: none;
  /* For Safari/Chrome older versions */
  -ms-hyphens: none;
  /* For Internet Explorer/Edge older versions */
  hyphens: none;
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word; }

/******************************************************************
05. H1, H2, H3, H4, H5 STYLES
******************************************************************/
/* MuseoSans500 */
* {
  font-family: "MuseoSans",sans-serif; }

body {
  font-size: 9px; }

h1 {
  font-size: 48px;
  line-height: 140%;
  font-weight: 250; }

h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 26px; }

h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px; }

h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px; }

h5 {
  font-size: 18px;
  font-weight: 250;
  line-height: 26px;
  margin-bottom: 0px; }

p {
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  margin: 0 0 20px 0; }

p > a {
  font-weight: 100;
  color: #12377C;
  -webkit-transition: color 250ms ease-out 0s;
  -moz-transition: color 250ms ease-out 0s;
  -o-transition: color 250ms ease-out 0s;
  transition: color 250ms ease-out 0s; }
  p > a:hover {
    opacity: .8; }
  p > a:visited {
    color: #000000; }

.state-notes-section p > a {
  color: #12377C; }
  .state-notes-section p > a:visited {
    color: #000000; }

b {
  font-weight: 500; }

a {
  cursor: pointer; }

.page-privacy-policy .privacy-content ul li, .page-privacy-policy .privacy-content ol li {
  font-size: 14px;
  font-weight: 100;
  margin-bottom: 1rem; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 25px; }
  h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child {
    margin-top: 0px; }

/*********************
HEADER SYTLES
*********************/
.header {
  background-color: #000000;
  margin: 0px;
  position: relative;
  padding: 1.6rem 3.1rem 1.6rem 3rem; }
  .header .logo {
    width: 100%;
    max-width: 356px;
    margin-bottom: 0px; }

/*********************
POSTS & CONTENT STYLES
*********************/
img {
  max-width: 100%; }

.banner-section {
  position: relative;
  z-index: 1;
  min-height: 347px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center; }
  .banner-section h1, .banner-section h2, .banner-section h3, .banner-section h4, .banner-section h5, .banner-section p, .banner-section a, .banner-section span, .banner-section li {
    color: #FFFFFF; }
  .banner-section .container {
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
    z-index: 2; }

.inner {
  max-width: 983px;
  margin: 0 auto; }

.block {
  display: block;
  padding: 3rem 0 0 0;
  zoom: 1; }
  .block:before, .block:after {
    content: "";
    display: table; }
  .block:after {
    clear: both; }
  .block .container {
    max-width: 983px;
    margin: 0 auto; }
  .block .sub-block {
    padding: .85rem 0 0 0;
    position: relative; }
  .block:last-child {
    padding-bottom: 8rem; }

#content .block-0, #content .block-1 {
  background-color: #FFFFFF; }

.disclosures-block {
  padding-bottom: 5rem; }

.state-notes-section {
  background-color: #F5F5F5; }

table thead {
  border-bottom: 1px solid #E5E5E5; }
  table thead th {
    font-size: 16px;
    letter-spacing: 10%;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0px 25px 49px 25px;
    text-align: left; }
    table thead th:first-child {
      padding-left: 0px; }
    table thead th:last-child {
      padding-right: 0px; }
table tbody tr {
  border-bottom: 1px solid #E5E5E5; }
  table tbody tr td {
    font-weight: 250;
    font-size: 16px;
    line-height: 120%;
    padding: 7px 25px 7px 25px; }
    table tbody tr td a.note-link {
      color: #12377C; }
      table tbody tr td a.note-link:visited {
        color: #000000; }
    table tbody tr td a.download, table tbody tr td span.download {
      display: flex;
      align-content: start;
      -webkit-transition: opacity 250ms ease-out 0s;
      -moz-transition: opacity 250ms ease-out 0s;
      -o-transition: opacity 250ms ease-out 0s;
      transition: opacity 250ms ease-out 0s;
      color: #12377C;
      font-weight: 400; }
      table tbody tr td a.download:visited, table tbody tr td span.download:visited {
        color: #000000; }
      table tbody tr td a.download span.license-icon, table tbody tr td span.download span.license-icon {
        display: block;
        margin-top: -3px;
        margin-right: 10px; }
      table tbody tr td a.download span.license-text, table tbody tr td span.download span.license-text {
        display: block; }
      table tbody tr td a.download:hover, table tbody tr td span.download:hover {
        opacity: .8;
        text-decoration: underline; }
    table tbody tr td:first-child {
      padding-left: 0px;
      width: 25%; }
    table tbody tr td:nth-of-type(2) {
      font-weight: 400; }
    table tbody tr td:last-child {
      padding-right: 0px; }

/*********************
FOOTER STYLES
*********************/
.footer {
  background-color: #000000;
  padding: 3rem 3.5rem 3rem 3rem; }
  .footer .footer-col-1, .footer .footer-col-2 {
    width: 48%; }
  .footer .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .footer .container .footer-col-1 {
      margin-right: auto; }
      .footer .container .footer-col-1 a {
        display: block; }
    .footer .container .footer-col-2 {
      margin-left: auto; }
      .footer .container .footer-col-2 .footer-col-2-wrap {
        float: right;
        max-width: 413px; }
  .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6, .footer p, .footer span, .footer a, .footer li {
    color: #FFFFFF; }

/*********************
Media Queries
*********************/
@media only screen and (min-width: 0px) {
  h1 {
    font-size: 26px; }

  h2 {
    font-size: 20px; }

  h3 {
    font-size: 16px; }

  h4 {
    font-size: 16px; }

  p {
    font-size: 16px; }

  .header {
    padding: .8rem 1.1rem .6rem 1rem; }
    .header .logo {
      max-width: 256px; }

  .footer {
    padding: 2rem 1.1rem 2rem 1rem; }
    .footer .footer-col-1, .footer .footer-col-2 {
      width: 100%; }
    .footer .container .footer-col-1 {
      margin-right: auto; }
      .footer .container .footer-col-1 img {
        max-width: 256px; }
    .footer .container .footer-col-2 {
      margin-left: .4rem;
      margin-top: 2rem; }
      .footer .container .footer-col-2 .footer-col-2-wrap {
        float: none;
        max-width: 413px; }

  .banner-section {
    min-height: 247px; }
    .banner-section .container {
      padding: 1.6rem 1.1rem 1rem 1rem; }

  .block {
    padding: 1.5rem 0 0 0; }
    .block .container {
      padding: 0;
      padding: 1.6rem 1.1rem .6rem 1rem; }
    .block .sub-block {
      padding: .85rem 0 0 0; }
    .block:last-child {
      padding-bottom: 3rem; }

  .disclosures-block {
    padding-bottom: 3rem; }

  table thead th {
    font-size: 14px;
    padding: 0px 10px 29px 10px; }
  table tbody tr td {
    font-size: 14px;
    line-height: 120%;
    padding: 7px 10px 7px 10px; }
    table tbody tr td a.download, table tbody tr td span.download {
      padding: 12px 12px 5px 12px; }
    table tbody tr td:first-child {
      padding-left: 0px;
      width: 25%; }
    table tbody tr td:last-child {
      padding-right: 0px; } }
@media only screen and (min-width: 650px) {
  h1 {
    font-size: 28px; }

  .header {
    padding: 1.6rem 3.1rem 1.6rem 3rem; }
    .header .logo {
      max-width: 356px; }

  .footer {
    background-color: #000000;
    padding: 3rem 3.5rem 3rem 3rem; }
    .footer .footer-col-1, .footer .footer-col-2 {
      width: 48%; }
    .footer .container .footer-col-1 {
      margin-right: auto; }
    .footer .container .footer-col-2 {
      margin-left: auto;
      margin-top: .8rem; }
      .footer .container .footer-col-2 .footer-col-2-wrap {
        float: right;
        max-width: 413px; }

  .banner-section {
    min-height: 247px; }
    .banner-section .container {
      padding: 1.6rem 3rem 1rem 3.5rem; }

  .block {
    padding: 1.5rem 0 0 0; }
    .block .container {
      padding: 0;
      padding: 1.6rem 3rem 1rem 3.5rem; }
    .block .sub-block {
      padding: .85rem 0 0 0; }
    .block:last-child {
      padding-bottom: 3rem; } }
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 32px; }

  table thead th {
    font-size: 16px;
    padding: 0px 20px 29px 20px; }
  table tbody tr td {
    font-size: 16px;
    line-height: 120%;
    padding: 7px 20px 7px 20px; }
    table tbody tr td a.download, table tbody tr td span.download {
      padding: 12px 12px 5px 12px; }
    table tbody tr td:first-child {
      padding-left: 0px;
      width: 25%; }
    table tbody tr td:last-child {
      padding-right: 0px; } }
@media only screen and (min-width: 940px) {
  .footer {
    background-color: #000000;
    padding: 3rem 3.5rem 3rem 3rem; }
    .footer .footer-col-1, .footer .footer-col-2 {
      width: 48%; }
    .footer .container .footer-col-1 img {
      max-width: 356px; }
    .footer .container .footer-col-2 {
      margin-left: auto;
      margin-top: .4rem; }
      .footer .container .footer-col-2 .footer-col-2-wrap {
        float: right;
        max-width: 413px; } }
@media only screen and (min-width: 1024px) {
  h1 {
    font-size: 40px; } }
@media only screen and (min-width: 1110px) {
  h1 {
    font-size: 48px; }

  h2 {
    font-size: 24px; }

  h3 {
    font-size: 18px; }

  h4 {
    font-size: 18px; }

  p {
    font-size: 18px; }

  .banner-section {
    min-height: 347px; }
    .banner-section .container {
      padding: 0; }

  .block {
    padding: 3rem 0 0 0; }
    .block .container {
      padding: 0; }
    .block .sub-block {
      padding: .85rem 0 0 0; }
    .block:last-child {
      padding-bottom: 8rem; }

  .disclosures-block {
    padding-bottom: 5rem; }

  table thead th {
    font-size: 16px;
    padding: 0px 25px 49px 25px; }
  table tbody tr td {
    font-size: 16px;
    line-height: 120%;
    padding: 7px 25px 7px 25px; }
    table tbody tr td a.download, table tbody tr td span.download {
      padding: 12px 12px 5px 12px; }
    table tbody tr td:first-child {
      padding-left: 0px;
      width: 25%; }
    table tbody tr td:last-child {
      padding-right: 0px; } }
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Print Stylesheet

  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.

  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline; }

  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline; }

  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
/* ==|== Trumps =======================================================
	Trump styles
   ========================================================================== */
.left {
  float: left; }

.right {
  float: right; }

.all-caps {
  text-transform: uppercase; }

.center {
  display: block;
  margin: 0 auto !important; }

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

.italic {
  font-style: italic; }

.hidden {
  display: none; }

.not-visibile, .invisible {
  visibility: hidden; }

.no-border-top {
  border-top: none !important; }

.no-border-bottom {
  border-bottom: none !important; }

.no-boder-left {
  border-left: none !important; }

.no-border-right {
  border-right: none !important; }

.no-margin-top {
  margin-top: 0px !important; }

.no-margin-right {
  margin-right: 0px !important; }

.no-margin-bottom {
  margin-bottom: 0px !important; }

.no-margin-left {
  margin-left: 0px !important; }

.no-padding-top {
  padding-top: 0px !important; }

.no-padding-right {
  padding-right: 0px !important; }

.no-padding-bottom {
  padding-bottom: 0px !important; }

.no-padding-left {
  padding-left: 0px !important; }

/*# sourceMappingURL=style.css.map */
