html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

@font-face {
  font-family: 'ostrich_sansblack';
  src: url("../fonts/ostrichsans/ostrichsans-black/ostrichsans-black-webfont.eot");
  src: url("../fonts/ostrichsans/ostrichsans-black/ostrichsans-black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ostrichsans/ostrichsans-black/ostrichsans-black-webfont.woff2") format("woff2"), url("../fonts/ostrichsans/ostrichsans-black/ostrichsans-black-webfont.woff") format("woff"), url("../fonts/ostrichsans/ostrichsans-black/ostrichsans-black-webfont.ttf") format("truetype"), url("../fonts/ostrichsans/ostrichsans-black/ostrichsans-black-webfont.svg#ostrich_sansblack") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ostrich_sansmedium';
  src: url("../fonts/ostrichsans/ostrichsans-medium/ostrichsans-medium-webfont.eot");
  src: url("../fonts/ostrichsans/ostrichsans-medium/ostrichsans-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ostrichsans/ostrichsans-medium/ostrichsans-medium-webfont.woff2") format("woff2"), url("../fonts/ostrichsans/ostrichsans-medium/ostrichsans-medium-webfont.woff") format("woff"), url("../fonts/ostrichsans/ostrichsans-medium/ostrichsans-medium-webfont.ttf") format("truetype"), url("../fonts/ostrichsans/ostrichsans-medium/ostrichsans-medium-webfont.svg#ostrich_sansmedium") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open_sans_light';
  src: url("../fonts/opensans/light/opensans-light-webfont.eot");
  src: url("../fonts/opensans/light/opensans-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/light/opensans-light-webfont.woff") format("woff"), url("../fonts/opensans/light/opensans-light-webfont.ttf") format("truetype"), url("../fonts/opensans/light/opensans-light-webfont.svg#open_sanslight") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open_sans_bold';
  src: url("../fonts/opensans/bold/OpenSans-Bold-webfont.eot");
  src: url("../fonts/opensans/bold/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/bold/OpenSans-Bold-webfont.woff") format("woff"), url("../fonts/opensans/bold/OpenSans-Bold-webfont.ttf") format("truetype"), url("../fonts/opensans/bold/OpenSans-Bold-webfont.svg#open_sansbold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open_sans_italic';
  src: url("../fonts/opensans/lightitalic/OpenSans-LightItalic-webfont.eot");
  src: url("../fonts/opensans/lightitalic/OpenSans-LightItalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/lightitalic/OpenSans-LightItalic-webfont.woff") format("woff"), url("../fonts/opensans/lightitalic/OpenSans-LightItalic-webfont.ttf") format("truetype"), url("../fonts/opensans/lightitalic/OpenSans-LightItalic-webfont.svg#open_sanslight_italic") format("svg");
  font-weight: normal;
  font-style: normal; }
html,
body {
  font-family: 'open_sans_light', Arial, Helvetica, sans-serif; }

p a {
  color: #30A7E9;
  text-decoration: none; }
p b {
  font-family: 'open_sans_bold'; }

h1 {
  color: #30A7E9;
  font-family: 'ostrich_sansblack';
  font-size: 4em;
  margin: 1em 0; }

h2,
h3,
h4 {
  font-family: 'ostrich_sansmedium'; }

h2 {
  font-size: 2em;
  margin: .2em 0; }
  @media screen and (max-width: 768px) {
    h2 {
      font-size: 1.35em; } }

h3 {
  font-size: 2.5em;
  margin: 1em 0;
  letter-spacing: .05em; }

h4 {
  font-size: 2em;
  margin: .5em 0;
  letter-spacing: .05em; }

h5 {
  font-family: 'open_sans_light';
  margin: 0;
  text-transform: uppercase; }

p {
  font-family: 'open_sans_light'; }

input,
textarea {
  border: 1px solid #95989A;
  font-size: 1em;
  margin: 0;
  outline: 0;
  padding: 1em;
  width: 100%; }
  input:focus,
  textarea:focus {
    border: 1px solid #30A7E9; }

textarea {
  resize: vertical; }

button, .btn, .btn-cta {
  background: #FFCC00;
  border: 0;
  color: #000000;
  display: inline-block;
  font-size: 1.4em;
  font-family: 'ostrich_sansmedium';
  letter-spacing: 0.1em;
  padding: .65em 1em;
  text-decoration: none; }
  button:hover, .btn:hover, .btn-cta:hover {
    cursor: pointer;
    text-decoration: none; }

.btn {
  background: #30A7E9;
  color: #FFFFFF; }

header::after {
  clear: both;
  content: "";
  display: block; }
header .logo {
  width: 160px;
  margin: 62px 0 0 0;
  float: left; }
  @media screen and (max-width: 768px) {
    header .logo {
      width: 120px;
      height: auto;
      float: none; } }
header .menu {
  display: table;
  float: right;
  font-family: 'open_sans_light';
  margin: 65px 0 0 0;
  padding: 0; }
  @media screen and (max-width: 768px) {
    header .menu {
      background: #f2f2f2;
      padding: 15px;
      float: none;
      margin: 20px 0 0 0;
      display: none; } }
  header .menu li {
    display: inline-block;
    list-style: none;
    margin-left: 35px; }
    @media screen and (max-width: 768px) {
      header .menu li {
        margin-left: 0;
        display: block;
        margin-bottom: 2px; } }
    header .menu li a {
      color: #95989A;
      text-decoration: none; }
      @media screen and (max-width: 768px) {
        header .menu li a {
          display: block;
          height: 36px;
          line-height: 36px;
          background: #4B4B4B;
          padding: 0 10px;
          color: #fff; } }
      header .menu li a:hover {
        opacity: .8; }
    header .menu li .btn-cta {
      background: #30A7E9;
      color: #FFFFFF;
      line-height: 50px;
      height: 50px;
      text-transform: uppercase;
      font-family: ostrich_sansmedium;
      font-size: 22px;
      display: inline-block;
      letter-spacing: 2px;
      padding: 0 25px; }

.sidebartogle-button {
  display: none; }
  @media screen and (max-width: 768px) {
    .sidebartogle-button {
      display: table;
      float: right; } }
  .sidebartogle-button .btn-menu {
    height: 3em;
    margin: 2.5em 0; }

.about-header .menu {
  margin-top: 80px !important; }
  @media screen and (max-width: 768px) {
    .about-header .menu {
      margin-top: 20px !important; } }
.about-header .btn-menu {
  height: 3em;
  margin: 60px 0 0 0; }

.banner {
  background: url("../images/banner-bg.jpg") 0 0;
  background-size: cover;
  display: table;
  padding: 80px 0 200px 0;
  text-align: center;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .banner {
      padding: 70px 0 50px 0; } }
  .banner .logo-leadwise {
    width: 200px;
    display: block;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .banner .logo-leadwise {
        width: 150px; } }
  .banner h1 {
    margin: 50px 0 30px 0; }
    @media screen and (max-width: 768px) {
      .banner h1 {
        background: #FFFFFF;
        font-size: 30px;
        padding: 20px 10px 10px 10px;
        margin: 25px 0 0 0; } }

.banner-subtitle {
  background: #FFFFFF;
  padding: 10px 10px 15px 10px;
  width: 700px;
  margin: auto;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .banner-subtitle {
      width: 100%; } }
  .banner-subtitle h2 {
    color: #95989A;
    text-align: center;
    letter-spacing: .02em;
    margin: 0; }

.banner-404 h1 {
  margin: 20px 0 10px 0; }
  @media screen and (max-width: 768px) {
    .banner-404 h1 {
      margin: 0; } }
.banner-404 .btn {
  margin-top: 40px; }
  @media screen and (max-width: 768px) {
    .banner-404 .btn {
      margin-top: 20px; } }

#what-we-believe .columns::after,
#what-we-do .columns::after,
#our-team .columns::after,
#about-products .columns::after {
  clear: both;
  content: "";
  display: block; }
#what-we-believe .column-01,
#what-we-do .column-01,
#our-team .column-01,
#about-products .column-01 {
  float: left; }
#what-we-believe .column-02,
#what-we-do .column-02,
#our-team .column-02,
#about-products .column-02 {
  float: right; }
#what-we-believe .column-01,
#what-we-believe .column-02,
#what-we-do .column-01,
#what-we-do .column-02,
#our-team .column-01,
#our-team .column-02,
#about-products .column-01,
#about-products .column-02 {
  width: 47%;
  text-align: left; }
  @media screen and (max-width: 768px) {
    #what-we-believe .column-01,
    #what-we-believe .column-02,
    #what-we-do .column-01,
    #what-we-do .column-02,
    #our-team .column-01,
    #our-team .column-02,
    #about-products .column-01,
    #about-products .column-02 {
      width: 100%;
      float: none; } }
