/*COLORS
Light Blue: #0068B3;
Dark Blue: #004FA6;
Red: #EE2E24;
*/



/*RESETS*/

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}


html,
body {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-family: "Open Sans";
}

body {
    font-size: 16px;
    font-family: "Open Sans";
    position: relative;
    background: #ffffff;
}

img {
    border: none;
    display: block;
    max-width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans";
    margin: 10px 0;
    color: #0068B3;
}

a:link,
a:visited {
    color: #004FA6;
}

a:hover,
a:active {
    color: #EE2E24;
}

/*CONTAINER*/

.contain-lg {
    margin: auto;
    max-width: 100%;
}

.contain-sm {
    margin: auto;
    max-width: 1280px;
}

/*BASICS*/

.button:link,
.button:visited {
    text-decoration: none;
    background: #0068B3;
    padding: 10px;
    color: #FFFFFF;
    display: block;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
}

.button:hover,
.button:active {
    background: #FFFFFF;
    color: #0068B3 !important;
    border-radius: 10px;
}

/*HEADER*/

header {
    background: #004FA6;
    padding: 10px 20px;
    color: #ffffff;
}

header i {
    color: #EE2E24;
    padding-right: 5px;
}

header a:link,
header a:visited {
    color: #ffffff !important;
    text-decoration: none;
}

header a:hover,
header a:active {
    text-decoration: underline;
}

header p {
    text-align: right;
    margin: 0;
    padding: 0;
}

/*NAV*/

nav {
    z-index: 3;
    clear: both;
    display: flex;
    flex-direction: row;
    background: #ffffff;
    border-bottom: 5px solid #EE2E24;
    justify-content: left;
}

nav img {
    height: 120px;
    padding: 10px 20px;
}

#nav {
    padding: 20px 40px 20px 20px;
    background: #ffffff;
    width: 100%;
}

#menuBtn,
#loginBtn {
    width: 50%;
    text-align: center;
    display: none;
    color: #FFFFFF;
    padding: 10px 0;
    cursor: pointer;
    border: 0;
    font-weight: bold;
    font-size: 1.75em;
}

#menuBtn {
    background: #0068B3;
}

#loginBtn {
    background: #004FA6;
    float: right;
}

#menuBtn:hover,
#menuBtn:active,
#loginBtn:hover,
#loginBtn:active {
    background: #EE2E24;
    color: #FFFFFF;
}

/*MAIN*/

main {
    display: block;
}

main .contain-lg {
    position: relative;
    background: #ffffff;
}

p,
ul {
    line-height: 20px;
}

#loginCancel {
    display: none;
    padding: 0.5em;
    text-align: center;
    cursor: pointer;
}

#loginCancel:hover {
    background: #005F9E;
}

/*MAIN CONTENT*/

#olb {
    background: #0068B3;
    color: #ffffff;
    z-index: 3;
    padding: 10px 20px;
    border-radius: 10px;
    max-width: 300px;
    margin: 40px;
    position: absolute;
    border: 2.5px solid #EE2E24;
    display: none;
}

#olb iframe {
    margin: auto;
    height: 70px;
    width: 100%;
    border: none;
}

#olb h2 {
    text-align: center;
    font-size: 2em;
    margin: 10px 0;
    padding: 0;
    color: #ffffff;
    width: 100%;
}

#olb .button {
    margin: 0 0 10px;
    color: #0068B3;
    background: #ffffff;
}

#olb .button:hover,
#olb button:active {
    background: #EE2E24;
    color: #ffffff !important;
}

.secondary-header {
    height: 300px;
    position: relative;
    /*     background-image: linear-gradient(rgba(255,0,0,0), rgba(255,255,255,1)); */
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    background-position: center !important;
}

.secondary-header h1 {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 40px;
    padding: 0;
    font-size: 4em;
    color: #EE2E24;
    text-shadow: 1px 1px #FFFFFF;
}

.secondary-bar {
    background: #0068B3;
    color: #ffffff;
    padding: 10px 20px;
    text-align: center;
    font-size: 1.25em;
}

