html {
  width: 100%;
}

html,
body {
  width: 100%;
  padding: 0px;
  margin: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #434343;
  background-color: #e2e0e0;
  background-image: url('../image/WMATA_Background.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
}

* {
  font-family: 'Open Sans', sans-serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  padding: 0px;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

img {
  -ms-interpolation-mode: bicubic;
}

ul {
  list-style-type: none;
}

a {
  list-style-type: none;
  color: #4381aa;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

b {
  list-style-type: none;
  font-weight: bold;
}

.content-wrapper {
  position: relative;
  display: flex;
  max-width: 1260px;
  min-width: 400;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
}

.content-left {
  /* flex: 0 0 20%; */
}

.content-center {
  flex: 1;
}

.c-subtitle {
  position: relative;
  top: 0px;
  left: 0px;
  font-size: 30px;
  color: white;
}

.home-link {
  position: relative;
  text-align: center;
  float: right;
  text-decoration: underline;
  width: auto;
  border-width: 0px;
}

.reporting-link {
  position: relative;
  text-align: center;
  float: right;
  width: 170px;
  height: 35px;
  padding: 0.45em 0;
  color: black;
  background: #fed22f;
  border-width: 0px;
}

.reporting-link:hover {
  color: white;
  background: #4381aa;
  text-decoration: none;
}

.yellow-btn {
  position: relative;
  text-align: center;
  padding: 0.7em 1.2em;
  color: black;
  background: #fed22f;
  border-width: 0px;
  border-radius: 10px;
}

.yellow-btn:hover {
  color: white;
  background: #4381aa;
  text-decoration: none;
}

.contact-box {
  position: relative;
  float: left;
  width: 100%;
  height: 125px;
  padding-left: 1.25rem;
  color: black;
  background: #d0dfea;
  border-width: 0px;
}

.contact-box a {
  color: black;
}

.home-box-header {
  background-image: url('../image/Home-bluelined-bg.png');
  background-size: auto 100%;
  width: 100%;
  /*   height: 50px; */
  display: flex;
  align-items: center;
  padding: 11px 0;
}

.home-box-header h2 {
  color: white;
  padding-top: 0;
  margin: 0 0 0 0.7em;
}

.home-box {
  position: relative;
  display: flex;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
  background-color: #e2e0e0;
}

.home-box .left {
  flex: 0 50%;
  padding: 10px 20px 10px 30px;
}

.home-box .right {
  flex: 1;
  text-align: center;
  padding: 15px;
}

.home-dotted-box {
  width: 100%;
  height: auto;
  /* 	text-align: center; */
  border: 5px dotted;
  border-color: #4381aa;
}

.home-dotted-box .header {
  width: fit-content;
  margin: -16px auto;
  background-color: white;
  z-index: 10;
  color: #294961;
}

.home-dotted-box .header h2 {
  padding: 0 20px;
}

.pubs-box {
  width: 100%;
  height: auto;
  border: #294961 1px solid;
  margin-bottom: 35px;
}

.pubs-box .header {
  width: fit-content;
  margin: -20px auto auto 6%;
  background-color: white;
  z-index: 10;
  color: #294961;
}

.accordion-header .header {
  font-size: 1.2rem;
  font-weight: bold;
  color: #294961;
}

.dropdown-scroll {
	max-height: 200px;
	overflow-y: auto;
}

.pub-image {
	width: 100%; 
	max-width: 200px; 
	z-index: 60; 
	/* border: #294961 1px solid; */
	box-shadow: -5px 5px 5px gray;
}

.btn-yellow {
  border: 0;
  color: black;
  background: #fed22f;
  border-radius: 10px;
}

.submit-btn {
  display: flex;
  height: 80px;
  width: 100%;
  color: #4381aa;
  border: #4381aa 2px solid;
  border-radius: 5px;
  text-decoration: none;
}

.submit-btn:hover {
  text-decoration: none;
  background-color: WhiteSmoke;
}

.tab-nav {
  margin-top: 20px;
  margin-bottom: 20px;
}

.tab-nav button {
  border: #4381aa 1px solid;
  background: #4381aa;
  color: white;
  border-radius: 10px;
  margin-right: 1%;
  margin-bottom: 5px;
  padding: 1px 1.5rem;
}

.tab-nav .active {
  background: white;
  color: #4381aa;
}

.tab-nav button:hover {
  background: white;
  color: #4381aa;
}

.circle-num {
  position: relative;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 10px;
  background: #4381aa;
  border: 0px;
  color: #fff;
  text-align: center;
  z-index: 60;
}

/* another css starts below*/

.navbar-nav>li>ul>li>a {
  color: #0081ba;
}

.nav-tabs>li.active>a:focus {
  width: 300px;
}

.panel-primary .panel-heading .nav-tabs>li>a {
  color: white;
}

.panel-primary .panel-heading .nav-tabs>li.active>a,
.panel-primary .panel-heading .nav-tabs>li>a:hover,
.panel-primary .panel-heading .nav-tabs>li>a:focus,
.panel-primary .panel-heading .nav-tabs>li>a:active {
  color: black;
}

.panel-primary>.panel-heading .active .badge {
  background-color: #777777;
  color: #ffffff;
}

.panel-primary>.panel-heading .badge {
  margin-left: 20px;
}

.c-content-wrapper {
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ffffff;
}

.c-content-box {
  width: 50%;
  height: 100%;
  padding-left: 0px;
  padding-right: 0px;
  float: left;
  text-align: left;
}

.c-content-box-right {
  text-align: center !important;
  border-style: solid;
  border-width: 0px 0px 0px 2px;
  border-color: #032f43;
}

.c-content-box-right .c-content-title,
.c-content-box-right .c-content-text {
  text-align: left;
}

.c-content-title {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #408080;
  margin: 20px 0;
}

.c-content-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #434343;
}

.c-content-text-small {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #434343;
}

.c-homepage-instruction {
  position: relative;
  top: 370px;
  left: -20px;
  height: 70px;
  width: 1000px;
}

.c-homepage-faqs {
  /* position: absolute;
	top: 210px; 
	left: 0px; 
	height: 400px; */
  width: 700px;
}

.c-btn-box {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 850px;
}

.c-btn_image {
  width: 180px;
  height: 70px;
  margin-left: 5px;
  margin-right: 5px;
  float: left;
}

.button {
  background-color: #60b044;
  box-sizing: border-box;
  color: white;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  padding: 10px 10px 12px;
  text-decoration: none;
  width: 28%;
  font-size: 0.7em;
  border-radius: 3px;
  /* box-shadow: 0 1px 3px 0px #666; */
  box-shadow: 0 -5px 0 0 rgba(39, 41, 43, 0.3) inset;
  position: relative;
}

.button:hover {
  background-color: #67b94a;
  top: 2px;
  padding-bottom: 10px;
  box-shadow: 0 -3px 0 0 rgba(39, 41, 43, 0.3) inset;
}

.button+.button {
  margin-left: 20px;
}

.button strong {
  /* text-decoration: underline; */
  font-family: 'Open Sans', sans-serif;
  display: block;
  font-size: 1.3em;
  line-height: 1em;
}

.button:hover strong {
  text-decoration: none;
}

#wrapper {
  width: 100%;
}

#wrapper header {
  background-image: url(../image/Home-CCprogrambanner.png);
  background-repeat: repeat-y;
  /*   height: 52px; */
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

#wrapper header strong {
  color: white;
  font-size: 24px;
  text-shadow: 2px 2px 3px grey;
  text-align: center;
}

