/*!
 */

/* Basics */

body {
	background: #fafafa;
	background: white;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 0px;
}

p {
	margin-top: 0em;
	margin-bottom: 1em;
}		

.breadcrumb {
	margin-bottom: 0px;
}

.rivc-search-form {
	text-align: right;
	padding: 0px 15px;
}

.rivc-detail-container {
	background: white;
	padding: 0px 20px;
}

.rivc-clear-btn {
	background: white;
	border: none;
}

.breadcrumb {
	padding-top: 10px;
	text-align: right;
	background: #fafafa;
	background: white;
}

.rivc-banner-bar {
	position: relative;
	height: 120px;
	background: rgb(0, 33, 71);
	z-index: 111;
}

.rivc-banner-img {
	float: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
	height: 100%;
}

.rivc-footer {
	position: relative;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

.rivc-inner-footer {
	width: 485px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	border-top: 3px solid #dadada;
	border-bottom: 3px solid #dadada;
	padding-top: 6px;
	padding-bottom: 0px; /* Edit: was 6px */
    text-align: center; /* new */
}

 /* New */
.rivc-footer-text {
    display: inline-block;
    font-size: 1.1em;  /* New */
    padding: 0 0.6em 0 0;
}

 /* New */
.home-text {
    font-family: "Quicksand", sans-serif; /* New */    
}

 /* New */
.rivc-inner-footer img {
    display: inline-block;
}

.rivc-sponsor-logo-container {
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 20px;
}

@media (max-width: 600px) {
	.rivc-inner-footer {
		display: none;
	}
	.rivc-sponsor-logo-container {
		display: none;
	}
}


.rivc-logo-container {
	position: absolute;
	left: 25px;
	top: 0px;
	display: block;
	height: 100%;
}

.rivc-ac-logo-container {
	position: absolute;
	right: 200px;
	bottom: 0px;
	display: block;
}


@media (max-width: 1200px) {
	.rivc-banner-img {
		display: none;
	}
	.rivc-ac-logo-container {
		display: none;
	}
}


.rivc-guide-logo-container {
	position: absolute;
	right: 200px;
	bottom: 0px;
	display: block;
}

@media (max-width: 768px) {
	.rivc-guide-logo-container {
		right: 25px;
	}
}
@media (max-width: 550px) {
	.rivc-guide-logo-container {
		display: none;
	}
}

.rivc-partner-logo {
	height: 65px;
}

.rivc-logo {
	height: 100%;
	-webkit-box-shadow: 7px 7px 3px 0px #667a91;
     -moz-box-shadow: 7px 7px 3px 0px #667a91;
          box-shadow: 7px 7px 3px 0px #667a91; /* #8090a3;  #ccd6de80;*/
		  /*rgba(218, 218, 218, 1);*/
}

a:hover, a:focus, a:visited {
	text-decoration: none;
	outline: none;
	-moz-outline-style: none;
}

#rivc-navbar {
	min-height: 30px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px;
	border-color: #dadada;
	border-style: solid;
	background: #fafafa;
	  -webkit-box-shadow: 0 3px 5px 0px rgba(218, 218, 218, 1);
     -moz-box-shadow: 0 3px 5px 0px rgba(218, 218, 218, 1);
          box-shadow: 0 3px 5px 0px rgba(218, 218, 218, 1);

	padding: 0;
	margin: 5px 0px 5px 0px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.rivc-nav-container {
	margin-right: 10px;
}

.rivc-nav-fb-btn {
	height: 100%;
	height: 1.15em;
}

.rivc-embedded-map {
	display: block;
	margin-top: 0px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
}

.rivc-nav-link {
	border-radius: 7px 7px 0px 0px !important;
	margin: 0px 10px 0px 10px;
	font-size: 0.95em;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	text-transform: uppercase;
	color: black !important;
	text-decoration: none;
	text-shadow: none;
  	display: inline-block;
}

a.rivc-nav-link:hover {
	background-color: #dadada !important;
}

a.rivc-nav-link-fb:hover {
	background-color: inherit !important;
}


.rivc-img {
	display: block;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	margin-top: 20px;
}


.rivc-web-btn {
	background-color: #fafafa;
}

.rivc-web-btn:hover,
.rivc-web-btn:focus,
.rivc-web-btn:active,
.rivc-web-btn.active,
.rivc-web-btn.disabled,
.rivc-web-btn[disabled] {
  color: #2A75A9;
  background-color: #fafafa;
 }

.rivc-acknowledgement {
	position: absolute;
	right: 20px;
	bottom: 16px; /* edit: 10px */
}

.rivc-westbay-logo-container {
	display: block;
	height: 75px; 
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	margin-top: 40px;
}

.rivc-pgm-text {
	font-size: 2em;
	font-family: Verdana, Geneva, sans-serif;
	font-family: "Quicksand", sans-serif;
	font-weight: 700;
	text-align: center;
}

.rivc-page-info > p {
	margin-top: 0em;
	margin-bottom: 0em;
}		

.rivc-icon-link {
	color: black;
}

.rivc-icon-link:hover,
.rivc-icon-link:focus {
	color: black;
}

.rivc-page-info-container {
	margin-top: 1em;
	margin-bottom: 2em;
	background: white;
}

.rivc-page-info {
	font-size: 1.3em;
	line-height: 1.5em;
	text-align: center;
	font-family: "Quicksand", sans-serif;
	font-weight: 700;
	border: none;
	padding-bottom: 0px;
}

@media (max-width: 1200px) {
	.rivc-page-info {
		border-bottom: 2px solid #dadada;
		padding-bottom: 6px;
	}
}

.rivc-guide-btn {
	display:block;
	width:100%;
	color: rgb(0, 33, 71);
	background: #fafafa;
	padding-bottom:7%;
	padding-top:7%;
	margin-top: 20px;
	border-style: solid;
	border-color: #eeeeee;
	border-width: 1px;
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2), 0px 1px 2px rgba(0, 0, 0, 0.05);
	font-size: 0.9em;
}

