* {
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
	overflow: visible;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

hr {
	color: #CCCCCC;
	margin: 30px 0px 30px 0px;
	clear: both;	
}

body {
	width: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #FFFFFF;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}

h1 {
	color: #5F60AF;
	font-size: 30px;
	margin: 0px 0px 20px 0px;
}
h1 .couples {
	color: #A8B1EA;
}
h1 .families {
	color: #666666;
}
h1 img {
	width: 50px;
	height: 50px;
	vertical-align: middle;
}
h1 a:link, h1 a:active, h1 a:visited {
	color: #5F60AF;
	font-size: 26px;
	margin: 0px 0px 20px 0px;
	text-decoration: underline;
	font-style: normal;
}
h1 a:hover {
	text-decoration: none;
	font-style: normal;
}

h2 {
	color: #A8B1EA;
	font-size: 22px;
	margin: 20px 0px 20px 0px;
	font-weight: normal;
}

h3 {
	font-size: 22px;
	color: #666666;
	margin: 15px 0px 15px 0px;
	font-weight: normal;
}

h4 {
	color: #A8B1EA;
	font-size: 18px;
	margin: 0px 0px 20px 0px;
	font-weight: normal;
}

h5 {
	font-size: 16px;
	color: #666666;
	margin: 15px 0px 15px 0px;
	font-weight: normal;
}

h6 {
	font-size: 14px;
	color: #666666;
	margin: 15px 0px 15px 0px;
	font-weight: normal;
}

header {
	width: 100%;
	background-color: #FFFFFF;
}
header .headerContent {
	max-width: 1000px;
	margin: 0px auto 0px auto;
	padding: 20px 10px 20px 10px;
	box-sizing: border-box;	
}
header .headerContent img {
	border: 0px;
}
header .headerContent .headerLogoSmall {
	display: none;
}
header .headerContent .headerLogo {
	width: 50%;
	text-align: left;
	display: inline-block;
	vertical-align: top;
}
header .headerContent .headerLogo img {
	max-width: 451px;
}
header .headerContent .headerContact {
	width: 49%;
	text-align: right;
	display: inline-block;
	vertical-align: bottom;
	color: #666666;
	font-size: 1.6em;
	line-height: 1.6em;
}
header .headerContent .headerContact .fas {
	color: #FFFF67;
}

.navigation {
	padding: 10px 10px 10px 10px;
	box-sizing: border-box;
	margin: 0px 0px 0px 0px;
	background-color: #FFFF67;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
nav {
	max-width: 1000px;
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	box-sizing: border-box;
	color: #182C47;	
}
#nav {  }
#nav > a {
	display: none;
}
#nav li {
	position: relative;
}
 
/* first level */
#nav > ul {
	list-style: none;
	color: #182C47;
	margin: 0px auto 0px auto;
	text-align: left;
}
#nav > ul > li {
	display: inline-block;
	width: auto;
	margin: 0px 25px 0px 0px;
}
 
/* second level */
#nav li ul {
	border: 1px solid #CCCCCC;
	display: none;
	position: absolute;
	top: 100%;
	list-style: none;
	color: #666666;
	background-color: #FFFF67;
	text-align: left;
	width: 250px;
	z-index: 1001;
}
#nav li ul li {
	border-bottom: 1px solid #CCCCCC;
	display: block;
}