#wrapper header img:first-child {
  height: 28px;
}

#wrapper header img:last-child {
  height: 30px;
}

#banner {
  height: 140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

#banner img {
  position: absolute;
  bottom: 0;
}

#tutorialImg {
  width: 100%;
  border: 1px solid #858585;
}

#wrapper .about,
#wrapper .home,
#wrapper .contactus,
#wrapper .efr,
#wrapper .onlineresources,
#wrapper .submitdata,
#wrapper .faqs {
  display: none;
}

#wrapper.onlineresources .onlineresources,
#wrapper.about .about,
#wrapper.contactus .contactus,
#wrapper.home .home,
#wrapper .nmrs .nmrs,
#wrapper.submitdata .submitdata,
#wrapper.efr .efr,
#wrapper.faqs .faqs {
  display: block;
}

.about .c-banner-inside-box,
.efr .c-banner-inside-box,
.contactus .c-banner-inside-box,
.onlineresources .c-banner-inside-box,
.nmrs .c-banner-inside-box,
.submitdata .c-banner-inside-box,
.faqs .c-banner-inside-box {
  left: auto;
  right: 85px;
}

.about .content-bullet {
  list-style-image: url('../image/arrow_bullet.jpg');
}

.about .c-content-annotation {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.6em;
}

.about .c-content-box-right,
.efr .c-content-box-right,
.home .c-content-box-right,
.nmrs .c-content-box-right,
.faqs .c-content-box-right {
  display: none;
}

.about .about.c-content-box-right {
  display: block;
  text-align: left !important;
  margin-top: 70px;
}

.efr.c-content-box-right {
  display: block;
  text-align: left !important;
  margin-top: 0px;
  float: right;
  width: 50%;
  padding-left: 40px;
  border-style: none;
}

.c-content-box.efr {
  width: 50%;
  border-width: 0px 2px 0px 0px;
  border-color: #032f43;
  border-style: solid;
}

#efr {
  width: 50%;
  border-width: 0px 2px 0px 0px;
  border-color: #032f43;
  border-style: solid;
}

