/*<editor-fold defaultstate="collapsed" desc="Basic Tag Styling">*/
*{
    box-sizing: border-box;
}

html
{
    height: 100%;
}

body
{
    -ms-overflow-style: scrollbar;
    overflow-y: scroll;
    font-family: arial;
    font-size: 18px;
    margin: 0;
    padding: 0;
    height: 100%;
    color:  #373535;
}

a
{
    cursor: pointer;
    color: #004288;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

p
{
    margin-top: 0;
}

li
{
    padding: 5px 0px;
}

h1
{
    margin-top: 10px;
    text-transform: uppercase
}
h2 {
    text-transform: uppercase;
}
h3
{
    margin-top: 10px;
    margin-bottom: 10px;
    clear: both;
    padding-left: 1.5em;
    
}

abbr
{
    cursor: help;
    text-decoration: underline dotted;
}

figure
{
    box-shadow: 0 2px 4px rgba(0,0,0,.2), 0 -2px 4px rgba(0,0,0,.1);
    text-align: center;
    margin: 0 0 20px 0;
    display: inline-block;
    overflow: hidden;
    border-radius: 5px;
    /*background-color: white;*/
    font-size: 0;
    max-width: 100%;
}

figcaption, caption
{
    padding: 8px;
    background-color: white;
    font-size: 16px;
    white-space: nowrap;
    font-weight: bold;
}

/*</editor-fold>*/

.center
{
    text-align: center;
}
.p-card {
    min-width: 400px;
}
.navImg {
    width:300px;
}
h4 {
    text-transform: uppercase;
    font-size: 16px;
}
img.resize, .gallery img
{
    width: 100%;
    height: auto;
    max-width: 100%;
}
.seraText{
    text-align: left;
}
.narrow
{
    max-width: 1000px;
    padding: 10px;
    margin: auto;
    position: relative;
    z-index: 1;
}

.left20
{
    width: 20%;
    display: inline-block;
    padding-left: 50px;
    padding-right: 5px;
    text-align: center;
}

.left20 img
{
    border: none;
    box-shadow: none;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    max-height: 250px;
    width: 100%;
    height: auto;
    max-width: 300px;
}

.left30
{
    width: 30%;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.left30 img
{
    border: none;
    box-shadow: none;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    max-height: 250px;
    width: 100%;
    height: auto;
    max-width: 300px;
}

.left50, .right50
{
    float: left;
    width: 50%;
}

.left50
{
    padding-right: 10px;
}

.right50
{
    padding-left: 10px;
}

.left70
{
    width: 70%;
    float: left;
}

.right30
{
    width: 30%;
    float: right;
    padding-left: 30px;
    padding-bottom: 20px;
    text-align: center;
}

.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;
}

.wide
{
    width: 100%;
    min-height: 75vh;
    padding: 10px 40px;
}

.container
{
    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;
    text-align: center;
}

.tile
{
    border-radius: 5px;
    overflow: hidden;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0,0,0,.2);
    padding: 10px;
}

.containersubsupply
{
    box-shadow: none;
    background-color: #fff;
    padding-bottom: 20px;
}

.documents
{
    display: inline-block;
    margin-right: 35px;
    border: 1px solid #ccc;
    background-image: url('../images/documents.png');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position-y: center;
    background-position-x: 5px;
    padding-left: 35px;
}

.contacts
{
    display: inline-block;
    border: 1px solid #ccc;
    background-image: url('../images/contacts.png');
    padding-left: 35px;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position-x: 5px;
    background-position-y: center;
}
.splashImage {
    background-image: url(../images/toolingSplash.png);
    background-size: cover;
    background-position: left;
    z-index: -1;
    min-height: 75vh;
    align-items: center;
    display: grid; 
    grid-template-columns: 4fr 8fr; 
    justify-items:center;

}
.part_container, .p_container {
    width: 100%;
    padding: 15px;
    border: solid 1px #d4d4d4;
    box-shadow: 2px 2px 5px rgba(0,0,0,.175);
    border-radius: 5px;
}
.centertile
{
    display: inline-block;
    margin: 20px 10px 0 10px;
}

a.tile:hover
{
    color: #004288;
    box-shadow: 0 4px 10px rgba(0,0,0,.2);
}

.clear
{
    clear: both;
}


/* Content for Machine Section (H1000 ITRS)*/


