/*
	FP INTAKE CSS

	For example, you might change some of the default colors:

	$light:                           #fff !default;
	$stable:                          #f8f8f8 !default;
	$positive:                        #387ef5 !default;
	$calm:                            #11c1f3 !default;
	$balanced:                        #33cd5f !default;
	$energized:                       #ffc900 !default;
	$assertive:                       #ef473a !default;
	$royal:                           #886aea !default;
	$dark:                            #444 !default;
	$red: 							  #FF6F68;
*/
/* 	==========================================================================================
	========================================================================================== */
/* 	=============================================
	 VARIABLES
	============================================= */
/* 	-----------------------------------------
	 Standard Colours
	----------------------------------------- */
/* 	--- Colours ------------------------- */
/* Salmon */
/* 	-----------------------------------------
	 Colour Sets
	----------------------------------------- */
/*  /////////////////////////////////////////
	 MODERN WHITE + RED
	\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
/* BG --red-- grey */
/* BG white */
/* Grey (on red) */
/*#2A2A2A;*/
/* Grey (on white) */
/*#37474F; /*#445963;*/
/* Blue (on red/white) */
/* Light Blue (sub Blue) */
/*#FFFFFF;*/
/*#A9A9A9; 	/* Blue (on white) */
/* Blue (on red/white) */
/*$c-warm-green; /*$c-sms-green; /*#EB5155; /* #EA5256 */
/*$c-warm-green; /*$c-sms-green;*/
/*  /////////////////////////////////////////
	 STYLES
	\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
/* 	--- Standard ------------------------ */
/*  --- Header -------------------------- */
/*$c-header-bg: $c-set-bg-3;*/
/* 	-----------------------------------------
	 Layout
	----------------------------------------- */
/* 	--- Compose ------------------------- */
/*$l-compose-input-text-size: 22;*/
/* 	=============================================
	 @ MIXINS
	============================================= */
/* - Font Family ------------------------ */
/* Rounded Corners ---------------------- */
/* Complex Corners ----------------------- */
/* --- Overflow: hidden ----------------- */
/* --- Force Select --------------------- */
/* 	=============================================
	 BODY
	============================================= */
/* 	-----------------------------------------
	 MODIFICATIONS
	----------------------------------------- */
/* 	--- Body ---------------------------- */
body {
  font-family: "proxima-nova", sans-serif !important;
  /*@include font-family;*/
  background-color: #FFFFFF;
  color: #8b8f94;
}

section {
  /* Animate on type face load */
  opacity: 1;
  transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  -webkit-transition: -webkit-transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  padding: 30px 0;
}

section#banner {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #FAFAFA;
  color: #FEFEFF;
}
section#banner .header a {
  text-decoration: none;
  border: none !important;
  color: #3f3f3f !important;
}
section#banner .banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #FAFAFA;
  padding: 2.5em 4.5em;
}

/*@media screen and (orientation: portrait) {*/
@media screen and (max-width: 1025px) {
  #wrapper {
    padding: 1em !important;
  }

  section#banner {
    position: relative;
    width: 100%;
  }
  section#banner .inner {
    margin-top: 3.5em;
  }
}
#banner .capture {
  padding: 0 25px;
  font-size: 15px;
}
#banner .capture p.header {
  color: #8b8f94 !important;
}

/*@media screen and (min-width: 736px) {*/
@media screen and (min-width: 1025px) {
  #banner .capture {
    padding: 0 55px;
  }
}
#banner ul li {
  opacity: 1 !important;
}

.buttons {
  text-align: center;
  /*a {
  	margin-right: 20px;
  }

  @media screen and (max-width: 980px) {

  	a {
  		display: block;
  		margin: 0 0 10px 0;
  	}

  }*/
}
.buttons a {
  display: block;
  margin: 0 0 10px 0;
}

#page-wrapper {
  display: flex;
  justify-content: center;
}

#page-wrapper.article {
  justify-content: flex-start !important;
  /*@media screen and (orientation: landscape) {*/
  /*@media screen and (orientation: portrait) {*/
}
#page-wrapper.article #wrapper .inner {
  /*align-self: flex-start!important;*/
  white-space: pre-wrap;
}
@media screen and (max-width: 1025px) {
  #page-wrapper.article #wrapper .inner {
    align-self: flex-start !important;
  }
}
@media screen and (max-width: 1025px) {
  #page-wrapper.article #wrapper {
    width: 100%;
  }
  #page-wrapper.article #wrapper .inner {
    text-align: left;
  }
}

