@import url('https://fonts.googleapis.com/css2?family=Encode+Sans+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*<editor-fold defaultstate="collapsed" desc="Basic Tag Styling">*/
*{
    box-sizing: border-box;
}

html
{
    height: 100%;
}

body
{
    font-family: 'Encode Sans Condensed', sans-serif;
    letter-spacing:.01em;
    -ms-overflow-style: scrollbar;
    overflow-y: scroll;
    font-size: 16px;
    margin: 0;
    padding: 0;
    height: 100%;
    color:  #333;
    background-color: #fff;
}

a
{
    cursor: pointer;
}

a:hover
{
    color: #003478;
}

abbr
{
    cursor: pointer;
}

p
{
    margin-top: 0;
}

h1
{
    margin-top: 10px;
    font-size: 2.5rem;
    text-align: center;
    font-weight: 100;
    padding: 5px;
    
}

figure
{
    box-shadow: 0 2px 4px rgba(0,0,0,.2);
}

/*</editor-fold>*/

iframe
{
    background-color: #ffffff;
}

a
{
    color: #243882;
}

img.resize
{
    width: auto;
    height: auto;
    max-width: 100%;
}

img.resize2
{
    width: 100%;
    height: auto;
    max-width: 250px;
}

.main-content-width
{
/*    max-width: 1400px;*/
    padding: 1em 0em;
/*    margin: auto;*/
    position: relative;
/*    z-index: 1;*/
    margin-bottom: 3.5em;
}

.btn-primary
{
    background-color: #12235e;
}

.btn-primary:hover
{
    background-color: #243882;
}

.main-content-width2
{
    padding: 1em 0em;
    position: relative;
    margin: 2.5em 5em;
}

.main-content-width2 .breadcrumb a
{
    color: #12235e;
    opacity: .7;
}

.main-content-width2 .breadcrumb a:hover
{
    color: #243882;
    opacity: 1;
}

.main-content-width2 .breadcrumb .returnbutton
{
    position: absolute;
    right: 0;
    font-size: 1.5em;
}

div.excel
{
    position: relative;
    width: 100%;
    text-align: right;
    cursor: pointer;
    opacity: 0.8;
}

div.excel:hover
{
    opacity: 1.0;
}

div.excel img
{
    width: 30px;
}

.inst_txt
{
    display: inline-block;
}

.main-content-width2 div.excel
{
    position: absolute;
    right: 0;
    display: inline-block;
    padding-right: 0;
    padding-bottom: 0em;
}

@media (max-width: 767px)
{
    .main-content-width2 .breadcrumb .returnbutton
    {
        top: 2.8em;
    }
}

.main-content-width2 .breadcrumb
{
    background: transparent;
    width: 100%;
    padding-bottom: .1em;
    padding-left: 0;
}

.main-content-width2 .breadcrumb .fa-home
{
    font-size: 1.5em;
    padding-right: .5em;
}

.main-content-width2 .breadcrumb .fa-chevron-right
{
    padding: .3em .5em 0 0;
}

.main-content-width2 .breadcrumb .link
{
    font-weight: bold;
    padding: 0 .5em 0 0;
}

.main-content-width2 .breadcrumb .active
{
    font-weight: bold;
}

.search
{
    padding-bottom: 0;
}

.search input
{
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: none;
    box-shadow: 0 2px 4px rgba(0,0,0,.2);
}

.search input:focus{
    box-shadow: 0 4px 10px rgba(0,0,0,.2);
    outline: none;
}

.slogan
{
    margin-top: 20px;
    text-align: right;
}

.left
{
    text-align: left;
}

#main-content
{
    padding-top: 1.6em;
}

/*<editor-fold defaultstate="collapsed" desc="Header">*/
header
{
    display: block;
    background-color: #fff;
    height: auto;
    min-height: 4.8em;
    position: fixed;
    width: 100%;
    z-index: 1030;
    margin: 0 auto;
}
/*</editor-fold>*/
/*<editor-fold defaultstate="collapsed" desc="Footer">*/
footer
{
    background-color: #282b34;
    min-height: 4.8em;
}
/*</editor-fold>*/

/*<editor-fold defaultstate="collapsed" desc="Tables">*/
.twocolumntable
{
    display: table;
    width: 100%;
}

.twocolumntable .tablerow
{
    display: table-row;
}

.twocolumntable .tablecell
{
    display: table-cell;
    text-align: center;
    width: 50%;
    padding: 10px;
}

.threecolumntable
{
    display: table;
    width: 100%;
	padding-top: 2em;
}

.threecolumntable .tablerow
{
    display: table-row;
}

.threecolumntable .tablecell
{
    display: table-cell;
    text-align: center;
    width: 30%;
    padding: 10px;
}

/*</editor-fold>*/

/*<editor-fold defaultstate="collapsed" desc="Grid">*/
.grid-container
{
    text-align: center;
    box-shadow: inset 0 2px 4px rgba(0,0,0,.2), inset 0 -2px 3px rgba(0,0,0,.1);
    background-color: #e8edf2;
    padding-bottom: 20px;
    font-size: 0;
}
figure.grid-cell
{
    text-align: center;
    display: inline-block;
    max-width: 100%;
    position: relative;
    margin: 20px 10px 0 10px;
    border-radius: 10px;
    overflow: hidden;
    background-color: white;
    transition: all .1s ease-in;
    background-color: #b8bdc2;
}

figure.grid-cell img
{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 300px;
}

figure.grid-cell a
{
    color: inherit;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}

figure.grid-cell:hover
{
    color: #003478;
    box-shadow: 0 4px 10px rgba(0,0,0,.2);
}

.img-border
{
    padding: 10px;
}

figcaption
{
    padding: 8px;
    font-size: 16px;
    background-color: white;
}
/*</editor-fold>*/

/*<editor-fold defaultstate="collapsed" desc="Header and Footer">*/
.header, .footer
{
    max-width: 100%;
    margin: 0 5em;
}

.divider
{
    background-color: #333;
    height: 10px;
    clear: both;
}

.headerleft
{
    float: left;
    width: 40%;
    text-align: left;
    line-height: 75px;
    height: 75px;
}

.headerleft img
{
    height: 50px;
    width: auto;
    vertical-align: middle;
}

.headerright
{
    float: left;
    text-align: right;
    width: 60%;
    font-size: 1.5em;
    line-height: 75px;
    font-weight: bold;
    padding-right: 10px;
    /*margin-top: 32px;*/
}

#title
{
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    color: #333;
}

.footer
{
    padding: 10px;
}

.footer img
{
    max-width: 60px;
    float: left;
    padding-top: .3em;
}

.footer .address
{
    float: right;
    text-align: right;
    color: #fff;
    font-size: .75em;
}

.footer .address a, .footer .address a:hover
{
    color: #fff;
}
/*</editor-fold>*/

/*<editor-fold defaultstate="collapsed" desc="Navbar">*/
#nav-toggle
{
    display: none;
}

.navbar
{
    display: table;
    width: 100%;
    padding: 5px 10px;
    max-width: 1400px;
    margin: auto;
}
#nav
{
    display: table-row;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#nav>li{
    display: table-cell;
    text-align: center;
    /*line-height: 1.1;*/
    /*border-left: 1px solid #b8bdc2;*/
    padding: 0 2px;
}

#nav2 li
{
    padding-bottom: 10px;
}

#nav2>li a
{
    font-weight: bold;
    text-decoration: none;
    padding: 5px 10px;
    color:  #003478;
}

#nav2 li a.active, #nav2 li a:hover
{
    color:  #5b5b5b;
    text-decoration: underline;
}

#nav>li a {
    text-decoration: none;
    /*color:  white;*/
    font-size: 14px;
    display: block;
    padding: 5px;
    border-bottom: 3px solid white;
}
#nav>li>a, .nav2>li>a, .nav-toggle
{
    font-weight: bold;
    text-transform: uppercase;
}

