/* Backup Restored From 10/6/2022 3:38:26 PM */

 ---- ---- ---- ---- RESET STYLESHEET ---- ---- ---- ----
*/
html, body {
  margin: 0;
  padding: 0; }

p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1.35;
  font-family: inherit; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  }
  
/*--Slick Nav styles--*/  
/*
    Mobile Menu Core Style
*/

.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: .5em .5% .5em 65%;
  line-height: 1;
  cursor: pointer; }
  
.slicknav_menutxt {
  display: block;
  float: left;
  }

.slicknav_menu {
  display: block;
}
 
.slicknav_menu .slicknav_icon {
  float: left;
  margin: .2em 0 0 0.438em;
  }
  
.slicknav_menu .slicknav_no-text {
  margin: 0;
  }
  
.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
  }
  
.slicknav_nav {
  clear: both;
  }
  
.slicknav_nav ul, .slicknav_nav li {
  display: block;
  }
.slicknav_nav .slicknav_arrow {
  margin: 0 0 0 0.4em;
  font-size: .875em;
  }
  
.slicknav_nav .slicknav_item {
  display: block;
  cursor: pointer;
  }
  
.slicknav_nav a {
  display: block
  }
  
.slicknav_nav .slicknav_item a {
  display: inline;
  }
  
.slicknav_menu:before, .slicknav_menu:after {
  content: " ";
  display: table;
  }
  
.slicknav_menu:after { clear: both }

/* IE6/7 support */
.slicknav_menu { *zoom: 1 }

/*
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/

.slicknav_menu {
  font-size: 1em;
}
/* Button */
.slicknav_btn {
  margin: 5px;  
  text-decoration:none;    
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* Button Text */
.slicknav_menu  .slicknav_menutxt {  
  color: #fcf5ec; /*white*/
  font-family: 'Lato', sans-serif;
  font-size: 1.2em;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: white;
}

.slicknav_menu {
  padding: 5px;
  background: #1D3878; /*blue was Light Green*/
}

.slicknav_nav {
  margin: 0;  
  padding: 0;
  color: #fcf5ec; /*white*/
  font-size: 1.25em;
}

.slicknav_nav, .slicknav_nav ul {
  list-style: none;
  overflow: hidden;
}

.slicknav_nav ul {
  padding:0;
  margin:0 0 0 20px;
}
.slicknav_nav .slicknav_item {
  padding:5px 10px;
  margin:2px 5px;
}

.slicknav_nav a{
  padding: 2px 10px;
  margin: 2px 5px;
  text-decoration:none;
  color: #fcf5ec; /*white*/
}

.slicknav_nav .slicknav_item a {
  padding:0;
  margin:0;
}

.slicknav_nav .slicknav_item:hover {
  background: #2051AD; /*blue was Green*/
  text-decoration: none;
  color: #fcf5ec; /*white*/
}

.slicknav_nav a:hover{
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #2051AD; /*blue was Green*/
  text-decoration: none;
}


#jMonthCalendar {
  width: 100%!important;
}

  
/*
  
/*
  ---- ---- ---- ---- ALL VIEWPORTS AND SIZES ---- ---- ---- ----
*/
/* BODY */
@-webkit-viewport {
  width: device-width; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }
  
html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #383126; /*dark brown*/
  font-family: 'Lato', sans-serif;
  font-size: 100%;
  line-height: 1.35;
   -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;  
}

html {
    background: #2051AD;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 .5em 0;
  font-family: 'Merriweather', serif;
  color: #383126; /*dark brown*/
  line-height: 1.2;
  font-weight: normal;
  font-variant: small-caps;
}

h1 {
  font-size: 2.25em;
}

h2 {
  font-size: 1.75em;
}

.logoText h2 {
  font-size: 1.9em;
}

h3 {
  font-size: 1.65em;
}

h5 a {
  color: black;
}

h5 a:hover {
  text-decoration: none;
}

h4, h5, h6 {
  font-size: 1.25em;
}

.heading {
  margin: 0;
}