.subnav {
    padding: 20px;
    background: #0068B3;
    position: sticky;
    top: 0;
    border-bottom: 5px solid #EE2E24;
}

.subnav ul {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    padding: 0;
    margin: 0;
}

.subnav li {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.subnav li .is-active {
    background: #EE2E24;
    color: #000000;
}

.subnav li a:focus {
    background: #EE2E24;
    color: #ffffff;
}

.subnav a:link,
.subnav a:visited {
    text-decoration: none;
    background: #ffffff;
    padding: 10px;
    display: block;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
    color: #0068B3;
    margin-right: 20px;
}

.subnav a:hover,
.subnav a:active {
    background: #0068B3;
    color: #ffffff !important;
    border-radius: 10px;
}

.subnav {
    z-index: 95;
}

.subnav::-webkit-scrollbar {
    height: 0 !important
}




.inside {
    padding: 10px 20px 40px;
    margin: 0;
    box-sizing: border-box;
    height: 100%;
    display: block;
    width: 100%;
    max-width: 1280px;
    margin: auto;
}

.inside hr {
    border: 0.5px solid #0068B3;
    margin: 20px 0;
}

.inside h2 {
    margin: 40px 0 20px;
    padding: 0;
    font-size: 2.75em;
    color: #004FA6;
}

.inside h3 {
    margin: 10px 0 20px;
    padding: 0;
    font-size: 2em;
    color: #0068B3;
}

.inside h4 {
    margin: 10px 0 20px;
    padding: 0;
    font-size: 1.75em;
    color: #004FA6;
}

.inside h5 {
    margin: 10px 0 20px;
    padding: 0;
    font-size: 1.5em;
    color: #0068B3;
}

.inside h6 {
    margin: 10px 0 20px;
    padding: 0;
    font-size: 1.25em;
    color: #000000;
}

.inside p {
    margin: 10px 0 0 0;
    line-height: 1.25em;
}

.inside ul {
    padding-left: 20px;
}

.inside ul li {
    padding: 0 0 10px 0;
}

.inside ul li ul li {
    list-style: disc;
    padding: 20px 0 5px;
}

.inside .button {
    max-width: 240px;
}
.item .button {
    max-width: 80%;
    margin-left: 10%;
}





/*FOOTER*/

footer {
    clear: both;
    border-top: 5px solid #EE2E24;
    background: #F2F2F2;
}

footer .footer-top .contain-sm {
    padding: 20px;
    display: flex;
    flex-direction: row;
    font-size: 0.875em;
    justify-content: space-between;
}

footer .footer-top {
    background: #F2F2F2;
    background-image: url("/Images/skyline.png");
    background-size: auto 100%;
    background-position: center;
}

footer .footer-top .contain-sm div {
    height: 100%;
    display: block;
    width: calc(100% /3);
    padding: 10px 20px;
}

footer .footer-top h2 {
    margin: 0 0 10px;
    font-size: 2em;
}

footer .footer-top ul {
    padding: 0;
    list-style-type: none;
}

footer .footer-bottom {
    background: #004FA6;
    color: #ffffff;
    padding: 20px;
}

footer .footer-top {
    color: #004FA6;
}

#footer-logos {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 0;
    margin: 0;
	margin-top: 5rem;
}

#footer-logos img {
    max-height: 73px;
}

#footer-logos img:first-child {
    padding-right: 20px;
}

footer .footer-bottom a {
    color: #ffffff !important;
}

footer .footer-bottom a:hover {
    color: #EE2E24 !important;
}

footer i {
    color: #EE2E24;
    padding-right: 5px;
}

/*CONTRAST*/

#contrastBtn {
    color: #FFFFFF;
    background: #0068B3;
    font-size: 0.85em;
    padding: 10px;
    position: absolute;
    top: 20px;
    right: 30px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
}

#contrastBtn:hover {
    background: #FFFFFF;
    color: #0068B3;
}

/*BACK TO TOP*/

