@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,600,700&display=swap');

/*
Theme Name: State Election Law eBenchbook
Theme URI: http://ebenchbook.org
Description: Theme for State Election Law eBenchbook 2015+
Author: Helium Studio
Author URI: http://heliumstudio.com
Version: 1.0

This website was proudly designed and built by
 _   _        _  _                    ____   _               _  _        
| | | |  ___ | |(_) _   _  _ __ ___  / ___| | |_  _   _   __| |(_)  ___  
| |_| | / _ \| || || | | || '_ ` _ \ \___ \ | __|| | | | / _` || | / _ \ 
|  _  ||  __/| || || |_| || | | | | | ___) || |_ | |_| || (_| || || (_) |
|_| |_| \___||_||_| \__,_||_| |_| |_||____/  \__| \__,_| \__,_||_| \___/ 

*/

/* ===================================================================== */
/* =============================== Style =============================== */
/* ===================================================================== */
/*

/* ==================== 
	- HTML5 Reset
	- Layout
	- Navigation
	- General
	- Forms & Buttons
	- Fonts
	- Hides & Fixes
	- Media:Mobile
	- Media:Print
   ====================
*/


/* ========================================== 

    HTML5 Reset 

========================================== */

*,*:before,*:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
html, button, input, select, textarea { font-display: auto; font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 100%; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-display: auto; font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
a { outline: none; text-decoration: none; color: inherit;}


/* ========================================== 

    Layout 

========================================== */

html { font-size: 62.5%;}
body {
	font-size: 18px;
	font-size: 1.8rem;
	background: #052437;
	color: #ffffff;
	font-display: auto;
	font-family: 'Lato', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	width: 100%;
	overflow-x: hidden;
	overflow-y: visible;
	position: relative!important;
}

::selection {
    background: #0a212f;
    color: #ffffff;
}
::-moz-selection {
    background: #0a212f;
    color: #ffffff;
}

.row {
/* Rows are the main wrapping element above ANY column-type NEVER put a .row inside a column */
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	*zoom: 1;
	justify-content: space-between;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	flex-shrink: 0;
	-ms-flex-pack: space-between;
	flex-wrap: wrap;
	flex-direction: row;
}

.row:before,
.row:after { content: ""; display: table; }
.row:after { clear: both; }
.row.full { max-width: 100% !important; padding: 0;}

.col, /*col (columns) should break between 768 - 640*/
.mcol, /*mcol (mobile columns) should break between 568 - 320*/
.scol /*scol (small columns) should never break*/ {
	position: relative;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	justify-content: space-between;
	-ms-flex-pack: space-between;
	box-sizing: border-box!important;
	-webkit-box-sizing: border-box!important;
	-moz-box-sizing: border-box!important;
	flex-wrap: wrap;
	flex-shrink: 0;
}
.inner { width: 100%;}

.one	{ width: 8.3333%;} /* 1/12 of container */
.two	{ width: 16.6667%;} /* 1/6 of container */
.three	{ width: 25%;} /* 1/4 of container */
.four	{ width: 33.3333%;} /* 1/3 of container */
.five	{ width: 41.6667%;} /* 5/12 of container */
.six	{ width: 50%;} /* 1/2 of container */
.seven	{ width: 58.3333%;} /* 7/12 of container */
.eight	{ width: 66.6667%;} /* 2/3 of container */
.nine	{ width: 75%;} /* 3/4 of container */
.ten	{ width: 83.3333%;} /* 5/6 of container */
.eleven	{ width: 91.6667%;} /* 11/12 of container */
.twelve	{ width: 100%;} /* Full Width */

img {
    max-width: 100%!important;
    height: auto;
}

/* ========================================== 

    Header 

========================================== */

#preheader-wrap {
	background-color: #e3001b;
}
#preheader-wrap:hover {
	background-color: #d20b12;
}
#preheader {
	margin: auto;
	text-align: center;
	padding: 20px;
}
#preheader a {
    color: #ffffff;
    font-weight: bold !important;
    font-size: 22px;
    font-size: 2.2rem;
    text-align: center;
    margin: auto;
}


/* ------------------------------------------ 

    Splash Header 

------------------------------------------ */

header {
    border-top: 5px solid #e11f26;
    height: 200px;
    background-image: url(images/main-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% -270px;
    padding-top: 10px!important;
}

header.subsite-header {
  height: auto;
  padding-bottom: 20px!important;
  background-image: url(images/main-bg-trim.jpg);
  background-position: 50% 50%!important;
}

header > .row,
header > .row > .inner {
  height: 200px;
}
header.subsite-header > .row,
header.subsite-header > .row > .inner {
  height: auto;
}

header#splash-header {
  height: 0;
  background-image: none;
  padding-top: 0px!important;
  position: relative;
}

#wm-logo {
    right: 200px;
    top: 30px;
    position: absolute;
    z-index: 1;
    width: 150px;
    height: auto;
    opacity: .5;
    transition: opacity .3s;
}
#ncsc-logo {
    right: 0;
    top: 45px;
    position: absolute;
    z-index: 1;
    width: 150px;
    height: auto;
    opacity: .4;
    transition: opacity .3s;
}

#wm-logo:hover,
#ncsc-logo:hover {
    opacity: 1;
}

#logo {
    display: inline-block;
}

/* ========================================== 

    MAP 

========================================== */

#map {
  height: 650px;
  width: 1024px;
  max-width: 100%;
  margin: 0 auto 100px;
}

.map-color {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border: 1px solid rgba(183,215,249,.5);
  display: inline-block;
  position: relative;
  top: 5px;
}

.map-color.red,
#live-states li .explore-link:hover { background-color: #e3001b;}
.map-color.lt-blue,
#live-states li .simple-link:hover { background-color: #86b9ee;}
.map-color.dk-blue,
#live-states li .upload-link:hover { background-color: #3a658c;}

/* ========================================== 

    Live States DropDown 

========================================== */

#state-explorer {
  position: relative;
}

#live-states {
  display: none;
  position: absolute;
  width: 453px;
  max-width: 100%;
  left: 50%;
  background-color: rgba(5,36,56,.8);
  margin: 0 0 0 -226.5px;
  top: 65px;
  z-index: 9999;
  list-style: none;
}
#live-states li a,
#live-states li .explore-link {
  display: block;
  padding: 10px 0;
  text-align: center;
  border-bottom: 1px solid #000;
  cursor: pointer;
  transition: all .5s;
}

#live-drop {
  border: 1px solid #7190a2;
  border-radius: 10px;
  display: inline-block;
  padding: 10px 40px;
  margin: 0 auto;
  background: transparent;
  transition: background .5s;
  cursor: pointer;
}

#live-drop:hover,
#live-drop.open {
  background: #052437;
  box-shadow: 0px 0px 5px rgba(0,0,0,.5);
}

#live-drop::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5.5px 0 5.5px;
  border-color: #85b9ed transparent transparent transparent;
  position: relative;
  margin-left: 10px;
  top: 26px;
}

/* ========================================== 

    States List 

========================================== */

#splash-main h1#list-heading {
  font-size: 35x;
  font-size: 3.5rem;
  color: #85b9ed;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 120px;
}

#states-list ul {
    list-style: none;
    width: 33.3333%;
    position: relative;
}

#states-list ul::after {
    content: "";
    position: absolute;
    width: 1px;
    display: block;
    background-color: #385a73;
    height: 100%;
    top: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 );
}

#states-list ul.last::after { display: none;}

#states-list > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#states-list ul li a {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 45px;
    line-height: 4.5rem;
}

.list-key {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 60px;
    justify-content: center;
}


#states-list ul li.full-ebench a,
.lk-item.full {
    color: #12bdd7;
    font-weight: 800;
}

.lk-item {
    padding: 0 30px 10px;
    text-shadow: 0 1px 5px rgba(0,0,0,.5);
}
.lk-item span {
    width: 20px;
    height: 20px;
    position: relative;
    top: 2px;
    display: inline-block;
    margin-right: 10px;
}

.lk-item.full span { background-color: #12bdd7;}

#states-list ul li.simple-ebench a,
#states-list ul li.pdf-ebench a,
.lk-item.simple-item {
    color: #ffffff;
    font-weight: 400;
}

.lk-item.simple span { background-color: #ffffff;}

#states-list ul li.no-ebench div,
.lk-item.blank {
    color: #4a6578;
    font-weight: 400;
}
.lk-item.blank span { background-color: #4a6578;}

#splash-main hr.fade-rule.horz {
    height: 1px;
    background-color: #385a73;
    border-top: none;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
    width: 100%;
}


/* ========================================== 

    Navigation 

========================================== */

/* ------------------------------------------ 

    Top Nav 

------------------------------------------ */

#top-nav {
    position: absolute;
    right: 0;
    top: -10px;
}
#top-nav ul { float: right;}
#top-nav ul li { float: left;}
#top-nav ul li a {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 44px;
    line-height: 4.4rem;
    color: #ffffff;
    padding: 0 7.5px;
}

#top-nav ul li a::after {
    content: "|";
    display: inline-block;
    color: #ffffff!important;
    margin-left: 15px;
}
#top-nav ul li:last-of-type a::after {
    content: ""!important;
    display: none!important;
    margin-left: 0!important;
}

#top-nav ul li:nth-child(5) a::after,
#top-nav ul li:nth-child(6) a::after,
#top-nav.top-level ul li:nth-child(3) a::after { display: none;}
#top-nav ul li:nth-child(5) {
    margin-right: 15px;
}


#top-nav.top-level ul li:nth-child(3) {
    margin-right: 20px;
}

#pin-this {
    font-size: 26px!important;
    font-size: 2.6rem!important;
    width: 40px!important;
    text-align: center!important;
    padding: 0!important;
    position: relative;
}
#pin-this:hover { background-color: #0a212f;}
#pin-this.active { background-color: #e11f26;}

/* ------------------------------------------ 

    State Menu 

------------------------------------------ */

#sm-wrapper { position: relative; width: 100%;}
.state-menu { justify-content: center!important; -ms-flex-pack: center!important;}
.state-menu.desktop {
    width: 100%;
    flex-wrap: nowrap;
}
.state-button,
body#dashboard .gform_button {
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    background-color: #e11f26;
    border-radius: 5px;
    max-width: 215px;
    width: 33.3333%;
    line-height: 55px;
    line-height: 5.5rem;
    cursor: pointer;
    box-shadow: 0px 0px 5px rgba(0,0,0,.25);
    margin: 10px 20px;
    transition: background-color .3s;
    border: none;
    outline: none;
}
.state-button > span {
    font-size: 20px;
    font-size: 2rem;
}
.state-button:hover,
.state-button.active,
body#dashboard .gform_button:hover {
    background-color: #266cb0;
}

