@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,300);
#cssmenu {
  position: relative;
  margin: 0;
  font-family: 'Roboto Condensed';
  line-height: 1;
  width: 250px;
}
.align-right {
  float: right;
}
#cssmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
#cssmenu ul li {
  position: relative;
  margin: 0;
  padding: 0;
}

#cssmenu > ul > li > span.currentsection {
  color: #fff;
  text-transform: uppercase;
  display: block;
  padding: 20px;
  border: 1px solid #81c341;
  background: #81c341;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: bold;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  position: relative;
}

#cssmenu ul li a {
  text-decoration: none;
  cursor: pointer;
}

#cssmenu > ul > li > a {
  color: #dddddd;
  text-transform: uppercase;
  display: block;
  padding: 20px;

  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  background: #052555;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: bold;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  position: relative;
}
#cssmenu > ul > li:first-child > a {


}
#cssmenu > ul > li:last-child > a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom: 1px solid #000000;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.open > a,
#cssmenu > ul > li.active > a {
  background: #083462;
  color: #ffffff;
}
#cssmenu ul > li.has-sub > a::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;

  border-botom: 13px solid transparent;
  border-left: 125px solid transparent;
  border-right: 125px solid transparent;
  left: 0;
  bottom: -13px;
  bottom: 0px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#cssmenu ul > li.has-sub > a::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;

  border-botom: 13px solid transparent;
  border-left: 125px solid transparent;
  border-right: 125px solid transparent;
  left: 0;
  bottom: -12px;
  bottom: -1px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#cssmenu ul > li.has-sub::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top-color: #dddddd;
  z-index: 2;
  right: 20px;
  top: 24.5px;
  pointer-events: none;
}
#cssmenu ul > li:hover::after,
#cssmenu ul > li.active::after,
#cssmenu ul > li.open::after {
  border-top-color: #ffffff;
}
#cssmenu ul > li.has-sub.open > a::after {
  opacity: 1;
  bottom: -13px;
}
#cssmenu ul > li.has-sub.open > a::before {
  opacity: 1;
  bottom: -12px;
}
#cssmenu ul ul {
  display: none;
}
#cssmenu ul ul li {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#cssmenu ul ul li a {
  background: #f1f1f1;
  display: block;
  position: relative;
  font-size: 15px;
  padding: 14px 20px;
  border-bottom: 1px solid #dddddd;
  color: #777777;
  font-weight: 300;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
#cssmenu ul ul li:first-child > a {
  padding-top: 18px;
}
#cssmenu ul ul ul li {
  border: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
  background: #e4e4e4;
  color: #666666;
}
#cssmenu ul ul > li.has-sub > a::after {
  border-top: 13px solid #dddddd;
}
#cssmenu ul ul > li.has-sub > a::before {
  border-top: 13px solid #e4e4e4;
}
#cssmenu ul ul ul li a {
  padding-left: 30px;
}
#cssmenu ul ul > li.has-sub::after {
  top: 18.5px;
  border-width: 6px;
  border-top-color: #777777;
}
#cssmenu ul ul > li:hover::after,
#cssmenu ul ul > li.active::after,
#cssmenu ul ul > li.open::after {
  border-top-color: #666666;
}

.img-space {
	display: none;
}

#mainBanner{
  width:100%;
}

/* Clear floats after the columns */

.row:after {
	content: "";
	display: table;
	clear: both;
}

#moreInfoBlock{
  display: none;
}

#moreInfoBlock div.assistance{
	background: #E4E4E4;
	padding: 10px;
	margin-bottom: 10px;
}

.faq-accordion {
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border-width: 1 px;
  text-align: left;
  outline: none;
  font-size: 20px;
  font-weight:600;
  transition: 0.4s;
}

.faq-accordion-green {
  background-color: #81c341;
  color: #fff;
}

.faq-accordion-white {
  background-color: #fff;
  color: #000;
}

.faq-accordion-green.faq-active {
  background-color: #052555; 
}

.faq-accordion-white.faq-active {
  background-color: #052555;
  color: white;
}

.faq-accordion-green:hover {
  background-color: #052555; 
}