/*
#backToTop {
    background: #EE2E24;
    bottom: 15px;
    color: #FFFFFF;
    display: none;
    padding: 10px;
    position: fixed;
    right: 15px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    border-radius: 10px;
    z-index: 100;
    font-size: 0.875em;
}
*/
#backToTop {
    background: #EE2E24;
    bottom: 10px;
    color: #FFFFFF;
    display: none;
    padding: 10px;
    position: fixed;
    right: auto;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    border-radius: 10px;
    z-index: 100;
    font-size: 0.875em;
    left: 20px;
	}

#backToTop:hover {
    background: #FFFFFF;
    color: #004FA6 !important;
}

/*OTHER CONTENT*/

/*RATES*/

.rates_effective {
    text-align: left;
    color: #0068B3;
    margin: 0 0 15px;
}

.rates_nav {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 !important;
    width: 100%;
}

.rates_nav li {
    margin: 0 10px 0 0;
}

.rates_nav li:last-child {
    margin: 0;
}

.rates_nav li a:link,
.rates_nav li a:visited {
    width: 100%;
    text-align: center;
    text-decoration: none;
    padding: 10px;
    color: #FFFFFF;
    display: block;
    text-align: center;
    font-weight: bold;
    background: #0068B3;
    border-radius: 10px;
}

.rates_nav li a:hover,
.rates_nav li a:active {
    color: #0068B3;
    background: #FFFFFF;

}

.rates_nav li a:last-child {
    margin: 0;
}

.rates_table tr:nth-child(even) {
    background: #F2F2F2;
}

.rates_header {
    font-size: 1.75em;
    padding: 10px 20px;
    font-weight: bold;
    background: #0068B3;
    color: #FFFFFF;
}

.rates_subheader {
    background: #004FA6;
    color: #FFFFFF;
    font-weight: bold;
}

.rates_title {
    background: #0068B3;
    font-size: 1.125em;
    font-weight: bold;
    color: #FFFFFF;
}

.rates_notes {
    font-size: 0.75em;
    font-style: italic;
}

.rates_table td {
    padding: 5px;
}

.marquee {
    background: #fff;
    color: #004FA6;
    white-space: nowrap;
    overflow: hidden;
    animation: marquee 30s linear infinite;
    padding: 0;
    font-size: 1.25em;
    font-weight: bold;
}

@-webkit-keyframes marquee {
    0% {
        text-indent: 100%;
    }

    100% {
        text-indent: -100%;
    }
}


/* CSS for About Us page */
.img_style {
    width: 100%;
    height: auto;
}

.text-muted {
    color: #616161 !important;
}

.box-shadow-active {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table {
    width: 100%;
    max-width: 100%;
    background-color: transparent;
	border: 3px solid #0068b3;	
}

/*
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f2f2f2;
}
*/

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    text-align: left !important;
    border-top: 1px solid #d1d1d1;
/*    border-top: 1px solid #e9ecef;*/
}

tr.active {
    background-color: #0068b3 !important;
    color: #fff;
}

/* CSS for services page*/
.align {
    width: 50%;
    padding: 10px;
}

.align-link {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.align-link a {
    width: 49.5%;
    height: 100%;
    max-width: 300px;
    display: block;
}

.align-link a img {
    width: 100%;
    height: 100%;
}

.bg-light {
    background-color: #f2f2f2 !important;
    padding: 20px;
    height: 100%;
    width: 100%;
}

.cf {
    clear: both !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
    display: flex;
    flex-direction: row;
}

.btn-primary {
    background-color: #0068B3;
    border-color: #0068b3;

    transition: background-color 500ms ease;
    -moz-transition: background-color 500ms ease;
    -ms-transition: background-color 500ms ease;
    -webkit-transition: background-color 500ms ease;
}

#white_btn a {
    color: #ffffff !important;
}

.btn {
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 10px;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.modal {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #ffffff;
    margin: auto;
    padding: 20px;
    width: 80%;
    border-radius: 10px;
    color: #000000;
}

.close {
    color: #ffffff;
    float: right;
    font-size: 2em;
    font-weight: bold;
    z-index: 1;
    position: relative;
    margin: 0 10px;
}

.close:hover,
.close:focus {
    color: #EE2E24;
    text-decoration: none;
    cursor: pointer;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 10px;
}

.alert-primary {
    color: #ffffff;
    background-color: #0068B3;
}

.bg-grey {
    background-color: #b6b6b6 !important;
    height: auto;
}

/********************************/
/*******3rd PARTY LEAVING********/
/********************************/

#extDis {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1000;
}