#nav li:hover ul {
	display: block;
}
a.menuLink:link, a.menuLink:active, a.menuLink:visited {
	color: #666666;
	text-decoration: none;
	font-size: 1.8em;
	font-weight: normal;
	font-style: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a.menuLink:hover {
	text-decoration: underline;
	font-style: normal;
}
a.subMenuLink:link, a.subMenuLink:active, a.subMenuLink:visited {
	color: #666666;
	text-decoration: none;
	font-size: 1.6em;
	line-height: 1.3em;
	font-style: normal;
	padding: 7px 10px 7px 10px;
	display: block;
}
a.subMenuLink:hover {
	text-decoration: underline;
	background-color: #9091BA;
	font-style: normal;
	color: #FFFFFF;
}

a.purpleButton:link, a.purpleButton:active, a.subpurpleButtonMenuLink:visited {
	color: #ffffff !important;
	text-decoration: none !important;
	font-style: normal;
	padding: 12px 18px 12px 18px;
	background-color: #9091ba;
}
a.purpleButton:hover {
	text-decoration: none;
	background-color: #666666;
	font-style: normal;
	color: #ffffff;
}

.main {
	width: 100%;
	background-image: url(../images/website-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #F3F3F3;
	padding: 20px 0px 0px 0px;	
}
.main .mainContent {
	width: 100%;
	max-width: 1000px;
	box-sizing: border-box;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
	padding: 30px 30px 0px 30px;	
}
.main .mainContent .banner {
    width: 100%;
    height: auto;
}
.main .mainContent .bannerSmall {
    display: none;
}
.main .mainContent .bannerContent {
    width: 100%;
    height: auto;
	margin-bottom: 30px;
}

.main .mainContent .homeBoxes {
	width: 100%;
	max-width: 1000px;
	margin: 30px auto 30px auto;
	text-align: center;
}
.main .mainContent .homeBoxes img{
	margin-bottom: 20px;
}
.main .mainContent .homeBoxes p{
	font-size: 1.5em;
	color: #666666;
	line-height: 1.5em;
	margin-bottom: 10px;	
	border-top: 1px solid #CCCCCC;
	padding-top: 20px;
}
.main .mainContent .homeBoxOne {
	max-width: 320px;
	width: 33%;	
	display: inline-block;
	text-align: center;
	padding: 0px 20px 0px 20px;
	box-sizing: border-box;
	vertical-align: top;
}
.main .mainContent .homeBoxTwo {
	max-width: 320px;
	width: 33%;	
	display: inline-block;
	text-align: center;
	padding: 0px 20px 0px 20px;
	box-sizing: border-box;
	vertical-align: top;
}
.main .mainContent .homeBoxThree {
	max-width: 320px;
	width: 33%;	
	display: inline-block;
	text-align: center;
	padding: 0px 20px 0px 20px;
	box-sizing: border-box;
	vertical-align: top;
}
.main .mainContent .homeBoxOne h3 {
	font-size: 2.2em;
	color: #5F60AF;
	margin-bottom: 20px;
	font-weight: normal;
	padding: 0px 30px 0px 30px;
	box-sizing: border-box;
}
.main .mainContent .homeBoxTwo h3 {
	font-size: 2.2em;
	color: #A8B1EA;
	margin-bottom: 20px;
	font-weight: normal;	
	padding: 0px 30px 0px 30px;
	box-sizing: border-box;
}
.main .mainContent .homeBoxThree h3 {
	font-size: 2.2em;
	color: #666666;
	margin-bottom: 20px;
	font-weight: normal;	
}
.main .mainContent .contentLeft .newsImage {
	width: 100%;
	max-width: 500px;
	height: auto;
}

a.boxOneLink:link, a.boxOneLink:active, a.boxOneLink:visited {
	color: #7273B9;
	text-decoration: underline;
	font-style: italic;
}
a.boxOneLink:hover {
	text-decoration: none;
}
a.boxTwoLink:link, a.boxTwoLink:active, a.boxTwoLink:visited {
	color: #A8B1EA;
	text-decoration: underline;
	font-style: italic;
}
a.boxTwoLink:hover {
	text-decoration: none;
}
a.boxThreeLink:link, a.boxThreeLink:active, a.boxThreeLink:visited {
	color: #666666;
	text-decoration: underline;
	font-style: italic;
}
a.boxThreeLink:hover {
	text-decoration: none;
}

.main .mainContent .homeLeft {
	display: inline-block;
	vertical-align: top;
	width: 66%;	
	padding: 0px 30px 0px 0px;
	box-sizing: border-box;
}
.main .mainContent .homeLeft h2 {
	color: #666666;
	font-size: 2.0em;
	margin-bottom: 15px;
}
.main .mainContent .homeLeft p {
	color: #666666;
	font-size: 1.5em;
	line-height: 1.5em;
	margin-bottom: 15px;
}
.main .mainContent .homeRight {
	display: inline-block;
	vertical-align: top;
	width: 33%;
}
.main .mainContent .homeRight .greyCircle {
	float: right;
	border-radius: 50%;
    max-width: 270px;
    max-height: 270px;
	width: 100%;
	height: 100%;
	background-color: #F3F3F3;
	padding: 15px 20px 20px 20px;
	box-sizing: border-box;
}
.main .mainContent .homeRight .greyCircle h3 {
	color: #666666;
	font-size: 2.2em;
	text-align: center;
	margin-bottom: 15px;
}
.main .mainContent .homeRight .greyCircle p {
	color: #666666;
	font-size: 1.5em;
	line-height: 1.4em;
	text-align: center;
	padding-bottom: 20px;
}

.main .mainContent .contentLeft {
	display: inline-block;
	vertical-align: top;
	width: 69%;
	padding: 0px 40px 0px 0px;
	box-sizing: border-box;
}
.main .mainContent .contentLeft p {
	font-size: 1.6em;
	color: #666666;
	line-height: 1.7em;
	margin: 10px 0px 20px 0px;
}
.main .mainContent .contentLeft .highlightPara {
	color: #5F60AF;
	font-weight: bold;
	font-style: italic;
}
.main .mainContent .contentLeft .highlightText {
	color: #5F60AF;
	font-weight: bold;
}
.main .mainContent .contentLeft ul {
	font-size: 1.6em;
	color: #666666;
	line-height: 1.6em;
	margin: 20px 0px 20px 50px;
	list-style: none;
}
.main .mainContent .contentLeft ol {
	font-size: 1.6em;
	color: #666666;
	line-height: 1.6em;
	margin: 20px 0px 20px 50px;
}
.main .mainContent .contentLeft ul li::before {content: "•"; color: #5F60AF; display: inline-block; width: 1em;
  margin-left: -1em;}
.main .mainContent .contentLeft .rightImage {
	float: right;
	margin: 0px 0px 20px 20px;	
}
.main .mainContent .contentRight {
	display: inline-block;
	vertical-align: top;
	width: 30%;
}
.main .mainContent .contentRight .helpBox {
	background-color: #F3F3F3;
	padding: 5px 20px 15px 20px;
	box-sizing: border-box;
	
}
.main .mainContent .contentRight .helpBox li {
	list-style-image: url(../images/bullet_purple.png);
	color: #666666;
	font-size: 14px;
	line-height: 1.8em;
}
.main .mainContent .contentRight .helpBox ul {
	list-style-image: url(../images/bullet_purple.png);
	margin: 0px 0px 20px 15px;
	padding: 0px 0px 0px 15px;
}
.main .mainContent .contentLeft a:link, a:active, a:visited {
	color: #5F60AF;
	text-decoration: underline;	
	font-style: normal;
}
.main .mainContent .contentLeft a:hover {
	text-decoration: none;
	font-style: normal;
}

.main .mainContent .latestNews {
	background-color: #FEFE68;
	width: 100%;
	padding: 30px 30px 30px 30px;
	box-sizing: border-box;
	clear: both;
	margin: 30px 0px 0px 0px;	
}
.main .mainContent .latestNews p {
	font-size: 1.5em;
	line-height: 1.5em;
	color: #333333;
	margin-bottom: 10px;
}
.main .mainContent .latestNews h3 {
	width: 100%;
	border-bottom: 1px solid #666666;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 10px 0px;	
	font-weight: normal;
}
.main .mainContent .latestNews h2 {
	font-weight: normal;
	margin: 0px 0px 20px 0px;
}
.main .mainContent .latestNews .newsDate {
	font-size: 0.5em;
	font-weight: normal;
	float: right;
	font-style: italic;
	color: #999999;
}
.main .mainContent .newsDate {
	font-size: 0.5em;
	font-weight: normal;
	font-style: italic;
	color: #CCCCCC;
}

footer {
	background-color: #9091BA;
	width: 100%;	
}
footer .footerContent {
	max-width: 1000px;
	background-color: #FFFFFF;
	width: 100%;
	margin: 0px auto 0px auto;	
	padding: 40px 30px 20px 30px;
	box-sizing: border-box;
	text-align: center;
}
footer .footerContent .footerLogos img {
	vertical-align: middle;
	border: 0px;
	margin: 10px 25px 10px 25px;
	max-height: 90px;
}
footer .footerContent .footerContact {
	color: #999999;
	font-size: 1.6em;	
}
footer .footerContent .footerContact .fas {
	color: #FFFF67;
	margin-left: 30px;
}
footer .footerCopyright {
	max-width: 1000px;
	padding: 20px 30px 30px 30px;
	box-sizing: border-box;
	color: #FFFFFF;
	text-align: center;
	margin: 0px auto 0px auto;
	font-size: 1.3em;	
}

a.copyrightLink:link, a.copyrightLink:active, a.copyrightLink:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a.copyrightLink:hover {
	text-decoration: none;
	color: #CCCCCC;
}

.main .mainContent .contentRight .individualButton {
	text-align: center;
	margin-top: 30px;
}
.main .mainContent .contentRight .individualButton p {
	clear: both;
	text-align: center;
	color: #5F60AF;
	font-size: 18px;
	margin: 0px 0px 10px 0px;
}
.main .mainContent .contentRight .individualButton p a:link, .contentRight .individualButton p a:visited, .contentRight .individualButton p a:active {
	clear: both;
	text-align: center;
	font-style: normal;
	text-decoration: none;
	color: #5F60AF;
	font-size: 18px;
	margin: 0px 0px 10px 0px;
}
.main .mainContent .contentRight .individualButton p a:hover {
	text-decoration: underline;
}
.main .mainContent .contentRight .individualButton img {
	border: 0px;
}
.main .mainContent .contentRight .coupleButton {
	text-align: center;
	margin-top: 30px;
}
.main .mainContent .contentRight .coupleButton p {
	clear: both;
	text-align: center;
	color: #A8B1EA;
	font-size: 18px;
	margin: 0px 0px 10px 0px;
}
.main .mainContent .contentRight .coupleButton p a:link, .contentRight .coupleButton p a:active, .contentRight .coupleButton p a:visited {
	clear: both;
	text-align: center;
	text-decoration: none;
	font-style: normal;
	color: #A8B1EA;
	font-size: 18px;
	margin: 0px 0px 10px 0px;
}
.main .mainContent .contentRight .coupleButton p a:hover {
	text-decoration: underline;
}
.main .mainContent .contentRight .coupleButton img {
	border: 0px;
}
.main .mainContent .contentRight .familyButton {
	text-align: center;
	margin-top: 30px;
}
.main .mainContent .contentRight .familyButton p {
	clear: both;
	text-align: center;
	color: #666666;
	font-size: 18px;
	margin: 0px 0px 10px 0px;
}
.main .mainContent .contentRight .familyButton p a:link, .contentRight .familyButton p a:active, .contentRight .familyButton p a:visited {
	clear: both;
	text-align: center;
	font-style: normal;
	color: #666666;
	font-size: 18px;
	margin: 0px 0px 10px 0px;
	text-decoration: none;
}
.main .mainContent .contentRight .familyButton p a:hover {
	text-decoration: underline;
}
.main .mainContent .contentRight .familyButton img {
	border: 0px;
}


a.link:link, a.link:active, a.link:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.5em;	
	font-style: normal;
}
a.link:hover {
	text-decoration: underline;
	color: #CCCCCC;
	font-style: normal;
}

.clear {
	clear: both;
	height: 0px;
	padding: 0px;
	margin: 0px;	
}
.hidden {
	display: none;
	position: absolute;
	clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
	clip: rect(1px, 1px, 1px, 1px);
}

@media screen and (max-width:875px) {	
.main .mainContent .homeLeft p {
	font-size: 1.4em;
	line-height: 1.4em;
}
.main .mainContent .homeRight .greyCircle p {
	color: #666666;
	font-size: 1.4em;
	line-height: 1.4em;
}
}

@media screen and (max-width:820px) {	
header {
	position: fixed;
	top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	max-height: 185px;
}
.main {
	margin-top: 185px;
}
header .headerContent .headerLogo img {
	max-width: 300px;
}
header .headerContent .headerContact {
	font-size: 1.4em;
	line-height: 1.3em;
}
.navigation {
	width: 100%;
	padding: 5px 0px 5px 0px !important;
	margin: 0px 0px 0px 0px;
	text-align: left;	
	display: inline-block;
}
#nav {
	position: relative;
	top: auto;
	left: auto;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#nav > a {
	width: 3.125em; /* 50 */
	height: 3.125em; /* 50 */
	position: relative;
	padding: 6px 2px 2px 2px;
	box-sizing: border-box;
	text-decoration: none;
	text-align: left;
}
#nav > a span {
	color: #666666;
	font-size: 1.6em;
	font-weight: bold;
	text-decoration: none;
	margin: 3px 0px 3px 35px;
	padding: 0px 0px 0px 0px;
}
#nav > a:before {  
	content: "";
	position: absolute;
	font-size: 2.4em;
	top: 0.25em;
	width: 0.8em;
	height: 0.10em;
	background: #666666;
	box-shadow: 
    0 0.25em 0 0 #666666,
    0 0.5em 0 0 #666666;
	margin-left: 7px;
	margin-top: 2px;
}
#nav > a:after { top: 60%; }
#nav:not( :target ) > a:first-of-type,
#nav:target > a:last-of-type { display: block; }

