@import url(https://fonts.googleapis.com/css?family=Open+Sans);
html {
	scroll-behavior: smooth;
}
body {
  font-family: 'Open Sans', sans-serif;
}
 p {
color: #000;
font-size: 14px;
line-height: 24px;
 }
 h1, h2, h3, h4, h5, h6 {

 }
 h1 {

 }
 h2 {
  margin: 15px 0;
  color: #1a59a9;
 }
 h3 {
  
 }
 h4 {
  color: #1a59a9;
text-transform: uppercase;
 }
 h5 {
  
 }
 h6 {
  
 }
 h1 a {

 }
 h2 a {
  
 }
 h3 a {
  
 }
 h4 a {
  
 }
 h5 a {
  
 }
 h6 a {
  
 }
#wraper {
font-family: 'Open Sans', sans-serif;
}
.content {
    padding-left: 270px;
}
#menu-content {
  border-top: 1px solid #ddd;
  background: #fff;
  opacity: 2;
  z-index: 99999;
}
/*MENU*/
.nav-side-menu {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 200;
  background-color: #fff;
  position: absolute;
  top: 0px;
  width: 270px;
  /*height: 100%;*/
  height: auto;
  color: #000;

}
.nav-side-menu .brand {
/*  background-color: #0b2848;*/
	background-color: #fff;
    display: inline-flex;
    text-align: center;
    font-size: 14px;
    line-height: 50px;
    padding: 12px 10px;
    width: 100%;
}

.nav-side-menu .brand a, .nav-side-menu .brand a img{
  width: 100%;
}
.nav-side-menu .toggle-btn {
  display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 30px;
  cursor: pointer;
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}
.nav-side-menu ul .active,
.nav-side-menu li .active {
  border-left: 3px solid #ef3c4b;
  background: #1a59a9;
  background: -webkit-linear-gradient(to right top, #1a59a9, #1a59a9, #1a59a9, #1a59a9, #1a59a9);
  background: -o-linear-gradient(to right top, #1a59a9, #1a59a9, #1a59a9, #1a59a9, #1a59a9);
  background: -moz-linear-gradient(to right top, #1a59a9, #1a59a9, #1a59a9, #1a59a9, #1a59a9);
  background: linear-gradient(to right top, #1a59a9, #1a59a9, #1a59a9, #1a59a9, #1a59a9);
  color: #fff !important;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
  color: #fff;
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
  color: #fff;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
  padding-left: 0px;
  border-bottom: 1px solid #DDD;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
  background-color: #ef3c4b !important;
}
.nav-side-menu li {
  padding-left: 0px;
  border-left: 3px solid #1a59a9;
  border-bottom: 1px solid #DDD;
}
.nav-side-menu li a {
  text-decoration: none;
  color: #2f2f2f;
  padding-left: 10px;
  text-transform: uppercase;
  display: block;
}
.nav-side-menu li:hover a{
  color: #000;
}
.nav-side-menu li.active a {
  color: #fff;
}
.sub-menu li a {
    font-size: 13px;
text-align: left;
display: block;
padding: 8px 10px;
text-transform: uppercase;
color: #000;
line-height: 18px;
}
.nav-side-menu li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px;
}
.nav-side-menu li:hover {
  border-left: 3px solid #1a59a9;
  background-color: #ef3c4b !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sub-menu li:hover a {
color: #ffffff;
}
@media (max-width: 767px) {
  .nav-side-menu {
    position: relative;
    width: 100%;
  }
  .nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10 !important;
    padding: 15px 3px;
    background-color: #FFF;
    color: #000;
    width: 50px;
    text-align: center;
  }
  .brand {
    font-size: 22px;
    padding-left: 20px;
    line-height: 50px !important;
  }
}
@media (min-width: 767px) {
  .nav-side-menu .menu-list .menu-content {
    display: block;
  }
}
body {
  margin: 0px;
  padding: 0px;
}

/*SLIDE*/

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.slider .carousel-inner > .item > img {
  width: 100%;
  object-fit:cover!important;
  object-position:center!important;
}

/*Content Home*/
.content_blk {
  width: 94%;
  margin: 0px auto;
  clear: both;
}
.section_grey {
  background: #f0f0f0;
  padding: 20px 0;
}
.dev_padding {
  padding: 20px 0;
}

.ttl_blk h2 {
  background: #1a59a9;
  padding: 12px 3%;
  font-size: 21px;
  text-transform: uppercase;
  margin: 0px;
  color: #fff;
}


/*responsive*/
@media (max-width: 767px) {
.content {
    padding-left: 0px;
}
.text-justify {
    text-align: left;
}
ol, ul {
    padding-left: 14px;
}


}

@media all and (max-width: 699px) and (min-width: 480px)  { 

.mobilemenu
{
  display: block;
position: absolute;
}
.desktopmenu
{
  display: none;
}
}

#footer-wrapper {
  background: #efefef;
padding: 20px 0px;
}
.footer {
  width: 94%;
margin: 0 auto;
}
.submit_button {
  margin-top: 12px;
}
.submit_button input {
  background: #1a59a9;
  border: none;
  color: #FFF;
  padding: 6px 18px;
  border-radius: 3px;
  width: 120px;
}
#footer-wrapper h3{
  color: #1a59a9;
  margin: 5px 0 20px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #1a59a9;
  text-transform: uppercase;
  font-size: 16px;
}
#footer-wrapper p {
  color: #000;
}
#footer-wrapper a {
  color: #4b4b4b
}
.footer_copy {
  text-align: center;
padding: 20px 0 10px;
background: #1a59a9;
}
.footer_copy p {
  color: #fff;
}