.rivc-guide-btn:hover {
	color: #333333;
	background: white;
}


.rs-hero-unit {
  border-radius: 6px;
  border-color: #eeeeee;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-bottom: 4px solid #2A75A9;
  border-right: 4px solid #2A75A9;
  border-bottom: 4px solid #002147;
  border-right: 4px solid #002147;
  border-bottom: 4px solid #667a91;
  border-right: 4px solid #667a91;
  
  padding-left: 5%;
  padding-right: 5%; 
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 20px 0px;
  color: inherit;
  background-color: #fafafa;
  font-weight: 200;
  display: block;
}


div .contact-info {
	border-radius: 6px;
	border-color: #2A75A9;
	border-color: #667a91;
	border-style: solid;
	border-width: 2px;
	padding: 10px;
}	
		

.contact-info-title {
  border-bottom: 1px solid #2A75A9;
  border-bottom: 1px solid #667a91;
  margin-bottom: 10px;
}

.contact-info-label {
	text-transform: uppercase;
}

.phone-and-mail {
	list-style: none;
	list-style-type: none;
}

.rs-pgmbrief2 {
	background: white;
	background: rgb(210,214,170);
	background: #f3f4ec;
	background: #fafafa;
}

.rs-pgmbrief1 {
	background: rgb(232,242,200);
	background: #cccfbc;	
	background: #dadada;
}

.rivc-catlabel {
	padding: 1em;
	border-top: 1px solid #dadada; 
	border-bottom: 1px solid #dadada; 
}

.rivc-catnav {
	padding-top: 2.1em;
}

a:link, a:visited {
	color: inherit;
	text-decoration: none;
}

.benefit-info a:link, .benefit-info a:visited {
	color: #2A75A9;
}

a:hover, a:focus {
	color: #2A75A9;
}


blockquote {
	font-size: inherit;
}


/*
     FILE ARCHIVED ON 02:32:53 Feb 02, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:32:28 Jun 29, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.335
  exclusion.robots: 0.107
  exclusion.robots.policy: 0.079
  esindex: 0.024
  cdx.remote: 42.434
  LoadShardBlock: 859.127 (3)
  PetaboxLoader3.datanode: 573.478 (5)
  load_resource: 489.225 (2)
  PetaboxLoader3.resolve: 85.718 (2)
*/