#what-we-believe h2,
#what-we-do h2,
#our-team h2,
#about-products h2 {
  font-size: 40px;
  margin: 0 0 5px 0; }
  @media screen and (max-width: 768px) {
    #what-we-believe h2,
    #what-we-do h2,
    #our-team h2,
    #about-products h2 {
      font-size: 26px; } }
#what-we-believe h3,
#what-we-do h3,
#our-team h3,
#about-products h3 {
  font-size: 50px;
  margin: 0 0 40px 0; }
  @media screen and (max-width: 768px) {
    #what-we-believe h3,
    #what-we-do h3,
    #our-team h3,
    #about-products h3 {
      font-size: 36px; } }

@media screen and (max-width: 768px) {
  .main-banner.about-banner {
    padding-bottom: 10px; } }
@media screen and (max-width: 768px) {
  .main-banner.about-banner h1 {
    margin-top: 30px; } }

.about-lw {
  background: rgba(234, 234, 234, 0.4);
  padding: 4em 30%; }
  @media screen and (max-width: 768px) {
    .about-lw {
      padding: 2em; } }
  .about-lw h3 {
    color: #30A7E9;
    text-align: center; }
  .about-lw p {
    text-align: justify; }

.wave {
  background: url("../images/about/about-bg-wave.svg") left bottom;
  background-size: 110%;
  background-repeat: no-repeat;
  text-align: center;
  height: 100px;
  margin-bottom: -2px; }
  @media screen and (max-width: 768px) {
    .wave {
      background-size: cover; } }

