/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html
{
    font-family: sans-serif;
    /* 1 */

        -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body
{
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary
{
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video
{
    display: inline-block;
    /* 1 */

    vertical-align: baseline;
    /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls])
{
    display: none;

    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template
{
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a
{
    background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover
{
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title]
{
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong
{
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn
{
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1
{
    font-size: 2em;

    margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark
{
    color: #000; 
    background: #ff0;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small
{
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup
{
    font-size: 75%;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}

sup
{
    top: -.5em;
}

sub
{
    bottom: -.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img
{
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root)
{
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure
{
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr
{
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre
{
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp
{
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea
{
    /* 1 */
    font: inherit;
    /* 2 */

    margin: 0;

    color: inherit;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button
{
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select
{
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type='button'],
input[type='reset'],
input[type='submit']
{
    /* 2 */
    cursor: pointer;

    -webkit-appearance: button;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled]
{
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner
{
    padding: 0; 

    border: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input
{
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio']
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button
{
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type='search']
{
    /* 1 */
    -webkit-box-sizing: content-box;
            box-sizing: content-box;

    -webkit-appearance: textfield;
    /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration
{
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset
{
    margin: 0 2px;
    padding: .35em .625em .75em; 

    border: 1px solid #c0c0c0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend
{
    /* 1 */
    padding: 0;

    border: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea
{
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup
{
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table
{
    border-spacing: 0; 
    border-collapse: collapse;
}

td,
th
{
    padding: 0;
}

body,
html
{
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    line-height: 1.5;

    min-width: 240px;
}
@media (min-width: 768px)
{
    body,
    html
    {
        font-size: 15px;
    }
}
@media (min-width: 992px)
{
    body,
    html
    {
        font-size: 16px;
    }
}
@media (min-width: 1200px)
{
    body,
    html
    {
        font-size: 18px;
    }
}

@media (min-width: 1200px)
{
    body
    {
        overflow-x: hidden; 
        /* animate.css fix */

        max-width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1200px)
{
    body
    {
        overflow-x: hidden; 
        /* animate.css fix */

        max-width: 100%;
    }
}

.aligncenter
{
    text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6
{
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
}

p
{
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
}

a,
button
{
    -webkit-transition: all .24s ease;
            transition: all .24s ease;
}

section#top
{
    padding-top: 4.444rem;
    padding-bottom: 4.444rem;

    <!-- border-bottom: .1111rem solid #bebebe; -->
    background-color: #4a5750;
    background-image: url('../images/top_bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
section#top h1
{
    font-size: 2rem;
    line-height: 1;

    margin-top: 0;
    margin-bottom: 1.667rem; 

    text-align: center;

    color: #fff;
}
section#top .logo
{
    text-align: center;
}
section#top .logo img
{
    display: inline-block; 

    width: 7.778rem;
    max-width: 100%;
    margin-top: 1.667rem;
    margin-bottom: 1.667rem;

    color: #fff;
}
section#top .logo:first-child img
{
    text-align: left;
}
section#top .logo:last-child img
{
    text-align: right;
}
section#top a.button
{
    font-size: 1.222rem;
    line-height: 2.778rem; 

    display: block;

    margin-top: 1.667rem;

    text-align: center;
    text-decoration: none;

    color: #fff;
    border: .1111rem solid #fff;
    -webkit-border-radius: 1.333rem;
            border-radius: 1.333rem;
    background-color: rgba(0, 0, 0, .5);
}
section#top a.button:hover
{
    background-color: black;
}

section#advantages
{
    padding-top: 4.444rem;
    padding-bottom: 4.444rem; 

    background-color: #fff;
}
section#advantages h2
{
    font-size: 2rem;
    line-height: 1.2;

    margin-top: 0;
    margin-bottom: 1.667rem; 

    text-align: center;

    color: #5a5b5e;
    text-shadow: 0 1px 0 rgba(0, 0, 1, .13);
}
section#advantages i.icons
{
    display: block;

    width: 4.444rem;
    height: 4.444rem;
    margin: 1.667rem auto;

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
section#advantages i.icons.icon-eyeglass
{
    background-image: url('../images/preim_glass.png');
}
section#advantages i.icons.icon-people
{
    background-image: url('../images/preim_friends.png');
}
section#advantages i.icons.icon-badge
{
    background-image: url('../images/preim_badge.png');
}
section#advantages h5
{
    font-size: 1.3rem;
    line-height: .8;

    height: 1.667rem;
    margin: 0; 

    text-align: center;

    color: #5a5b5e;
}
section#advantages p
{
    font-size: 1rem;
    line-height: 1.5;

    max-width: 340px; 
    margin: 10px auto;

    text-align: center;

    color: #5a5b5e;
}

section#work
{
    padding-top: 4.444rem;
    padding-bottom: 4.444rem; 

    background-color: #eff7fb;
}
section#work h2
{
    font-size: 2rem;
    line-height: 1.2;

    margin-top: 0;
    margin-bottom: 3.333rem; 

    text-align: center;

    color: #5a5b5e;
    text-shadow: 0 1px 0 rgba(0, 0, 1, .13);
}
section#work table.worktable-sm
{
    font-size: 1rem;
    line-height: 1rem;
}
section#work table.worktable-sm td
{
    width: 6.25%;

    text-align: center; 
    vertical-align: top;
}
section#work table.worktable-sm td[colspan='2'],
section#work table.worktable-sm td.td-2
{
    width: 12.5%;

    text-align: center; 
    vertical-align: middle;
}
section#work table.worktable-sm td[colspan='4'],
section#work table.worktable-sm td.td-4
{
    width: 25%;
}
section#work table.worktable-sm td img
{
    font-size: 2rem;

    display: block;

    width: 100%;
    max-width: 7.778rem;
    padding: .5556rem;

    color: #4eb9fc;
}
section#work table.worktable-sm .arrltr
{
    position: relative; 

    display: inline-block;

    width: 90%;
    height: 1px;

    background-color: #5a5b5e;
}
section#work table.worktable-sm .arrltr:before
{
    position: absolute;
    top: -2px; 
    left: -1px;

    width: 5px;
    height: 5px;

    content: '';

    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: #5a5b5e;
}
section#work table.worktable-sm .arrltr:after
{
    position: absolute;
    top: -4.5px; 
    right: -6px;

    content: '';

    border: 5px solid transparent;
    border-left: 7px solid #5a5b5e;
}
section#work table.worktable-sm .arrrtl
{
    position: relative; 

    display: inline-block;

    width: 90%;
    height: 1px;

    background-color: #5a5b5e;
}
section#work table.worktable-sm .arrrtl:before
{
    position: absolute;
    top: -4.5px; 
    left: -6px;

    content: '';

    border: 5px solid transparent;
    border-right: 7px solid #5a5b5e;
}
section#work table.worktable-sm .arrrtl:after
{
    position: absolute;
    top: -2px; 
    right: -1px;

    width: 5px;
    height: 5px;

    content: '';

    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: #5a5b5e;
}
section#work table.worktable-sm .capt
{
    display: table;

    width: 100%; 
    height: 4.444rem;
}
section#work table.worktable-sm .capt .crow
{
    display: table-row;
}
section#work table.worktable-sm .capt .crow .ccol
{
    display: table-cell;
}
section#work table.worktable-sm .capt .crow:first-child
{
    height: 1px;
}
section#work table.worktable-sm .capt .crow:first-child .ccol
{
    font-size: 1rem;
    line-height: 1;

    padding-bottom: .5556rem;
}
section#work table.worktable-sm .capt .crow:last-child .ccol
{
    position: relative;
}
section#work table.worktable-sm .capt .crow:last-child .ccol .arrutd
{
    position: absolute;
    top: 10%;
    right: 50%;
    bottom: 0; 

    display: block;

    width: 1px;
    height: 80%;
    min-height: 1.444rem;

    background-color: #5a5b5e;
}
section#work table.worktable-sm .capt .crow:last-child .ccol .arrutd:before
{
    position: absolute;
    top: -1px;
    left: -2px; 

    width: 5px;
    height: 5px;

    content: '';

    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: #5a5b5e;
}
section#work table.worktable-sm .capt .crow:last-child .ccol .arrutd:after
{
    position: absolute;
    bottom: -6px;
    left: -4.5px; 

    content: '';

    border: 5px solid transparent;
    border-top: 7px solid #5a5b5e;
}
section#work table.worktable-sm .capt .crow:last-child .ccol .arrdtu
{
    position: absolute;
    top: 10%;
    right: 50%;
    bottom: 0; 

    display: block;

    width: 1px;
    height: 80%;
    min-height: 1.444rem;

    background-color: #5a5b5e;
}
section#work table.worktable-sm .capt .crow:last-child .ccol .arrdtu:before
{
    position: absolute;
    top: -6px;
    left: -4.5px; 

    content: '';

    border: 5px solid transparent;
    border-bottom: 7px solid #5a5b5e;
}
section#work table.worktable-sm .capt .crow:last-child .ccol .arrdtu:after
{
    position: absolute;
    bottom: -1px;
    left: -2px; 

    width: 5px;
    height: 5px;

    content: '';

    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: #5a5b5e;
}
section#work table.worktable-xs
{
    font-size: 1rem;
    line-height: 1rem;
}
section#work table.worktable-xs td
{
    width: 8.33333%;

    text-align: center; 
    vertical-align: top;
}
section#work table.worktable-xs td[colspan='2'],
section#work table.worktable-xs td.td-2
{
    width: 16.66667%;

    text-align: center; 
    vertical-align: middle;
}
section#work table.worktable-xs td[colspan='4'],
section#work table.worktable-xs td.td-4
{
    width: 33.33333%;
}
section#work table.worktable-xs td img
{
    font-size: 2rem;

    display: block;

    width: 90%;
    max-width: 7.778rem;
    padding: .5556rem;

    color: #4eb9fc;
}
section#work table.worktable-xs .arrltr
{
    position: relative;

    display: inline-block;

    width: 90%;
    height: 1px;
    margin-bottom: .2778rem; 

    background-color: #5a5b5e;
}
section#work table.worktable-xs .arrltr:before
{
    position: absolute;
    top: -2px; 
    left: -1px;

    width: 5px;
    height: 5px;

    content: '';

    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: #5a5b5e;
}
section#work table.worktable-xs .arrltr:after
{
    position: absolute;
    top: -4.5px; 
    right: -6px;

    content: '';

    border: 5px solid transparent;
    border-left: 7px solid #5a5b5e;
}
section#work table.worktable-xs .arrrtl
{
    position: relative;

    display: inline-block;

    width: 90%;
    height: 1px;
    margin-bottom: .2778rem; 

    background-color: #5a5b5e;
}
section#work table.worktable-xs .arrrtl:before
{
    position: absolute;
    top: -4.5px; 
    left: -6px;

    content: '';

    border: 5px solid transparent;
    border-right: 7px solid #5a5b5e;
}
section#work table.worktable-xs .arrrtl:after
{
    position: absolute;
    top: -2px; 
    right: -1px;

    width: 5px;
    height: 5px;

    content: '';

    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: #5a5b5e;
}
section#work table.worktable-xs .capt
{
    display: table;

    width: 100%; 
    height: 4.444rem;
}
section#work table.worktable-xs .capt .crow
{
    display: table-row;
}
section#work table.worktable-xs .capt .crow .ccol
{
    display: table-cell;
}
section#work table.worktable-xs .capt .crow:first-child
{
    height: 1px;
}
section#work table.worktable-xs .capt .crow:first-child .ccol
{
    font-size: 1rem;
    line-height: 1;

    padding-bottom: .5556rem;
}
section#work table.worktable-xs .capt .crow:last-child .ccol
{
    position: relative;
}
section#work table.worktable-xs .capt .crow:last-child .ccol .arrutd
{
    position: absolute;
    top: 10%;
    right: 50%;
    bottom: 0; 

    display: block;

    width: 1px;
    height: 80%;

    background-color: #5a5b5e;
}
section#work table.worktable-xs .capt .crow:last-child .ccol .arrutd:before
{
    position: absolute;
    top: -1px;
    left: -2px; 

    width: 5px;
    height: 5px;

    content: '';

    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: #5a5b5e;
}
section#work table.worktable-xs .capt .crow:last-child .ccol .arrutd:after
{
    position: absolute;
    bottom: -6px;
    left: -4.5px; 

    content: '';

    border: 5px solid transparent;
    border-top: 7px solid #5a5b5e;
}
section#work table.worktable-xs .capt .crow:last-child .ccol .arrdtu
{
    position: absolute;
    top: 10%;
    right: 50%;
    bottom: 0; 

    display: block;

    width: 1px;
    height: 80%;

    background-color: #5a5b5e;
}
section#work table.worktable-xs .capt .crow:last-child .ccol .arrdtu:before
{
    position: absolute;
    top: -6px;
    left: -4.5px; 

    content: '';

    border: 5px solid transparent;
    border-bottom: 7px solid #5a5b5e;
}
section#work table.worktable-xs .capt .crow:last-child .ccol .arrdtu:after
{
    position: absolute;
    bottom: -1px;
    left: -2px; 

    width: 5px;
    height: 5px;

    content: '';

    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: #5a5b5e;
}

section#services
{
    padding-top: 4.444rem;
    padding-bottom: 4.444rem; 

    background-color: #fff;
}
section#services h2
{
    font-size: 2rem;
    line-height: 1.2;

    margin-top: 0;
    margin-bottom: 3.333rem; 

    text-align: center;

    color: #5a5b5e;
    text-shadow: 0 1px 0 rgba(0, 0, 1, .13);
}
section#services .card
{
    margin: 1.222rem 0;
    margin-left: 1.111rem;
}
section#services .card h5
{
    font-size: 1.333rem;
    line-height: 1.2;

    margin: 0; 

    color: #5a5b5e;
}
section#services .card p
{
    font-size: 1rem;
    line-height: 1.2;

    max-width: 400px; 
    margin-top: .1667rem;

    text-align: left;

    color: #5a5b5e;
}
section#services .card.icons:before
{
    display: block;
    float: left;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 4.444rem;
    height: 4.444rem;
    margin-right: 1.111rem; 
    padding: 1.111rem;

    content: '';

    border: .16rem solid #4eb9fc;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
section#services .card.icons.icon-bulb:before
{
    background-image: url('../images/cerv_bulb.png');
}
section#services .card.icons.icon-wallet:before
{
    background-image: url('../images/cerv_bank.png');
}
section#services .card.icons.icon-fire:before
{
    background-image: url('../images/cerv_bug.png');
}
section#services .card.icons.icon-size-actual:before
{
    background-image: url('../images/cerv_pr.png');
}
section#services .card.icons.icon-graph:before
{
    background-image: url('../images/cerv_anal.png');
}
section#services .card.icons.icon-direction:before
{
    background-image: url('../images/cerv_dollar.png');
}
section#services .card.icons.icon-globe-alt:before
{
    background-image: url('../images/cerv_local.png');
}
section#services .card.icons.icon-bubbles:before
{
    background-image: url('../images/cerv_community.png');
}
section#services .card.icons.icon-flag:before
{
    background-image: url('../images/cerv_featuring.png');
}
section#services .card.icons.icon-earphones-alt:before
{
    background-image: url('../images/cerv_headphone.png');
}

section#success
{
    padding-top: 4.444rem;
    padding-bottom: 4.444rem; 

    background-color: #165e88;
    background-image: url('../images/success_bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
section#success h2
{
    font-size: 2rem;
    line-height: 1.2;

    margin-top: 0;
    margin-bottom: 3.333rem; 

    text-align: center;

    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 1, .13);
}
section#success h5
{
    font-size: 1.333rem;
    line-height: 1;

    margin-top: 1.667rem;
    margin-bottom: .5556rem; 

    text-align: left;

    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 1, .13);
}
section#success p
{
    font-size: 1rem;
    line-height: 1.2;

    position: relative;

    display: inline-block;

    margin: 0;
    padding-left: 1.667rem; 

    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 1, .13);
}
section#success p.steam:before,
section#success p.gplay:before,
section#success p.appstore:before
{
    position: absolute;
    top: 50%;
    left: 0;

    display: inline-block;

    width: 1.111rem;
    height: 1.111rem;
    margin-top: -.5556rem; 

    content: '';

    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.111rem;
}
section#success p.steam:before
{
    background-image: url('../images/icon_steam.png');
}
section#success p.gplay:before
{
    background-image: url('../images/icon_gplay.png');
}
section#success p.appstore:before
{
    background-image: url('../images/icon_appstore.png');
}
section#success img
{
    float: left;

    width: 6.5rem;
    height: 6.5rem;
    margin: 1.0rem;
    margin-left: 0;
    margin-right: 0.8rem;
}

section#request
{
    padding-top: 4.444rem;
    padding-bottom: 4.444rem; 

    background-color: #fff;
}
section#request h2
{
    font-size: 2rem;
    line-height: 1.2;

    margin-top: 0;
    margin-bottom: 3.333rem; 

    text-align: center;

    color: #5a5b5e;
    text-shadow: 0 1px 0 rgba(0, 0, 1, .13);
}
section#request form input
{
    font-family: 'Ubuntu', sans-serif;
    line-height: 2.222rem; 

    margin: .5556rem 0;
    padding: 0 1.111rem;

    -webkit-border-radius: 1rem;
            border-radius: 1rem;
}
section#request form input::-webkit-input-placeholder
{
    -webkit-transition: opacity .7s ease;
            transition: opacity .7s ease;
    text-overflow: ellipsis; 

    opacity: 1;
    color: rgba(90, 91, 94, .5);
}
section#request form input::-moz-placeholder
{
    -webkit-transition: opacity .7s ease;
            transition: opacity .7s ease;
    text-overflow: ellipsis; 

    opacity: 1;
    color: rgba(90, 91, 94, .5);
}
section#request form input:-ms-input-placeholder
{
    -webkit-transition: opacity .7s ease;
            transition: opacity .7s ease;
    text-overflow: ellipsis; 

    opacity: 1;
    color: rgba(90, 91, 94, .5);
}
section#request form input::placeholder
{
    -webkit-transition: opacity .7s ease;
            transition: opacity .7s ease;
    text-overflow: ellipsis; 

    opacity: 1;
    color: rgba(90, 91, 94, .5);
}
section#request form input:focus::-webkit-input-placeholder
{
    -webkit-transition: opacity .7s ease;
            transition: opacity .7s ease; 

    opacity: 0;
}
section#request form input:focus::-moz-placeholder
{
    -webkit-transition: opacity .7s ease;
            transition: opacity .7s ease; 

    opacity: 0;
}
section#request form input:focus:-ms-input-placeholder
{
    -webkit-transition: opacity .7s ease;
            transition: opacity .7s ease; 

    opacity: 0;
}
section#request form input:focus::placeholder
{
    -webkit-transition: opacity .7s ease;
            transition: opacity .7s ease; 

    opacity: 0;
}
section#request form textarea
{
    font-family: 'Ubuntu', sans-serif;
    line-height: 1.2;

    margin: .5556rem 0;
    padding: 1.111rem; 

    -webkit-border-radius: 1.111rem;
            border-radius: 1.111rem;
}
section#request form textarea::-webkit-input-placeholder
{
    color: rgba(90, 91, 94, .5);
}
section#request form textarea::-moz-placeholder
{
    color: rgba(90, 91, 94, .5);
}
section#request form textarea:-ms-input-placeholder
{
    color: rgba(90, 91, 94, .5);
}
section#request form textarea::placeholder
{
    color: rgba(90, 91, 94, .5);
}
section#request form textarea:focus::-webkit-input-placeholder
{
    -webkit-transition: opacity .7s ease;
            transition: opacity .7s ease; 

    opacity: 0;
}
section#request form textarea:focus::-moz-placeholder
{
    -webkit-transition: opacity .7s ease;
            transition: opacity .7s ease; 

    opacity: 0;
}
section#request form textarea:focus:-ms-input-placeholder
{
    -webkit-transition: opacity .7s ease;
            transition: opacity .7s ease; 

    opacity: 0;
}
section#request form textarea:focus::placeholder
{
    -webkit-transition: opacity .7s ease;
            transition: opacity .7s ease; 

    opacity: 0;
}
section#request form .g-recaptcha
{
    margin: .5556rem 0;
}
section#request form button
{
    font-size: 1.222rem;
    line-height: 2.778rem; 

    display: block;

    width: 100%;
    margin: .5556rem 0;

    text-align: center;
    text-decoration: none;

    color: #165e88;
    border: .1111rem solid #165e88;
    -webkit-border-radius: 1.333rem;
            border-radius: 1.333rem;
    background-color: rgba(0, 0, 0, .1);
}
section#request form button:hover
{
    color: #e3000f;
    border-color: #e3000f; 
    background-color: transparent;
}
section#request form .help-block
{
    font-size: .7778rem;

    margin: 0;
    margin-top: -.5556rem;
    margin-bottom: -.5556rem;
    padding-left: 1.111rem;
}
section#request form .help-block ul
{
    margin: 0;
    padding: 0;
}
section#request form .help-block ul li
{
    list-style: none;
}
