
@font-face {
  font-family: "CircularStd-Book";
  src: url('../fonts/CircularStd-Book.otf') format("opentype");
}
@font-face {
  font-family: "CircularStd-Medium";
  src: url('../fonts/CircularStd-Medium.otf') format("opentype");
}

@font-face {
  font-family: "CircularStd-Bold";
  src: url('../fonts/CircularStd-Bold.otf') format("opentype");
}

@font-face {
  font-family: "CircularStd-Black";
  src: url('../fonts/CircularStd-Black.otf') format("opentype");
}

@font-face {
  font-family: "responsivenav";
  src: url("../icons/responsivenav.eot");
  src: url("../icons/responsivenav.ttf") format("truetype"),
       url("../icons/responsivenav.woff") format("woff"),
       url("../icons/responsivenav.svg") format("svg");
}

body {
	margin: 0px;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}


h1 {
	font-family: 'CircularStd-Bold', sans-serif;
	font-size: 64px;
	text-align: left;
	letter-spacing: -2px;
}

h2 {
	font-family: 'CircularStd-Bold', sans-serif;
	font-size: 32px;
	text-align: left;
	color: #333;
  letter-spacing: -1px;
}

h3 {
	font-family: 'CircularStd-Black', sans-serif;
	font-size: 18px;
	text-align: left;
	letter-spacing: 1px;
}


p {
	font-family: "CircularStd-Book", Helvetica, Arial, serif;
	font-size: 18px;
	text-align:left;
	letter-spacing: 0px;
	line-height: 1.6em;
}

a {
	color: #4A90E2;
	font-family: "CircularStd-Black", Helvetica, Arial, serif;
	font-size: 18px;
	text-decoration: none;
	text-align: left;
}

hr {
	max-width: 788px;
}

video {
	display: flex;
	justify-content: center;
	margin: auto;
	max-width: 100%;
	height: auto;
	-webkit-box-shadow: 0px 0px 13px 0px rgba(128,128,128,0.5);
	-moz-box-shadow: 0px 0px 13px 0px rgba(128,128,128,0.5);
	box-shadow: 0px 0px 13px 0px rgba(128,128,128,0.5);
}

.responsive {
	width: 90%;
	height: auto;
	max-width: 800px;
	display: flex;
	justify-content: center;
	margin: auto;
	}

  .responsive-trio {
  width: 100%;
  height: auto;
  max-width: 1100px;
  display: flex;
  justify-content: center;
  margin: auto;
  }

.responsive-wide {
	width: 90%;
	height: auto;
	max-width: 1100px;
	display: flex;
	justify-content: center;
	margin: auto;
}

.two-vids {
	display: flex;
	justify-content: center;
	margin: auto;
  max-width: 1100px;
}

.video-mobile-three-up {
  margin-right: 80px;
  width: 309px;
}

.video-mobile-no-margin {
  margin-right: 0px;
  width: 309px;
}

.video-mobile {
  max-width: 320px;
  justify-content: center;
  margin-right: auto;
}

.quote {
	width: 788px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: auto;
}

.quote h2{
	margin-bottom: 10px;
}


.hundredpixels {
	height: 100px;
}

.eightypixels {
	height: 80px;
}

.fortypixels {
	height: 40px;
}

.twentyfive {
	height: 25px;
}

.nav a {
	margin-right: 25px;
	color: #888;
	display: block;
	font-family: 'CircularStd-Book', sans-serif;
}

.active a {
	color: #000;
	font-family: 'CircularStd-Book', sans-serif;
}

.bodycopy  {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: left;
	width: 788px;
	margin: auto;
}

.bodycopy-footer  {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  width: 1100px;
  margin: auto;
}

.bodycopy-footer h3 {
  margin-bottom: -36px;
}

.bodycopy h3 {
	margin-bottom: -6px;
	}

.bodycopy h2 {
	margin-bottom: -4px;
}

.bodycopy h1 {
	margin-bottom: -20px;
}

.bodycopy a {
	margin-top: 30px;
}

.two-up {
	display: flex;
	flex-direction: row;
	justify-content: center;
	max-width: 993px;
	margin: auto;
}

.two-up-content {
	max-width: 480px;
	margin-right: 30px;
}

.button-android, .button-vanguard, .button-honestdollar, .button-diversity, .button-todayshow {
  width: 100%;
  background-color: #f9f9f9;
  height:250px;
  display: flex;
  justify-content: center;
  padding-top: 40px;
  color: #000;
}

.button-android, .button-vanguard, .button-honestdollar, .button-diversity, .button-todayshow  a {
  color:#000;
}

/*
.button-android, .button-vanguard, .button-honestdollar, .button-diversity, .button-todayshow  a:hover {
  color:#FFF;
}

.button:hover  {
  color: #FFF;
  background-color: #000;
}
*/

.button-vanguard:hover {
  color: #FFF;
  background-color: #F08B34;
}

.button-todayshow:hover {
  color: #FFF;
  background-color: #F4C13C;
}

.button-diversity:hover {
  color: #FFF;
  background-color: #582C48;
}