.callout-container{
    position: relative;
    display: inline-block;
}
.machParent {
    margin-top: 25px;
}
.callout-box{
    position: absolute;
}
.callout-box:hover
{
    border: 0px solid rgba(255,0,0,1);
    cursor:pointer;
}
.selected {
    border: 1px solid rgba(57,255,20,1);
    background-color: rgba(57,255,20,.6); 
}
.modal-body img
{
    border-radius:5px;
}
.modal-footer 
{
    border-top:1px solid rgba(0,66,136,1);
}
.modal-header
{
    border-bottom: 1px solid rgba(0,66,136,1);
}
.modal-text{
    display: none;
    padding-left: 10px;
    border-left: solid 5px rgba(0,66,136,1);
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  max-height: 80vh;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  margin-top: 200px;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;       float: right; 
     font-size: 21px; 
     font-weight: 700; 
     line-height: 1; 
     color: #000; 
     text-shadow: 0 1px 0 #fff; 
    filter: alpha(opacity=60);
    opacity: .6;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    font-size: 21px; 
     font-weight: 700; 
     line-height: 1; 
     color: #000; 
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
  
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
 
}

/*<editor-fold defaultstate="collapsed" desc="Hazard Signs">*/
.caution, .warning, .danger, .note, .info
{
    border: 1px solid black;
}

.caution span, .warning span, .danger span, .note span, .info span
{
    display: block;
    padding: 10px 15px;
}

.caution::before
{
    content: 'CAUTION:';
    background-color: #ffff00;
    color: black;
    background-image: url('../images/triangle_bang_black.png');
}

.warning::before
{
    content: 'WARNING:';
    background-color: #ff6600;
    color: black;
    background-image: url('../images/triangle_bang_black.png');
}

.danger::before
{
    content: 'DANGER:';
    background-color: #ff0000;
    color: white;
    background-image: url('../images/triangle_bang_white.png');
}

.note::before
{
    content: 'NOTE:';
    background-color: #64b2f4;
    color: black;
    background-image: url('../images/note_icon.png');
}

.info::before
{
    content: 'INFORMATION';
    background-color: #00FF00;
    color: black;
    background-image: url('../images/tool_tip.png');
}

.caution::before, .warning::before, .danger::before, .note::before, .info::before
{
    -webkit-print-color-adjust: exact;
    display: block;
    font-weight: bold;
    padding: 5px 10px 5px 50px;
    background-repeat: no-repeat;
    background-size: auto 1.3em;
    background-position: 15px 3px;
}

ul.caution, ul.warning, ul.danger, ul.note
{
    padding-left: 0px;
}

.caution li, .warning li, .danger li, .note li
{
    margin-left: 50px;
}

/*</editor-fold>*/

/*<editor-fold defaultstate="collapsed" desc="Grid">*/
.grid-container{
    text-align: center;
    font-size: 0;
}
figure.grid-cell{
    text-align: center;
    max-width: 100%;
    position: relative;
}
figure.grid-cell img
{
    width: auto;
    height: auto;
    max-width: 100%;
}

figure.grid-cell a {
    color: inherit;
    text-decoration: none;
    font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
/*</editor-fold>*/

/*<editor-fold defaultstate="collapsed" desc="Header and Footer">*/
.header, .footer
{
    width: 100%;
    padding: 0 40px;
    /*max-width: 1000px;*/
    margin: auto;
}

.footer
{
    padding:  10px 40px;
}

.divider
{
    height: 10px;
    clear: both;
    text-align: right;
}

.divider a
{
    color: #787d82;
    text-decoration: none;
    font-size: 14px;
    padding: 0 10px 0 50px;
}

div.active
{
    border-color: #004288;
}

.divider a:hover, .divider a.active
{
    color:  #004288;
}

.headerleft
{
    float: left;
    width: 40%;
    text-align: left;
    line-height: 65px;
    height: 65px;
}

.headerleft img
{
    max-height: 65px; 
    padding: 10px 10px 10px 0; 
    vertical-align: middle;
}

.headerright
{
    float: left;
    text-align: right;
    width: 60%;
    font-size: 26px;
    line-height: 75px;
    font-weight: bold;
}

#title
{
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    color: #787d82;
}

.footer img{
    max-width: 80px;
    float: left;
    margin-top: 8px;
}
.footer .address{
    float: right; text-align: right; margin-top: 7px;
}
/*</editor-fold>*/

/*<editor-fold defaultstate="collapsed" desc="Navbar">*/
#nav-toggle
{
    display: none;
}

.navbar
{
    display: table;
    padding: 5px 10px;
    margin: auto;
}
#nav{
    /*display: table-row;*/
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#nav>li
{
    /*display: table-cell;*/
    float: left;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #b8bdc2;
}
#nav>li:last-child{
    border-right: none;
}
#nav>li a {
    text-decoration: none;
    color:  #787d82;
    font-size: 14px;
    display: block;
    padding: 5px 10px;
}
#nav>li>a, .nav-toggle, .divider a {
    font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

