/* 
    Created on : 07 Apr 2018, 12:51:57 PM
    Author     : Joshua Sello
*/
/*  primary imports (base)  */
/* 
    Created on : 22 Jul 2017, 8:44:46 PM
    Author     : Joshua Sello
    Last Updated: 3:29 AM 2018/03/03
*/
/*gradients
==============================================================================*/
/*orientation
==============================================================================*/
/*diplay
==============================================================================*/
/*FORM*/
/* 1 */
/* 
    Created on  : 16 Oct 2017, 7:32:26 PM
    Author      : Joshua Sello
    Version     : 1.1.1
*/
/*dEFAULT COLOR LIST*/
/*
SHADOWS STYLE LIST

box-shadow: none | h-offset v-offset blur spread color | inset | initial| inherit;
*/
/*COLOR LISTS*/
/*GREYS LIST*/
/*TRANSITIONS*/
/*TYPOGRAPHY VARIABLES*/
/*COMPONENT SETTINGS*/
/*NAVIGATION*/
/*CONTENT WIDTH*/
/* 2 */
/* 
    Created on : 16 Oct 2017, 7:31:56 PM
    Author     : Joshua Sello
    Revisions:
        Joshua Sello - 2018/04/03: Formalized and cleaned up
*/
/*IMPORTS*/
/* 
    Created on : 03 Apr 2018, 6:46:51 PM
    Author     : Joshua Sello
*/
/*  FONT IMPORTS  */
/*@import url('https://fonts.googleapis.com/css?family=Lobster');*/
/*@import url('https://fonts.googleapis.com/css?family=Abril+Fatface');*/
/*@import url('https://fonts.googleapis.com/css?family=Zilla+Slab');*/
/*@import url('https://fonts.googleapis.com/css?family=Raleway');*/
/*@import url('https://fonts.googleapis.com/css?family=Anton');  BOLD AND THIN */
/*@import url('https://fonts.googleapis.com/css?family=Yantramanav:700');*/
/*@import url('https://fonts.googleapis.com/css?family=Montserrat');*/
@import url("https://fonts.googleapis.com/css?family=Montserrat");
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
@import url("https://fonts.googleapis.com/css?family=Quicksand");
/*@import url('https://fonts.googleapis.com/css?family=Share+Tech');*/
@import url("https://fonts.googleapis.com/css?family=Questrial");
/*  FONT USE  */
/* 
    Created on : 03 Apr 2018, 6:56:24 PM
    Author     : Joshua Sello
*/
/*HEADING LARGE*/
/*left | center | right*/
/*modes: inherit | vertical-rl | vertical-lr | horizontal-tb | initial | */
/*upright | vertical-right | rotate-left | rotate-normal | rotate-right | upright*/
/*HEADING MEDIUM*/
/*left | center | right*/
/*modes: inherit | vertical-rl | vertical-lr | horizontal-tb | initial | */
/*upright | vertical-right | rotate-left | rotate-normal | rotate-right | upright*/
/*HEADING SMALL*/
/*left | center | right*/
/*modes: inherit | vertical-rl | vertical-lr | horizontal-tb | initial | */
/*upright | vertical-right | rotate-left | rotate-normal | rotate-right | upright*/
/*TEXT*/
/*sizes*/
/*text span*/
/*  STANDARDS TYPOGRAPHY  (std)*/
/*  all text on the site */
* {
  font-family: "Open Sans", sans-serif; }

/*  SPECIFIC TYPOGRAPHIES  */
.text_normal {
  margin: 40px 0 0 0;
  line-height: 40px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px; }
  .text_normal span {
    color: #0000FF;
    text-decoration: underline; }

.heading_small, .heading_medium, .heading_large {
  float: left;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  margin: 0px; }

.heading_large {
  padding-top: 80px;
  text-align: left;
  color: initial;
  float: none;
  writing-mode: initial;
  text-orientation: auto;
  font-weight: 800;
  font-size: 60px; }

.heading_medium {
  text-align: left;
  color: initial;
  float: none;
  writing-mode: initial;
  text-orientation: auto;
  font-weight: normal;
  font-size: 45px; }

.heading_small {
  text-align: left;
  color: initial;
  float: none;
  writing-mode: initial;
  text-orientation: auto;
  font-weight: normal;
  font-size: 30px; }

.sub_heading {
  text-transform: uppercase;
  text-align: left;
  margin: 0px;
  color: #000;
  font-weight: bold;
  font-size: 17px; }

