a {
  color: #16418A; }
  a:hover {
    color: #1d56b6;
    text-decoration: underline; }

body {
  font-family: "Tahoma, Arial, Helvetica", sans-serif;
  background: url("../images/gradientBkgd.png") repeat-x;
  background-color: #fff;
  font-size: 0.85rem; }
  body p {
    font-size: 0.85rem;
    margin-bottom: 1.25rem; }
    @media only screen and (max-width: 40em) {
      body p {
        font-size: 0.85rem; } }
  body a {
    color: #16418A; }
    body a:hover {
      color: #1d56b6;
      text-decoration: underline; }
  body h1 {
    font-size: 1.5rem;
    color: #741621; }
  body h2 {
    font-size: 1rem;
    font-weight: 600;
    color: #014586;
    border-bottom: 1px solid #eee; }
  body h3 {
    font-size: .95rem;
    font-weight: 600;
    color: #014586; }
  body h4 {
    font-size: .85rem;
    font-weight: bold;
    color: #721920; }
  body table {
    width: 100%;
    border: none; }
    body table tr th, body table table tr td, body table td {
      border-bottom: 1px solid #ddd; }
  body tr td {
    background: #fff;
    border-bottom: 1px solid #ddd; }
  body ul, body ol {
    font-size: 0.85rem;
    padding-left: 0px; }

header {
  background: #164388 !important;
  padding: 6px; }
  @media only screen and (max-width: 40em) {
    header {
      padding: 0px; } }
  header h1 {
    font-family: "Tahoma, Arial, Helvetica", sans-serif !important;
    font-size: 1.5rem;
    border-bottom: none; }
    header h1 a {
      color: #ffffff; }
      header h1 a:hover {
        color: #ddd; }

#searchHeader input {
  border-radius: 1px !important;
  background: #fff;
  height: 1.9rem;
  color: #aaa;
  margin: 0 0 0rem !important;
  float: left;
  width: 80%; }

#searchHeader a {
  color: #fff;
  font-size: 13px; }
  #searchHeader a:hover {
    text-decoration: underline; }

button.tiny, .button.tiny {
  position: absolute;
  float: right;
  padding: 0.225rem 0.5rem 0.3875rem;
  margin-left: 4px;
  margin-top: 3px; }
  @media only screen and (max-width: 40em) {
    button.tiny, .button.tiny {
      display: none; } }

.top-bar {
  background: #0287CA;
  border-top: 1px solid #fff; }
  .top-bar .toggle-topbar.menu-icon a {
    color: #eee; }
  .top-bar .toggle-topbar.menu-icon a span::after {
    box-shadow: 0 0 0 1px #164388, 0 7px 0 1px #164388, 0 14px 0 1px #164388; }
  .top-bar.expanded .title-area {
    background: #0276b1; }

.top-bar-section .dropdown li.title h5 a, .top-bar-section .top-bar-section .dropdown li.parent-link a {
  color: #eee; }

.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
  color: #284CA0;
  background: #F3F3F3 !important;
  font-weight: normal;
  border-bottom: 1px solid #284CA0;
  padding: 0px 6px 0px 6px;
  line-height: 34px; }

.top-bar-section .has-dropdown > a {
  padding-right: 0.6rem !important; }

.top-bar-section .has-dropdown > a::after {
  border-width: none !important;
  border-image: none !important;
  border-style: none !important; }

.top-bar-section .has-dropdown .dropdown li.has-dropdown > a::after {
  content: ""; }

.top-bar-section li.active:not(.has-form) a:not(.button) {
  color: #fff;
  background: #0287CA; }

.top-bar-section li.active:not(.has-form) a:hover:not(.button) {
  color: #284CA0;
  background: #0287CA; }

.top-bar-section ul li:hover:not(.has-form) > a {
  color: #ffffff;
  background: #0287CA url(../images/navRule.png) no-repeat scroll 0;
  background-position: right !important; }

.top-bar-section .dropdown li.active:not(.has-form) a:not(.button) {
  color: #284CA0;
  background: #f3f3f3;
  font-weight: normal;
  padding: 0px 0px 0px 5px;
  border-bottom: 1px solid #284CA0; }

.top-bar-section .dropdown li.active:not(.has-form) a:hover:not(.button) {
  color: #284CA0;
  background: #ccc;
  font-weight: normal;
  padding: 0px 0px 0px 5px;
  border-bottom: 1px solid #284CA0; }

.top-bar-section .dropdown li:hover:not(.has-form):not(.active) > a:not(.button) {
  color: #284CA0;
  background: #ccc !important;
  font-weight: normal; }

.top-bar-section li:not(.has-form) a:not(.button) {
  color: #fff;
  font-weight: 600;
  font-size: .9rem;
  padding: 0 0.7375rem;
  background: #0287CA url(../images/navRule.png) no-repeat scroll 0;
  background-position: right !important;
  text-decoration: none; }
  @media only screen and (max-width: 64.0625em) {
    .top-bar-section li:not(.has-form) a:not(.button) {
      font-size: .75rem;
      padding: 0 0.5375rem; } }
  @media only screen and (max-width: 40em) {
    .top-bar-section li:not(.has-form) a:not(.button) {
      font-size: .75rem;
      padding: .5rem 0.5375rem;
      background: #0287CA none; } }

.top-bar-section li:not(.has-form) a:hover:not(.button) {
  background: #0287CA url(../images/navRule.png) no-repeat scroll 0;
  background-position: right !important;
  color: #eee; }

.top-bar-section ul li > a {
  font-family: "Tahoma, Arial, Helvetica", sans-serif !important;
  font-size: 1rem;
  color: #ffffff; }
  @media only screen and (max-width: 64.0625em) {
    .top-bar-section ul li > a {
      font-size: .75rem; } }

@media only screen and (max-width: 40em) {
  #menuSearch {
    background: #fff;
    padding: 15px 15px 0px; } }

#contactUs {
  background: #164388;
  border-top: #fff 1px solid;
  padding: 5px 0 4px 10px;
  font-size: 14px !important;
  min-height: 35px; }
  #contactUs a {
    color: #fff; }
    #contactUs a:hover {
      text-decoration: underline; }

#mainContent {
  background-color: #fff;
  padding: 15px 0px 15px 0px; }

#mainNav {
  background: #2785CC; }

#contentBody {
  border-left: 1px solid #eee;
  padding-left: 40px; }
  @media only screen and (max-width: 40em) {
    #contentBody {
      padding-left: 15px;
      border-left: none; } }

#contentBody fullpage {
  padding-left: 40px;
  border-left: none; }
  @media only screen and (max-width: 40em) {
    #contentBody fullpage {
      padding-left: 15px;
      border-left: none; } }

#mainContentBack {
  background-color: #fff;
  padding: 15px 10px 40px;
  min-height: 400px; }

.staffContent {
  padding: 5px 15px 25px; }

.breadcrumbs {
  background: none;
  border: none;
  padding-left: 0px; }
  .breadcrumbs > * {
    color: #999;
    text-decoration: none; }
  .breadcrumbs a {
    color: #999;
    text-decoration: none !important; }

#sideBar .contacts {
  border: 1px solid #eee;
  margin-top: 20px;
  padding: 10px; }
  #sideBar .contacts h2 {
    color: #2785CC;
    font-size: 16px; }

#sideBar ul a {
  color: #257AC4;
  font-size: 1em;
  padding-right: 2px;
  line-height: 14px; }

#sideBar ul .here a {
  color: #3086CA; }

#sideBar h4 {
  font-size: 1rem;
  font-weight: 500;
  color: #014586; }

#sideBar img {
  padding: 5px 0px;
  text-align: center; }

#sideBar ul.news {
  list-style-type: none !important;
  margin-left: 0px;
  color: #222;
  font-size: .85rem;
  line-height: 1.25rem;
  margin-bottom: 5px; }

#sideBar ul:first-child {
  font-size: 1.35rem;
  color: #004388;
  font-weight: normal; }
  #sideBar ul:first-child a {
    color: #004388; }
    #sideBar ul:first-child a:hover {
      color: #004388;
      text-decoration: underline; }

#sideBar ul {
  list-style-type: inherit;
  text-align: left;
  color: #004388;
  font-size: 1.2rem;
  line-height: 1.75rem;
  padding: 0px;
  padding-bottom: 20px;
  font-weight: 600;
  margin-left: 0px; }
  #sideBar ul a {
    padding-left: 0px; }
  #sideBar ul li {
    font-weight: 500;
    margin-left: 9px;
    padding-left: 0px;
    margin-bottom: -5px;
    font-size: 13px;
    line-height: 13px; }
  #sideBar ul a {
    color: #004388; }
    #sideBar ul a:hover {
      color: #004388;
      background: none;
      text-decoration: underline;
      line-height: 14px; }

