/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio, canvas, progress, video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, [hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active, a:hover {
	
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b, strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b, strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;

}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code, kbd, pre, samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button, input, select, textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */

button, input, select { /* 2 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button, select { /* 1 */
  text-transform: none;
}

/**
 * Change the cursor in all browsers (opinionated).
 */

button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer;
}

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */

[disabled] {
  cursor: default;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring, input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"], [type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
}

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

li {
line-height: 1.5;
}

body {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 14px;
}

h1, h2{
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: bolder;
}

h3, h4, h5, h6 {
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}

body.disclosures a[href="disclosures.html"] {
  color: #e5b046;
}

body.licensing a[href="licensing.html"] {
  color: #e5b046;
}

body.locations a[href="locations.html"] {
  color: #e5b046;
}

body.privacy-notice a[href="privacy-notice.html"] {
  color: #e5b046;
}

body.terms-of-use a[href="terms-of-use.html"] {
  color: #e5b046;
}

main .content a:hover {
  text-decoration: underline;
}
.page-header {
  margin-top: 15px;
}

.page-header .container {
  background: #38557A url("../images/shape.png") right top no-repeat;
  background-size: 400px auto;
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative;
}

.page-header h1 {
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: bolder;
}

.page-header h1 span {
  color: #e5b046;
  font-size: 17px;
  display: block;
  font-weight: bolder;
}

@media screen and (min-width: 768px) {

  .page-header h1 span {
    font-size: 54px;
    font-weight: bolder;
  }
}

.page-header h1 strong {
  color: #ffffff;
  display: block;
  font-size: 30px;
  font-weight: bolder;
}

@media screen and (min-width: 768px) {

  .page-header h1 strong {
    font-size: 95px;
    font-weight: bolder;
  }
}

@media screen and (min-width: 768px) {

  .page-header h1 {
    margin-top: 21px;
  }
}

.page-header__banner {
  display: block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 15px 15px 30px;
}

.page-header__banner div {
  background-color: #4d6aab;
  color: #ffffff;
  border-radius: 5px;
  padding: 3px 3px 3px 7px;
  font-size: 30px;
  height: 37px;
  text-transform: uppercase;
}

.page-header__banner span {
  display: inline-block;
  height: 31px;
  line-height: 41px;
  font-weight: bolder;
}

.page-header__banner span + span {
  background-color: #e5b046;
  border-radius: 5px;
  padding: 0 6px 0 5px;
  margin-left: 5px;
}

.page-header__banner small {
  font-size: 10px;
  color: #38557A;
}

.page-header__link-home, .page-header__link-essent {
	font: 0/0 sans-serif;
	display: block;
	position: absolute;
	width: 100%;
	left: 17px;
}

.page-header__link-home {
  top: 0;
  height: 41px;
}

.page-header__link-essent {
  top: 41px;
  height: 20px;
}

.page-header .mobile-menu {
  background: rgba(0, 0, 0, .2);
  margin: 20px -10px -30px;
  padding: 0 10px;
  display: none;
}

.page-header .mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-header .mobile-menu a {
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
  padding: 10px 0;
}