#what-we-believe {
  text-align: center;
  background: #30a7e9;
  padding: 40px 0 50px 0;
  color: #fff; }
  @media screen and (max-width: 768px) {
    #what-we-believe {
      padding: 20px 0 40px 0; } }
  #what-we-believe .wrap-content {
    width: 800px; }
    @media screen and (max-width: 768px) {
      #what-we-believe .wrap-content {
        width: 100%; } }

#what-we-do {
  background: white;
  text-align: center;
  padding: 70px 0 50px 0;
  border-bottom: 1px solid #eee; }
  #what-we-do::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (max-width: 768px) {
    #what-we-do {
      padding: 60px 0 50px 0; } }
  #what-we-do .wrap-content {
    width: 800px; }
    @media screen and (max-width: 768px) {
      #what-we-do .wrap-content {
        width: 100%; } }
  #what-we-do h2 {
    color: #30A7E9; }
  #what-we-do h3 {
    color: #95989A; }
  #what-we-do .column-02 {
    margin-top: 20px; }
    @media screen and (max-width: 768px) {
      #what-we-do .column-02 {
        margin-top: 40px;
        text-align: center; }
        #what-we-do .column-02 img {
          width: 260px; } }

#our-team {
  background: white;
  text-align: center;
  padding: 70px 0 50px 0; }
  #our-team::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (max-width: 768px) {
    #our-team {
      padding: 60px 0 50px 0; } }
  #our-team .wrap-content {
    width: 900px; }
    @media screen and (max-width: 768px) {
      #our-team .wrap-content {
        width: 100%; } }
  #our-team h2 {
    color: #30A7E9; }
  #our-team h3 {
    color: #95989A; }
  #our-team ul {
    padding: 0;
    margin: -20px 0 0 0;
    text-align: center; }
    @media screen and (max-width: 768px) {
      #our-team ul {
        margin: -40px 0 0 0; } }
  #our-team li {
    width: 250px;
    text-align: center;
    display: inline-block;
    margin-bottom: 3px;
    vertical-align: top;
    position: relative;
    padding: 15px;
    box-sizing: border-box;
    margin: 20px 0 0 0; }
    @media screen and (max-width: 768px) {
      #our-team li {
        width: 100%;
        padding: 0;
        margin: 40px 0 0 0; } }
    #our-team li img {
      padding: 5px;
      border: 1px solid #eee;
      border-radius: 50%;
      width: 140px; }
    #our-team li h4 {
      font-size: 30px;
      color: #30A7E9;
      margin-bottom: 5px; }
      @media screen and (max-width: 768px) {
        #our-team li h4 {
          font-size: 26px; } }
    #our-team li h5 {
      text-transform: none;
      font-size: 12px;
      color: #95989A;
      min-height: 35px; }
      @media screen and (max-width: 768px) {
        #our-team li h5 {
          min-height: auto; } }
  #our-team .columns {
    width: 760px;
    margin: auto;
    margin-bottom: 50px; }
    @media screen and (max-width: 768px) {
      #our-team .columns {
        width: 100%; } }
    #our-team .columns .fa {
      color: #30A7E9;
      float: left;
      margin: 5px 10px 0 0; }
  #our-team .column-01 {
    line-height: 26px;
    padding-left: 50px;
    float: right; }
    @media screen and (max-width: 768px) {
      #our-team .column-01 {
        padding-left: 0;
        margin-top: -30px;
        float: none; } }
  #our-team .column-02 {
    float: left; }
    @media screen and (max-width: 768px) {
      #our-team .column-02 {
        margin-top: 40px;
        text-align: center;
        float: none; }
        #our-team .column-02 img {
          width: 100%; } }