#nav li a:hover, #nav li a.active
{
    color:  #003478;
    border-bottom: 3px solid #003478;
}

.dropdown {
    position: relative;
    z-index: 100;
}

.dropdown-list{
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    list-style-type: none;
    display: none;
    position: absolute;
    background-color: white;
    width: 100%;
    text-align: left;
    padding: 5px 0;
    border: 1px solid #b8bdc2;
    border-top: none;
    margin-top: 5px;
    z-index: 100;
}
#nav .dropdown-list a
{
    padding: 5px 10px;
    font-weight: bold;
}

.caret
{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 6px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

#search-btn
{
    background: transparent;
    border: none;
    cursor: pointer;
    padding-right: 2em;
    font-size: .7em;
}
/*</editor-fold>*/

.content
{
    width: 100%;
}

.leftcontent
{
    width: 28%;
    display: inline-block;
    vertical-align: top;
    font-size: 20px !important;
    text-align: left;
    padding-right: 30px;
}
           
.leftcontent li
{
    padding: 10px 0px;
}
         
.rightcontent
{
    width: 70%;
    display: inline-block;
    text-align: center;
}

.standarddiv
{
    width: 80%;
    margin: auto;
    text-align: center;
}

.homepagediv
{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding-top: 5em;
}

.companylist div
{
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
            
.companylist div ul
{
    margin-top: 0px;
}
            
.companylist div li
{
    padding: 3px;
}

.grid-container
{
    text-align: center;
    box-shadow: inset 0 2px 4px rgba(0,0,0,.2), inset 0 -2px 3px rgba(0,0,0,.1);
    background-color: #e8edf2;
    padding-bottom: 20px;
    font-size: 0;
}

.homebuttons
{
/*    width: 48%;*/
    display: inline-block;
}

.imageWrapper
{
    opacity: 0.8;
}

.imageWrapper:hover
{
    opacity: 1;
}

.imageWrapper.disabled
{
    opacity: 0.2;
}

.zeropadding
{
    padding-left: 0px;
}

.imageWrapper
{
    width: 300px;
    height: 200px;
    background-size: 100%;  
    background-position: center center;
    background-repeat: no-repeat;
    transition: .5s ease-in-out;
    margin: 0 auto;
    cursor: pointer;
}

.imageWrapper400
{
    width: 400px;
    height: 300px;
    background-size: 100%;  
    background-position: center center;
    background-repeat: no-repeat;
    transition: .5s ease-in-out;
    margin: 0 auto;
    cursor: pointer;
}

.columns
{
    width: 300px;
}

.fleximage
{
    cursor: pointer;
    position: absolute;
    bottom: 0;
    display: flex;
    background: #12235e;
    opacity: 0.9;
    width: 100%;
    transition: .5s ease-in-out;
}

.fleximage:hover
{
    opacity: 1;
}

.fleximage .flexicon
{
    font-size: 2em;
    padding: .2em;
    padding-right: 1em;
    color: #ffffff;
    display: inline-flex;
}

.fleximage .flextext, .fleximage .flextext2
{
    display: inline-flex;
    padding: 0.5em;
    text-align: right;
    margin-left: auto;
    font-size: .9em;
    color: #ffffff;
}

.search-item .fleximage .flextext
{
    margin-top: 1.1em;
}

.search-item .fleximage .flextext2
{
    margin-top: .2em;
}

video
{
    width: 100%;
    max-width: 75%;
}

@media (max-width: 767px)
{
    /*<editor-fold defaultstate="collapsed" desc="Header and Footer">*/
    .headerleft
    {
        float: none;
        width: 100%;
        text-align: center;
        line-height: 65px;
        height: 65px;
    }
	
    .headerright
    {
        float: none;
        text-align: center;
        width: 100%;
        font-size: 20px;
        line-height: initial;
        padding: .5em 0em 1em;
        /*margin-top: 32px;*/
    }
	
    .footer
    {
        text-align: left;
	}
	
    .footer img
    {
        float: none;
    }
    
    .footer .address
    {
        float: none; text-align: center; margin-top: 10px;
    }

    /*</editor-fold>*/

    /*<editor-fold defaultstate="collapsed" desc="Navbar">*/
    #nav-toggle{
        display: block;
        /*font-size: 14px;*/
        padding: 10px;
        background-color: #333;
        color: white;
        cursor: pointer;
    }
    #nav-toggle:hover{
        color: #003478;
    }
    #nav-toggle:hover .icon-bar{
        background-color: #003478;
    }

    .nav-label
    {
        /*float: left;*/
        display: none;
    } 

    .nav-icon
    {
        width: 26px;
        margin-right: 10px;
    }
    .icon-bar{
        display: none;
        width: 22px;
        height: 3px;
        border-radius: 1px;
        background-color: white;
        float: left;
        margin-top: 4px;
    }
    .icon-bar:first-child{
        margin-top: 0px;
    }

    .navbar, #nav{
        display: block;
        margin: 0;
        padding: 0;
    }
    #nav{
        display: none;
    }

    #nav.active{
        display: block;
    }

    #nav li{
        display: block;
        text-align: left;
        /*border-top: 1px solid #b8bdc2;*/
        border-right: none;
    }
    #nav>li:first-child{
        border-left: none;
    }
    #nav>li a {
        padding: 10px;
    }

    .dropdown-list{
        display: none;
        position: relative;
        padding: 0;
        border: none;
        margin-top: 0;
    }
    #nav ul.dropdown-list li a {
        padding: 10px 10px 10px 30px;
    }
    /*</editor-fold>*/
    
    .main-content-width2 .breadcrumb
    {
        padding-top: 3.5em;
    }
    
    .twocolumntable .tablecell
    {
        display: block;
        width:100%;
        text-align: center;
    }
    
    .threecolumntable .tablecell
    {
        display: block;
        width:100%;
        text-align: center;
    }
    
    .disappear
    {
        display: none;
    }
    
    .slogan
    {
        text-align: center;
        padding-top: 20px;
    }
    
    .left
    {
        text-align: center;
    }
    
    img.resize2
    {
        min-width: 300px;
    }
    
    .leftcontent
    {
        display: block;
        width: 100%;
    }
    
    .rightcontent
    {
        display: block;
        width: 100%;
    }
    
    .homebuttons
    {
        width: 100%;
        display: block;
        text-align: center;
    }
    
    .zeropadding
    {
        padding-left: 40px;
    }
}