.faq-accordion-white:hover {
  background-color: #052555;
  color: white;
}

.faq-panel {
  padding: 20px;
  display: none;
  background-color:#f4e8d3;
  overflow: hidden;
}

.faq-panel p {
  font-size: 1.3em;
  font-family: 'Lato', sans-serif;
}

.faq-panel p:last-child {
  margin-bottom: 0;
}

/***** Begin: Path to Reopening ******/
 .heavy {
	   font-weight: bold;
 }
 table.reopening {
	   max-width: 980px;
	   border-left:#e0e0e0 0px solid;
	   border-top:#e0e0e0 0px solid;
	   padding: 1px;
}
table.reopening .theader th {
	   font-size: 1.6 em;
	   font-weight: 600px;
	   vertical-align:bottom;
	   background: #eeeeee;
	   color: #333333;
 }
 table.reopening thead th {
	   font-size: 1.6 em;
	   font-weight:600;
	   padding: 10px;
	   vertical-align:middle;
	   text-align:center;
	   background: #ededed;
	   color: #333333;
 }
 table.reopening .tsub th {
	   font-weight: 600px;
	   padding: 10px;
	   background: #0f4e96;
	   color: #FFF;
 }
 table.reopening tr {
	   background: #fbfbfb;
 }
 table.reopening tr:nth-child(even) {
     background: #f7f7f7;
 }
 table.reopening th, table.reopening td {
	   text-align: left;
	   padding: 10px;
	   font-weight: 400;
 }

table.reopening thead th.blue {
  padding: 10px;
  vertical-align:middle;
  text-align:center;
  background: #052555;
  color: #ffffff;
}

.tableback {
  background: #cccccc;

}
/***** End: Path to Reopening ******/

/***** Begin: Office of the President ******/
.president h3{
	font-family: 'Libre Baskerville', serif;
	font-size: 34px;
	line-height: 40px;
	font-weight: 500;
	margin-bottom: 10px;
	padding-bottom: 15px;
}

.president h2 {
	font-family: 'Libre Baskerville', serif;
	font-size: 34px;
	text-align:left;
    line-height: 34px;
	padding-bottom: 15px;
    margin-top: 0;
}

.president p {
	font-family: Verdana, Geneva, sans-serif;
}

.president .main-content ul {
	padding-top: 0px;
	list-style:none;
	line-height: 1.55em;
	padding-bottom: 1.0em;
}

.president .main-content li {
	list-style:none;
	background: url("/media/templates/theme01/assests/images/new-bullet.png") no-repeat scroll 0 0.9em transparent;
	padding: 2px 0 2px 15px;
	margin-left: 25px;
	font-size: 14px;
}
/***** End: Office of the President ******/

/***** Begin: 90x30 ******/

.x30 p {
	font-family: 'Lato', sans-serif;
	font-size: 1.3em;
	line-height: 28px;
}

.x30 h5 {
    font-size: 18px;
	margin: 20px 0 10px;
	text-align: left;
    line-height: 32px;
    font-family: 'Roboto', sans-serif;
    color: #212121;
	font-weight: 500;
}

.x30 h4 {
    font-size: 20px;
	margin: 20px 0 20px;
	text-align: left;
    line-height: 32px;
    font-family: 'Roboto', sans-serif;
    color: #212121;
	font-weight: 500;
}

.x30 h3 {
     font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 7px;
    margin-top: 0;
	color: #212121;
	font-weight: 500;
}

.x30 h2{
	font-size: 2.500em;
	margin: 0 0 20px;
	line-height: 46px;
    font-family: 'Roboto', sans-serif;
    color: #212121;
	padding-bottom: 0;
}

.x30 blockquote {
    color: #212121;
	text-align: left;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
    border-left: 0;
    padding: 0.25em 50px 0.50em;
    position: relative;
}

.course-details-list li {
   font-size: 16px;
   line-height: 25px;
   text-align: left;
   font-weight: 600px;
   padding: 0 5px 5px 20px;
   position: relative;
   list-style: none;
}
.course-details-list li::before {
    content: "\f105 ";
    font-family: fontawesome;
    left: 2px;
    position: absolute;
    top: 0;
}
.course-details-list {
    margin-bottom: 20px;
	font-weight: 600px;
}