/* first level */
#nav > ul {
	height: auto;
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	background-color: #FEFE68;
	color: #FFFFFF;
	text-align: left;
	padding: 0px 0px 0px 0px;
	box-sizing: border-box;
	z-index: 1001;
}
#nav:target > ul {
	display: block;
	padding: 0px;
	text-align: left;
}
#nav > ul > li { 
	width: 100%; 
	float: none; 
	padding: 5px 10px 5px 10px; 
	border-top: 1px solid #CCCCCC; 
	margin: 0px 0px 0px 0px; 
	box-sizing: border-box;
	text-align: left;
	font-size: 0.9em;
}
#nav > ul > li > a {
	height: auto;
	text-align: left; /* 20 (24) */
}
#nav > ul > li:not( :last-child ) > a { 
	border-right: none;
}

/* second level */
#nav li ul {
	width: 100%;
	background-color: #FEFE68;
	position: static;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	box-sizing: border-box;
	font-size: 1.0em;
	line-height: 0.8em;
	border: 0px;
}
#nav li ul li {
	border-bottom: 0px;
	padding: 3px 0px 3px 0px;
}

.main .mainContent .homeBoxOne {
	width: 49%;	
}
.main .mainContent .homeBoxTwo {
	width: 49%;	
}
.main .mainContent .homeBoxThree {
	width: 100%;	
	margin-top: 50px;
}
.main .mainContent .contentLeft {
	display: block;
	clear: both;
	width: 100%;
}
.main .mainContent .contentRight {
	display: block;
	clear: both;
	width: 100%;
}
.main .mainContent .contentRight .buttons {
	text-align: center;	
}
.main .mainContent .contentRight .individualButton {
	display: inline-block;
	margin: 10px 10px 10px 10px;
}
.main .mainContent .contentRight .coupleButton {
	display: inline-block;
	margin: 10px 10px 10px 10px;
}
.main .mainContent .contentRight .familyButton {
	display: inline-block;
	margin: 10px 10px 10px 10px;
}
}

