main {
    color: #777;
    font: 15px 'Source Sans Pro', Arial, Helvetica, sans-serif;
    line-height: 1.6;
}
.wrap {
    padding: 15px;
    max-width: 830px;
    margin: 0 auto;
}

a {
    color: #ff7e00;
    text-decoration: none;
}
a:hover {
    color: #d10;
}
.nobr {
    display: inline-block;
}

main a.button {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    border: 1px solid #ff7e00;
    padding: 9px 1em;
    border-radius: 3px;
    margin: 9px 0;
}
main a.button:hover,
main a.button:active {
  background: #ff9415;
  color: #fff;
  box-shadow: none;
  outline: none;
}
main a.button:active {
  background: #ff7300;
}
main a.button:focus {
  border-color: #616670;
  outline: none;
}
main strong {
    color: #333;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}

main h1 {
    color: #333;
    font-size: 2.333333em;
    font-weight: 400;
    line-height: 1.3;
    margin: 0.714286em 0 0.314286em;
}
p.lead {
    font-size: 18px;
    font-weight: 300;
}
p.credit {
    color: #555;
    font-weight: 300;
    font-style: italic;
    margin-top: -.5em;
}

main.faqs section {
  border-top: 1px solid #bbb;
  padding: 20px 0 35px;
}
main.faqs .col:first-child section:first-child {
  border: 0;
  padding-top: 10px;
}
main.faqs h2 {
  font-size: 21px;
  font-weight: 400;
  color: #ff7e00;
  margin: 10px 0;
}
main.faqs .col:first-child section:first-child h2 {
  margin-top: 0;
}
main.faqs .question {
  padding: 5px 0;
  cursor: pointer;
}
main.faqs h3.question {
  margin: 0;
  font-size: 1em;
  color: #333;
  font-weight: 400;
}
main.faqs h3.question button {
    padding: 0;
    border: 0;
    background: none;
    text-align: left;
}
main.faqs h3.question .text {
    display: block;
    padding-left: 15px;
}
main.faqs h3.question svg {
  float: left;
  padding-top: 6px;
}
main.faqs h3.question button:focus {
    outline: none;
    box-shadow: none;
}
main.faqs h3.question button:hover,
main.faqs h3.question button:focus {
    color: #d10;
}
main.faqs h3.question button:hover path,
main.faqs h3.question button:focus path {
    stroke: #d10;
}
main.faqs h3.question .closed,
main.faqs h3.question button.collapsed .open {
  opacity: 0;
}
main.faqs h3.question button.collapsed .closed {
  opacity: 1;
}
main.faqs .answer {
  padding-left: 15px;
}
main.faqs .answer p {
  margin: 0;
  padding: 5px 0;
}
main.faqs .answer p + p {
  padding-top: 0;
}
@media only screen and (min-width: 580px) {
    main h1 {
        font-size: 3em;
        line-height: 1.4em;
        margin-bottom: 0.355556em;
    }
}
@media only screen and (min-width: 730px) {
    main.faqs .row {
        margin: 0 -15px;
    }
    main.faqs .col {
        display: table-cell;
        width: 50%;
        padding: 0 15px;
    }
    main.faqs .col section:first-child {
        border: 0;
        padding-top: 0;
    }
}

#resources {
    border-top: 1px solid #bbb;
    padding-top: 2em;
    margin-bottom: 4em;
    text-align: center;
}
#resources h2,
#resources ul,
#resources li {
    display: block;
    margin: 0;
    padding: 0;
    vertical-align: top;
    line-height: 1.666667;
}
#resources h2 {
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 400;
    color: #616670;
    letter-spacing: 0.033333em;
}
@media only screen and (min-width: 700px) {
    #resources {
        text-align: left;
    }
    #resources h2,
    #resources ul,
    #resources li {
        display: inline-block;
    }
    #resources h2 {
        margin-right: 1em;
    }
    #resources li::after {
        padding: 0 1em;
        content: '|';
        color: #aaa;
    }
    #resources li:last-child::after {
        display: none !important;
    }
}