#extDis h2 {
    text-align: center;
}

#extDis .extDisMsg {
    background-color: #004FA6;
    border: 2.5px solid #EE2E24;
    border-radius: 10px;
    color: #FFF;
    margin: 3em auto;
    padding: 2em;
    position: relative;
    text-align: left;
    width: 80%;
    font-size: 0.875em;
}

#extDis .extDisMsg br {
    margin-bottom: 5px;
}

#extDis .extDisMsg p {
    padding: 0 0 20px 0;
}

#extDis .extDisBg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
}

#extDis a.continueBtn:hover,
#extDis a.continueBtn:focus,
#extDis a.closeBtn:hover,
#extDis a.closeBtn:focus {
    background-color: #EE2E24;
    color: #ffffff;

}

#extDis a.closeBtn,
#extDis a.continueBtn {
    background-color: #FFF;
    color: #004FA6;
    display: inline;
    font-weight: bold;
    margin: 10px 10px 0px 0px;
    padding: 10px 20px;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
}

.vh {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*** Membership pop up***/
.popup-overlay {
  /*Hides pop-up when there is no "active" class*/
  visibility: hidden;
  position: fixed;
  background: #666;
  border: 3px solid #666666;
			top:2%;
	bottom: 2%;
    opacity: .94;
      padding: 5em 10em;
   /*left: 1%;*/
    width: 100%;
			z-index: 99999;
		display: flex;
    justify-items: center;
    align-items: center;
}

.popup-overlay.active1 {
  /*displays pop-up when "active" class is present*/
  visibility: visible;
  text-align: center;
}

.popup-content {
  /*Hides pop-up content when there is no "active" class */
  visibility: hidden;
	position: relative;
	opacity: 1;
    width: 62%;
	margin: 0px auto;
/*    left: 20%;*/
	background: #fff;
	padding: 5px 20px;
	
}

.popup-content.active1 {
  /*Shows pop-up content when "active" class is present */
  visibility: visible;
}

.button1 {
  display: inline-block;
      position: absolute;
    right: 0px;
    top: 0px;
    vertical-align: middle;
    /* border-radius: 30px; */
    margin: .20rem;
    font-size: 2rem;
  color: red;
  background: #ffffff;
  border: 1px solid #666666;
	clear: both;
}

.button1:hover {
  border: 1px solid #666666;
  background: #666666;
  color: #ffffff;
}
		
.schedule label{padding-right: 1em; font-weight: bold;color: #05426f;}
.schedule  select{
	border-radius: 9px;
	border: 1px solid #ebebeb;
	box-shadow: inset 1px 2px 0px 0px #bdbcbc;
		}
.schedule input{border-radius: 9px;
    border-color: #ebebeb;}
		.schedule textarea{border-radius: 9px;
	border: 1px solid #ebebeb;
	box-shadow: inset 1px 2px 0px 0px #bdbcbc;}
		.form-group{padding-bottom: 4px !important;}


/*/////////MODAL-BANNER-ALERT////////////////////*/
	#popInit {
   /* Hidden by default */
  position: fixed; 
  padding-top: 100px; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  overflow: auto; 
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 10;
}

/* Modal Content */
.modal-content {
/*  background-color: #0068B3;*/
/*  color: #ffff;*/
  margin: auto;
  padding: 20px;
  border: 13px solid #ee2e24;
  width: 80%;
}

/* The Close Button */
.close_banner_modal {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close_banner_modal:hover,
.close_banner_modal:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.fontImg{
    display: inline-block;
    vertical-align: bottom;
}

.pl{
    padding-left: 1rem;
}
.pr{
    padding-right: 0.5rem;
}
.px{
    padding: 0 0.5rem;
}

.fontImgMbr{
    display: inline-block;
    height: auto;
    width: auto;
    vertical-align: middle;
}