*, ::after, ::before {
     box-sizing: border-box; 
	}    

html {
  scroll-behavior: smooth;
}

::-moz-focus-inner {
	border:0;
	}

img { max-width: 100%; border: 0; }
nav ul, nav ol { list-style-type: none; padding: 0; margin: 0; }
a {text-decoration: none;}

:root {
	 --headerBackground: rgba(255,255,255, .9);
	 --blueBackground: rgba(12,123,234, 0.8);
	 --vectorArt: #0C7BEA;
	 --numberDiscBlue: #003684;
	 --buttonBlue: #003684;
	 --buttonActive: #0432B2;
	 --buttonDisabled: rgba(12,123,234,.05);
	 --ourGray: #F4F5F7;
	 --navy: #243758;
}


/* ==========================================================================
   INDEX PAGE  & GLOBAL STYLES
   ========================================================================== */


body {
font-family: 'Heebo', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 15px;
font-weight: 300px;
letter-spacing: .05em;
line-height: 1.75;
}

strong{
	font-weight: 500;
}

header {
text-align: center;
position: fixed;
z-index:999;
width: 100%;
line-height: 0;
opacity: 0;
background-color: var(--headerBackground);
transition: opacity 300ms linear;
}

.header-logo,
.form-header-logo {
	padding: 15px;
	margin: 0;
}


/* ======== HEADER TRANSITION TO SOLID BACKGROUND ==========*/

.solid-nav {
	background-color: rgba(255,255,255,1);
	box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.05);
	opacity: 1;
}

/* ======== HAMBURGER MENU ==========*/

.nav-toggle {
	display: none;
}

.nav-toggle-label {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 1em;
	height: 100%;
	display: flex;
	align-items: center;
}

.nav-toggle-label span,
.nav-toggle-label span::before,
.nav-toggle-label span::after {
	display: block;
	background:black;
	height: 2px;
	width: 32px;
	border-radius: 2px;
	position: relative;
}

.nav-toggle-label span::before,
.nav-toggle-label span::after {
	content: '';
	position: absolute;
}

.nav-toggle-label span::before {
	bottom: 7px;
}

.nav-toggle-label span::after {
	top: 7px; 
}


/* ======== NAV STYLES ==========*/

nav {
	position: absolute;
	text-align: left;
	top: 100%;
	left: 0;
	font-size: 16px;
	letter-spacing: .05em;
	font-weight: 400;
	color: #0E5399;
	width: 100%;
	background-color: var(--headerBackground);
	transform-origin: top;
	transform: scale(1,0);
	transition: transform 400ms ease-in-out;
}

nav ul {
	line-height: 1.75;
	margin-left: 1em;
}

nav li, {
	margin-bottom: 1em;
}

nav a {
	color: #0e5399;
	opacity: 0;
	transition: opacity 150ms ease-in-out;
}

/* ======== NAV STYLES - CHECKED ==========*/


.nav-toggle:checked ~ nav {
	transform: scale(1,1);
}

.nav-toggle:checked ~ nav a {
	opacity: 1;
	transition: opacity 250ms ease-in-out 250ms;
}


/* ======== NAV LINK STYLES ==========*/


nav a:visited {
	color: #0e5399;
}

nav a:hover, nav a:active {
	color: #000;
}

/* ======== GET STARTED BUTTON STYLES ==========*/

.button {
	display: inline-block;
	background-color: var(--buttonBlue);
	padding: 10px 20px;
	border-radius: 4px;	
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	text-align: center;
		}

.full-width-button	{
	display: block;
	margin: 1em;
}	

a.button, a.button:visited {
	color: #fff;
	font-weight: 400;
}

a.button:hover, a.button:active {
	color: #fff;
	background-color: var(--buttonActive);
}

/* ======== SPECIAL BULLET ==========*/

.special-bullet {
	padding-left: 10%;
	margin-left: 2%;
	margin-right: 2%;
	display: list-item;
	list-style-type: none;
	background-repeat: no-repeat;
}

/* ======== HERO SECTION ==========*/


h1, h2 {	
	font-family: 'Playfair Display', serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.2;
	letter-spacing: .025em;
	padding: 10px 0;
	margin: 10px 0;
	font-weight: 700;
	color: #243758; 
	text-align: left;

}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 20px;
	line-height: 1.5;
}

h3 {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: #000;
	text-align: center;
}

p,h4 {
	text-align: left;
	color:#091e42;
	margin: 1em 0;
	-webkit-font-smoothing: antialiased;
}


h4 {
	font-weight: 500;
}

a,
a:visited {
	color: #999;
}

a:hover,
a:active {
	color: #666;
}


.hero {
	height: 100vh;
	position: relative;
	text-align: center;
	background-image: url(images/AMPDroneVantageflare.jpg);
	background-color: #fff;
	background-position: center 0;
/*	background-position: 50% 10%;*/	
	background-repeat: no-repeat;
	background-size: cover;
}


.nav-spacer {
	height: 75px;
	display: block;
}

