﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html, body {
    font-family: "acumin-pro", "Roboto", sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
* {
    box-sizing: border-box;
}
body {
    line-height: 1.6;
    background-color: #cfe5cf;
}
a {
    color: #004477;
    text-decoration: none;
}
a:hover {
    color: #006699;
    text-decoration: underline;
}
/*
a {
    color: #007BC7 !important;
    background-image: linear-gradient(180deg ,transparent 65%,#E5E9ED 0);
    background-size: 0 100%;
    background-repeat: no-repeat;
    text-decoration: none;
    transition: background-size .4s ease;
}
a:hover {
	color: #007BC7 !important;
	background-size: 100% 100%;
}
*/
h1 {
    display: block;
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: 700;
}
h2 {
    display: block;
    font-size: 1.5em;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
    font-weight: 700;
}
h3 {
    display: block;
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-weight: 700;
}
h4 {
    display: block;
    font-size: 1em;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: 700;
}
h5 {
    display: block;
    font-size: .83em;
    margin-top: 1.67em;
    margin-bottom: 1.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: 700;
}
h6 {
    display: block;
    font-size: .67em;
    margin-top: 2.33em;
    margin-bottom: 2.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: 700;
}
strong {
    font-weight: 700;
}
p {
    margin: 10px 0;
}
em {
    font-style: italic;
}
ul {
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
}
li {
    display: list-item;
}
pre {
    font-family: "Courier New", Courier, monospace;
}
blockquote {
    line-height: 1.4 !important;
    font-size: 16px !important;
    margin: 15px 40px !important;
    padding: 15px 20px !important;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
    border: 1px solid #aaaaaa !important;
    border-left: 5px solid #00bb00 !important;
    font-weight: normal !important;
    color: #000 !important;
    background-color: #f3f3f3 !important;
    border-radius: 5px !important;
}
.flex-column {
    display: flex;
    flex-direction: column;
}
.flex-row {
    display: flex;
    flex-direction: row;
}
.medical {
    color: #990000;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
    font-weight: 700;
}
.container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-gap: 10px;
    max-width: 1130px;
    margin: 0 auto;
    padding: 10px 30px; 
    background-color: #ffffff;
}
#headerContainer {
    border-bottom: 1px solid #cfe5cf;
}
#footerContainer {
    border-top: 1px solid #cfe5cf;
}
.nav-brand {
    text-decoration: none;
    color: #009900;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
    grid-column: 1 / 4;
    font-size: 24px;
    font-weight: 700;
}
.nav-toggler {
    display: none;
    grid-column: 4 / 5;
    text-align: center;
}
.nav-toggler-icon {
    text-align: center;
    font-weight: 700;
}
.nav-menu {
    grid-column: 1 / 5;
}
.nav-bar {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-template-rows: auto;
    grid-gap: 10px;
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.nav-bar li {
    display: block;
    background-color: #000000;
    border-radius: 5px;
    text-align: center;
    padding: 0;
}
.nav-bar li a {
    display: block;
    color: #ffffff;
    font-weight: 700;
}
.nav-bar li a:hover {
    color: #cfe5cf;
    text-decoration: none;
}
.nav-bar li#menuDonate {
    background-color: #990000;
}
.nav-bar li#menuDonate a {
    color: #ffff99;
}
.nav-sub {
    display: none;
}
header {
    background-color: #cfe5cf;
    padding: 10px 0 0 0;
}
.nav-sub, .sub-menu-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.nav-sub li, .sub-menu-nav {
    list-style-type: none;
    margin: 2px;
    padding: 2px;
}
.nav-sub li a {
    color: #ffffff;
}
.sub-menu-nav li a {
    display: block;
    width: 90%;
    color: #004477;
    text-decoration: none;
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 6px 0;
}
.sub-menu-nav li a:hover {
    color: #4488bb;
}
.nav-sub {
    display: none;
}
.sub-menu-nav {
    display: flex;
    flex-direction: column;
}
.sub-menu-title {
    display: block;
    font-size: 150%;
    font-weight: 700;
    color: #990000;
    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
    margin: 6px 0;
    text-decoration: none;
}
.sub-menu_title:hover {
    text-decoration: underline;
    color: #000099;
}
#cookieConsent {
    grid-column: 1 / 5;
    text-align: center;
    background-color: #dae5f2;
    border: 1px solid #c3d2e5;
    border-radius: 10px;
}
.hideCookieConsent {
    display: none;
}
.content-main {
    grid-column: 1 / 5;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-gap: 10px;
    width: 100%;
}
#subMenuIowa, #subMenuStates, #subMenuFederal, #subMenuLegal, #subMenuAbout {
    grid-column: 1 / 2;
}
#contentIowa, #contentStates, #contentFederal, #contentLegal, #contentAbout {
    grid-column: 2 / 5;
}
.top-full {
    grid-column: 1 / 5;
}
.top-left {
    grid-column: 1 / 2;
}
.top-center {
    grid-column: 2 / 5;
}
.bottom-left {
    grid-column: 1 / 2;
}
.bottom-left-center {
    grid-column: 2 / 3;
}
.bottom-right-center {
    grid-column: 3 / 4;
}
.bottom-right {
    grid-column: 4 / 5;
}
footer {
    background-color: #cfe5cf;
    padding: 0 0 10px 0;
}
.footer-copyright {
    grid-column: 1 / 5;
    font-size: 12px;
}
.youtube_container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.youtube_container iframe, .youtube_container object, .youtube_video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.emphasize {
    width: 100%;
    margin: 10px 0;
    padding: 10px;
    border-style: solid;
    border-color: #000000;
    border-width: 1px;
    background-color: #FFFFCC;
    box-sizing: border-box;
}
.emphasize ol {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.emphasize ol.notes_closed {
    height: 0;
    overflow: hidden;
}
.emphasize ol.notes_opened {
    height: auto;
    overflow: auto;
}
.emphasize a.bill_anchor,
#federal_penalties_anchor {
    display: flex;
    width: 130px;
    height: 24px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: #efefef;
    border-width: 1px;
    border-style: solid;
    border-color: #909090;
    border-radius: 4px;
    color: #000000;
    font-weight: 400;
    font-size: 14px;
}
.emphasize a.bill_anchor:hover,
#federal_penalties_anchor:hover {
    text-decoration: none;
    background: #ffffff;
    font-weight: 700;
}
.state_dea_small {
	display: flex;
	flex-wrap: nowrap;
}
.state_dea_small div{ 
	width: 50%;
}
.state_dea_small img {
	width: 100px;
	margin: 2px;
	padding: 2px;
}
@media (max-width: 1130px) {
    header {
        padding: 0;
    }
    footer {
        padding: 0;
    }
}
@media (max-width: 760px) {
    pre {
        font-size: 70%;
    }
    .nav-toggler {
        display: block;
        text-align: right;
    }
    .nav-menu {
        display: none;
        grid-column: 1 / 5;
    }
    .nav-bar {
        display: flex;
        flex-direction: column;
    }
    .hideNavMenu {
        display: flex;
        flex-direction: column;
        height: 0;
        overflow: hidden;
        -moz-transition: height 5s;
        -o-transition: height 5s;
        -webkit-transition: height 5s;
        transition: height 5s;
    }
    .showNavMenu {
        display: flex;
        flex-direction: column;
        height: auto;
        overflow: unset;
        -moz-transition: height 5s;
        -o-transition: height 5s;
        -webkit-transition: height 5s;
        transition: height 5s;
    }
    .nav-bar li {
        display: block;
        background-color: #000000;
        border-radius: 0;
        padding: 0 10px;
        text-align: left;
    }
    .nav-sub {
        display: flex;
        flex-direction: column;
    }
    #acrobatReader {
        display: none;
    }
    #subMenuIowa, #subMenuStates, #subMenuFederal, #subMenuLegal, #subMenuAbout {
        display: none;
    }
    #contentIowa, #contentStates, #contentFederal, #contentLegal, #contentAbout {
        grid-column: 1 / 5;
    }
}
@media (max-width: 420px) {
    pre {
        font-size: 35%;
    }
    .nav-brand {
        font-size: 14px;
    }
}