.sub_heading_hold {
  position: relative;
  float: left;
  width: 100%; }
  .sub_heading_hold .sub_heading_dec {
    position: relative;
    float: left;
    margin: 7px;
    height: 10px;
    width: 10px;
    background: #5498FF; }
  .sub_heading_hold .sub_heading {
    float: left; }

@media screen and (min-width: 0px) and (max-width: 400px) {
  .text_normal {
    line-height: 30px;
    font-size: 16px; }

  .heading_large {
    font-size: 40px; } }
/* 3 */
/* 
    Created on : 22 Jul 2017, 8:55:45 PM
    Author     : Joshua Sello
    Revisions:
        Joshua Sello - 2018/04/03: Formalized and cleaned up
*/
body, html {
  padding: 0;
  /*  positioning */
  margin: 0;
  top: 0px;
  left: 0px;
  /*SIZING*/
  height: 100%;
  width: 100%;
  height: 100vh;
  width: 100vw;
  min-height: 100%;
  max-width: 100%;
  /*OVERFLOW*/
  overflow-x: hidden;
  overflow-y: visible;
  /*SCROLL BAR*/
  /*FORM NORMILIZATION*/
  /*TABLE NORMILIZATION*/
  /* HELPER CLASSESS */
  /*  DEBUGGING STYLE  */
  /*    * {
          background: #000 !important;
          color: #0f0 !important;
          outline: solid #f00 1px !important;
      }*/ }
  body::-webkit-scrollbar, html::-webkit-scrollbar {
    z-index: 1009;
    width: 15px; }
  body::-webkit-scrollbar-track, html::-webkit-scrollbar-track {
    background: #eee; }
  body::-webkit-scrollbar-thumb, html::-webkit-scrollbar-thumb {
    background: #bbb; }
  body p, html p {
    position: relative; }
  body a, html a {
    text-decoration: none;
    color: inherit; }
  body button, html button {
    transition-duration: .5s;
    cursor: pointer; }
  body input:focus, body button:focus, html input:focus, html button:focus {
    outline: none; }
  body select:focus, html select:focus {
    outline: none; }
  body textarea, html textarea {
    resize: none;
    font-family: "Open Sans", sans-serif;
    font-size: 16px; }
  body textarea:focus, html textarea:focus {
    outline: none; }
  body table, html table {
    position: relative;
    width: 100%;
    border-collapse: collapse; }
    body table td, html table td {
      position: relative; }
  body .center_vertical, html .center_vertical {
    position: relative;
    margin: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  body .center_vertical_absolute, html .center_vertical_absolute {
    /*float: none;*/
    position: absolute;
    margin: auto;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px; }
  body .fit_content_x, html .fit_content_x {
    width: inherit;
    /*OLDER WEBKIT BROWSERS*/
    width: intrinsic;
    /*FIREFOX*/
    width: -moz-available;
    width: max-content;
    /*WEBKIT*/
    width: -webkit-fit-content;
    /*FIREFOX*/
    width: -moz-fit-content;
    width: fit-content; }
  body .fit_content_y, html .fit_content_y {
    /*FIREFOX DOES NOT SUPPORT HEIGHT/MAX-HEIGHT/MIN-HEIGHT*/
    height: inherit;
    /*OLDER WEBKIT BROWSERS*/
    height: intrinsic;
    /*FIREFOX*/
    height: -moz-available;
    height: min-content;
    /*WEBKIT*/
    height: -webkit-fit-content;
    /*FIREFOX*/
    height: -moz-fit-content;
    height: fit-content;
    max-height: 50%; }
  body .fit_content_xy, html .fit_content_xy {
    width: inherit;
    height: inherit;
    /*OLDER WEBKIT BROWSERS*/
    height: intrinsic;
    width: intrinsic;
    /*FIREFOX*/
    height: -moz-available;
    width: -moz-available;
    width: max-content;
    height: min-content;
    /*WEBKIT*/
    height: -webkit-fit-content;
    width: -webkit-fit-content;
    /*FIREFOX*/
    height: -moz-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: fit-content;
    overflow: hidden; }
  body .cover, html .cover {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%; }
  body .display_block, html .display_block {
    display: block !important; }
  body .display_none, html .display_none {
    display: none !important; }
  body .color_primary, html .color_primary {
    color: #0000FF !important; }
  body .color_compliment_1, html .color_compliment_1 {
    color: #5498FF !important; }
  body .color_compliment_2, html .color_compliment_2 {
    color: #FF875D !important; }

/* 4 */
/*  site component imports  */
/* 
    Created on : 03 Apr 2018, 5:49:19 PM
    Author     : Joshua Sello
    Revisions:
        Joshua Sello - 2018/04/03: Formalized and cleaned up
*/
/*  component adjustables import  */
/* 
    Created on : 03 Apr 2018, 6:02:41 PM
    Author     : Joshua Sello
*/
/*  section_full  */
/*  section_half  */
/*  content_width  */
/*  at what screen-width will content_width collapse. will differ on the contents. */
/*  the px value needs to be double the $collapsed_buffer  */
/*  the px value needs to be the same as $collapsed_buffer  */
/*  component style  */
.site {
  position: absolute;
  overflow-x: hidden;
  overflow-y: visible;
  margin: 0;
  padding: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  width: 100vw;
  /*FIREFOX DOES NOT SUPPORT HEIGHT/MAX-HEIGHT/MIN-HEIGHT*/
  height: inherit;
  /*OLDER WEBKIT BROWSERS*/
  height: intrinsic;
  /*FIREFOX*/
  height: -moz-available;
  height: min-content;
  /*WEBKIT*/
  height: -webkit-fit-content;
  /*FIREFOX*/
  height: -moz-fit-content;
  height: fit-content;
  min-height: 100%;
  min-height: 100vh;
  /*  LAYOUTS  */
  /*call this when calling any other section types*/
  /*
      section_half elements should be the only type of children under a parent 
      tag
  */ }
  .site .section {
    position: relative;
    float: left;
    /*  for graphics that are used to devide sections  */ }
    .site .section .section_devider_bottom, .site .section .section_devider_top {
      position: absolute;
      width: 100%;
      right: 0px; }
    .site .section .section_devider_bottom {
      bottom: -2px; }
    .site .section .section_devider_top {
      top: -2px; }
  .site .section_full {
    width: 100%;
    width: 100vw;
    /*FIREFOX DOES NOT SUPPORT HEIGHT/MAX-HEIGHT/MIN-HEIGHT*/
    height: inherit;
    /*OLDER WEBKIT BROWSERS*/
    height: intrinsic;
    /*FIREFOX*/
    height: -moz-available;
    height: min-content;
    /*WEBKIT*/
    height: -webkit-fit-content;
    /*FIREFOX*/
    height: -moz-fit-content;
    height: fit-content;
    padding: 150px 0px; }
  .site .section_block {
    width: 100%;
    width: 100vw;
    height: 100%;
    height: 100vh;
    overflow: hidden; }
  .site .section_half {
    text-align: left;
    width: calc(50% - 200px);
    padding-left: 200px;
    height: 100%;
    height: 100vh; }
    .site .section_half:nth-child(2n) {
      padding-left: 0px;
      padding-right: 200px; }

/*  CONTAINERS  */
.content_width {
  /*works on CHROME/FIREFOX/OPERA*/
  position: relative;
  padding: 0px 200px;
  width: calc(100% - 400px);
  height: 100%; }

/*  helper classess  */
.no_horizontal_padding {
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  width: 100vh; }

.no_verticle_padding {
  padding-top: 0px;
  padding-bottom: 0px;
  height: 100%;
  height: 100vh; }

/*  RECONFIGS  */
@media screen and (min-width: 0px) and (max-width: 1100px) {
  .site .section_half {
    width: calc(50% - 40px);
    padding-left: 40px; }
    .site .section_half:nth-child(2n) {
      padding-right: calc(50% - 40px); }

  .content_width {
    padding: 0px 40px;
    width: calc(100% - 80px); } }
/* 
    Created on : 09 Apr 2018, 4:25:06 PM
    Author     : Joshua Sello
*/
/* 
    Created on : 09 Apr 2018, 4:25:19 PM
    Author     : Joshua Sello
*/
.button {
  position: relative;
  margin: 40px 0px 0px 0px;
  padding: 0px 30px;
  height: 40px;
  width: inherit;
  /*OLDER WEBKIT BROWSERS*/
  width: intrinsic;
  /*FIREFOX*/
  width: -moz-available;
  width: max-content;
  /*WEBKIT*/
  width: -webkit-fit-content;
  /*FIREFOX*/
  width: -moz-fit-content;
  width: fit-content;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  border: 1px #ccc solid;
  background: #0000FF;
  color: #fff;
  font-size: 16px;
  text-transform: upperccase;
  transition-duration: 0.5s; }
  .button:hover {
    background: transparent;
    color: #0000FF; }

.button_type_a {
  background: transparent;
  border-color: #0000FF;
  color: #0000FF; }
  .button_type_a:hover {
    background: #0000FF;
    color: #fff; }

.button_type_a_color_2 {
  background: transparent;
  border-color: #5498FF;
  color: #5498FF; }
  .button_type_a_color_2:hover {
    background: #5498FF;
    color: #fff; }

.button_type_a_color_3 {
  background: transparent;
  border-color: #FF875D;
  color: #FF875D; }
  .button_type_a_color_3:hover {
    background: #FF875D;
    color: #fff; }

.button_color_1 {
  background: #0000FF;
  color: #fff;
  border-color: #0000FF; }
  .button_color_1:hover {
    background: transparent;
    color: #0000FF; }

/* other buttons */
.more_button, .submit_button {
  position: relative;
  float: left;
  border: none;
  height: 40px;
  padding: 0px 15px;
  font-family: "Montserrat", sans-serif;
  margin: 20px 0; }

.more_button {
  background: #eee; }

.submit_button {
  background: #5498FF;
  color: #fff; }

/* 
    Created on : 27 Apr 2018, 12:19:49 PM
    Author     : Joshua Sello
*/
.site_form .form_separator {
  border: 1px dashed #eee; }
.site_form .select, .site_form .date, .site_form .text_input, .site_form .email_input {
  height: 50px;
  font-size: 45px;
  font-family: "Montserrat", sans-serif;
  border: none;
  border-bottom: 2px #5498FF dashed;
  color: #5498FF;
  max-width: 100%; }
.site_form .text_input, .site_form .email_input {
  padding: 0px 20px;
  width: calc(100% - 40px); }
  .site_form .text_input::-webkit-input-placeholder, .site_form .text_input::-moz-placeholder, .site_form .text_input:-moz-placeholder, .site_form .text_input:-ms-input-placeholder, .site_form .email_input::-webkit-input-placeholder, .site_form .email_input::-moz-placeholder, .site_form .email_input:-moz-placeholder, .site_form .email_input:-ms-input-placeholder {
    /* IE 10+ */
    color: #ccc; }
.site_form .date {
  width: 330px; }
  .site_form .date::-webkit-inner-spin-button {
    display: none; }
  .site_form .date::-webkit-calendar-picker-indicator {
    font-size: 16px; }

@media screen and (min-width: 0px) and (max-width: 380px) {
  .site_form .select, .site_form .date, .site_form .text_input, .site_form .email_input {
    height: 35px;
    font-size: 30px; } }
/* 
    Created on : 27 Apr 2018, 3:40:00 PM
    Author     : Joshua Sello
*/
.modal_background {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  height: 100vh;
  width: 100%;
  width: 100vw;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none; }
  .modal_background .modal {
    position: relative;
    margin: 0px 20px;
    width: calc(100% - 40px);
    max-width: 500px;
    max-height: 100%;
    text-align: left;
    background: #fff; }
    .modal_background .modal .content, .modal_background .modal .bar {
      position: relative;
      width: calc(100% - 40px);
      padding: 0px 20px;
      border-bottom: 1px #eee dashed; }
    .modal_background .modal .bar {
      height: 50px; }
      .modal_background .modal .bar .heading {
        text-align: left;
        font-family: "Montserrat", sans-serif;
        font-weight: bold; }
    .modal_background .modal .content .text {
      text-align: left;
      font-size: 18px; }
      .modal_background .modal .content .text span {
        color: #0000FF; }
    .modal_background .modal .back_button, .modal_background .modal .ok_button {
      position: relative;
      border: none;
      height: 40px;
      padding: 0px 15px;
      font-family: "Montserrat", sans-serif;
      margin: 10px 0px; }
    .modal_background .modal .back_button {
      background: #eee; }
    .modal_background .modal .ok_button {
      background: #5498FF;
      color: #fff; }

/* 
    Created on : 07 Apr 2018, 2:51:22 PM
    Author     : Joshua Sello
*/
/* 
    Created on : 07 Apr 2018, 2:52:28 PM
    Author     : Joshua Sello
*/
/*  nav bar  */
.nav_bar {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  width: 100vw;
  height: 60px;
  background: #fff;
  color: auto;
  border-bottom: none;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  /*transition-property: background;*/
  transition-duration: 0.5s;
  z-index: 1000;
  /* menu button  */ }
  .nav_bar .content_width {
    height: 100%;
    padding: 0px 100px;
    width: calc(100% - 200px); }
  .nav_bar .brand_hold {
    position: relative;
    float: left;
    padding-top: 0px;
    height: 60px;
    max-height: 60px;
    min-width: 250px;
    transition-duration: 0.5s;
    width: inherit;
    /*OLDER WEBKIT BROWSERS*/
    width: intrinsic;
    /*FIREFOX*/
    width: -moz-available;
    width: max-content;
    /*WEBKIT*/
    width: -webkit-fit-content;
    /*FIREFOX*/
    width: -moz-fit-content;
    width: fit-content; }
    .nav_bar .brand_hold a {
      position: relative;
      float: left;
      height: 60px;
      width: inherit;
      /*OLDER WEBKIT BROWSERS*/
      width: intrinsic;
      /*FIREFOX*/
      width: -moz-available;
      width: max-content;
      /*WEBKIT*/
      width: -webkit-fit-content;
      /*FIREFOX*/
      width: -moz-fit-content;
      width: fit-content; }
    .nav_bar .brand_hold .logo_image, .nav_bar .brand_hold .logo_text {
      position: relative;
      float: left; }
    .nav_bar .brand_hold .logo_image {
      height: 25px;
      margin-right: 20px; }
    .nav_bar .brand_hold .logo_text {
      font-family: "Questrial", sans-serif;
      font-size: 22px; }
      .nav_bar .brand_hold .logo_text span {
        color: #0000FF; }
  .nav_bar .nav_items {
    position: relative;
    float: right;
    height: 100%;
    min-width: 400px;
    width: inherit;
    /*OLDER WEBKIT BROWSERS*/
    width: intrinsic;
    /*FIREFOX*/
    width: -moz-available;
    width: max-content;
    /*WEBKIT*/
    width: -webkit-fit-content;
    /*FIREFOX*/
    width: -moz-fit-content;
    width: fit-content; }
    .nav_bar .nav_items .tab {
      position: relative;
      float: left;
      padding: 0px 20px;
      padding-top: 0px;
      height: 60px;
      font-size: 14px;
      cursor: pointer;
      width: inherit;
      /*OLDER WEBKIT BROWSERS*/
      width: intrinsic;
      /*FIREFOX*/
      width: -moz-available;
      width: max-content;
      /*WEBKIT*/
      width: -webkit-fit-content;
      /*FIREFOX*/
      width: -moz-fit-content;
      width: fit-content;
      transition-duration: 0.5s; }
      .nav_bar .nav_items .tab:hover {
        background: transparent;
        color: #5498FF; }
    .nav_bar .nav_items .call_to_action {
      background: #5498FF;
      color: #fff; }
  .nav_bar .menu_button {
    position: absolute;
    top: 19px;
    right: 20px;
    cursor: pointer;
    transition-duration: 0.5s;
    display: none;
    z-index: 1; }

.nav_bar_alt {
  background: transparent;
  border-bottom: none;
  box-shadow: none;
  transition-duration: 0.5s;
  height: 110px; }
  .nav_bar_alt .brand_hold {
    padding-top: 50px; }
  .nav_bar_alt .nav_items .tab {
    padding-top: 50px; }
  .nav_bar_alt .menu_button {
    top: 69px; }

/*  nav bar mobile adjustments  */
@media screen and (min-width: 0px) and (max-width: 750px) {
  .nav_bar {
    /*  re-adjust the navigation content width*/
    /*  reform into site menu  */ }
    .nav_bar .content_width {
      height: 100%;
      padding: 0px 20px;
      width: calc(100% - 40px); }
    .nav_bar .nav_items {
      position: fixed;
      top: 0px;
      left: 0px;
      float: none;
      height: 100vh;
      height: 100%;
      width: 100vw;
      width: 100%;
      background: #fff;
      display: none; }
      .nav_bar .nav_items .tab {
        position: relative;
        float: left;
        padding: 0px;
        height: calc(100% / 3);
        width: 100%;
        font-size: 18px; }
        .nav_bar .nav_items .tab:hover {
          background: transparent;
          color: #5498FF; }
      .nav_bar .nav_items .tab_projects {
        /*  custom adaptation  */
        background: #FF875D;
        color: #fff; }
      .nav_bar .nav_items .tab_deductable {
        display: none !important; }
      .nav_bar .nav_items .call_to_action {
        background: #5498FF;
        color: #fff; }
    .nav_bar .menu_button {
      display: block; } }
/* 
    Created on : 28 Apr 2018, 12:34:24 PM
    Author     : Joshua Sello
*/
.footer {
  position: relative;
  float: left;
  padding: 10px 0px;
  width: calc(100%);
  /*FIREFOX DOES NOT SUPPORT HEIGHT/MAX-HEIGHT/MIN-HEIGHT*/
  height: inherit;
  /*OLDER WEBKIT BROWSERS*/
  height: intrinsic;
  /*FIREFOX*/
  height: -moz-available;
  height: min-content;
  /*WEBKIT*/
  height: -webkit-fit-content;
  /*FIREFOX*/
  height: -moz-fit-content;
  height: fit-content;
  background: #f7f7f7; }
  .footer table {
    position: relative;
    width: 100%; }
    .footer table tr td {
      position: relative;
      float: left;
      padding-right: 20px;
      /*border-right: 1px solid #eee;*/
      height: 50px;
      padding-left: 20px; }
      .footer table tr td .footer_text {
        font-size: 14px;
        color: #444; }
    .footer table tr .brand_cell {
      padding-left: 0px; }
      .footer table tr .brand_cell .logo_image, .footer table tr .brand_cell .logo_text {
        position: relative;
        float: left; }
      .footer table tr .brand_cell .logo_image {
        height: 15px;
        margin-right: 20px; }
      .footer table tr .brand_cell .logo_text {
        font-family: "Questrial", sans-serif;
        font-size: 16px; }
        .footer table tr .brand_cell .logo_text span {
          color: #0000FF; }

/* 
    Created on : 29 Apr 2018, 2:05:15 AM
    Author     : Joshua Sello
*/
.overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  height: 100vh;
  width: 100%;
  width: 100vw;
  background: #fff;
  z-index: 1001;
  visibility: hidden;
  text-align: left;
  -webkit-animation: fadein 2s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: appear 2s;
  /* Firefox < 16 */
  -ms-animation: appear 2s;
  /* Internet Explorer */
  -o-animation: appear 2s;
  /* Opera < 12.1 */
  animation: appear 2s; }
  .overlay .heading_medium {
    margin: 0px; }

@keyframes appear {
  from {
    visibility: hidden; }
  to {
    visibility: visible; } }
/* Firefox < 16 */
@-moz-keyframes appear {
  from {
    visibility: hidden; }
  to {
    visibility: visible; } }
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes appear {
  from {
    visibility: hidden; }
  to {
    visibility: visible; } }
/* Internet Explorer */
@-ms-keyframes appear {
  from {
    visibility: hidden; }
  to {
    visibility: visible; } }
/* Opera < 12.1 */
@-o-keyframes appear {
  from {
    visibility: hidden; }
  to {
    visibility: visible; } }
.overlay_warning .heading_medium {
  color: #FF875D; }
.overlay_warning .text_normal span {
  color: #FF875D; }

.heading_medium {
  margin: 0px;
  line-height: 90px; }

.more_content {
  display: none; }

#processed {
  text-align: left; }
  #processed .heading_medium {
    color: #0000FF; }
  #processed .heading_warning {
    color: #FF875D; }

@media screen and (min-width: 0px) and (max-width: 656px) {
  #processed {
    padding-top: 150px;
    min-height: 100%;
    min-height: 100vh;
    /*FIREFOX DOES NOT SUPPORT HEIGHT/MAX-HEIGHT/MIN-HEIGHT*/
    height: inherit;
    /*OLDER WEBKIT BROWSERS*/
    height: intrinsic;
    /*FIREFOX*/
    height: -moz-available;
    height: min-content;
    /*WEBKIT*/
    height: -webkit-fit-content;
    /*FIREFOX*/
    height: -moz-fit-content;
    height: fit-content; }
    #processed .center_vertical {
      float: none;
      width: 100%;
      direction: initial;
      margin: 0px;
      top: 0;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
      #processed .center_vertical .heading_rule {
        float: left; } }
@media screen and (min-width: 0px) and (max-width: 380px) {
  .heading_medium {
    font-size: 30px;
    line-height: 50px; } }

/*# sourceMappingURL=template_request.css.map */
