@import url(../fonts/Fira/fira.css);
html, body {
  height: 100%;
  font-family: 'Fira Sans', sans-serif;
  color: #000;
  font-size: 34px; }

a:hover, a:active, a:focus, a:visited {
  text-decoration: none; }

body {
  background: #fff;
  padding: 0 0 100px 0;
  margin: 0; }

.container-fluid {
  padding: 0;
  position: relative; }

#comments {
  padding: 20px; }

.highlight {
  background: #FFAB0D;
  padding: 0 2px;
  border-radius: 3px;
  color: #000;
  display: inline; }

h1.page-title {
  margin-left: auto;
  margin-right: auto;
  padding: 1em; }

header.page-header {
  border-bottom: solid 3px #f2f2f2; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  clear: both; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*
 * References
 */
.page-template-reference a {
  text-decoration: none; }

/*
 * Roboto Web Font
 */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("../fonts/Roboto/woff2/Roboto-Regular.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/Roboto/woff2/Roboto-Bold.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
.navigation {
  position: fixed;
  top: 0;
  left: 0;
  padding-left: 50px;
  height: 50px;
  width: 100%;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  z-index: 1010;
  line-height: 50px;
  font-size: 0.5rem; }

.archive.tax-program .navigation {
  width: auto;
  position: relative; }
  .archive.tax-program .navigation a {
    padding: 0 0.5em;
    color: #fd884d; }

.wf-search {
  display: none;
  background: url(../images/searchBg.png) fixed center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-size: cover;
  padding: 0;
  left: 0;
  width: 100%;
  top: 0;
  bottom: 0;
  position: fixed;
  line-height: 44px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1000; }
  .wf-search nav {
    margin-bottom: 0px;
    height: 60px;
    border: none;
    background: #FD884D; }
    .wf-search nav img {
      margin-left: 40%; }
  .wf-search input {
    display: block;
    margin: 10px auto;
    width: 65%;
    max-width: 375px;
    height: 44px;
    background-color: #fff;
    border: 1px solid #fff;
    font-size: 24px;
    text-indent: 24px;
    color: #000;
    text-align: center; }
    .wf-search input:focus {
      border: solid 1px #fff;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 0, 0, 0.6); }
  .wf-search a.search-close {
    display: none;
    position: fixed;
    top: 3px;
    right: 10px;
    height: 60px;
    width: 60px;
    float: right;
    background: url(../images/icon_closeW.png) no-repeat right center;
    background-size: 60% auto;
    overflow: hidden;
    text-indent: -9999px; }
  .wf-search button {
    margin-left: 40%;
    margin-top: 30px;
    width: 20%;
    height: 44px;
    background: #3fa9f5;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer; }
  .wf-search hr {
    border-color: #3fa9f5;
    border-width: 2px;
    width: 18%;
    margin-bottom: 0px; }
  .wf-search #autocomplete-wrap {
    margin-top: 10px;
    overflow-y: scroll;
    max-height: 100%;
    width: 100%;
    padding-right: 25px; }
    .wf-search #autocomplete-wrap h3 {
      color: #FD884D;
      text-align: center;
      text-transform: uppercase;
      padding: 0; }
    .wf-search #autocomplete-wrap ul#autocomplete {
      list-style: none;
      display: block;
      margin: 0 auto;
      padding: 10px 40px; }
      .wf-search #autocomplete-wrap ul#autocomplete li a {
        float: left;
        line-height: 100%;
        width: 100%;
        font-size: 24px;
        color: #FD884D;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 0.025em;
        margin-top: 24px; }
        .wf-search #autocomplete-wrap ul#autocomplete li a div span.highlight {
          text-transform: uppercase; }
        .wf-search #autocomplete-wrap ul#autocomplete li a span.original-link, .wf-search #autocomplete-wrap ul#autocomplete li a span.search-description {
          float: left;
          width: 100%;
          font-size: 14px;
          padding: 4px 0;
          font-weight: normal;
          line-height: 21px;
          text-transform: none;
          color: #fff; }
          .wf-search #autocomplete-wrap ul#autocomplete li a span.original-link.highlight, .wf-search #autocomplete-wrap ul#autocomplete li a span.search-description.highlight {
            width: auto;
            float: none; }
        .wf-search #autocomplete-wrap ul#autocomplete li a span.original-link {
          color: #999; }
      .wf-search #autocomplete-wrap ul#autocomplete hr {
        width: 20%;
        margin-top: 24px; }

.wellframe-search-open {
  height: 56px;
  width: 56px;
  color: #374b60;
  background: url(../images/FAB_Search.png) no-repeat right center;
  background-size: 100% auto;
  border: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10;
  overflow: hidden;
  text-indent: 56px;
  cursor: pointer; }

#toc {
  padding: 20px; }
  #toc li {
    color: #FD884D;
    font-size: 24px; }

.test {
  color: red !important;
  background: yellow !important; }

.post-navigation {
  display: none; }

#secondary {
  display: none; }

html.glossary-term-visible,
body.glossary-term-visible {
  margin: 0 !important;
  padding: 0 !important;
  height: 100%;
  overflow: hidden;
  position: relative; }

