/* Global */
@import url('https://fonts.googleapis.com/css?family=Nixie+One|Quicksand:400,500,700');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

html,
body {
  box-sizing: border-box;
  padding: 0;
	margin: 0;
	overflow-x: hidden;
	-webkit-text-size-adjust: none;
	letter-spacing:normal;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
	background-color: white;	
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #192026;
	margin: 0 auto;
	line-height: 1.4em;
}

h1 {
	font-family: 'Nixie One', serif;
	font-size: 48px;
	font-weight: normal;
	line-height: normal;
	letter-spacing:normal;
	text-align: left;
	margin: 0;
	margin-bottom: 20px;
}

.azreen-h1 {
	font-size: 40px;
}

p {
	margin: 0;
	-webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

li {
	font-size: 13px;
	letter-spacing: normal;
	margin-bottom: 10px;
}

a { 
	text-decoration: none;
	color: #192026;
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
}

a:hover {
	color: #7ac735;
}

a:active,
a:link:active {
	color: #419000;
}

a img {
	border: none; 
}

.row {
	max-width: 1220px;
	margin: 0 auto;
}

.container-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 100px 0;
	align-items: center;
}

.container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 5%;
}


/* NAVIGATION */
.navbar-sticky {
  position: fixed;
  background-color: white;
  top: 0;
  left: 0;
  width: 100%;
	z-index: 30;
}

.navbar {
  display: flex;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  padding: 0 40px;
}

.mobile-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.navbar-logo {
  align-self: center;
}

.navbar-logo img {
	height: 30px;
}

.navbar-link {
  padding: 29px 20px;
}

.navbar-link:last-child {
	padding-right: 0;
}

.navbar-items {
  display: flex;
}

.navbar-link:last-child a {
	color: #7ac735;
	padding: 10px 20px;
	border-radius: 3px;
  border: 2px solid #7ac735;
}

.navbar-link:last-child a:hover {
	color: white;
	background-color: #7ac735;
	transition: .5s ease-in-out;
}

.navbar-link:last-child a:active {
	color: white;
	background-color: #419000;
	transition: .5s ease-in-out;
	border-color: #419000;
}

.navbar-items_right {
  margin-left:auto;
}

.navbar-toggle {
  display: none;
}

/* Navigation - Burger Bars */
#burgerbars {
  width: 20px;
  height: 16px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#burgerbars span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #192026;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#burgerbars span:nth-child(1) {
  top: 0px;
}

#burgerbars span:nth-child(2),#burgerbars span:nth-child(3) {
  top: 6px;
}

#burgerbars span:nth-child(4) {
  top: 12px;
}

#burgerbars.open span:nth-child(1) {
  top: 6px;
  width: 0%;
  left: 50%;
}

#burgerbars.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #192026;
}

#burgerbars.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #192026;
}

#burgerbars.open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}

/* INDEX - Hero */
.hero-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin: 130px auto 100px auto;
}

.hero-container-left {
	display: flex;
	max-width: 400px;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
}

.hero-container-right {
	display: flex;
	align-items: center;;
}

.hero-container-subtitle {
	font-size: 17px;
	margin-bottom: 10px;
}

.hero-container-bullets {
	padding-left: 20px;
	margin-top: 0;
}

.hero-container-bullets li {
  text-align: left;
  font-size: 17px;
}
	
.button-primary {
	display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  max-width: 240px;
  text-transform: uppercase;
  line-height: normal;
  background-color: #7ac735;
  border: 0;
  border-radius: 5px;
  padding: 18px 20px;
  transition: .3s background-color ease-in-out;
  -webkit-font-smoothing: antialiased;
}

a.button-primary {
	color: white;
}

.button-primary:hover {
	background-color: #96e350;
  transition: .3s background-color ease-in-out;
}

.button-primary:active {
	background-color: #419000;
  transition: .3s background-color ease-in-out;
}

a.button-primary:active {
	color: white;
}

/* TESTIMONIAL */
.section-testimonial {
	background-color: #faf9fa;
}

h2 {
	font-size: 20px;
  text-transform: uppercase;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 2px;
	text-align: center;
	margin: 0;
	margin-bottom: 25px;
}

.item {
	max-width: 360px;
	height: 320px;
	margin: 12px;
	background-color: white;
	padding: 55px 35px;
	font-size: 17px;
	line-height: 27px;
	text-align: center;
}

h4 {
	font-size: 12px;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	color: #8ec0d4;
}

.testimonial-title {
	font-size: 14px;
	color: #8ec0d4;
}

.testimonial-name {
	margin-top: 20px;
	font-size: 15px;
	color: #8ec0d4;
}

/* GRAPH CALLOUT */

.graph-callout {
	background: url(/segments/adult-education/images/acc-signup-graph.png) no-repeat;
	background-position: right top;
	margin-top: 100px;
}

.section-callout {
	height: 660px;
}

.section-callout-container {
	max-width: 550px;
	line-height: normal;
	text-align: left;
	margin-left: 20px;
}

h3 {
	font-family: 'Nixie One', serif;
	font-size: 46px;
	font-weight: normal;
	margin: 0;
	margin-bottom: 25px;
}

.section-callout-pretitle {
	font-family: 'Nixie One', serif;
	font-size: 30px;
	font-weight: normal;
}

.section-callout-subtitle {
	font-size: 18px;
	margin-bottom: 20px;
}

/* FOOTER */
footer {
	display: flex;
	flex-direction: column;
}

.footer-icons {
	display: inherit;
	justify-content: space-between;
	border-bottom: 1px solid #c3c5c6;
}