#sideBar h1 {
  text-align: left;
  font-size: 1.25rem !important;
  padding-bottom: 0px;
  padding: 0px;
  color: #000;
  border: none; }
  #sideBar h1 a {
    color: #164388; }
    #sideBar h1 a:hover {
      color: #040d1a; }

#sideBar h2 {
  text-align: left;
  font-size: 1.25rem;
  color: #000; }
  #sideBar h2 a {
    color: #000; }
    #sideBar h2 a:hover {
      color: #164388; }
  @media only screen and (max-width: 40em) {
    #sideBar h2 {
      font-size: 0.75rem;
      padding: 2px; } }

.button {
  background: #286fdc; }

.button:hover {
  background: #80aaea; }

.View-All {
  font-size: 12px;
  padding-left: 5px; }

.icons img {
  padding: 3px; }

.icons a:hover {
  text-decoration: none; }

#sideBar .parent-here > a {
  color: #831A1F; }

.parent-here > ul li {
  border-bottom: 1px solid #ddd; }

.side-nav ul li {
  border-bottom: 1px solid #ddd;
  padding: 2px; }

#calendarSide {
  padding-top: 15px; }

#calendarSide h2 {
  font-size: 1rem;
  border-bottom: 1px solid #eee;
  color: #014586;
  font-weight: 600; }

#calendarSide h2 a {
  color: #16418a; }

.heart-gallery h2 {
  font-size: 1rem !important;
  border-bottom: 1px solid #eee;
  color: #014586 !important;
  font-weight: 600; }

#example {
  border: none; }
  #example td {
    border-bottom: 1px solid #eee;
    padding: 8px; }
  #example thead {
    background: #fff; }