.modal
{
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 310000; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.75); /* Black w/ opacity */
}

.modaltop
{
    width: 100%;
    background-color: #121212;
    padding: 0.5em;
    position: relative;
}

.modal-window
{
  background-color: #fefefe;
  margin: auto;
  width: 80%;
  max-width: 1100px;
  box-shadow: 0 0 0 10px rgba(0,0,0,.35);
}

.modaltitle
{
    font-weight: bold;
    color: white;
    display: inline-block;
    font-size: 1.2em;
    padding: 0.5em 0 0 0.8em;
}

.remodal-close
{
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: visible;
  width: 38px;
  height: 38px;
  font-size: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  border: 0;
  outline: 0;
  background: transparent;
  color: #cccccc;
}

.remodal-close
{
  float: right;
  position: initial;
}

/*<editor-fold defaultstate="collapsed" desc="Tabs">*/
.tab
{
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 100%;
}

/* Style the buttons that are used to open the tab content */
.tab button
{
  background-color: #ccc;
  margin-top: .5em;
  border-top-right-radius: 1.5em;
  border: 1px solid #ccc;
  outline: none;
  cursor: pointer;
  padding: 0.7em;
  transition: 0.3s;
  font-family: 'Encode Sans Condensed', sans-serif;
  font-weight: bold;
}