body#dashboard .gform_footer {
    text-align: center;
}


/* ------------------------------------------ 

    State Flyout 

------------------------------------------ */

.state-flyout {
    display: none;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 660px;
    background: rgba(5,36,55,.97);
    z-index: 8000;
    padding: 80px 0 40px!important;
    height: 100%;
}

#main.home-content {
    padding: 40px 0 90px!important;
    color: #3b6488;
}

body#home #sidebar-trigger {
    display: none;
}

.state-flyout .icon-close {
    position: absolute;
    top: 15px;
    right: 30px;
    color: #598ec2;
    cursor: pointer;
}
.flyout-content { width: 83.3333%;}
.state-flyout h3 {
    font-size: 28px;
    font-size: 2.8rem;
    color: #85b9ed;
    font-weight: 600;
    margin-bottom: 0!important;
    text-transform: uppercase;
}
.topics-list,
.chapters-list {
    width: 47%;
}
.topics-list nav ul li a:before {
    content: "+";
    font-size: 20px;
    font-size: 2rem;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 10px;
    color: #598ec2;
}
.topics-list ul li { border-bottom: 1px solid #54646e;}
.topics-list nav ul li:last-of-type { border-bottom: none;}
.topics-list ul li a {
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 18px;
    line-height: 1.8rem;
    text-transform: uppercase;
    padding: 11.5px 0 11.5px 30px;
    position: relative;
}
.topics-list ul li:hover a {
    background-color: rgba(0,0,0,.10);
}
.chapters-list ul li:hover a {
    color: #598ec2;
}
.chapters-list ul li a {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 19px;
    line-height: 1.9rem;
    position: relative;
    padding: 6px 0 6px 80px;
}
.chapters-list.mod-articles ul li a {
    padding-left: 140px;
}
.chapters-list ul li a span {
    color: #598ec2;
    width: 100px;
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 6px;
}
.chapters-list.mod-articles ul li a span { width: 140px;}

/* ------------------------------------------ 

    Search 

------------------------------------------ */

.search-wrapper {
    margin-top: 25px;
}

#main .search-wrapper {
    margin-bottom: 40px;
    margin-top: 0;
}

#header-search {
    margin-top: 0;
    right: 0;
    bottom: 30px;
    position: absolute;
}
#header-search.search-wrapper input[type="search"],
#header-search.search-wrapper input.search-field {
    line-height: 55px;
    line-height: 5.5rem;
    font-size: 20px;
    font-size: 2rem;
    color: #ffffff;
}

#header-search.search-wrapper input[type="search"]::-webkit-input-placeholder { color: #3b6488;}
#header-search.search-wrapper input[type="search"]:-moz-placeholder { color: #3b6488;}
#header-search.search-wrapper input[type="search"]::-moz-placeholder { color: #3b6488;}
#header-search.search-wrapper input[type="search"]:-ms-input-placeholder { color: #3b6488;} 

#header-search .search-box input[type="submit"] {
    right: 20px;
    color: #3b6488;
    line-height: 55px;
    line-height: 5.5rem;
    font-size: 25px;
    font-size: 2.5rem;
    top: 7px;
}
.search-wrapper input[type="search"],
.search-wrapper input.search-field {
    width: 100%;
    line-height: 65px;
    line-height: 6.5rem;
    height: 65px;
    font-size: 20px;
    font-size: 2rem;
    background: #ffffff;
    color: #3277c4;
    border: none;
    outline: none;
    padding-left: 285px;
    padding-right: 80px;
    border: 1px solid #d0d0d0;
    text-transform: capitalize;
    box-sizing: border-box!important;
    -webkit-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
}
::-webkit-input-placeholder { color: #3277c4;}
:-moz-placeholder { color: #3277c4;}
::-moz-placeholder { color: #3277c4;}
:-ms-input-placeholder { color: #3277c4;} 
.search-box {
    position: relative;
    width: 100%;
    margin: auto;
}
.search-box input[type="submit"] {
    position: absolute;
    right: 30px;
    top: 0;
    background: transparent;
    color: #09314a;
    border: none;
    line-height: 65px;
    line-height: 6.5rem;
    font-size: 32px;
    font-size: 3.2rem;
    font-display: auto;
    font-family: "ebench";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#check-drop {
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #ffffff;
  padding: 20px 0 10px 30px;
  z-index: 20;
  border: 1px solid #d0d0d0;
  border-right: none;
  width: 260px;
}

#check-drop::after {
  content:"";
  position: absolute;
  right: -1px;
  top: 0;
  width: 1px;
  background-color: #d0d0d0;
  height: 35px;
  margin-top: 15px;
}

#check-drop.open {
  border-right: 1px solid #d0d0d0;
}

#check-drop li {
  display: none;
  float: none;
  margin-right: 0;
  margin-bottom: 11px;
}

#check-drop li:first-of-type {
  display: block!important;
  cursor: pointer;
}

#check-drop-label {
  width: 100%;
  display: block;
}

#check-drop-label::after {
  content: "Z";
  font-family: 'ebench';
  color: #3277c4;
  right: 20px;
  top: 23px;
  position: absolute;
  z-index: 20;
  transform: rotate(0deg);
  transition: all .5s;
}

#check-drop.open #check-drop-label::after {
  transform: rotate(180deg);
}


/* ========================================== 

    Advanced Search 

========================================== */

.result-state {
    text-transform: capitalize;
}

.search-results .page-content {
    padding-bottom: 20px;
}

form#advanced-search {
    margin-top: 30px;
}

form#advanced-search .input-wrap {
    display: block;
    position: relative;
    width: 100%;
}

form#advanced-search input[type="search"] {
    width: 100%;
    line-height: 65px;
    line-height: 6.5rem;
    height: 65px;
    font-size: 20px;
    font-size: 2rem;
    background: #ffffff;
    color: #999999;
    border: none;
    outline: none;
    padding-left: 20px;
    padding-right: 80px;
    border: 1px solid #cccccc;
    box-sizing: border-box!important;
    -webkit-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
}

form#advanced-search .input-wrap input[type="submit"] {
    position: absolute;
    right: 30px;
    top: 0;
    background: transparent;
    color: #999999;
    border: none;
    line-height: 65px;
    line-height: 6.5rem;
    font-size: 32px;
    font-size: 3.2rem;
    font-display: auto;
    font-family: "ebench";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    outline: none;
    border: none;
}

form#advanced-search input[type="search"]::-webkit-input-placeholder { color: #999999;}
form#advanced-search input[type="search"]:-moz-placeholder { color: #999999;}
form#advanced-search input[type="search"]::-moz-placeholder { color: #999999;}
form#advanced-search input[type="search"]:-ms-input-placeholder { color: #999999;} 

.state-checkboxes,
.type-checkboxes {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
    position: relative;
    display: block;
    float: left;
}

.state-checkboxes li,
.type-checkboxes li {
    float: left;
    margin-right: 20px;
}

.state-checkboxes label {
    text-transform: capitalize;
}

#check-locations,
#check-types {
    display: inline-block;
    margin-left: 20px;
    color: #ffffff;
    padding: 5px 10px;
    background: #999999;
    font-size: 14px;
    font-size: 1.4rem;
    cursor: pointer;
}
#check-locations:hover,
#check-types:hover {
    background: #266cb0;
}

.classy-check {
    width: 20px;
    height: 20px;
    border: 1px solid #999999;
    background-color: #ffffff;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 5px;
}
.classy-check.checked:before {
    content: "";
    background-image: url(images/classy-check.png);
    position: absolute;
    z-index: 10;
    top: 2px;
    left: 2px;
    width: 15px;
    height: 20px;
    background-size: 15px;
    background-repeat: no-repeat;
}

.type-checkboxes input[type=checkbox],
.state-checkboxes input[type=checkbox] {
    display: none;
}

/* ------------------------------------------ 

    Simple Nav 

------------------------------------------ */

.simple-nav {
  list-style: none;
  padding-bottom: 40px;
  border-bottom: 1px solid #cccccc;
  margin: 20px 0 40px;
  columns: 3;
  column-gap: 40px;
}

.simple-nav li {
  margin-bottom: 20px;
}

.simple-nav li a { color: #266cb0;}
.simple-nav li a:hover { color: #e11f26;}

.simple-chapter h2 {
  color: #e11f26;
  margin-bottom: 30px;
}

.simple-chapter .state-button {
  font-size: 14px;
  font-size: 1.4rem;
  float: right;
  text-align: center;
  width: auto;
  line-height: 14px;
  line-height: 1.4rem;
  padding: 20px 30px;
}

/* ========================================== 

    Main 

========================================== */

/*#site-wrapper { opacity: 1;}*/

#main {
    background-color: #ffffff;
}
/*#main > .row {
    height: auto!important;
    opacity: 0;
}*/

body.page-template-page-about #main > .row {
    text-align: center!important;
}

#loading-page {
    text-align: center;
    height: 500px;
    padding-top: 300px;
    z-index: 10;
    position: absolute;
}

/* ------------------------------------------ 

    Sidebar 

------------------------------------------ */

#sb-bg {
    width: 25%;
    background-color: #e9f0f7;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    z-index: 1;
    opacity: 0;
}
#collapse-sidebar {
    color: #266cb0;
    text-align: center;
    display: block;
    position: relative;
    top: 20px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 50px;
    line-height: 5rem;
    cursor: pointer;
    background-color: transparent;
    border: 2px solid #266cb0;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0);
    transition: all .3s;
}
#collapse-sidebar > span {
    padding-left: 10px;
    display: inline-block;
    font-size: 18px;
    font-size: 1.8rem;
}

#collapse-sidebar:hover {
    color: #ffffff;
    background: #e11f26;
    border-color: #e11f26;
    box-shadow: 0px 0px 5px rgba(0,0,0,.3);
}

#sidebar {
    background-color: #e9f0f7;
    width: 33.3333%;
    z-index: 11;
}

#sb-tabs {
    position: absolute;
    top: -76px;
    width: 100%;
}
#sidebar-trigger {
    position: absolute;
    bottom: 15px;
    left: 3px;
    width: 33.3333%;
    display: none;
}
#sidebar-trigger.show {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-shrink: 0;
}

.sb-tab {
    width: 47%;
    font-size: 20px;
    font-size: 2rem;
    line-height: 75px;
    line-height: 7.5rem;
    color: #ffffff;
    background-color: #0a212f;
    border-radius: 5px 5px 0 0;
    border: 1px solid #3b6488;
    border-bottom: none;
    float: left;
    text-align: center;
    transition: all .3s;
    cursor: pointer;
}
.sb-tab.active,
.sb-tab.active:hover {
    background-color: #e9f0f7!important;
    color: #0a212f!important;
}