#nav li a:hover, #nav li a.active{
    color:  #004288;
}

.dropdown
{
    position: relative;
    /*z-index: 100;*/
}

.dropdown-list
{
    display: none;
    position: absolute;
    background-color: white;
    /*width: 100%;*/
    list-style-type: none;
    text-align: left;
    padding: 5px 0;
    border: 1px solid #b8bdc2;
    border-top: none;
    margin-top: 5px;
    z-index: 100;
}

#nav .dropdown-list li
{
    padding: 0px;
}

#nav .dropdown-list a
{
    padding: 5px 10px;
    white-space: nowrap;
    color: #373535;
}

.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;
}
/*</editor-fold>*/
.langdropbtn {
    background-color: #ffffff;
  color: white;
  padding: 1px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.langdropdown {
  float: right;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.langdropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 40px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  
}

/* Links inside the dropdown */
.langdropdown-content button {
  color: black;
  padding: 2px 2px;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

/* Change color of dropdown links on hover */
.langdropdown-content button:hover {background-color: #004288; color: white;}

/* Show the dropdown menu on hover */
.langdropdown:hover .langdropdown-content {
  display: block;
}


/* Change the background color of the dropdown button when the dropdown content is shown */
.langdropdown:hover .langdropbtn {
  background-color: #999;
}

/*<editor-fold defaultstate="collapsed" desc="Table">*/
table
{
    border-spacing: 0px;
}

table#sort
{
    width: 100%;
}

th[role=columnheader]:not(.no-sort)
{
    cursor: pointer;
}

th[role=columnheader]:not(.no-sort):after
{
    content: '';
    float: right;
    margin-top: 7px;
    border-width: 0 4px 4px;
    border-style: solid;
    border-color: #404040 transparent;
    visibility: hidden;
    opacity: 0;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

th[aria-sort=ascending]:not(.no-sort):after
{
	border-bottom: none;
	border-width: 4px 4px 0;
}

th[aria-sort]:not(.no-sort):after
{
	visibility: visible;
	opacity: 0.4;
}

th[role=columnheader]:not(.no-sort):hover:after {
	visibility: visible;
	opacity: 1;
}

th, .tableheader
{
    border-top: thick solid #004288;
    color: #373535;
    /*box-shadow: inset 0 2px 4px rgba(0,0,0,.2), inset 0 -2px 3px rgba(0,0,0,.1);*/
    background-color: #e8edf2;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    font-weight: bold;
}

tfoot th
{
    color: #373535;
    background-color: #e8edf2;
    border-bottom: 1px solid #ccc;
    border-top: thick solid #004288;
    padding: 10px;
}

.table
{
    display: table;
    width: 100%;
}

.tablerow
{
    display: table-row !important;
}

.tableheader
{
    display: table-cell !important;
}

.tabledata
{
    display: table-cell !important;
    padding: 10px;
    border-top: thick solid #004288;
}

.linkrow
{
    cursor: pointer;
    color: #004288;
}

.linkrow td::hover
{
    color: blue;
}

/*tr:nth-child(odd)
{
    background-color: #e8edf2;
}*/
/*</editor-fold>*/

.thumb
{
    text-align: center;
}

.thumb img
{
    border: 1px solid #ccc;
}

td
{
    vertical-align: top;
    padding: 10px;
}

.button
{
    text-align: center;
    width: 400px;
    background-color: #004288;
    color: #fff;
    border: 1px solid #ccc;
    text-decoration: none;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 2px 2px 12px rgba(0,0,0,.175);
    margin-top: 10px;
    display: inline-block;
    margin-right: 10px;
    padding: 15px;
    
}

.button:hover, .tab .active, .buttons .active
{
    color: #004288;
    background-color: #fff;
    text-decoration: none;
}

.tab .button
{
    width: auto;
}

.handorgel__content__inner div.step
{
    display: inline-block;
    width: 48%;
    vertical-align: top;
}
.handorgel__content__inner div.stepleft
{
    display: inline-block;
    width: 25%;
    vertical-align: top;
}

.handorgel__content__inner div.step img
{
    max-width: 100%;
    width: 100%;
    height: auto;
}
.handorgel__header__button {
    text-indent: inherit !important;
    padding-left: 1.5em !important;
}
.handorgel__content__inner div.left30
{
    width: 30%;
}

/* Style the tab */
.tab
{
    /*overflow: hidden;
    border: 1px solid #ccc;*/
    background-color: #f1f1f1;
    clear: both;
}

/* Style the tab content */
.tab
{
    text-align: center;
}

.tabcontent
{
    display: none;
    padding: 6px 12px;
    border: none;
}

.large
{
    font-weight: bold;
    font-size: 24px;
}



.callout-container
{
    position: relative;
}

.callout-hilite, .callout-mouseover
{
    position: absolute;
    cursor: pointer;
}

/*<editor-fold defaultstate="collapsed" desc="Callouts">*/
.callout-hilite:hover
{
    border: 2px solid red;
}

.callout-mouseover:hover
{
    border: 2px solid red;
    background-color: rgba(238,50,36,.5);
}
/*</editor-fold>*/

/*<editor-fold defaultstate="collapsed" desc="Colors">*/
.yellow
{
    color: #ffbf00;
}

.red
{
    color: #004288;
}

.green
{
    color: green;
}

.orange
{
    color: orange;
}

.blue
{
    color: #0034b8;
}

.gray
{
    color: #999;
}
/*</editor-fold>*/

/*<editor-fold defaultstate="collapsed" desc="Expander">*/
.expandbutton {
    width: 50px;
    vertical-align: middle;
    float: right;
    display: inline-block;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin: 0px 5px;
}
.expandbutton::before {
    content: '\276E';
    font-size: 20px;
}
.collapsebutton {
    margin: 0px 5px;
    width: 50px;
    vertical-align: middle;
    float: right;
    display: inline-block;
    display: none;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.collapsebutton::before {
    content: '\276F';
    font-size: 20px;
}
.buttonrightexpand, .buttonrightcollapse {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-align: right;
}
.buttonrightexpand::before {
    content: '\276E';
}
.buttonrightcollapse::before {
    content: '\276F';
}
.buttonleft {
    display: inline-block;
    width: 98%;
}
/*</editor-fold>*/

.totop
{
    width: 100%;
    position: fixed;
    bottom: 10px;
    z-index: 99;
}
#topbutton
{
    font-weight: bold;
    display: none;
    margin: 0 auto;
    cursor: pointer;
    width: auto;
    background-color: black;
}

#topbutton:hover
{
    color: black;
    background: white;
}
@media (max-device-width: 1400px){
    .navBtn, .navBtnInactive{
        width: 300px !important;
        margin-bottom: 15px;
    }
    .navImg {
        width:250px;
    }
}
@media (max-width: 1000px){
   .splashImage {
    background-image: none;
    background:#ededed;
    background-size: cover;
    min-height: 105vh;
    align-items: center;
    display: block; 
    grid-template-columns: 4fr 8fr; 
    justify-items:center;
    padding-top: 25px;

}
}
@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-right: 0;
        padding-bottom: 10px;
        /*margin-top: 32px;*/
    }
    .footer{
        text-align: center;
    }
    .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: #787d82;
        color: white;
        cursor: pointer;
    }*/

    .nav-label{
        /*float: left;*/
        margin-left: 10px;
    } 

    .nav-icon{
        width: 26px;
        margin-right: 10px;
    }
    .icon-bar{
        display: block;
        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;
        float: none;
        text-align: left;
        border-top: 1px solid #b8bdc2;
        border-right: none;
    }
    #nav>li:first-child{
        border-left: none;
        border-top: 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>*/
    
    .left50, .right50
    {
        float: none;
        width: 100%;
        padding: 0;
    }
    
/*    .right50 
    {
        margin-top: 20px;
    }*/
    
    .left20, .left30
    {
        width: 100%;
        display: block;
        padding: 0px;
    }
    
    .left20 img, .left30 img
    {
        width: auto; 
    }
    
    .left70
    {
        width: 100%;
        float: none;
    }
    
    .right30
    {
        width: 100%;
        float: none;
        padding-left: 0px
    }
    
    .containersubsupply .tile
    {
        margin: 10px 0px;
        display: block;
        clear: both;
        width: 100%;
    }
    
    .button, .tab .button
    {
        width: 40%;
    }
    
    .expandbutton, .collapsebutton {
    float: none;
    width: 50px;
}
    .buttoncontainer
    {
        
       text-align: center;
    }
    .handorgel__content__inner div.step, .handorgel__content__inner div.left30, .handorgel__content__inner div.stepleft
    {
        display: block;
        width: 100%;
    }
   
    .tableheader, .tabledata
    {
        display: block !important;
        width: 100%;
    }
    .grid{
        display:block !important;
    }
    .info_para {
        margin-left: 5px !important;
    }
    .navBtn, .navBtnInactive, .portalBtn{
        width: 250px !important;
        margin-bottom: 15px;
        float: none !important;
    }
    .navImg {
        width: 200px;
    }
    .p-card {
    min-width: 350px;
}
    .header {
    padding: 0;
}

.wide {
    min-height: 0;
}
.handorgel h3 {
    padding-left: 0em;
}
}
@media (max-width: 1000px){
   .splashImage {
    background-image: none;
    background:#ededed;
    background-size: cover;
    min-height: 70vh;
    align-items: center;
    display: block; 
    grid-template-columns: 4fr 8fr; 
    justify-items:center;
    padding-top: 25px;

}
}

@media print
{
    .pagebreak
    {
        page-break-after: always;
    }
    .expandbutton
    {
        visibility: hidden;
    }
    .searchbar
    {
        visibility: hidden;
    }
    video
    {
        visibility: hidden;
    }
    .handorgel__content
    {
        page-break-after: always;
        height: auto !important;
        display: block !important;
        overflow: visible !important;
    }
    
    .nobreak
    {
        page-break-after: auto !important;
    }
    
    .handorgel__header__button
    {
        background-color: #fff;
        color: #000000 !important;
    }
    
    .handorgel__content__inner
    {
        opacity: 1 !important; 
    }
    
    .handorgel__content:last-of-type
    {
        page-break-after: auto;
    }
    
    .navbar
    {
        display: none;
    }
    
    .button
    {
        width: auto;
    }
    
    #topbutton
    {
        display: none;
        visibility: hidden;
    }
    .tipue_search_group {
        display: none;
    }
    .langdropdown{
        display: none;
    }
}
li {
    text-align: left;
}


div.leftdiv
{
    width: 70%;
    float: left;
}
.navBtn:hover, .navBtn:focus
{
    border-color:rgba(0,66,136,1);
    background-color:#668eb7;
    text-decoration: none;
    color:white;
}
a.navBtn:focus {
    border:solid 1px #000;
    color:white;
    background-color:#668eb7;
}
.portalBtn:hover, .portalBtn:focus
{
    border-color:rgba(0,66,136,1);
    background-color:#668eb7;
    text-decoration: none;
    
}
a.portalBtn:focus {
    border:solid 1px #000;
    
    background-color:#668eb7;
}
.navBtn
{
    width:350px;
    padding:15px;
    border-radius:5px;
    border:solid 1px #d4d4d4;
    box-shadow: 2px 2px 12px rgba(0,0,0,.175);
    color: white;
    background-color: #004388;
    margin-top:10px;
    display:inline-block;
    float:left;
    margin-right:10px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}
.portalBtn
{
    width:250px;
    padding:15px;
    border-radius:10px;
    border:solid 1px #d4d4d4;
    box-shadow: 2px 2px 12px rgba(0,0,0,.175);
    color: #004388;
    background-color: white;
    margin-top:10px;
    display:inline-block;
    float:left;
    margin-right:10px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}
.navBtnInactive
{
    width:350px;
    padding:15px;
    border-radius:5px;
    border:solid 1px #d4d4d4;
    box-shadow: 2px 2px 12px rgba(0,0,0,.175);
    color:gray;
    margin-top:10px;
    display:inline-block;
    float:left;
    margin-right:10px;
    text-transform: uppercase;
    font-size: 16px;
}
.navBtnInactive:hover, .navBtnInactive:focus
{
    border-color:rgba(0,66,136,1);
    text-decoration: none;
    color:white;
}

