<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ecy css */
@import url('https://fonts.googleapis.com/css?family=Aleo:300');

#ecyMain {float:right; height: 100%; width:80%}
#sideContent {color:white; }
.ecyLiteBlue,.hoverEcyLiteBlue:hover{color:#fff!important;background-color:lightblue!important}
.ecy3rdBkgnd {
    background-color: cadetblue;
    /* background-color: slategray; */
    /* background-color: aliceblue; */
    margin: 6px;
}
@media (min-width: 601px) {
    .w3-col.m4, .w3-third {
        width: 31%;
    }
}

@media only screen and (max-width: 600px) {
  #mySidenav {display: none}
}
@media only screen and (max-width: 600px) {
  #ecyMain {width: 100%;margin-top:60px}
}
.carousel-caption {
    position: relative;
    left: 0;
    top: 0;
}
.banner {
    font: 21px 'Aleo', Bitter;
    background-color: #0055a5;
    color: white;
    font-weight:bold;
    margin: 2%;
    letter-spacing: 0.4em;
    padding: 2%; 
}
.letterSpacing {
    display: inline;
    letter-spacing: 0.5em;
}
.logoTopSpacing {
    padding-top: 32px;
}
ul.ssL li {
    background: url("../images/sq_bullet.gif") no-repeat;
    list-style-type: none;
    margin-left: 10px;
    padding: 0 0 2px 26px;
}
.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.carousel-text-padding {
  padding-top: 0;
  padding-bottom: 22px;
}
.carousel-caption {
  padding-top:0;
  padding-bottom:12px;
}

.ecyTextBlue {color:#183a52}
.ecyTextLiteBlue {color:lightblue}
.ecyTextWhite {color:white}
.ecyTextRed {color: #8B0000}
.ecyTextGray {color: lightGray}
.ecyBackgroundBlue {background-color:#183a52}
.ecyBackgroundGray {background-color:DarkGray}
.ecyNoBorder {border:none}

.ecyBlue,.ecyHoverBlue:hover{color:#183a52;background-color:#fff;border-color:#183a52}
/* .ecyBlue,.ecyHoverBlue:hover{color:#183a52!important;background-color:#fff!important} */

.logo {border: 1px solid #8B0000}
p {margin:1rem; color:#183a52}
.p2{margin:1rem; color:white}
.error {
    color: red;
}
.success {
    color: red;
    text-align: center;
}
h1 {
     font-size: 1.75em;
     font-family: 'Aleo', Bitter;
     font-weight: 300;
}
h2 {
     font-size: 1.5em;
     font-family: 'Aleo', Bitter;
     font-weight: 300;
}
h3 { 
  text-align: center;
  color: #8B0000;
  font: 21px "News Cycle", times new roman;
  padding: 4px 0 0 0;
  margin: 0 0 0 0;
}
h4 { 
  text-align: center;
  color: #183a52;
  font: 21px "News Cycle", times new roman;
  padding: 4px 0 0 0;
  margin: 0 0 0 0;
}
h5 { 
  color: #8B0000; /*  red */
  font: normal 22px Bitter, times new roman, verdana, arial, sans-serif;
  padding: 0;
  /* padding-top: 6px; */
  margin: 0;
}
hr {margin-top:0;margin-bottom:0}
hr.hrRed {
    border: 1px solid #8B0000;
    width:96%;
}
.w3-top,.w3-bottom{position:fixed;width:100%;z-index:99}.w3-top{top:0}.w3-bottom{bottom:0}

/* Removes white gap between slides - chagnge to base color of slide images */
.carousel {
  background:#007aeb;
}
/* Forces image to be 100% width and not max width of 100% */
.carousel-item .img-fluid {
  width:100%;
}
/* anchors are inline so you need ot make them block to go full width */
.carousel-item a {
  display: block;
  width:100%;
}
table.pricingTable2 { 
  table-layout:fixed;
  width:36%;
  font-size: medium; 
  margin-left: 18px; 
  margin-bottom: 10px;
}
table.pricingTable2 td {
background-color: #183a52;
  color: white;
padding: 4px;
border: 1px gray solid;
  font-family: 'arial';
text-align: center;
}
hr {
width: 50%;
margin: .5%;
border-top: 1px solid #8B0000;
}

/* floating back to top button css */
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  font-size: 36px;
  border: none;
  outline: none;
  background-color: #183a52;
  color: white;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}</pre></body></html>