/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/* Viewport Sizes */
/* Colors */
/* Techincal Sizes */
html * {
  box-sizing: border-box;
  text-rendering: optimizeLegibility; }

body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #efefef; }

h1 {
  font-family: "Brandon Grotesque", Helvetica, Arial, sans-serif;
  line-height: 125%;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #0F75BD;
  margin: .5em 0; }
  @media (min-width: 768px) {
    h1 {
      font-size: 42px;
      font-size: 2.625rem; } }

h2 {
  color: #0F75BD;
  margin: .5em 0;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 28px;
  line-height: 1.75rem; }
  @media (min-width: 768px) {
    h2 {
      font-size: 32px;
      font-size: 2rem;
      line-height: 38px;
      line-height: 2.375rem; } }

li,
p {
  margin: 1em 0;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 19px;
  line-height: 1.1875rem; }
  @media (min-width: 768px) {
    li,
    p {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 24px;
      line-height: 1.5rem; } }

a {
  color: #0F75BD;
  transition: .25s color, .25s border;
  text-decoration: none;
  border-bottom: 1px solid #0F75BD; }
  a:hover {
    color: #999;
    border-color: #999; }
  a img {
    outline: none; }

sup {
  line-height: 0;
  font-size: 75%;
  vertical-align: super; }

.button {
  background: #0F75BD;
  color: #fff;
  padding: 5px 14px;
  display: inline-block;
  text-decoration: none;
  transition: background-color .25s;
  border-radius: 23px;
  line-height: 130%;
  font-size: 13px;
  font-size: 0.8125rem; }
  @media (min-width: 768px) {
    .button {
      font-size: 16px;
      font-size: 1rem; } }
  .button:hover {
    background: #0F374E; }

header {
  position: fixed;
  top: 0;
  left: 0;
  height: 80px;
  width: 100%;
  background: #fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid #ccc; }
  header img {
    max-height: 100%; }
  header .header-inner {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center; }
    @media (min-width: 1020px) {
      header .header-inner {
        max-width: 1020px;
        margin: 0 auto; } }
  header #btn-home {
    display: block;
    right: 10px;
    height: 34px;
    width: 34px;
    background: url(../images/icon-house.png) center center no-repeat;
    background-size: contain;
    text-indent: -9999px;
    overflow: hidden;
    opacity: 1;
    transition: .25s opacity; }
    header #btn-home:hover {
      opacity: .7; }

footer {
  width: 100%;
  background: #fff;
  box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.15);
  border-top: 1px solid #ccc;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column; }
  footer div {
    border-top: 1px solid #0F75BD;
    padding: 30px 0;
    width: 100%;
    text-align: center; }
    footer div:nth-of-type(1) {
      border: none; }
    footer div#about {
      color: #0F75BD; }
      footer div#about img {
        max-height: 100px; }
  @media (min-width: 1020px) {
    footer {
      display: flex;
      flex-direction: row; }
      footer div {
        border-top: none;
        flex-grow: 1; }
      footer #contact {
        border-left: 1px solid #0F75BD;
        border-right: 1px solid #0F75BD; } }
  footer .social {
    display: flex;
    justify-content: center; }
    footer .social li {
      margin: 5px; }
  footer .icn {
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    height: 38px;
    width: 38px;
    opacity: 1;
    transition: .25s opacity; }
    footer .icn:hover {
      opacity: .7; }
  footer .icn-fb {
    background: url(../images/icon-facebook.png) center center no-repeat;
    background-size: contain; }
  footer .icn-ml {
    background: url(../images/icon-mail.png) center center no-repeat;
    background-size: contain;
    width: 58px; }

.contain {
  padding: 80px 0 0 0;
  background: #fff;
  overflow: hidden; }
  @media (min-width: 1600px) {
    .contain {
      border-left: 1px solid #ccc;
      border-right: 1px solid #ccc;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
      max-width: 1600px;
      margin: 0 auto; } }

section picture,
section img {
  max-width: 100%;
  display: block; }
section.blu-grad {
  color: #fff;
  background: linear-gradient(270deg, #2363A7 0%, #205C98 30%, #0F374E 100%); }
  section.blu-grad h2 {
    color: #fff; }
section .section-inner {
  padding: 25px; }
  @media (min-width: 1020px) {
    section .section-inner {
      max-width: 1020px;
      margin: 0 auto; } }

#intro #intro-bg {
  margin: 15px 0 0 0;
  max-width: 100%; }
#intro h1 br {
  display: none; }
@media (min-width: 768px) {
  #intro h1 br {
    display: block; } }
#intro p {
  max-width: 70%; }
@media (min-width: 1020px) {
  #intro .section-inner {
    padding-top: 100px; } }

#process picture {
  display: block; }
  @media (min-width: 1020px) {
    #process picture {
      max-width: 75%;
      margin: 40px auto 20px auto; } }

@media (min-width: 768px) {
  #latex .section-inner {
    display: flex;
    flex-wrap: wrap; }
    #latex .section-inner h2 {
      flex-basis: 100%; }
    #latex .section-inner .latex {
      flex-basis: 50%;
      padding-right: 40px; } }
#latex .latex {
  margin: 40px 0;
  display: flex;
  justify-content: flex-start;
  align-content: flex-start; }
  #latex .latex .icon {
    width: 20px;
    flex-grow: 1; }
    #latex .latex .icon img {
      max-width: 100%; }
    @media (min-width: 1020px) {
      #latex .latex .icon {
        width: 28px; } }
  #latex .latex .info {
    width: calc( 100% - 20px);
    padding: 0 0 0 8px; }
  #latex .latex img {
    max-width: 90%; }
#latex .button {
  background: #fff;
  color: #0F75BD; }
  #latex .button:hover {
    background: rgba(255, 255, 255, 0.75); }

#advantage ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
  width: 65%;
  flex-direction: column; }
  #advantage ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 10px; }
    @media (min-width: 768px) {
      #advantage ul li {
        font-size: 17px;
        font-size: 1.0625rem; } }
    #advantage ul li img {
      padding-right: 10px;
      max-height: 44px; }
      @media (min-width: 768px) {
        #advantage ul li img {
          max-height: 54px; } }
  @media (min-width: 768px) {
    #advantage ul {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      padding: 10px 0; }
      #advantage ul li {
        flex-basis: 33%;
        justify-content: flex-start; } }
  @media (min-width: 1200px) {
    #advantage ul {
      max-width: 1020px; }
      #advantage ul li {
        flex-basis: 20%; } }

#competition img {
  margin: 20px 0; }
@media (min-width: 840px) {
  #competition #tbl-comparison {
    max-width: 840px;
    margin: 40px auto; } }

/* Accessibility hidden */
.ah {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
