ul {
    list-style: none;
}

.uldc-toc-nav > li > a {
    border-left: 7px solid #FFFFFF;
    padding-left: 2px;
    padding-right: 2px;
}

.uldc-toc-nav > li > a:visited {
    border-left: 7px solid #FFFFFF;
    padding-left: 2px;
    padding-right: 2px;
}

.uldc-toc-nav > li > a:hover {
    border-left: 7px solid #990000;
    text-decoration: none;
    border-bottom: 1px solid #990000;
    padding-left: 2px;
    padding-right: 2px;
}
#sizer {
    float: left;
    color: #FFF;
    line-height: 50px;
    font-size: 0.95em;
    text-shadow: 1px 1px 1px #333;
}
@media (min-width: 768px) {
    #left {
        position: fixed;
        float: left;
        top: 200px;
        border: 2px solid #337ab7;
        padding: 0px;
        margin-top: 12px;
        width: 400px;
        height: auto;
        background-color: #ffffff;
        text-align: left;
        overflow-x: scroll;
        overflow-y: scroll;
    }
#right {
        top: 0px;
        float: right;
        width: 690px;
        height: 100%;
        background-color: #ffffff;
       
        
    }
#logo {
        top: 0px;
        float: right;
        width: 690px;
        height: 100%;
        background-color: #ffffff;
       
        
}
    #disclaimer {
        top: 0px;
        float: right;
        width: 100%;
        height: 100%;
        background-color: #ffffff;
       
        
}
#intro {
        top: 0px;
        float: right;
        width: auto;
        height: 100%;
        background-color: #ffffff;
        text-align: justify;
        
    }
}

@media (max-width: 1200px) {
    #left {
        display: none;
    }
}

a:not([href]) {
    color: #333;
    text-decoration: none;
}

a:hover:not([href]) {
    color: #333;
    text-decoration: none;
}

body {
    padding-top: 95px;
    
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 600px !important;
}

.navbar-default .navbar-brand {
    text-shadow: 0px 1px 0px #000;
}
.navbar-brand {
    font-size: 14px;
    line-height: 20px;
}    
.navbar-default {
    text-shadow: 0px 1px 0px #fff;
}
.navbar-fixed-top {
    border-width: 2px 0px 2px;
    top: 0px;
}  
.footer {
    padding-top: 40px;
}

a[name] {
     display: block;
     padding-top: 65px; 
     margin-top: -65px;
} 

}
html,
 body {
            font-family: Helvetica, Arial, sans-serif;
        }
        
        h1-Main {
            font-size: 26px;
            text-align: center;
        }
        
        h3-Main {
            font-size: 18px;
            font-weight: normal;
            letter-spacing: 2px;
        }
        
        h6-Main {
            font-size: 22px;
        }
        
        .banner h1-Main,
        .banner h3-Main,
        .banner h6-Main {
            margin: 0;
            text-shadow: 1px 0px 2px #000;
            text-align: center;
        }
        
        .banner {
            color: black;
            height: 100px;
            align-items: center;
        }
        .top-buffer { 
            margin-top: 30px;
        }  
    ul.style_list {
    list-style-image: none;
    list-style-type: none;
    padding: 5px;
    padding-left: 35px;
}

.style_list li:before {
    font-family: 'FontAwesome';
    content: '\f0a9';
    position: relative;
    left: -22px;
    margin: 0 -16px 0 0px;
    color: #00A676;
}

.style_list li.pdfitem:before {
    content: url('/SiteImages/Icon/icpdf16.png');
    position: relative;
    left: -25px;
    top: 2px;
    margin: 0px -20px 0 0px;
}

.style_list li.worditem:before {
    content: url('/SiteImages/Icon/word_icon.gif');
    position: relative;
    left: -25px;
    top: 2px;
    margin: 0px -21px 0 0px;
}

.style_list li.circle:before {
    font-family: 'FontAwesome';
    content: '\f10c';
    position: relative;
    left: -17px;
    margin: 0 -16px 0 0px;
    color: #57D3FF;
}

.style_list li.excelitem:before {
    content: url('/SiteImages/Icon/page_excel.png');
    position: relative;
    left: -24px;
    top: 2px;
    margin: 0px -21px 0 0px;
}

.style_list li.pptitem:before {
    content: url('/SiteImages/Icon/page_white_powerpoint.png');
    position: relative;
    left: -24px;
    top: 2px;
    margin: 0px -21px 0 0px;
}

.style_list li.viditem:before {
    content: url('/SiteImages/Icon/video.png');
    position: relative;
    left: -24px;
    top: 2px;
    margin: 0px -21px 0 0px;
}
.style_list li.pdf:before {
  content: "\f1c1"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  color:#9E141C;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */

}
.style_list li.link:before {
  content: "\f0c1"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  color:#00ada8;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}

.style_list li {
    line-height: 18px;
    margin-left: 0px;
    padding: 3px;
}
.nav > li > a {

    padding: 10px 10px;
 }
.navbar-default .navbar-nav > li > a {
        text-shadow: 0px 0px 0px #000;
        font-size:  16px;
        font-weight: 600;
 }
iframe {
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}
/* Search */

#search_results {
  width: 100%;
  overflow: scroll;
  height: 1800px;
  padding: 10px;
  border: 0px;
}
.searchpage-search {
  width: 100%;
  margin: auto;
  background-color: #1266AB;
  padding: 5px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: -10px;
  border-bottom: 2px solid #1d84b5;
}
.searchpage-search .navbar-form {
	float:none;
	margin-top: 5px;
  background-color: transparent;
  padding: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin: 0px;
  margin-right: 15px;
  box-shadow: none;
}
.searchpage-search .form-control {
  width: 90%;
}
.searchpage-search .search {
  width: 100%;
}
.searchpage-search {
    margin: auto auto -10px;
    padding: 5px;
    width: calc( 50% + 5px);
    border-bottom-color: rgb(29, 132, 181);
    border-bottom-width: 2px;
    border-bottom-style: solid;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
    background-color: rgb(0, 175, 170);
}
}
.form-group {
  line-height: 16px;
}
.jumbotron.frontpage {
  /*background-image:url(../img/design/bg_header.jpg);*/
  /*background-color:#7EBDE0;
    background-size:cover;*/
  /*background-color: rgba(255, 255, 255, 0.85);*/
  /*background-color:rgba(255,255,255,0.0);*/
  /*background-color: #EDF3F7;*/
  background-color: transparent;
  padding: 5px;
  padding-bottom: 0px;
  /*border: 0px solid #FFF;*/
  margin: 0px;
  /*box-shadow:0px 0px 3px #AAA;*/
  border-radius: 0px;
  /*color: #012363;*/
  color: #FFF;
  /*text-align: center;*/
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
    font-size: 2.4vw;
    
  }  
   @media (max-width: 991px) and (min-width: 768px){
.navbar-default .navbar-nav > li > a {
    font-size: 1em;
 }
 } 