/* 
    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 */
@import url("https://fonts.googleapis.com/css?family=Hammersmith+One");
* {
  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, 5:53:15 PM
    Author     : Joshua Sello
*/
.scroll_button, .scroll_button:before {
  position: absolute;
  left: 50%;
  bottom: 20px; }

.scroll_button {
  width: 30px;
  height: 50px;
  bottom: 20px;
  border: 1px solid #0000FF;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  border-radius: 28px;
  cursor: pointer;
  z-index: 2; }

.scroll_button:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0000FF;
  top: 6px;
  left: 11px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll; }

@keyframes scroll {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    top: calc(100% - 16px); } }
/*  alternates  */
.sb_alt_1 {
  border-color: #5498FF; }
  .sb_alt_1:before {
    background: #5498FF; }

.sb_alt_2 {
  border-color: #FF875D; }
  .sb_alt_2:before {
    background: #FF875D; }

/* 
    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 : 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 : 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; }

/*  site secctions  */
/* 
    Created on : 07 Apr 2018, 6:19:20 PM
    Author     : Joshua Sello
*/
#hero {
  background: #F5F7FB; }
  #hero .bubbles_a1 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 50%; }
  #hero .tagline_hold {
    width: calc(100% - 0px);
    text-align: left; }
    #hero .tagline_hold .tagline_text {
      margin: 0px;
      color: #2C273F;
      font-size: 50px; }
      #hero .tagline_hold .tagline_text .typewrite {
        color: #0000FF; }

/*  hero mobile adjustments  */
@media screen and (min-width: 0px) and (max-width: 360px) {
  #hero .tagline_hold {
    width: calc(100% - 0px);
    text-align: left; }
    #hero .tagline_hold .tagline_text {
      font-size: 30px; } }
/* 
    Created on : 07 Apr 2018, 11:21:27 PM
    Author     : Joshua Sello
*/
#about {
  text-align: left; }

/* 
    Created on : 13 Apr 2018, 5:21:50 AM
    Author     : Joshua Sello
*/
/* 
    Created on : 17 Apr 2018, 10:39:38 PM
    Author     : Joshua Sello
*/
#services {
  padding-top: 0px; }
  #services .serv_card {
    position: relative;
    float: left;
    width: 50%;
    height: 300px; }
    #services .serv_card .graphic {
      height: calc(100% - 20px); }
  #services .card_no_display {
    display: none; }
  #services .serv_info_card {
    /*background: $grey_5;*/
    padding: 0px 75px;
    width: calc(50% - 150px);
    text-align: left; }
    #services .serv_info_card .serv_info {
      position: relative;
      float: left;
      overflow: hidden;
      /*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; }
    #services .serv_info_card .serv_number {
      margin: 0px;
      font-size: 25px;
      font-family: "Hammersmith One", sans-serif; }
    #services .serv_info_card .serv_heading {
      margin: 0px;
      padding: 30px 0px;
      font-size: 40px;
      font-family: "Questrial", sans-serif; }
    #services .serv_info_card .serv_text {
      margin: 0px;
      line-height: 25px; }

@media screen and (min-width: 0px) and (max-width: 800px) {
  #services .serv_info_card {
    padding: 0px;
    width: calc(50% - 0px); } }
@media screen and (min-width: 0px) and (max-width: 615px) {
  #services .serv_card {
    width: 100%;
    padding: 0px;
    min-height: 300px;
    height: 50vh; }
  #services .card_display {
    display: none; }
  #services .card_no_display {
    display: block; }
  #services .serv_graph_card {
    /*background: $grey_4;*/ }
  #services .serv_info_card {
    padding: 20px 0px; } }
/* 
    Created on : 03 May 2018, 9:29:27 PM
    Author     : Joshua Sello
*/
#pricing .card {
  position: relative;
  float: left;
  margin: 10px;
  padding: 10px;
  width: calc(100% / 3 - 40px);
  height: 400px;
  background: #5498FF;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  color: #fff; }
  #pricing .card table {
    position: relative;
    width: 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; }
    #pricing .card table td {
      position: relative;
      float: left;
      width: 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; }
    #pricing .card table .header_cell {
      position: relative;
      height: 70px;
      text-align: left;
      width: calc(100% - 0px); }
      #pricing .card table .header_cell .heading {
        font-size: 27px;
        font-family: "Montserrat", sans-serif;
        opacity: .5; }
    #pricing .card table .rate_cell {
      height: 110px;
      border-bottom: 1px rgba(255, 255, 255, 0.3) solid; }
      #pricing .card table .rate_cell .dec_text {
        position: absolute;
        margin: 0px;
        top: 0px;
        left: 0px;
        height: 100%;
        font-size: 80px;
        font-weight: bold;
        opacity: .2; }
      #pricing .card table .rate_cell .rate {
        padding-top: 7px;
        font-size: 35px; }
        #pricing .card table .rate_cell .rate .currency, #pricing .card table .rate_cell .rate .per {
          position: relative;
          font-size: 15px; }
        #pricing .card table .rate_cell .rate .currency {
          bottom: 15px; }
    #pricing .card table .item_cell {
      top: 20px;
      padding: 2.5px 0px; }
      #pricing .card table .item_cell p {
        margin: 0; }
        #pricing .card table .item_cell p span {
          opacity: .5; }
  #pricing .card .button {
    position: absolute;
    bottom: 20px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    background: transparent;
    border-color: #fff; }
    #pricing .card .button:hover {
      background: #fff;
      color: #5498FF;
      box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1); }
  #pricing .card .info_icon {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    transition-duration: 0.5s;
    cursor: pointer;
    opacity: .5; }
    #pricing .card .info_icon:hover {
      opacity: 1; }