.sb-tab:hover {
    background-color: #09314a;
}

/* ------------------------------------------ 

    Sidebar Lists 

------------------------------------------ */

.sb-list { display: none;}
.sb-list.active { display: block;}
.sb-list a {
    font-size: 16px;
    font-size: 1.6rem;
    display: block;
    position: relative;
    color: #266cb0;
}
.sb-list nav > ul { padding-top: 40px;}
.sb-list nav > ul > li {
    border-bottom: 1px solid #c3d3d9;
}
.sb-list nav > ul > li > a {
    color: #266cb0;
    text-transform: uppercase;
    line-height: 20px;
    line-height: 2rem;
    padding: 18px 18px 18px 45px;
    border-bottom: 1px solid #fbfcfc;
    font-weight: 600;
}

.sb-list nav > ul > li.open > a { border-bottom: none;}

#topics-sblist nav > ul > li > a::before {
    content: "+";
    font-size: 20px;
    font-size: 2rem;
    position: absolute;
    left: 15px;
    top: 15px;
}
#code-sblist nav > ul > li > a span {
    position: absolute;
    left: 15px;
    top: 18px;
}
#code-sblist nav > ul > li > a {
    padding: 18px 30px 25px 90px;
}

#code-sblist.mod-articles nav > ul > li > a {
    padding-left: 180px;
}
/*#code-sblist nav > ul > li:hover,
#topics-sblist nav > ul > li:hover,
#code-sblist nav > ul > li.current-cat {
    background-color: #d5e3f0;
}*/

#article-heading {
    font-size: 20px;
    font-size: 2rem;
    line-height: 25px;
    line-height: 2.5rem;
    padding-top: 20px;
    padding-bottom: 10px;
    color: #0a212f!important;
    font-weight: normal;
}

nav.article-list > ul { padding-top: 0px;}

#code-sblist nav.article-list > ul > li > a { padding: 18px !important;}
.sb-list nav > ul > li { margin-right: 0px;}
.sb-list nav > ul > li > a { color: #143447;}
#topics-sblist nav > ul > li.open > a::before {
    content: "-";
}

/*.sb-list nav > ul > li.current-cat > a::after,
.sb-list nav > ul > li.current-cat-ancestor > a::after {
    content: "";
    position: absolute;
    right: -19px;
    top: 11px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 0 17px 19px;
    border-color: transparent transparent transparent #e9f0f7;
}*/

.sb-list nav ul.children {
    display: none;
    counter-reset: section;
}
.sb-list nav > ul > li > ul.children {
    padding: 0 50px 10px;
    font-weight: 400;
    border-bottom: 1px solid #ffffff;
}
.sb-list nav > ul > li > ul.children > li > a { padding: 10px 0 10px 20px;}
.sb-list nav ul.children li a:hover { color: #143447;}
.sb-list nav > ul > li > ul.children > li > a::before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #266cb0;
    position: absolute;
    display: block;
    top: 20px;
    left: 0;
}
.sb-list nav > ul > li > ul.children > li > a:hover::before { background-color: #143447;}
.sb-list nav > ul > li > ul.children > li.sub-trig > a::before {
    content: ">";
    width: auto;
    height: auto;
    background-color: transparent;
    top: 8px;
}
.sb-list nav > ul > li > ul.children > li.sub-trig > a::before {
    top: 10px;
    transform: rotate(90deg);
}
.sb-list nav > ul > li > ul.children > li > ul.children { padding-left: 30px;}
.sb-list nav > ul > li > ul.children > li > ul.children > li > a { padding-left: 25px;}
.sb-list nav > ul > li > ul.children > li > ul.children > li > a::before {
    counter-increment: section;
    content: counter(section, lower-roman) ".";
    width: auto;
    height: auto;
    background-color: transparent;
    top: 0;
    position: absolute;
    left: 0;
}

/* ------------------------------------------ 

    Mobile Sidebar 

------------------------------------------ */

.sb-mtab {
    width: 100%;
    font-size: 20px;
    font-size: 2rem;
    line-height: 60px;
    line-height: 6rem;
    color: #ffffff;
    background-color: #0a212f;
    border-radius: 0;
    border-bottom: none;
    text-align: center;
    transition: all .3s;
    cursor: pointer;
    border-bottom: 1px solid #3b6488;
}
.sb-mtab > span {
    width: 100%;
    height: 60px;
    display: block;
}
.sb-mtab.active,
.sb-mtab.active:hover,
.sb-mtab:hover {
    background-color: #e9f0f7!important;
    color: #0a212f!important;
}

#mobile-sidebar .sb-list nav > ul { padding: 0;}
#mobile-sidebar .sb-list nav > ul > li {
    text-align: left;
}
#mobile-sidebar .sb-list nav > ul > li > a {
    color: #266cb0;
    text-transform: uppercase;
    line-height: 20px;
    line-height: 2rem;
    padding: 18px 0 18px 45px;
    border-bottom: 1px solid #fbfcfc;
    font-weight: 600;
}

#mobile-sidebar #code-msblist nav > ul > li > a {
    padding: 18px 30px;
}
#mobile-sidebar #code-msblist nav > ul > li {
    margin-right: 0;
}

/* ------------------------------------------ 

    Content 

------------------------------------------ */

#main-bg {
    width: 75%;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    z-index: 1 
}
#content {
    background-color: #ffffff;
    width: 66%;
    height: auto!important;
    z-index: 10;
    padding: 60px 0 60px 60px;
    color: #222222;
}
#content.full-width {
    width: 100%;
    padding: 60px 30px;
}
#content p,
#content p span.annotation {
    color: #222222;
    margin-bottom: 15px;
    line-height: 24px;
    line-height: 2.4rem;
    font-size: 16px;
    font-size: 1.6rem;
}
#content ol li {
    margin-left: 20px;
    line-height: 3rem;
    line-height: 30px;
}
ol {
    margin-bottom: 25px;
}
#breadcrumb-nav {
    margin-bottom: 30px;
    position: relative;
}
#breadcrumb-nav a {
    color: #e11f26;
    font-size: 17px;
    font-size: 1.7rem;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
}
#breadcrumb-nav a::after {
    content: ">";
    position: relative;
    top: -1px;
    margin: 0 7px;
}
#breadcrumb-nav li {
    float: left;
    position: relative;
}
#breadcrumb-nav li:last-of-type a::after {
    content: "";
}
#breadcrumb-nav li:first-of-type a {
    float: left;
}

.inner h3 {
    text-transform: uppercase;
    margin-bottom: 16px;
}

#tt-trigger {
    float: left;
    margin-right: 5px;
    position: relative;
    top: -2px;
    color: #266cb0;
}
#tt-content {
    display: none;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0px 1px 10px 1px rgba(0,0,0,.4);
    position: absolute;
    color: #222222;
    z-index: 9999;
    top: 40px;
    left: -10px;
    max-width: 400px;
}

#tt-content p,
#tt-content {
    line-height: 14px;
    line-height: 1.4rem;
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 0;
}
#tt-content::before {
    content: "";
    background-image: url(images/tt-arrow.png);
    background-size: 30px;
    width: 30px;
    height: 18px;
    position: absolute;
    top: -18px;
    left: 4px;
    display: block;
    z-index: 9999;
}

/* ------------------------------------------ 

    Browse Nav 

------------------------------------------ */

#browse-nav {
    width: 100%;
    margin-bottom: 30px;
}
.browse-statutes {
    display: none!important;
    border: 1px solid #ffffff;
    transition: all .3s;
}
.browse-statutes a {
    padding: 3px 7px;
    display: block;
}
.browse-statutes:hover {
    border: 1px solid #266cb0;
    color: #266cb0;
}

.prev-link { float: left;}
.next-link { float: right;}

.browse-statutes.prev-link,
.browse-statutes.next-link {
    display: inline-block!important;
}

.prev-link a::before {
    content: "«";
    margin-right: 5px;
}
.next-link a::after {
    content: "»";
    margin-left: 5px;
}

.next-link a::after,
.prev-link a::before {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    top: -2px;
}

/* ------------------------------------------ 

    Statute List 

------------------------------------------ */

#statute-list { width: 100%;}

.statute-item,
.type-forum {
    margin-bottom: 15px;
    width: 100%;
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px;
}
.statute-item.search-result {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.related-statutes {
    margin-left: 20px!important;
    list-style: none;
    margin-bottom: 10px;
}
.related-statutes a {
    color: #00324b;
    border-bottom: 2px dotted #ffffff;
    font-size: 16px!important;
    font-size: 1.6rem!important;
    margin: 0;
    padding: 0;
}
.related-statutes a:hover { border-bottom: 2px dotted #00324b;}

.addtl-statutes { display: none;}

.toggle-show {
    color: #266cb0;
    border: 1px solid #266cb0;
    padding: 3px 7px;
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 20px;
    cursor: pointer;
    transition: all .5s;
}

.toggle-show:hover,
.toggle-show.open {
    color: #ffffff;
    background-color: #266cb0;
}

.statute-item span.location {
    color: #266cb0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 18px;
    line-height: 1.8rem;
    display: block;
    text-transform: capitalize;
    position: relative;
}

.statute-item span.location .annotation-count {
    position: absolute;
    top: 0px;
    right: 0;
    background-color: #e11f26;
    color: #ffffff;
    font-size: 12px;
    padding: 3px 5px;
    border-radius: 20px;
    line-height: 12px;
    font-weight: 800;
}

#code-sblist nav > ul > li > a .annotation-count {
    position: absolute;
    top: 18px;
    right: 10px;
    background-color: #e11f26;
    color: #ffffff;
    font-size: 12px;
    padding: 3px 5px;
    border-radius: 20px;
    line-height: 12px;
    font-weight: 800;
    left: auto;
}


.location a { display: inline-block; border-bottom: 2px solid transparent;}
.location a:hover { border-bottom: 2px dotted #266cb0;}

.location a::after { content: " > ";}
.location a:last-of-type::after { content: none;}

.statute-item h1,
.page-content h1,
.type-forum h1 {
    color: #072437;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 30px;
    line-height: 3rem;
    font-weight: 400;
}

.bbp-author-name {
    position: relative;
    top: 3px;
    font-size: 11px!important;
}

.bbp-topic-started-by a,
.bbp-topic-freshness-author a {
    border-bottom: none!important;
}

.bbp-body .type-topic:hover .bbp-topic-started-by a,
.bbp-body .type-topic:hover .bbp-topic-freshness-author a {
    color: #ffffff!important;
}

.bbp-body .type-topic:hover {
    color: #ffffff!important;
    background-color: #266cb0!important;
}

.state-indicator,
.type-indicator {
    background-color: #266cb0;
    color: #ffffff;
    display: inline-block;
    font-weight: 700;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: normal;
    padding: 7px 12px 7px 10px;
    margin-bottom: 10px;
    float: left;
    margin-right: 10px;
    text-transform: capitalize;
}
.state-indicator img,
.cm-indicator img {
    width: 25px;
    height: 25px;
}
.type-indicator {
    background-color: #cccccc;
    font-weight: 600;
    padding: 7px 12px;
    line-height: 25px;
    line-height: 2.5rem;
}

#content .define-search p {
    font-size: 16px;
    font-size: 1.6rem;
    color: #222222;
    font-style: italic;
}


/* ------------------------------------------ 

    Statute Item Full 

------------------------------------------ */

.statute-item.full {
    color: #222222;
}

.top-section {
    position: relative!important;
}

.statute-item.full h1,
.page-content h1 {
    font-size: 40px;
    font-size: 4rem;
    line-height: 45px;
    line-height: 4.5rem;
    color: #e11f26;
}
.statute-item.full h1 {
    margin-bottom: 30px;
}

.statute-item.full h3.section-head {
    margin-top: 30px;
    margin-bottom: 20px;
    color: #14384e;
    font-size: 20px;
    font-size: 2rem;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
#statute-overview {
    padding: 20px 30px;
    background-color: #efefef;
    margin-bottom: 20px;
    width: 100%;
}
#statute-overview h3.section-head {
    margin-top: 0!important;
    margin-bottom: 0!important;
    cursor: pointer;
}
#statute-overview h3.section-head.open {
    margin-bottom: 20px!important;
}
h3.section-head .icon-close {
    display: inline-block;
    float: right;
    font-size: 15px;
    font-size: 1.5rem;
    position: relative;
    top: 5px;
    transform: rotate(-45deg);
    transition: all .3s;
}
h3.section-head.open .icon-close { transform: rotate(0deg);}
.statute-section { margin-bottom: 80px;}
#statute-body { position: relative;}