.footer-apps,
.footer-social {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.footer-legal {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-top: 35px;
	color: #888b8d;
	font-size: 12px;
}

p.footer-legal-copyright {
	color: inherit;
	font-size: inherit;
	padding-top: 0;
}

.fa-heart-footer {
	font-size: inherit;
	padding: 0;
	color: #c72e2e;
}

ul.footer-legal-links {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
}

.footer-legal-links li {
	display: inline-block;
	padding-left: 20px;
	font-size: inherit;
}

.footer-legal-links li a {
	font-size: inherit;
	color: inherit;
}

.footer-legal-links li a:hover {
	color: #7ac735;
}

.footer-icons a {
  font-size: 20px;
  width: 20px;
  text-align: center;
	margin: 35px 10px;
}

svg:hover {
  fill: red;
}


/* ======================================================= RESPONSIVE - @media <1024px ====================================================== */
@media only screen and (max-width : 1024px) {
	/* NAVIGATION */
	.navbar,
	.navbar-items {
    flex-direction: column;
  }
  
  .navbar-items {
    display:none;
    align-items: flex-start;
    z-index: 100;
  }
  
  .navbar-items_right .navbar-link {
    width: 100%;
    text-align: left;
		padding: 30px 0;
  }
  
  .navbar-items_right {
    margin-left:0;
  }
  
  .navbar-toggle_show {
    display: flex;
  }
  
  .navbar-toggle {
    display: flex;
		padding: 27px 0;
    cursor: pointer;
   }
	
	.navbar-link {
		margin: 0;
		font-size: 24px;
		font-weight: 500;
		text-transform: none;
	}
	
	.navbar-link:last-child a {
		padding: 30px 0;
		border: none;
	}

	.navbar-link:last-child a:hover {
		color: #96e350;
		background: none;
	}
	
	.navbar-link:last-child a:active {
		color: #419000;
		background: none;
		border: none;
	}
	
	/* HERO */
	.hero-container-left {
		max-width: 350px;
	}
	
	h1 {
		font-size: 48px;
		line-height: 48px;
	}
	
	.hero-container-bullets li {
		font-size: 15px;
		margin-bottom: 5px;
	}
	
	.hero-container-subtitle {
    font-size: 15px;
    margin-bottom: 10px;
	}
	
	.hero-container-right img {
		max-width: 400px;
	}
	
	/* CALLOUT */
	.graph-callout {
		background-position: right top;
	}
	
	.section-callout {
		height: 600px;
	}
	
	.section-callout-container {
		max-width: 350px;
	}
	
	.section-callout-pretitle {
		font-size: 20px;
	}
	
	.section-callout-subtitle {
		font-size: 13px;
	}

	h3 {
		font-size: 30px;
	}
	
	/* FOOTER */
	footer,
	.footer-legal,
	.footer-icons {
		justify-content: center;
	}
	
	.footer-legal {
		flex-direction: column;
	}
	
	.footer-legal-copyright {
		margin-bottom: 20px;
		display: flex;
		justify-content: center;
	}
	
	ul.footer-legal-links {
		float: none;
		display: flex;
		justify-content: center;
		margin-bottom: 20px;
	}
}

/* ======================================================= RESPONSIVE - @media <768px ====================================================== */
@media screen and (max-width: 768px) {
	/* HERO */
	.hero-container-left {
		max-width: 270px;
	}
	
	h1 {
		font-size: 38px;
		line-height: normal;
		margin-bottom: 10px;
	}
	
	.hero-container-bullets {
		margin-top: 0;
		margin-bottom: 10px;
	}
	
	.hero-container-bullets li {
		font-size: 13px;
		margin: 0;
		padding: 0;
		margin-bottom: 1px;
	}
	
	.hero-container-subtitle {
    font-size: 13px;
    margin-bottom: 5px;
	}
	
	.hero-container-right img {
		max-width: 320px;
	}
	
	.button-primary {
		font-size: 14px;
	}
	
	/* CALLOUT */
	.graph-callout {
		background-position: right 300px;
	}
	
	.section-callout {
		height: 700px;
	}
	
	.section-callout-container {
		text-align: center;
		margin: 0 auto;
	}
	
	/* FOOTER */
	.footer-global {
		margin-top: 100px;
	}
}


/* ========================================================== RESPONSIVE - @media <600px =========================================================== */
@media screen and (max-width: 600px) {
	/* NAVIGATION */
	.navbar {
	  padding: 0 20px;
	}
	
	/* HERO */
	.hero-container {
		flex-direction: column;
		align-items: center;
    margin-top: 70px;
	}
	
	h1 {
		text-align: center;
		margin-top: 0;
	}
	
	.hero-container-right {
		margin-top: 30px;
	}
	
	.hero-container-bullets {
		padding: 0;
		margin-bottom: 20px;
	}
	
	.button-primary {
		align-self: center;
	}
	
	/* CALLOUT */
	.graph-callout {
		background: white;
	}
	
	.section-callout {
		height: auto;
	}
	
	.section-callout-container {
		margin-bottom: 50px;
	}

  /* FOOTER */
  .footer-icons {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .footer-apps,
  .footer-social {
    justify-content: center;
  }

	.footer-legal-copyright {
		display: block;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 20px;
	}
	
	.footer-legal-madein {
		display: block;
	}
	
	ul.footer-legal-links {
		display: block;
		text-align: center;
	}
	
	.footer-legal-links li {
		display: block;
		padding: 0;
	}
}


/* ========================================================== RESPONSIVE - @media <414px =========================================================== */
@media screen and (max-width: 414px) {
	/* FOOTER */
	ul.footer-legal-links {
		display: block;
	}
	
	.footer-legal-links li {
		display: block;
		padding: 0;
	}
	
	/* TESTIMONIAL */
	.item {
		height: auto;
	}
}