.hero-how-it-works {
	height: 70vh;
	min-height: 400px;
	max-height: 500px;
	position: relative;
	text-align: center;
	background-image: url(images/EvAndMattIOS.jpg);
	background-color: #fff;
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.hero-layer {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
	display: flex;
	align-items: center;
	justify-content: center;

}

.hero-layer h1,
.hero-layer h6,
.hero-layer p {
	color: #fff;
}
.hero-layer h1 {
	font-weight: 900;
}

.hero-layer.dark {
	background: rgba(0,0,0,.4);
	}	

.hero-layer.hero-content {	
	flex-direction: column;
	align-items: center;
	height: 100%;
	justify-content: space-around;
}	


.hero-content-top {
	flex-grow: 4;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.hero-content-bottom-bg {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-top: 2px solid var(--vectorArt);
	background: rgba(0,0,0,.2);
	width: 100%;

}

.hero-content-bottom p > a,
.hero-content-bottom p > a:visited {
		color: #FFF;
}

.hero-content-bottom p > a:hover,
.hero-content-bottom p > a:active {

	color: #ccc;
}

.hero-content-bottom {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.hero-header-logo-container,
.footer-logo-container {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 20px;	
}

.hero-header-logo-container {
	margin: auto;
}

.hero-header-logo {
width: 225px;
}

.hero-header-logo-container span,
footer span {
display: none;
}

.hero-content h1,
.hero-content p {
	display: none;
}

.call-to-action-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 40px;
}

.hero-content a.button {
background-color: var(--vectorArt);
width: 175px;

} 

.sign-in-link {
	margin-top: 20px;
}

.sign-in-link a, 
.sign-in-link i {
	color: #fff;
}

.sign-in-link i {
	padding: 0 8px;
}

.sign-in-link a {
	padding-right: 15px;
}

.scrollIndicator {
	width: 28px;
	margin: auto auto 15%;
	}

/* Parallax Scroll

=========================*/

.parallax {
	transition: initial;
}


/* ======== PITCH SECTION ==========*/


section {
	padding: 50px 0;
	text-align: center;
}

.wrapper {
	width: 80%;
	max-width: 1280px;
	margin: 0 auto;
	text-align:center;
}

.text-wrapper {
	max-width: 700px;
}

.logo {
	width: 70%;
	max-width: 340px;
	margin: 50px auto;
}
	 


/* ======== INDEX GRAY SECTION "HOW IT WORKS" ==========*/

.gray-bg {
	background-color: #F4F5F7;
	width:100%;	
}

.process-section h1 {
	text-align: center;
}

.feature-group {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	margin: 20px auto;
}

.feature-box {
	background-image: url(images/InfoGraphic/ProcessBorder4px.svg);
	background-repeat:no-repeat;
	background-size: contain;
	background-position: center center;
	width: 100%;
	max-width: 330px;
	height: 280px;
	padding: 20px 0px;
	margin: 20px 0px;
	display: flex;
	flex-direction: column;
	position: relative;
}

.process-icon-container {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: 45%;
	padding: 10px;

}
.process-icon {
	height: 60px; 
}

.process-icon.process-icon-lightbulb {
	height: 75px;
}

.process-number {
	height: 50px;
	position: absolute;
	bottom: 25px;
	right: 70px;
}


.feature-box h3 {
	margin-bottom: auto;
	padding: 0 7% 0 20%;
	font-size: 12px;
	line-height: 1.5;
	color: var(--navy);
	text-align: left;
}

/* ======== "LEARN MORE" ARROW/LINK STYLES ==========*/

.link-container {
	display: inline-block;
	padding: 10px 0;
	margin: 20px auto;
}

.arrow-link {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 20px;
	padding:0;
	margin:0;
}

.link-container i {
  border: solid white;
  border-width: 0 1px 1px 0;
  border-color: #0C7BEA;
  display: inline-block;
  padding: 3px;
  margin-left: 5px;
}

.arrow-right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

a.arrow-link, a.arrow-link:visited {
	color: #0C7BEA;
}

a.arrow-link:hover {
	color: #0432B2;
	padding-bottom: 2px;
	text-decoration: underline;
}

a.arrow-link:active {
	color: #0432B2;
	}


/* ======== TWO COLUMN MODULE ==========*/


.columns-module {	
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}

.text-column {
	padding: 10px 0;
	margin: 10px 0;
	width: 100%;
	vertical-align: top;
}

.image-column {
	width: 100%;
	padding-top: 30px;
}

hr   {
	display: none;
  }

.main-street {
	width: 80%;
	min-width: 300px;
	max-width: 400px;
	padding-top: 20px;
}

.fist {	
	width: 80%;
	min-width: 300px;
	max-width: 400px;
}

.second-module {
	flex-direction: column-reverse;
}

/* ======== BLUE SECTION / "OUR MODEL - OUR MISSION" ==========*/

.center-fullwidth-module {
	width:100%;
}

.blue-bg {
	width:100%;
	background-color: var(--blueBackground);
}

.blue-bg a {
	margin-top: 50px;
}

.blue-bg p, .blue-bg h1 {
	color: #fff;	
}

.our-story-container p,
.blue-bg p {
	font-weight: 300;
}


/* ======== COMPANY LOGOS ==========*/


.company-logo-wrapper {
	width: 100%;
	max-width: 390px;
	margin: 0 auto;
	text-align:center;
}

.company-logos-header {
	padding: 25px;
}

.company-logos {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}

.company-logos img {
	width: 100%;
	height: auto;
} 

.company-logo {
	margin: 25px 20px;
	width: 28%;
}

/* ======== BLOCK QUOTE SLIDER ==========*/


.swiper-section p {

	color: #666;
	text-align: center;
}

.quote-container {	
	max-width: 80%;
	margin: 0 auto;
}

blockquote {
	text-align: left;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	font-style: italic;
	font-size: 16px;
	line-height: 1.5;
	color: #243758; 
}

.fa-quote-left {
	font-size:30px;
	color: var(--vectorArt);
	border:0;
	padding:0;
	margin:0;
	margin-right: 70%;	
}

.citation {
	margin: 50px 5% 0 15%;
	font-size: 12px;

}

.swiper-image {
	border-radius: 50%;
	width: 50%;
	max-width: 170px;
	min-width: 150px;
	display: block;
	margin: auto;
}

.adk-riverside {
	width: 80%;
}


.swiper-button-prev,
.swiper-button-next {
	display: none;
}


/* ==========================================================================
   "HOW IT WORKS" PAGE
   ==========================================================================*/ 

/* ======== HOW IT WORKS PAGE HERO==========*/

.how-it-works-mobile-div{
	background-color: #243758;
}

.how-it-works-mobile-div p {
	text-align: center;
	font-weight: 400px;
	color: #FFF;
}

.how-it-works-hero h1 {
	text-align: center;
	margin: 10px auto;
	max-width: 400px;
}


.how-it-works-hero p {
	display: none;
}

.how-it-works-hero {
	margin-top: 30%;
}

/*.producers-sidebar button,*/
.hero-how-it-works .button,
.meet-producers-img .button {
	background-color: var(--vectorArt);
	margin-top: 20%;
}


.riverat-damn-img {
	height: 50vh;
	min-height: 400px;
	max-height: 700px;
	background-image: url(images/RiveratDamn.jpg);
	background-color: #F4F5F7;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
/* ======== SHADDOW BOX ==========*/

.shaddow-box-wrapper {
	text-align: center;
	margin: 0 auto;
	width: 90%;
}

.shaddow-box {
	text-align: left;
	box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.3);
	padding: 20px 10px 40px; 
	background: #fff;
	margin-top: -180px;
	margin-bottom: 80px;
}

.shaddow-box-overlap {
	padding-bottom: 50px;
}

.bill-descriptors {
	text-align: center;
	text-transform: uppercase;
	max-width: 250px;
	margin: 16px auto;
}

.bill-diagram-container {
	/*border: solid 1px #ccc;
	border-radius: 10px;*/
	text-align: center;
	padding: 30px;
	margin: 0 auto;
	max-width: 350px;
}

.bill-diagram-container img {
/*	padding: 10px;*/
	margin:10px;
}

.arrow-divider {
	padding-top: 40px;
	padding-bottom: 20px;
	background:;
}

.billing-bullet {
background-image:url(images/SocialIcons/dot.svg);
background-position: 0% 10px;
}


/* ======== CHECK BULLETS ==========*/

.bullet-container-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
}

.bullet-container {
	flex-direction: column;
	display: flex;
	align-items: center;
	padding: 40px 20px;
	max-width: 300px;

}

.bullet-container h2 {
	text-align: center;
	font-size: 20px;
}


.fa-check-circle {
/*	color: var(--vectorArt);*/
color: rgba(36,55,88,.5);
/*	font-size: 60px;*/
	font-size: 50px;
	/*padding: 20px 50px;*/
}

/* ======== "LOCAL PRODUCERS SECTION" ==========*/


.full-width-column-wrapper {
		max-width: 1600px;
	}

.full-width-column {
	margin: 0;
	min-height: 400px; 
}

.meet-producers-column p,
.meet-producers-column h2 {
	text-align: center;
	margin: 8% auto;
}

.meet-producers-column h2 {
	max-width: 350px;
}

.meet-producers-column p {
	max-width: 450px;
}

.meet-producers-column .link-container {
	text-align: center;
	display: block;
}


.meet-producers-img {
position: relative;
background-image: url(images/EthanIOS.jpg);
min-height: 500px;
width: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
text-align: center;
}


.meet-producers-img .button {
position: absolute;
padding-right: 30px; 
padding-left: 30px;
right: calc(50% - 62px);
bottom: 10%;
}

/*.meet-local-producers {
	background-image: url(images/mattethan.jpg);
	height: 70vh;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;*/
/*	
	position: relative;
	text-align: center;
	background-color: #fff; */	


/* ==========================================================================
   OUR STORY PAGE
   ==========================================================================*/ 


.our-story-wrapper {
	width: 97%;
	max-width:900px;
	margin: 0 auto;

}


.our-story-copy-container {
	background-image: url(images/Logo-gray.svg);
	background-color: #fff;
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: 90% auto;
	margin: 0 auto;
	padding: 0 5px 20px;

}

.our-story-copy-container h1 {
	text-align: center;
	padding: 30px 0px 30px;
}

.img-grid {
	display: flex;
	flex-wrap: wrap;
}

.tile {
    overflow: hidden;
    flex: 1 1 145px;
    max-height: 145px;
    margin: 5px;
  }

.overlay-container {
    display: block;
    position: relative;
}    

.overlay-container::before {
      content: attr(data-overlay-text);
      vertical-align: center;
      position: absolute;
      z-index: 1;
      padding-top:40%;
      padding-left:10px;
      padding-right: 10px;
      top:0;
      bottom: 0;
      right:0;
      left:0;
	text-align: center;
      color: #fff;
      background: rgba(0, 0, 0, 0.50);
      opacity: 0;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
    }
    .overlay-container:hover::before {
      opacity: 1;
    }

    .overlay-img {
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
    }
    .overlay-container:hover .overlay-img {
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
    }


.thirds-column-wrapper {
	display: flex;
	flex-direction: column;
	max-width: 700px;
	margin: 0 auto;
}


/* ==========================================================================
   LOCAL PRODUCERS PAGE
   ==========================================================================*/ 

/*xxx*/

h6 {
	font-family: 'Heebo', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #FFF;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 300px;
	letter-spacing: .05em;
	line-height: 1.25;
}

.producers-container.wrapper,
.producers-stats-container,
.producers-feature-content
 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.producers-container.wrapper {
	width: 95%;
}

.producers-feature-content {
    background-color: rgba(12,123,234,.05);
    border-radius: 10px;
    padding: 40px 10px;
    margin: 20px 0px;
}

.producers-hero {
	background: 
		linear-gradient( rgba(0,0,0, .3), rgba(0,0,0, .3) ),
		url(images/Local_Producers/WappingerBuilding1.jpg) center;
	background-repeat:no-repeat;
	background-size: cover;
	background-position: center center;
	height: 280px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}


.producers-stats-container {
	margin: 5% 0;
	justify-content: space-between;
}

.producers-stat-A-column,
.producers-stat-B-column{
	display: flex;
	flex-direction: column;
}

.producers-stat-row {
	display: flex;
	align-items: top;
	position: relative;
	line-height: 24px;
	margin-bottom: 10px;

}

.hidden-row {
		display: none;
	}

.producers-stat-bullet {
	min-width: 40px
}

.producers-stat-bullet img {
	height: 24px;
	margin: 0 auto;

}

.producers-stat-catagory,
.producers-stat-value {
font-size: 12px;
line-height: 1.5;
margin: 0;
}

.producers-stat-catagory {
font-weight: 400;
min-width: 105px;
margin-left: 15px;
}

.producers-stat-value {
	font-weight: 300;
	max-width:120px;	

}


/*.producers-stats-column p:first-child {
margin-top: 0px;
}*/

.producers-sidebar {
	padding: 40px 20px 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    display: none;
}

.producers-sidebar button {
margin: 30px 0 20px;
}

.wappingers-1,
.wappingers-2 {
	background-repeat:no-repeat;
	background-size: cover;
	background-position: center center;
	height: 0px;
	padding-top: 80%
}

.wappingers-1 {
background-image: url(images/Local_Producers/WappingerOperators.jpg);
}
.wappingers-2{
background-image: url(images/Local_Producers/WappingerFig.jpg);
}

.producer-quote-container {
margin: auto 0;
}


.producer-quote {
color: #333;
font-style: italic;
}

.producer-quote-citation {
color: #333;
/*font-style: italic;*/
font-size: .9em;
text-align: right;
}


/*******IOS Producers Sidebar********/


.producers-sidebar-ios {
display: flex;
flex-direction: column;
align-items: center;
}

.producer-quote-container-ios,
.wappingers-1-wrapper {
	width: 100%;
}

.wappingers-1-ios {
	background-image: url(images/Local_Producers/WappingerOperators.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	height: 0;
	padding-top: 80%;
}

.producer-quote-container-ios p {
	font-size: 14px;
	padding: 0 10px;
}

/* ==========================================================================
   NEWS / BLOG
   ==========================================================================*/



.blog-left-column {
	order: 1;
}

.postcard a {
	position: relative;
}


.blog-post-label {
	text-transform: uppercase;
    font-size: 12px;
    background: #75b3ff;
    padding: 2px 0;
    position: absolute;
    bottom: -6px;
    width: 60%;
    left: 20%;
    text-align: center;
    color: #FFF;
    box-shadow: 1px 1px 5px rgba(0,0,0,.25);
}


figure.postcard {
	border: solid 2px var(--ourGray);
	text-align: left;
	margin: 40px 0;
	min-width: 300px
}

figure.postcard img {
	width: 100%;
	height: auto;
}


.reg-postcard-caption {
	display: none;
}

.postcard figcaption {
	margin: 10px;
	padding: 0px 10px;
}

.postcard figcaption h2,
.postcard figcaption p {
	padding: 5px;
	margin: 5px;
}

.postcard figcaption p {
	font-size: 14px;
}

figure.postcard button {
	width: 150px;
	color: var(--navy);
	background-color: #FFF;
	border: solid 1px var(--navy);
	border-radius: 0px;
	box-shadow: none;
	text-transform: uppercase;
	padding: 10px 20px;
	margin-left: 10px;
	outline: none;
}

figure.postcard button:hover,
figure.postcard button:focus,
figure.postcard button:active {
	background-color: var(--navy);
	color: #FFF;
}

.adk-almanac {
	border: 1px solid var(--vectorArt);
	background-color: #F7F3E6;
}

.NorthCountryNow {
	border: 1px solid var(--vectorArt);
}

.blog-right-column {
	display: flex;
}

.people-power-container {
	text-align: center;
	max-width: 400px;
	margin-bottom: 20px;

}



.people-power-container h1 {
	text-align: center;
}

.people-power-container p {
	text-align: center;
	margin: 0 30px;
}

.blog-columns-wrapper p {
	font-size:12px;
}

.blog-columns-wrapper h1,
.blog-columns-wrapper h2 {
	font-size: 18px;
}



.blog-social-container,
.blog-nav-container {
	display: none;
}

.blog-nav-container h5 {
	margin: 10px;
}

.blog-nav-container {
	border: solid 2px var(--ourGray);
	margin: 25px 0;
	padding: 15px;
	background-color: #FFF;
	max-width: 320px;	
}

.blog-nav-container ul {
	text-align: left;
	list-style-type: none;
	display: block;
	margin: 10px;
	padding: 10px;
	line-height: 1.5;
	font-size: 14px;
}

.blog-social-container {
	margin: 20px 0;
}

.blog-social-tags {
	width: 200px;	
	text-align: center;
}

.blog-social-tags img {
	width: 30px;
	height: auto;
	padding: 10px;
	margin: 10px;
}

span.underline  {
	display: block;
	width: 100%;
	margin: 0 auto 15px;
	background: var(--navy);
	opacity: .5;
	height: 1px;
	width: 80px;
	border-radius: 2px;
}

.pagination {
	display: flex;
	list-style-type: none;
	margin: 50px 0;
	justify-content: center;
}

.pagination li a {
 	padding: 8px 16px;
 	margin: 2px;
 	background-color: var(--ourgray);
 	text-decoration: none;
}



.pagination a.active-page {
  background-color: rgba(12,123,234, 0.8);
  color: white;
  border-radius: 5px;
}

.pagination a:hover:not(.active-page)  {
	background-color: #ddd;
	border-radius: 5px;
	}


/* ==========================================================================
   BLOG POST / Feature  TEMPLATE
   ==========================================================================*/

.blog-feature-bg-IvesPark,
.blog-feature-bg-VillageMerc,
.blog-feature-bg-sunita,
.blog-feature-bg-peter {
/*	height: 50vh;
*/	min-height: 420px;
/*	max-height: 500px;*/
	background-color: #FFF;
	background-repeat: no-repeat;
	background-size: cover;
}

.blog-feature-bg-sunita {
	background-position: center;
	background: 
		linear-gradient( rgba(255,255,255,.4), rgba(255,255,255,.4) ),
		url(images/Blog_Images/Sunita-at-HomeLG.jpg);
		background-size: cover;
		background-position: 50% 50%;
}

.blog-feature-bg-peter {
	background: 
		linear-gradient( rgba(255,255,255,.8), rgba(255,255,255,.8) ), 
		url(images/Blog_Images/Firework.jpg) no-repeat 50% 50%;
		background-size: cover;
}

.blog-feature-bg-VillageMerc {
	background: 
		linear-gradient( rgba(255,255,255,.4), rgba(255,255,255,.4) ), 
		url(images/Blog_Images/DonnellysLG.jpg) no-repeat 50% 100%;
		background-size: cover;
}

.blog-feature-bg-IvesPark {
	background: 
		linear-gradient( rgba(255,255,255,.4), rgba(255,255,255,.6) ), 
		url(images/Blog_Images/Ives+Park+Concert+Series.jpg) no-repeat 50% 0%;
		background-size: cover;
}

.blog-feature-container {
	border-radius: 10px;
	padding: 20px;
	margin: -150px 20px 50px;
	background-color: #FFF;
	box-shadow: 1px 1px 5px rgba(0,0,0,.25);

}

.post-content p {
font-size: 14px;
}

.post-content a {
	color: #091e42;
	text-decoration: underline;
}

.clearfix::after {
	content:"";
	clear: both; 
	display: block;
}

.primary-float,
.portrait-float-lg {
	width: 100%;
	height: auto;
}
.portrait-float-lg {
	max-width: 250px;
	margin: 40px auto;

}

.blog-center-image {
	margin: 30px auto;
}

.blog-center-left-image {
	max-width: 500px;
	margin: 10px auto;
}

.writer {
margin: 20px 0;
text-align: left;

}

.writer img {
	border-radius: 50%;
    width: 75px;
    height: auto;
    vertical-align: middle;
}

.writer p {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	color: #333;
}

span.blog-post-date {
	font-weight: 400;
	color: var(--vectorArt);
}

.photo-caption {
	color: #333;
	margin: 4px auto;
	text-align: center;
	font-size: 12px;
}






/* ==========================================================================
   FAQ PAGE
   ==========================================================================*/ 


.FAQ a {
	text-decoration: none;
}

/*.FAQ img,
.social-icons-container img {
	box-sizing: content-box;
}
*/
.FAQ .btn {
	font-size: 18px;
}

.FAQ-container {
	margin: 80px auto;
	max-width: 80%;
}

.FAQ-container .nav-link {
	border-radius: 0px;
}

.faq-nav {
    flex-direction: column;
    margin: 0 0 32px;
	border-radius: 4px; 
    border: 1px solid #ddd;
    box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
}

.faq-nav a:first-child {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

.faq-nav a:last-child {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;

}

.nav-link {
    position: relative;
    display: block;
    margin: 0;
    padding: 13px 16px;
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    color: #616161;
    transition: background-color .2s ease;
}


.nav-pills.faq-nav .nav-link.active {
	background: var(--blueBackground);
	color: #FFF;
}

.faq-nav .nav-link:hover {
	color: var(--buttonBlue);
    background-color: var(--ourGray)
}

        
i.mdi {
    margin-right: 5px;
    font-size: 18px;
    position: relative;
}

/* TAB CONTENT*/
.tab-content {
    box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
}

.tab-content.card {
   	border-radius: 0;
}
    
.tab-content .card-header {
    padding: 13px 16px;
    border-radius: 0;
    background-color: var(--ourGray);

}      

.tab-content h5 {
        margin: 0;
        }

.tab-content button {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    font-weight: 400;
    color: rgba(0,0,0,.87);
    text-align: left;
    white-space: normal;
    box-shadow: none;
}

.card-header button {
	font-size: 15px;
	line-height: 32px;
	margin: 0;
}

.card-body {
	padding: 13px 16px;

}

.tab-content button:hover,
.tab-content button:focus,
.tab-content button:active {
	text-decoration: none; 
	background-color: transparent;
}             

.tab-content button:hover {
	color: var(--buttonBlue);
}

.tab-content button:focus,
.tab-content button:active {
	color: black;
}


    
.card-body p,
.card-body li {
            color: #616161;
    }

.card-body a {
	color: #999;
}

.card-body:last-of-type {
                margin: 0;
    }
       

/* BORDER FIX*/

/*.accordion > .card {
        &:not(:first-child) {
            border-top: 0;
        }  */ 
 

.collapse.show .card-body {
    border-bottom: 1px solid rgba(0,0,0,.125);
}

#accordion-tab-5-heading-1 button {
	margin-left: 20px;

}

.contact-info-container {
 	margin-left: 20px;
}



/* ==========================================================================
   PRIVACY POLICY & TERMS AND CONDITIONS
   ==========================================================================*/ 


.terms-conditions hr {
border-color: var(--navy)
}

.terms-conditions ul {
	list-style:none;
	text-align: left; 
	color: var(--navy);
}

.terms-conditions i {
font-size: 8px;
position: relative;
top: -4px;
padding-right: 20px;
margin-left: -30px;
}

.terms-conditions a,
.terms-conditions a:visited {
	color: var(--vectorArt);
}

.terms-conditions a:hover,
.terms-conditions a:active {
	
	color: #666;
}
	



/* ==========================================================================
   CONTACT US Confirmation / Thank you Page
   ==========================================================================*/ 


.contact-confirm-container {
margin: 20px auto;
padding: 50px 20px;
max-width: 500px;
min-width: 300px;
}


.contact-confirm-container h2,
.contact-confirm-container p {
text-align: center;
margin: 10px auto;
max-width: 450px;
} 

.contact-confirm-container img {
padding: 20px;
margin: 20px;
max-width: 250px;
height: auto;
}




/* ==========================================================================
   CONTACT PAGE
   ==========================================================================*/ 

textarea {
	resize: none;
}

.contact-form fieldset {
	border: none;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
	display: block;
	margin: 10px;
	padding: 10px;
	background: #fff;
	width: 100%;
	border: solid 1px #b0b6bb;
	border-radius: 5px;
	font-size: 18px;
	box-shadow: inset 0 0.0625rem 0.125rem rgba(0,0,0,.1);
	color: #394856;
}

.contact-form select {
	background: #efefef  
}

.contact-form .form-input-container i {
	position: absolute;
	right: 30px;
	top: calc(50% - 10px);
	height: 20px;
	margin: 0;
	padding: 0;
}

.contact-form select:hover {
	background-color: #d6d6d6; 
}

option {
font-family: 'Heebo', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 15px;
font-weight: 300px;
letter-spacing: .05em;
line-height: 1.75;

}

.contact-form select.popup img {
	position: absolute;
}

.contact-form textarea {
	height: 20rem;
}

.contact-form button {
	margin: 10px;
	padding: 10px;
	text-align: center;
    color: #FFF;
}





/* ==========================================================================
   GET STARTED INTRO PAGE
   ==========================================================================*/ 


.get-started-intro {
	width: 90%;
	max-width: 500px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}


.get-started-intro-section-one {
	background-color: rgba(12,123,234,.05);
	border-radius: 10px;
	margin-top:40px; 
}

.get-started-intro-section-one,
.get-started-intro-section-two {
	padding: 20px;
}

canvas {
	margin: 0 auto;
	padding: 40px;
	display: flex;
}

.get-started-intro-section-one p {
	font-weight: 300;
	text-align: center;
}

.get-started-intro-section-two > a {
	margin: 40px auto;
}

.get-started-intro h3 {
	padding: 0 0 25px;
}

.bolt-box {
	text-align: center;
	margin: 0 auto;
	max-width: 400px;
	padding: 0 20px;
}

.get-started-intro-button {
display: block;
	text-align: center;
	margin: 20px auto 50px;
	width: 300px;
}

.get-started-intro-button:disabled,
.get-started-intro-button[disabled],
.get-started-intro-button[disabled]:hover {
	background-color: var(--buttonDisabled);
	color: var(--buttonBlue);
	cursor: not-allowed;
}

a.gray-link, 
a.gray-link:visited {
	color: #ccc;
	font-weight: 300;

}

a.gray-link:hover,
a.gray-link:active {
	color: #666;
}

a.blue-link, 
a.blue-link:visited {
	color: #091e42;
	font-weight: 300;

}

a.blue-link:hover,
a.blue-link:active {
	color: #091e42;
	text-decoration: underline;
}


/*------------------------------start of lightbox----------------------------*/
/*Eliminates padding, centers the thumbnail */


/*body, html {
padding: 0;
margin: 0;
text-align: center;
}*/

/* Styles the thumbnail */

/*a.lightbox img {
height: 150px;
border: 3px solid white;
box-shadow: 0px 0px 8px rgba(0,0,0,.3);
margin: 94px 20px 20px 20px;
}*/

/* Styles the lightbox, removes it from sight and adds the fade-in transition */




.lightbox-trigger {
	display: block;
	text-align: center;
}

.lightbox-target {
position: fixed;
top: -100%;
width: 100%;
background: rgba(0,0,0,.7);
width: 100%;
opacity: 0;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
overflow: hidden;
}

/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

.lightbox-target img {
margin: auto;
position: absolute;
top: 0;
left:0;
right:0;
bottom: 0;
max-height: 0%;
max-width: 0%;
/*border: 3px solid white;*/
box-shadow: 0px 0px 8px rgba(0,0,0,.3);
box-sizing: border-box;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

.lightbox-target:target {
opacity: 1;
top: 0;
bottom: 0;
}

.lightbox-target:target img {
max-height: 100%;
max-width: 100%;

}


/*------------------------------end of lightbox----------------------------*/




.bolt-bullet {
	margin-left: 0%;
	line-height: 2;
    background-image:url(images/bolt-solid.svg);
    background-position: 0% 5px;
}	


.small-print {
	font-size: 15px;
}


/* ==========================================================================
   UNDER CONSTRUCTION PAGE
   ==========================================================================*/ 

.under-construction {
	height: 500px;
}

.under-construction h1 {
	margin-top: 75px;
	padding-top: 50px;
}





/* ==========================================================================
	FOOTER
   ==========================================================================*/ 



footer {
	width: 100%;
	background-color: #243758;
	text-align: center;
}

.footer-wrapper {
	width: 90%;
	margin: 0 auto;
}

.contact-container {
	margin: 0;
	padding-top: 60px;
	padding-bottom: 20px;
}

footer p {
	text-align: center;
	line-height: 1.5;
	margin-top: 18px;
	margin-bottom: 0;
	color: #FFF;
	font-weight: 300;
}

footer a, footer a:visited {
	color: rgba(255,255,255, 1)
}

footer a:hover, footer a:active {
	color: #000;

}

footer form {
	padding-top: 30px;	
}

.input-container {
	display: inline-flex;
}

.input-container i {
	color: #243758;	
	background-color: #FFF;
	width: 50px;
	padding-top: 15px;
	border: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

.email-field {
 	border: 2px solid #FFF;
	width: 50%;
	max-width: 200px;
	border-radius: 0;
}

.submit-button {
	background-color: #243758;
	color: #FFF;
	border: 2px solid #FFF;
	padding: 10px 20px;	
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	text-transform: uppercase;
}

.submit-button:hover, 
.submit-button:active {
	background-color: #FFF;
	color: #243758;
}


/*.footer-logo-container {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 20px;	
}


footer span {
	display: none;
}*/

.footer-logo {
	width: 200px
}

.social-icons-container {
	margin: 0;
	padding: 20px;
}

.social-icon {
	width: 35px;
/*	padding: 10px;*/
	margin: 20px;

}

.fine-print-footer {
	font-size: 12px;
	color: #FFF;
	padding-bottom: 30px;
}




/* ==========================================================================
    FORM STYLES - SIGN UP / LOG IN 
   ==========================================================================*/ 


input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.form-header {
	position: static;
	display: block;
}

/* -------- Form Container -------- */

.get-started-form {
	text-align: center;
	padding: 50px 15px;
	max-width: 420px;
	margin: 0 auto;
}

fieldset {
	border: 1px solid gray;
	border-radius: 5px;
}



/* -------- Form Fields / Form Controls -------- */

.form-input-container {
	width: 100%;
	display: inline-flex;
	position: relative;
}

.get-started-form input {
	display: block;
	margin: 10px 0;
	padding: 10px;
	background: #efefef;
	width: 100%;
	border: 0;
	border-radius: 5px;
	font-size: 18px
}

.get-started-form input:focus {
	background: #FBF8D2;
}


/* -------- State Selection Pop Up Menu -------- */


.popup {
	background: #efefef;
	background-image: url(images/SocialIcons/sort-solid.svg);
	background-repeat: no-repeat;
	background-size: 11px;
	background-position: 45px 14px;
	-moz-appearance: none;  
	-webkit-appearance: none; 
	border: 0;
	width: 90px;
	margin: 10px 0 10px 20px;
	padding-left: 10px;
	border-radius: 5px;
/*	position: relative;*/
	content: "hello";
	text-align: left;
	font-size: 18px;
}

/* -------- Radio Buttons -------- */

.radio-container {
	margin: 10px 0px;
}

.radio-container label {
	color:  #757575;
}


/* -------- Form Field Help Icons  -------- */

.form-input-container i {
	margin-left: -50px;
	margin-top: 11px;
	padding: 10px;
    font-size: 24px;

}

.form-input-container i,
.form-input-container i:visited {
	color: rgba(0,0,0,.2);
}

.form-input-container i:hover,
.form-input-container i:active {
	color: rgba(0,0,0,.1);
}

/* -------- Additional Address Button  -------- */

.add-address-label .new-address,
.get-started-form .address-header {
	text-align: left;
	font-size: 18px;
	font-weight: 400;
	color: var(--buttonBlue);
	margin: 10px;
}

.add-address-label {
	display: flex;
	align-items: center;
}

.add-address-label .new-address,
.add-address-label .new-address:hover,
.add-address-label .new-address:active {
	margin-right: auto;
	color: var(--buttonBlue);
}


/* --- Plus / Close / Check-Box  Styles--- */


input[type=checkbox] {
	display:none;
}


.plus-box,
.empty-check-box {
background-color: #efefef;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 5px;
margin: 10px 20px 10px 0px;
height: 48px;
width:54px;
font-size: 16px;
text-align: left;
cursor: pointer;
}


/* --- Custom Check Box --- */


.empty-check-box {
	height: 25px; 
	width: 25px;
	border: 2px solid var(--buttonBlue);
	margin-right: 15px;

}
.empty-check-box i {
	color: #efefef;     
}

input[type=checkbox].custom-cb:checked + label i {
	color: var(--buttonBlue);
	transition: color .25s ease-in-out; 
}

.close-box {
	margin: 10px 0px;
}

.plus-box i{
	color: var(--buttonBlue);
    transition: transform .5s ease-in-out;  
}

.empty-check-box:hover,
.plus-box:hover,
.plus-box:active {
	background-color: rgba(0,0,0,.05);
}

.plus-box i:hover,
.plus-box i:active,
.plus-box:hover > i {
	color: var(--vectorArt);
}

.close-box:hover > i {
	color: darkred;
	}

.add-address-label p {
	color: #757575;
	margin:0px;
}

.add-address-label p:hover,
.add-address-label p:active,
.plus-box:hover + div p {
	color: var(--vectorArt);
}



/* ---------- Show/Hide Rules for Additional Form Fields ---------- */

.meter-container {
	overflow: hidden;
	height: 0px;
	transition: height .5s linear;
	-webkit-transition: height .5s linear;
}

input[type=checkbox].add-meter:checked + div {
	height: 403px;
}

#hide-show-3,
#hide-show-4,
#hide-show-5,
#hide-show-6,
#hide-show-7,
#hide-show-8,
#hide-show-9,
#hide-show-10,
#hide-show-11,
#hide-show-12,
#hide-show-13,
#hide-show-14,
#hide-show-15,
#hide-show-16,
#hide-show-17,
#hide-show-18,
#hide-show-19,
#hide-show-20	{
	display: none;
}

#second-meter:checked ~ #hide-show-3,
#third-meter:checked ~ #hide-show-4,
#fourth-meter:checked ~ #hide-show-5,
#fifth-meter:checked ~ #hide-show-6,
#sixth-meter:checked ~ #hide-show-7,
#seventh-meter:checked ~ #hide-show-8,
#eighth-meter:checked ~ #hide-show-9,
#ninth-meter:checked ~ #hide-show-10,
#tenth-meter:checked ~ #hide-show-11,
#eleventh-meter:checked ~ #hide-show-12,
#twelfth-meter:checked ~ #hide-show-13,
#thirteenth-meter:checked ~ #hide-show-14,
#fourteenth-meter:checked ~ #hide-show-15,
#fifteenth-meter:checked ~ #hide-show-16,
#sixteenth-meter:checked ~ #hide-show-17,
#seventeenth-meter:checked ~ #hide-show-18,
#eighteenth-meter:checked ~ #hide-show-19,
#nineteenth-meter:checked ~ #hide-show-20 {
	display: flex;
}

#second-meter:checked ~ #hide-show-2,
#third-meter:checked ~ #hide-show-3,
#fourth-meter:checked ~ #hide-show-4,
#fifth-meter:checked ~ #hide-show-5,
#sixth-meter:checked ~ #hide-show-6,
#seventh-meter:checked ~ #hide-show-7,
#eighth-meter:checked ~ #hide-show-8, 
#ninth-meter:checked ~ #hide-show-9,
#tenth-meter:checked ~ #hide-show-10,
#eleventh-meter:checked ~ #hide-show-11,
#twelfth-meter:checked ~ #hide-show-12, 
#thirteenth-meter:checked ~ #hide-show-13,
#fourteenth-meter:checked ~ #hide-show-14,
#fifteenth-meter:checked ~ #hide-show-15,
#sixteenth-meter:checked ~ #hide-show-16,
#seventeenth-meter:checked ~ #hide-show-17,
#eighteenth-meter:checked ~ #hide-show-18, 
#nineteenth-meter:checked ~ #hide-show-19,
#twentieth-meter:checked ~ #hide-show-20,
#different_billing_address:checked ~ #hide-show-billing {
	display: none;
}



/* ---------- Tooltip container ---------- */



.tooltip {
  position: relative;
  z-index: 1;
}

/* Tooltip text */
.tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: #555;
	color: #fff;
	text-align: center;
	padding: 5px;
	border-radius: 5px;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/* ---------- Button Styles  ---------- */


button {
	width :100%;
	border: 0;
	padding: 10px;
	margin: 10px 0;
	background: var(--buttonBlue);
	color:#fff;
	font-weight: 400;
	width: 100%;
	border-radius: 5px;
	text-decoration: none;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}

button:hover {
	background-color: var(--buttonActive);	
}

/* ---------- Fine Print  ---------- */

.fine-print {
	font-family: 'Heebo', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	color: #6a737d;
}

.fine-print a {
	color: #999;
}


.get-started-form p,
.get-started-form .fine-print {
	text-align: center;

}

/* --vectorArt: #0C7BEA;
 	 --buttonBlue: #003684;*/

/* ==========================================================================
   Subscriber Agreement Signature Page
   ========================================================================== */


.agreement-container {
	width: 80%;
	min-width: 600px;
	margin: 40px auto;
}










/* ==========================================================================
   Sign-up Confirmation Page
   ========================================================================== */
body.gradient-bg {
	background-color: #0b2036;
	background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(#003684), to(#5197EC));
	background-image: -webkit-radial-gradient(circle, #003684, #5197EC);
	background-image: -moz-radial-gradient(circle, #003684, #5197EC);
	background-image: -ms-radial-gradient(circle, #003684, #5197EC);
	background-image: -o-radial-gradient(circle, #003684, #5197EC);
	background-attachment: fixed;
}

.confirmation-wrapper {
	width: 95%;
	margin: 0 auto;
}
.congrats-container {
	background-color: #FFF;
	display: flex;
	flex-direction: column;
	margin: 50px auto;
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
}

.congrats-container p,
.congrats-container h4 {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
}

.congrats-container li h4 {
	color: rgb(33, 37, 41);
	
}

.congrats-container p {
	color: rgb(95,95,95);

}
	

.congrats-content-container {
	margin: 15px;
	background-image: url(images/SocialIcons/ThumbsUp2.svg);
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
}

.congrats-sidebar {	
	background-color: var(--ourGray);
	justify-content: center;
}

.sidebar-social {
/*	height: 350px;*/
	margin: 30px;
/*	min-width: 250px;*/
	display: flex;
	align-items: center;
	justify-content: space-around;
	border-radius: 35px;
/*	margin: 15px;*/

}

.sidebar-social img {
	width: 50px;
}


.congrats-container ul {
display: block;
text-align: center;
list-style-type: none;
margin: 20px auto 40px;
padding: 0;
}


/*begin expanded nav styles*/

.congrats-container nav {
		position: static;

    	transform: scale(1,1);
    	background: none;  
}

.congrats-container	nav a {
			opacity: 1;
}


/*.congrats-container	nav ul:last-child {
		margin-right: 0px;
	}*/	

.congrats-container nav li {
		margin-left: 0;
}	

/* ==========================================================================
   MEDIA QUERIES
   ==========================================================================*/ 



@media screen and (min-width: 355px) {
	

	.hero {
		min-height: 650px;
	}

	blockquote {
		font-size: 18px;
	}

	.fa-quote-left {
		font-size:36px;	
	}


	.adk-riverside {
		width: 80%;
	}

	.social-icon {
		width: 50px;
	}

	.tile {
    overflow: hidden;
    max-height: 170px;

  	}



}


@media screen and (min-width: 400px) {


	h1 {	
		font-size: 30px;
	}

	h2 {
	font-size: 20px;
	}	

	.shaddow-box {
	padding: 20px 20px 40px; 
	}

	.producers-container.wrapper,
	.confirmation-wrapper {
	width: 90%;

	}

	.producers-feature-content {
    padding: 40px 20px 20px;
	}

	.swiper-slide figcaption {
	font-size: 10px;
	} 
	
	.our-story-wrapper {
		width: 95%;
	}

	.tile {
    overflow: hidden;
    max-height: 185px;

  	}
}

@media screen and (min-width: 450px) {

	h1 {	
		font-size: 32px;

	}
	
	h2 {
	font-size: 24px;
	
	}
	
	.feature-box {
	height: 300px;		
	} 

	
	footer span {
	display: inline-block;
	background: #fff;
	height: 2px;
	width: 20%;
	border-radius: 2px;
	margin: 0 2em;
	}

	

	.how-it-works-hero {
	margin-top: 20%;
	}

	.hero-how-it-works .button {
	margin-top: 10%;
	}

	.swiper-slide figcaption {
	font-size: 14px;
	line-height: 1.5
	}

	.sidebar-social {
	height: 125px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid var(--vectorArt);
	border-radius: 35px;
	}

	.congrats-content-container {
	margin: 20px;}

	.congrats-container ul {
	margin: 10px 10% 20px;
	}

	.our-story-wrapper {
	width: 95%;
	}

	.tile {
    overflow: hidden;
    flex: 1 1 145px;
    max-height: 165px;
  	}


  	.blog-columns-wrapper p {
	font-size:14px;
	}

	.blog-columns-wrapper h1,
	.blog-columns-wrapper h2 {
	font-size: 20px;
	}

}

@media screen and (min-width: 490px) {
	.tile {
    overflow: hidden;
    flex: 1 1 145px;
    max-height: 145px;
  	}

  	.producers-hero {
		height: 320px;
	}

	h6 {
		font-size: 50px;
	}

	.producers-feature-content {
    padding-bottom: 0px;
	}

}



@media screen and (min-width: 550px) {

	.tile {
    overflow: hidden;
    flex: 1 1 160px;
    max-height: 160px;
	}

	.company-logo-wrapper {
	max-width: 500px;
	}

	.company-logo {
	margin: 45px 20px;	
	}

	.blog-post-label {
    font-size: 14px;
    width: 40%;
    left: 30%;
	}


}

@media screen and (min-width: 650px) {

	.hero-content-top {
	align-items: center;
	flex-grow: 2;
	width: 100%;
	}

	.hero-content-bottom-bg {
		flex-grow: 1;
		width: 100%;
	}

	.hero-content-bottom {
		align-self: center;
		align-items: center;
		margin: 0 10%;
	}

	.hero-header-logo {
	width: 170px;
	}

	.hero-header-logo-container {
		width: 100%;
	}

	.hero-header-logo-container span {
		display: inline-block;
		background: #fff;
		height: 2px;
		width: 12%;
		border-radius: 2px;
		margin: 0 2em;
		}

	.hero-content h1,
	.hero-content p  {
		display: block;
		width: 420px;
		padding: 10px 0;
	}

	.hero-content h1 {
		margin: auto 10% 0;
		font-size: 42px;
	}

	.hero-content p {
		font-size: 14px;
		margin: 0;
	}

	.call-to-action-container{
		flex-direction: row-reverse;
		align-items: center;
		justify-content: center;
	}
 
	.sign-in-link {
	margin: 10px 20px;
	}	

	.scrollIndicator {
	margin: auto auto 5%;
	}

	.hero-how-it-works {
	background-image: url(images/EvAndMattTablet.jpg);
	max-height: 700px;
	}

	body,
	.card-header button	{
		font-size: 16px;
	}
	
	.hero-layer h1 {
	font-size: 36px;
	}


	.center-fullwidth-module .wrapper h1,
	.center-fullwidth-module .wrapper p,
	.center-fullwidth-module .text-wrapper {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

	.blue-bg a {
	margin-top: 20px;
	}


	.company-logo-wrapper {
	max-width: 600px;
	}


	.swiper-section {
		width: 95%;
		max-width: 1280px;
		margin: 0 auto;

	}

	.swiper-button-prev,
	.swiper-button-next {
	display: block;
	}


	.swiper-button-white {
	display: inline-block;
	}

	blockquote {
	font-size: 22px;
	}

	.fa-quote-left {
	font-size:48px;
	}	

	.citation {
	font-size: 16px;
	}

	.shaddow-box {
	padding: 20px 40px 40px; 
	}

	.how-it-works-hero {
	margin-top: 10%;
	}

	.hero-how-it-works .button {
	margin-top: 10%;
	}

/*OUR STORY*/
	
	.producers-container.wrapper,
	.our-story-wrapper {
	width: 90%;
	}


	.tile {
    flex: 1 1 180px;
    max-height: 180px;
  	}

	.confirmation-wrapper {
	width: 80%;
	}

	.congrats-content-container {
	margin: 40px;
	}

	.congrats-container ul {
	margin: 20px 10%;
	}

	.congrats-sidebar {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.congrats-sidebar-nav {
		width: 33.33%;

	}
	.congrats-container ul {
	text-align: left;

	}

/*	Local Generators*/

	.producers-hero {
		height: 400px;
	}

	h6 {
		font-size: 60px;
	}

	.producers-feature-content {
		padding-bottom: 0px;
	}

	.producers-stats-container {
	flex-direction: row;
	margin: 5% auto;
	justify-content: space-between;

	}
	
	.producers-stat-B-column {
		padding-left:15px;
	}

	.hidden-row {
		display: flex;
	}


	.producers-sidebar-ios {
	flex-direction: row;
	align-items: flex-start;
	background-color: #fff;
	margin-left: -20px;
	margin-right: -20px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	}

	.producer-quote-container-ios,	
	.wappingers-1-wrapper {
		width: 50%;
	}

	.producer-quote-container-ios {
	padding: 10px;
	max-width: 350px;
	margin: 0 auto;
	}

	.producer-quote-container-ios p {
		height: 1.5;
		font-size: 14px;
	}

	.producer-quote {
		margin-top: 5px;
	}

	.producer-quote-container-ios button {
		max-width: 200px;
	}

/*	BLOG HOME*/

	.reg-postcard-caption {
	display: block;
	}

	.mobile-postcard-caption {
	display: none;

	}	

	.blog-columns-wrapper h1,
	.blog-columns-wrapper h2 {
	font-size: 24px;
	}

	.people-power-container {
	margin-bottom: 40px;
	}
	
/*	BLOG FEATURE */	
	


	.primary-float,
	.portrait-float-lg
	 {
	float: right;
    width: 60%;
    margin-left: 30px;
    margin-bottom: 20px
	}

	.portrait-float-lg{
		width: 33%;
		max-width: 250px;
		margin-top: 0;

	}

	.blog-feature-container {
	padding: 20px 40px;
	margin: -250px auto 50px;
	width: 80%;
	max-width: 850px
	}



}

@media screen and (min-width: 700px) {

	.producer-quote-container-ios p {
		height: 1.5;
		font-size: 16px;
	}
	
/*	.producers-stats-container {
		min-width: 550px
	}*/

}
@media screen and (min-width: 960px) {

/* ======== EXPANDED NAVIGATION ==========*/


	.header-logo-a {
	margin-left: 3%;
	}

	.nav-toggle-label {
		display: none;
	} 

	header {
		display: flex;
		align-items: center;
	}

	nav {
		position: relative;
    	text-align: left;
    	transition: none;
    	transform: scale(1,1);
    	background: none;  	
    	top: initial;
    	left: initial;
	}

	nav ul {
		  	display: flex;
		  	align-items: center;
	}

	nav li {
		margin-left: 1.5em;
	}

	.navbar-left {
		margin-right: auto;
	}
	
	nav a {
			opacity: 1;
	}

	nav ul:last-child {
		margin-right: 50px;
	}

/* ======== HERO STYLES ==========*/


	.hero-content-top {
	flex-grow: 1;
	align-items: flex-start;
	}

	.hero-content-bottom-bg {
		flex-grow: 2;
		background: rgba(0,0,0,0);
		border-top: 0;
	}

	.hero-content-bottom {
		align-self: flex-start;
	}


	.hero-header-logo-container span {
		width: 20%;
	}


	.hero-content h1,
	.hero-content p  {
		width: 480px;
		padding: 3px 0;
	}

	

/* ======== HOW IT WORKS PAGE HERO SECTION  ========== */

	.hero-how-it-works {
	min-height: 500px;
	}

	.hero-how-it-works {
	background-image: url(images/EvAndMatt.jpg);
	min-height: 500px;
	}

	.how-it-works-hero {
	margin-top: 0;
	}

	.hero-how-it-works .button {
	display: none;
	}

	.how-it-works-hero p {
	display: block;
	}

	.how-it-works-mobile-div{
	background-color: #243758;
	display: none;
	}

	.how-it-works-hero h1 {
	text-align: left;
	margin: 10px 0;
	max-width: 800px;
	}

	.shaddow-box {
	margin-top: -300px;
	margin-right: 30px;
	}

	.shaddow-box-wrapper {
	width: 90%;
	}

	.shaddow-box-overlap {
	padding-bottom: 100px;
	}


	.meet-producers-img, 
	.full-width-column {
		width: 50%;
	}


/* ======== GRAY SECTION HOW IT WORKS ==========*/


	.feature-group {
		flex-direction: row;
		align-items: flex-start;
		width: 90%;
		padding: 0;
		margin: 20px auto;
		max-width: 1000px;
	}

	.feature-box {
		height: 280px; 

	}



/* ======== TWO COLUMN MODULES ==========*/


	.columns-module, 
	.second-module  {	
		flex-direction: row;
	}

	.text-column, 
	.image-column {
		width: 50%;
		padding: 20px 0;
		margin: 20px 0;
	}	
		
	hr   {
		display: block;
	  	margin: 0 auto; 
	  	border-style: inset;
	  	border-width: .5px;
	  	border-color: #0C7BEA;
	  	opacity: .6;
	  }  


	.swiper-section {
		width: 80%;
	}



	.company-logo-wrapper {
	max-width: 1280px;
	}

	.company-logo {
	flex-wrap: nowrap;
	flex: 0 1 150px;
	margin: 55px 20px;
	}


	.bullet-container-wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: -150px;
	}

	.lightbox-target:target img {
	max-height: 90%;
	max-width: 90%;
	}	

/* ======== OUR STORY ==========*/


	.tile {
    flex: 1 1 200px;
    max-height: 200px;
   }



/* ======== LOCAL PRODUCERS ==========*/

/*xxx*/

.producers-stats-container2,
.producers-container.wrapper,
.producers-stats-container
 {
	flex-direction: row;
	justify-content: space-between;

}

.producers-container.wrapper {
	width: 80%;
}

/* ======== BLOG HOME ==========*/	

	.blog-columns-wrapper {
	align-items: flex-start;
	justify-content: flex-start;
	}

	.blog-right-column {
	width: 33.333%;
	align-self: flex-start;
	margin: 0 40px 10px;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;	
	}

	.blog-left-column {
	width: 66.66%;
	order: 0;
	}

	.people-power-container {
	text-align: center;
	max-width: 400px;
	margin-bottom: 0;
	}

	.people-power-container p {
	max-width: 170px;
	}


	.blog-social-container,
	.blog-nav-container {
	display: block;
	}

/* ======== BLOG FEATURE ==========*/	

	.post-content p {
	font-size: 16px
	}

	.blog-center-left-image {
		float: left;
		margin: 10px 30px 20px 0px;
	}



/* ======== SIGN-UP INTRO ==========*/

	.get-started-intro {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	}

	.get-started-intro-section-one,
	.get-started-intro-section-two {
		margin: 40px auto;
		padding: 20px 30px;
		max-width: 550px;
	}
	.producers-stats-container {
		min-width: 0px
	}

/* ======== SIGN-UP CONGRATS PAGE ==========*/


	.congrats-container {
		display: flex;
		flex-direction: row;
		max-width: 800px;
	}

	.congrats-container p,
	.congrats-container h4 {
		font-size: 15px;
	}

	.congrats-content-container {
		background-position: 100% 70%;
	}

	.congrats-sidebar {	
		display: block;
		flex-shrink: 0;
		width: 200px;
	}

	.sidebar-social {
		height: 300px;
		max-width: 124px;
		margin: 40px 36px;
		display: flex;
		flex-direction: column;
		border: 2px solid var(--vectorArt);
		border-radius: 35px;

	}

	.congrats-sidebar-nav {
			width: 100%;
		}

	.congrats-container ul {
	margin: 20px auto 40px 36px;
	}

}

@media (min-width: 960px) {


	.producers-feature-content {
	padding-bottom: 20px;
	}

	.producers-sidebar {
		display: flex;
	}

	.producers-sidebar-ios {
		display: none;
	}

	.sidebar-ios-button {
		display: none;
	}

	.producers-feature-content {
	width: 66%;
	margin: 20px 0px;
	}

	.producers-stat-A-column,
	.producers-stat-B-column{
		width: 50%;
	}

/*	.producers-stat-B-column {
		padding-left: 10px;
	}*/

	.producers-stats-column {
		width: 45%;
	}

	.producers-sidebar {
		width: 34%;
		margin: 20px 0px;
	}

}

@media (min-width: 1200px) {


	.company-logo {
	flex-wrap: nowrap;
	flex-basis: 170px;
	margin: 65px 20px;
	}


	.feature-group {
		max-width: 1000px;
	}

	.feature-box {
		height: 300px; 

	}

	.producers-feature-content,
	.producers-sidebar {
		margin: 20px;
	}

	.producers-stats-container {
		width: 90%;
		margin: auto;
	}


	h6 {
		font-size: 70px;
	}

}

@media screen and (min-width: 1400px) {

	.card-header button,	
	body {
		font-size: 18px;
	}

	.hero-logo {
	width: 300px;	
	}
	
	.hero-layer h1 {
	font-size: 48px;
	}

	.hero-content h1,
	.hero-content-bottom {
		margin-left: 12%;
	}

	.hero-content h1,
	.hero-content p  {
		width: 520px;
	}


	.text-wrapper {
		max-width: 850px;
	}

	.form-input-container i {
	margin-top: 12px;
	}

	.feature-box h3 {
	padding: 0 7% 0 20%;
	font-size: 14px;
	}
	
	.feature-group {
	max-width: 1000px;
	}

	.feature-box {
		height: 400px;
	}

	.process-number {
	bottom: 70px;
	}

	.feature-box h3 {
	padding: 0 6% 0 16%;
	}


	.producers-stat-catagory, 
	.producers-stat-value {
		font-size: 14px;
	}

	h6 {
		font-size: 80px;
	}

}

@media screen and (min-width: 1600px) {


	.hero-content h1,
	.hero-content-bottom {
		margin-left: 15%;
	}
	
	.full-width-column-wrapper, 
	.columns-module {
		width: 80%;
		margin: 0 auto;
		text-align: center;
	}

	.lightbox-target:target img {
	max-height: 80%;
	max-width: 80%;
	}	
}



/* High Resolution Styles */
/*@media print, (-webkit-min-device-pixel-ratio: 1.25),
	          (min-resolution: 1.25dppx),
	          (min-resolution: 120dpi) {*/
	/* Styles for high resolution devices go here */
