@import url("../../../../stellar2/styles/scuba.css");
body.modal-open { position: fixed; width: 100%; }


html{
 max-width: 100%;
}

.customHeader {background-color:#002141;margin-left:5px; margin-right: 5px; padding-top: 15px;}
#page-wrapper
{
  width:100%;

}
.customLogonHeader div {background-color:#002141; padding-top:0px;}
.row.customLogonHeader {border-top: 0px;}

.customLogo {height:120px;background-repeat: no-repeat;background-position: center;}
.navbar-right{
    margin-right:0px;
    margin-top: 12px; /* change this if image is different height */
}
.navbar-nav>li>a{
font-family: Raleway;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 21px;
    font-weight: 600;
}
.customFooter {background-color:#252525;margin:5px}
.customFooter .headerText {color: #fff;}
.customFooter .text {color:#ccc;}
.customFooter ol,ul {list-style:none;padding-inline-start: 0px}
.customFooter li>a {color:#ccc;}
.customFooter a {color:#0ac6f1;cursor:pointer;}

.dcs-web-controller {width:95vw; margin:auto;}

/*add price band colours here */
.dcs-band-O {background-color:#10b196;}


.footer {background-color:#002141;}

/* Dropdown Button */
.dropbtn {
  
  color: #01C1D8;
  padding: 16px;
  border: none;
  Sans-serif font: Arial, Helvetica, sans-serif; 
font-weight: 700;
color: #01C1D8;
text-transform: uppercase;
    font-size: 14px;
	display: inline-block;
}
.dropbtn a {color: #01C1D8;}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #01C1D8;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-weight: 700;
}

/* Change color of dropdown links on hover 
.dropdown-content a:hover {background-color: #ddd;} */

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown 
.dropdown:hover .dropbtn {background-color: #3e8e41;}*/

/* Dropdown Button */
.dropSerif {
  
  color: #fff;
  padding: 16px;
  border: none;
  font-family: serif; 
font-weight: 700;
color: #01C1D8;
text-transform: uppercase;
    font-size: 14px;
	display: inline-block;
}
.dropSerif a {color: #fff; font-family:"GFS Didot", serif;}

/* The container <div> - needed to position the dropdown content */
.dropmenu {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.menu-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.menu-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-weight: 700;
}

.headMenu2 {
    border-top: 2px solid rgba(225, 225, 225, 0.5);
    padding-right: 1em;
}

.footH5 {color: #01C1D8;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
font-family: Serif;
}

.inItalics {font-style: italic;}

i {font-size: 25px; color: #ffffff;}

.footer-col-2 .footer-addr p, .footer-col-3 .footer-addr p {
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
	margin-bottom: 0px;
}

.no-decor {text-decoration: none; color: #ffffff;}

.footer-col-2 .footer-addr .title, .footer-col-3 .footer-addr .title {
    font-style: italic;
    color: #ffffff;
    opacity: 0.4;
    display: block;
    padding-bottom: 0.3em;
    font-size: 18px;
    line-height: 20px;
	font-family: serif;
}

section.copy .copy-desc span {
    opacity: 0.4;
	font-family: serif;
	color: #ffffff;
	font-size: 16px;
}

.footHR {
    border-bottom: 1px solid #01C1D8;
    position: absolute;
    width: 10%;
    left: 0px;
    bottom: 0px;
}
.logo-ft {
	display: inline-block;
	margin-right: 50px;
}

.policy {text-align:right;}
.policy a {text-decoration: none;
	color: #01C1D8;
	font-family: serif;
	font-size: 16px;
}