/*@media screen and (max-width: 736px) {
	#page-wrapper {
		flex-direction: column-reverse;
		height: auto !important;
		min-height: 0 !important;
	}
}*/
section#wrapper {
  padding: 0;
  justify-content: center;
  /*padding: 7em 4em 2em 4em;*/
  padding-top: 7em;
  padding-bottom: 2em;
}
section#wrapper .inner {
  align-self: center;
  /*text-align: left;*/
  /*text-align: center;*/
}

/*@media screen and (min-width: 736px) {*/
@media screen and (min-width: 1025px) {
  section#wrapper {
    padding: 7em 4em 2em 4em;
  }
}
section#wrapper.hide_banner {
  width: 100% !important;
}

.force_select {
  -webkit-user-select: all;
  /* Chrome 49+ */
  -moz-user-select: all;
  /* Firefox 43+ */
  -ms-user-select: all;
  /* No support yet */
  user-select: all;
  /* Likely future */
  margin-left: 10px;
  padding-left: 15px;
  border-left: 1px solid #aaa;
  margin-top: 15px;
}

ul.social_share {
  display: flex;
  font-size: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
ul.social_share li {
  float: left;
  align-self: center;
}
ul.social_share li a {
  font-size: 25px;
}
ul.social_share li a:hover {
  color: #64a9e9 !important;
}

.banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 0;
  background-color: #FAFAFA;
  font-size: 15px;
  align-items: center;
  text-align: center;
  width: 100%;
}
.banner p.header {
  margin: 0 !important;
  color: #8b8f94 !important;
}

/*@media screen and (orientation: landscape) {*/
@media screen and (min-width: 1025px) {
  .banner {
    display: none;
  }

  section#wrapper {
    padding: 4em 4em 2em 4em;
  }
}
article, .capture, .banner {
  /* Action */
  /* Markdown */
}
article h2, .capture h2, .banner h2 {
  margin: 0;
}
article p.header, .capture p.header, .banner p.header {
  color: inherit !important;
  font-size: inherit !important;
  margin-bottom: 15px;
}
article .title, .capture .title, .banner .title {
  font-weight: 600;
  font-size: 15px;
}
article p, .capture p, .banner p {
  color: #202020;
  /*#202020;*/
  font-size: 15px;
}
article p.no_margin, .capture p.no_margin, .banner p.no_margin {
  margin-bottom: 0;
}
article hr, .capture hr, .banner hr {
  margin: 1em 0;
}
article .action, .capture .action, .banner .action {
  background-color: #FAFAFA;
  padding: 18px 20px;
  border-radius: 4px;
}
article .action .sub, .capture .action .sub, .banner .action .sub {
  font-size: 13px;
}
article .markdown, .capture .markdown, .banner .markdown {
  white-space: normal;
}
article .markdown h1, article .markdown h2, article .markdown h3, article .markdown h4, article .markdown h5, article .markdown h6, .capture .markdown h1, .capture .markdown h2, .capture .markdown h3, .capture .markdown h4, .capture .markdown h5, .capture .markdown h6, .banner .markdown h1, .banner .markdown h2, .banner .markdown h3, .banner .markdown h4, .banner .markdown h5, .banner .markdown h6 {
  text-transform: none;
  font-weight: 600;
  font-size: 15px;
  color: #333;
  /*inherit;*/
  margin: 20px 0 0 0;
  padding: 0;
}
article .markdown strong, .capture .markdown strong, .banner .markdown strong {
  color: #6b6b6b;
}
article .markdown p, .capture .markdown p, .banner .markdown p {
  margin: 0;
  padding: 10px 0;
}
article .markdown ul, .capture .markdown ul, .banner .markdown ul {
  font-size: initial;
  margin: 0;
  padding-left: 2em;
}

/* -- Wrapper ---------------------------- */
.wf-loading section {
  opacity: 0;
  transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
}

/* 	--- Nav ----------------------------- */
section > .header {
  top: 0;
  margin: 25px 30px;
  font-weight: 400;
  font-size: 0.6em;
  text-transform: uppercase;
  letter-spacing: 1px;
}

section#banner > .header {
  position: absolute;
  left: 0;
  font-weight: 600;
}

#banner .content {
  background-color: #3f3f3f !important;
}

section#wrapper > .header {
  position: fixed;
  right: 0;
}

/*  --- Signup --------------------------- */
.signup_container {
  position: relative;
  background-color: #fafafa;
}