.button-honestdollar:hover {
  color: #FFF;
  background-color: #A0BFCB;
}

.button-android:hover {
  color: #FFF;
  background-color: #232323;
}

.footer {
  display: flex;
  flex-direction:row;
  justify-content: space-between;
  height: 70px;
  color: #FFF;
  list-style: none;
  align-items: center;
}

.footer a {
  font-family: 'CircularStd-Book', sans-serif;
  color: #000;
}

.footer a:hover {
  opacity: 0.5;
}

.footer li {
  float: left;
  list-style: none;
  padding: 10px;
}

.footer-left {
  align-items: left;
  padding-left: 30px;
}

.footer-right {
  align-items: right;
  padding-right: 30px;
}

/* ------------------------------------------
 RESPONSIVE NAV STARTS HERE
--------------------------------------------- */

.nav a {
  margin-right: 25px;
	font-family: 'CircularStd-Book', sans-serif;
	color: #000;
	display: block;
}

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 880px) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}

section {
  border-bottom: 1px solid #999;
  text-align: center;
  padding: 100px 0 0;
  height: 800px;
  width: 100%;
}

header {
  background: #FFF;
  position: fixed;
  height: 60px;
  z-index: 3;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(128,128,128,0.5);
  -moz-box-shadow: 0px 0px 13px 0px rgba(128,128,128,0.5);
  box-shadow: 0px 0px 13px 0px rgba(128,128,128,0.5);
}

header a {
  font-family: 'CircularStd-Book', sans-serif;
  color: #888;
}

.logo {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  text-decoration: none;
  line-height: 55px;
  padding: 0 30px;
  color: #000;
  float: left;
}


.mask {
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  transition: opacity 300ms;
  background: rgba(0,0,0, .5);
  visibility: hidden;
  position: fixed;
  opacity: 0;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.android .mask {
  -webkit-transition: none;
  transition: none;
}

.js-nav-active .mask {
  visibility: visible;
  opacity: 1;
}


@media screen and (min-width: 880px) {
  .mask {
    display: none !important;
    opacity: 0 !important;
  }
}

.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-collapse,
.nav-collapse * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
  margin-right: 1%;
}

@media screen and (min-width: 880px) {
  .nav-collapse {
    float: right;
    width: auto;
  }
}

.nav-collapse li {
  float: left;
  width: 100%;
}

@media screen and (min-width: 880px) {
  .nav-collapse li {
    width: auto;
  }
}

.nav-collapse a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  text-decoration: none;
  background: #FFF;
  padding: 0.8em 1.7em;
  color: #888;
  width: 100%;
  float: left;
}

.nav-collapse a:active,
.nav-collapse .active a {
  background: #FFF;
  color: #000;
}

@media screen and (min-width: 880px) {
  .nav-collapse a {
    padding: 1.02em 1em;
    text-align: center;
    border-top: 0;
    float: left;
    margin: 0;
  }
}

.nav-collapse ul ul a {
  background: #ca3716;
  padding-left: 2em;
}

@media screen and (min-width: 880px) {
  .nav-collapse ul ul a {
    display: none;
  }
}

.nav-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-indent: -300px;
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 55px;
  float: right;
}

.nav-toggle:before {
  color: #000; /* Edit this to change the icon color */
  font: normal 20px/60px "responsivenav"; /* Edit font-size (28px) to change the icon size */
  text-transform: none;
  text-align: center;
  position: absolute;
  content: "\2261"; /* Hamburger icon */
  text-indent: 0;
  speak: none;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-toggle.active:before {
  font-size: 20px;
  content: "\78"; /* Close icon */
}

@media all and (max-width: 768px) {

	.bodycopy  {
	width: auto;
	padding-right:7%; 
	padding-left:7%;
	}

  .bodycopy-footer {
  padding-right:7%; 
  padding-left:7%;
  }

	.quote {
	width: auto;
	padding-right:10%; 
	padding-left:10%;
	}

	h1 {
	font-size: 48px;
	letter-spacing: -2px;
	}

	h2 {
	font-size: 28px;
  	letter-spacing: -1px;
  	line-height: 30px;
	}

	h3 {
	font-size: 16px;
	letter-spacing: 1px;
	}

	p {
	font-size: 18px;
	}

	video {
	width: 100%;
	}

	hr {
	width: 85%;
	}

	.two-vids {
	flex-direction: column;
	justify-content: center;
	margin: auto;

	}

	.grey-bg {
	height: 500px;
	width: 100%;
	}

 .video-mobile-three-up {
  margin: auto;
  padding-bottom: 40px;
}

.video-mobile-no-margin {
  margin:auto;
}

}

@media screen and (max-width: 768px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block; 
	}
}

@media screen and (max-width: 768px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: fixed;
    right: 0;
    top: 0;
  }

  .footer {
  display: flex;
  flex-direction:row;
  justify-content: center;
  height: 90px;
  color: #FFF;
  list-style: none;
}

.footer-left {
 display:none;
}

.footer-right {
  align-items: center;
}

    .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}