.progDivision {
  font-size: .7rem;
  background: #ddd;
  text-align: left;
  padding: 7px;
  color: #22418A; }

svg {
  height: 30vw;
  text-align: center; }
  @media only screen and (max-width: 640px) {
    svg {
      height: 70vw; } }

.county {
  fill: #257AC6;
  stroke: #FFFFFF;
  transition: .6s fill; }

.county:hover {
  fill: #eee; }

#map-canvas {
  margin-bottom: 20px; }

#autoCloseExample {
  height: 200px;
  overflow-y: scroll; }

#expandedFooter {
  background: #F4F4F4;
  padding: 15px 0px 15px 0px; }
  #expandedFooter p {
    font-size: 12px;
    color: #000000; }
  #expandedFooter h4 {
    color: #fff;
    font-size: 1.25rem; }
  #expandedFooter ul {
    list-style: none; }
  #expandedFooter li {
    color: #000000;
    font-size: 12px; }
  #expandedFooter a {
    color: #024E91; }
    #expandedFooter a:hover {
      text-decoration: underline; }
  @media only screen and (max-width: 40em) {
    #expandedFooter {
      text-align: center; } }

#social a:hover {
  opacity: .5; }

#social img {
  padding-bottom: 20px;
  padding-right: 3px; }

footer {
  background: #ffffff;
  padding: 10px 0px 10px 0px;
  font-size: 11px;
  color: #000000; }
  footer a {
    color: #024E91; }
    footer a:hover {
      color: #024E91;
      text-decoration: underline; }
  footer #arkansasGov img {
    padding-right: 10px; }
  @media only screen and (max-width: 40em) {
    footer #arkansasGov {
      font-size: 10px; } }
  footer #copyRight {
    text-align: right; }
    @media only screen and (max-width: 40em) {
      footer #copyRight {
        text-align: left;
        font-size: 10px; } }