.course-details-list.mb20 li{ 
	margin-bottom:20px;
}
/***** End: 90x30 ******/

/***** Begin: re-entry-at-lehman ******/
.re-entry-list li{
	margin-bottom: 5px;
    font-size: 14px;
}
/***** End: re-entry-at-lehman ******/

/***** Begin: Class 2020 ******/
a.btnTab:link, a.btnTab:visited, a.btnTab:active {
	background-color: #73AD21;
	border: 1px solid #eee;
	color: white;
	padding: 10px 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	border-radius: 50px 50px;
	font-weight: 900
}
	
a.btnTab:hover {
	background-color: #fff;
	border: 1px solid #eee;
	color: #73AD21;
	padding: 10px 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	border-radius: 50px 50px;
	font-weight: 900
}

.green{
	color:#73AD21 !important;
}

table.congrats {
	max-width: 980px;
	border-left:#e0e0e0 1px solid;
	border-top:#e0e0e0 1px solid;
	padding: 1px;
}

table.congrats .bordosub {
	text-align: left;
	border-right:#e0e0e0 1px solid;
	border-bottom:#e0e0e0 1px solid;
	background: #a3c996;
	padding: 10px;
	font-size: .9em;
	font-weight:600;
}

table.congrats tr {
  background: #fbfbfb;
}

table.congrats tr:nth-child(even) {
  background: #f7f7f7;
}

table.congrats th, table.congrats td {
  text-align: left;
  padding: 10px;
  font-weight: 400;
}

table.congrats .bordo {
  text-align: left;
  border-right:#e0e0e0 1px solid;
  border-bottom:#e0e0e0 1px solid;
  padding: 10px;
  font-size: .9em;
  font-weight:600;
}

table.congrats .bordo p{
	font-weight:600;
}

.profiles-nav li a {
	background-color: #fff; 
	border: 1px solid #eee;
	color: black;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
}
	
.profiles-nav li.active a{
	background-color: #4CAF50; 
	border: 1px solid #eee;
	color: white;
	padding: 20px 37px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 20px;
}

.profiles-nav li.active a:hover, .profiles-nav li.active a:focus{
	background-color: #4CAF50; 
}

table.scholars th {
  background: #0f4e96;
  color: #FFF;
}

table.scholars td.bordo-text {
    font-size: .9em;
    font-weight: 600;
	white-space: normal;
}

.class2020 a {
  color: #337ab7;
  text-decoration: none;
}
.class2020 a:hover,
.class2020 a:focus {
  color: #23527c;
  text-decoration: underline;
}
.class2020 a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/***** End: Class 2020 ******/

/***** Begin: Comparison table ******/
table.comparison-table {
    border-left: #e0e0e0 1px solid;
    border-top: #e0e0e0 3px solid;
    padding: 1px;
    border-collapse: collapse;
    border-spacing: 0;
}
table.comparison-table tr {
    background: #fbfbfb;
}
table.comparison-table thead th {
    font-weight: 600px;
    padding: 10px;
    background: #0f4e96;
    color: #FFF;
    border-bottom: #333 3px solid;
    vertical-align: middle;
    text-align: center;
}
table.comparison-table tbody td {
    text-align: left;
    border-right: #e0e0e0 1px solid;
    border-bottom: #e0e0e0 1px solid;
    padding: 10px;
    font-size: .9em;
    font-weight: 600;
}

/***** End: Comparison table ******/

/***** begin:  Office Hours table *****/

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 25, 2020, 5:40:20 PM
    Author     : Ariel
*/

.office-hours-table table {
  max-width: 980px;
  border-left:#e0e0e0 1px solid;
  border-top:#e0e0e0 3px solid;
  padding: 1px;


}

.office-hours-table li {
 list-style-type: none;
}

.office-hours-table caption {
  font-size: 1.6em;
  font-weight: 400;
  padding: 10px 0;
}

.office-hours-table .theader th {
  font-size: 1.6 em;
  font-weight: 600px;
  vertical-align:bottom;
  background: #eeeeee;
  color: #333333;
}