b, strong {
  font-weight: bold;
}

 b a, strong a {
    font-weight: bold;
}

em, i {
  font-style: italic;
}

p,
ol,
ul,
dl,
address {
  margin-bottom: 1em;
  line-height: 1.35; }
  
 small {
  font-size: .875em; }

ul,
ol {
  padding: 0 0 0 20px; }
  
a {
  color: #b86517; /*orange*/
  font-weight: normal;
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: underline;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

hr {
  height: 0;
  border-top: 1px solid #EFE7DB;
  margin: 1.5em 0;
}

.clear {
  clear: both;
}

.imageRight, .imageLeft {
  display: block;
  margin: .5em auto;
}

.disableClick {
  cursor: default;
}

a.disableClick {
pointer-events: none;
cursor: default;
}


/*
  ---- ---- ---- ---- MAIN STYLES ---- ---- ---- ----
*/

header {
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.logo img {
  display: block;
  position: absolute;
  width: 209px;
}

.logoText h1, .logoText h2 {
  margin-bottom: 0;
  color: white;
  margin-left: 180px;
}

.logoText h3 {
  color: white;
  margin-left: 180px;
}

.menuWrapper {
  height: 39px;
  background: white;
  border-top: 2px solid #383126; /*brown*/
  border-bottom: 2px solid #383126; /*brown*/
  text-align: center;
}

nav.main {
  display: none;
}

.bannerWrapper, .subContentWrapper {
  background: #86ACDC;
}

.subContentWrapper {
  padding: 0 .5em;
  background-repeat: no-repeat;
  background-size: 100%;
}

.homeContentWrapper, .subContent {
  max-width: 1100px;
  margin: 0 auto;
  padding: 1.5em 1em;
  background: white;
  border-bottom: 4px solid #383126; /*brown*/
}

.subContent {
  min-height: 300px;
  background: white;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(26,13,4,0.15);
    -moz-box-shadow: 0px 3px 5px 0px rgba(26,13,4,0.15);
    box-shadow: 0px 3px 5px 0px rgba(26,13,4,0.15);
}

.banner {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  height: 100%;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(26,13,4,0.15);
  -moz-box-shadow: 0px 3px 5px 0px rgba(26,13,4,0.15);
  box-shadow: 0px 3px 5px 0px rgba(26,13,4,0.15);
  border-bottom: 2px solid #383126;
}

.bannerText {
  display: block;
  margin: 0 .5em;
  padding: 1em .5em;
  background: #383126;
  color: #fcf5ec; /*white*/
  text-align: center;
  font-size: 1.1rem;
  background: #383126 url(/templates/miner-county/responsive/images/attorneyBg.png) no-repeat center center;
  background-size: cover;
}

.bannerText h2 {
  color: #bda482; /*beige*/
  font-size: 1.75rem;
}

.practiceAreas {
  padding: 0;
  text-align: center;
}

.practiceAreas li {
  list-style: none;
  margin: .25em .75em;
  padding: .5em;
  text-align: center;
  border: 1px solid #EFE7DB;
}

.practiceAreas a {
  font-weight: bold;
  font-size: 1.1rem;
  color: #443B2E;
}

footer {
  max-width: 1100px;
  margin: 0 auto;
  padding: 1em;
  text-align: center;
  line-height: 1.5;
  clear: both;
  color: white;
}

.footerLeft {
  margin-bottom: 1em;
}


@media all and (min-width: 768px) {

header {
  text-align: left;
  max-width: 1100px;
}

.logo img {
  display: inline-block;
  vertical-align: middle;
  width: 209px;
}


.logoText {
  display: inline-block;
  vertical-align: middle;
  margin-top: .5em;
  text-align: left;
  font-size: 1.1em;
}

/*Desktop menu styles */
.slicknav_menu {
  display: none;
}

nav.main {
  display: block;
  max-width: 1100px;
  margin: 0 auto;
}

nav.main ul {
  display: none;
}

.menu  {
  position: relative;
  z-index: 2;
  display: inline!important;
  width: 100%;
  margin: 0;
  text-align: left;
  list-style: none;
}

.menu li{
  display: inline-block;
  width: auto;
  position: relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.menu a {
  padding: 6px 16px;
  display: block;
}

.menu a, .menu li {
  color: #383126; /*dark brown*/
  font-size: 1.1rem;  
  font-weight: bold;
  text-decoration: none;
  margin-left: 0;
}

.menu li:hover a {
  text-decoration: none;
  color: white;
  background: #2051AD;
}

.menu  li  ul {
  position: absolute;
  top: 35px;
  left: 0;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
  min-width: 180px;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: block;
  font-variant: normal;
}

.menu li ul li {
  display: block;
  background: #86ACDC;
}

.menu > li ul .submenu {
  display: block;
  background-color: #2868b8;
  position: relative;
}

.menu > li ul .submenu:after {
    content: " ";
    display: block;
    border-left: 7px solid #fff;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    position: absolute;
    top: 14px;
    right: 10px;
}


.menu li ul li a {
  padding: 8px 10px;
  color: white;
  border: 0;
}

.menu li ul li:hover a {
  background: #86ACDC;
  color: #fff;
}

.menu li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

.menu li:last-of-type ul {
  left: inherit;
  right: 0px;
}




  .menu > li:hover > ul > li:hover > ul {
    top: 0;
    right: 0;
    left: auto;
    margin-right: -265px;
    margin-bottom: 0;
  }

  .menu > li:hover > ul > li:hover > ul {
    display: block;
    opacity: 1;
    visibility: visible;
    top: 0;
  }

  .menu > li:hover > ul > li > ul {
    display: none;
    opacity: 0;
    visibility: hidden;
  }


/*

.menu >li:last-of-type>a {
 
}


.menu >li>ul>li a {
   pointer-events: auto !important;
}


.menu>li:nth-child(2)>a  {
  pointer-events: none;
}


.menu>li:nth-child(3)>a  {
  pointer-events: none;
}


.menu>li:nth-child(4)>a  {
  pointer-events: none;
}


.menu>li:nth-child(5)>a  {
  pointer-events: none;
}


.menu>li:nth-child(6)>a  {
  pointer-events: none;
}
*/

.menu li:nth-child(2) ul {
    min-width: 265px;
}

.menu > li:nth-child(2):hover> ul > li:hover > ul {
    width: 265px;
}

.menu li:nth-child(3) ul {
    min-width: 265px;
}

.menu > li:nth-child(3):hover> ul > li:hover > ul {
    width: 265px;
}

.menu li:nth-child(4) ul {
    min-width: 265px;
}

.menu > li:nth-child(4):hover> ul > li:hover > ul {
    width: 265px;
}







/*--End desktop menu styles */

.banner img {
  display: inline-block;
}

.bannerText {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  margin: 0;
  padding: 1.5em 0;
  line-height: 1.75;
}

.homeContent {
  display: inline-block;
  vertical-align: top;
  width: 65%;
  padding-right: 10px;
}

.CalendarContent {
  display: inline-block;
  vertical-align: top;
  width: 90%;
  padding-right: 10px;
}

.newsandUpdates {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  padding-left: 20px;
}

.imageRight {
  float: right;
  margin: .5em 0 1em 1em;
}

.imageLeft {
  float: left;
  margin: .0 1em 1em 0;
}

.practiceAreas li {
  display: inline-block;
}

.footerLeft {
  display: inline-block;
  vertical-align: top;
  width: 49.5%;
  text-align: left;
}

.footerRight {
  display: inline-block;
  vertical-align: top;
  width: 49.5%;
  text-align: right;
}
}

@media all and (min-width: 1250px) {

.bannerText {
   padding-top: 3.75em;
 }

.subContentWrapper {
  background-size: 100% 378px;
}

.subContent {
  padding: 2em;
}

footer {
  padding: 1em 0;
}
}

/* get rid of submenus */
nav.main ul li ul li ul {
  display:none;
}