.c-content-box-right-efr {
  display: block;
  text-align: left !important;
  margin-top: 0px;
  float: right;
  width: 50%;
  padding-left: 40px;
}

.c-content-box.home,
.c-content-box.faqs,
.c-content-box.about,
.c-content-box.nmrs {
  width: 100%;
}

.c-content-wrapper:after {
  content: '';
  clear: both;
  display: table;
}

.c-content-box.faqs>ul {
  display: block;
  float: left;
  padding: 0px;
  list-style: none;
  /* box-sizing: border-box;*/
}

.c-content-box.faqs>ul>li {
  cursor: pointer;
  padding: 8px 25px;
  /* border: 1px solid #ccc;*/
  font-size: 1.1em;
  color: #434343;
}

.c-content-box.faqs>ul>li+li {
  margin-top: -1px;
}

.c-content-box.faqs>ul>li:hover,
.c-content-box.faqs>ul>li.selected {
  background-color: #e6e6e6;
}

.c-content-box.faqs .accordion-group-content {
  font-family: 'Open Sans', sans-serif;
  color: #434343;
  margin-left: 150px;
  display: none;
}

.c-content-box.faqs .accordion-group-content.selected {
  display: block;
}

.c-content-box.faqs .accordion-group-content>ul {
  list-style: none;
  padding-left: 20px;
}

.accordion-group-content>ul>li {
  border-bottom: 1px solid #d2d2d2;
}

.accordion-group-content .accordion-header:hover {
  background-color: #e6e6e6;
}

.accordion-group-content .accordion-header {
  color: #434343;
  text-decoration: none;
  display: block;
  /* 	line-height: 1.25em; */
  font-weight: bold;
  padding: 20px 0;
  padding-left: 2.5rem;
}

.accordion-group-content .accordion-header:after {
  display: inline-table;
  content: '';
  clear: both;
}

.accordion-group-content .accordion-header .icon {
  position: relative;
  display: inline-block;
  height: 27px;
  margin: 0 0.5rem -0.5rem -2.5rem;
  width: 27px;
  background-image: url('../image/accordion_icon.png');
  background-repeat: no-repeat;
}

.accordion-group-content .accordion-header:hover .icon {
  background-position: 0 -37px;
}

.accordion-group-content>ul>li.selected .icon {
  background-position: 0 -74px;
}

.accordion-group-content>ul>li.selected .accordion-header:hover .icon {
  background-position: 0 -111px;
}

.accordion-group-content .accordion-header:hover {
  background-position: 0 -37px;
}

.accordion-group-content .accordion-content {
  font-size: 0.9em;
  /* font-weight: bold;*/
  display: none;
  padding: 15px 35px 30px;
  color: #434343;
}

.accordion-group-content .selected .accordion-content {
  display: block;
}

.c-popup-text {
  font-weight: bold;
  font-size: 1em;
  color: #434343;
  margin: 20px 0;
}

#sidebar-container {
  min-width: 230px;
  /*     min-height: 100vh;    */
  /* margin-top: 10px; */
  padding: 0;
}

/* Sidebar sizes when expanded and expanded */
.sidebar-expanded {
  /* width: 230px;
  margin-right: 22px; */
}

.sidebar-collapsed {
  display: none;
  /* width: 60px; */
}

/* Menu item*/
#sidebar-container .list-group a {
  height: 45px;
  color: white;
  background-color: #4381aa;
  border: 0px;
  border-radius: 0;
}

#sidebar-container .list-group a:hover {
  color: #4381aa;
  background-color: WhiteSmoke;
}

/* Submenu item*/
#sidebar-container .list-group .sidebar-submenu a {
  height: 45px;
  padding-left: 40px;
}

.sidebar-submenu {
  font-size: 1rem;
}

/* Closed submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded='false'] .submenu-icon::before {
  content: ' \002B';
  display: inline;
  right: 10px;
  position: absolute;
  top: 11px;
}

/* Opened submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded='true'] .submenu-icon::after {
  content: ' \2212';
  display: inline;
  right: 10px;
  position: absolute;
  top: 11px;
}

@media (max-width: 900px) {
  #home-process-box {
    display: flex;
    margin: 0 20px 20px 20px;
  }

  #home-process-img {
    content: url(../image/CC-process-vertical.png);
    /* 		width: 100%; */
  }

  #home-process-txt {
    display: flex;
    flex-direction: column;
    /* 		width: 60%; */
    margin: 20px 0;
    justify-content: space-between;
  }

  .home-process-sec {
    /* 		margin-top: 15px; */
  }
}

@media (min-width: 901px) {
  #home-process-box {
    margin: 0 5px 20px 5px;
  }

  #home-process-img {
    content: url(../image/CC-process-notxt.png);
    width: 100%;
  }

  #home-process-txt {
    display: flex;
    flex-direction: row;
    margin-left: 5px;
    margin-right: 48px;
  }
}

@media (max-width: 1280px) {}