/* ------------------------------------------ 

    Annotations + Definitions

------------------------------------------ */

#content p span.annotation,
.annotation,
#addition-trig {
    background: #fefba1;
    color: #222222;
    margin-bottom: 0;
    display: inline;
    cursor: pointer;
}
#content p span.annotation > sup,
.annotation > sup,
#content p span.definition > sup,
.definition > sup {
    display: none!important;
}
#content p span.definition,
.definition,
.page-content p a {
    display: inline;
    cursor: pointer;
    border-bottom: 2px dotted #266cb0;
    color: #266cb0;
    font-size: 16px;
    font-size: 1.6rem;
}

.definition > .definition {
    border-bottom: none!important;
}

.annotation-content.show {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    opacity: 1;
    flex-shrink: 0;
}
.definition-content.show {
    display: block;
    opacity: 1;
}
.definition-content > .inner {
    margin-top: 20px;
}
.annotation-content,
.definition-content {
    display: none;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0px 2px 10px rgba(0,0,0,.4);
    max-width: 100%;
    width: 1024px;
    position: absolute;
    font-size: 15px;
    font-size: 1.5rem;
    color: #222222;
    z-index: 9999;
    flex-wrap: wrap;
}
.definition-content {
    right: auto;
}
/*.annotation-content::after,
.definition-content::after {
    content: "";
    width: 44px;
    height: 27px;
    background-repeat: no-repeat;
    background-image: url(images/annotation-arrow.png);
    position: absolute;
    bottom: -27px;
    right: 30px;
    display: block;
}
.definition-content::after {
    right: auto;
    left: 30px;
}*/
#content .annotation-content p,
#content .definition-content p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 20px;
    line-height: 2rem;
    margin-bottom: 0;
}
.annotation-content.standard,
.definition-content {
    width: 600px;
}
.annotation-content.logged-in {
    width: 100%;
    max-width: 1024px;
    left: 50%!important;
    margin-left: -512px!important;
}
.note-close,
.define-close,
.add-close,
.def-close,
.note-edit-close {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 9999;
}
.add-close,
.def-close,
.note-edit-close { display: none;}

.definition-content .edit-definition,
.annotation-content .edit-annotation,
.return-comments,
.annotation-content .remove-annotation,
.definition-content .remove-definition,
.annotation-delete a,
.definition-delete a,
.dont-remove,
.clear-vote {
    color: #266cb0;
    cursor: pointer;
    display: inline-block;
    margin-right: 20px;
}
.return-comments { display: none;}
.definition-content .edit-definition:hover,
.annotation-content .edit-annotation:hover,
.return-comments:hover,
.annotation-content .remove-annotation:hover,
.definition-content .remove-definition:hover,
.annotation-delete a:hover,
.definition-delete a:hover,
.dont-remove:hover,
.clear-vote:hover {
    text-decoration: underline;
}
.annotation-content.full .annotation-left {
    width: 50%;
    border-right: 1px solid #266cb0;
    padding-right: 30px;
}
.cap { text-transform: capitalize;}
.annote-title1,
.define-title1,
.annote-title2,
.define-title2 {
    display: none!important;
}
.annotation-wrapper,
.comment-wrapper {
    padding-right: 20px;
    margin-top: 25px;
}
.comment-wrapper { padding-left: 20px; padding-right: 10px;}
.annotation-content.scroll .annotation-wrapper {
    max-height: 300px;
    overflow-y: scroll;
}
#commentform .acf-fields { display: none!important;}
.annotation-single {
    position: relative;
    padding-right: 50px;
    margin-bottom: 20px;
    min-height: 90px;
}

/* ------------------------------------------ 
    Voting system 
------------------------------------------ */

.voting-box {
    position: absolute;
    top: 0;
    right: 0;
}
.vote-box {
    background: #266cb0;
    color: #ffffff!important;
    text-align: center;
    font-weight: bold;
    padding: 5px;
    line-height: 15px;
    line-height: 1.5rem;
    min-width: 30px;
    cursor: pointer;
    display: block;
}
.vote-box:hover { background-color: #052437;}
.vote-box.up-vote {
    margin-bottom: 5px;
    padding-top: 3px;
}
.vote-box.down-vote {
    padding-bottom: 3px;
}

.voting-box.disabled .vote-box {
    background: #cccccc;
    color: #ffffff;
    cursor: default;
}

/* ------------------------------------------ 
    Add Trig 
------------------------------------------ */

#add-trig {
    display: none;
    padding: 20px;
    background: #266cb0;
    box-shadow: 0px 2px 10px rgba(0,0,0,.4);
    position: absolute;
    font-size: 15px;
    font-size: 1.5rem;
    color: #ffffff;
    z-index: 9999;
    transition: all .3s;
}
#add-trig::after {
    content: "";
    width: 44px;
    height: 27px;
    background-repeat: no-repeat;
    background-image: url(images/add-arrow.png);
    position: absolute;
    bottom: -27px;
    right: 30px;
    display: block;
}
#add-trig.adding {
    background: #ffffff;
    color: #222222;
    width: 340px;
}
#add-trig.adding::after { display: none;}
#content .content-to-annotate,
#content .content-to-define {
    font-size: 13px;
    font-size: 1.3rem;
    font-style: italic;
    color: #999999;
    line-height: 16px;
    line-height: 1.6rem;
}

.trig-close {
    position: relative;
    display: inline-block;
}
.trig-close.adding {
    position: absolute;
    top: 10px;
    right: 15px;
}
#add-trig .btn {
    display: inline-block;
    color: #ffffff;
    white-space: nowrap;
    margin-right: 10px;
}
#add-trig .btn:hover {
    text-decoration: underline;
}
.your-annotation,
.your-definition,
.definition-editor,
.annotation-editor,
.annotation-delete,
.definition-delete {
    display: none;
}

/* ------------------------------------------ 

    Comments 

------------------------------------------ */

.annotation-content.logged-in.scroll .annotation-wrapper,
.annotation-content.logged-in.scroll .comment-wrapper {
    max-height: 300px;
    height: 300px;
}

.annotation-content.scroll .comment-wrapper {
    max-height: 300px;
    overflow-y: scroll;
}
.comment-box {
    width: 100%;
    height: 200px;
    max-height: 200px;
    padding: 10px;
}
.comment-body { margin-bottom: 20px;}
.comment-wrapper .heading {
    margin-bottom: 10px;
    display: block;
}

#respond {
    display: none;
}


/* ------------------------------------------ 

    Toolbar 

------------------------------------------ */

#toolbar {
    width: auto;
    position: fixed!important;
    right: -275px;
    top: 250px;
    background-color: #e9f0f7;
    padding: 0 20px;
    z-index: 99999;
    color: #14384e;
    transition: right .75s;
    min-width: 332px;
}
#toolbar.small {
    top: auto;
    bottom: 50px;
}
#toolbar:hover {
    right: 0px;
}
.tool-icon {
    display: inline-block;
    margin-right: 30px;
    font-size: 20px;
    font-size: 2rem;
}
.tool-icon.icon-unpin,
.tool-icon.icon-pin {
    font-size: 27px;
    font-size: 2.7rem;
    left: -5px;
    position: relative;
    margin-right: 22px;
    top: 3px;
}

#toolbar ul li a,
#toolbar ul li .pin-this,
#toolbar ul li .st_sharethis_custom {
    display: block;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 50px;
    line-height: 5rem;
    cursor: pointer;
}
#toolbar ul.light { color: #266cb0;}

.statute-sections {
    border-bottom: 1px solid #a9b8c4;
}


.statute-sections li {
    position: relative;
}
.statute-sections li .annotation-count {
    position: absolute;
    top: 5px;
    left: 12px;
    background-color: #e11f26;
    color: #ffffff;
    font-size: 12px;
    padding: 3px 5px;
    border-radius: 20px;
    line-height: 12px;
    font-weight: 800;
}

#toolbar-handle {
    display: none;
    background-color: #e9f0f7;
    position: absolute;
    top: 150px;
    left: -76px;
    z-index: 9999;
    border-top: 1px solid #a9b8c4;
    border-left: 1px solid #a9b8c4;
    border-right: 1px solid #a9b8c4;
    transform: rotate(-90deg);
}

#toolbar-handle > span {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 40px;
    line-height: 4rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 20px;
}
.st_sharethis_custom {
    cursor: pointer;
    display: block;
}

