/* global.css.en

   developer:   suef
   requires:    /common/framework/css/framework.pt-br.css
   ========================================================================== */
.inner {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    max-width: 910px;
    margin: 0 auto;
    padding: 0 1rem;
}
.inner .chevron-after {
    color: #414141;
}
.inner .chevron-after:after {
    color: #ed7200;
}
.inner .chevron-after:hover {
    color: #dd1100;
}
.header {
    background: linear-gradient(to bottom, #FFFFFF 0%, #ececec 100%);
    padding: 2rem 0 0;
    border-bottom: 1px solid #b7b7b7;
}
.header h1 {
    font-size: 2.75rem;
    margin: 1rem 0;
}
.header .tagline {
    color: #656565;
    font-size: 1.25rem;
    font-weight: 300;
}
.header .nav ul {
    margin: 2rem 0 0 -21px;
    padding: 0;
    font-size: 0;
}
.header .nav li {
    list-style-type: none;
    display: inline-block;
}
.header .nav li a {
    background: transparent;
    color: #545454;
    text-transform: none;
    font-size: .94rem;
    padding: 5px 20px;
    display: block;
}
#faq .header .nav li a.faq,
#overview .header .nav li a.overview,
#commercial-options .header .nav li a.commercial-options {
    background: #fff;
    border-width: 1px 1px 0 1px;
    border-color: #b7b7b7;
    border-style: solid;
    position: relative;
    bottom: -1px;
}
.section .inner {
    padding: 2rem 1rem 3.5rem;
}
.section h1 {
    font-size: 2.75rem;
    margin: .5rem 0 1.5rem;
}
.section h2 {
    font-weight: 300;
    color: #1d96bd;
    font-size: 2.19rem;
    margin: .5rem 0 1.5rem 0;
}
.section h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 2rem 0 .5rem;
}
.section h3.blue {
    color: #1d96bd;
    font-size: 1.31rem;
    font-weight: 300;
    margin: 1.5rem 0;
}
.section h4 {
    font-size: 1.25rem;
    margin: 1.3rem 0 .8rem;
}
hr {
    border: 0;
    border-top: 1px solid #b7b7b7;
    height: 1px;
}
.section .intro {
    font-size: 1.25rem;
    font-weight: 300;
}
.section p {
    color: #414141;
    font-size: .94rem;
    line-height: 1.6;
}
.section a {
    color: #ed7200;
}
.section a:hover {
    color: #dd1100;
}
.section hr {
    border-color: #1d96bd;
    margin: 2rem 0 1.5rem;
}
.section ul {
    margin: .5rem 0 1rem 0;
}
.section li:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #ed7200;
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
}
.section li {
    margin: .5rem 0 .5rem .5rem;
    padding: 0 0 0 10px;
    position: relative;
}

a.button {
    background: #dd1100;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
}
a.button:hover {
    color: #fff;
    background: #f77700;
}
a.button.medium {
    padding: .5rem 2rem;
    height: 2.57rem;
}
.hide {
    display: none;
}
/* ==========================================================================
   contact us
   ========================================================================== */

.contact-us-for {
    margin: 2.5rem 0 1.5rem;
}

.contact-us-for span {
    display: inline-block;
    font-size: 1.1rem;
    line-height: 1.3em;
    margin-right: 2rem;
    text-align: left;
    vertical-align: middle;
}

.contact-us-for a {
    margin: 0.5rem .6rem;
    display: inline-block;
}

.contact-us-for .button {
    padding: 0 0 2rem;
    vertical-align: middle;
}

.contact-us .inner {
    padding: 2rem 1rem 2rem;
}

.contact-us-for.fixed {
    background: #dd1100;
    bottom: -16px;
    color: #fff;
    display: block;
    left: 0;
    margin: 0 0 1rem;
    padding: .6rem 1rem;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 100;
}

.contact-us-for.fixed .button {
    background: #fff;
    color: #dd1100;
}

.mobile-alert {
  background: #fff;
  color: #d10;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 20px auto;
  max-width: 85%;
  padding: 20px 15px;
  position: relative;
  text-align: center;
  width: 360px;
}

/* styles for small screens (600px)
   ========================================================================== */
@media all and (max-width: 600px) {
    .header .nav li a {
        padding: 5px 7px;
    }
    .header .nav ul {
        margin: 2rem 0 0 -8px;
    }
    a.button.medium {
        padding: .5rem 1rem;
        margin: 0 .3rem;
    }
    .platforms .link-img svg {
        margin: 0 .3rem 4px 0;
    }
}