/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

body {
  color: #000;
  background: #ffffff;
  font: 18px/1.65 "AvenirLTStd-Light", "Avenir Next", "Avenir Pro", "Avenir", "Helvetica Neue", "Helvetica", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

div, p, ul, ol, li, a, img, footer {
  position: relative;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1.35em;
  position:relative;
}
h1 {
  font-family: "AvenirLTStd-Black";
  font-size: 60px;
}
h2 {
  font-family: "AvenirLTStd-Black";
  font-size: 50px;
}
h3 {
  font-family: "AvenirLTStd-Black";
  font-size: 36px;
  line-height: 1.25em;
margin-bottom: 1.25em;
}
h4 {
  font-family: "AvenirLTStd-Light";
  font-size: 32px;
}
h5 {
  font-family: "AvenirLTStd-Light";
  font-size: 26px;
}
h6 {
  font-family: "AvenirLTStd-Light";
  font-size: 21px;
}
.mini-h1, .mini-title {
    font-family: "AvenirLTStd-Black";
	font-size:14px!important;
	letter-spacing:1px;
	text-transform:uppercase;
	margin:auto;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: normal;
}
p {
  font-family: "AvenirLTStd-Light";
  margin: 0 0 1em;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
p > strong, p > b {
  font-family: "AvenirLTStd-Heavy";
}
p > em {
  font-family: "AvenirLTStd-LightOblique";
  font-style: normal;
}
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 54px;
  }
  h2 {
    font-size: 45px;
  }
  h3 {
    font-size: 32px;
  }
  h4 {
    font-size: 28px;
  }
  h5 {
    font-size: 24px;
  }
  h6 {
    font-size: 18px;
  }
  p {
    font-family: "AvenirLTStd-Light";
    margin: 0 0 1em;
    font-size: 16px;
    line-height:1.5em;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 21px;
  }
  h6 {
    font-size: 16px;
  }
  .cta {
    padding: 120px 2em;
  }
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 21px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
}
a {
  color: #00b6e0;
  text-decoration: none;
  transition: opacity 0.2s ease-in-out;
}
a:hover, a:focus {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
div, p, ul, ol, li, a, img, footer {
  position: relative;
  box-sizing: border-box;
}
.row {
  padding: 0;
  margin: 0;
  text-align: center;
  width: 100%;
}
.row-white {
	background-color:#fff;
}

.row-offwhite {
	background-color:#f7f8fc;
}

.row-gray {
	background-color:#eef0f6;
}

.row-charcoal {
	background-color:#333;
	color:#fff;
}

.row-ink {
	background-color:#181625;
	color:#fff;
}

.row-midnight {
	background-color:#252A3A;
	color:#fff;
}

.row-bright-blue {
	background-color:#105FFB; 
	color:#fff;
}

.row-purple {
  background-color:#6441E2;  
	color:#fff;
}

.content-row {
	padding:96px 0;
}
@media screen and (max-width: 1024px) {
	.content-row + .content-row {
		padding:0 0 96px;
	}
	.content-row + .content-row.row-charcoal, .content-row + .content-row.row-gray {
		padding:96px 0;
	}
	.content-row.row-charcoal + .content-row, .content-row.row-gray + .content-row {
		padding:96px 0;
	}
}
.content-row-short {
	padding:48px 0;
}

.content-row-minimal { /* combine */
	padding:48px 0 96px;
}

.content-row > p:last-child {
	margin-bottom:0;
}
.content-row {
  padding: 96px 0;
}
.inner-wrap {
	width:100%;
	max-width:1440px;
	margin:0 auto;
	padding:0 1.5em;
}

#page-home .hero > .inner-wrap {
	position:absolute;
	max-width:100%;
}

@media screen and (max-width: 1024px) {
	.hero > .inner-wrap {
		padding:0;
	}
	#page-home .hero > .inner-wrap {
		padding: 0 5%;
	}
}
.inner-wrap-mini {
	max-width:720px;
}

.inner-wrap-narrow {
	max-width:850px;
}

.inner-wrap-medium {
	max-width:1050px;
}

.inner-wrap-wide {
	max-width:1250px;
}
.inner-wrap-max {
    padding: 0
}