/* ------------------------------------------ 

    Cross References 

------------------------------------------ */

#cross-references {
    display: block;
    list-style: none;
    list-style-type: none;
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 30px;
}
#cross-references li {
    float: left;
    margin-right: 20px;
}
#cross-references li::before {
    content: "|";
    margin-right: 20px;
    color: #266cb0;
}
#cross-references li:first-of-type { margin-left: 0;}
#cross-references li:first-of-type::before,
#cross-references li:nth-child(2)::before {
    display: none;
}
#cross-references li a { color: #266cb0;}

/* ------------------------------------------ 

    Statute Sections 

------------------------------------------ */

.single-case {
    padding: 20px 30px;
    background-color: #efefef;
    margin-bottom: 20px;
    width: 100%;
}
.single-case p { margin-bottom: 0!important;}
.statute-section a {color: #266cb0;}
#content h4 {
    color: #266cb0;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #266cb0;
}

.provision {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #266cb0;
}
.provision:last-of-type { border-bottom: none;}
.provision .provision-file {
    display: inline-block;
    border: none;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 40px;
    line-height: 4rem;
    background-color: #266cb0;
    color: #ffffff;
    text-align: center;
    padding: 0 20px;
    font-weight: 600;
    cursor: pointer;
    -webkit-appearance: none;
}
.reg-group > ul { margin-left: 40px;}
#statute-cases h4 { text-transform: capitalize;}


/* ------------------------------------------ 

    Splash Main 

------------------------------------------ */

#splash-main {
    background-image: url(images/main-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 110px;
    background-position-x: 50%;
    background-color: #15304c;
}
#splash-logo { margin-bottom: 100px;}
#splash-main > .row > .inner {
    text-align: center;
    padding-top: 110px;
}
#splash-main h1,
#splash-main h2 {
    color: #ffffff;
    font-weight: normal;
    width: 75%;
    margin: 0 auto;
}
#splash-main h1 {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 53px;
    line-height: 5.3rem;
    margin-bottom: 20px;
}
#splash-main h2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
    line-height: 3rem;
    margin-bottom: 30px;
}
#splash-main h3 {
    font-size: 28px;
    font-size: 2.8rem;
    color: #85b9ed;
    font-weight: 600;
    margin-bottom: 40px;
    text-transform: uppercase;
}
#splash-main hr {
    display: inline-block;
    height: 1px;
    border: 0;
    border-top: 1px solid #3a5a6e;
    margin: 90px 0 80px;
    padding: 0;
}
#about-project {
    width: 66.6667%;
    margin: 0 auto;
}
#about-project > p {
    -moz-text-align-last: center;
    text-align-last: center;    
}
#about-project .button.outline {
    margin-bottom: 50px;
}
#demo-fund {
    opacity: .4;
    transition: opacity .3s;
}
#demo-fund:hover {
    opacity: 1;
}


/* ========================================== 

    My Pins 

========================================== */

.pin-wrapper {
    justify-content: flex-start!important;
    -ms-flex-pack: flex-start!important;
}
.pin-wrapper h3 {
    text-transform: capitalize;
    margin-bottom: 20px;
}

.statute-item.pinned,
.statute-item.annotated {
    display: block;
    position: relative;
    padding-left: 50px;
    margin-bottom: 30px;
    border-bottom: 1px solid #efefef;
}

.statute-item.annotated h3 {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #cccccc;
}
.statute-item.pinned:last-of-type,
.statute-item.annotated:last-of-type { border-bottom: none;}
.statute-item a.statute-link { display: block; cursor: pointer;
}

.statute-item a.statute-link:hover h1 {
  color: #e11f26;
}

.statute-item.pinned h1,
.statute-item.annotated h1 {
    color: #072437;
    font-size: 30px;
    font-size: 3rem;
    line-height: 35px;
    line-height: 3.5rem;
}
.statute-item.pinned p,
.statute-item.annotated p {
    font-size: 14px!important;
    font-size: 1.4rem!important;
    line-height: 16px!important;
    line-height: 1.6rem!important;
    font-style: italic;
}
.statute-item.annotated .my-annotation {
  background-color: #efefef;
  padding: 20px 30px;
}
#content .statute-item.annotated .my-annotation h4 {
  border-bottom: 0;
  margin-bottom: 5px;
  line-height: 24px;
  line-height: 2.4rem;
}

#content .statute-item.annotated .voting-box {
  left: 0;
  right: auto;
  top: 4px;
}

.edit-trig.icon-edit {
 color: #266cb0;
 position: absolute;
 left: 4px;
 top: 90px;
 z-index: 20;
 font-size: 30px;
 cursor: pointer;
}

#pin-count {
    font-size: 11px;
    font-size: 1.1rem;
    background: #c3141a;
    display: block;
    padding: 0 4px;
    color: #ffffff;
    font-weight: bold;
    position: absolute;
    bottom: -9px;
    border-radius: 0px 0px 3px 3px;
    width: 100%;
    max-width: 40px;
    text-align: center;
}
.remove-pin {
    position: absolute;
    top: 14px;
    left: 0;
    padding: 8px 10px;
    cursor: pointer;
}

/* ========================================== 

    Tutorial Library 

========================================== */

ul.training-materials {
  columns: 3;
  column-gap: 40px;
  margin-left: 20px;
  margin-top: 30px;
  margin: 30px 0 30px 20px;
}

ul.training-materials li,
ul.training-videos li {
  margin-bottom: 15px;
}

ul.training-materials li a {
  color: #85b9ed;
  transition: color .5s;
}

ul.training-materials li a:hover {
  color: #e11f26;
}

ul.training-videos {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  margin-top: 30px;
}

ul.training-videos li { width: 48%;}
ul.training-videos li iframe { width: 100%;}

/* ========================================== 

    FAQs 

========================================== */

.faq {
    padding: 20px 30px;
    background-color: #efefef;
    margin-bottom: 20px;
    width: 100%;
}

h3.faq-question {
    margin-top: 0;
    margin-bottom: 0;
    color: #14384e;
    font-size: 20px;
    font-size: 2rem;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    cursor: pointer;
}

h3.faq-question.open {
    margin-bottom: 20px!important;
}
h3.faq-question .icon-close {
    display: inline-block;
    float: right;
    font-size: 15px;
    font-size: 1.5rem;
    position: relative;
    top: 5px;
    transform: rotate(-45deg);
    transition: all .3s;
}
h3.faq-question.open .icon-close { transform: rotate(0deg);}

.faq-answer {
    display: none;
}

.faq-answer .col.twelve {
margin-top: 20px;
    background-color: #ffffff;
}
.faq-answer .col.six { padding: 40px;}
.faq-answer .col.six:first-of-type { padding-right: 20px;}
.faq-answer .col.six:last-of-type { padding-left: 20px;}

.faq-answer img {
    width: 100%;
    border: 2px solid #d0d0d0;
}


/* ========================================== 

    Committee Member Bios 

========================================== */

#cm-title {
    margin-top: 70px;
}

.cm-wrapper,
.elp-wrapper,
.ack-wrapper {
    justify-content: center;
    padding: 15px 0;
    width: 100%;
    border-top: 1px solid #cccccc;
}

.committee-member {
    width: 25%;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-shrink: 0;
    cursor: pointer;
    text-align: center;
    padding: 40px 20px 20px 20px;
    opacity: 1;
    transition: opacity .3s;
}

.committee-member h2 {
    font-size: 20px;
    font-size: 2rem;
    color: #052437;
}

.committee-member:hover {
    opacity: .5;
}

.committee-member img,
.committee-profile img {
    box-shadow: 0px 2px 5px rgba(0,0,0,.5);
    margin-bottom: 10px;
    border-radius: 100%;
}

.committee-profile img {
    width: 85%!important;
}

.committee-profile {
    display: none;
    padding: 20px;
    background: #ffffff;
    max-width: 800px;
}

.committee-profile .page-content {
    margin-bottom: 0!important;
}

#cm-filters {
    padding: 50px 0 20px;
    margin-top: 50px;
    border-top: 1px solid #cccccc;
    text-align: center;
}

#cm-filters > ul {
    list-style: none;
}
#cm-filters > ul > li {
    display: inline-block;
    margin-right: 20px;
}

.cm-indicator {
    background-color: #999999;
    color: #ffffff;
    display: inline-block;
    font-weight: 700;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: normal;
    padding: 7px 12px 7px 10px;
    margin-bottom: 10px;
    float: left;
    margin-right: 10px;
    text-transform: capitalize;
    cursor: pointer;
}

.cm-indicator.selected {
    background-color: #266cb0;
}

.cm-wrapper > h3,
.elp-wrapper > h3,
.ack-wrapper > h3 {
    text-transform: capitalize;
}

.ack-wrapper { padding: 50px 0;}
.ack-wrapper > h3 { margin-bottom: 20px;}

.ack-wrapper .student-list {
    width: 25%;
    list-style: none;
    text-align: center;
}
.ack-wrapper .student-list li {
    margin-bottom: 20px;
    text-align: center;
    line-height: 18px;
}
.ack-wrapper .student-list li span {
    font-size: 13px;
    color: #266cb0;
    font-style: italic;
}

.ack-wrapper .listContainer1 {
    display: flex;
    width: 100%;
    padding-top: 15px;
}

p.cm-title {
    color: #266cb0!important;
    font-style: italic;
    font-size: 14px!important;
    font-size: 1.4rem!important;
    line-height: 20px!important;
    line-height: 2rem!important;
    width: 70%;
    margin: 0 15%;
}

.committee-profile p.cm-title {
    width: 100%;
    margin: 0 0 10px!important;
}
.fancybox-overlay {
    z-index: 9000!important;
}
.fancybox-wrap {
    z-index: 9001!important;
}


/* ========================================== 

    Covid case pages 

========================================== */

/* state home page links */
.state-home-covid-links {
	display: flex;
	position: relative;
	justify-content: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 40px;
	padding: 20px 40px 30px 40px;
	background: #e5e5e5;
	width: 100%;
}
.state-home-covid-links h5, 
.state-home-covid-links a {
	display: inline-block;
	position: relative;
	margin: 10px 40px 0px 0px;
}
.state-home-covid-links h5 {
	color: #e11f26;
	font-size: 1.8rem;
	text-transform: uppercase;
}
.state-home-covid-links a {
	color: #2d4c69;
}


/* covid page styling */
.page-template-state-covid #content h1 {
	color: #e11f26;
	font-weight: 400;
	font-size: 40px;
    font-size: 4rem;
    line-height: 45px;
    line-height: 4.5rem;
    margin-bottom: 20px;
}
.page-template-state-covid .section-links {
	margin-bottom: 20px;
}
	.page-template-state-covid .section-links a,
	.page-template-state-covid .case-links ul a {
		display: inline-block;
		position: relative;
		margin: 0px 20px 0px 0px;
		color: #2c8ae4;
		font-size: 16px;
	}
