.custom-body a,
.custom-body a:link {
    text-decoration: none;
    color: #003D7C;
}

.custom-body a:hover {
    color: #ef7c00 !important;
}

.custom-body a[href] {
    text-decoration: underline;
}

.custom-body .sidebar-jumbotron a, .alink a {
    text-decoration: none !important;
}



.h1-color {
    color: #003D7c;
    font-weight: 700;
}

.h1-guidelinecolor {
    color: #003D7c;
    font-size: 30px;
    font-weight: 700;
}

.logoicon {
    padding-top: 13px;
    padding-right: 10px;
}

.faicon.fa-chevron-circle-right:before {
    content: "\f138";
    color: #5f5b5b;
    font-size: 20px;
}

.faicon .fa-chevron-circle-right-home:before {
    content: "\f138";
    color: #5f5b5b;
    font-size: 18px;
}

.fa-arrow-up:before {
    content: "\f062";
}

.sidebar-jumbotron {
    border-radius: 0px !important;
    background-color: #f7f7f7;
    text-align: left;
    padding: 15px 40px !important;
    margin-bottom: 15px;
}

.sidebar-jumbotron a {
    text-decoration: none;
    color: #003D7C;
}

.bluebtn {
    background: #003d7c;
    padding: 15px 20px;
    color: white;
    display: block;
    text-align: center;
    color: white !important;
    text-decoration: none !important
}

a.bluebtn:hover {
    background: #0056af;
    color: white !important;
    text-decoration: none;
}

th {
    background: #f7f7f7;
    border-bottom: none !important;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-heading {
    padding: 0;
}

.panel-default>.panel-heading:hover {
    background: #e9e9e9;
}

.panel-title>a {
    display: block;
    padding: 10px 15px;
    text-decoration: none !important;
}

.panel-title>a:hover {
  color: #003D7C !important;
}

#myModal {
    background: rgba(153, 153, 153, 0.9);
    text-align: center;
}

#myModal .modal-content {
    box-shadow: none;
    border: none;
    padding: 10px 40px;
}

#myModal h4 {
    text-align: center;
    color: #003d7c;
    font-weight: bold;
}

#myModal .box {
    margin-bottom: 20px;
    display: block;
    border: 1px solid #ccc;
    border-left: none;
    border-right: none;
    padding: 15px 0;
}

#myModal .btn {
    margin: 0 auto;
    display: block;
    background: #ef7c00;
}


#myModal .btn:hover {
    background: #ff9523;
}



.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}



.guidelinecontent td { padding: 8px; }
.guidelinecontent .logoicon { padding-left: 0; padding-right: 0; padding-top: 18px; }

.guidelinecontent .quicklinks { margin-top: 30px; }
.guidelinecontent .quicklinks h3 { font-size: 18px; margin: 0;  }
.guidelinecontent .quicklinks td { padding: 0;  } 
.guidelinecontent .quicklinks td .logoicon { padding-right: 13px; padding-top: 0;  } 



#identity-box-container {
    border: 1px dotted #999999;
    height: 120px;
    /*margin: 0 auto 20px;*/
    padding: 5px;
    width: 300px;
    
}
#identity-box {
    display: inline;
    float: left;
    padding: 20px
    /*margin-right: 25px;
    width: 150px;*/
}
#identity-box-right {
    /*margin-left: 10px;*/
    width: 180px;
    float:left;
    padding-bottom:20px
}


.evolution-box {float:left;border:solid 1px #FF6600;width:300px;padding:5px;min-height:70px}
.nuselements {padding:15px !important;}

.evo-guidelinecontent h2 { margin: 0 0 10px 0; }



.table-responsive {
white-space: nowrap!important;
    overflow: auto;
}

.guidelinecontent img.img-responsive { display: inline-block; }







.section-nus-history .box {
  background-color: #f7f7f7;
}
.section-nus-history .box h3 {
  background: #003D7C;
  padding: 15px;
  color: white;
}
.section-nus-history h2 {
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 15px;
  display: inline-block;
}
.section-nus-history h2:after {
  background: #ef7c00;
  bottom: 0;
  content: '';
  height: 3px;
  left: 0;
  position: absolute;
  width: 70%;
}
.section-nus-history .list-group {
  margin-bottom: 0;
}
.section-nus-history .list-group-item {
  background: none;
  border: none;
}
.section-nus-history .list-group a:hover {
  text-decoration: none;
}
.section-nus-history .custom-col {
  width: 12.5%;
  padding: 0;
}
.section-nus-history .custom-desc {
  padding-right: 30px;
}
.section-nus-history .custom-line {
  height: 31px;
  margin: 0 0 20px 0;
  padding: 0;
  background: url("/images/default-source/identity-images/history-line.png") 15px center no-repeat;
  background-size: contain;
}
.section-nus-history .custom-line:after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  width: 100%;
  height: 31px;
  background: url("/images/default-source/identity-images/history-line-bg.png") center center repeat-x;
}
.section-nus-history .custom-line.y1905:after,
.section-nus-history .custom-line.y1980:after {
  background-position: right center;
  background-repeat: no-repeat;
}
.section-nus-history .custom-line.y1980:after {
  background-position: -80px center;
}
.section-nus-history .history-table {
  margin-top: 30px;
}
.section-nus-history .history-table td {
  border: none;
  border-spacing: none;
      vertical-align: top;
}
.section-nus-history .history-table .custom-desc {
  padding-right: 0 !important;
}
.section-nus-history .custom-logo {
  max-height: 85px;
}
.section-nus-history .custom-vline {
  height: 31px;
  width: 31px;
  margin: 0 0 0 0;
  padding: 0;
  background: url("/images/default-source/identity-images/history-line.png") top center no-repeat;
  background-size: contain;
}
.section-nus-history .custom-vline:after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  width: 31px;
  height: 500px;
  background: url("/images/default-source/identity-images/history-vline-bg.png") top center repeat-y;
}
.section-nus-history .custom-vline.col-xs-1.y1980:after {
  background: white;
}
@media screen and (max-width: 991px) {
  .section-nus-history .box,
  .section-nus-history .box h3 {
    height: auto !important;
  }
  .section-nus-history .box {
    padding-bottom: 10px;
  }
  .section-nus-history .col-md-12.col-sm-12 {
    text-align: center;
  }
  .section-nus-history h2:after {
    right: 0;
    margin: 0 auto;
  }
}