ul.bubbles {
  position: absolute !important;
  top: 0;
  background-color: #fafafa;
  padding-top: 5px !important;
  /* Bubble */
  /*li.bubble {
  	position: relative!important;
  	display: inline-block!important;


  	@include rounded-corners(4px);
  	background-color: #E5E5EA;
  	color: #000;
  	padding: 8px 10px!important;
  	opacity: 1!important;

  	margin-left: -30px;
  	left: 0;

  	margin-top: 10px;
  	font-size: 16px;
  	line-height: 18px;

  	max-width: 190px;
  	overflow: hidden;
  	white-space: pre-wrap;
  }

  	li.bubble.own {
  		background-color: #63C146!important;
  		color: #fff!important;
  		margin-left: 0!important;
  		margin-right: -30px!important;
  		left: auto!important;
  		right: 0!important;
  	}*/
}
ul.bubbles li.bubble_container {
  display: flex !important;
  flex: 1;
  justify-content: flex-end;
  margin: 5px -20px 5px 40px;
  opacity: 1 !important;
  white-space: pre-wrap;
  position: relative !important;
}
ul.bubbles li.is_bot_bubble_container {
  justify-content: flex-start;
  margin-right: 40px;
  margin-left: -20px;
}
ul.bubbles .bubble {
  background-color: #63C146;
  border-radius: 4px;
  padding: 10 10 0 10;
}
ul.bubbles .message {
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  padding-bottom: 10px;
}
@media screen and (max-width: 736px) {
  ul.bubbles .message {
    font-size: 14px;
  }
}
@media screen and (max-width: 736px) and (orientation: portrait) {
  ul.bubbles .message {
    font-size: 12px;
    line-height: 12px;
  }
  ul.bubbles li.bubble_container {
    margin: 5px -30px 5px 40px;
  }
  ul.bubbles li.is_bot_bubble_container {
    margin-left: -30px;
    margin-right: 20px !important;
  }
}
@media screen and (orientation: portrait) {
  ul.bubbles .message {
    font-size: 12px;
    line-height: 12px;
  }
  ul.bubbles li.bubble_container {
    margin: 5px -30px 5px 40px;
  }
  ul.bubbles li.is_bot_bubble_container {
    margin-left: -30px;
  }
}
ul.bubbles .is_bot_message {
  color: #000;
}
ul.bubbles .is_bot_bubble {
  background-color: #E5E5EA;
  border-radius: 4px;
  padding: 10 10 0 10;
}

/* 	-----------------------------------------
	 SUPPLEMENTAL
	----------------------------------------- */
/* 	--- List ---------------------------- */
ul.blank {
  list-style: none;
}
ul.blank li {
  display: inline-block;
  /*border-left: 1px solid;*/
  /*padding-left: 5px;*/
  margin-left: 10px;
}
ul.blank li, ul.blank li a, ul.blank li a:hover {
  text-decoration: none !important;
  color: inherit !important;
  border: none;
}

/* 	--- Text ---------------------------- */
h2 {
  color: #333;
  font-size: 1.25em;
}
h2 b {
  color: #64a9e9;
}

h2.inline {
  display: inline-block;
}

b {
  color: #74797f;
  /*#333;*/
}

/* 	--- Buttons ------------------------- */
input.button.special, input.button.special:hover, a.button.special, a.button.special:hover {
  background-color: #64a9e9 !important;
  border: 1px solid #64a9e9 !important;
  color: #FEFEFF !important;
}

input.button.special.sub, input.button.special.sub:hover, a.button.special.sub, a.button.special.sub:hover {
  background-color: transparent !important;
  color: #64a9e9 !important;
}

footer ul li a:hover {
  color: #64a9e9 !important;
}

/*  --- Inputs --------------------------- */
label {
  margin: 0 !important;
  font-size: 0.8em;
  font-weight: 300;
  color: #31373d;
}

input, textarea, select, input[type=checkbox] + label:before, input[type=radio] + label:before {
  border: 1px solid #D3DBE2 !important;
  font-family: "proxima-nova", sans-serif !important;
  font-size: 1rem !important;
  font-weight: 400;
  color: #5d5f62;
  /*letter-spacing: 1px;*/
  /*padding: 5px 10px;
  border: 1px solid #d3dbe2;
  border-radius: 3px;
  font-size: 1.14286rem;
  line-height: 1.71429rem;*/
}

input[type=email], input[type=tel], input[type=text], select, input[type=radio] + label:before {
  /*, input[type="checkbox"] + label:before*/
  height: 2.3em !important;
  color: #5d5f62;
}

.select-wrapper::before {
  content: "";
}

form fieldset {
  border-bottom: 1px solid #D3DBE2;
  margin: 1em 0;
}
form fieldset > .field {
  margin: 0 0 1em 0;
}
form fieldset > .field label .sub {
  /*margin-left: 8px;*/
  font-size: 0.8em;
  color: #5a5a5a;
  display: none;
}