.page-template-state-covid .case-links {
	display: block;
	position: relative;
	margin-bottom: 20px;
	padding: 30px 40px;
	background: #f2f2f2;
}    
	.page-template-state-covid .case-links ul {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		columns: 2 200px;
		column-gap: 40px;
		color: #2c8ae4;
	}
	.page-template-state-covid .case-links ul li {
		color: #2c8ae4;
	}
.page-template-state-covid section h2 {
	display: block;
	position: relative;
	margin-bottom: 10px;
	margin-top: 60px;
	color: #2c4e69;
	font-size: 32px;
}	
.page-template-state-covid .case-list ul {
	list-style: none;
}
.page-template-state-covid #content .case-list ul * {
	color: #2d4c69;
}
	.page-template-state-covid .case-list ul li {
		margin: 15px 0px;
		padding-bottom: 10px;
		border-bottom: 1px solid #83bbee;
	}
		.page-template-state-covid #content .case-list ul h3 {
			text-transform: uppercase;
			color: #e11f26;
		}
		.page-template-state-covid .case-list li > div {
			display: flex;
			flex-wrap: wrap;
		}
			.page-template-state-covid #content .case-list li > div > p {
				max-width: 85%;
				margin-bottom: 5px;
			}
			.page-template-state-covid .case-list li > div > p:first-of-type {
				flex-basis: 15%;
				font-weight: 600;
			}
			.page-template-state-covid #content .case-list li > div > p a {
				display: block;
				position: relative;
				margin: 0px 10px 5px 0px;
				color: #2c8ae4;
				font-size: 16px;
			}
			
			.page-template-state-covid #content li > * {
			    vertical-align: text-top;
			}



			
/* 2020 Statute page styling */			

#statute-list-2020 {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	color: #222;
	padding: 0px 30px 120px 30px;
	z-index: 2;
}
#statute-list-2020 .statute-list-2020 {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	-webkit-columns: 3 300px;
     -moz-columns: 3 300px;
          columns: 3 300px;
	column-gap: 40px;
	list-style: none;
	transform: translateZ(0);
}
#statute-list-2020 .statute-list-2020 li {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	break-inside: avoid;
	text-align: center;
	padding: 0px 20px 30px 20px;
}
#statute-list-2020 a,
#statute-list-2020 p {
	display: block;
	position: relative;
}
#statute-list-2020 a {
	color: #266cb0;
}
#statute-list-2020 .updated {
	font-size: 1.3rem;
	font-style: italic;
}
		



/* ========================================== 

    General 

========================================== */

/* ------------------------------------------ 

    Standard Page Template 

------------------------------------------ */

.page-content {
    padding-bottom: 50px;
    color: #222222;
}

.page-content h1 {
    margin-bottom: 20px;
}

sup a.smoothlink {
    display: inline;
    cursor: pointer;
    border-bottom: none;
    color: #266cb0;
    font-size: 12px;
    font-size: 1.2rem;
}

/* ------------------------------------------ 

    Pagination 

------------------------------------------ */

#pagination {
    font-size: 25px;
    font-size: 2.5rem;
    text-align: center;
    color: #222222;
}
#pagination a {
    border: 1px solid #266cb0;
    color: #266cb0;
    
}
#pagination span.current,
#pagination a:hover { 
    background: #09314a;
    color: #ffffff;
    border: 1px solid #3b6488;
}

#pagination a,
#pagination span.current {
    margin-right: 10px;
    display: inline-block;
    padding: 7px 15px;
}

#pagination a.first,
#pagination a.previous,
#pagination a.next,
#pagination a.last {
    border: none!important;
    padding: 7px 7px;
}
#pagination a.first:hover,
#pagination a.previous:hover,
#pagination a.next:hover,
#pagination a.last:hover {
    border: none!important;
    padding: 7px 7px;
    background: transparent;
    color: #072437;
}

/* ------------------------------------------ 

    Footer 

------------------------------------------ */

footer {
    background-color: #052437;
    padding: 35px 0 100px!important;
}

footer #footer-nav li {
    float: left;
    border-right: 1px solid #fff;
}
footer #footer-nav li:first-of-type,
footer #footer-nav li:last-of-type {
    border: none;
}
footer #footer-nav li a {
    font-size: 15px;
    font-size: 1.5rem;
    display: block;
    padding: 0 10px;
}
footer #footer-nav li:hover a { color: #266cb0;}
footer #footer-nav .icon-twitter {
    font-size: 25px;
    font-size: 2.5rem;
    position: relative;
    top: -8px;
}
#copyright {
    width: 41%;
}
#copyright p {
    font-size: 15px;
    font-size: 1.5rem;
    text-align: right;
}
footer .cc-logo { margin-left: 10px;}

/* ========================================== 

    Forms & Buttons 

========================================== */

.switch {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.switch::before {
    content: attr(data-title);
    position: absolute;
    top: -55px;
    padding: 10px 10px 10px 10px;
    color: #ffffff;
    background-color: #266cb0;
    display: block;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 13px;
    line-height: 1.3rem;
    opacity: 0;
    height: 46px;
    transition: opacity .75s;
    z-index: 8;
    width: 100%;
    text-align: center;
}
.switch::after {
    content: "";
    position: absolute;
    top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 12.5px 0 12.5px;
    border-color: #266bb0 transparent transparent transparent;
    left: 50%;
    margin-left: -12.5px;
    opacity: 0;
    transition: opacity .75s;
    z-index: 9;
}

.switch:hover::before,
.switch:hover::after {
    opacity: 1;
}
.switch span {
    position: relative;
    display: inline-block;
    top: -8px;
    margin-right: 10px;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
#annotation-mode {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
#annotation-mode + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
}
#annotation-mode + label {
  padding: 2px;
  width: 60px;
  height: 30px;
  background-color: #dddddd;
  border-radius: 30px;
}
#annotation-mode + label:before,
#annotation-mode + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}
#annotation-mode + label:before {
  right: 1px;
  background-color: #e11f26;
  border-radius: 30px;
  transition: background 0.4s;
}
#annotation-mode + label:after {
  width: 27px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: margin 0.4s;
}
#annotation-mode:checked + label:before {
  background-color: #8ce196;
}
#annotation-mode:checked + label:after {
  margin-left: 30px;
}

.button.white {
	background-color: #fff;
    display: inline-block;
    border: none;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 40px;
    line-height: 4rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 5px;
    color: #e11f26;
    padding: 10px 40px;
    margin-top: 30px;
    box-shadow: 0px 0px 5px rgba(0,0,0,.25);
    transition: all .3s;
}
.button.white:hover {
	background-color: #e11f26;
	color: #fff;
}

.button.outline {
    background-color: #09314a;
    display: inline-block;
    border: 1px solid #ffffff;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 40px;
    line-height: 4rem;
    text-align: center;
    border-radius: 5px;
    color: #ffffff;
    padding: 0 40px;
    margin-top: 50px;
    box-shadow: 0px 0px 5px rgba(0,0,0,.25);
    transition: all .3s;
}
.button.outline:hover {
    background-color: #052437;
    box-shadow: 0px 0px 5px rgba(0,0,0,.5);
}
.your-annotation form textarea,
.your-definition form textarea {
    width: 100%;
    height: 180px;
    max-height: 180px;
    margin-bottom: 20px;
}
.your-annotation input[type="submit"],
.your-definition input[type="submit"],
.definition-editor input[type="submit"],
.annotation-editor input[type="submit"],
body#contact input[type="submit"],
body#join input[type="submit"],
body#feedback input[type="submit"],
.annotation-content .make-annotation,
#comment-submit,
.add-comment {
    display: inline-block;
    border: none;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 40px;
    line-height: 4rem;
    background-color: #266cb0;
    color: #ffffff;
    text-align: center;
    padding: 0 20px;
    font-weight: 600;
    cursor: pointer;
    -webkit-appearance: none;
}

#content .gform_wrapper .pretty-select select.gfield_select {
    height: 50px;
    display: block;
    line-height: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    padding-left: 20px!important;
    width: 100%!important;
    border-color: #cccccc;
    background-color: #ffffff;
}
#content .gform_wrapper .pretty-select {
    position: relative;
    padding-top: 32px;
    margin-top: 0;
}
.pretty-select label::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 12.5px 0 12.5px;
    border-color: #dddddd transparent transparent transparent;
    position: absolute;
    top: 90px;
    right: 30px;
    z-index: 1;
}

.gform_wrapper .pretty-select .chosen-container.chosen-container-multi .chosen-choices {
    min-height: 50px!important;
    padding-left: 15px;
    padding-top: 10px;
}


.annotation-content .make-annotation,
#comment-submit {
    margin-top: 10px;
}

.your-annotation input[type="submit"]:hover,
.your-definition input[type="submit"]:hover,
.definition-editor input[type="submit"]:hover,
.annotation-editor input[type="submit"]:hover,
.annotation-content .make-annotation:hover,
.add-comment:hover {
    background-color: #052437;
}

.gform_wrapper,
.gform_wrapper textarea.large,
.gform_wrapper .top_label input.large,
.gform_wrapper .ginput_complex input[type=text] {
    width: 100%!important;
    max-width: 100%!important;
}

.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_middle,
.gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span.name_first,
.gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span,
.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.no_last_name span,
.gform_wrapper .ginput_complex.ginput_container.no_first_name.has_middle_name.has_last_name span,
li.contact-email,
li.contact-phone {
    float: left;
    width: 49%!important;
    clear: none!important;
    padding-right: 0!important;
}

.gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span.name_first,
li.contact-email {
    margin-right: 2%!important;
}

/* ========================================== 

    Login Page 

========================================== */

body#ebench-login #splash-logo {
    margin-bottom: 20px;
    margin-top: 40px;
}

#login-wrapper > .row > .inner {
    text-align: center;
    padding-top: 110px;
}

body#ebench-login #login-wrapper > .row > .inner #loginform {
    text-align: left!important;
}


#login {
     width: 320px;
     padding: 0;
     margin: auto;   
}
body#ebench-login h1 a {
    -webkit-background-size: 278px!important;
    background-size: 278px!important;
    height: 128px!important;
    width: 278px!important;
}