.page-header .toggle-mobile-menu {
  position: absolute;
  right: 20px;
  top: 83px;
  z-index: 10;
  cursor: pointer;
  margin-top: 15px;
  display: block;
  font-size: 29px;
  text-transform: uppercase;
  color: #fff;
  font: 0/0 sans-serif;
  width: 30px;
  height: 21px;
  background: linear-gradient(to bottom, #e5b046 0px, #e5b046 3px, transparent 3px, transparent 9px, #e5b046 9px, #e5b046 12px, transparent 12px, transparent 18px, #e5b046 18px, #e5b046 21px);
}

body.index .page-header .toggle-mobile-menu {
  top: 110px;
}

@media screen and (min-width: 768px) {

  .page-header .toggle-mobile-menu {
    display: none;
  }
}

@media screen and (min-width: 768px) {

  .page-header {
    margin-top: 50px;
  }
}

@-moz-document url-prefix() {
  .page-header__banner span + span {
    padding-top: 5px;
  }
}

.page-footer {
  padding-bottom: 40px;
}

.page-footer nav {
  margin-bottom: 15px;
}

.page-footer nav .container {
  background-color: #e2e2e2;
}

.page-footer nav ul {
  margin: 0;
  padding: 20px 0;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.page-footer nav ul li {
  padding: 10px;
  white-space: nowrap;
}

.page-footer nav ul li:last-child {
  border-right: none;
}

@media screen and (min-width: 768px) {

  .page-footer nav ul li {
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
    border-right: 2px solid #fff;
    text-align: center;
  }
}

.page-footer nav ul a {
  display: block;
  font-size: 14px;
  text-decoration: none;
  color: #38557A;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: bolder;
}

.page-footer nav ul a:hover, .page-footer nav ul a:focus {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {

  .page-footer nav ul {
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
}

.page-footer .copyright .container {
  background-color: #38557A;
  color: #ffffff;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height:1.5;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {

  .page-footer .copyright .container {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    margin-bottom: 25px;
  }
}

.page-footer .copyright small {
  font-size: 10px;
  display: inline-block;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {

  .page-footer .copyright small {
    margin-bottom: 0;
  }
}

.page-footer .copyright span {
  font-size: 12px;
}

main .page-title {
  font-size: 16px;
  text-transform: uppercase;
  margin: 20px 0 10px;
  color: #38557A;
  font-weight: bold;
}

@media screen and (min-width: 768px) {

  main .page-title {
    font-size: 35px;
    font-weight: bold;
  }
}

main .content {
  background-color: #f1f1f1;
  padding: 25px 10px;
  margin-left: -10px;
  margin-right: -10px;
}

@media screen and (min-width: 768px) {

  main .content {
    margin-right: -30px;
    margin-left: -30px;
    padding: 25px 30px;
  }
}

main .inline-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}

main .inline-list li {
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
  margin-bottom: 15px;
  padding: 0 15px;
  line-height: 1.5;
  position: relative;
}

@media screen and (min-width: 768px) {

  main .inline-list li {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {

  main .inline-list {
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
}

main .post-content {
  padding-top: 20px;
  padding-bottom: 20px;
}

main .post-content span {
  color: #38557A;
  font-size: 16px;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: bold;
}

main .post-content a {
  text-decoration: none;
  color: inherit;
}

main .post-content a:hover, main .post-content a:focus {
  text-decoration: underline;
}

main .content a {
  text-decoration: none;
  color: inherit;
}


.plain-text-page p {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 1.6em;
}

.plain-text-page h3 {
  font-size: 16px;
  margin-bottom: .5em;
}

.plain-text-page .content {
  padding-bottom: 10px;
}

.plain-text-page table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.plain-text-page table tbody, .plain-text-page table tr, .plain-text-page table th, .plain-text-page table td {
  display: block;
}

.plain-text-page table thead {
  display: none;
}

@media screen and (min-width: 768px) {

  .plain-text-page table thead {
    display: table-header-group;
  }
}

.plain-text-page table th, .plain-text-page table td {
  text-align: left;
}

@media screen and (min-width: 768px) {

  .plain-text-page table th, .plain-text-page table td {
    display: table-cell;
    vertical-align: top;
  }
}

.plain-text-page table th {
  background-color: #e5b046;
  color: #ffffff;
  padding: 10px 7px;
  font-size: 18px;
}

@media screen and (min-width: 768px) {

  .plain-text-page table tbody {
    display: table-row-group;
  }
}

.plain-text-page table td {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  position: relative;
  padding-left: 140px;
}

.plain-text-page table td:before {
  font-weight: bold;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  padding: 10px;
  width: 130px;
}

@media screen and (min-width: 768px) {

  .plain-text-page table td:before {
    display: none;
  }
}

.plain-text-page table td:first-child:before {
  content: 'JURISDICTION:';
}

@media screen and (min-width: 768px) {

  .plain-text-page table td:first-child {
    font-weight: bold;
  }
}

.plain-text-page table td:nth-child(2):before {
  content: 'LICENSE #:';
}

.plain-text-page table td:nth-child(3):before {
  content: 'LICENSE TYPE:';
}

.plain-text-page table td:last-child {
  border-bottom: none;
}

@media screen and (min-width: 768px) {

  .plain-text-page table td {
    padding: 5px;
  }
}

@media screen and (min-width: 768px) {

  .plain-text-page table td {
    padding: 5px;
    border: none;
  }
}

.plain-text-page table tr:nth-child(odd) td {
  background-color: #ffffff;
}

.plain-text-page table tr:nth-child(even) {
  border: 1px solid #ccc;
}

@media screen and (min-width: 768px) {

  .plain-text-page table tr:nth-child(even) {
    border: none;
  }
}

.plain-text-page table tr {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {

  .plain-text-page table tr {
    display: table-row;
  }
}

table.tb { width: auto; border:solid 1px #777777; border-collapse: collapse; }
  .tb th { border: 1px solid #777777; background: #ffffff; padding: 5px; font-weight:700;  }
  .tb td, tbody { border: 1px solid #777777; background: #ffffff; padding: 5px; font-weight:500;  }
  .tb th { background: #38557A; color: white; text-align:left; }

.two-columns-page .content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 10px;
}

@media screen and (min-width: 768px) {

  .two-columns-page .content {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media screen and (min-width: 768px) {

  .two-columns-page .left-column, .two-columns-page .right-column {
    -webkit-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
}

.two-columns-page h3 {
  color: #e5b046;
  margin-top: 0;
}

.two-columns-page p {
  font-size: 13px;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 1.2em;
}

.two-columns-page address {
  font-style: normal;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 15px;
}

*, *:after, *:before {
  box-sizing: border-box;
}

.container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (min-width: 768px) {

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