.inner-wrap-max-right {
    padding-right: 0
}
.margin-auto {
	margin:auto;
}
@media screen and (max-width: 1024px) {

.inner-wrap-mini {
	width:80%;
}

.inner-wrap-narrow {
	width:85%;
}

.inner-wrap-medium {
	width:90%;
}

.inner-wrap-wide {
	width:95%;
}
}
.flex-row, .flex-inner-wrap {
    display: flex;
    align-items: center;
}

.flex-align-start {
    align-items: start;
}
@media screen and (max-width: 1024px) {
	.flex-reverse {
    display: flex!important;
    flex-direction: column-reverse!important;
    align-items: center;
	}
}
.flex-row, .flex-inner-wrap {
  display: flex;
  align-items: center;
}
.flex-align-start {
  align-items: start;
}
.cta {
  text-align: center;
  background-color: #181625;
  background-size: 520px;
  padding: 135px 2em;
  color: #fff;
}
.cta h2 {
  font-size: 50px;
  line-height: 1.25em;
  margin: 0 auto 0.5em;
  font-family: "AvenirLTStd-Black";
}
.cta p {
  font-size: 26px !important;
  line-height: 1.25em;
  font-family: "AvenirLTStd-Light";
  margin: 0 auto 2em;
}

@media screen and (max-width: 768px) {
	.cta {
		padding: 120px 2em;
	}
}
@media screen and (max-width: 640px) {
.cta {
	padding: 120px 0;
}
}
@media screen and (max-width: 640px) {

.cta h2 {
	font-size: 36px;
	}
}

.cta-teal {
	background-color:#159E90;
}

.cta-pink {
	background-color:#CE3A8B
}

.cta-blue {
	background-color:#2A73E8
}
@media screen and (max-width: 640px) {

.cta .btn-standard {
	font-size:18px;
}
}

.btn-standard, .btn-outline {
  font-family: "AvenirLTStd-Black";
  display: inline-block;
  text-decoration: none;
  font-size: 26px;
  line-height: 1em;
  padding: 1em 1.5em 0.8em;
  border-radius: 0.275em;
  transition: 0.2s opacity linear;
  letter-spacing: 0;
  text-align: center;
  margin: 0 0.75em 0.75em;
  max-width: 85%;
  position: relative;
  z-index: 100;
  cursor: pointer;
  border: none;
}
.btn-standard {
  color: #fff;
  background: #00b6df; /* should explicitly set BG color on Standard button using styles below, but fall back to blue if empty */
}
.btn-standard.primary {
  background: #1b90b9;
}
.btn-standard.secondary {
  background: #ff5b3a;
}


#cta-form {
	position: relative;
    text-align: center;
    width: 100%;
    max-width: 950px;
    margin: auto;
  padding:0;
}
#cta-form iframe {
    width: 100%;
    height: 85vh;
	max-height: 75em;
    margin: auto;
    border: none;
}

.footer-dark{
  padding-top: 50px!important;
  background-color:#181625;
  border-top: 1px solid rgb(255,255,255,0.1);;
}

.footer-dark p{
  margin: 0;
  padding-bottom: 1em;
}

.footer-row {
	padding:65px 20px;
	text-align:center;
}
.footer-logo {
	max-width:165px;
	margin:auto auto 35px;
}
.footer-row p, #page-max.landing-page .footer-row p {
    font-family: "AvenirLTStd-Light";
	font-size:12px!important;
	color:#999;	
}
      
/* Custom Lists and Bullet Items */
.anim-fade-list {
	padding-left:0;
	margin-top: 2em;
}

.anim-fade-list li {
	display: flex;
    align-items: flex-start;
    opacity:1;
	transform:translateY(0);
	transition:all 1.5s ease-out;
	list-style: none;
	text-align: left;
  margin-bottom: 0!important;
}

.anim-fade-list li:nth-child(n+2) {
	margin-top: 0.5em;
}

.anim-fade-list li::before {
    content: '';
    width: 24px;
    height: 24px;
    margin: 0 0.75em 0 0;
    position: relative;
    top: 3px;
    background-image: url('https://5209470.fs1.hubspotusercontent-na1.net/hubfs/5209470/dark-blue-disc-check.svg');
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    flex: 0 0 24px;
}

.anim-fade-list.purple li::before {
    background-image: url('https://5209470.fs1.hubspotusercontent-na1.net/hubfs/5209470/purple-disc-check.svg');
}

.anim-fade-list li.invisible {
	opacity:0;
	transform:translateY(3em);
}