 
 @media only screen and (min-width: 767px){
 
 .col4 {
    -webkit-columns: 100px 4; /* Chrome, Safari, Opera */
    -moz-columns: 100px 4; /* Firefox */
    columns: 100px 4;
    }
 
 .col3 {
    -webkit-columns: 100px 3; /* Chrome, Safari, Opera */
    -moz-columns: 100px 3; /* Firefox */
    columns: 100px 3;
    }
    
    .col2 {
    -webkit-columns: 100px 2; /* Chrome, Safari, Opera */
    -moz-columns: 100px 2; /* Firefox */
    columns: 100px 2;
    }
 }
 
 
 /* rightcolumn */
 
 @media (min-width: 1050px){
.rightnavigation {
        width:333px;
        position:static;
}
.rightnavigation.scrolling {
    position:fixed;
    top:90px;
}
}


@media (min-width: 934px)  and (max-width:1049px)   {
.rightnavigation {
        width:290px;
        position:static;
}
.rightnavigation.scrolling {
    position:fixed;
    top:90px;
}
}

@media (min-width: 683px)  and (max-width:933px)   {
.rightnavigation {
        width:210px;
        position:static;
}
.rightnavigation.scrolling {
    position:fixed;
    top:90px;
}



}


.small {
font-size: 0.9rem;
}

.medium {
font-size: 1.3rem;
}

.large {
font-size: 1.6rem;
line-height: 1.5;
}

.x-large {
font-size: 2.0rem;
}

.smallmaroon {
font-size: 0.9rem;
color: #500000;
}

.mediummaroon {
font-size: 1.3rem;
color: #500000;
}

.mediummaroon h1, .mediummaroon h2, .mediummaroon h3, .mediummaroon h4 {
font-size: 1.3rem;
color: #500000;
}

.largemaroon {
font-size: 1.6rem;
color: #500000;
}


.x-largemaroon {
font-size: 2.0rem;
color: #500000;
}

.smallgraphite {
font-size: 0.9rem;
color: #332c2c;
}

.mediumgraphite {
font-size: 1.3rem;
color: #332c2c;
}

.largegraphite {
font-size: 1.6rem;
color: #332c2c;
}

.x-largegraphite {
font-size: x-large;
color: #332c2c;
}

.maroonbanner {
color: #ffffff;
background-color: #500000;
font-size: 1.3rem;
padding: 5px;
}

.maroonbannerlarge {
color: #ffffff;
background-color: #500000;
font-size: 1.6rem;
padding: 5px;
}

.sandandseabanner {
color: #0F4352;
background-color: #D6D3C4;
font-size: 1.3rem;
padding: 5px;
}

.sandandseabannerlarge{
color: #104554;
background-color: #D6D3C4;
font-size: 1.6rem;
padding: 5px;
}

.sandandseabanner a {
    display: block;
    font-family: "Oswald",Helvetica,Arial,sans-serif;
    font-weight: normal;
    color: #003C71;
    margin: 5px;
}

.offscreen {
position:absolute;
left:-9999px;
width:1px;
height:1px;
top:auto;
}




@media print {
  
  body { 
width:100% !important;
margin:0 !important;
padding:0 !important;
line-height: 1.45; 
font-family: Garamond,"Times New Roman", serif; 
color: #000; 
background: none; 
font-size: 14pt; 
      
-webkit-print-color-adjust: exact !important;   /* Chrome, Safari */
color-adjust: exact !important;                 /*Firefox*/
      
  }

/* Headings */
h1,h2,h3,h4,h5,h6 { page-break-after:avoid; }
h1{font-size:19pt;}
h2{font-size:17pt;}
h3{font-size:15pt;}
h4,h5,h6{font-size:14pt;}


p, h2, h3 { orphans: 3; widows: 3; }

code { font: 12pt Courier, monospace; } 
blockquote { margin: 1.2em; padding: 1em;  font-size: 12pt; }
hr { background-color: #ccc; }

/* Images */
img { float: left; margin: 1em 1.5em 1.5em 0; max-width: 100% !important; }
a img { border: none; }

/* Links */
a:link, a:visited { background: transparent; font-weight: 700; text-decoration: underline;color:#333; }
a:link[href^="http://"]:after, a[href^="http://"]:visited:after { content: " (" attr(href) ") "; font-size: 90%; }

abbr[title]:after { content: " (" attr(title) ")"; }

/* Don't show linked images  */
a[href^="http://"] {color:#000; }
a[href$=".jpg"]:after, a[href$=".jpeg"]:after, a[href$=".gif"]:after, a[href$=".png"]:after { content: " (" attr(href) ") "; display:none; }

/* Don't show links that are fragment identifiers, or use the `javascript:` pseudo protocol .. taken from html5boilerplate */
a[href^="#"]:after, a[href^="javascript:"]:after {content: "";}

/* Table */
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th,td { padding: 4px 10px 4px 0; }
tfoot { font-style: italic; }
caption { background: #fff; margin-bottom:2em; text-align:left; }
thead {display: table-header-group;}
img,tr {page-break-inside: avoid;} 

#footerarea, #topnavigationarea, #rcnav, #headerarea
{display:none;}





.accordion .accordion-navigation > .content, .accordion dd > .content {
        height: auto;
        display:block;
    }
}

#verticalmenu a {
    display: block;
    padding: 6px;
    display: block;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc #888 #555 #bbb;
    color: white;
    background-color: #535555;
    text-decoration: none;
    text-align: center;
}

#verticalmenu li {
    list-style: none;
    border-width: 1px;
    border-color: white;
}

#verticalmenu a:hover {
    background-color: #003461;
}


.hidden {
  display: none !important;
}

#installContainer {
    position: relative;
    bottom: 40%;
    display: flex;
    justify-content: center;
    width: 100%;
}

#installContainer button {
  border: 1px solid white;
  color: white;
  font-size: 1em;
  padding: 0.75em;
}