.form_container {
  background-image: url(../images/article_blur_2.png);
  background-repeat: no-repeat;
  margin-left: -11px;
  height: 400px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
}

form.signup_form {
  /*margin: 0;*/
  align-self: center;
  background-color: #fff;
  padding: 15px;
  /*50px;*/
  border-radius: 4px;
  border: 1px solid #c9c9c9;
}
form.signup_form .card {
  margin-bottom: 25px;
}
form.signup_form .card .card_content .heading {
  /*font-size: 1.142rem;*/
  margin-bottom: 10px;
  margin-top: 10px;
}
form.signup_form .card .card_content .card_section.inside {
  background-color: #ededed;
  padding: 10px !important;
  /*10px 10px 10px 20px!important;*/
  /*padding-bottom: 10px!important;*/
  border-radius: 3;
}
form.signup_form .card .card_content .card_section {
  display: block;
  /*padding: 20px;*/
  border-bottom: 1px solid #D3DBE2;
  padding-bottom: 35px;
  /*10px;*/
  margin-bottom: 25px;
  /*10px;*/
}
form.signup_form .card .card_content .card_section h4 {
  padding-bottom: 5px;
}
form.signup_form .card .card_content .card_section .label_sub {
  font-size: 0.7em;
  line-height: 1.3em;
  color: #5a5a5a;
  margin-left: 2px;
}
form.signup_form .card .card_content .card_section .grid {
  width: 100%;
  /*width: calc(100% - 20px);*/
  padding: 0;
  /*margin: 0 auto;*/
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
}
form.signup_form .card .card_content .card_section .grid .cell {
  flex: 1 1 0%;
  padding-right: 10px;
  max-width: 100%;
  min-width: 0;
  /*margin: 0 0 1em 0;*/
  margin-bottom: 0.5em;
}
form.signup_form .card .card_content .card_section .grid .cell .field {
  position: relative;
  /*input[type="checkbox"] + label {
  	padding-left: 2.4em!important;
  }*/
}
form.signup_form .card .card_content .card_section .grid .cell .field label {
  margin-bottom: 5px;
  padding-left: 2px;
}
form.signup_form .card .card_content .card_section .grid .cell .field label .sub {
  font-size: 0.8em;
  color: #5a5a5a;
}
form.signup_form .card .card_content .card_section .grid .cell .field label.nodisplay {
  opacity: 0;
}
form.signup_form .card .card_content .card_section .grid .cell .field .field_input, form.signup_form .card .card_content .card_section .grid .cell .field .hidden_input_wrapper {
  padding: 5px 10px;
  border: 1px solid #d3dbe2;
  border-radius: 4px;
  font-size: 1.14286rem;
  line-height: 1.71429rem;
  font-weight: 400;
  text-transform: initial;
  letter-spacing: initial;
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: auto;
  min-width: 75px;
}
form.signup_form .card .card_content .card_section .grid .cell .field .hidden_input_wrapper {
  display: flex;
  padding: 0 !important;
  background-color: #fff;
}
form.signup_form .card .card_content .card_section .grid .cell .field .hidden_input_wrapper .hidden_input_addition {
  margin: 0 10px;
  align-self: center;
}
form.signup_form .card .card_content .card_section .grid .cell .field .hidden_input_wrapper input, form.signup_form .card .card_content .card_section .grid .cell .field .hidden_input_wrapper select {
  background-color: inherit !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}
form.signup_form .card .card_content .card_section .grid .cell .field .hidden_input_wrapper input.right {
  padding: 0 0.75em !important;
}
@media screen and (max-width: 736px) and (orientation: portrait) {
  form.signup_form .card .card_content .card_section .grid .cell {
    padding-right: 0 !important;
  }
}
@media screen and (orientation: portrait) {
  form.signup_form .card .card_content .card_section .grid .cell {
    padding-right: 0 !important;
  }
  form.signup_form .card .card_content .card_section .grid .cell label.nodisplay {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  form.signup_form .card .card_content .card_section .grid {
    display: block !important;
  }
}
@media screen and (max-width: 736px) {
  form.signup_form .card .card_content .card_section .grid {
    display: block !important;
  }
}
@media screen and (max-width: 736px) and (orientation: portrait) {
  form.signup_form .card .card_content .card_section .grid {
    display: block !important;
    width: 100% !important;
  }
}
@media screen and (orientation: portrait) {
  form.signup_form .card .card_content .card_section .grid {
    margin-bottom: 1.2em;
    display: block !important;
    width: 100% !important;
  }
}

/*# sourceMappingURL=web.css.map */