.team-text {
  text-align: left;
  width: 760px;
  margin: auto;
  margin-bottom: 50px; }
  @media screen and (max-width: 768px) {
    .team-text {
      width: 100%; } }

.about-ricardo {
  text-align: center;
  margin-bottom: 40px; }
  .about-ricardo .holder {
    width: 550px;
    margin: auto; }
    @media screen and (max-width: 768px) {
      .about-ricardo .holder {
        width: 100%; } }
  .about-ricardo img {
    padding: 5px;
    border: 1px solid #eee;
    border-radius: 50%;
    width: 180px; }
  .about-ricardo p {
    margin: 0;
    text-align: left; }
  .about-ricardo h4 {
    color: #30A7E9;
    margin: 15px 0 10px 0; }

#work-with-us {
  text-align: center;
  padding: 30px 0 30px 0;
  background-color: #30A7E9;
  margin: 20px 0 0 0;
  color: #fff; }
  @media screen and (max-width: 768px) {
    #work-with-us {
      margin-top: 0;
      padding-bottom: 50px; } }
  #work-with-us .wrap-content {
    width: 800px; }
    @media screen and (max-width: 768px) {
      #work-with-us .wrap-content {
        width: 100%; } }
  #work-with-us img {
    width: 300px;
    margin: -85px 0 -65px 0;
    float: left; }
    @media screen and (max-width: 768px) {
      #work-with-us img {
        float: none;
        width: 200px;
        margin: 0; } }
  #work-with-us .work-entry {
    margin-left: 340px;
    text-align: left; }
    @media screen and (max-width: 768px) {
      #work-with-us .work-entry {
        margin-left: 0;
        text-align: center; } }
  #work-with-us p {
    margin: 0 0 25px 0;
    font-size: 14px;
    line-height: 19px; }
  #work-with-us a {
    height: 40px;
    line-height: 40px;
    font-family: open_sans_bold;
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase;
    padding: 0 15px;
    color: #fff;
    text-decoration: none;
    background: #6dc1f0; }
    #work-with-us a:hover {
      background-color: #fff;
      color: #30A7E9; }

#about-products {
  text-align: center;
  padding: 65px 0 0 0; }
  @media screen and (max-width: 768px) {
    #about-products {
      padding: 50px 0 40px 0; } }
  #about-products .wrap-content > h2 {
    color: #30A7E9; }
  #about-products .products-list {
    margin-top: 30px;
    margin-bottom: -20px;
    position: inherit;
    top: none !important;
    left: none !important;
    right: none !important;
    bottom: none !important;
    background: none;
    display: block; }
    @media screen and (max-width: 768px) {
      #about-products .products-list {
        margin-bottom: 0; } }
    #about-products .products-list h2 {
      font-size: 30px; }
      @media screen and (max-width: 768px) {
        #about-products .products-list h2 {
          font-size: 26px; } }
    #about-products .products-list .products-list-wrap {
      padding-top: 0; }
      @media screen and (max-width: 768px) {
        #about-products .products-list .products-list-wrap {
          padding-right: 0;
          padding-left: 0; } }
    @media screen and (max-width: 768px) {
      #about-products .products-list section {
        margin-bottom: 10px; } }
  #about-products .products-close {
    display: none; }