article {
  padding: 20px;
  font-size: 20px;
  line-height: 1.4em;
  position: relative; }
  article .entry-meta {
    display: none; }
  article .entry-header {
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
    font-size: 40px;
    line-height: 1.125em;
    -ms-word-wrap: break-word;
    word-wrap: break-word; }
    article .entry-header h1 {
      margin-top: 0.2rem;
      margin-bottom: 0; }
    article .entry-header a {
      color: #000;
      text-decoration: none; }
  article .entry-content {
    padding: 8px 0 50px 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 375px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    /* OTW Info Boxes Shortcode and Widget Plugin */
    /*
     * Kingfisher Color
     *
     * As a result of the new Section 508 improvements, this color is now
     * too close to the link color so we are replacing any old references
     * which have an in-line style attribute with the Greensleeves color.
     *
     * Note: CSS3 does not let us use case-insensitive attribute selectors.
     * We have to wait until CSS4 for that. Since we cannot use those selectors
     * we have to target both lowercase and uppercase hex color codes.
     */
    /*
     * Masala Color
     *
     * As a result of the new Section 508 improvements, this color is now
     * too close to the link color so we are replacing any old references
     * which have an in-line style attribute with the Greensleeves color.
     *
     * Note: Border colors are set to #00beee instead of Greensleeves;
     *
     * Note: CSS3 does not let us use case-insensitive attribute selectors.
     * We have to wait until CSS4 for that. Since we cannot use those selectors
     * we have to target both lowercase and uppercase hex color codes.
     */
    /*
     * Selvedge Color
     *
     * We are replacing any old references to this color, which have an in-line
     * style attribute, with black.
     *
     * Note: CSS3 does not let us use case-insensitive attribute selectors.
     * We have to wait until CSS4 for that. Since we cannot use those selectors
     * we have to target both lowercase and uppercase hex color codes.
     */
    /* Easy Accordion Free */
    /* SlickQuiz */
    /* Video Emebed and Thumbnail Generator - KGVID */ }
    article .entry-content > * {
      font-size: 20px;
      line-height: 1.4em;
      /* OTW Info Boxes Shortcode and Widget Plugin */ }
      article .entry-content > * .otw-sc-box {
        line-height: 1.4em; }
    article .entry-content .otw-sc-box.shadow-inner, article .entry-content .otw-sc-box.shadow-outer, article .entry-content .otw-sc-box.shadow-down-left, article .entry-content .otw-sc-box.shadow-down-right {
      border-width: 2px !important;
      -webkit-box-shadow: none !important;
      -moz-box-shadow: none !important;
      box-shadow: none !important; }
    article .entry-content .otw-sc-box.bordered, article .entry-content .otw-sc-box.dashed, article .entry-content .otw-sc-box.dotted {
      border-width: 2px !important; }
    article .entry-content .otw-sc-box.border-top-bottom {
      border-width: 2px 0 !important; }
    article .entry-content .otw-sc-box.border-left-right {
      border-width: 0 2px !important; }
    article .entry-content .otw-sc-box div {
      font-size: 1em; }
    article .entry-content .otw-sc-box p {
      margin-bottom: 30px; }
      article .entry-content .otw-sc-box p:last-child {
        margin-bottom: 0; }
    article .entry-content .otw-sc-box li {
      margin-top: 0;
      margin-bottom: 0; }
    article .entry-content > h1,
    article .entry-content > h2,
    article .entry-content > h3,
    article .entry-content > h4,
    article .entry-content > h5,
    article .entry-content > h6 {
      line-height: 1.25em; }
    article .entry-content > h1 {
      font-size: 40px; }
    article .entry-content > h2 {
      font-size: 36px; }
    article .entry-content > h3 {
      font-size: 32px; }
    article .entry-content > h4 {
      font-size: 28px; }
    article .entry-content > h5 {
      font-size: 24px; }
    article .entry-content > h6 {
      font-size: 22px; }
    article .entry-content a {
      color: #0080a3; }
      article .entry-content a:hover {
        color: #00a8d6; }
    article .entry-content *[style^="color: #2598b8"], article .entry-content *[style^="color: #2598B8"], article .entry-content *[style^="color:#2598b8"], article .entry-content *[style^="color:#2598B8"], article .entry-content *[style*=" color: #2598b8"], article .entry-content *[style*=" color: #2598B8"], article .entry-content *[style*=" color:#2598b8"], article .entry-content *[style*=" color:#2598B8"], article .entry-content *[style*=";color: #2598b8"], article .entry-content *[style*=";color: #2598B8"], article .entry-content *[style*=";color:#2598b8"], article .entry-content *[style*=";color:#2598B8"] {
      color: #239c95 !important; }
    article .entry-content *[style*="background: #2598b8"], article .entry-content *[style*="background: #2598B8"], article .entry-content *[style*="background:#2598b8"], article .entry-content *[style*="background:#2598B8"], article .entry-content *[style*="background-color: #2598b8"], article .entry-content *[style*="background-color: #2598B8"], article .entry-content *[style*="background-color:#2598b8"], article .entry-content *[style*="background-color:#2598B8"] {
      background-color: #239c95 !important; }
    article .entry-content *[style*="border-color: #2598b8"], article .entry-content *[style*="border-color: #2598B8"], article .entry-content *[style*="border-color:#2598b8"], article .entry-content *[style*="border-color:#2598B8"] {
      border-color: #239c95 !important; }
    article .entry-content *[style*="border-top-color: #2598b8"], article .entry-content *[style*="border-top-color: #2598B8"], article .entry-content *[style*="border-top-color:#2598b8"], article .entry-content *[style*="border-top-color:#2598B8"] {
      border-top-color: #239c95 !important; }
    article .entry-content *[style*="border-right-color: #2598b8"], article .entry-content *[style*="border-right-color: #2598B8"], article .entry-content *[style*="border-right-color:#2598b8"], article .entry-content *[style*="border-right-color:#2598B8"] {
      border-right-color: #239c95 !important; }
    article .entry-content *[style*="border-bottom-color: #2598b8"], article .entry-content *[style*="border-bottom-color: #2598B8"], article .entry-content *[style*="border-bottom-color:#2598b8"], article .entry-content *[style*="border-bottom-color:#2598B8"] {
      border-bottom-color: #239c95 !important; }
    article .entry-content *[style*="border-left-color: #2598b8"], article .entry-content *[style*="border-left-color: #2598B8"], article .entry-content *[style*="border-left-color:#2598b8"], article .entry-content *[style*="border-left-color:#2598B8"] {
      border-left-color: #239c95 !important; }
    article .entry-content *[style^="color: #fd884d"], article .entry-content *[style^="color: #FD884D"], article .entry-content *[style^="color:#fd884d"], article .entry-content *[style^="color:#FD884D"], article .entry-content *[style*=" color: #fd884d"], article .entry-content *[style*=" color: #FD884D"], article .entry-content *[style*=" color:#fd884d"], article .entry-content *[style*=" color:#FD884D"], article .entry-content *[style*=";color: #fd884d"], article .entry-content *[style*=";color: #FD884D"], article .entry-content *[style*=";color:#fd884d"], article .entry-content *[style*=";color:#FD884D"] {
      color: #239c95 !important; }
    article .entry-content *[style*="background: #fd884d"], article .entry-content *[style*="background: #FD884D"], article .entry-content *[style*="background:#fd884d"], article .entry-content *[style*="background:#FD884D"], article .entry-content *[style*="background-color: #fd884d"], article .entry-content *[style*="background-color: #FD884D"], article .entry-content *[style*="background-color:#fd884d"], article .entry-content *[style*="background-color:#FD884D"] {
      background-color: #239c95 !important; }
    article .entry-content *[style*="border-color: #fd884d"], article .entry-content *[style*="border-color: #FD884D"], article .entry-content *[style*="border-color:#fd884d"], article .entry-content *[style*="border-color:#FD884D"] {
      border-color: #00beee !important; }
    article .entry-content *[style*="border-top-color: #fd884d"], article .entry-content *[style*="border-top-color: #FD884D"], article .entry-content *[style*="border-top-color:#fd884d"], article .entry-content *[style*="border-top-color:#FD884D"] {
      border-top-color: #00beee !important; }
    article .entry-content *[style*="border-right-color: #fd884d"], article .entry-content *[style*="border-right-color: #FD884D"], article .entry-content *[style*="border-right-color:#fd884d"], article .entry-content *[style*="border-right-color:#FD884D"] {
      border-right-color: #00beee !important; }
    article .entry-content *[style*="border-bottom-color: #fd884d"], article .entry-content *[style*="border-bottom-color: #FD884D"], article .entry-content *[style*="border-bottom-color:#fd884d"], article .entry-content *[style*="border-bottom-color:#FD884D"] {
      border-bottom-color: #00beee !important; }
    article .entry-content *[style*="border-left-color: #fd884d"], article .entry-content *[style*="border-left-color: #FD884D"], article .entry-content *[style*="border-left-color:#fd884d"], article .entry-content *[style*="border-left-color:#FD884D"] {
      border-left-color: #00beee !important; }
    article .entry-content *[style^="color: #34495e"], article .entry-content *[style^="color: #34495E"], article .entry-content *[style^="color:#34495e"], article .entry-content *[style^="color:#34495E"], article .entry-content *[style*=" color: #34495e"], article .entry-content *[style*=" color: #34495E"], article .entry-content *[style*=" color:#34495e"], article .entry-content *[style*=" color:#34495E"], article .entry-content *[style*=";color: #34495e"], article .entry-content *[style*=";color: #34495E"], article .entry-content *[style*=";color:#34495e"], article .entry-content *[style*=";color:#34495E"] {
      color: #000 !important; }
    article .entry-content *[style*="background: #34495e"], article .entry-content *[style*="background: #34495E"], article .entry-content *[style*="background:#34495e"], article .entry-content *[style*="background:#34495E"], article .entry-content *[style*="background-color: #34495e"], article .entry-content *[style*="background-color: #34495E"], article .entry-content *[style*="background-color:#34495e"], article .entry-content *[style*="background-color:#34495E"] {
      background-color: #000 !important; }
    article .entry-content *[style*="border-color: #34495e"], article .entry-content *[style*="border-color: #34495E"], article .entry-content *[style*="border-color:#34495e"], article .entry-content *[style*="border-color:#34495E"] {
      border-color: #000 !important; }
    article .entry-content *[style*="border-top-color: #34495e"], article .entry-content *[style*="border-top-color: #34495E"], article .entry-content *[style*="border-top-color:#34495e"], article .entry-content *[style*="border-top-color:#34495E"] {
      border-top-color: #000 !important; }
    article .entry-content *[style*="border-right-color: #34495e"], article .entry-content *[style*="border-right-color: #34495E"], article .entry-content *[style*="border-right-color:#34495e"], article .entry-content *[style*="border-right-color:#34495E"] {
      border-right-color: #000 !important; }
    article .entry-content *[style*="border-bottom-color: #34495e"], article .entry-content *[style*="border-bottom-color: #34495E"], article .entry-content *[style*="border-bottom-color:#34495e"], article .entry-content *[style*="border-bottom-color:#34495E"] {
      border-bottom-color: #000 !important; }
    article .entry-content *[style*="border-left-color: #34495e"], article .entry-content *[style*="border-left-color: #34495E"], article .entry-content *[style*="border-left-color:#34495e"], article .entry-content *[style*="border-left-color:#34495E"] {
      border-left-color: #000 !important; }
    article .entry-content div.easy_accordion_wrapper div.single_accordion.ea-item-expand h2.ea-item-head:before {
      content: '-';
      opacity: 0.6; }
    article .entry-content div.easy_accordion_wrapper div.single_accordion h2.ea-item-head {
      margin: 0 0 8px;
      padding-left: 1.25em;
      padding-bottom: 10px;
      font-size: 24px;
      font-weight: normal;
      border-bottom: 1px solid #ddd;
      position: relative;
      cursor: pointer; }
      article .entry-content div.easy_accordion_wrapper div.single_accordion h2.ea-item-head:before {
        content: '+';
        width: 1em;
        height: 1em;
        color: #fff;
        background: none repeat scroll 0 0 #666;
        text-align: center;
        line-height: 1em;
        position: absolute;
        left: 0;
        top: 0.125em; }
    article .entry-content div.easy_accordion_wrapper div.single_accordion .ea-item-body {
      margin-bottom: 15px;
      padding-left: 40px; }
    article .entry-content div.easy_accordion_wrapper#ea_one div.single_accordion h2.ea-item-head {
      padding-bottom: 5px;
      padding-left: 1.25em;
      line-height: 1.5em; }
      article .entry-content div.easy_accordion_wrapper#ea_one div.single_accordion h2.ea-item-head:before {
        width: 1em;
        height: 1em;
        line-height: 1em;
        top: 0.125em; }
    article .entry-content .slickQuizWrapper ul.responses,
    article .entry-content .slickQuizWrapper ol.questions {
      outline: none; }
      article .entry-content .slickQuizWrapper ul.responses li,
      article .entry-content .slickQuizWrapper ol.questions li {
        outline: none; }
    article .entry-content .kgvid_video_meta {
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
  article table {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-spacing: 0; }
    article table tr:nth-child(even) {
      background: #f9f9f9; }
    article table td {
      padding: 10px; }
  article img {
    height: auto !important;
    max-width: 100% !important; }
  article p,
  article li,
  article div,
  article h1,
  article h2,
  article h3,
  article h4,
  article h5,
  article h6 {
    margin-top: 30px;
    margin-bottom: 30px; }
  article h1,
  article h2,
  article h3,
  article h4,
  article h5,
  article h6 {
    line-height: 1.25em;
    text-rendering: optimizeLegibility; }
  article h1 {
    font-size: 40px; }
  article h2 {
    font-size: 36px; }
  article h3 {
    font-size: 32px; }
  article h4 {
    font-size: 28px; }
  article h5 {
    font-size: 24px; }
  article h6 {
    font-size: 22px; }
  article .cta-button,
  article .single-post-nav a {
    background: #0080a3;
    color: #fff !important;
    text-align: center;
    padding: 12px;
    border-radius: 3px;
    margin: 8px 0;
    clear: both;
    display: inline-block;
    font-size: 20px;
    text-decoration: none; }
    article .cta-button:hover, article .cta-button:active, article .cta-button:focus,
    article .single-post-nav a:hover,
    article .single-post-nav a:active,
    article .single-post-nav a:focus {
      text-decoration: none;
      color: #fff !important;
      background: #00a8d6; }
  article .single-post-nav {
    width: 50%;
    margin-bottom: 6em !important;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    article .single-post-nav.previous-post-button {
      padding-right: 1em; }
    article .single-post-nav.next-post-button {
      padding-left: 1em;
      text-align: right; }
  article .references p a {
    color: #0080a3; }

.full-width article .entry-header {
  max-width: 1500px !important; }
  .full-width article .entry-header h1.entry-title {
    font-size: 40px !important; }
.full-width article .entry-content {
  max-width: 1500px !important;
  /* Easy Accordion Free */ }
  .full-width article .entry-content div.easy_accordion_wrapper div.single_accordion h2.ea-item-head {
    padding-bottom: 5px;
    padding-left: 2em;
    font-size: 36px;
    line-height: 1.75em; }
    .full-width article .entry-content div.easy_accordion_wrapper div.single_accordion h2.ea-item-head:before {
      font-size: 1.5em; }
  .full-width article .entry-content div.easy_accordion_wrapper#ea_one div.single_accordion h2.ea-item-head {
    padding-left: 2em;
    padding-bottom: 5px;
    line-height: 1.5em; }
    .full-width article .entry-content div.easy_accordion_wrapper#ea_one div.single_accordion h2.ea-item-head:before {
      top: 0; }

.site-content-single article.text-small,
.site-content article.text-small {
  /* TODO */ }
.site-content-single article.text-medium .text-size-label,
.site-content article.text-medium .text-size-label {
  font-size: 1.25em;
  line-height: 44px; }
.site-content-single article.text-medium .text-sizing-options span,
.site-content article.text-medium .text-sizing-options span {
  font-size: 1.25em;
  line-height: 44px; }
.site-content-single article.text-medium .entry-header,
.site-content article.text-medium .entry-header {
  /* Legacy */ }
  .site-content-single article.text-medium .entry-header > *,
  .site-content article.text-medium .entry-header > * {
    font-size: 1.25em;
    line-height: 1.125em; }
  .site-content-single article.text-medium .entry-header a .entry-title,
  .site-content article.text-medium .entry-header a .entry-title {
    font-size: 1em; }
.site-content-single article.text-medium .entry-content,
.site-content article.text-medium .entry-content {
  /* OTW Info Boxes Shortcode and Widget Plugin */
  /* Media Element and VideoJS */
  /* Easy Accordion Free */ }
  .site-content-single article.text-medium .entry-content > *,
  .site-content article.text-medium .entry-content > * {
    font-size: 1.25em; }
  .site-content-single article.text-medium .entry-content .otw-sc-box div,
  .site-content article.text-medium .entry-content .otw-sc-box div {
    font-size: 1em; }
  .site-content-single article.text-medium .entry-content div[class^="mejs-"].mejs-captions-position,
  .site-content-single article.text-medium .entry-content span[class^="mejs-"].mejs-captions-position,
  .site-content-single article.text-medium .entry-content div[class^="vjs-"].mejs-captions-position,
  .site-content-single article.text-medium .entry-content span[class^="vjs-"].mejs-captions-position,
  .site-content article.text-medium .entry-content div[class^="mejs-"].mejs-captions-position,
  .site-content article.text-medium .entry-content span[class^="mejs-"].mejs-captions-position,
  .site-content article.text-medium .entry-content div[class^="vjs-"].mejs-captions-position,
  .site-content article.text-medium .entry-content span[class^="vjs-"].mejs-captions-position {
    font-size: 1.25em !important; }
    .site-content-single article.text-medium .entry-content div[class^="mejs-"].mejs-captions-position .mejs-captions-text,
    .site-content-single article.text-medium .entry-content span[class^="mejs-"].mejs-captions-position .mejs-captions-text,
    .site-content-single article.text-medium .entry-content div[class^="vjs-"].mejs-captions-position .mejs-captions-text,
    .site-content-single article.text-medium .entry-content span[class^="vjs-"].mejs-captions-position .mejs-captions-text,
    .site-content article.text-medium .entry-content div[class^="mejs-"].mejs-captions-position .mejs-captions-text,
    .site-content article.text-medium .entry-content span[class^="mejs-"].mejs-captions-position .mejs-captions-text,
    .site-content article.text-medium .entry-content div[class^="vjs-"].mejs-captions-position .mejs-captions-text,
    .site-content article.text-medium .entry-content span[class^="vjs-"].mejs-captions-position .mejs-captions-text {
      font-size: 1.25em !important; }
      .site-content-single article.text-medium .entry-content div[class^="mejs-"].mejs-captions-position .mejs-captions-text *,
      .site-content-single article.text-medium .entry-content span[class^="mejs-"].mejs-captions-position .mejs-captions-text *,
      .site-content-single article.text-medium .entry-content div[class^="vjs-"].mejs-captions-position .mejs-captions-text *,
      .site-content-single article.text-medium .entry-content span[class^="vjs-"].mejs-captions-position .mejs-captions-text *,
      .site-content article.text-medium .entry-content div[class^="mejs-"].mejs-captions-position .mejs-captions-text *,
      .site-content article.text-medium .entry-content span[class^="mejs-"].mejs-captions-position .mejs-captions-text *,
      .site-content article.text-medium .entry-content div[class^="vjs-"].mejs-captions-position .mejs-captions-text *,
      .site-content article.text-medium .entry-content span[class^="vjs-"].mejs-captions-position .mejs-captions-text * {
        font-size: 1em !important; }
  .site-content-single article.text-medium .entry-content h1,
  .site-content-single article.text-medium .entry-content > h1,
  .site-content article.text-medium .entry-content h1,
  .site-content article.text-medium .entry-content > h1 {
    font-size: calc( 40px * 1.25 );
    line-height: calc( ( 40px * 1.25 ) * 1.125 ); }
  .site-content-single article.text-medium .entry-content h2,
  .site-content-single article.text-medium .entry-content > h2,
  .site-content article.text-medium .entry-content h2,
  .site-content article.text-medium .entry-content > h2 {
    font-size: calc( 36px * 1.25 );
    line-height: calc( ( 36px * 1.25 ) * 1.125 ); }
  .site-content-single article.text-medium .entry-content h3,
  .site-content-single article.text-medium .entry-content > h3,
  .site-content article.text-medium .entry-content h3,
  .site-content article.text-medium .entry-content > h3 {
    font-size: calc( 32px * 1.25 );
    line-height: calc( ( 32px * 1.25 ) * 1.125 ); }
  .site-content-single article.text-medium .entry-content h4,
  .site-content-single article.text-medium .entry-content > h4,
  .site-content article.text-medium .entry-content h4,
  .site-content article.text-medium .entry-content > h4 {
    font-size: calc( 28px * 1.25 );
    line-height: calc( ( 28px * 1.25 ) * 1.125 ); }
  .site-content-single article.text-medium .entry-content h5,
  .site-content-single article.text-medium .entry-content > h5,
  .site-content article.text-medium .entry-content h5,
  .site-content article.text-medium .entry-content > h5 {
    font-size: calc( 24px * 1.25 );
    line-height: calc( ( 24px * 1.25 ) * 1.125 ); }
  .site-content-single article.text-medium .entry-content h6,
  .site-content-single article.text-medium .entry-content > h6,
  .site-content article.text-medium .entry-content h6,
  .site-content article.text-medium .entry-content > h6 {
    font-size: calc( 22px * 1.25 );
    line-height: calc( ( 22px * 1.25 ) * 1.125 ); }
  .site-content-single article.text-medium .entry-content div.easy_accordion_wrapper div.single_accordion h2.ea-item-head,
  .site-content article.text-medium .entry-content div.easy_accordion_wrapper div.single_accordion h2.ea-item-head {
    font-size: calc( 24px * 1.25 );
    line-height: calc( ( 24px * 1.25 ) * 1.125 ); }
.site-content-single article .text-medium,
.site-content article .text-medium {
  font-size: 1.25em; }
.site-content-single article.text-large .text-size-label,
.site-content article.text-large .text-size-label {
  font-size: 2em;
  line-height: 44px; }
.site-content-single article.text-large .text-sizing-options span,
.site-content article.text-large .text-sizing-options span {
  font-size: 2em;
  line-height: 44px; }
.site-content-single article.text-large .entry-header,
.site-content article.text-large .entry-header {
  /* Legacy */ }
  .site-content-single article.text-large .entry-header > *,
  .site-content article.text-large .entry-header > * {
    font-size: 2em;
    line-height: 1.125em; }
  .site-content-single article.text-large .entry-header a .entry-title,
  .site-content article.text-large .entry-header a .entry-title {
    font-size: 1em; }
.site-content-single article.text-large .entry-content,
.site-content article.text-large .entry-content {
  /* OTW Info Boxes Shortcode and Widget Plugin */
  /* Media Element and VideoJS */
  /* Easy Accordion Free */ }
  .site-content-single article.text-large .entry-content > *,
  .site-content article.text-large .entry-content > * {
    font-size: 2em; }
  .site-content-single article.text-large .entry-content .otw-sc-box div,
  .site-content article.text-large .entry-content .otw-sc-box div {
    font-size: 1em; }
  .site-content-single article.text-large .entry-content div[class^="mejs-"].mejs-captions-position,
  .site-content-single article.text-large .entry-content span[class^="mejs-"].mejs-captions-position,
  .site-content-single article.text-large .entry-content div[class^="vjs-"].mejs-captions-position,
  .site-content-single article.text-large .entry-content span[class^="vjs-"].mejs-captions-position,
  .site-content article.text-large .entry-content div[class^="mejs-"].mejs-captions-position,
  .site-content article.text-large .entry-content span[class^="mejs-"].mejs-captions-position,
  .site-content article.text-large .entry-content div[class^="vjs-"].mejs-captions-position,
  .site-content article.text-large .entry-content span[class^="vjs-"].mejs-captions-position {
    /* TODO: Adjust accordingly */
    font-size: 1.25em !important; }
    .site-content-single article.text-large .entry-content div[class^="mejs-"].mejs-captions-position .mejs-captions-text,
    .site-content-single article.text-large .entry-content span[class^="mejs-"].mejs-captions-position .mejs-captions-text,
    .site-content-single article.text-large .entry-content div[class^="vjs-"].mejs-captions-position .mejs-captions-text,
    .site-content-single article.text-large .entry-content span[class^="vjs-"].mejs-captions-position .mejs-captions-text,
    .site-content article.text-large .entry-content div[class^="mejs-"].mejs-captions-position .mejs-captions-text,
    .site-content article.text-large .entry-content span[class^="mejs-"].mejs-captions-position .mejs-captions-text,
    .site-content article.text-large .entry-content div[class^="vjs-"].mejs-captions-position .mejs-captions-text,
    .site-content article.text-large .entry-content span[class^="vjs-"].mejs-captions-position .mejs-captions-text {
      /* TODO: Adjust accordingly */
      font-size: 1.25em !important; }
      .site-content-single article.text-large .entry-content div[class^="mejs-"].mejs-captions-position .mejs-captions-text *,
      .site-content-single article.text-large .entry-content span[class^="mejs-"].mejs-captions-position .mejs-captions-text *,
      .site-content-single article.text-large .entry-content div[class^="vjs-"].mejs-captions-position .mejs-captions-text *,
      .site-content-single article.text-large .entry-content span[class^="vjs-"].mejs-captions-position .mejs-captions-text *,
      .site-content article.text-large .entry-content div[class^="mejs-"].mejs-captions-position .mejs-captions-text *,
      .site-content article.text-large .entry-content span[class^="mejs-"].mejs-captions-position .mejs-captions-text *,
      .site-content article.text-large .entry-content div[class^="vjs-"].mejs-captions-position .mejs-captions-text *,
      .site-content article.text-large .entry-content span[class^="vjs-"].mejs-captions-position .mejs-captions-text * {
        font-size: 1em !important; }
  .site-content-single article.text-large .entry-content h1,
  .site-content-single article.text-large .entry-content > h1,
  .site-content article.text-large .entry-content h1,
  .site-content article.text-large .entry-content > h1 {
    font-size: calc( 40px * 2 );
    line-height: calc( ( 40px * 2 ) * 1.125 ); }
  .site-content-single article.text-large .entry-content h2,
  .site-content-single article.text-large .entry-content > h2,
  .site-content article.text-large .entry-content h2,
  .site-content article.text-large .entry-content > h2 {
    font-size: calc( 36px * 2 );
    line-height: calc( ( 36px * 2 ) * 1.125 ); }
  .site-content-single article.text-large .entry-content h3,
  .site-content-single article.text-large .entry-content > h3,
  .site-content article.text-large .entry-content h3,
  .site-content article.text-large .entry-content > h3 {
    font-size: calc( 32px * 2 );
    line-height: calc( ( 32px * 2 ) * 1.125 ); }
  .site-content-single article.text-large .entry-content h4,
  .site-content-single article.text-large .entry-content > h4,
  .site-content article.text-large .entry-content h4,
  .site-content article.text-large .entry-content > h4 {
    font-size: calc( 28px * 2 );
    line-height: calc( ( 28px * 2 ) * 1.125 ); }
  .site-content-single article.text-large .entry-content h5,
  .site-content-single article.text-large .entry-content > h5,
  .site-content article.text-large .entry-content h5,
  .site-content article.text-large .entry-content > h5 {
    font-size: calc( 24px * 2 );
    line-height: calc( ( 24px * 2 ) * 1.125 ); }
  .site-content-single article.text-large .entry-content h6,
  .site-content-single article.text-large .entry-content > h6,
  .site-content article.text-large .entry-content h6,
  .site-content article.text-large .entry-content > h6 {
    font-size: calc( 22px * 2 );
    line-height: calc( ( 22px * 2 ) * 1.125 ); }
  .site-content-single article.text-large .entry-content div.easy_accordion_wrapper div.single_accordion h2.ea-item-head,
  .site-content article.text-large .entry-content div.easy_accordion_wrapper div.single_accordion h2.ea-item-head {
    font-size: calc( 24px * 2 );
    line-height: calc( ( 24px * 2 ) * 1.125 ); }
.site-content-single article .text-large,
.site-content article .text-large {
  font-size: 2em; }
.site-content-single article .entry-content,
.site-content article .entry-content {
  /* Media Element and VideoJS */ }
  .site-content-single article .entry-content div[class^="mejs-"],
  .site-content-single article .entry-content span[class^="mejs-"],
  .site-content-single article .entry-content div[class^="vjs-"],
  .site-content-single article .entry-content span[class^="vjs-"],
  .site-content article .entry-content div[class^="mejs-"],
  .site-content article .entry-content span[class^="mejs-"],
  .site-content article .entry-content div[class^="vjs-"],
  .site-content article .entry-content span[class^="vjs-"] {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    /*font-size: 11px !important;*/
    line-height: 100% !important; }
    .site-content-single article .entry-content div[class^="mejs-"].mejs-captions-position,
    .site-content-single article .entry-content span[class^="mejs-"].mejs-captions-position,
    .site-content-single article .entry-content div[class^="vjs-"].mejs-captions-position,
    .site-content-single article .entry-content span[class^="vjs-"].mejs-captions-position,
    .site-content article .entry-content div[class^="mejs-"].mejs-captions-position,
    .site-content article .entry-content span[class^="mejs-"].mejs-captions-position,
    .site-content article .entry-content div[class^="vjs-"].mejs-captions-position,
    .site-content article .entry-content span[class^="vjs-"].mejs-captions-position {
      font-size: 20px !important;
      font-family: 'Fira Sans', sans-serif;
      bottom: 0.5rem; }
      .site-content-single article .entry-content div[class^="mejs-"].mejs-captions-position.mejs-captions-position-hover,
      .site-content-single article .entry-content span[class^="mejs-"].mejs-captions-position.mejs-captions-position-hover,
      .site-content-single article .entry-content div[class^="vjs-"].mejs-captions-position.mejs-captions-position-hover,
      .site-content-single article .entry-content span[class^="vjs-"].mejs-captions-position.mejs-captions-position-hover,
      .site-content article .entry-content div[class^="mejs-"].mejs-captions-position.mejs-captions-position-hover,
      .site-content article .entry-content span[class^="mejs-"].mejs-captions-position.mejs-captions-position-hover,
      .site-content article .entry-content div[class^="vjs-"].mejs-captions-position.mejs-captions-position-hover,
      .site-content article .entry-content span[class^="vjs-"].mejs-captions-position.mejs-captions-position-hover {
        bottom: 1.5rem; }
      .site-content-single article .entry-content div[class^="mejs-"].mejs-captions-position .mejs-captions-text,
      .site-content-single article .entry-content div[class^="mejs-"].mejs-captions-position .mejs-captions-text *,
      .site-content-single article .entry-content span[class^="mejs-"].mejs-captions-position .mejs-captions-text,
      .site-content-single article .entry-content span[class^="mejs-"].mejs-captions-position .mejs-captions-text *,
      .site-content-single article .entry-content div[class^="vjs-"].mejs-captions-position .mejs-captions-text,
      .site-content-single article .entry-content div[class^="vjs-"].mejs-captions-position .mejs-captions-text *,
      .site-content-single article .entry-content span[class^="vjs-"].mejs-captions-position .mejs-captions-text,
      .site-content-single article .entry-content span[class^="vjs-"].mejs-captions-position .mejs-captions-text *,
      .site-content article .entry-content div[class^="mejs-"].mejs-captions-position .mejs-captions-text,
      .site-content article .entry-content div[class^="mejs-"].mejs-captions-position .mejs-captions-text *,
      .site-content article .entry-content span[class^="mejs-"].mejs-captions-position .mejs-captions-text,
      .site-content article .entry-content span[class^="mejs-"].mejs-captions-position .mejs-captions-text *,
      .site-content article .entry-content div[class^="vjs-"].mejs-captions-position .mejs-captions-text,
      .site-content article .entry-content div[class^="vjs-"].mejs-captions-position .mejs-captions-text *,
      .site-content article .entry-content span[class^="vjs-"].mejs-captions-position .mejs-captions-text,
      .site-content article .entry-content span[class^="vjs-"].mejs-captions-position .mejs-captions-text * {
        max-width: 94%;
        font-size: 20px !important;
        line-height: 1.4em !important;
        display: inline-block;
        vertical-align: middle; }
      .site-content-single article .entry-content div[class^="mejs-"].mejs-captions-position .mejs-captions-text *,
      .site-content-single article .entry-content span[class^="mejs-"].mejs-captions-position .mejs-captions-text *,
      .site-content-single article .entry-content div[class^="vjs-"].mejs-captions-position .mejs-captions-text *,
      .site-content-single article .entry-content span[class^="vjs-"].mejs-captions-position .mejs-captions-text *,
      .site-content article .entry-content div[class^="mejs-"].mejs-captions-position .mejs-captions-text *,
      .site-content article .entry-content span[class^="mejs-"].mejs-captions-position .mejs-captions-text *,
      .site-content article .entry-content div[class^="vjs-"].mejs-captions-position .mejs-captions-text *,
      .site-content article .entry-content span[class^="vjs-"].mejs-captions-position .mejs-captions-text * {
        max-width: 100%;
        padding: 5px 3px; }
    .site-content-single article .entry-content div[class^="mejs-"].mejs-container-fullscreen .mejs-captions-position.mejs-captions-position-hover,
    .site-content-single article .entry-content span[class^="mejs-"].mejs-container-fullscreen .mejs-captions-position.mejs-captions-position-hover,
    .site-content-single article .entry-content div[class^="vjs-"].mejs-container-fullscreen .mejs-captions-position.mejs-captions-position-hover,
    .site-content-single article .entry-content span[class^="vjs-"].mejs-container-fullscreen .mejs-captions-position.mejs-captions-position-hover,
    .site-content article .entry-content div[class^="mejs-"].mejs-container-fullscreen .mejs-captions-position.mejs-captions-position-hover,
    .site-content article .entry-content span[class^="mejs-"].mejs-container-fullscreen .mejs-captions-position.mejs-captions-position-hover,
    .site-content article .entry-content div[class^="vjs-"].mejs-container-fullscreen .mejs-captions-position.mejs-captions-position-hover,
    .site-content article .entry-content span[class^="vjs-"].mejs-container-fullscreen .mejs-captions-position.mejs-captions-position-hover {
      bottom: 1.5rem !important; }
    .site-content-single article .entry-content div[class^="mejs-"].mejs-time-total,
    .site-content-single article .entry-content span[class^="mejs-"].mejs-time-total,
    .site-content-single article .entry-content div[class^="vjs-"].mejs-time-total,
    .site-content-single article .entry-content span[class^="vjs-"].mejs-time-total,
    .site-content article .entry-content div[class^="mejs-"].mejs-time-total,
    .site-content article .entry-content span[class^="mejs-"].mejs-time-total,
    .site-content article .entry-content div[class^="vjs-"].mejs-time-total,
    .site-content article .entry-content span[class^="vjs-"].mejs-time-total {
      margin-top: 5px !important; }
  .site-content-single article .entry-content .mejs-captions-selector-list-item,
  .site-content article .entry-content .mejs-captions-selector-list-item {
    margin: 0;
    padding: 0; }
  .site-content-single article .entry-content .mejs-captions-selector-input,
  .site-content article .entry-content .mejs-captions-selector-input {
    width: 100%;
    margin: 0;
    left: 0;
    height: calc( 1.4em + 10px ) !important;
    /* Matches line-height below plus 10px for padding */
    opacity: 0; }
  .site-content-single article .entry-content .mejs-captions-selector-label,
  .site-content article .entry-content .mejs-captions-selector-label {
    width: 100%;
    padding: 4px 10px 6px;
    display: inline-block;
    font-size: 16px !important;
    line-height: 1.4em !important; }
  .site-content-single article .entry-content div.vjs-current-time-display,
  .site-content-single article .entry-content div.vjs-duration-display,
  .site-content article .entry-content div.vjs-current-time-display,
  .site-content article .entry-content div.vjs-duration-display {
    padding-top: 10px !important; }

.wp-video {
  padding-top: 20px; }

#scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 5px;
  background: #FD884D;
  z-index: 6000; }

#scroll-to-top {
  position: fixed;
  bottom: 0;
  right: 16px;
  width: 60px;
  height: 60px;
  background: #FD884D url(../images/up-arrow-icon.png) no-repeat center center;
  background-size: 86% 86%;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  cursor: pointer;
  display: none; }

.entry-header .text-size-wrap .text-sizing-options {
  font-size: 20px;
  line-height: 44px;
  text-align: right; }
  .entry-header .text-size-wrap .text-sizing-options span {
    float: left; }

.text-size-wrap {
  width: 100%;
  max-width: 375px;
  margin: 10px auto;
  line-height: 30px;
  color: #000;
  padding: 4px 0; }
  .text-size-wrap .text-sizing-options {
    padding: 4px; }
    .text-size-wrap .text-sizing-options span {
      padding-right: 4px;
      line-height: 44px;
      display: inline-block;
      vertical-align: middle; }
    .text-size-wrap .text-sizing-options .text-size-container {
      margin: 0;
      float: right; }
      .text-size-wrap .text-sizing-options .text-size-container .text-size-small {
        font-size: 1em; }
    .text-size-wrap .text-sizing-options a.text-size {
      font-family: Arial, sans-serif; }
      .text-size-wrap .text-sizing-options a.text-size.text-size-medium {
        font-size: 1.25em; }
      .text-size-wrap .text-sizing-options a.text-size.text-size-large {
        font-size: 2em; }
    .text-size-wrap .text-sizing-options .text-size {
      width: 44px;
      height: 44px;
      padding: 0 4px;
      color: #000;
      background: transparent;
      border: none;
      text-align: center;
      line-height: 44px;
      text-decoration: none !important;
      display: inline-block;
      vertical-align: middle;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      cursor: pointer; }
      .text-size-wrap .text-sizing-options .text-size.active {
        color: #fff !important;
        background: #0080a3;
        font-weight: 500; }
      .text-size-wrap .text-sizing-options .text-size:active, .text-size-wrap .text-sizing-options .text-size:hover {
        color: #0080a3; }

.single-post span.u {
  border-bottom: 3px solid #ffda00;
  transition: background 0.15s cubic-bezier(0.33, 0.66, 0.66, 1) 0s;
  margin: 0;
  cursor: pointer; }
  .single-post span.u:hover {
    background: #ffda00; }
.single-post a span.u {
  border-bottom: none; }
  .single-post a span.u:hover {
    background: transparent; }

#glossary {
  display: none;
  background: #000;
  position: fixed;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  font-size: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  max-height: 320px;
  overflow-y: scroll;
  z-index: 9999;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-overflow-scrolling: touch; }
  #glossary.glossary-reference-hidden {
    padding-bottom: 1em; }
  #glossary .close {
    min-width: 40px;
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 10;
    background: #0080a3;
    color: #fff;
    padding: 30px 10px 10px 10px;
    font-size: 21px;
    line-height: 100%;
    border: none;
    cursor: pointer;
    text-decoration: none; }
  #glossary h3 {
    padding: 10px 42px;
    margin: 20px 0 10px 0;
    font-size: 32px;
    line-height: 1.25em; }
  #glossary p {
    padding: 10px 42px;
    margin: 0;
    font-size: 20px;
    line-height: 1.4em; }
  #glossary p#glossary_reference {
    padding-top: 0; }
    #glossary p#glossary_reference a {
      color: #0080a3;
      font-size: 16px; }

#glossary.text-small p {
  font-size: 1em; }
#glossary.text-medium h3 {
  font-size: calc( 32px * 1.25 );
  line-height: calc( ( 32px * 1.25 ) * 1.125 ); }
#glossary.text-medium p {
  font-size: 1.25em; }
#glossary.text-large h3 {
  font-size: calc( 32px * 2 );
  line-height: calc( ( 32px * 2 ) * 1.125 ); }
#glossary.text-large p {
  font-size: 2em; }

/**
 * 4.0 Alignment
 */
.alignleft {
  float: left;
  margin: 7px 28px 28px 0; }

.alignright {
  float: right;
  margin: 7px 0 28px 28px; }

.aligncenter {
  clear: both;
  display: block;
  margin: 7px auto; }

/*
 * Nurse News
 */
.single-nurse_news {
  color: #34495e; }
  .single-nurse_news article .entry-header a {
    color: #34495e;
    text-decoration: none; }
  .single-nurse_news article .entry-content a {
    color: #FD884D;
    text-decoration: none; }

/*
 * TOC and Reference
 */
.page-template-toc,
.single-wellframe_custom_toc,
.page-template-reference {
  color: #000;
  background: #f2f5f7;
  font-family: 'Roboto', sans-serif; }
  .page-template-toc .navbar-default,
  .single-wellframe_custom_toc .navbar-default,
  .page-template-reference .navbar-default {
    height: 60px;
    background: #19566a; }
  .page-template-toc #toc a,
  .page-template-toc #toc a:hover,
  .page-template-toc footer.custom a,
  .page-template-toc footer.custom a:hover,
  .single-wellframe_custom_toc #toc a,
  .single-wellframe_custom_toc #toc a:hover,
  .single-wellframe_custom_toc footer.custom a,
  .single-wellframe_custom_toc footer.custom a:hover,
  .page-template-reference #toc a,
  .page-template-reference #toc a:hover,
  .page-template-reference footer.custom a,
  .page-template-reference footer.custom a:hover {
    color: #0080a3; }

.page-template-toc .entry-title.has-smog-average {
  display: inline-block; }
.page-template-toc .smog-average-redux {
  margin-top: 1.17rem;
  margin-left: 1rem;
  font-size: 32px;
  line-height: 1.42rem;
  float: right; }

/*# sourceMappingURL=default.css.map */