body#ebench-login {
    background-image: url('https://ebenchbook.org/wp-content/themes/eBenchbook/images/main-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position-x: 50%;
    background-color: #052437;
    color: #ffffff;
    font-display: auto;
    font-family: 'Lato', Arial, sans-serif;
}
body#ebench-login form { background: #052437;}
body#ebench-login #backtoblog a,
body#ebench-login h1 a,
body#ebench-login label {
    color: #266cb0;
}
body#ebench-login #nav a,
#login_error a {
    color: #ffffff;
}
body#ebench-login #login_error,
body#ebench-login .message {
    border-left: none;
    text-align: center;
    border-radius: 5px;
}
body#ebench-login #login_error { background-color: #e11f26;}
body#ebench-login .message {background-color: #266cb0;}

input#user_login,
input#user_pass {
    width: 100%;
    line-height: 56px;
    line-height: 5.6rem;
    font-size: 32px;
    font-size: 3.2rem;
    background: #09314a;
    color: #ffffff;
    border: none;
    outline: none;
    padding: 0 10px;
    border: 1px solid #3b6488;
    box-sizing: border-box!important;
    -webkit-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    font-display: auto;
    font-family: 'Lato', Arial, sans-serif;
}

body#ebench-login form .input,
body#ebench-login input[type=text] {
    margin: 2px 6px 16px 0;
}

body#ebench-login label {
    font-size: 14px;
}

body#ebench-login form {
    margin-left: 0;
    padding: 20px 24px 46px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.13);
    box-shadow: 0 1px 3px rgba(0,0,0,.13);
}

body#ebench-login .button-primary {
    background: #0085ba;
    border-color: #0073aa #006799 #006799;
    -webkit-box-shadow: 0 1px 0 #006799;
    box-shadow: 0 1px 0 #006799;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 1px #006799,1px 0 1px #006799,0 1px 1px #006799,-1px 0 1px #006799;
    float: right;
    height: 30px;
    line-height: 28px;
    padding: 0 12px 2px;
    display: inline-block;
    font-size: 13px;
    margin: 0;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body#ebench-login .login-remember {
    font-weight: 400;
    float: left;
    margin-bottom: 0;
}

.login-submit:before, .login-submit:after { content: ""; display: table; }
.login-submit:after { clear: both; }
.login-submit { *zoom: 1; }

body#ebench-login #backtoblog,
body#ebench-login #nav {
    font-size: 13px;
    padding: 0 24px;
    margin: 16px 0;
    text-align: left;
}

body#ebench-login #backtoblog a:hover,
body#ebench-login #nav a:hover,
body#ebench-login h1 a:hover {
    color: #00a0d2;
}

/* ========================================== 

    Dashboard 

========================================== */

.profile-field {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.profile-field input,
.profile-field textarea {
    background: #efefef;
    border: 1px solid #dddddd;
    width: 100%;
}
.profile-field input {
    height: 48px;
    line-height: 48px;
    line-height: 4.8rem;
    padding: 0 15px;
    font-size: 19px;
    font-size: 1.9rem;
}
.profile-field textarea {
    padding: 10px 15px;
    height: 150px;
    font-size: 16px;
    font-size: 1.6rem;
}

.profile-field label {
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

#adduser .col.left {
    padding-right: 25px;
}
#adduser .col.right {
    padding-left: 25px;
}

#updateuser {
    max-width: 230px;
    width: 230px;
    left: 50%;
    margin-left: -115px;
}

/* ------------------------------------------ 

    Dashboard Sidebar 

------------------------------------------ */

#dash-sidebar {
    width: 100%;
    position: absolute;
    top: -37px;
    left: 20px;
    z-index: 20;
}

#dash-sidebar nav ul li {
    float: left;
    margin-right: 10px;
}
#dash-sidebar nav ul li a {
    background: #0a212f;
    display: block;
    padding: 7px 20px;
    border-radius: 5px 5px 0 0;
    border: 1px solid #3b6488;
    border-bottom: none;
}
#dash-sidebar nav ul li.current-menu-item a {
    background: #ffffff;
    border: 1px solid #3b6488;
    color: #0a212f;
    border-bottom: none;
}

#dashboard-login {
  color: #ffffff;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #0a212f;
  display: block;
  padding: 7px 20px;
  border-radius: 5px 5px 0 0;
  border: 1px solid #3b6488;
  border-bottom: none; 
}

/* ========================================== 

    Fonts 

========================================== */

@font-face {
  font-family: 'ebench';
  src: url('font/ebench.svg?5234854#ebench') format('svg');
  src: url('font/ebench.eot?5234854');
  src: url('font/ebench.eot?5234854#iefix') format('embedded-opentype'),
       url('font/ebench.woff?5234854') format('woff'),
       url('font/ebench.woff2?5234854') format('woff2'),
       url('font/ebench.ttf?5234854') format('truetype');
  font-weight: normal;
  font-style: normal;
}
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "ebench";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before { content: '\31'; } /* '1' */
.icon-share:before { content: '\32'; } /* '2' */
.icon-linkedin:before { content: '\33'; } /* '3' */
.icon-close:before { content: '\43'; } /* 'C' */
.icon-doc:before { content: '\44'; } /* 'D' */
.icon-mail:before { content: '\45'; } /* 'E' */
.icon-gavel:before { content: '\47'; } /* 'G' */
.icon-info:before { content: '\49'; } /* 'I' */
.icon-search:before { content: '\4d'; } /* 'M' */
.icon-print:before { content: '\50'; } /* 'P' */
.icon-reg:before { content: '\52'; } /* 'R' */
.icon-scroll:before { content: '\53'; } /* 'S' */
.icon-pin:before { content: '\54'; } /* 'T' */
.icon-unpin:before { content: '\55'; } /* 'U' */
.icon-up:before { content: '\59'; } /* 'Y' */
.icon-down:before { content: '\5a'; } /* 'Z' */
.icon-edit:before { content: '\65'; } /* 'e' */



/* ========================================== 

    fancyBox 

========================================== */


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #ffffff;
	color: #444;
	text-shadow: none;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.7);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.7);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.7);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('images/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.95;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -20px;
	right: -14px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('images/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 9999;
	background: rgba(0,0,0,.75);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('images/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('images/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}




/* ========================================== 

    Gravity Forms Error Messaging 

========================================== */

.gform_wrapper div.validation_error {
    font-size: 1.1em !important;
    font-weight: normal !important;
    color: #000000 !important;
    border-top: none !important;
    border-bottom: none !important;
    width: 100% !important;
}
.gform_wrapper .gfield_error .gfield_label {
    color: #c32222 !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.gform_wrapper li.gfield.gfield_error, 
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: transparent !important;
    border-top: none !important;
    border-bottom: none !important;
}

.gform_wrapper .top_label .gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, 
.gform_wrapper li.gfield_html {
    width: 100% !important;
    max-width: 100% !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0 !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description, .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-left: 0 !important;
}
.gform_wrapper li.gfield_error input[type=email], .gform_wrapper li.gfield_error input[type=number], .gform_wrapper li.gfield_error input[type=password], .gform_wrapper li.gfield_error input[type=tel], .gform_wrapper li.gfield_error input[type=text], .gform_wrapper li.gfield_error input[type=url], .gform_wrapper li.gfield_error textarea {
        border: 2px solid #c32222 !important;
}
.gform_wrapper .gfield_date_day label, 
.gform_wrapper .gfield_date_month label, 
.gform_wrapper .gfield_date_year label, 
.gform_wrapper .gfield_time_ampm label, 
.gform_wrapper .gfield_time_hour label, 
.gform_wrapper .gfield_time_minute label, 
.gform_wrapper .ginput_complex label, 
.gform_wrapper .instruction {
    margin: .188em 0 0 !important;
}
.gform_wrapper .gfield_description.validation_message, 
.gform_wrapper .top_label .gfield_description.validation_message {
    padding: 0 !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
.gform_wrapper .validation_message {
    display: none !important;
}

/* ========================================== 

    Hides & Fixes 

========================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

#wpadminbar { position: fixed!important;}
.print-only {
    display: none!important;
    visibility: hidden!important;
    opacity: 0!important;
}

.row.desktop,
.col.desktop,
.mol.desktop,
.sol.desktop { 
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    visibility: visible;
    flex-shrink: 0;
}
.row.mobile,
.col.mobile,
.mol.mobile,
.sol.mobile { 
    display: none;
    visibility: hidden;
}

/* ========================================== 

    IE Fixes ( fixes for 8/9/10 )

========================================== */

html.no-borderimage .row.desktop,
html.no-borderimage .col.desktop,
html.no-borderimage .mol.desktop,
html.no-borderimage .sol.desktop,
html.no-borderimage .annotation-content.show,
html.no-borderimage #sidebar-trigger.show,
html.no-borderimage .row,
html.no-borderimage .col,
html.no-borderimage .mcol,
html.no-borderimage .scol { 
    display: block;
}
html.no-borderimage .row.mobile,
html.no-borderimage .col.mobile,
html.no-borderimage .mol.mobile,
html.no-borderimage .sol.mobile { 
    display: none;
}
html.no-borderimage .col,
html.no-borderimage .mcol,
html.no-borderimage .scol,
html.no-borderimage .state-button { 
    float: left;
}
html.no-borderimage .state-menu.desktop {
    width: 690px;
    margin: 0 auto;
    float: none;
}
html.no-borderimage .topics-list,
html.no-borderimage .topics.sb-tab {
    margin-right: 6%;
}
html.no-borderimage header > .row { height: 200px;}
html.no-borderimage #header-search { bottom: 30px;}
.ie-before,
.ie-before2,
.ie-before3 {
    font-size: 20px;
    font-size: 2rem;
    position: absolute;
    left: 15px;
    top: 15px;
}
.ie-before2,
.ie-before3 {
    top: 5px;
    left: 0;
}
.ie-before3 { top: -1px;}

html.lt-ie9 .annotation-content,
html.lt-ie9 .definition-content {
    border: 1px solid #ccc;
}
html.no-borderimage #sidebar-trigger {
    bottom: 15px;
}

/* ========================================== 

    Media: Mobile 

========================================== */

/* Desktop less than 1440px */
@media screen
and (max-width: 1440px) {

    .statute-item.full,
    #browse-nav,
    body.single .search-wrapper { padding-right: 90px;}

    footer > .row { padding: 0 20px;}
    #sidebar-trigger { left: 20px;}
    #top-nav,
    #header-search { right: 20px;}
    header #logo {margin-left: 20px!important;}
}

/* Desktop less than 1280px */
@media screen
and (max-width: 1280px) { 
	
	header { background-position: 50% -120px;}
	.flyout-content {
    	width: 100%;
    	padding: 0 50px;
    }
    .state-button.active::before { display: none;}
    .sb-list nav > ul > li.current-cat > ul.sub-menu,
    .sb-list nav > ul > li.current-cat-ancestor > ul.sub-menu {
        padding: 0 20px 10px 30px;
    }
    
    #footer-nav,
    #copyright {
        width: 100%;
        margin-bottom: 20px;  
    }
    footer #footer-nav li {
        float: none;
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,.1);
        text-align: center;
        padding: 10px 0;
    }
    #copyright p { text-align: center;}
    
}


