/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@100;200;300;400;600&display=swap');

body{
	font-family: 'Catamaran', sans-serif;
	font-size: 14px;
	font-weight: 300;
/*	color:#FEFEFE;*/
	background:#FFFFFF;
}
.letItFlow {overflow: visible;}

/* Purple: #73347F   #743480
Maroon: #842A60   #832a60
Pink: #AD467A    #ae467c
*/

/*
.dBlue     {color: rgb(2,15,89);}
.dBlueBG   {background: rgb(2,15,89); color:#FFF; padding: 3em 0;}
.dLtBlue   {color: #3dadf2;}
.dLtBlueBG {background: #3dadf2; color:#FFF; padding: 3em 0;}
.dMedBlue  {color: #1127a6;}
.dMedBlueBG{background: #1127a6; color:#FFF; padding: 3em 0;}
.dCoolGrey {background: #394273; color: #FFF; padding:3em 0;}

.grey{color:#636569;}
.greyBG{background:#636569;}
*/
.purple{color: #73347F;}
.purpleBG   {background: #73347F; color:#FFF; padding: 3em 1em 1em 1em;}
.greyBG   {background: #BDBDBD;}
.pinkBG   {background: #AD467A; color:#FFF; padding: 3em 1em 1em 1em;}

.pinkBG h2, .purpleBG h2{
	color: #FFF; text-align: left; margin-top:0;
}


.vtGreyBG {background:#2D2926; color:#FFF; padding: 3em 0;}
.ltGreyBG {background:#67605d; color:#FFF; padding: 3em 0;}

.logo{ 
/*	display: block; */
	width: 300px; 
	max-width: 33%; 
	z-index: 10; 
	margin: 30px 0;
}

.boxer{ 
/*	position: absolute; */
	border: 2px solid #666; 
/*	float: left; */
	margin: 10px; 
	min-height: 33%;
}


.topBar{
	width:100%;
  	font-size:1.5em;
  	padding:3px 0;
  	color:#73347F;
background: rgb(221,221,221);
background: linear-gradient(0deg, rgba(221,221,221,1) 0%, rgba(255,255,255,1) 75%);
	line-height: normal;
	top: 0;
/*    position: sticky;*/
/*	position: absolute;*/
    z-index: 10;
  }
.topLogo{
	float: left;
	height: 72px;
	margin:.4em .75em;
}
.topTagline {
	font-size: .8em;
	margin:0 1em;
}
.tagbox a {color:#fff;}

.topPhone{
	float: right;
}
.fvsline1, .fvsline2, .fvsline3 {
	background-image: url( "../images/fvsMeshLine1.png");
	height: 7px;
	background-position: center;
	background-size: cover;
}
.fvsline2{background-image: url( "../images/fvsMeshLine2.png");}
.fvsline3{height:48px;}

.heroBox{
	position: relative;
	background-image: url( "../images/fvsHero1.jpg");
/*	background-position: center;*/
	background-size: cover;
	background-position: 50% 30%;
	height: 60vw;
	max-height: 800px;
}
.tagline{font-size:1.1em; margin: 2.9em 0 1em 2em;}
.social{margin: 30px 0 10px 0;}
.social img{vertical-align: middle; max-width: 40px; margin: 0 10px; display: inline;}

.staffPhoto{
	width:22.5%;
	min-width:200px;
	float: right;
	margin:0 0 15px 15px;
}


.nobr{white-space: nowrap;}

.center{text-align: center;}
.getRight{text-align: right; padding: 10px;}

.footer {
	color: #111; 
	padding: 20px 0;
/*	font-size: .8em;*/
	line-height: 1.4em;
}
.footer a{white-space: nowrap;}
/*
.footer img{
	margin: auto;
	width:250px;
	max-width: 100%;
	margin-bottom: 1em;
}
*/
.socialIcons{text-align: center; color: #FFF; font-size: 4em;}
.socialIcons a{color:#FFF; margin: .5em 0;}
.socialIcons a:hover{
	color: #3dadf2; 
	background-color:transparent;   
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.featureIconContainer{width: 100%; text-align: center;}
.featureIcons{width:20%; margin: 2.5%; display: inline-block; float: left}
.featureIcons p{min-height: 3em;}
.contentPadding{padding: 20px;}
.calloutIcon{font-size:5em; margin: 0; text-align: right}
p a{
	color: #73347F;
    text-decoration: underline;
/*
    -webkit-border-radius: .2em;
    -moz-border-radius: .2em;
    border-radius: .2em;
    padding: .04em .3em .2em .3em;
*/
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
p a:hover{color: #AD467A;}
a.anchor {
    display: block;
    position: relative;
    top: -20px;
    visibility: hidden;
}
nav{
	text-align: right;
	padding-right: 10px;
	margin-top: 2.3em;
}
nav a{
	color: #73347F;
	padding: 3px 5px;
	margin: 0 0 0 .7em;
	text-decoration: none;
	font-size: 1.175em;
	font-weight: 300;
}
nav a:hover{
	color: #AD467A;
/*	background: rgba(255, 255, 255, 1);*/
	text-decoration: none;
}
nav a.topCallOutButton{
  	color: rgb(2,15,89);
	background: rgba(255, 255, 255, .8);
}
nav a.topCallOutButton:hover{
	color: #000;
	background: rgba(255, 255, 255, 1);
}


label[for=navToggle]{
  display:none;
}
#navToggle{
  position:absolute;
  left:-300vw;
}
@media handheld, only screen and (max-width: 660px) {
  nav{
    margin-top:50px;
    width:100%;
    text-align:left;
    max-height:0px;
	line-height: 0;
    overflow:hidden;
    transition: max-height 0.15s ease-out;
   }
  #navToggle:checked ~ nav {
    max-height:100vh;
    transition: max-height 0.25s ease-in;
	line-height: 2em;
  }  
  
   nav a{
      width:100%;
	  display: block;
      margin:0;
	  font-weight: 400;
   }
  
  label[for=navToggle]{
    color:#73347F;
    float:right;
    padding:1px 5px;
    margin: 12px;
    font-size:2em;
    display:block;
  }
}









.flex-direction-nav a:hover{background-color: transparent;}

.featureIcon{
	font-size: 1.5em;
	line-height: 4.5;
	border-radius: 50%;
	display: block;
	margin: auto auto 20px auto;
	text-align: center;
	vertical-align: middle;
	width: 80px;
	height: 80px;
	padding: 0;
}

.button{
	background: #00579F;
    -webkit-border-radius: 14;
    -moz-border-radius: 14;
    border-radius: 14px;
    color: #ffffff;
    font-size: 18px;
    padding: 12px 14px;
    border: solid #FFF 3px;
    text-decoration: none;
    letter-spacing: 1px;
    display: inline-block;
    line-height: normal;
    margin: 10px 20px;
    font-family: 'Catamaran', sans-serif;
    font-weight: 700;
}

a.button:hover{
	background: #0395a5;
	color:#fff;
}

.centered{text-align: center;}

h1, h2, h3, h4, h5{margin: .25em 0 .25em 0;}
/*
h1{font-size: 3.3em; font-weight: 300;}
h2{font-size: 2.7em; font-weight: 300;}
h3{font-size: 2.2em; font-weight: 400;}
h4{font-size: 2.0em;}
h5{font-size: 1.7em;}
*/

h1{ color:#FFF;
	font-size: 5vw;
	font-weight:100;
	position: absolute;
	top: 3vw;
	left: 60%;
	margin-right: 1em;
}
.flexslider h1{
	color: #FFF;
	margin: 0;
	width: inherit;
	font-weight: 700;
}

h2{	
	font-size: 2.9em;
	text-align: center;
	font-weight: 200;
	margin: 1em .5em .5em .5em;
/*	color: rgba(255, 255, 255, 1);*/
	color: #842A60;
}
h3{
	font-size: 2em;
	font-weight: 300;
	text-align: center;
}
.fa, .fas, .far {
	font-size: 1.4em;
	margin: 0 0 .25em 0;
	
}
h4{color:#0395a5; text-align: center; font-size: 1.5em;}
h5{ font-weight:300;
	font-size: 1.2em;
	
}
strong{font-weight: 700;}
p, p li{
	font-size: 1.4em;
	line-height: 1.33em;
  	font-weight: 300;
	margin: 0 10px 30px;
/*	text-align: center;*/
}
p~ul {
    margin-left: 4em;
}
.hoursGrid p{
	margin-bottom: .5em;	
}
.superHeader{
	background-image: url("../images/hbSlideBG2.png");
	width: 100%;
	height: 300px;
	background-position: 50% 33%;
	background-size: cover;
}
.superTinter{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
}
h1.sonOfSuperHeader{ 
	margin-top: calc(300px - 1.5em);
	margin-left: 8.65%;
}

.rowFill{ /* Only needed for specific instances -  to avoid hover conflicts etc. A wrapper div with a background color is usually enough. */
	clear: both;
    width: 100%;
    background:#444;
    overflow: auto;
    z-index: -10;
}
input, textarea {
    border: none;
    width: 80%;
    background: rgba(0,0,0,.05);
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
    padding: 1.5em;
    margin: 1em;
   font-family: 'Catamaran', sans-serif;
}
input[type=submit] {
    border: 0 none;
    cursor: pointer;
    color: #FFF;
    font-size: 1.2em;
    padding: .5em 1em;
    width: auto;
    margin: auto;
    display: block;
	background: #73347F;
}
.noShow{display: none;}
/*
.person{
	width:28%;
	margin-right: 4.5%;
	margin-bottom: 2em;
	display: block;
	float: left;
	position: relative;
	
}
.person img{width: 100%; z-index: 0;}
.person .personsName{
	display: block;
	text-align: center;
	background-color: #636569;
	color:#FEFEFE;
	margin: -100px 0 70px 0;
	position: absolute;
	width: 98%;
	padding: 1%;
	line-height: 1.15em;
	
}
.person .personsTitle{
	font-size: .9em;
	font-weight: 200;
}
	

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 64px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
*/

/* //////// FlexSlider Text animation and customization /////////*/
.flexslider{
	background: rgba(1, 1, 1, 0) ;
	min-height: 300px;
/*
	border-top: 8px solid #003ca6;
	border-bottom: 6px solid #003ca6;
*/
	
}
.flex-viewport {
/*
	border-top: 8px solid #54b3d8;
	border-bottom: 6px solid #54b3d8;
*/
}

.flexslider li {
	position: relative;
}
.flexslider li .meta {
	position: absolute;
	top: 20px;
}
.slideBG{
	width: 100%;
	height: 50vw;
	min-height: 300px;
	max-height: 600px;
	background-position: 50% 33%;
	background-size: cover;
	}
.slideText{
	max-width: 1140px; 
	min-height: 300px;
    max-height: 600px;
	margin:auto;
	width: 99%;
	text-align: center;
	color: #333333;
}
.slideText p {
	width: 900px;
	max-width: 80%;
	margin: auto;
	right:0;
	left:0;
}
.up1, .up2, .up3 {
	position: absolute;
	bottom: -100%;
	z-index: 8;
	-webkit-transition: .8s ease-in-out;
	-moz-transition: .8s ease-in-out;
	-o-transition: .8s ease-in-out;
	transition: .8s ease-in-out;
	transition-delay: 1s;
	}
/*
li.flex-active-slide .up1, li.flex-active-slide .up2, li.flex-active-slide .up3{
	transition-delay: .4s;
}
*/

.flex-active-slide .up1 {
	bottom: 40%;
	-webkit-transition-delay: .3s; /* Safari */
	transition-delay: .3s; 
	}		
.flex-active-slide .up2 {
	bottom: 27%;
	-webkit-transition-delay: .4s; /* Safari */
	transition-delay: .4s; 
	}
.flex-active-slide .up3 {
	bottom:19%;
	-webkit-transition-delay: .5s; /* Safari */
	transition-delay: .5s; 
	}


p.up1{font-size: 1.4em;
	font-weight: 400;
	font-style: italic;
	color:#73347F;
}

.flex-direction-nav .flex-next, .flex-direction-nav .flex-prev {
	opacity: .4;
}
.flex-direction-nav li{margin-left: 0;}
.flex-direction-nav a {
/*	margin: -18vw 0 0;*/
	line-height: 1;
	color: rgba(255, 255, 255, 1);
/*	color: #fff;*/
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.7);
/*    background-color: #fff;*/
	
}
.flex-direction-nav a:before {
    color: #FFF;
}
.flex-control-paging{display: none;}


/* //////// Responsive Customization /////////*/

@media only screen and (min-width : 3000px) {
    h1{ font-size: 150px; line-height: 145px;}
}

@media handheld, only screen and (max-width: 840px) {
	.topBar{font-size: 1em;}
	nav a {margin: 0 0 0 .5em;}

}

@media handheld, only screen and (max-width: 600px) {
	.calloutIcon{
		position: absolute;
		opacity: .33;
	}
	h1{font-size: 2.1em;}
	
/*
	nav a{display: none;}
	nav a.topCallOutButton{display: inline-block;}
*/
	.featureIcons {width: 28%;}
	.featureIcons p{font-size: .9em; line-height: normal;}
}

@media handheld, only screen and (max-width: 430px) {
/*	body{font-size: 12px;}*/
/*	.topBar{font-size: 1.7em;}*/
	.tagbox{margin:0 .2em;}
	.topPhone {top: .5em;}
	.staffPhoto{min-width: 100%;}
}

/*
@media handheld, only screen and (max-width: 767px) {
	h1{font-size: 2em;}
	.emblem{width: 30%; min-height: 25px; margin-bottom: 0; margin: auto;}
	.tagline{
		position: absolute;
		margin: -90px .2em .2em .2em;
		max-width: 50%;
		right: 0;
	}
	.hoursGrid p.day{margin-bottom: .2em; margin-top: 1.6em;}
	.noMobile{display: none;}
	.full-width {width: 100%;}
	h4{font-size: 1.5em;}
	h5{font-size: 1.2em;}
	.chevronBG{	background-position: top -100px right -100px; background-size: 90%;}
	h1.sonOfSuperHeader {margin-left: 0;}
}
@media handheld, only screen and (max-width: 600px) {
	.tagline{display: none;}
	.logo{margin: 12px 0;}

}
*/