.office-hours-table thead th {
  font-size: 1.6 em;
  font-weight:600;
  padding: 10px;
  vertical-align:middle;
  text-align:center;
  background: #ededed;
  color: #333333;
}

.office-hours-table .tsub th {
  font-weight: 600px;
  padding: 10px;
  background: #0f4e96;
  color: #FFF;
}

.office-hours-table tr {
  background: #fbfbfb;

}

.office-hours-table tr:nth-child(even) {
  background: #f7f7f7;
}

.office-hours-table th, td {
  text-align: left;
  padding: 10px;
  font-weight: 400;
}

.office-hours-table .bordo {
  text-align: left;
  border-right:#e0e0e0 1px solid;
  border-bottom:#e0e0e0 1px solid;
  padding: 10px;
  font-size: .9em;
  font-weight:600;
}



.office-hours-table .bordosub {
  text-align: left;
  border-right:#e0e0e0 1px solid;
  border-bottom:#e0e0e0 1px solid;
  background: #a3c996;
  padding: 10px;
  font-size: .9em;
  font-weight:600;
}

.office-hours-table .bordoH {

  border-right:#e0e0e0 1px solid;
  border-bottom:#e0e0e0 1px solid;
  background: #424242;
  padding: 10px;
  font-size: 1.0em;
  color:#FFF;
  line-height: 1.4em;
  font-weight:600;
}


.office-hours-table .bordoB {
  border-right:#e0e0e0 1px solid;
  border-bottom:#e0e0e0 3px solid;
  background: #888888;
  padding: 10px;
  font-size: .9em;
  color:#FFF;
  font-weight:600;
}

.office-hours-table .bordoT {
  border-right:#e0e0e0 1px solid;
  border-bottom:#e0e0e0 3px solid;
  background: #cc0000;
  padding: 10px;
  font-size: .9em;
  color:#FFF;
  font-weight:600;
}

.office-hours-table .bordo-bottom {
  text-align: left;
  padding: 10px;
  border-bottom:#333 3px solid;
  vertical-align:middle;
  text-align:center;

}

.office-hours-table tfoot tr {
  background: none;
}

.office-hours-table tfoot td {
  padding: 10px 2px;
  font-size: 0.8em;
  font-style: italic;
  color: #8a97a0;
}

.office-hours-table .thumbs {
  padding: 7px;
  border-spacing:2px;
}
.office-hours-table .bullets {
  background: url("/2009-redesign-images/l4-bullet-sm-01.png") no-repeat scroll 0 0.9em transparent;
  padding: 2px 0 8px 25px;
  margin-left: 15px;
}
.office-hours-table .emphasis {
  font-weight: 600;
}

.office-hours-table .bordo-bottom1 {  text-align: left;
  padding: 10px;
  border-bottom:#333 3px solid;
  vertical-align:middle;
  text-align:center;
}
.office-hours-table .bordo-bottom2 {  text-align: left;
  padding: 10px;
  border-bottom:#333 3px solid;
  vertical-align:middle;
  text-align:center;
}
.office-hours-table .bordo-bottom3 {  text-align: left;
  padding: 10px;
  border-bottom:#333 3px solid;
  vertical-align:middle;
  text-align:center;
}
.office-hours-table .bordo-bottom21 {text-align: left;
  padding: 10px;
  border-bottom:#333 3px solid;
  vertical-align:middle;
  text-align:center;
}



/*Bootstrap classes
table table-striped table-bordered dt-responsive nowrap
*/

.office-hours-table .form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .office-hours-table .form-control {
    transition: none;
  }
}

.office-hours-table .dataTables_filter label {
    width: 100%;
    display: block;
    padding-bottom: 15px;
    font-weight: bold;
}


.office-hours-table table.dataTable thead>tr>th.sorting_asc,
.office-hours-table table.dataTable thead>tr>th.sorting_desc,
.office-hours-table table.dataTable thead>tr>th.sorting,
.office-hours-table table.dataTable thead>tr>td.sorting_asc,
.office-hours-table table.dataTable thead>tr>td.sorting_desc,
.office-hours-table table.dataTable thead>tr>td.sorting {
  padding-right: 20px
}

