html {
  width: 100%;
  background-color: #ffffff;
}
html,
body {
  width: 100%;
  padding: 0px;
  margin: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #434343;
  background-color: #ffffff;
}
* {
  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,
.h1 {
  font-size: 2rem;
}

h2,
.h2 {
  font-size: 1.75rem;
}

h3,
.h3 {
  font-size: 1.5rem;
}

h4,
.h4 {
  font-size: 1.25rem;
}

h5,
.h5 {
  font-size: 1rem;
}

#wrapper {
  width: 100%;
}
.content-wrapper {
  position: relative;
  display: flex;
  max-width: 1260px;
  background-color: transparent;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.content-left {
  flex: 0 0 22%;
}
.content-center {
  flex: 1;
}
.content-right {
  flex: 0 0 22%;
}

img {
  -ms-interpolation-mode: bicubic;
}

ul {
  list-style-type: none;
}

a {
  list-style-type: none;
  color: #0081ba;
  /* 	font-size: 16px; */
  text-decoration: none;
}
h3 {
  list-style-type: none;
}

b {
  list-style-type: none;
  color: #434343;
  font-weight: bold;
}

.c-bts-logo-bar {
  position: relative;
  top: 10px;
  height: 30px;
  vertical-align: middle;
  float: left;
}

.c-ftm-logo-bar {
  position: relative;
  top: 10px;
  height: 30px;
  vertical-align: middle;
  float: right;
}

.c-logo-image-ul {
  position: relative;
  vertical-align: middle;
  top: -45px;
  float: left;
  z-index: 0;
}

.c-manu-bar {
  width: 100%;
  background-color: #ffffff;
  padding-left: 0px;
  padding-right: 0px;
  z-index: 100;
}

.c-manu-bar:after {
  content: '';
  display: table;
  clear: both;
}

.c-manu {
  float: left;
}

.c-manu-right {
  float: right !important;
}

.c-manu-item {
  float: left;
}

.c-manu-item > a {
  /* padding: 50px 40px;
	padding: 10px 20px;  09/05/2017 */
  /* padding: 10px 20px; before 11/22/2017 */
  padding: 10px 10px;
  color: #121212;
  display: block;
  font-weight: bold;
  /* change the font size to allow the tabs to fit the menu bar area */
  font-size: 16px;
}

.c-manu-item-active {
  position: relative;
  top: 0px;
  padding: 10px;
  background-color: #0081ba;
  z-index: 88;
  color: white;
  border-radius: 5px;
}

.c-manu-item > a:link {
  background-color: #ffffff;
  text-decoration: none;
}

.c-manu-item > a:visited {
  /* background-color: #0081ba;*/
  text-decoration: none;
}

.c-manu-item > a:hover {
  position: relative;
  top: 0px;
  background-color: #0081ba;
  /* padding: 10px 20px; before 11/22/2017 */
  padding: 10px 10px;
  vertical-align: middle;
  z-index: 88;
  color: white;
  border-radius: 5px;
}

.c-manu-item > a.active {
  background-color: #ffffff;
  /* background-color: #0081ba!important;
     background-color: #0081ba;
    color: #cccccc;*/
}

.c-manu-item-selected {
  position: relative;
  /* padding: 10px 20px; before 11/22/2017 */
  padding: 10px 10px;
  top: 0px;
  background-color: #0081ba;
  z-index: 88;
  color: #ffffff;
  border-radius: 5px;
}

.c-slogan {
  position: relative;
  top: 0px;
  left: 0px;
  font-size: 40px;
  color: white;
}

.c-subtitle {
  position: relative;
  top: 0px;
  left: 0px;
  font-size: 30px;
  color: white;
}

.c-login-link {
  position: relative;
  text-align: center;
  padding: 9px 0;
  float: left;
  width: 180px;
  margin: 20px 15px auto 55px;
  background: #083044;
  border-color: #083044;
  border-style: solid;
  border-width: 1px;
  border-radius: 10px;
}
.c-login-link:hover {
  background: #0081ba;
}

.c-link-box {
  width: 25%;
}

@media (max-width: 1024px) {
  .c-link-box h4 {
    font-size: 13px;
  }
}

.c-sppe-link,
.c-wcr-link,
.c-isd-link {
  position: relative;
  height: 100%;
  width: 100%;
  border: 1px solid #0081ba;
  box-shadow: 5px 5px 5px grey;
  border-radius: 5px;
  background: white;
  display: inline-block;
  line-height: 15px;
}

.c-wcr-link:hover,
.c-sppe-link:hover,
.c-isd-link:hover {
  background-color: WhiteSmoke;
}

.c-contact-us {
  position: relative;
  top: 0px;
  left: 0px;
  height: 380px;
  width: 400px;
}
.c-contact-us-box {
  position: relative;
  /* 	background: linear-gradient(#0081BA, #063970);  */
  background-color: #0081ba;
  float: center;
  color: #ffffff;
  text-align: center;
  height: 380px;
  width: 400px;
  box-shadow: 5px 5px 5px grey;
  border-radius: 5px;
}

.c-stayconnected-box {
  position: absolute;
  background: linear-gradient(#0081ba, #063970);
  text-align: center;
  height: 140px;
  width: 1000px;
  box-shadow: 5px 5px 5px grey;
  border-radius: 5px;
  z-index: 10;
}

.c-contact-us-method {
  position: relative;
  top: 380px;
  /* background: linear-gradient(grey, blue); */
  height: 200px;
  width: 300px;
}

.c-footer-bar {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 1000px;
  height: 70px;
  z-index: 999999;
  background-color: #fafafa;
}

.c-footer-bar-text {
  position: relative;
  color: #434343;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
  padding-left: 0px;
  text-align: left;
  vertical-align: middle;
  margin-left: 220px;
}

/* 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: 14px;
  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;
}
#tutorialImg {
  width: 100%;
  border: 1px solid #858585;
}

/*
.c-contact-info-box {
	
}
*/

.c-contact-info-reg {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #032f43;
}

.c-contact-info-bold {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #032f43;
}

.c-content-highlight {
  font-weight: 700;
  color: #2680b5;
}

#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.7rem -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;
}

/* #body-row {
    margin-left:0;
    margin-right:0;
} */
#sidebar-container {
  /* float:left; */
  min-height: 100vh;
  padding: 0;
}

