/******************************************************************/
/*                          NSLC CSS                              */
/*																  															*/
/*                Date Modified - 9/04/2024           			  		*/
/*																 															  */
/******************************************************************/
/* GLOBAL CSS *****************************************************/
body {
  font-family: "Helvetica", Arial, sans-serif;
  margin: 0;
  background-color: #b6bcc4;
  background-image: url("../images/header_bg.jpg");
  background-repeat: repeat-x;
  background-position: 0px 0px;
}
a img {
  border: none;
}
.acc-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  overflow: hidden !important;
  height: 1px !important;
  width: 1px !important;
  word-wrap: normal !important;
}
.acc-hidden.acc-focusable:active, .acc-hidden.acc-focusable:focus {
  position: static !important;
  clip: auto !important;
  overflow: visible !important;
  height: auto !important;
  width: auto !important;
}
.skip {
  color: #ffffff;
}
.invisible {
  visibility: hidden;
}
.hidden {
  text-decoration: none;
  display: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Verdana, Geneva, sans-serif;
}
h2 {
  padding-top: 5px;
  font-size: 1.3em;
  font-weight: bold;
  color: #4F6A7F;
}
h3 {
  padding-top: 5px;
  font-size: 1.2em;
  font-weight: bold;
  color: #4F6A7F;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.bold {
  font-weight: bold;
}
.alert {
  color: #6B2323;
  font-weight: 600;
  font-size: 1.2em;
  margin: 0;
  padding: 0 0 7px;
}
.pb-20 {
    padding-bottom: 20px;
}
.mt-n5 {
    margin-top: -5px;
}
.mt-n15{
    margin-top: -15px;
}
/* PAGE CONTAINER/WRAPPER ******************************************/
#container {
  width: 100%;
  padding: 0px;
  font-size: 13px;
}
.container-fluid {
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
/* MAIN CONTAINER/**************************************************/
.content-container1 {
  float: left;
  width: 100%;
  background-position: 10% 0;
  background-image: url("../images/navshape_lacquer.jpg");
  background-repeat: repeat-y;
}
.content-container2 {
  float: left;
  width: 100%;
  height: 100%;
  background-position: left top;
  background-color: #b6bcc4;
  background-image: url("../images/bg_navshape_lacquer.jpg");
  background-repeat: repeat-x;
  clear: both;
}
/* HEADER **********************************************************/
#header {
  padding-top: 52px;
  padding-right: 52px;
  padding-left: 52px;
  background-image: url(../images/header_large_navsea.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  padding-bottom: 50px;
}
#header h1 {
  margin: 0;
}
/* NAVIGATION MENU (TOP HORIZONTAL) ********************************/
#navigation {
  float: left;
  width: 100%;
  background-position: left bottom;
  text-decoration: none;
}
.navigation {
  display: block;
  vertical-align: bottom;
  left: 7px;
  position: absolute;
  top: 104px;
}
#navigation ul {
  margin: 0;
  padding: 0;
}
#navigation ul li {
  list-style-type: none;
  display: inline;
}
#navigation li a {
  display: block;
  float: left;
  padding: 5px 15px;
  color: #fff;
  text-decoration: none;
  border-right: 1px solid #EDEDED;
  border-left: 1px solid #EDEDED;
}
#navigation li a:hover, 
#navigation li a:visited {
  background: #1b3453;
}
/* MAIN MENU (LEFT SIDE) *******************************************/
.row, .container {
  margin: 0px;
  padding: 0px;
}
#menu {
  border-left: 1px solid black;
  border-top: 0px solid #EDEDED;
  border-right: thick solid #626972;
  border-bottom: 0px solid black;
  background-position: top left;
  background-image: url("../images/navshape_lacquer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-left: -15px;
  margin-right: -15px;
}
#menu ul {
  list-style-type: none;
  font-family: Verdana, Geneva, sans-serif;
  font-size: .9em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
