/*Font Families*/
/*Screen Breakpoints*/
/*Colors*/
/*Typography*/
body {
  font-size: 16px;
}

ul, ol {
  margin: 0 0 1.5rem 1.5rem;
}

p, td {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: normal;
  font-family: "Proxima-Nova", Helvetica, Arial, Sans-Serif;
  margin-bottom: 1.5rem;
  text-align: left;
  color: #040104;
}

li {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: normal;
  font-family: "Proxima-Nova", Helvetica, Arial, Sans-Serif;
  margin-bottom: 0.5rem;
  text-align: left;
  color: #040104;
  list-style-type: disc;
  list-style-position: outside;
}

.appBadge {
  max-height: 40px;
}

.noBullets {
  list-style-type: none;
}

li a {
  text-decoration: none;
}

li p {
  line-height: 1.5rem;
}

.lede {
  font-size: 1.5rem;
  line-height: 1.3333;
  letter-spacing: normal;
  font-family: "Proxima-Nova", Helvetica, Arial, Sans-Serif;
  color: #040104;
  font-weight: 400;
}

.small, small {
  font-size: 0.75rem;
  line-height: 1.25;
  letter-spacing: normal;
  margin-bottom: 1.5rem;
}

/*Icon Sizes*/
.extraLargeIcon{
	width: 96px;
	margin-bottom: 0px;
}

.largeIcon {
  width: 64px;
  margin-bottom: 1.5rem;
}