main.terms {
    color: #555;
    margin-bottom: 30px;
}
main.terms section {
    padding: 10px 0;
}
main.terms section section {
    padding: 0;
}
main.terms h2,
main.terms h3 {
    color: #333;
}
main.terms h2 {
    font-size: 21px;
    font-weight: 400;
    margin-bottom: -7px;
    margin-top: 0;
}
main.terms p {
    margin: 10px 0;
}
main.terms ul {
    margin: 0;
    padding: 0;
    list-style: none
}
main.terms li {
    padding-left: 10px;
    margin: 10px 0;
}
main.terms li::before {
    content: '▪︎';
    color: #ff7e00;
    display: inline-block;
    width: 10px;
    margin-left: -10px;
}

/*main.terms {counter-reset: h2}
main.terms section h2 {counter-reset: h3}
main.terms section h3 {counter-reset: h4}
main.terms section.faux-h4 p {counter-reset: h5}
main.terms section h2::before {counter-increment: h2; content: counter(h2) ". "}
main.terms section h3::before {counter-increment: h3; content: counter(h2) "." counter(h3) " "}
main.terms section.faux-h4 p::before {counter-increment: h4; content: counter(h2) "." counter(h3) "." counter(h4) " "}*/

main.terms section.faux-h4 {
    padding-left: 47px;
    margin: 10px 0;
}
main.terms section.faux-h4 p {
    display: block;
}
main.terms section.faux-h4 p::before {
    display: inline-block;
    color: #333;
    width: 47px;
    margin-left: -47px;
}

@media only screen and (min-width: 480px) {
    p.lead {
        font-size: 21px;
        font-weight: 300;
    }
    p.credit {
        font-size: 18px;
    }
    /*main.terms section {
        padding-left: 32px;
    }
    main.terms section h2 {
        margin-left: -32px;
    }*/
    main.terms section h2:before,
    main.terms section section h3:before {
        display: inline-block;
        width: 32px;
    }
    /*main.terms section section {
        padding-left: 35px;
    }
    main.terms section section h3 {
        margin-left: -35px;
    }*/
    main.terms section section h3:before {
        font-weight: 400;
        width: 35px;
    }
    main.terms section .single {
        margin: 1em 0;
    }
    main.terms section .single h3,
    main.terms section .single p {
        display: inline;
    }
    main.terms section .single h3::after {
        content: '. '
    }
}

#tounav {
    margin-top: 0;
}
@media only screen and (min-width: 700px) {
    main.general #tounav {
        text-align: right;
        margin-top: -49px;
        margin-bottom: 5px;
    }
}
@media only screen and (min-width: 850px) {
    main.pro #tounav {
        text-align: right;
        margin-top: -49px;
        margin-bottom: 5px;
    }
}
main.terms h1 + section {
    padding-top: 0;
}
main.terms h3 {
    font-size: 1em;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: -5px;
}
main.terms ol {
    margin: 0;
    padding: 0 0 0 14px;
}
main.terms ol li::before {
    display: none;
}
#citationexample .content-frame {
    padding: 5px 0;
}
#citationexample .content {
    font-size: 14px;
    border: 1px solid #ccc;
    padding: 15px 20px;
    position: relative;
}
#citationexample h3 {
    margin-top: 10px;
}
#citationexample span.close {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 20px;
    line-height: 10px;
    padding: 10px;
    color: #a9a9a9;
}
#citationexample span.close:hover {
    color: #d1d1d1;
    cursor: pointer;
}
#citationexample span.close::before {
    content: '\00D7';
}
main hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
main .collapse {
  display: none;
}
main .collapse.show {
  display: block;
}
main .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
main .visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px; width: 1px;
  margin: -1px; padding: 0; border: 0;
}

.js-banner>img {
  top: 2.5px;
  position: relative;
}