@media screen and (max-width:760px) {
.main .mainContent .homeLeft {
	width: 100%;	
	padding: 0px 0px 0px 0px;
	margin-top: 20px;
}
.main .mainContent .homeLeft p {
	font-size: 1.5em;
	line-height: 1.5em;
}
.main .mainContent .homeRight {
	width: 100%;
	margin: 20px 0px 20px 0px;
}
.main .mainContent .homeRight .greyCircle {
	float: none;
	margin: 0px auto 0px auto;
    max-width: 300px;
    max-height: 300px;
	width: 100%;
	height: 100%;
}
.main .mainContent .homeRight .greyCircle h3 {
	color: #666666;
	font-size: 2.2em;
	text-align: center;
	margin-bottom: 20px;
}
.main .mainContent .homeRight .greyCircle p {
	color: #666666;
	font-size: 1.5em;
	line-height: 1.5em;
	text-align: center;
	padding-bottom: 20px;
}	
}

@media screen and (max-width:620px) {
header {
	max-height: 145px;
}
.main {
	margin-top: 145px;
}
header .headerContent {
	padding: 10px 10px 10px 10px;
}
header .headerContent .headerLogo {
	display: none;
}
header .headerContent .headerLogoSmall {
	width: 100%;
	display: inline-block;
	text-align: center;
}
header .headerContent .headerLogo img {
	max-width: 220px;
}
header .headerContent .headerContact {
	display: none;
}
.main .mainContent {
	padding: 15px 15px 15px 15px;	
}
.main .mainContent .banner {
    display: none;
}
.main .mainContent .bannerSmall {
	display: block;
    width: 100%;
    height: auto;
}
.main .mainContent .homeBoxOne {
	width: 100%;	
}
.main .mainContent .homeBoxTwo {
	width: 100%;
	margin-top: 30px;	
}
.main .mainContent .homeBoxThree {
	width: 100%;	
	margin-top: 30px;
}
}

@media screen and (max-width:435px) {
footer .footerContent .footerLogos img {
	vertical-align: middle;
	border: 0px;
	margin: 10px 0px 10px 0px;
	max-width: 220px;
}
.main .mainContent .contentLeft .rightImage {
	float: none;
	clear: both;
	margin: 0px auto 20px auto;	
	display: block;
}
.main .mainContent .contentLeft {
	padding: 0px 0px 0px 0px;
}
.main .mainContent .banner {
    display: none;
}
}