.mediumIcon {
  width: 32px;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.smallIcon {
  width: 16px;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

th, td {
  padding: 0.5rem;
}

.bold {
  font-weight: 700;
}

.center {
  text-align: center;
}

.marginVerticalLarge {
  margin: 64px 0;
}

h1, .alpha {
  font-size: 4rem;
  line-height: 1.125;
  font-weight: 700;
  font-family: "Oswald", Impact, sans-serif;
  text-transform: uppercase;
  color: #522c6c;
  text-rendering: optimizeLegibility;
  margin-bottom: 1.5rem;
}

h2, .beta {
  font-size: 3rem;
  line-height: 1.1666;
  font-weight: 700;
  font-family: "Oswald", Impact, sans-serif;
  text-transform: uppercase;
  color: #522c6c;
  text-rendering: optimizeLegibility;
  margin-bottom: 1.5rem;
}

h3, .gamma {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Proxima-Nova", Helvetica, Arial, Sans-Serif;
  color: #040104;
  margin-bottom: 1.5rem;
  margin-top: 0rem;
}

h4, .delta {
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 700;
  font-family: "Proxima-Nova", Helvetica, Arial, Sans-Serif;
  color: #040104;
  margin-bottom: 1.5rem;
}

h5, th, .epsilon {
  font-size: 1.5rem;
  line-height: 1.3333;
  font-weight: 700;
  font-family: "Proxima-Nova", Helvetica, Arial, Sans-Serif;
  color: #040104;
  margin-bottom: 1.5rem;
}

h6, .zeta {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Proxima-Nova", Helvetica, Arial, Sans-Serif;
  color: #040104;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

.fakeHeader {
  font-weight: 100;
}

.purpleBackground {
  background-color: #522c6c;
  padding: 32px;
  border-radius: 8px;
}

.greenBackground {
  background-color: #165b02;
  padding: 32px;
}

a {
  font-weight: 700;
  color: #2456A5;
  text-decoration: none;
}
a:visited {
  color: #2456A5;
  text-decoration: none;
}
a:hover {
  color: #216fe2;
}
a:focus {
  color: #216fe2;
  text-decoration: underline;
}
a:active {
  color: #0e3064;
  text-decoration: none;
}

.white a {
  font-weight: 700;
  color: #ffffff;
}
.white a:visited {
  color: #ffffff;
  text-decoration: none;
}
.white a:hover {
  color: #fafafa;
}
.white a:focus {
  color: #fafafa;
  text-decoration: underline;
}
.white a:active {
  color: #e8e6e9;
  text-decoration: none;
}

.default_button {
  color: #ffffff;
  background-color: #522c6c;
  padding: 12px 24px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 8px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.5rem;
  text-decoration: none;
  display: inline-block;
}
.default_button:visited {
  color: #ffffff;
}
.default_button:hover {
  background-color: #683089;
  box-shadow: 0px 4px 12px 0px rgba(4, 1, 4, 0.1);
  text-decoration: none;
  color: #ffffff;
}
.default_button:focus {
  background-color: #683089;
  color: #ffffff;
  box-shadow: 0px 0px 4px 4px #216fe2;
}
.default_button:active {
  background-color: #2b1439;
  box-shadow: none;
  color: #ffffff;
}
.default_button:disabled {
  background-color: #522c6c;
  opacity: 0.5;
}

.primary_button {
  color: #040104;
  background-color: #ff9800;
  padding: 12px 24px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 8px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.5rem;
  text-decoration: none;
  display: inline-block;
}
.primary_button:visited {
  color: #040104;
}
.primary_button:hover {
  background-color: #ffb546;
  box-shadow: 0px 4px 12px 0px rgba(4, 1, 4, 0.1);
  color: #040104;
}
.primary_button:focus {
  color: #ffffff;
  box-shadow: 0px 0px 4px 4px #216fe2;
}
.primary_button:active {
  background-color: #934107;
  box-shadow: none;
  color: #ffffff;
}
.primary_button:disabled {
  background-color: #ff9800;
  opacity: 0.5;
}

.link_button {
  color: #2456A5;
  padding: 12px 24px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 8px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.5rem;
  text-decoration: none;
  display: inline-block;
}
.link_button:visited {
  color: #2456A5;
}
.link_button:hover {
  background-color: #ffffff;
  box-shadow: 0px 4px 12px 0px rgba(4, 1, 4, 0.1);
  color: #216fe2;
}
.link_button:focus {
  background-color: #ffffff;
  color: #216fe2;
  box-shadow: 0px 0px 4px 4px #216fe2;
}
.link_button:active {
  background-color: #e8e6e9;
  color: #0e3064;
  box-shadow: none;
}
.link_button:disabled {
  opacity: 0.5;
}

.neutral_button {
  color: #040104;
  padding: 12px 24px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 8px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.5rem;
  background-color: #e8e6e9;
  text-decoration: none;
  display: inline-block;
}
.neutral_button:visited {
  color: #040104;
}
.neutral_button:hover {
  background-color: #fafafa;
  box-shadow: 0px 4px 12px 0px rgba(4, 1, 4, 0.1);
  color: #040104;
}
.neutral_button:focus {
  border-color: #2456A5;
  color: #040104;
  box-shadow: 0px 0px 4px 4px #216fe2;
}
.neutral_button:active {
  background-color: #b9b8ba;
  box-shadow: none;
}
.neutral_button:disabled {
  opacity: 0.5;
}

.ghost_button {
  color: #522c6c;
  background-color: #ffffff;
  padding: 12px 24px;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1.5rem;
  border: 2px solid #522c6c;
  border-radius: 8px;
  display: inline-block;
}
.ghost_button:hover {
  background-color: #522c6c;
  color: #ffffff;
}
.ghost_button:focus {
  background-color: #522c6c;
  color: #ffffff;
  box-shadow: 0px 0px 4px 4px #216fe2;
}
.ghost_button:active {
  background-color: #683089;
  border-color: #683089;
  color: #ffffff;
}
.ghost_button:disabled {
  opacity: 0.5;
}

.hero_purple_button {
  color: #ffffff;
  background-color: transparent;
  padding: 12px 24px;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1.5rem;
  border: 2px solid #ffffff;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
}
.hero_purple_button:visited {
  color: #ffffff;
}
.hero_purple_button:hover {
  background-color: #ffffff;
  color: #522c6c;
}
.hero_purple_button:focus {
  box-shadow: 0px 0px 4px 4px #216fe2;
  color: #522c6c;
  background-color: #ffffff;
}
.hero_purple_button:active {
  color: #522c6c;
  background: rgba(255, 255, 255, 0.85);
}
.hero_purple_button:disabled {
  opacity: 0.5;
}

.hero_orange_button {
  color: #ffffff;
  background-color: transparent;
  padding: 12px 24px;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1.5rem;
  border: 2px solid #ffffff;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
}
.hero_orange_button:visited {
  color: #ffffff;
}
.hero_orange_button:hover {
  background-color: #ffffff;
  color: #934107;
}
.hero_orange_button:focus {
  background-color: #ffffff;
  color: #934107;
  box-shadow: 0px 0px 4px 4px #216fe2;
}
.hero_orange_button:active {
  background: rgba(255, 255, 255, 0.85);
  color: #934107;
}
.hero_orange_button:disabled {
  opacity: 0.5;
}

.hero_green_button {
  color: #ffffff;
  background-color: transparent;
  padding: 12px 24px;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1.5rem;
  border: 2px solid #ffffff;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
}
.hero_green_button:visited {
  color: #ffffff;
}
.hero_green_button:hover {
  background-color: #ffffff;
  color: #165b02;
}
.hero_green_button:focus {
  background-color: #ffffff;
  color: #165b02;
  box-shadow: 0px 0px 4px 4px #216fe2;
}
.hero_green_button:active {
  background: rgba(255, 255, 255, 0.85);
  color: #165b02;
}
.hero_green_button:disabled {
  opacity: 0.5;
}

.hero_pink_button {
  color: #ffffff;
  background-color: transparent;
  padding: 12px 24px;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1.5rem;
  border: 2px solid #ffffff;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
}
.hero_pink_button:visited {
  color: #ffffff;
}
.hero_pink_button:hover {
  background-color: #ffffff;
  color: #8b0d6e;
}
.hero_pink_button:focus {
  background-color: #ffffff;
  color: #8b0d6e;
  box-shadow: 0px 0px 4px 4px #216fe2;
}
.hero_pink_button:active {
  background: rgba(255, 255, 255, 0.85);
  color: #8b0d6e;
}
.hero_pink_button:disabled {
  opacity: 0.5;
}

.hero_teal_button {
  color: #ffffff;
  background-color: transparent;
  padding: 12px 24px;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1.5rem;
  border: 2px solid #ffffff;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
}
.hero_teal_button:visited {
  color: #ffffff;
}
.hero_teal_button:hover {
  background-color: #ffffff;
  color: #006072;
}
.hero_teal_button:focus {
  background-color: #ffffff;
  color: #006072;
  box-shadow: 0px 0px 4px 4px #216fe2;
}
.hero_teal_button:active {
  background: rgba(255, 255, 255, 0.85);
  color: #006072;
}
.hero_teal_button:disabled {
  opacity: 0.5;
}

.socialLogo {
  height: 24px;
}

.popOut {
  height: 15px;
}

.bottom-footer {
  background-color: #4a494b;
  padding-top: 30px;
}

.bottom-footer small {
  font-family: "Proxima-Nova", Helvetica, Arial, Sans-Serif;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 1.5rem;
}

.bottom-footer .row {
  width: 94%;
  margin: auto;
}

.bottom-footer p, .bottom-footer a {
  color: #ffffff;
  margin-bottom: 0.5rem;
  max-width: 90%;
  font-weight: 400;
}

.bottom-footer .small {
  margin-bottom: 1.5rem;
}

.bottom-footer hr {
  margin: auto;
  margin-bottom: 32px;
  width: 94%;
}

.footerImages {
  text-align: right;
}

.footerImages img {
  height: 50px;
  padding-right: 16px;
}

.bottom-footer .col-xs-3, .bottom-footer .col-xs-9 {
  margin-bottom: 32px;
}

.bottomZeta {
  font-weight: 700;
}

@media (max-width: 1200px) {
  h1, .alpha {
    font-size: 3rem;
    line-height: 1.1666;
    font-weight: 700;
    font-family: "Oswald", Impact, sans-serif;
    text-transform: uppercase;
    color: #522c6c;
    text-rendering: optimizeLegibility;
  }

  h2, .beta {
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 700;
    font-family: "Oswald", Impact, sans-serif;
    text-transform: uppercase;
    color: #522c6c;
    text-rendering: optimizeLegibility;
  }

  h3, .gamma {
    font-size: 2rem;
    line-height: 1.25;
    font-weight: 700;
    font-family: "Proxima-Nova", Helvetica, Arial, Sans-Serif;
    color: #040104;
  }

  h4, .delta {
    font-size: 1.5rem;
    line-height: 1.3333;
    font-weight: 700;
    font-family: "Proxima-Nova", Helvetica, Arial, Sans-Serif;
    color: #040104;
  }

  h5, th, .epsilon {
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 700;
    font-family: "Proxima-Nova", Helvetica, Arial, Sans-Serif;
    color: #040104;
  }

  h6, .zeta {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 700;
    font-family: "Proxima-Nova", Helvetica, Arial, Sans-Serif;
    color: #040104;
  }

  .lede {
    font-size: 1.25rem;
    line-height: 1.4;
    letter-spacing: normal;
    font-family: "Proxima-Nova", Helvetica, Arial, Sans-Serif;
    color: #040104;
  }
}
@media (max-width: 992px) {
	.extraLargeIcon{
		margin-bottom: 1.5rem;
	}
	.bottom-footer .col-xs-3, .bottom-footer .col-xs-9 {
		max-width: 100%;
		padding-left: 24px;
	}

	.marginVerticalLarge {
		margin: 48px 0;
	}
}
@media (max-width: 576px) {
  h1, .alpha {
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 700;
    font-family: "Oswald", Impact, sans-serif;
    text-transform: uppercase;
    color: #522c6c;
    text-rendering: optimizeLegibility;
  }

  h2, .beta {
    font-size: 2rem;
    line-height: 1.25;
    font-weight: 700;
    font-family: "Oswald", Impact, sans-serif;
    text-transform: uppercase;
    color: #522c6c;
    text-rendering: optimizeLegibility;
  }

  h3, .gamma {
    font-size: 1.5rem;
    line-height: 1.3333;
    font-weight: 700;
    font-family: "Proxima-Nova", Helvetica, Arial, Sans-Serif;
    color: #040104;
  }

  h4, .delta {
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 700;
    font-family: "Proxima-Nova", Helvetica, Arial, Sans-Serif;
    color: #040104;
  }

  h5, th, .epsilon {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 700;
    font-family: "Proxima-Nova", Helvetica, Arial, Sans-Serif;
    color: #040104;
  }

  .lede {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: normal;
    font-family: "Proxima-Nova", Helvetica, Arial, Sans-Serif;
    color: #040104;
  }

  .default_button {
    display: block;
    text-align: center;
  }
  .default_button:hover {
    display: block;
    margin-bottom: 24px;
    text-align: center;
    color: #ffffff;
  }
  .default_button:active {
    display: block;
    margin-bottom: 24px;
    text-align: center;
  }
  .default_button:focus {
    display: block;
    margin-bottom: 24px;
    text-align: center;
  }
  .default_button:disabled {
    display: block;
    margin-bottom: 24px;
    text-align: center;
  }

  .primary_button {
    display: block;
    text-align: center;
  }
  .primary_button:hover {
    display: block;
    margin-bottom: 24px;
    text-align: center;
    color: #040104;
  }
  .primary_button:active {
    display: block;
    margin-bottom: 24px;
    text-align: center;
  }
  .primary_button:focus {
    display: block;
    margin-bottom: 24px;
    text-align: center;
  }
  .primary_button:disabled {
    display: block;
    margin-bottom: 24px;
    text-align: center;
  }

  .link_button {
    display: block;
    text-align: center;
  }
  .link_button:hover {
    display: block;
    margin-bottom: 24px;
    text-align: center;
  }
  .link_button:active {
    display: block;
    margin-bottom: 24px;
    text-align: center;
  }
  .link_button:focus {
    display: block;
    margin-bottom: 24px;
    text-align: center;
  }
  .link_button:disabled {
    display: block;
    margin-bottom: 24px;
    text-align: center;
  }

  .neutral_button {
    display: block;
    text-align: center;
  }
  .neutral_button:hover {
    display: block;
    margin-bottom: 24px;
    text-align: center;
  }
  .neutral_button:active {
    display: block;
    margin-bottom: 24px;
    text-align: center;
  }
  .neutral_button:focus {
    display: block;
    margin-bottom: 24px;
    text-align: center;
  }
  .neutral_button:disabled {
    display: block;
    margin-bottom: 24px;
    text-align: center;
  }

  .ghost_button {
    display: block;
    text-align: center;
  }
  .ghost_button:hover {
    display: block;
    margin-bottom: 24px;
    text-align: center;
  }
  .ghost_button:active {
    display: block;
    margin-bottom: 24px;
    text-align: center;
  }
  .ghost_button:focus {
    display: block;
    margin-bottom: 24px;
    text-align: center;
  }
  .ghost_button:disabled {
    display: block;
    margin-bottom: 24px;
    text-align: center;
  }

  .hero_purple_button {
    display: block;
    text-align: center;
  }
  .hero_purple_button:hover {
    display: block;
    margin-bottom: 24px;
    text-align: center;
  }
  .hero_purple_button:active {
    display: block;
    margin-bottom: 24px;
    text-align: center;
  }
  .hero_purple_button:focus {
    display: block;
    margin-bottom: 24px;
    text-align: center;
  }
  .hero_purple_button:disabled {
    display: block;
    margin-bottom: 24px;
    text-align: center;
  }

  .hero_orange_button {
    display: block;
    text-align: center;
  }
  .hero_orange_button:hover {
    display: block;
    margin-bottom: 24px;
    text-align: center;
  }
  .hero_orange_button:active {
    display: block;
    margin-bottom: 24px;
    text-align: center;
  }
  .hero_orange_button:focus {
    display: block;
    margin-bottom: 24px;
    text-align: center;
  }
  .hero_orange_button:disabled {
    display: block;
    margin-bottom: 24px;
    text-align: center;
  }

  .hero_green_button {
    display: block;
    text-align: center;
  }
  .hero_green_button:hover {
    display: block;
    margin-bottom: 24px;
    text-align: center;
  }
  .hero_green_button:active {
    display: block;
    margin-bottom: 24px;
    text-align: center;
  }
  .hero_green_button:focus {
    display: block;
    margin-bottom: 24px;
    text-align: center;
  }
  .hero_green_button:disabled {
    display: block;
    margin-bottom: 24px;
    text-align: center;
  }

  .hero_pink_button {
    display: block;
    text-align: center;
  }
  .hero_pink_button:hover {
    display: block;
    margin-bottom: 24px;
    text-align: center;
  }
  .hero_pink_button:active {
    display: block;
    margin-bottom: 24px;
    text-align: center;
  }
  .hero_pink_button:focus {
    display: block;
    margin-bottom: 24px;
    text-align: center;
  }
  .hero_pink_button:disabled {
    display: block;
    margin-bottom: 24px;
    text-align: center;
  }

  .hero_teal_button {
    display: block;
    text-align: center;
  }
  .hero_teal_button:hover {
    display: block;
    margin-bottom: 24px;
    text-align: center;
  }
  .hero_teal_button:active {
    display: block;
    margin-bottom: 24px;
    text-align: center;
  }
  .hero_teal_button:focus {
    display: block;
    margin-bottom: 24px;
    text-align: center;
  }
  .hero_teal_button:disabled {
    display: block;
    margin-bottom: 24px;
    text-align: center;
  }

  .marginVerticalLarge {
    margin: 32px 0;
  }
}
.noMargin {
  margin: 0;
}

.marginBottomNone {
  margin-bottom: 0;
}

.marginBottomSmall {
  margin-bottom: 0.5rem;
}

.standard {
  margin-bottom: 1.5rem;
}

.bottomOneAndHalf {
  margin-bottom: 2.5rem;
}

.marginTopSmall {
  margin-top: 0.5rem;
}

.marginTop {
  margin-top: 2rem;
}

.marginStandardTop {
  margin-top: 1.5rem;
}

.padRightStandard {
  padding-right: 1rem;
}

.white {
  color: #ffffff;
}

.purple {
  color: #522c6c;
}

.black {
  color: #040104;
}

.gray {
  color: #716f72;
}

/*# sourceMappingURL=GlobalStyles.css.map */