/* Sidebar sizes when expanded and expanded */
.sidebar-expanded {
  /* width: 230px; */
}
.sidebar-collapsed {
  display: none;
  /* width: 60px; */
}

/* Menu item*/
#sidebar-container .list-group a {
  height: 45px;
  color: #0081ba;
  /* margin: auto 15px auto 15px; */
  border: 0px;
  background-color: transparent;
}

#sidebar-container .list-group a:hover {
  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;
}

.program-areas {
  list-style: none;
  display: flex;
  flex-direction: column;
  width: 340px;
  margin: 20px 0;
}

.program-areas a {
  padding: 0.5em 1em;
  background-color: #032f43;
  color: white;
  text-decoration: none;
}

.program-areas a:hover {
  background-color: #0081ba;
}

.program-areas a + a {
  margin-top: 10px;
}

#newsroom .post {
  margin-bottom: 4em;
}

#newsroom .post .tag {
  font-weight: bold;
  color: #6c757d;
}

#newsroom .post-list > .post:first-child .tag {
  color: #25aae1;
}

#newsroom .btn-secondary {
  background-color: lightgray;
  border-color: lightgray;
  color: #434343;
  border-radius: 1em;
  line-height: 2.4em;
}

#newsroom .btn-secondary svg {
  fill: #434343;
  width: 40px;
}

#newsroom .post .btn-secondary {
  border-radius: 2em;
  padding: 0 1.5em;
}

@media (min-width: 768px) {
  #sidebar-container {
    width: 180px;
    margin: 10px 30px auto 40px;
  }

  #connectWithUs {
    margin: 100px auto auto 15px;
  }
}

@media (max-width: 1280px) {
  /* 	html{ */
  /* 		zoom: 95%; */
  /* 	} */
}

/*
	#wrapper{
		width: 100%;
	}
	.c-content-wrapper{
		position: relative;
	    width: 1000px;
	    margin: 0 auto;
		background-color: transparent;
	}
	.page-wrapper{
		width: 100%;
	}
	*/




.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs .nav-link.active {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: none;
    border-bottom: 4px solid #0099cc;
}

.content-left .list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
/*    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);*/
}