.office-hours-table table.dataTable thead>tr>th:active,
.office-hours-table table.dataTable thead>tr>td:active {
  outline: none
}

.office-hours-table table.dataTable thead .sorting,
.office-hours-table table.dataTable thead .sorting_asc,
.office-hours-table table.dataTable thead .sorting_desc,
.office-hours-table table.dataTable thead .sorting_asc_disabled,
.office-hours-table table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative
}

.office-hours-table table.dataTable thead .sorting:before,
.office-hours-table table.dataTable thead .sorting:after,
.office-hours-table table.dataTable thead .sorting_asc:before,
.office-hours-table table.dataTable thead .sorting_asc:after,
.office-hours-table table.dataTable thead .sorting_desc:before,
.office-hours-table table.dataTable thead .sorting_desc:after,
.office-hours-table table.dataTable thead .sorting_asc_disabled:before,
.office-hours-table table.dataTable thead .sorting_asc_disabled:after,
.office-hours-table table.dataTable thead .sorting_desc_disabled:before,
.office-hours-table table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3
}

.office-hours-table table.dataTable thead .sorting:before,
.office-hours-table table.dataTable thead .sorting_asc:before,
.office-hours-table table.dataTable thead .sorting_desc:before,
.office-hours-table table.dataTable thead .sorting_asc_disabled:before,
.office-hours-table table.dataTable thead .sorting_desc_disabled:before {
  right: 1em;
  content: "\2191"
}

.office-hours-table table.dataTable thead .sorting:after,
.office-hours-table table.dataTable thead .sorting_asc:after,
.office-hours-table table.dataTable thead .sorting_desc:after,
.office-hours-table table.dataTable thead .sorting_asc_disabled:after,
.office-hours-table table.dataTable thead .sorting_desc_disabled:after {
  right: 0.5em;
  content: "\2193"
}

.office-hours-table table.dataTable thead .sorting_asc:before,
.office-hours-table table.dataTable thead .sorting_desc:after {
  opacity: 1
}

.office-hours-table .office-hours-table table.dataTable thead .sorting_asc_disabled:before,
.office-hours-table table.dataTable thead .sorting_desc_disabled:after {
  opacity: 0
}

.office-hours-table div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important
}

.office-hours-table div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important
}

.office-hours-table div.dataTables_scrollBody table thead .sorting:before,
.office-hours-table div.dataTables_scrollBody table thead .sorting_asc:before,
.office-hours-table div.dataTables_scrollBody table thead .sorting_desc:before,
.office-hours-table div.dataTables_scrollBody table thead .sorting:after,
.office-hours-table div.dataTables_scrollBody table thead .sorting_asc:after,
.office-hours-table div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none
}

.office-hours-table div.dataTables_scrollBody table tbody tr:first-child th,
.office-hours-table div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none
}

.office-hours-table div.dataTables_scrollFoot>.dataTables_scrollFootInner {
  box-sizing: content-box
}

.office-hours-table div.dataTables_scrollFoot>.dataTables_scrollFootInner>table {
  margin-top: 0 !important;
  border-top: none
}

@media screen and (max-width: 767px) {
  .office-hours-table div.dataTables_wrapper div.dataTables_length,
  .office-hours-table div.dataTables_wrapper div.dataTables_filter,
  .office-hours-table div.dataTables_wrapper div.dataTables_info,
  .office-hours-table div.dataTables_wrapper div.dataTables_paginate {
    text-align: center
  }
}

.office-hours-table table.dataTable.table-sm>thead>tr>th {
  padding-right: 20px
}

.office-hours-table table.dataTable.table-sm .sorting:before,
.office-hours-table table.dataTable.table-sm .sorting_asc:before,
.office-hours-table table.dataTable.table-sm .sorting_desc:before {
  top: 5px;
  right: 0.85em
}

.office-hours-table table.dataTable.table-sm .sorting:after,
.office-hours-table table.dataTable.table-sm .sorting_asc:after,
.office-hours-table table.dataTable.table-sm .sorting_desc:after {
  top: 5px
}