/* Desktop less than 1024px */
@media screen
and (max-width: 1024px) { 
	
	.annotation-content.logged-in {
	    left: 0!important;
	    margin-left: 0!important;
	}
	
	.sb-tab {
	    font-size: 16px;
	    font-size: 1.6rem;
	}
	.sb-list a {
	    font-size: 15px;
	    font-size: 1.5rem;
	}
	#code-sblist nav > ul > li > a span {
	    position: relative;
	    left: auto;
	    top: auto;
	    margin-right: 5px;
	}
	#code-sblist nav > ul > li > a {
	    padding-left: 20px;
	}
    #states-list ul li a {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 36px;
        line-height: 3.6rem;
    }
    .page-template-state-covid #content .case-list li > div > p {
		max-width: 75%;
	}
	.page-template-state-covid .case-list li > div > p:first-of-type {
		flex-basis: 25%;
	}
}

/* Desktop less than 768px */
@media screen
and (max-width: 768px) { 

    .row.desktop,.col.desktop,.mol.desktop,.sol.desktop { 
        display: none;
        visibility: hidden;
    }
    .row.mobile,.col.mobile,.mcol.mobile,.scol.mobile { 
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        visibility: visible;
        flex-shrink: 0;
    }
    .col {
        width: 100%!important;
        margin-bottom: 20px!important;
    }
    .faq-answer .col.six {
        padding: 20px!important;
        margin-bottom: 0!important;
    }
    .faq-answer .col.six:first-of-type { padding-bottom: 10px!important;}
    .faq-answer .col.six:last-of-type { padding-top: 10px!important;}
  
    .statute-item.full,
    #browse-nav,
    body.single .search-wrapper {
      padding-right: 20px;
    }
    
    #sidebar-trigger {
        display: none!important;
    }
    #toolbar-handle {
        display: block;
    }
    #toolbar,
    #toolbar:hover {
        right: -330px;
        height: 100%;
        width: 250px;
        top: 0;
        border-left: 1px solid #a9b8c4;
    }
    #toolbar.show {
        right: 0;
    }
    .definition-content {
        left: 5%!important;
        width: 90%!important;
    }
    .annotation-content.logged-in.scroll .annotation-wrapper,
    .annotation-content.logged-in.scroll .comment-wrapper {
        max-height: none!important;
        height: auto!important;
        overflow-y: visible;
    }
    header { background-position: 50% -40px;}
    #wm-logo,
    #ncsc-logo {
        opacity: .6;
    }
    #wm-logo {
        right: auto;
        left: 20px;
    }
    #ncsc-logo { right: 20px;}
    
    #splash-main {
        background-attachment: scroll;
        background-size: 200%;
    }
    #splash-main > .row > .inner {
        padding: 150px 20px 0;
    }
    #splash-logo { margin-bottom: 50px;}
    #splash-main h1,
    #splash-main h2 {
        width: 100%;
    }
    #splash-main h1 {
        font-size: 35px;
        font-size: 3.5rem;
        line-height: 40px;
        line-height: 4rem;
        margin-bottom: 20px;
    }
    #splash-main h2 {
        font-size: 20px;
        font-size: 2rem;
        line-height: 28px;
        line-height: 2.8rem;
        margin-bottom: 50px;
    }
    
    .state-button {
        margin: 0 0 20px;
        width: 100%;
        max-width: 100%;
    }
    .state-button > span {
        max-width: 100%;
        width: 100%;
        line-height: 55px;
        line-height: 5.5rem;
        display: block;
    }
    
    .state-flyout {
        position: relative;
        min-height: 0;
        text-align: left;
        padding: 0!important;
    }
    .flyout-content { padding: 0 25px;}
    
    
    .search-wrapper input[type="search"],
    input.search-field {
        font-size: 20px;
        font-size: 2rem;
        padding-right: 60px;
    }
    .search-box input[type="submit"] {
        right: 20px;
        font-size: 22px;
        font-size: 2.2rem;
    }
    #splash-main hr {
        margin: 30px 0 50px;
        width: 100%!important;
    }
    #about-project {
        width: 100%;
        margin: 0 auto;
    }
    
    .sb-list a {
        line-height: 27px;
        line-height: 2.7rem;
    }
    
    #content { padding: 60px 30px 0;}
    .statute-item span { margin-bottom: 5px;}
    
    .committee-member {
        width: 50%;
    }
    
    #map { display: none!important;}
    
    #splash-main h3#live-drop {
      margin-bottom: 0!important;
      font-size: 20px;
      font-size: 2rem;
      width: 418px;
      max-width: 100%;
      padding: 20px;
    }
    
    #splash-main h3#live-drop::after { top: 20px;}
    #map-key { margin-bottom: 30px;}
    #splash-main #map-key h2 { margin-bottom: 10px;}
    
    
    #live-states {
      position: relative;
      width: 418px;
      margin: 0 auto;
      top: 0;
      left: auto;
    }
    #live-states li .explore-link { background-color: #e3001b;}
    #live-states li .simple-link { background-color: #86b9ee;}
    #live-states li .upload-link { background-color: #3a658c;}


    ul.training-materials {
      columns: 1;
      column-gap: 0;
      margin: 30px 0 30px 20px;
    }
    ul.training-videos li { width: 100%;}

    
}

/* Desktop less than 640px */
@media screen
and (max-width: 640px) {
    
    header {
        text-align: center;
        padding-top: 70px!important;
        background-position: 50% 0;
        height: 270px;
    }
    
    #top-nav { top: -70px;}
	#header-search {
	    width: 90%!important;
	    right: 5%;
	}
	.committee-profile { text-align: center!important; padding: 0!important;
    }
	.committee-profile h2 { width: 100%;}
	.committee-profile .mcol {
	    width: 100%;
	    margin-bottom: 20px!important;
	}
    #states-list ul { width: 100%}
	#states-list ul::after {display: none;}
    #states-list ul li a {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 50px;
        line-height: 5rem;
    }

    .search-box { padding-top: 64px;}

    #check-drop {
      padding: 20px 30px 10px;
      border-right: 1px solid #d0d0d0;
      width: 100%;
    }
    .search-wrapper input[type="search"],
    .search-wrapper input.search-field {
      padding-left: 20px;
    }
    .search-box input[type="submit"] { top: 64px;}
    
    .page-template-state-covid #content .case-list li > div > p {
		max-width: 65%;
	}
	.page-template-state-covid .case-list li > div > p:first-of-type {
		flex-basis: 35%;
	}
    
}

/* Desktop less than 568px */
@media screen
and (max-width: 568px) { 
	.mcol {
	    width: 100%!important;
	    margin-bottom: 20px!important;
	}
}


/* Desktop less than 480px */
@media screen
and (max-width: 480px) {
    
    .committee-member {
        width: 100%;
    }
    
    .page-template-state-covid #content .case-list li > div > p,
    .page-template-state-covid .case-list li > div > p:first-of-type {
		max-width: inherit;
		flex-basis: 100%;
	}

	
}

/* ========================================== 

    Media: Print 

========================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
  body {
      width: 95%!important;
      margin: 0 auto!important;
  }
  .statute-item.full h1,
  .page-content h1 {
      font-size: 25px!important;
      font-size: 2.5rem!important;
      line-height: 30px!important;
      line-height: 3rem!important;
      margin-bottom: 0!important;
  }
  p,
  .annotation,
  .definition {
    page-break-inside: avoid;
    font-size: 16px!important;
    font-size: 1.6rem!important;
    line-height: 20px!important;
    line-height: 2rem!important;
  }
  .print-only {
      display: block!important;
      visibility: visible!important;
      opacity: 1!important;
      flex-shrink: 0;
  }
  .inner.print-only { margin-top: 20px!important;}
  #toolbar,
  #statute-overview > h3 > .icon-close,
  .switch,
  .annotation-content::after,
  .definition-content::after,
  .note-close,
  .define-close,
  .add-close,
  .def-close,
  .note-edit-close,
  .definition-content .edit-definition,
  .annotation-content .edit-annotation,
  .annotation-content .remove-annotation,
  .definition-content .remove-definition,
  .make-annotation,
  .add-comment,
  #sidebar-trigger,
  #header-search,
  #browse-nav,
  #top-nav,
  .screen-only,
  #sidebar,
  #footer-nav,
  header {
      display: none!important;
      visibility: hidden!important;
      opacity: 0!important;
  }
  .statute-item {
      margin-bottom: 0!important; 
      padding-bottom: 0!important; 
  }
  .statute-section {
      margin-bottom: 40px!important;
      page-break-inside: avoid;
  }
  
  .statute-section:last-of-type { margin-bottom: 0!important;}
  #copyright { width: 100%!important;}
  #copyright p { text-align: left!important;}
  #statute-overview {
      padding: 0!important;
      background-color: transparent!important;
  }
  #content p span.annotation,
  .annotation {
      border-bottom: 1px dashed #000!important;
  }
  #content p span.annotation > sup,
  .annotation > sup,
  #content p span.definition > sup,
  .definition > sup {
      display: inline-block!important;
  }
  .annotation-content,
  .definition-content {
      display: flex!important;
      display: -webkit-flex!important;
      display: -moz-flex!important;
      display: -ms-flexbox!important;
      padding: 0!important;
      background: #ffffff;
      box-shadow: none!important;
      max-width: 100%;
      width: 100%!important;
      position: relative!important;
      left: 0!important;
      top: 0!important;
      border-bottom: 2px solid #000;
      margin-bottom: 10px;
      flex-shrink: 0;
  }
  #statute-body .annotation-content.logged-in {
      left: 0!important;
      margin-left: 0!important;
      max-width: 100%!important;
  }
  #statute-body .annotation-content.logged-in.scroll .annotation-wrapper,
  #statute-body .annotation-content.logged-in.scroll .comment-wrapper {
      max-height: 9001px!important;
      height: auto!important;
      overflow-y: visible!important;
  }
  .annotation-single { margin-bottom: 20px;}
  .definition-content { padding-bottom: 30px!important;}
  .definition-content > .inner { margin-top: 0!important;}
  #content {
      padding: 10px 0!important;
      width: 100%!important;
  }
  
}