#menu li {
  list-style-type: none;
}
#menu a {
  display: block;
  padding: 3px 0px 3px 2%;
  text-decoration: none;
  color: #000;
  font-weight: normal;
  border-bottom: 1px solid #1b3453;
  border-left: 7px solid #4f6a7f;
  background-color: #EDEDED;
}
#menu a:hover {
  color: #000;
  text-decoration: none;
  border-left-color: #1b3453;
  background-color: #E0E1E5;
}
#menu li:hover {
  position: relative;
}
#menu li.menutitle {
  color: #000;
  padding: 1px 0;
  padding-left: 5px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
  border-bottom: 1px solid black;
  background-color: #A0AEB9;
}
li .title {
  color: #000;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
}
/* CONTENT *************************************/
#content {
  min-height: 600px;
  padding: 15px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  border: thin ridge #000;
  margin: 0px;
  background-color: #EDEDED;
}
.nslctitle {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  font-style: oblique;
  line-height: normal;
  font-weight: bolder;
  color: #B4BDC4;
}
.titlepage {
  background-color: #1b3453;
  min-height: 90px;
  color: #aab2bd;
}
.titlepage h1 {
  padding: 35px;
  vertical-align: central;
}
.titlepage h1 a {
  text-decoration: none;
  color: #aab2bd;
}
.title {
  color: #aab2bd;
}
.article {
  margin-top: 15px;
  margin-right: 30px;
  margin-left: 30px;
}
.article > ul li {
  font-size: 12px;
  line-height: 16px;
  list-style: square;
  margin-left: 20px;
}
.cat1, .cat2, .cat3, .cat4 {
  float: left;
  width: 25%;
}
.subhead {
  background-color: #1b3453;
  margin: 0 1%;
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 26px;
  text-align: center;
}
.subhead a {
  color: #aab2bd;
  text-decoration: none;
  font-weight: bold;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.subcontent {
  width: 92%;
  background-color: #aab2bd;
  margin: -10px 4% 0 4%;
  padding: 15px 4%;
  z-index: 1500;
  color: #1b3453;
  min-height: 300px;
}
.subcontent .dropcap {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #1b3453;
  text-align: justify;
}
.clearboth {
  clear: both;
}
/* FOOTER **************************************/
.footer {
  clear: both;
  font-size: 80%;
  line-height: 15px;
}
.footer-content {
  text-align: center;
  color: #000;
  padding: 40px 20px;
}
.footer-content a {
  color: #000;
}
.footer-content a:hover {
  color: #1b3453;
  text-decoration: underline !important;
}
.footimage {
  background-image: url("../images/VCL-Hoz.png");
  background-repeat: no-repeat;
  margin-left: 4%;
  margin-top: 15px;
  padding-right: 0;
}
.footer-content .widget-title {
  color: #1b3453;
  font-weight: 500;
  margin-bottom: 21px;
  text-transform: uppercase;
}
.footer-content h5 {
  color: #1b3453;
}
.footer-content p {
  color: #000;
}
.footimage:hover {
  background-image: url("../images/VCL-Hoz_red.png");
  background-repeat: no-repeat;
  margin-left: 4%;
  margin-top: 15px;
  padding-right: 0;
}
.navbar-a {
  padding-top: 0px;
}
@-ms-viewport {
  width: device-width;
}
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {
  .titlepage {
    background-color: #1b3453;
    height: auto;
  }
  .titlepage h1 {
    padding: 5% 5% 2%;
    vertical-align: central;
  }
  .titlepage h1 a {
    text-decoration: none;
    font-size: .9em;
    color: #aab2bd;
  }
  .cat1, .cat2, .cat3, .cat4, .cat5 {
    float: left;
    width: 100%;
  }
  .subhead {
    margin: 0 1%;
    padding-top: 10px;
    padding-bottom: 20px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 2em;
    text-align: center;
    background-color: #1b3453;
  }
  .subhead a {
    color: #aab2bd;
    text-decoration: none;
    font-weight: bold;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  }
  .subcontent {
    width: 92%;
    height: auto;
    background-color: #aab2bd;
    margin: -10px 4% 10px 4%;
    padding: 4%;
    z-index: 1500;
    color: #1b3453;
  }
  .subcontent .dropcap {
    font-size: 1.5em;
    font-weight: bold;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #1b3453;
  }
  /* FOOTER **************************************/
  #footer {
    clear: both;
    width: 100%;
    padding-top: 15px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    text-align: center;
    color: #000;
    background-color: #A0AEB9;
  }
  .links ul li {
    list-style-type: none;
    text-decoration: none;
  }
  .links ul li a:hover {
    color: #880000;
    list-style-type: none;
    text-decoration: underline;
  }
  .footaddress {
    margin: 0px;
    padding: 0px;
    width: 100%;
  }
  .footaddress1 {
    width: 100%;
    margin-top: 0px;
  }
  .footaddress2 {
    width: 100%;
    margin-top: 0px;
  }
  .footaddress3 {
    width: 100%;
    margin-top: 0px;
  }
  .footimage {
    background-image: url("../images/VCL-Hoz.png");
    background-repeat: no-repeat;
    margin-top: 15px;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .footimage:hover {
    background-image: url("../images/VCL-Hoz_red.png");
    background-repeat: no-repeat;
    margin-top: 15px;
    margin-left: 0;
  }
}
/*  Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) {
  .cat1, .cat2, .cat3, .cat4, .cat5 {
    float: left;
    width: 100%;
  }
  .subcontent {
    width: 92%;
    min-height: 200px;
    background-color: #aab2bd;
    margin: -10px 4% 0 4%;
    padding: 15px 4%;
    z-index: 1500;
    color: #1b3453;
  }
  .links ul li {
    list-style-type: none;
    text-decoration: none;
  }
  .footaddress1 {
    width: 100%;
    margin-top: 0px;
  }
  .footaddress2 {
    width: 100%;
    margin-top: 0px;
  }
  .footaddress3 {
    width: 100%;
    margin-top: 0px;
  }
  .footimage {
    background-image: url("../images/VCL-Hoz.png");
    background-repeat: no-repeat;
    margin-top: 15px;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .footimage:hover {
    background-image: url("../images/VCL-Hoz_red.png");
    background-repeat: no-repeat;
    margin-top: 15px;
    margin-left: 0;
  }
}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {
  .cat1, .cat2, .cat3, .cat4 {
    float: left;
    width: 50%;
  }
  .cat5 {
    float: left;
    width: 100%;
  }
  .subcontent {
    width: 92%;
    height: auto;
    background-color: #aab2bd;
    margin: -10px 4% 4%;
    padding: 15px 4%;
    z-index: 1500;
    color: #1b3453;
  }
  .links ul li {
    list-style-type: none;
    text-decoration: none;
  }
  .footaddress1 {
    width: 100%;
    margin-top: 15px;
  }
  .footaddress3 {
    width: 100%;
    margin-top: 10px;
  }
  .footimage {
    background-image: url("../images/VCL-Hoz.png");
    background-repeat: no-repeat;
    margin-top: 15px;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .footimage:hover {
    background-image: url("../images/VCL-Hoz_red.png");
    background-repeat: no-repeat;
    margin-top: 15px;
    margin-left: 0;
  }
}
/* FROM BOOTSTRAP */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  width: flex;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
}