.office-hours-table .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}
.office-hours-table .nav-link {
    display: block;
    padding: .5rem 1rem
}
.office-hours-table .nav-link: focus, .nav-link: hover {
    text-decoration: none
}
.office-hours-table .nav-link.disabled {
    color: #6c757d
}
.office-hours-table .nav-tabs {
    border-bottom: 1px solid #dee2e6
}
.office-hours-table .nav-tabs .nav-item {
    margin-bottom: -1px
}
.office-hours-table .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}
.office-hours-table .nav-tabs .nav-link: focus, .nav-tabs .nav-link: hover {
    border-color: #e9ecef #e9ecef #dee2e6
}
.office-hours-table .nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}
.office-hours-table .nav-tabs .nav-item.show .nav-link,
.office-hours-table .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}
.office-hours-table .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.office-hours-table .nav-pills .nav-link {
    border-radius: .25rem
}
.office-hours-table .nav-pills .nav-link.active,
.office-hours-table .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}
.office-hours-table .nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}
.office-hours-table .nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}
.office-hours-table .tab-content>.tab-pane {
    display: none
}
.office-hours-table .tab-content>.active {
    display: block
}
.office-hours-table .navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}
.office-hours-table .navbar>.container,
.office-hours-table .navbar>.container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.office-hours-table .navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}
.office-hours-table .navbar-brand: focus, .navbar-brand: hover {
    text-decoration: none
}
.office-hours-table .navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}
.office-hours-table .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}
.office-hours-table .navbar-nav .dropdown-menu {
    position: static;
    float: none
}
.office-hours-table .navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}
.office-hours-table .navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}
.office-hours-table .navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}
.office-hours-table .navbar-toggler: focus, .office-hours-table .navbar-toggler: hover {
    text-decoration: none;
}
.office-hours-table .navbar-toggler: not(: disabled): not(.disabled) {
    cursor: pointer;
}
.office-hours-table .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}
@media (max-width: 575.98px) {
    .office-hours-table .office-hours-table .navbar-expand-sm>.container, .office-hours-table .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}
@media (min-width: 576px) {
    .office-hours-table .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .office-hours-table .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .office-hours-table .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }
    .office-hours-table .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .office-hours-table .navbar-expand-sm>.container,
    .office-hours-table .navbar-expand-sm>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}
@media (max-width: 767.98px) {
    .office-hours-table .navbar-expand-md>.container, .office-hours-table .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}
@media (min-width: 768px) {
    .office-hours-table .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .office-hours-table .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .office-hours-table .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }
    .office-hours-table .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .office-hours-table .navbar-expand-md>.container,
    .office-hours-table .navbar-expand-md>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .office-hours-table .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .office-hours-table .navbar-expand-md .navbar-toggler {
        display: none
    }
}
@media (max-width: 991.98px) {
    .office-hours-table .navbar-expand-lg>.container,.office-hours-table  .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}
@media (min-width: 992px) {
    .office-hours-table .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .office-hours-table .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .office-hours-table .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }
    .office-hours-table .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .office-hours-table .navbar-expand-lg>.container,
    .office-hours-table .navbar-expand-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .office-hours-table .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .office-hours-table .navbar-expand-lg .navbar-toggler {
        display: none
    }
@media (max-width: 1199.98px) {
    .office-hours-table .navbar-expand-xl>.container, .office-hours-table .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}