#pricing .small_card {
  position: relative;
  float: left;
  margin: 10px;
  padding: 10px;
  /*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;
  width: calc(100% - 40px);
  border: 2px #eee solid; }
  #pricing .small_card table {
    position: relative;
    width: 100%;
    height: 100%; }
    #pricing .small_card table tr {
      position: relative;
      border-bottom: 1px #eee solid; }
      #pricing .small_card table tr td {
        position: relative;
        padding: 10px;
        padding-top: 20px;
        max-width: 320px; }
      #pricing .small_card table tr:last-child {
        border-bottom: none; }
  #pricing .small_card .heading {
    margin: 0px;
    font-family: "Questrial", sans-serif;
    font-size: 20px; }
  #pricing .small_card .text {
    margin: 0px;
    margin-top: 10px;
    color: #444;
    font-size: 15px; }
  #pricing .small_card .rate_description {
    margin: 0px;
    font-size: 14px; }
  #pricing .small_card .rate {
    margin: 0px;
    font-size: 40px;
    color: #5498FF; }
    #pricing .small_card .rate span {
      position: relative;
      font-size: 14px;
      color: #999; }
    #pricing .small_card .rate .currency {
      bottom: 18px; }
#pricing .pop_option {
  background: #FF875D; }
  #pricing .pop_option .button:hover {
    color: #FF875D; }

@media screen and (min-width: 0px) and (max-width: 740px) {
  #pricing .card {
    padding-bottom: 100px !important;
    width: calc(100% - 40px);
    /*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; }
  #pricing .pop_option {
    padding-top: 0px;
    padding-bottom: 0px; } }
@media screen and (min-width: 0px) and (max-width: 680px) {
  #pricing .small_card {
    padding: 0;
    border: none; }
    #pricing .small_card table {
      position: relative;
      width: 100%;
      height: 100%; }
      #pricing .small_card table tr {
        width: 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;
        display: block;
        margin-top: 10px;
        border: 2px #eee solid; }
        #pricing .small_card table tr td {
          max-width: calc(100% - 20px);
          width: calc(100% - 20px);
          /*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;
          display: block; }
        #pricing .small_card table tr:last-child {
          border-bottom: 2px #eee solid; }
  #pricing .pop_option {
    background: #FF875D; }
    #pricing .pop_option .button:hover {
      color: #FF875D; } }
/* 
    Created on : 17 Apr 2018, 11:12:48 PM
    Author     : Joshua Sello
*/
#call_to_action {
  padding-top: 0px;
  text-align: left; }
  #call_to_action .cta_text {
    color: #999; }
  #call_to_action .action_hold {
    position: relative;
    float: left;
    margin-top: 50px;
    width: 100%; }
    #call_to_action .action_hold .action {
      position: relative;
      float: left;
      padding: 0px 75px;
      height: 200px;
      font-family: "Questrial", sans-serif;
      font-size: 20px;
      background: #F5F7FB;
      cursor: pointer;
      width: calc(50% - 150px); }
      #call_to_action .action_hold .action i {
        color: #FF875D;
        font-size: 25px; }
    #call_to_action .action_hold .action_a {
      background: #5498FF;
      color: #fff; }

@media screen and (min-width: 0px) and (max-width: 615px) {
  #call_to_action .cta_text {
    color: #999; }
  #call_to_action .action_hold {
    position: relative;
    float: left;
    margin-top: 50px;
    width: 100%; }
    #call_to_action .action_hold .action {
      position: relative;
      float: left;
      padding: 0px 75px;
      height: 200px;
      font-family: "Questrial", sans-serif;
      font-size: 20px;
      background: #F5F7FB;
      cursor: pointer;
      width: calc(100% - 150px); }
      #call_to_action .action_hold .action i {
        color: #FF875D;
        font-size: 25px; }
    #call_to_action .action_hold .action_a {
      background: #5498FF;
      color: #fff; } }
.tab_home {
  color: #5498FF; }

/*# sourceMappingURL=template_home.css.map */