footer {
  background: #4B4B4B;
  color: #D0D0D0;
  padding: 30px 0 0 0;
  clear: both; }
  footer section {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    margin-right: 0;
    padding: 0 2em 0 0; }
    footer section:last-child {
      margin-right: 0; }
    footer section .btn:hover {
      background: #fff;
      color: #30A7E9; }
    @media screen and (max-width: 768px) {
      footer section {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%;
        margin-right: 0; }
        footer section:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 686px) {
      footer section {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        footer section:last-child {
          margin-right: 0; } }
    footer section ul {
      padding: 0; }
      footer section ul a {
        color: #95989A; }
      footer section ul li {
        display: inline-block; }
        footer section ul li i {
          padding: .5em; }
    footer section h4 {
      font-size: 1.5em;
      color: #fff; }
    footer section .menu-links li {
      display: block;
      text-transform: uppercase; }
    footer section .menu-links p {
      font-size: .85em;
      margin: .5em 0; }
    footer section .footer-col-2 {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 46.28851%; }
      footer section .footer-col-2:last-child {
        margin-right: 0; }
      @media screen and (max-width: 768px) {
        footer section .footer-col-2 {
          width: 100%; } }
    footer section a:hover {
      color: #fff; }
  footer .footer-bye {
    width: 100%;
    font-size: 12px;
    text-align: left;
    background: #555;
    height: 50px;
    line-height: 50px;
    display: block;
    margin-top: 20px; }
    @media screen and (max-width: 686px) {
      footer .footer-bye {
        margin-top: 40px; } }
    footer .footer-bye strong {
      font-family: 'open_sans_bold';
      color: #fff; }

.footer-logo-col {
  padding-top: 10px; }
  .footer-logo-col .logo-leadwise {
    height: 3em; }
  .footer-logo-col a {
    font-size: 22px; }

html,
body {
  margin: 0;
  padding: 0; }

.wrap-content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .wrap-content::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (max-width: 768px) {
    .wrap-content {
      padding: 0 15px; } }

.lead-header {
  position: relative; }
  .lead-header h5 {
    border-radius: 2px;
    background: #95989A;
    height: 22px;
    line-height: 22px;
    margin: -32px -15px 0 -15px;
    color: #fff;
    font-size: 10px;
    font-family: open_sans_bold;
    padding: 0 10px; }
    @media screen and (max-width: 768px) {
      .lead-header h5 {
        height: 32px;
        line-height: 32px; } }
  .lead-header .fa {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.8);
    position: absolute;
    cursor: pointer;
    top: 3px;
    right: -4px; }
    .lead-header .fa:hover {
      color: white; }
    @media screen and (max-width: 768px) {
      .lead-header .fa {
        font-size: 15px;
        top: 4px; } }

.lead-magnet-ad {
  width: 265px;
  background: #fff;
  border: 5px solid #95989A;
  border-radius: 2px;
  position: fixed;
  padding: 10px;
  right: 10px;
  bottom: -5px;
  display: block; }
  .lead-magnet-ad::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (max-width: 768px) {
    .lead-magnet-ad {
      width: 100%;
      right: 0;
      box-sizing: border-box; } }
  .lead-magnet-ad .widget-content {
    margin-top: 10px; }
  .lead-magnet-ad img {
    height: 100px;
    float: left; }
  .lead-magnet-ad .widget-entry {
    margin-left: 87px; }
  .lead-magnet-ad p {
    margin: 0;
    font-size: 12px;
    line-height: 19px;
    font-family: open_sans_bold;
    color: #000; }
  .lead-magnet-ad input[type="text"] {
    border-radius: 1px;
    width: 100%;
    height: 26px;
    line-height: 26px;
    padding: 0 30px 0 7px;
    box-sizing: border-box;
    font-size: 12px;
    margin-top: 16px; }
  .lead-magnet-ad form {
    position: relative; }
  .lead-magnet-ad button, .lead-magnet-ad .btn {
    width: 26px;
    height: 26px;
    line-height: 26px;
    outline: none;
    padding: 0;
    font-family: open_sans_bold;
    font-size: 19px;
    text-align: center;
    position: absolute;
    background: none;
    display: inline-block;
    color: #30A7E9;
    bottom: 0;
    right: 0; }
    .lead-magnet-ad button:hover, .lead-magnet-ad .btn:hover {
      opacity: .8; }

.minimized-leadmagnet {
  bottom: -126px; }

.banner-box {
  background: rgba(234, 234, 234, 0.4);
  padding: 70px 0 40px 0; }
  @media screen and (max-width: 768px) {
    .banner-box {
      background: none;
      padding: 70px 0 0 0; } }
  .banner-box .wrap-content {
    width: 800px;
    box-sizing: border-box;
    text-align: left;
    padding: 40px 25px 35px 25px;
    background: #fff; }
    @media screen and (max-width: 768px) {
      .banner-box .wrap-content {
        width: 100%; } }
    .banner-box .wrap-content h1 {
      margin: 0 0 10px 0;
      font-size: 46px; }
    .banner-box .wrap-content h2 {
      font-size: 26px;
      text-align: left;
      margin: 0 0 15px 0;
      color: #95989A; }
    .banner-box .wrap-content ul li {
      text-align: left; }
    .banner-box .wrap-content a {
      display: inline-block;
      float: none;
      margin: 10px 15px 0 0; }
      @media screen and (max-width: 768px) {
        .banner-box .wrap-content a {
          display: block; } }
      .banner-box .wrap-content a:hover {
        opacity: .8; }
    .banner-box .wrap-content img {
      width: 100%; }

.cancel-st {
  color: #d45050; }

.confirmed-st {
  color: #6f8d3e; }

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