.hero {
  background-color: #fff;
  border-radius: 0px; }

.slick-prev, .slick-next {
  height: 42px !important;
  margin-top: -170px !important;
  text-indent: -9999px;
  width: 40px !important; }

.slick-prev {
  margin-left: 48px;
  opacity: 1 !important;
  z-index: 20; }

.slick-next {
  margin-right: 48px; }

.slick-next:hover, .slick-next:focus {
  color: #404040 !important;
  background: transparent !important;
  background: url("../images/arrowLeft.png") no-repeat scroll 5px 5px #2b2c2c !important;
  opacity: 0.5 !important; }

.slick-prev:hover, .slick-prev:focus {
  color: #404040 !important;
  background: transparent !important;
  background: url("../images/arrowRight.png") no-repeat scroll 5px 5px #2b2c2c !important;
  opacity: 0.5 !important; }

.slide {
  background-repeat: no-repeat !important;
  background-position: left center !important;
  /*background-size: cover !important;*/
  max-height: 370px;
  width: 100%; }

ul.accordion {
  margin-left: 0px;
  padding-top: 10px; }

.accordion .accordion-navigation > a, .accordion dd > a {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#257ac6+0,f7fbfd+100 */
  background: #257ac6;
  /* Old browsers */
  background: -moz-linear-gradient(left, #257ac6 0%, #f7fbfd 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #257ac6 0%, #f7fbfd 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #257ac6 0%, #f7fbfd 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#257ac6', endColorstr='#f7fbfd',GradientType=1 );
  /* IE6-9 */
  padding: 0.3rem; }

.accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#257ac6+0,f7fbfd+100 */
  background: #257ac6;
  /* Old browsers */
  background: -moz-linear-gradient(left, #257ac6 0%, #f7fbfd 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #257ac6 0%, #f7fbfd 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #257ac6 0%, #f7fbfd 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#257ac6', endColorstr='#f7fbfd',GradientType=1 );
  /* IE6-9 */
  padding: 0.3rem;
  color: #000; }

.accordion .accordion-navigation.active > a, .accordion dd.active > a {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#257ac6+0,f7fbfd+100 */
  background: #257ac6;
  /* Old browsers */
  background: -moz-linear-gradient(left, #257ac6 0%, #f7fbfd 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #257ac6 0%, #f7fbfd 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #257ac6 0%, #f7fbfd 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#257ac6', endColorstr='#f7fbfd',GradientType=1 );
  /* IE6-9 */
  padding: 0.3rem;
  color: #fff; }

.accordion .accordion-navigation > a, .accordion dd > a {
  color: #fff;
  text-decoration: none; }

.accordion .accordion-navigation, .accordion dd {
  border: #fff solid 1px; }

#panel1d, #panel2d, #panel3d, #panel4d, #panel5d {
  border: 1px solid #387ACA; }

.search-url > a {
  font-size: 14px; }

#contact_form {
  padding-right: 80px;
  padding-left: 15px; }
  #contact_form ul {
    list-style-type: none;
    margin-left: 0px; }
  #contact_form .errMsg {
    color: #A31402; }
  #contact_form span.required {
    color: #A31402; }
  #contact_form .pf_buttons > input {
    border-radius: 5px;
    font-size: .95rem;
    padding: 10px 20px;
    background: #3e7ee0;
    color: #fff; }
    #contact_form .pf_buttons > input:hover {
      opacity: 0.9;
      cursor: pointer; }