.progress {
    position: relative;
  height: 25px;
}
.progress > .progress-type {
  position: absolute;
  left: 0px;
  font-weight: 800;
  padding: 3px 30px 2px 10px;
  color: rgb(255, 255, 255);
  background-color: rgba(25, 25, 25, 0.2);
  width: 100%;
}
.progress > .progress-completed {
  position: absolute;
  right: 0px;
  font-weight: 800;
  padding: 3px 10px 2px;
}

.list{
  line-height: 30px;
  font-size: 15px;
  margin-left:5px;
}
#list{
  list-style-image: url(../img/list.png);
  padding-left: 12px;
}


  table { 
    width: 100%; 
    border-collapse: collapse; 
  }
  tr:nth-of-type(odd) { 
    background: #eee; 
  }
  th { 
    background: #ef3c4b;
    color: #FFF;
    font-weight: bold; 
  }
  td, th { 
    padding: 10px !important;
    border: 1px solid #e3e3e3; 
    text-align: left; 
  }
  @media
  only screen and (max-width: 760px),
  (min-device-width: 768px) and (max-device-width: 991px)  {

    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr {
      display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px;
    }

    tr { border: 1px solid #ccc; }

    td {
      /* Behave  like a "row" */
      border: 1px solid #ddd;
      border-bottom: 1px solid #eee;
      position: relative;
      padding-left: 50%;
      text-align: left;
    }

#quality_performance h4 {
  text-align: left;
  padding: 0 4%;
  color: #000;
  font-weight: bold;
}
    td:before {
      /* Now like a table header */
      position: absolute;
      /* Top/left values mimic padding */
      top: 6px;
      left: 6px;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap;
      color: #ef3c4b;
    }

    /*
    Label the data
    */
    td:nth-of-type(1):before { content: "Measure Number: "; }
    td:nth-of-type(2):before { content: "Performance Measure: "; }
    td:nth-of-type(3):before { content: "ACO Performance Rate (2012): "; }
    td:nth-of-type(4):before { content: "Mean Performance Rate for all ACOs (2012): "; }
    td:nth-of-type(5):before { content: "ACO Performance Rate (2013): "; }
    td:nth-of-type(6):before { content: "Mean Performance Rate for all ACOs (2013): "; }
    td:nth-of-type(7):before { content: "ACO Performance Rate (2014): "; }
    td:nth-of-type(8):before { content: "Mean Performance Rate for all ACOs (2014): "; }
  }

@media screen and (max-width: 555px) {
    td {
      border: none;
      border-bottom: 1px solid #eee;
      position: relative;
      padding-left: 4%;
      width: 96%;
    }
td:before {
      position: relative;
      width: 100%;
      padding-right: 0px;
      white-space: nowrap;
      color: #ef3c4b;
      float: left;
      left: 0px;
    }

    .nav-side-menu .brand a, .nav-side-menu .brand a img{
      width: auto !important;
    }
  }

.mci{
  line-height: 46px;
}

.submain {
  border-left: 3px solid #ef3c4b;
}

.submain a {
  background: #E69614;
  background: -webkit-linear-gradient(#E69614, #9C6822);
  background: -o-linear-gradient(#E69614, #9C6822);
  background: -moz-linear-gradient(#E69614, #9C6822);
  background: linear-gradient(#E69614, #9C6822);
  color: #fff !important;
}
.submain a:hover { 
  background: #ef3c4b;
  color: #000 !important;
}
#toTop {
    padding: 5px 3px;
    background: none;
    color: #fff;
    position: fixed;
    bottom: 0;
    right: 5px;
    display: none;
    cursor: pointer;
}
.top_menu {
  float: left;
width: 100%;
background: rgb(255, 255, 255) none repeat scroll 0% 0%;
padding-top: 8px;
}
/* .slider { */
  /* float: left; */
/* } */
.fmenu {
  list-style: none;
  float: right;
  margin-right: 30px;
}
.fmenu li {
float: left;
}
.fmenu li a {
display: block;
margin: 0 3px;
}
.ttl_blk {
  float: left;
width: 100%;
}
#menu-content ul li a span{
  color: #fff;
}
.fa-ul > li {
    padding-bottom: 20px;
}

/* new class added*/

.newWidth{
	width: 10%;
}

.governingBodytable{
	text-align: center;
    width: 30%;
}
.mobile12{
  display: none !important;
}
@media screen and (max-width:991px) {
  .brand img.logopng{
    height: 4rem !important;
  }
  .nav-side-menu .brand.desktop12{
    display: none !important;
  }
  .nav-side-menu .brand.mobile12{
    display: flex !important;
  }
}

#addontableMirraReach1 td{
  text-transform: uppercase !important;
}