@media (min-width: 1200px) {
    .office-hours-table .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .office-hours-table .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .office-hours-table .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .office-hours-table .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .office-hours-table .navbar-expand-xl>.container,
    .office-hours-table .navbar-expand-xl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .office-hours-table .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .office-hours-table .navbar-expand-xl .navbar-toggler {
        display: none
    }
}
.office-hours-table .navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}
.office-hours-table .navbar-expand>.container,
.office-hours-table .navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}
.office-hours-table .navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
}
.office-hours-table .navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}
.office-hours-table .navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}
.office-hours-table .navbar-expand>.container,
.office-hours-table .navbar-expand>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}
.office-hours-table .navbar-expand .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}
.office-hours-table .navbar-expand .navbar-toggler {
    display: none
}
.office-hours-table .navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}
.office-hours-table .navbar-light .navbar-brand: focus, .navbar-light .navbar-brand: hover {
    color: rgba(0, 0, 0, .9)
}
.office-hours-table .navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}
.office-hours-table .navbar-light .navbar-nav .nav-link: focus, .office-hours-table .navbar-light .navbar-nav .nav-link: hover {
    color: rgba(0, 0, 0, .7)
}
.office-hours-table .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}
.office-hours-table .navbar-light .navbar-nav .active>.nav-link,
.office-hours-table .navbar-light .navbar-nav .nav-link.active,
.office-hours-table .navbar-light .navbar-nav .nav-link.show,
.office-hours-table .navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}
.office-hours-table .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}
.office-hours-table .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}
.office-hours-table .navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}
.office-hours-table .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}
.office-hours-table .navbar-light .navbar-text a: focus, .office-hours-table .navbar-light .navbar-text a: hover {
    color: rgba(0, 0, 0, .9)
}
.office-hours-table .navbar-dark .navbar-brand {
    color: #fff
}
.office-hours-table .navbar-dark .navbar-brand: focus, .office-hours-table .navbar-dark .navbar-brand: hover {
    color: #fff
}
.office-hours-table .navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}
.office-hours-table .navbar-dark .navbar-nav .nav-link: focus, .office-hours-table .navbar-dark .navbar-nav .nav-link: hover {
    color: rgba(255, 255, 255, .75)
}
.office-hours-table .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}
.office-hours-table .navbar-dark .navbar-nav .active>.nav-link,
.office-hours-table .navbar-dark .navbar-nav .nav-link.active,
.office-hours-table .navbar-dark .navbar-nav .nav-link.show,
.office-hours-table .navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}
.office-hours-table .navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}
.office-hours-table .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}
.office-hours-table .navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}
.office-hours-table .navbar-dark .navbar-text a {
    color: #fff
}
.office-hours-table .navbar-dark .navbar-text a: focus, .navbar-dark .navbar-text a: hover {
    color: #fff
}
 
 .office-hours-table .p-4 {
    padding: 1.5rem!important
}
.office-hours-table .pt-4,
.office-hours-table .py-4 {
    padding-top: 1.5rem!important
}
.office-hours-table .pr-4,
.office-hours-table .px-4 {
    padding-right: 1.5rem!important
}
.office-hours-table .pb-4,
.office-hours-table .py-4 {
    padding-bottom: 1.5rem!important
}
.office-hours-table .pl-4,
.office-hours-table .px-4 {
    padding-left: 1.5rem!important
}

.office-hours-table .bordo-custom{
    text-align: left;
    font-size: 0.8em;
    font-weight: 600;
    
}

.office-hours-table #main-content li {
               /* background: url(/2014-redesign-images/new-bullet.png) no-repeat scroll 0 0.9em transparent;
                /* padding: 2px 0 2px 15px; */
                margin-left: 20px !important;
            }

/**END: Office Hours Table **/



@media only screen and (max-width: 767px) {
	#moreInfoBlock{
		display: block;
		margin-top: 10px;
	}
	
	.multilevel-linkul-0 li a{
		color: #ceceda !important;
	}
}

@media (max-width: 768px) and (min-width: 1075px) {
	.navbar-nav {
		display: block;
		padding: 0;
	}
}

@media only screen and (max-width: 1075px) {
	#cssmenu {
		display: none;
	}

	.column-right {
		float: right;
		width: 100%;
		/*padding: 20px;*/
	}
}

@media only screen and (min-width: 1075px) {
	.column-left {
		float: left;
		width: 30%;
	}
	.column-right {
		float: right;
		width: 65%;
	}

    #lefNavMenuItems {
		display: none;
	}
	.assistance {
		background: #E4E4E4;
		padding: 10px;
		margin-bottom: 10px;
	}
	.assistance h4 {
		color: #0a407d;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
	.assistance p {
		font-weight: bold;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #000;
		word-wrap: break-word;
		font-size: 13px;
		margin-bottom: 10px;
	}
}

@media only screen and (min-width: 1200px) {
	.column-right {
		float: right;
		width: 70%;
	}
}