.article-body {
  margin-top: 2em;
  margin-bottom: 3em;
  /* Collapsibles */
  /* List Items and Paragraphs */
  /* Select Dropdown */
  /* Button Styling */
  /* Headers & Text Treatment */
  /* Error State */
  /* Image Styling */
  /* Table Styling */
  /* Misc Changes */
  /* Media Queries */ }
  .article-body.problem-section {
    margin-bottom: 0; }
  .article-body .collapsible {
    margin: 10px 20px 20px 0; }
  .article-body .collapsible > :first-child {
    min-width: 120px;
    cursor: pointer;
    border-radius: 0;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 0.8em;
    padding: 0 20px 0 30px;
    color: #fff;
    background-color: #0e86ca;
    border: 1px solid #10a1de;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: inherit;
    max-width: 100%;
    display: inline-block; }
  .article-body .collapsible > :first-child:hover {
    background-color: #00aeff;
    border: 1px solid transparent;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3); }
  .article-body .collapsible-toggle + div {
    margin-left: 20px; }
  .article-body .collapsible div:first-child span {
    background: url("../images/icons/expand-chevron.2365ab50.png") repeat scroll 0 0 transparent;
    display: inline-block;
    height: 32px;
    width: 32px;
    overflow: hidden;
    vertical-align: middle;
    position: absolute;
    top: -2px;
    left: 0; }
    .article-body .collapsible div:first-child span.highlight-blue {
      position: initial;
      display: initial; }
  .article-body .collapsible.active > :first-child,
  .article-body .collapsible.active > :first-child span,
  .article-body .collapsible > :first-child:hover,
  .article-body button.active span {
    background-position: 0px -32px; }
  .article-body ul, .article-body ol {
    line-height: 1.4em;
    margin: 1em 0;
    list-style-position: inside; }
  .article-body li {
    line-height: 1.4em;
    margin: 0.3em 0;
    list-style-position: inside; }
  .article-body li > ul > li {
    list-style: circle;
    list-style-position: inside;
    margin-left: 30px; }
  .article-body li > ol > li {
    list-style-position: inside;
    margin-left: 30px; }
  .article-body p {
    margin: 1em 0 1.4em 0;
    line-height: 1.6em; }
  .article-body select {
    font-family: 'Blizzard';
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    transition: border-color .2s;
    height: 36px;
    padding: 0 20px 0 10px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 15px;
    line-height: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    box-sizing: border-box;
    min-width: 200px; }
  .article-body select:hover {
    transition: border-color .2s !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important; }
  .article-body select:focus {
    transition: border-color .2s !important;
    border: 1px solid #1e5f99 !important; }
  .article-body .input-select:after {
    content: "";
    background-image: url("../images/icons/select-icon.442281e7.png");
    background-position: -1px -9px;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 3px;
    right: 6px;
    pointer-events: none; }
  .article-body option {
    background-color: #272e3b;
    height: 36px; }
  .article-body select::-ms-expand {
    display: none; }
  .article-body .input-select {
    position: relative; }
  .article-body button {
    color: #fff;
    background-color: #0e86ca;
    border: 1px solid #10a1de;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    font-size: 1em;
    min-width: 120px;
    padding: 8px 20px;
    margin-right: 10px;
    margin-bottom: 10px; }
  .article-body button:hover {
    background-color: #00aeff;
    border: 1px solid transparent;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3); }
  .article-body button:active {
    color: rgba(255, 255, 255, 0.8);
    background-color: #095386;
    border: 1px solid transparent;
    box-shadow: none; }
  .article-body button:disabled {
    color: rgba(0, 174, 255, 0.5);
    background-color: rgba(27, 30, 39, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: none;
    cursor: default; }
  .article-body button.active {
    color: rgba(255, 255, 255, 0.8);
    background-color: #095386;
    border: 1px solid transparent;
    box-shadow: none; }
  .article-body h1 {
    font-size: 1.6em;
    line-height: 1.2em;
    text-transform: uppercase;
    text-shadow: 0 0 0.6em #FFF;
    clear: both; }
  .article-body h2 {
    font-size: 1.5em;
    line-height: 1.2em;
    text-transform: uppercase; }
  .article-body h3 {
    font-size: 1.4em;
    line-height: 1.2em; }
  .article-body h4 {
    font-size: 1.3em;
    line-height: 1.2em; }
  .article-body h5 {
    font-size: 1.2em;
    line-height: 1.2em; }
  .article-body h6 {
    font-size: 1.1em;
    line-height: 1.2em; }
  .article-body .small {
    font-size: 0.9em;
    line-height: 1em; }
  .article-body .underline {
    font-size: 0.9em;
    line-height: 1.4em;
    font-style: italic; }
  .article-body .error-message {
    display: block;
    box-sizing: border-box;
    padding: 10px 40px 10px 20px;
    font-size: 14px;
    min-height: 38px;
    line-height: 20px;
    margin: 0 0 -1px 0;
    text-shadow: none;
    position: relative;
    color: #D8000C;
    border: 1px solid rgba(255, 0, 0, 0.3);
    background-color: #FFBABA;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.75);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-appearance: none;
    transition: all .2s; }
  .article-body .error-message:last-of-type {
    margin-bottom: 20px; }
  .article-body .error-message hr {
    background-color: rgba(255, 0, 0, 0.15);
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important; }
  .article-body img {
    max-width: 100%;
    height: auto; }
  .article-body table {
    border-collapse: collapse;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    min-width: 648px; }
  .article-body th {
    background-color: rgba(255, 255, 255, 0.15);
    color: #fff;
    font-weight: bold;
    padding: 6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    text-align: left; }
  .article-body td {
    padding: 6px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    text-align: left; }
  .article-body .border-5 {
    width: inherit;
    border: none;
    float: none;
    margin: 0;
    overflow-x: auto;
    padding: 0 20px 0 0;
    line-height: 1.5em; }
  @media (max-width: 767px) {
    .article-body {
      /* Force table to not be like tables anymore */
      /* Future proof for when we want to launch new mobile table layout class */
      /* Prevents select inputs from spanning past mobile width */ }
      .article-body #option1, .article-body #option2, .article-body #option3, .article-body #option4, .article-body #option5, .article-body #option6, .article-body #option7 {
        overflow-x: auto; }
      .article-body #button1_section, .article-body #button2_section, .article-body #button3_section, .article-body #button4_section, .article-body #button5_section, .article-body #button6_section, .article-body #button7_section {
        overflow-x: auto; }
      .article-body .mobtable {
        width: 100% !important;
        min-width: 0; }
      .article-body .mobtable ~ #option1, .article-body .mobtable ~ #option2, .article-body .mobtable ~ #option3, .article-body .mobtable ~ #option4, .article-body .mobtable ~ #option5, .article-body .mobtable ~ #option6, .article-body .mobtable ~ #option7 {
        overflow-x: visible; }
      .article-body .mobtable ~ #button1_section, .article-body .mobtable ~ #button2_section, .article-body .mobtable ~ #button3_section, .article-body .mobtable ~ #button4_section, .article-body .mobtable ~ #button5_section, .article-body .mobtable ~ #button6_section, .article-body .mobtable ~ #button7_section {
        overflow-x: visible; }
      .article-body .mobtable table, .article-body .mobtable thead, .article-body .mobtable tbody, .article-body .mobtable th, .article-body .mobtable td, .article-body .mobtable tr {
        width: 100% !important;
        display: block;
        float: left; }
      .article-body .mobtable thead tr {
        /* Hide table headers (but not display: none;, for accessibility) */
        position: absolute;
        top: -9999px;
        left: -9999px; }
      .article-body .mobtable tr {
        border: none; }
      .article-body .mobtable td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        position: relative;
        padding-left: 50%;
        width: 100% !important;
        float: left;
        min-height: 50px;
        font-size: 0.9em; }
      .article-body .mobtable td:before {
        /* Now like a table header */
        content: attr(data-label);
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px; }
      .article-body select {
        max-width: 280px; } }