/* Change background color of buttons on hover */
.tab button:hover
{
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active
{
  background-color: blue;
  color: white;
}

/* Style the tab content */
.tabcontent
{
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.tabcontentgroup
{
/*    display: table;*/
    display: block;
}
/*</editor-fold>*/

.leftsidehome
{
    display: inline-block;
    width: 28%;
    vertical-align: top;
    padding: 0 1em;
}

.rightsidehome
{
    display: inline-block;
    vertical-align: top;
    width: 70%;
    text-align: center;
}

@media (max-width: 1000px)
{
    .rightsidehome, .leftsidehome
    {
        text-align: center;
        width: 100%;
        display: block;
    }
}

.labeldiv
{
    display: inline-block;
    padding: .5em;
}

.labeldiv label
{
/*    display: table-cell;*/
    display: inline;
    padding: .5em;
}

.labeldiv input
{
/*    display: table-cell;*/
    display: inline-block;
    margin: .5em;
/*    width: 100%;*/
}

.searchresulttable
{
    margin: 1em .5em;
    display: table;
    width: 100%;
}

.searchresultheadergroup
{
    display: table-header-group;
}

.searchresultheader
{
    font-weight: bold;
    display: table-cell;
    text-align: center;
    border-bottom: .1em solid #003366;
    color: #12235e;
}

.searchrow
{
    display: table-row;
}

.searchrow:nth-child(even):hover
{
    background-color: rgba(10,10,10,.1);
}

.searchrow:nth-child(odd)
{
    background-color: rgba(18,35,94,.1);
}

.searchrow:nth-child(odd):hover
{
    background-color: rgba(18,35,94,.3);
}

.searchrow:hover
{
    text-decoration: none;
}

.searchcell
{
    text-align: center;
    display: table-cell;
    padding: .2em;
}

.homeimage
{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.imagediv
{
    position: absolute;
    background-color: #ccc;
    cursor: pointer;
    background-color: rgba(0,0,0,0);
}

.imagediv abbr
{
    display: none;
    width: fit-content;
    font-weight: bold;
    opacity: .9;
    font-size: .85em;
}

.imagediv:hover
{
    background-color: rgba(0,0,0,.15);
}

.imagediv:hover abbr
{
    display: block;
    position: absolute;
    transition: transform 1000ms ease-in-out;
    top: -2em;
    left: 35%;
    background: black;
    color: white;
    padding: .5em;
}

.dropdownnav
{
    position: relative;
    display: inline-block;
}

.dropdown-content 
{
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}

.dropdownnav:hover .dropdown-content
{
  display: block;
}

.toggle
{
    display: none;
}

nav
{ 
    margin:0;
    padding: 0;
}

nav:after
{
    content:"";
    display:table;
    clear:both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul
{
    padding:0;
    margin:0;
    list-style: none;
    position: relative;
}
	
/* Positioning the navigation items inline */
nav ul li
{
    margin: 0px;
    display:inline-block;
}

/* Styling the links */
nav a
{
    display:block;
    padding:.5em 1em;
    text-decoration:none;
}


nav ul li ul li:hover 
{
    background: rgba(10,10,10,1);
}

nav ul li ul li a:hover
{
    color: rgba(255,255,255,1);
}

nav ul ul
{
    display: none;
    position: absolute;
    top: 2em; 
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul
{
    display:inherit;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li
{
    width:auto;
    background: rgba(10,10,10,.8);
    display:list-item;
    position: relative;
    color: rgba(255,255,255,.8);
}

nav ul ul li a
{
    color: rgba(255,255,255,.9);
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li
{
    position: relative;
    top:-60px;
    /* has to be the same number as the "width" of "nav ul ul li" */ 
    left:6em; 
    padding: .2em 0;
}

header .headertable
{
    display: table;
    margin: 0 5em; 
    width: -webkit-fill-available;
}

header .tablerow
{
    display: table-row;
}

header .headerlogodiv
{
     display: table-cell;
     padding-top: 1em;
     width: 25%;
}

header .headernavdiv
{
    display: table-cell;
    text-align: center; 
    vertical-align: middle;
    padding-top: 1em;
}

header .headertitlediv
{
    display: table-cell;
    text-align: right; 
    font-size: 1.5em;
    font-weight: bold;
    vertical-align: middle;
    width: 25%;
}

#navbutton
{
    display: none;
    font-size: 2em;
    left: .5em;
    top: 1em;
    border: none;
    cursor: pointer;
}

#navbutton p
{
    margin: 0;
}

#navbutton .menutext
{
    font-size: .4em;
}

@media all and (max-width : 1000px)
{
    .searchresulttable
    {
        margin: 2em 0;
    }
    
    .labeldiv
    {
        display: block;
        width: 100%;
    }
    
    .labeldiv label
    {
        width: 35%;
        display: inline-block;
    }
    
    .labeldiv  input
    {
        width: 60%;
    }

    header .headerlogodiv, header .headertitlediv, header .headernavdiv
    {
        display: block;
        text-align: center;
        width: 100%;
    }
    
    #navbutton
    {
        position: fixed;
        display: block;
    }
    
    header .headernavdiv
    {
        position: fixed;
        width: 95%;
        right: 1em;
        top: 1em;
        margin: 1em auto;
        display: none;
    }
    
    nav
    {
        margin: 0;
    }

    /* Display Dropdown when clicked on Parent Lable */
    [id^=drop]:checked + ul
    {
            display: block;
    }

    /* Change menu item's width to 100% */
    nav ul li
    {
        display: block;
        width: 100%;
    }
    
    nav ul ul a
    {
        padding: 0 40px;
    }

	nav ul ul ul a {
		padding: 0 80px;
	}

	nav a:hover,
 	nav ul ul ul a {
		background-color: #000000;
	}
  
	nav ul li ul li .toggle,
	nav ul ul a,
  nav ul ul ul a{
		padding:14px 20px;	
		color:#FFF;
		font-size:17px; 
	}
  
  
	nav ul li ul li .toggle,
	nav ul ul a {
		background-color: #212121; 
	}

	/* Hide Dropdowns by Default */
	nav ul ul {
		float: none;
		position:static;
		color: #ffffff;
		/* has to be the same number as the "line-height" of "nav a" */
	}
		
	/* Hide menus on hover */
	nav ul ul li:hover > ul,
	nav ul li:hover > ul {
		display: none;
	}
		
	/* Fisrt Tier Dropdown */
	nav ul ul li {
		display: block;
		width: 100%;
	}

	nav ul ul ul li {
		position: static;
		/* has to be the same number as the "width" of "nav ul ul li" */ 

	}

}

@media all and (max-width : 330px)
{

	nav ul li {
		display:block;
		width: 94%;
	}

}

#example tr
{
    cursor: pointer;
}

#example a:hover
{
    text-decoration: none;
}