@charset "UTF-8";
@font-face {
    font-family: 'averta';
    src: url('../fonts/averta-regular-webfont.eot');
    src: url('../fonts/averta-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/averta-regular-webfont.woff2') format('woff2'),
    url('../fonts/averta-regular-webfont.woff') format('woff'),
    url('../fonts/averta-regular-webfont.ttf') format('truetype'),
    url('../fonts/averta-regular-webfont.svg#avertaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active {
    outline: 0;
}
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
@media print {
    *,
    *:before,
    *:after {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .inv {
        display: none;
    }
    .navbar {
        display: none;
    }
    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}
html {
    box-sizing: border-box;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
@-moz-viewport {
    width: device-width;
}
@-ms-viewport {
    width: device-width;
}
@-o-viewport {
    width: device-width;
}
@-webkit-viewport {
    width: device-width;
}
@viewport {
    width: device-width;
}
html {
    font-size: 14px;
    -webkit-tap-highlight-color: transparent;
}
body {
    font-family: "averta", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #2e5366;
    background-color: #fff;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #818a91;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}
dt {
    font-weight: bold;
}
dd {
    margin-bottom: .5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
a {
    color: #319CD5;
    text-decoration: none;
}
a:focus, a:hover {
    color: #1f6f9a;
    text-decoration: underline;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: middle;
}
[role="button"] {
    cursor: pointer;
}
table {
    background-color: transparent;
}
caption {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    color: #818a91;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: left;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
}
input,
button,
select,
textarea {
    margin: 0;
    line-height: inherit;
}
textarea {
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
}
input[type="search"] {
    -webkit-appearance: none;
}
output {
    display: inline-block;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h1, .h1,
h2, .h2,
h3, .h3 {
    margin-bottom: 0.6rem;
}
h4, .h4,
h5, .h5,
h6, .h6 {
    margin-bottom: 0.6rem;
}
h1, .h1 {
    font-size: 2.5rem;
}
h2, .h2 {
    font-size: 2rem;
}
h3, .h3 {
    font-size: 1.75rem;
}
h4, .h4 {
    font-size: 1.5rem;
}
h5, .h5 {
    font-size: 1.25rem;
}
h6, .h6 {
    font-size: 1rem;
}
*, a:hover, a:active {
    outline: none !important;
}
.inv {
    display: none;
}
.lead {
    font-size: 1.45rem;
    font-weight: 300;
}
.display-1 {
    font-size: 3rem;
    font-weight: 300;
}
.display-2 {
    font-size: 4.5rem;
    font-weight: 300;
}
.display-3 {
    font-size: 5.5rem;
    font-weight: 300;
}
.display-4 {
    font-size: 6rem;
    font-weight: 300;
}
hr {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
    border: 0;
}
small {
    font-size: 80%;
    font-weight: normal;
    color: #2e5366;
}
.small {
    font-size: 90%;
    font-weight: normal;
}
mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3;
}
br:after {
    content: '';
    clear: both;
    height: 1px;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.dl-horizontal {
    margin-right: -1.875rem;
    margin-left: -1.875rem;
}
.dl-horizontal:before, .dl-horizontal:after {
    content: " ";
    display: table;
}
.dl-horizontal:after {
    clear: both;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
.blockquote {
    padding: 0.6rem 1.2rem;
    margin-bottom: 1.2rem;
    font-size: 1.25rem;
}
.blockquote p:last-child,
.blockquote ul:last-child,
.blockquote ol:last-child {
    margin-bottom: 0;
    color: #2e5366;
}
.blockquote footer {
    display: block;
    font-size: 80%;
    line-height: 1.5;
    color: rgba(46, 83, 102, 0.66);
    font-style: normal !important;
}
.blockquote footer cite {
    font-weight: 600;
    color: #319CD5;
    font-style: normal !important;
}
.blockquote-reverse {
    padding-right: 1.2rem;
    padding-left: 0;
    text-align: right;
    border-right: 0.25rem solid #eceeef;
    border-left: 0;
}
.blockquote-reverse footer:before {
    content: "";
}
.blockquote-reverse footer:after {
    content: "\00A0 \2014";
}
.figure {
    display: inline-block;
}
.figure > img {
    line-height: 1;
    margin-bottom: 0.6rem;
}
.figure-caption {
    font-size: 90%;
    color: #818a91;
}
.img-responsive, .figure > img, .carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 0.2rem;
}
.img-thumbnail {
    padding: 0.25rem;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0.2rem;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%;
}
code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
    padding: .2rem .4rem;
    font-size: 90%;
    color: #bd4147;
    background-color: #f7f7f9;
    border-radius: 0.2rem;
}
kbd {
    padding: .2rem .4rem;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 0.2rem;
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
}
pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
    line-height: 1.5;
    color: #373a3c;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px white inset;
    -webkit-text-fill-color: #373a3c;
}
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px white inset;
    -webkit-text-fill-color: #373a3c;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}
.container:before, .container:after {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}
@media (min-width: 34em) {
    .container {
        max-width: 34rem;
    }
}
@media (min-width: 48em) {
    .container {
        max-width: 100%;
    }
}
@media (min-width: 62em) {
    .container {
        max-width: 60rem;
    }
}
@media (min-width: 75em) {
    .container {
        max-width: 72.25rem;
    }
}
.container.theBlog {
    max-width: 1440px !important;
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}
.background-container {
    background: #2E2E2E;
}
.container-fluid:before, .container-fluid:after {
    content: " ";
    display: table;
}
.container-fluid:after {
    clear: both;
}
.row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
}
.row:before, .row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.col-xs-1 {
    width: 8.3333333333%;
}
.col-xs-2 {
    width: 16.6666666667%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-4 {
    width: 33.3333333333%;
}
.col-xs-5 {
    width: 41.6666666667%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-7 {
    width: 58.3333333333%;
}
.col-xs-8 {
    width: 66.6666666667%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-10 {
    width: 83.3333333333%;
}
.col-xs-11 {
    width: 91.6666666667%;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-pull-1 {
    right: 8.3333333333%;
}
.col-xs-pull-2 {
    right: 16.6666666667%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-4 {
    right: 33.3333333333%;
}
.col-xs-pull-5 {
    right: 41.6666666667%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-7 {
    right: 58.3333333333%;
}
.col-xs-pull-8 {
    right: 66.6666666667%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-10 {
    right: 83.3333333333%;
}
.col-xs-pull-11 {
    right: 91.6666666667%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-push-1 {
    left: 8.3333333333%;
}
.col-xs-push-2 {
    left: 16.6666666667%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-4 {
    left: 33.3333333333%;
}
.col-xs-push-5 {
    left: 41.6666666667%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-7 {
    left: 58.3333333333%;
}
.col-xs-push-8 {
    left: 66.6666666667%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-10 {
    left: 83.3333333333%;
}
.col-xs-push-11 {
    left: 91.6666666667%;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-offset-0 {
    margin-left: 0%;
}
.col-xs-offset-1 {
    margin-left: 8.3333333333%;
}
.col-xs-offset-2 {
    margin-left: 16.6666666667%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-4 {
    margin-left: 33.3333333333%;
}
.col-xs-offset-5 {
    margin-left: 41.6666666667%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-7 {
    margin-left: 58.3333333333%;
}
.col-xs-offset-8 {
    margin-left: 66.6666666667%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-10 {
    margin-left: 83.3333333333%;
}
.col-xs-offset-11 {
    margin-left: 91.6666666667%;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
@media (min-width: 34em) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    .col-sm-1 {
        width: 8.3333333333%;
    }
    .col-sm-2 {
        width: 16.6666666667%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.3333333333%;
    }
    .col-sm-5 {
        width: 41.6666666667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.3333333333%;
    }
    .col-sm-8 {
        width: 66.6666666667%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.3333333333%;
    }
    .col-sm-11 {
        width: 91.6666666667%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-pull-1 {
        right: 8.3333333333%;
    }
    .col-sm-pull-2 {
        right: 16.6666666667%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-4 {
        right: 33.3333333333%;
    }
    .col-sm-pull-5 {
        right: 41.6666666667%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-7 {
        right: 58.3333333333%;
    }
    .col-sm-pull-8 {
        right: 66.6666666667%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-10 {
        right: 83.3333333333%;
    }
    .col-sm-pull-11 {
        right: 91.6666666667%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-push-1 {
        left: 8.3333333333%;
    }
    .col-sm-push-2 {
        left: 16.6666666667%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-4 {
        left: 33.3333333333%;
    }
    .col-sm-push-5 {
        left: 41.6666666667%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-7 {
        left: 58.3333333333%;
    }
    .col-sm-push-8 {
        left: 66.6666666667%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-10 {
        left: 83.3333333333%;
    }
    .col-sm-push-11 {
        left: 91.6666666667%;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
    .col-sm-offset-1 {
        margin-left: 8.3333333333%;
    }
    .col-sm-offset-2 {
        margin-left: 16.6666666667%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        margin-left: 33.3333333333%;
    }
    .col-sm-offset-5 {
        margin-left: 41.6666666667%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        margin-left: 58.3333333333%;
    }
    .col-sm-offset-8 {
        margin-left: 66.6666666667%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        margin-left: 83.3333333333%;
    }
    .col-sm-offset-11 {
        margin-left: 91.6666666667%;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
}
@media (min-width: 48em) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-1 {
        width: 8.3333333333%;
    }
    .col-md-2 {
        width: 16.6666666667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.3333333333%;
    }
    .col-md-5 {
        width: 41.6666666667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.3333333333%;
    }
    .col-md-8 {
        width: 66.6666666667%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.3333333333%;
    }
    .col-md-11 {
        width: 91.6666666667%;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-pull-1 {
        right: 8.3333333333%;
    }
    .col-md-pull-2 {
        right: 16.6666666667%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-4 {
        right: 33.3333333333%;
    }
    .col-md-pull-5 {
        right: 41.6666666667%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-7 {
        right: 58.3333333333%;
    }
    .col-md-pull-8 {
        right: 66.6666666667%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-10 {
        right: 83.3333333333%;
    }
    .col-md-pull-11 {
        right: 91.6666666667%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-push-1 {
        left: 8.3333333333%;
    }
    .col-md-push-2 {
        left: 16.6666666667%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-4 {
        left: 33.3333333333%;
    }
    .col-md-push-5 {
        left: 41.6666666667%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-7 {
        left: 58.3333333333%;
    }
    .col-md-push-8 {
        left: 66.6666666667%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-10 {
        left: 83.3333333333%;
    }
    .col-md-push-11 {
        left: 91.6666666667%;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
    .col-md-offset-1 {
        margin-left: 8.3333333333%;
    }
    .col-md-offset-2 {
        margin-left: 16.6666666667%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-4 {
        margin-left: 33.3333333333%;
    }
    .col-md-offset-5 {
        margin-left: 41.6666666667%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-7 {
        margin-left: 58.3333333333%;
    }
    .col-md-offset-8 {
        margin-left: 66.6666666667%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-10 {
        margin-left: 83.3333333333%;
    }
    .col-md-offset-11 {
        margin-left: 91.6666666667%;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
}
@media (min-width: 62em) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
    .col-lg-1 {
        width: 8.3333333333%;
    }
    .col-lg-2 {
        width: 16.6666666667%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-4 {
        width: 33.3333333333%;
    }
    .col-lg-5 {
        width: 41.6666666667%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7 {
        width: 58.3333333333%;
    }
    .col-lg-8 {
        width: 66.6666666667%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-10 {
        width: 83.3333333333%;
    }
    .col-lg-11 {
        width: 91.6666666667%;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-pull-1 {
        right: 8.3333333333%;
    }
    .col-lg-pull-2 {
        right: 16.6666666667%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-4 {
        right: 33.3333333333%;
    }
    .col-lg-pull-5 {
        right: 41.6666666667%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-7 {
        right: 58.3333333333%;
    }
    .col-lg-pull-8 {
        right: 66.6666666667%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-10 {
        right: 83.3333333333%;
    }
    .col-lg-pull-11 {
        right: 91.6666666667%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-push-1 {
        left: 8.3333333333%;
    }
    .col-lg-push-2 {
        left: 16.6666666667%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-4 {
        left: 33.3333333333%;
    }
    .col-lg-push-5 {
        left: 41.6666666667%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-7 {
        left: 58.3333333333%;
    }
    .col-lg-push-8 {
        left: 66.6666666667%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-10 {
        left: 83.3333333333%;
    }
    .col-lg-push-11 {
        left: 91.6666666667%;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
    .col-lg-offset-1 {
        margin-left: 8.3333333333%;
    }
    .col-lg-offset-2 {
        margin-left: 16.6666666667%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-4 {
        margin-left: 33.3333333333%;
    }
    .col-lg-offset-5 {
        margin-left: 41.6666666667%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-7 {
        margin-left: 58.3333333333%;
    }
    .col-lg-offset-8 {
        margin-left: 66.6666666667%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-10 {
        margin-left: 83.3333333333%;
    }
    .col-lg-offset-11 {
        margin-left: 91.6666666667%;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
}
@media (min-width: 75em) {
    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        float: left;
    }
    .col-xl-1 {
        width: 8.3333333333%;
    }
    .col-xl-2 {
        width: 16.6666666667%;
    }
    .col-xl-3 {
        width: 25%;
    }
    .col-xl-4 {
        width: 33.3333333333%;
    }
    .col-xl-5 {
        width: 41.6666666667%;
    }
    .col-xl-6 {
        width: 50%;
    }
    .col-xl-7 {
        width: 58.3333333333%;
    }
    .col-xl-8 {
        width: 66.6666666667%;
    }
    .col-xl-9 {
        width: 75%;
    }
    .col-xl-10 {
        width: 83.3333333333%;
    }
    .col-xl-11 {
        width: 91.6666666667%;
    }
    .col-xl-12 {
        width: 100%;
    }
    .col-xl-pull-0 {
        right: auto;
    }
    .col-xl-pull-1 {
        right: 8.3333333333%;
    }
    .col-xl-pull-2 {
        right: 16.6666666667%;
    }
    .col-xl-pull-3 {
        right: 25%;
    }
    .col-xl-pull-4 {
        right: 33.3333333333%;
    }
    .col-xl-pull-5 {
        right: 41.6666666667%;
    }
    .col-xl-pull-6 {
        right: 50%;
    }
    .col-xl-pull-7 {
        right: 58.3333333333%;
    }
    .col-xl-pull-8 {
        right: 66.6666666667%;
    }
    .col-xl-pull-9 {
        right: 75%;
    }
    .col-xl-pull-10 {
        right: 83.3333333333%;
    }
    .col-xl-pull-11 {
        right: 91.6666666667%;
    }
    .col-xl-pull-12 {
        right: 100%;
    }
    .col-xl-push-0 {
        left: auto;
    }
    .col-xl-push-1 {
        left: 8.3333333333%;
    }
    .col-xl-push-2 {
        left: 16.6666666667%;
    }
    .col-xl-push-3 {
        left: 25%;
    }
    .col-xl-push-4 {
        left: 33.3333333333%;
    }
    .col-xl-push-5 {
        left: 41.6666666667%;
    }
    .col-xl-push-6 {
        left: 50%;
    }
    .col-xl-push-7 {
        left: 58.3333333333%;
    }
    .col-xl-push-8 {
        left: 66.6666666667%;
    }
    .col-xl-push-9 {
        left: 75%;
    }
    .col-xl-push-10 {
        left: 83.3333333333%;
    }
    .col-xl-push-11 {
        left: 91.6666666667%;
    }
    .col-xl-push-12 {
        left: 100%;
    }
    .col-xl-offset-0 {
        margin-left: 0%;
    }
    .col-xl-offset-1 {
        margin-left: 8.3333333333%;
    }
    .col-xl-offset-2 {
        margin-left: 16.6666666667%;
    }
    .col-xl-offset-3 {
        margin-left: 25%;
    }
    .col-xl-offset-4 {
        margin-left: 33.3333333333%;
    }
    .col-xl-offset-5 {
        margin-left: 41.6666666667%;
    }
    .col-xl-offset-6 {
        margin-left: 50%;
    }
    .col-xl-offset-7 {
        margin-left: 58.3333333333%;
    }
    .col-xl-offset-8 {
        margin-left: 66.6666666667%;
    }
    .col-xl-offset-9 {
        margin-left: 75%;
    }
    .col-xl-offset-10 {
        margin-left: 83.3333333333%;
    }
    .col-xl-offset-11 {
        margin-left: 91.6666666667%;
    }
    .col-xl-offset-12 {
        margin-left: 100%;
    }
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.2rem;
    border: 1px solid #DDE3EB;
    border-radius: 0.2rem;
}
.table th,
.table td {
    padding: 1.75rem;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #eceeef;
}
.table td.Green {
    font-size: 1.25rem !important;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef;
    font-size: 1.14289rem;
}
.table tbody th {
    color: #318CD5;
    font-weight: 500;
}
.table tbody + tbody {
    border-top: 2px solid #eceeef;
}
.table .table {
    background-color: #fff;
}
.table-sm th,
.table-sm td {
    padding: 0.3rem;
}
.table-bordered {
    border: 1px solid #eceeef;
}
.table-bordered th,
.table-bordered td {
    border: 1px solid #eceeef;
}
.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-hover tbody tr:hover {
    background-color: #f5f5f5;
}
.table-active,
.table-active > th,
.table-active > td {
    background-color: #f5f5f5;
}
.table-hover .table-active:hover {
    background-color: #e8e8e8;
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: #e8e8e8;
}
.table-success,
.table-success > th,
.table-success > td {
    background-color: #dff0d8;
}
.table-hover .table-success:hover {
    background-color: #d0e9c6;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #d0e9c6;
}
.table-info,
.table-info > th,
.table-info > td {
    background-color: #d9edf7;
}
.table-hover .table-info:hover {
    background-color: #c4e3f3;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #c4e3f3;
}
.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #fcf8e3;
}
.table-hover .table-warning:hover {
    background-color: #faf2cc;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #faf2cc;
}
.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f2dede;
}
.table-hover .table-danger:hover {
    background-color: #ebcccc;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #ebcccc;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
}
.thead-inverse th {
    color: #fff;
    background-color: #373a3c;
}
.thead-default th {
    color: #55595c;
    background-color: #eceeef;
}
.table-inverse {
    color: #eceeef;
    background-color: #373a3c;
}
.table-inverse.table-bordered {
    border: 0;
}
.table-inverse th,
.table-inverse td,
.table-inverse thead th {
    border-color: #55595c;
}
.table-reflow thead {
    float: left;
}
.table-reflow tbody {
    display: block;
    white-space: nowrap;
}
.table-reflow th,
.table-reflow td {
    border-top: 1px solid #eceeef;
    border-left: 1px solid #eceeef;
}
.table-reflow th:last-child,
.table-reflow td:last-child {
    border-right: 1px solid #eceeef;
}
.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
    border-bottom: 1px solid #eceeef;
}
.table-reflow tr {
    float: left;
}
.table-reflow tr th,
.table-reflow tr td {
    display: block !important;
    border: 1px solid #eceeef;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.575rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #2e5366;
    background-color: #fff;
    background-image: none;
    border: 1px solid #CFDCE3;
    border-radius: 0.2rem;
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control:focus {
    outline: none;
    color: #2e5366;
}
.form-control::placeholder {
    color: #708997;
    opacity: 1;
}
.form-control::-webkit-input-placeholder {
    color: #708997;
}
.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #708997;
}
.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #708997;
}
.form-control:-ms-input-placeholder {
    color: #708997;
}
.form-control:disabled, .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eceeef;
    opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed;
}
.form-control-file,
.form-control-range {
    display: block;
}
.form-control-label {
    padding: 0.6375rem 0.75rem;
    margin-bottom: 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 2.775rem;
    }
    input[type="date"].input-sm, .input-group-sm input[type="date"].form-control,
    input[type="time"].input-sm, .input-group-sm
    input[type="time"].form-control,
    input[type="datetime-local"].input-sm, .input-group-sm
    input[type="datetime-local"].form-control,
    input[type="month"].input-sm, .input-group-sm
    input[type="month"].form-control {
        line-height: 1.95rem;
    }
    input[type="date"].input-lg, .input-group-lg input[type="date"].form-control,
    input[type="time"].input-lg, .input-group-lg
    input[type="time"].form-control,
    input[type="datetime-local"].input-lg, .input-group-lg
    input[type="datetime-local"].form-control,
    input[type="month"].input-lg, .input-group-lg
    input[type="month"].form-control {
        line-height: 3.2916666667rem;
    }
}
.form-control-static {
    min-height: 2.775rem;
    padding-top: 0.6375rem;
    padding-bottom: 0.6375rem;
    margin-bottom: 0;
}
.form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0;
}
.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    padding: 0.275rem 0.75rem;
    font-size: 0.85rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    padding: 0.75rem 1.25rem;
    font-size: 1.25rem;
    line-height: 1.3333333333;
    border-radius: 0.2rem;
}
.form-group {
    margin-bottom: 15px;
}
.radio,
.checkbox {
    position: relative;
    display: block;
    margin-bottom: 0.9rem;
}
.radio label,
.checkbox label {
    padding-left: 1.25rem;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
.radio label input:only-child,
.checkbox label input:only-child {
    position: static;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: .25rem;
    margin-left: -1.25rem;
}
.radio + .radio,
.checkbox + .checkbox {
    margin-top: -.25rem;
}
.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 1.25rem;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: .75rem;
}
input[type="radio"]:disabled, input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"]:disabled,
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
    cursor: not-allowed;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
    cursor: not-allowed;
}
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
    cursor: not-allowed;
}
.form-control-success,
.form-control-warning,
.form-control-error {
    padding-right: 2.25rem;
    background-position: center right 0.69375rem;
    background-size: 1.80375rem 1.80375rem;
    background-repeat: no-repeat;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #37CCAA;
}
.has-success .form-control {
    border-color: #37CCAA;
}
.has-success .input-group-addon {
    color: #37CCAA;
    border-color: #37CCAA;
    background-color: #daf5ef;
}
.has-success .form-control-feedback {
    color: #37CCAA;
}
.has-success .form-control-success {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNoZWNrIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDYxMiA3OTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYxMiA3OTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiM1Q0I4NUMiIGQ9Ik0yMzMuOCw2MTAuMWMtMTMuMywwLTI1LjktNi4yLTM0LTE2LjlMOTAuNSw0NDguOEM3Ni4zLDQzMCw4MCw0MDMuMyw5OC44LDM4OS4xYzE4LjgtMTQuMyw0NS41LTEwLjUsNTkuOCw4LjNsNzEuOSw5NWwyMjAuOS0yNTAuNWMxMi41LTIwLDM4LjgtMjYuMSw1OC44LTEzLjZjMjAsMTIuNCwyNi4xLDM4LjcsMTMuNiw1OC44TDI3MCw1OTBjLTcuNCwxMi0yMC4yLDE5LjQtMzQuMywyMC4xQzIzNS4xLDYxMC4xLDIzNC41LDYxMC4xLDIzMy44LDYxMC4xeiIvPjwvc3ZnPg==");
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
    color: #F79611;
}
.has-warning .form-control {
    border-color: #F79611;
}
.has-warning .input-group-addon {
    color: #F79611;
    border-color: #F79611;
    background-color: #feedd6;
}
.has-warning .form-control-feedback {
    color: #F79611;
}
.has-warning .form-control-warning {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9Ildhcm5pbmciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNjEyIDc5MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNjEyIDc5MiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI0YwQUQ0RSIgZD0iTTYwMyw2NDAuMmwtMjc4LjUtNTA5Yy0zLjgtNi42LTEwLjgtMTAuNi0xOC41LTEwLjZzLTE0LjcsNC4xLTE4LjUsMTAuNkw5LDY0MC4yYy0zLjcsNi41LTMuNiwxNC40LDAuMiwyMC44YzMuOCw2LjUsMTAuOCwxMC40LDE4LjMsMTAuNGg1NTcuMWM3LjUsMCwxNC41LTMuOSwxOC4zLTEwLjRDNjA2LjYsNjU0LjYsNjA2LjcsNjQ2LjYsNjAzLDY0MC4yeiBNMzM2LjYsNjEwLjJoLTYxLjJWNTQ5aDYxLjJWNjEwLjJ6IE0zMzYuNiw1MDMuMWgtNjEuMlYzMDQuMmg2MS4yVjUwMy4xeiIvPjwvc3ZnPg==");
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #d9534f;
}
.has-error .form-control {
    border-color: #d9534f;
}
.has-error .input-group-addon {
    color: #d9534f;
    border-color: #d9534f;
    background-color: #fdf7f7;
}
.has-error .form-control-feedback {
    color: #d9534f;
}
.has-error .form-control-error {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNyb3NzIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDYxMiA3OTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYxMiA3OTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiNEOTUzNEYiIGQ9Ik00NDcsNTQ0LjRjLTE0LjQsMTQuNC0zNy42LDE0LjQtNTEuOSwwTDMwNiw0NTEuN2wtODkuMSw5Mi43Yy0xNC40LDE0LjQtMzcuNiwxNC40LTUxLjksMGMtMTQuNC0xNC40LTE0LjQtMzcuNiwwLTUxLjlsOTIuNC05Ni40TDE2NSwyOTkuNmMtMTQuNC0xNC40LTE0LjQtMzcuNiwwLTUxLjlzMzcuNi0xNC40LDUxLjksMGw4OS4yLDkyLjdsODkuMS05Mi43YzE0LjQtMTQuNCwzNy42LTE0LjQsNTEuOSwwYzE0LjQsMTQuNCwxNC40LDM3LjYsMCw1MS45TDM1NC43LDM5Nmw5Mi40LDk2LjRDNDYxLjQsNTA2LjgsNDYxLjQsNTMwLDQ0Nyw1NDQuNHoiLz48L3N2Zz4=");
    color: #e27c79;
}
@media (min-width: 34em) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-static {
        display: inline-block;
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }
    .form-inline .input-group > .form-control {
        width: 100%;
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}
.btn {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.7rem 2rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:focus, .btn:hover {
    text-decoration: none;
}
.btn.focus {
    text-decoration: none;
}
.btn:active, .btn.active {
    background-image: none;
    outline: 0;
}
.btn.disabled, .btn:disabled, fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
}
a.btn.disaabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}
.btn-primary {
    color: #fff !important;
    background-color: #FEB000;
    border-color: #FEB000;
}
.btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ffb819;
    border-color: #ffb819;
}
.btn-primary:hover {
    color: #fff;
    background-color: #ffb819;
    border-color: #ffb819;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none;
}
.btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #FEB000;
    border-color: #FEB000;
}
.btn-primary.disabled:hover, .btn-primary:disabled:hover, fieldset[disabled] .btn-primary:hover {
    background-color: #FEB000;
    border-color: #FEB000;
}
.btn-secondary {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
    border-color: #fff;
}
.btn-secondary:focus, .btn-secondary.focus, .btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
    border-color: white;
}
.btn-secondary:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
    border-color: white;
}
.btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
    background-image: none;
}
.btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled.focus, fieldset[disabled] .btn-secondary:focus, fieldset[disabled] .btn-secondary.focus {
    background-color: rgba(255, 255, 255, 0.3);
    border-color: #fff;
}
.btn-secondary.disabled:hover, .btn-secondary:disabled:hover, fieldset[disabled] .btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.3);
    border-color: #fff;
}
.btn-info {
    color: #fff;
    background-color: #319CD5;
    border-color: #319CD5;
}
.btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #46a6d9;
    border-color: #46a6d9;
}
.btn-info:hover {
    color: #fff;
    background-color: #46a6d9;
    border-color: #46a6d9;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none;
}
.btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info:disabled.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #319CD5;
    border-color: #319CD5;
}
.btn-info.disabled:hover, .btn-info:disabled:hover, fieldset[disabled] .btn-info:hover {
    background-color: #319CD5;
    border-color: #319CD5;
}
.btn-success {
    color: #fff;
    background-color: #37CCAA;
    border-color: #37CCAA;
}
.btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #4bd1b3;
    border-color: #4bd1b3;
}
.btn-success:hover {
    color: #fff;
    background-color: #4bd1b3;
    border-color: #4bd1b3;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none;
}
.btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #37CCAA;
    border-color: #37CCAA;
}
.btn-success.disabled:hover, .btn-success:disabled:hover, fieldset[disabled] .btn-success:hover {
    background-color: #37CCAA;
    border-color: #37CCAA;
}
.btn-warning {
    color: #fff;
    background-color: #F79611;
    border-color: #F79611;
}
.btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #f8a12a;
    border-color: #f8a12a;
}
.btn-warning:hover {
    color: #fff;
    background-color: #f8a12a;
    border-color: #f8a12a;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none;
}
.btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #F79611;
    border-color: #F79611;
}
.btn-warning.disabled:hover, .btn-warning:disabled:hover, fieldset[disabled] .btn-warning:hover {
    background-color: #F79611;
    border-color: #F79611;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}
.btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #de6764;
    border-color: #de6764;
}
.btn-danger:hover {
    color: #fff;
    background-color: #de6764;
    border-color: #de6764;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none;
}
.btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d9534f;
}
.btn-danger.disabled:hover, .btn-danger:disabled:hover, fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d9534f;
}
.btn-primary-outline {
    color: #FEB000;
    background-image: none;
    background-color: transparent;
    border-color: #FEB000;
}
.btn-primary-outline:focus, .btn-primary-outline.focus, .btn-primary-outline:active, .btn-primary-outline.active, .open > .btn-primary-outline.dropdown-toggle {
    color: #fff;
    background-color: #FEB000;
    border-color: #FEB000;
}
.btn-primary-outline:hover {
    color: #fff;
    background-color: #FEB000;
    border-color: #FEB000;
}
.btn-primary-outline.disabled:focus, .btn-primary-outline.disabled.focus, .btn-primary-outline:disabled:focus, .btn-primary-outline:disabled.focus, fieldset[disabled] .btn-primary-outline:focus, fieldset[disabled] .btn-primary-outline.focus {
    border-color: #ffd065;
}
.btn-primary-outline.disabled:hover, .btn-primary-outline:disabled:hover, fieldset[disabled] .btn-primary-outline:hover {
    border-color: #ffd065;
}
.btn-secondary-outline {
    color: #fff;
    background-image: none;
    background-color: transparent;
    border-color: #fff;
    background-color: rgba(255, 255, 255, 0.3) !important;
}
.btn-secondary-outline:focus, .btn-secondary-outline.focus, .btn-secondary-outline:active, .btn-secondary-outline.active, .open > .btn-secondary-outline.dropdown-toggle {
    color: #fff;
    background-color: #fff;
    border-color: #fff;
}
.btn-secondary-outline:hover {
    color: #fff;
    background-color: #fff;
    border-color: #fff;
}
.btn-secondary-outline.disabled:focus, .btn-secondary-outline.disabled.focus, .btn-secondary-outline:disabled:focus, .btn-secondary-outline:disabled.focus, fieldset[disabled] .btn-secondary-outline:focus, fieldset[disabled] .btn-secondary-outline.focus {
    border-color: white;
}
.btn-secondary-outline.disabled:hover, .btn-secondary-outline:disabled:hover, fieldset[disabled] .btn-secondary-outline:hover {
    border-color: white;
}
.btn-secondary-outline:hover {
    background-color: rgba(217, 217, 217, 0.3) !important;
}
.btn-info-outline {
    color: #319CD5;
    background-image: none;
    background-color: transparent;
    border-color: #319CD5;
}
.btn-info-outline:focus, .btn-info-outline.focus, .btn-info-outline:active, .btn-info-outline.active, .open > .btn-info-outline.dropdown-toggle {
    color: #fff;
    background-color: #319CD5;
    border-color: #319CD5;
}
.btn-info-outline:hover {
    color: #fff;
    background-color: #319CD5;
    border-color: #319CD5;
}
.btn-info-outline.disabled:focus, .btn-info-outline.disabled.focus, .btn-info-outline:disabled:focus, .btn-info-outline:disabled.focus, fieldset[disabled] .btn-info-outline:focus, fieldset[disabled] .btn-info-outline.focus {
    border-color: #86c5e6;
}
.btn-info-outline.disabled:hover, .btn-info-outline:disabled:hover, fieldset[disabled] .btn-info-outline:hover {
    border-color: #86c5e6;
}
.btn-success-outline {
    color: #37CCAA;
    background-image: none;
    background-color: transparent;
    border-color: #37CCAA;
}
.btn-success-outline:focus, .btn-success-outline.focus, .btn-success-outline:active, .btn-success-outline.active, .open > .btn-success-outline.dropdown-toggle {
    color: #fff;
    background-color: #37CCAA;
    border-color: #37CCAA;
}
.btn-success-outline:hover {
    color: #fff;
    background-color: #37CCAA;
    border-color: #37CCAA;
}
.btn-success-outline.disabled:focus, .btn-success-outline.disabled.focus, .btn-success-outline:disabled:focus, .btn-success-outline:disabled.focus, fieldset[disabled] .btn-success-outline:focus, fieldset[disabled] .btn-success-outline.focus {
    border-color: #88e1cd;
}
.btn-success-outline.disabled:hover, .btn-success-outline:disabled:hover, fieldset[disabled] .btn-success-outline:hover {
    border-color: #88e1cd;
}
.btn-warning-outline {
    color: #F79611;
    background-image: none;
    background-color: transparent;
    border-color: #F79611;
}
.btn-warning-outline:focus, .btn-warning-outline.focus, .btn-warning-outline:active, .btn-warning-outline.active, .open > .btn-warning-outline.dropdown-toggle {
    color: #fff;
    background-color: #F79611;
    border-color: #F79611;
}
.btn-warning-outline:hover {
    color: #fff;
    background-color: #F79611;
    border-color: #F79611;
}
.btn-warning-outline.disabled:focus, .btn-warning-outline.disabled.focus, .btn-warning-outline:disabled:focus, .btn-warning-outline:disabled.focus, fieldset[disabled] .btn-warning-outline:focus, fieldset[disabled] .btn-warning-outline.focus {
    border-color: #fac274;
}
.btn-warning-outline.disabled:hover, .btn-warning-outline:disabled:hover, fieldset[disabled] .btn-warning-outline:hover {
    border-color: #fac274;
}
.btn-danger-outline {
    color: #d9534f;
    background-image: none;
    background-color: transparent;
    border-color: #d9534f;
}
.btn-danger-outline:focus, .btn-danger-outline.focus, .btn-danger-outline:active, .btn-danger-outline.active, .open > .btn-danger-outline.dropdown-toggle {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}
.btn-danger-outline:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}
.btn-danger-outline.disabled:focus, .btn-danger-outline.disabled.focus, .btn-danger-outline:disabled:focus, .btn-danger-outline:disabled.focus, fieldset[disabled] .btn-danger-outline:focus, fieldset[disabled] .btn-danger-outline.focus {
    border-color: #eba5a3;
}
.btn-danger-outline.disabled:hover, .btn-danger-outline:disabled:hover, fieldset[disabled] .btn-danger-outline:hover {
    border-color: #eba5a3;
}
.btn-link {
    font-weight: normal;
    color: #FEB000;
    border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled, fieldset[disabled] .btn-link {
    background-color: transparent;
}
.btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent;
}
.btn-link:hover {
    border-color: transparent;
}
.btn-link:focus, .btn-link:hover {
    color: #FEB000;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link:disabled:focus, .btn-link:disabled:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
    color: #818a91;
    text-decoration: none;
}
.btn-lg, .btn-group-lg > .btn {
    padding: 1.25rem 2.25rem;
    font-size: 1rem;
    line-height: 1.3333333333;
    border-radius: 0.2rem;
}
.btn-lg-2 {
    padding: 1.25rem 4.25rem;
    font-size: 1rem;
    line-height: 1.3333333333;
    border-radius: 0.2rem;
}
.btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.75rem;
    font-size: 0.85rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}
.main-button {
    padding: .7rem 1rem !important;
}
.fade {
    opacity: 0;
    transition: opacity .15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in, .collapse.active, .collapse.show {
    display: block;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-timing-function: ease;
    transition-duration: .35s;
    transition-property: height;
}
.dropup,
.dropdown {
    position: relative;
}
.dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .25rem;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
}
.page-template-template-adwords .jumbotron h2 {
    font-size: 38px;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: -20%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 20px 0;
    margin: 5px 0 0;
    font-size: 1rem;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid white;
    box-shadow: 0px 10px 7px 0px rgba(0, 0, 0, 0.26);
    border-radius: 0.2rem;
}
.dropdown-divider {
    height: 1px;
    margin: 0.6rem 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-item {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 600;
    line-height: 1.5;
    color: #373a3c;
    white-space: nowrap;
    text-align: inherit;
    width: 100%;
    background: none;
    border: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #e59e00;
    text-decoration: none;
    background-color: #fff;
}
.dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
    color: #fff;
    text-decoration: none;
    background-color: #FEB000;
    outline: 0;
}
.dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
    color: #818a91;
}
.dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
}
.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
.dropdown-menu-left {
    right: auto;
    left: 0;
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 0.85rem;
    line-height: 1.5;
    color: #818a91;
    white-space: nowrap;
}
.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 0.3em solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    float: left;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
    z-index: 2;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
    z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-toolbar {
    margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table;
}
.btn-toolbar:after {
    clear: both;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group > .btn-group {
    float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}
.btn .caret {
    margin-left: 0;
}
.btn-lg .caret, .btn-group-lg > .btn .caret {
    border-width: 0.3em 0.3em 0;
    border-bottom-width: 0;
}
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
    border-width: 0 0.3em 0.3em;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
    content: " ";
    display: table;
}
.btn-group-vertical > .btn-group:after {
    clear: both;
}
.btn-group-vertical > .btn-group > .btn {
    float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 0.2rem;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    padding: 0.575rem 0.75rem;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1;
    color: #708997;
    text-align: center;
    background-color: #fff;
    border: 1px solid #CFDCE3;
    border-radius: 0.2rem;
}
.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 0.275rem 0.75rem;
    font-size: 0.85rem;
    border-radius: 0.2rem;
}
.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 1.25rem 1.25rem;
    font-size: 1.25rem;
    border-radius: 0.2rem;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn > .btn {
    position: relative;
}
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
    z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}
.c-input {
    position: relative;
    display: inline;
    padding-left: 1.5rem;
    color: #555;
    cursor: pointer;
}
.c-input > input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.c-input > input:checked ~ .c-indicator {
    color: #fff;
    background-color: #0074d9;
}
.c-input > input:active ~ .c-indicator {
    color: #fff;
    background-color: #84c6ff;
}
.c-input + .c-input {
    margin-left: 1rem;
}
.c-indicator {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    font-size: 65%;
    line-height: 1rem;
    color: #eee;
    text-align: center;
    user-select: none;
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.c-checkbox .c-indicator {
    border-radius: .25rem;
}
.c-checkbox input:checked ~ .c-indicator {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);
}
.c-checkbox input:indeterminate ~ .c-indicator {
    background-color: #0074d9;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0wLDN2Mmg4VjNIMHoiLz4NCjwvc3ZnPg0K);
}
.c-radio .c-indicator {
    border-radius: 50%;
}
.c-radio input:checked ~ .c-indicator {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQsMUMyLjMsMSwxLDIuMywxLDRzMS4zLDMsMywzczMtMS4zLDMtM1M1LjcsMSw0LDF6Ii8+DQo8L3N2Zz4NCg==);
}
.c-inputs-stacked .c-input {
    display: inline;
}
.c-inputs-stacked .c-input:after {
    display: block;
    margin-bottom: .25rem;
    content: "";
}
.c-inputs-stacked .c-input + .c-input {
    margin-left: 0;
}
.c-select {
    display: inline-block;
    max-width: 100%;
    padding: .375rem 1.75rem .375rem .75rem;
    vertical-align: middle;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #CFDCE3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: .75rem \9;
    background-image: none \9;
    height: 40px;
}
.c-select:focus {
    outline: none;
    border-color: #51a7e8;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(81, 167, 232, 0.5);
}
.c-select::-ms-expand {
    opacity: 0;
}
.c-select-sm {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 12px;
}
.c-select-sm:not([multiple]) {
    height: 26px;
    min-height: 26px;
}
.file {
    position: relative;
    display: inline-block;
    height: 2.5rem;
    cursor: pointer;
}
.file input {
    min-width: 14rem;
    margin: 0;
    filter: alpha(opacity=0);
    opacity: 0;
}
.file-custom {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #555;
    user-select: none;
    background-color: #fff;
    border: .075rem solid #ddd;
    border-radius: .25rem;
    box-shadow: inset 0 0.2rem 0.4rem rgba(0, 0, 0, 0.05);
}
.file-custom:after {
    content: "Choose file...";
}
.file-custom:before {
    position: absolute;
    top: -.075rem;
    right: -.075rem;
    bottom: -.075rem;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #555;
    content: "Browse";
    background-color: #eee;
    border: .075rem solid #ddd;
    border-radius: 0 .25rem .25rem 0;
}
.file input:focus ~ .file-custom {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
}
.onScroll .sticky {
    background: #fff;
    position: fixed;
    top: 69px;
    left: 0;
    width: 100%;
    z-index: 1000;
}
.stickyHack {
    height: 0px;
}
.onScroll .stickyHack {
    height: 66px;
}
.sticky .nav-tabs li.nav-item a {
    -webkit-transition: all 0.2s ease-in-out; /* Saf3.2+, Chrome */
    -moz-transition: all 0.2s ease-in-out; /* FF4+ */
    -o-transition: all 0.2s ease-in-out; /* Opera 10.5+ */
    transition: all 0.2s ease-in-out;
}
.onScroll .sticky .nav-tabs li.nav-item a {
    padding: 0.7em;
}
.page-template-template-adwords .main-header {
    display: none;
}
.simple-header .navbar-light {
    text-align: center;
}
.simple-header .navbar-light .navbar-brand {
    float: none;
    margin-left: auto;
    padding-bottom: 10px;
    width: auto !important;
    margin-right: 0;
}
@media (max-width: 992px) {
    .Boxes {
        margin: 1rem 0;
        display: inline-block;
        text-align: center !important;
    }
    .Boxes figure {
        float: none !important;
        text-align: center !important;
        margin: 0 0 1.2rem 0;
    }
    .Boxes h4, .Boxes p {
        text-align: center !important;
    }
}
@media (max-width: 1024px) {
    .onScroll .sticky {
        background: #fff;
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        z-index: 100;
    }
    .onScroll .stickyHack {
        height: 0px;
    }
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
a {
    display: inline-block;
}
a:focus, a:hover {
    text-decoration: none;
}
a.disabled {
    color: #818a91;
}
a.disabled, a.disabled:focus, a.disabled:hover {
    color: #818a91;
    cursor: not-allowed;
    background-color: transparent;
}
.nav-inline a + a {
    margin-left: 1rem;
}
.nav-tabs:before, .nav-tabs:after {
    content: " ";
    display: table;
}
.nav-tabs:after {
    clear: both;
}
.nav-tabs li {
    margin: 0 !important;
}
.nav-tabs li.col-xs-6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.nav-tabs li.col-xs-4 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.nav-tabs li.col-xs-3 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.nav-tabs li.col-xs-2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.nav-tabs li.nav-item {
    border: none !important;
}
.nav-tabs li.nav-item:last-child {
    border-left: none !important;
}
.nav-tabs li.nav-item a {
    display: block;
    padding: 1.5em;
    text-align: center;
    border-top: none !important;
    border-bottom: 3px solid transparent;
}
.nav-tabs li.nav-item a.active {
    border-bottom: 3px solid #FEB000;
}
.nav-tabs .nav-item {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs .nav-item + .nav-item {
    margin-left: .2rem;
}
.nav-tabs a {
    display: block;
    padding: 0.5em 1em;
    color: rgba(46, 83, 102, 0.66);
}
.nav-tabs a:focus, .nav-tabs a:hover {
    border-color: #eceeef #eceeef #ddd;
}
.nav-tabs a.disabled, .nav-tabs a.disabled:focus, .nav-tabs a.disabled:hover {
    color: #818a91;
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs a.active, .nav-tabs a.active:focus, .nav-tabs a.active:hover,
.nav-tabs .nav-item.open a,
.nav-tabs .nav-item.open a:focus,
.nav-tabs .nav-item.open a:hover {
    color: #55595c;
    background-color: #fff;
    border-color: #ddd #ddd #ddd;
    border-top: none !important;
}
.nav-pills .nav-item {
    float: left;
}
.nav-pills .nav-item + .nav-item {
    margin-left: .2rem;
}
.nav-pills a {
    display: block;
    padding: 0.5em 1em;
    border-radius: 0.2rem;
}
.nav-pills a.active, .nav-pills a.active:focus, .nav-pills a.active:hover,
.nav-pills .nav-item.open a,
.nav-pills .nav-item.open a:focus,
.nav-pills .nav-item.open a:hover {
    color: #fff;
    cursor: default;
    background-color: #FEB000;
}
.nav-stacked .nav-item {
    display: block;
    float: none;
}
.nav-stacked .nav-item + .nav-item {
    margin-top: .2rem;
    margin-left: 0;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar {
    position: relative;
    padding: 1.2rem 1.2rem 0 1.2rem;
}
.navbar:before, .navbar:after {
    content: " ";
    display: table;
}
.navbar:after {
    clear: both;
}
@media (min-width: 34em) {
    .navbar {
        border-radius: 0.2rem;
    }
}
.navbar .nav.pull-right a {
    color: rgba(46, 83, 102, 0.66);
}
.navbar-static-top {
    z-index: 1000;
}
@media (min-width: 34em) {
    .navbar-static-top {
        border-radius: 0;
    }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    margin-bottom: 0;
}
@media (min-width: 34em) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}
.navbar-fixed-top {
    top: 0;
}
.navbar-fixed-bottom {
    bottom: 0;
}
.navbar-sticky-top {
    position: sticky;
    top: 0;
    z-index: 1030;
    width: 100%;
}
@media (min-width: 34em) {
    .navbar-sticky-top {
        border-radius: 0;
    }
}
.navbar-brand {
    float: left;
    margin-right: 3rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 1.25rem;
}
.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none;
}
.navbar-brand > img {
    display: block;
}
.navbar-divider {
    float: left;
    width: 1px;
    padding-top: .425rem;
    padding-bottom: .425rem;
    overflow: hidden;
    margin-left: 1.2rem;
    margin-right: 1.2rem;
}
.navbar-divider:before {
    content: '\00a0';
}
.navbar-toggler {
    padding: .5rem .75rem;
    font-size: 2rem;
    line-height: 1;
    background: none;
    float: right;
    border: 0.0625rem solid transparent;
    border-radius: 0.2rem;
}
.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none;
    color: rgba(46, 83, 102, 0.66);
}
@media (min-width: 34em) {
    .navbar-toggleable-xs {
        display: block !important;
    }
}
@media (min-width: 48em) {
    .navbar-toggleable-sm {
        display: block !important;
    }
}
.navbar-nav .nav-item {
    float: left;
}
.navbar-nav .nav-item:nth-child(5) {
    margin-right: 2rem;
}
.navbar-nav a {
    display: inline-block;
    padding-top: .75rem;
    padding-bottom: .425rem;
    font-weight: 600;
}
.navbar-nav a + a {
    margin-left: 1rem;
}
.navbar-nav .nav-item + .nav-item {
    margin-left: 1rem;
}
.navbar-light {
    border-bottom: .1rem solid #DDE3EB;
}
.navbar-light .navbar-brand {
    color: #FEB000;
    padding-top: 0rem;
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: #FEB000;
}
.navbar-light .navbar-nav a {
    color: #2e5366;
    padding-bottom: 1.45rem;
}
.navbar-light .navbar-nav a:focus, .navbar-light .navbar-nav a:hover {
    color: #ffb819;
}
.navbar-nav .current-menu-item a,
.navbar-nav .current-page-ancestor a,
.navbar-light .navbar-nav .open > a, .navbar-light .navbar-nav .open > a:focus, .navbar-light .navbar-nav .open > a:hover,
.navbar-light .navbar-nav .active > a,
.navbar-light .navbar-nav .active > a:focus,
.navbar-light .navbar-nav .active > a:hover,
.navbar-light .navbar-nav a.open,
.navbar-light .navbar-nav a.open:focus,
.navbar-light .navbar-nav a.open:hover,
.navbar-light .navbar-nav a.active,
.navbar-light .navbar-nav a.active:focus,
.navbar-light .navbar-nav a.active:hover {
    color: #FEB000;
    border-bottom: 3px solid #FEB000;
}
.navbar-light .navbar-divider {
    background-color: white;
}
.navbar-dark .navbar-brand {
    color: white;
}
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: white;
}
.navbar-dark .navbar-nav a {
    color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav a:focus, .navbar-dark .navbar-nav a:hover {
    color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .open > a, .navbar-dark .navbar-nav .open > a:focus, .navbar-dark .navbar-nav .open > a:hover,
.navbar-dark .navbar-nav .active > a,
.navbar-dark .navbar-nav .active > a:focus,
.navbar-dark .navbar-nav .active > a:hover,
.navbar-dark .navbar-nav a.open,
.navbar-dark .navbar-nav a.open:focus,
.navbar-dark .navbar-nav a.open:hover,
.navbar-dark .navbar-nav a.active,
.navbar-dark .navbar-nav a.active:focus,
.navbar-dark .navbar-nav a.active:hover {
    color: white;
}
.navbar-dark .navbar-divider {
    background-color: rgba(255, 255, 255, 0.075);
}
.card {
    position: relative;
    margin-bottom: 0.75rem;
    border: 1px solid #DDE3EB;
    border-radius: 0.25rem;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.card ul li {
    line-height: 1.25rem;
    color: #627389;
}
.card .bubble-sm {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-block;
    padding: 4px 0;
    background: #FFFFFF;
}
.card .bubble-sm.blue {
    border: 1px solid #319CD5;
}
.card .bubble-sm.yellow {
    border: 1px solid #FEB000;
}
.card .bubble-sm.gray {
    border: 1px solid #2e5366;
}
.card .bubble-sm .inside {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
    background: #fff;
}
.card .bubble-sm .inside.blue {
    border: 2px solid #319CD5;
}
.card .bubble-sm .inside.yellow {
    border: 2px solid #FEB000;
}
.card .bubble-sm .inside.gray {
    border: 2px solid #2e5366;
}
.card .bubble-sm .inside img {
    margin: 3px 0;
}
.card .btn-price {
    background: #2e5366 !important;
    color: #fff;
}
.card:hover {
    /*border: 1px solid white;
    box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.21);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    -webkit-transform: scale(1.025);
    -moz-transform: scale(1.025);
    -o-transform: scale(1.025);
    transform: scale(1.025);
    */
}
.card:hover .btn-price {
    background: #2e5366 !important;
    color: #fff;
}
.card .btn-price.yellow:hover {
    background: #FEB000 !important;
}
.card .btn-price.blue:hover {
    background: #319CD5 !important;
}
.card .btn-price.grey:hover {
    background: rgba(46, 83, 102, 0.66) !important;
}
.card-block {
    padding: 2.25rem;
}
.card-title {
    margin-top: 0;
    margin-bottom: 0.75rem;
    font-weight: 500;
}
h5 small.right {
    position: relative;
    display: inline;
    font-size: 1.1rem;
}
h3.card-title small {
    font-size: 1.2rem;
    display: block;
    margin-top: 2rem;
    font-style: italic;
}
.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}
.card-text:last-child {
    margin-bottom: 0;
}
.card-link:hover {
    text-decoration: none;
}
.card-link + .card-link {
    margin-left: 2.25rem;
}
.card > .list-group:first-child .list-group-item:first-child {
    border-radius: 0.25rem 0.25rem 0 0;
}
.card > .list-group:last-child .list-group-item:last-child {
    border-radius: 0 0 0.25rem 0.25rem;
}
.card-header {
    padding: 0.75rem 2.25rem;
    background-color: #f5f5f5;
    border-bottom: 0.0625rem solid #DDE3EB;
}
.card-header:first-child {
    border-radius: 0.1875rem 0.1875rem 0 0;
}
.card-footer {
    padding: 0.75rem 2.25rem;
    background-color: #f5f5f5;
    border-top: 0.0625rem solid #DDE3EB;
}
.card-footer:last-child {
    border-radius: 0 0 0.1875rem 0.1875rem;
}
.card-primary {
    background-color: #FEB000;
    border-color: #FEB000;
}
.card-success {
    background-color: #37CCAA;
    border-color: #37CCAA;
}
.card-info {
    background-color: #319CD5;
    border-color: #319CD5;
}
.card-warning {
    background-color: #F79611;
    border-color: #F79611;
}
.card-danger {
    background-color: #d9534f;
    border-color: #d9534f;
}
.card-inverse .card-header,
.card-inverse .card-footer {
    border-bottom: 0.075rem solid rgba(255, 255, 255, 0.2);
}
.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
    color: #fff;
}
.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-blockquote > footer {
    color: rgba(46, 83, 102, 0.66);
}
.card-inverse .card-link:focus, .card-inverse .card-link:hover {
    color: #fff;
}
.card-text a, .card-title a {
    color: #2e5366 !important;
}
.card-blockquote {
    padding: 0;
    margin-bottom: 0;
    border-left: 0;
}
.card-img {
    border-radius: 0.25rem;
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}
.card-img-top {
    border-radius: 0.25rem 0.25rem 0 0;
    padding: 0 !important;
}
.card-img-bottom {
    border-radius: 0 0 0.25rem 0.25rem;
}
.card-deck {
    display: table;
    table-layout: fixed;
    border-spacing: 1.25rem 0;
}
.card-deck .card {
    display: table-cell;
    width: 1%;
    vertical-align: top;
}
.card-deck-wrapper {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
}
.card-group {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.card-group .card {
    display: table-cell;
    vertical-align: top;
}
.card-group .card + .card {
    margin-left: 0;
    border-left: 0;
}
.card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
}
.card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
}
.card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
}
.card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
}
.card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.card-group .card:not(:first-child):not(:last-child) .card-img-top,
.card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0;
}
.card-columns {
    column-count: 3;
    column-gap: 1.25rem;
}
.card-columns .card {
    display: inline-block;
    width: 100%;
}
.breadcrumb {
    padding: 0.75rem 1rem;
    margin-bottom: 1.2rem;
    list-style: none;
    background-color: #eceeef;
    border-radius: 0.2rem;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > li + li:before {
    padding-right: .5rem;
    padding-left: .5rem;
    color: #818a91;
    content: "/ ";
}
.breadcrumb > .active {
    color: #818a91;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
    border-radius: 0.2rem;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.5;
    color: #319CD5;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 0.2rem;
    border-top-left-radius: 0.2rem;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
}
.pagination > li > a:focus, .pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: #1f6f9a;
    background-color: #eceeef;
    border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #FEB000;
    border-color: #FEB000;
}
.pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover,
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover {
    color: #818a91;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.3333333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 0.2rem;
    border-top-left-radius: 0.2rem;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 0.275rem 0.75rem;
    font-size: 0.85rem;
    line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 0.2rem;
    border-top-left-radius: 0.2rem;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
}
.pager {
    padding-left: 0;
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
    text-align: center;
    list-style: none;
}
.pager:before, .pager:after {
    content: " ";
    display: table;
}
.pager:after {
    clear: both;
}
.pager li {
    display: inline;
}
.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.pager li > a:focus, .pager li > a:hover {
    text-decoration: none;
    background-color: #eceeef;
}
.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover {
    color: #818a91;
    cursor: not-allowed;
    background-color: #fff;
}
.pager .disabled > span {
    color: #818a91;
    cursor: not-allowed;
    background-color: #fff;
}
.pager-next > a,
.pager-next > span {
    float: right;
}
.pager-prev > a,
.pager-prev > span {
    float: left;
}
.label {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.2rem;
}
.label:empty {
    display: none;
}
.btn .label {
    position: relative;
    top: -1px;
}
a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.label-pill {
    padding-left: .6em;
    padding-right: .6em;
    border-radius: 1rem;
}
.label-default {
    background-color: #818a91;
    border: 1px solid #818a91;
}
.label-default[href]:focus, .label-default[href]:hover {
    background-color: #687077;
}
.label-primary {
    background-color: #FEB000;
    border: 1px solid #FEB000;
}
.label-primary[href]:focus, .label-primary[href]:hover {
    background-color: #cb8d00;
}
.label-success {
    background-color: #37CCAA;
    border: 1px solid #37CCAA;
}
.label-success[href]:focus, .label-success[href]:hover {
    background-color: #2aa68a;
}
.label-info {
    background-color: transparent;
    border: 1px solid #DDE3EB;
    color: #708895 !important;
}
.label-info[href]:focus, .label-info[href]:hover {
    background-color: transparent;
}
.label-info:hover {
    color: #708895 !important;
    background-color: #DDE3EB !important;
}
.label-warning {
    background-color: #F79611;
    border: 1px solid #F79611;
}
.label-warning[href]:focus, .label-warning[href]:hover {
    background-color: #ce7a07;
}
.label-danger {
    background-color: #d9534f;
    border: 1px solid #d9534f;
}
.label-danger[href]:focus, .label-danger[href]:hover {
    background-color: #c9302c;
}
.jumbotron {
    padding: 2rem 1rem 3rem 1rem !important;
    background-color: transparent;
    color: #fff;
    border-radius: 0.2rem;
}
.jumbotron-hr {
    border-top-color: transparent;
}
@media (min-width: 34em) {
    .jumbotron {
        padding: 2rem;
    }
}
.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}
.alert {
    padding: 15px;
    margin-bottom: 1.2rem;
    border: 1px solid transparent;
    border-radius: 0.2rem;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-heading {
    margin-top: 0;
    color: inherit;
}
.alert-link {
    font-weight: bold;
}
.alert-dismissible {
    padding-right: 35px;
}
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d;
}
.alert-success hr {
    border-top-color: #c1e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    background-color: #2e5366;
    border-color: #2e5366;
    color: #eceeef;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
    text-align: center !important;
}
.alert-info a, .alert-info .btn {
    margin-left: 10px;
}
.alert-info hr {
    border-top-color: #264554;
}
.alert-info .alert-link {
    color: #d0d5d8;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faf2cc;
    color: #8a6d3b;
}
.alert-warning hr {
    border-top-color: #f7ecb5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442;
}
.alert-danger hr {
    border-top-color: #e4b9b9;
}
.alert-danger .alert-link {
    color: #843534;
}
@keyframes progress-bar-stripes {
    from {
        background-position: 1.2rem 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    display: block;
    width: 100%;
    height: 1.2rem;
    margin-bottom: 1.2rem;
}
.progress[value] {
    color: #0074d9;
    border: 0;
    appearance: none;
}
.progress[value]::-webkit-progress-bar {
    background-color: #eee;
    border-radius: 0.2rem;
}
.progress[value]::-webkit-progress-value::before {
    content: attr(value);
}
.progress[value]::-webkit-progress-value {
    background-color: #0074d9;
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}
.progress[value="100"]::-webkit-progress-value {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}
@media screen and (min-width: 0\0
) {
    .progress {
        background-color: #eee;
        border-radius: 0.2rem;
    }
    .progress-bar {
        display: inline-block;
        height: 1.2rem;
        text-indent: -999rem;
        background-color: #0074d9;
        border-top-left-radius: 0.2rem;
        border-bottom-left-radius: 0.2rem;
    }
    .progress[width^="0"] {
        min-width: 2rem;
        color: #818a91;
        background-color: transparent;
        background-image: none;
    }
    .progress[width="100%"] {
        border-top-right-radius: 0.2rem;
        border-bottom-right-radius: 0.2rem;
    }
}
.progress-striped[value]::-webkit-progress-value {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1.2rem 1.2rem;
}
.progress-striped[value]::-moz-progress-bar {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1.2rem 1.2rem;
}
@media screen and (min-width: 0\0
) {
    .progress-bar-striped {
        background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-size: 1.2rem 1.2rem;
    }
}
.progress-animated[value]::-webkit-progress-value {
    animation: progress-bar-stripes 2s linear infinite;
}
.progress-animated[value]::-moz-progress-bar {
    animation: progress-bar-stripes 2s linear infinite;
}
@media screen and (min-width: 0\0
) {
    .progress-animated .progress-bar-striped {
        animation: progress-bar-stripes 2s linear infinite;
    }
}
.progress-success[value]::-webkit-progress-value {
    background-color: #37CCAA;
}
.progress-success[value]::-moz-progress-bar {
    background-color: #37CCAA;
}
@media screen and (min-width: 0\0
) {
    .progress-success .progress-bar {
        background-color: #37CCAA;
    }
}
.progress-info[value]::-webkit-progress-value {
    background-color: #319CD5;
}
.progress-info[value]::-moz-progress-bar {
    background-color: #319CD5;
}
@media screen and (min-width: 0\0
) {
    .progress-info .progress-bar {
        background-color: #319CD5;
    }
}
.progress-warning[value]::-webkit-progress-value {
    background-color: #F79611;
}
.progress-warning[value]::-moz-progress-bar {
    background-color: #F79611;
}
@media screen and (min-width: 0\0
) {
    .progress-warning .progress-bar {
        background-color: #F79611;
    }
}
.progress-danger[value]::-webkit-progress-value {
    background-color: #d9534f;
}
.progress-danger[value]::-moz-progress-bar {
    background-color: #d9534f;
}
@media screen and (min-width: 0\0
) {
    .progress-danger .progress-bar {
        background-color: #d9534f;
    }
}
.media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}
.media-body {
    width: 10000px;
}
.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}
.media-middle {
    vertical-align: middle;
}
.media-bottom {
    vertical-align: bottom;
}
.media-object {
    display: block;
}
.media-object.img-thumbnail {
    max-width: none;
}
.media-right {
    padding-left: 10px;
}
.media-left {
    padding-right: 10px;
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.media-list {
    padding-left: 0;
    list-style: none;
}
.list-group {
    padding-left: 0;
    margin-bottom: 0;
}
.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -.0625rem;
    background-color: #fff;
    border: 0.0625rem solid #ddd;
}
.list-group-item:first-child {
    border-top-right-radius: 0.2rem;
    border-top-left-radius: 0.2rem;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}
.list-group-flush .list-group-item {
    border-width: .0625rem 0;
    border-radius: 0;
}
a.list-group-item,
button.list-group-item {
    width: 100%;
    text-align: inherit;
    color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333;
}
a.list-group-item:focus, a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}
.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    color: #818a91;
    cursor: not-allowed;
    background-color: #eceeef;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
    color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
    color: #818a91;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #FEB000;
    border-color: #FEB000;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small {
    color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
    color: #ffefcb;
}
.list-group-item-state {
    color: #3c763d;
    background-color: #dff0d8;
}
a.list-group-item-state,
button.list-group-item-state {
    color: #3c763d;
}
a.list-group-item-state .list-group-item-heading,
button.list-group-item-state .list-group-item-heading {
    color: inherit;
}
a.list-group-item-state:focus, a.list-group-item-state:hover,
button.list-group-item-state:focus,
button.list-group-item-state:hover {
    color: #3c763d;
    background-color: #d0e9c6;
}
a.list-group-item-state.active, a.list-group-item-state.active:focus, a.list-group-item-state.active:hover,
button.list-group-item-state.active,
button.list-group-item-state.active:focus,
button.list-group-item-state.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}
.list-group-item-state {
    color: #31708f;
    background-color: #d9edf7;
}
a.list-group-item-state,
button.list-group-item-state {
    color: #31708f;
}
a.list-group-item-state .list-group-item-heading,
button.list-group-item-state .list-group-item-heading {
    color: inherit;
}
a.list-group-item-state:focus, a.list-group-item-state:hover,
button.list-group-item-state:focus,
button.list-group-item-state:hover {
    color: #31708f;
    background-color: #c4e3f3;
}
a.list-group-item-state.active, a.list-group-item-state.active:focus, a.list-group-item-state.active:hover,
button.list-group-item-state.active,
button.list-group-item-state.active:focus,
button.list-group-item-state.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}
.list-group-item-state {
    color: #8a6d3b;
    background-color: #fcf8e3;
}
a.list-group-item-state,
button.list-group-item-state {
    color: #8a6d3b;
}
a.list-group-item-state .list-group-item-heading,
button.list-group-item-state .list-group-item-heading {
    color: inherit;
}
a.list-group-item-state:focus, a.list-group-item-state:hover,
button.list-group-item-state:focus,
button.list-group-item-state:hover {
    color: #8a6d3b;
    background-color: #faf2cc;
}
a.list-group-item-state.active, a.list-group-item-state.active:focus, a.list-group-item-state.active:hover,
button.list-group-item-state.active,
button.list-group-item-state.active:focus,
button.list-group-item-state.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}
.list-group-item-state {
    color: #a94442;
    background-color: #f2dede;
}
a.list-group-item-state,
button.list-group-item-state {
    color: #a94442;
}
a.list-group-item-state .list-group-item-heading,
button.list-group-item-state .list-group-item-heading {
    color: inherit;
}
a.list-group-item-state:focus, a.list-group-item-state:hover,
button.list-group-item-state:focus,
button.list-group-item-state:hover {
    color: #a94442;
    background-color: #ebcccc;
}
a.list-group-item-state.active, a.list-group-item-state.active:focus, a.list-group-item-state.active:hover,
button.list-group-item-state.active,
button.list-group-item-state.active:focus,
button.list-group-item-state.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}
.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-21by9 {
    padding-bottom: 42.8571428571%;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
}
.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    -webkit-overflow-scrolling: touch;
}
.modal.fade .modal-dialog {
    transform: translate(0, -25%);
    transition: transform .3s ease-out;
}
.modal.in .modal-dialog {
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.2rem;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.in {
    opacity: 0.5;
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
    content: " ";
    display: table;
}
.modal-header:after {
    clear: both;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.5;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}
.modal-footer:after {
    clear: both;
}
.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 34em) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 48em) {
    .modal-lg {
        width: 900px;
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "averta", sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 0.85rem;
    opacity: 0;
}
.tooltip.in {
    opacity: 0.9;
}
.tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
    padding: 5px 0;
    margin-top: -3px;
}
.tooltip.tooltip-top .tooltip-arrow, .tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
    padding: 0 5px;
    margin-left: 3px;
}
.tooltip.tooltip-right .tooltip-arrow, .tooltip.bs-tether-element-attached-left .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
    padding: 5px 0;
    margin-top: 3px;
}
.tooltip.tooltip-bottom .tooltip-arrow, .tooltip.bs-tether-element-attached-top .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
    padding: 0 5px;
    margin-left: -3px;
}
.tooltip.tooltip-left .tooltip-arrow, .tooltip.bs-tether-element-attached-right .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.2rem;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    padding: 1px;
    font-family: "averta", sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 0.85rem;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.2rem;
}
.popover.popover-top, .popover.bs-tether-element-attached-bottom {
    margin-top: -10px;
}
.popover.popover-top .popover-arrow, .popover.bs-tether-element-attached-bottom .popover-arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
}
.popover.popover-top .popover-arrow:after, .popover.bs-tether-element-attached-bottom .popover-arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: "";
    border-top-color: #fff;
    border-bottom-width: 0;
}
.popover.popover-right, .popover.bs-tether-element-attached-left {
    margin-left: 10px;
}
.popover.popover-right .popover-arrow, .popover.bs-tether-element-attached-left .popover-arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0;
}
.popover.popover-right .popover-arrow:after, .popover.bs-tether-element-attached-left .popover-arrow:after {
    bottom: -10px;
    left: 1px;
    content: "";
    border-right-color: #fff;
    border-left-width: 0;
}
.popover.popover-bottom, .popover.bs-tether-element-attached-top {
    margin-top: 10px;
}
.popover.popover-bottom .popover-arrow, .popover.bs-tether-element-attached-top .popover-arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.popover-bottom .popover-arrow:after, .popover.bs-tether-element-attached-top .popover-arrow:after {
    top: 1px;
    margin-left: -10px;
    content: "";
    border-top-width: 0;
    border-bottom-color: #fff;
}
.popover.popover-left, .popover.bs-tether-element-attached-right {
    margin-left: -10px;
}
.popover.popover-left .popover-arrow, .popover.bs-tether-element-attached-right .popover-arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.popover-left .popover-arrow:after, .popover.bs-tether-element-attached-right .popover-arrow:after {
    right: 1px;
    bottom: -10px;
    content: "";
    border-right-width: 0;
    border-left-color: #fff;
}
.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: -0.8rem -0.8rem 0 0;
}
.popover-content {
    padding: 9px 14px;
}
.popover-arrow, .popover-arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover-arrow {
    border-width: 11px;
}
.popover-arrow:after {
    content: "";
    border-width: 10px;
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 230px;
}
.carousel-inner > .carousel-item {
    position: relative;
    display: none;
    transition: .6s ease-in-out left;
}
.carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
    line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .carousel-item {
        transition: transform .6s ease-in-out;
        backface-visibility: hidden;
        perspective: 1000px;
    }
    .carousel-inner > .carousel-item.next, .carousel-inner > .carousel-item.active.right {
        left: 0;
        transform: translate3d(100%, 0, 0);
    }
    .carousel-inner > .carousel-item.prev, .carousel-inner > .carousel-item.active.left {
        left: 0;
        transform: translate3d(-100%, 0, 0);
    }
    .carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right, .carousel-inner > .carousel-item.active {
        left: 0;
        transform: translate3d(0, 0, 0);
    }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next {
    left: 100%;
}
.carousel-inner > .prev {
    left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}
.carousel-inner > .active.left {
    left: -100%;
}
.carousel-inner > .active.right {
    left: 100%;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 26px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    opacity: 0;
}
.carousel-control.right {
    right: 0;
    left: auto;
}
.carousel-control:focus, .carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
    line-height: 1;
}
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
}
.carousel-control .icon-prev:before {
    content: "\2039";
}
.carousel-control .icon-next:before {
    content: "\203a";
}
.carousel-indicators {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #BEC9CF;
    border-radius: 10px;
    background: #BEC9CF;
}
.carousel-indicators .active {
    width: 10px;
    height: 10px;
    background-color: #319CD5;
    border: 1px solid #319CD5;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #BEC9CF;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
    text-shadow: none;
}
@media (min-width: 34em) {
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }
    .carousel-control .icon-prev {
        margin-left: -15px;
    }
    .carousel-control .icon-next {
        margin-right: -15px;
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
[hidden] {
    display: none !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: "0/0" a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-xs-left {
    text-align: left;
}
.text-xs-right {
    text-align: right;
}
.text-xs-center {
    text-align: center;
}
@media (min-width: 34em) {
    .text-sm-left {
        text-align: left;
    }
    .text-sm-right {
        text-align: right;
    }
    .text-sm-center {
        text-align: center;
    }
}
@media (min-width: 48em) {
    .text-md-left {
        text-align: left;
    }
    .text-md-right {
        text-align: right;
    }
    .text-md-center {
        text-align: center;
    }
}
@media (min-width: 62em) {
    .text-lg-left {
        text-align: left;
    }
    .text-lg-right {
        text-align: right;
    }
    .text-lg-center {
        text-align: center;
    }
}
@media (min-width: 75em) {
    .text-xl-left {
        text-align: left;
    }
    .text-xl-right {
        text-align: right;
    }
    .text-xl-center {
        text-align: center;
    }
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-muted {
    color: #818a91;
}
.text-primary {
    color: #FEB000;
}
a.text-primary:focus, a.text-primary:hover {
    color: #cb8d00;
}
.text-success {
    color: #37CCAA;
}
a.text-success:focus, a.text-success:hover {
    color: #2aa68a;
}
.text-info {
    color: #319CD5;
}
a.text-info:focus, a.text-info:hover {
    color: #247faf;
}
.text-warning {
    color: #F79611;
}
a.text-warning:focus, a.text-warning:hover {
    color: #ce7a07;
}
.text-danger {
    color: #d9534f;
}
a.text-danger:focus, a.text-danger:hover {
    color: #c9302c;
}
.bg-inverse {
    color: #eceeef;
    background-color: #373a3c;
}
.bg-faded {
    background-color: #ffffff;
}
.bg-primary {
    color: #fff;
    background-color: #FEB000;
}
a.bg-primary:focus, a.bg-primary:hover {
    background-color: #cb8d00;
}
.bg-success {
    color: #fff;
    background-color: #37CCAA;
}
a.bg-success:focus, a.bg-success:hover {
    background-color: #2aa68a;
}
.bg-info {
    color: #fff;
    background-color: #319CD5;
}
a.bg-info:focus, a.bg-info:hover {
    background-color: #247faf;
}
.bg-warning {
    color: #fff;
    background-color: #F79611;
}
a.bg-warning:focus, a.bg-warning:hover {
    background-color: #ce7a07;
}
.bg-danger {
    color: #fff;
    background-color: #d9534f;
}
a.bg-danger:focus, a.bg-danger:hover {
    background-color: #c9302c;
}
.m-a-0 {
    margin: 0 !important;
}
.m-t-0 {
    margin-top: 0 !important;
}
.m-r-0 {
    margin-right: 0 !important;
}
.m-b-0 {
    margin-bottom: 0 !important;
}
.m-l-0 {
    margin-left: 0 !important;
}
.m-x-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.m-y-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.m-a {
    margin: 1.2rem !important;
}
.m-t {
    margin-top: 1.2rem !important;
}
.m-r {
    margin-right: 1.2rem !important;
}
.m-b {
    margin-bottom: 1.2rem !important;
}
.m-l {
    margin-left: 1.2rem !important;
}
.m-x {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
}
.m-y {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
}
.m-x-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.m-a-md {
    margin: 1.8rem !important;
}
.m-t-md {
    margin-top: 1.8rem !important;
}
.m-r-md {
    margin-right: 1.8rem !important;
}
.m-b-md {
    margin-bottom: 1.8rem !important;
}
.m-l-md {
    margin-left: 1.8rem !important;
}
.m-x-md {
    margin-right: 1.8rem !important;
    margin-left: 1.8rem !important;
}
.m-y-md {
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important;
}
.m-a-lg {
    margin: 3.6rem !important;
}
.m-t-lg {
    margin-top: 3.6rem !important;
}
.m-r-lg {
    margin-right: 3.6rem !important;
}
.m-b-lg {
    margin-bottom: 3.6rem !important;
}
.m-l-lg {
    margin-left: 3.6rem !important;
}
.m-x-lg {
    margin-right: 3.6rem !important;
    margin-left: 3.6rem !important;
}
.m-y-lg {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
}
.p-a-0 {
    padding: 0 !important;
}
.p-t-0 {
    padding-top: 0 !important;
}
.p-r-0 {
    padding-right: 0 !important;
}
.p-b-0 {
    padding-bottom: 0 !important;
}
.p-l-0 {
    padding-left: 0 !important;
}
.p-x-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.p-y-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.p-a {
    padding: 1.2rem !important;
}
.p-t {
    padding-top: 1.2rem !important;
}
.p-r {
    padding-right: 1.2rem !important;
}
.p-b {
    padding-bottom: 1.2rem !important;
}
.p-l {
    padding-left: 1.2rem !important;
}
.p-x {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
}
.p-y {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
}
.p-a-md {
    padding: 1.8rem !important;
}
.p-t-md {
    padding-top: 1.8rem !important;
}
.p-r-md {
    padding-right: 1.8rem !important;
}
.p-b-md {
    padding-bottom: 1.8rem !important;
}
.p-l-md {
    padding-left: 1.8rem !important;
}
.p-x-md {
    padding-right: 1.8rem !important;
    padding-left: 1.8rem !important;
}
.p-y-md {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important;
}
.p-a-lg {
    padding: 3.6rem !important;
}
.p-t-lg {
    padding-top: 3.6rem !important;
}
.p-r-lg {
    padding-right: 3.6rem !important;
}
.p-b-lg {
    padding-bottom: 3.6rem !important;
}
.p-l-lg {
    padding-left: 3.6rem !important;
}
.p-x-lg {
    padding-right: 3.6rem !important;
    padding-left: 3.6rem !important;
}
.p-y-lg {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
}
.pos-f-t {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.hidden-xs-up {
    display: none !important;
}
@media (max-width: 33.9em) {
    .hidden-xs-down {
        display: none !important;
    }
}
@media (min-width: 34em) {
    .hidden-sm-up {
        display: none !important;
    }
}
@media (max-width: 47.9em) {
    .hidden-sm-down {
        display: none !important;
    }
}
@media (min-width: 48em) {
    .hidden-md-up {
        display: none !important;
    }
}
@media (max-width: 61.9em) {
    .hidden-md-down {
        display: none !important;
    }
}
@media (min-width: 62em) {
    .hidden-lg-up {
        display: none !important;
    }
}
@media (max-width: 74.9em) {
    .hidden-lg-down {
        display: none !important;
    }
}
@media (min-width: 75em) {
    .hidden-xl-up {
        display: none !important;
    }
}
.hidden-xl-down {
    display: none !important;
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .hidden-print .hidden-print {
        display: none !important;
    }
}
@font-face {
    font-family: 'averta';
    src: url("../fonts/averta-regular-webfont.eot");
    src: url("../fonts/averta-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/averta-regular-webfont.woff2") format("woff2"), url("../fonts/averta-regular-webfont.woff") format("woff"), url("../fonts/averta-regular-webfont.ttf") format("truetype"), url("../fonts/averta-regular-webfont.svg#avertaregular") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?fi2loe');
    src: url('../fonts/icomoon.eot?fi2loe#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?fi2loe') format('truetype'),
    url('../fonts/icomoon.woff?fi2loe') format('woff'),
    url('../fonts/icomoon.svg?fi2loe#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    background: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-acess:before {
    content: "\e906";
}
.icon-arrow:before {
    content: "\e936";
}
.icon-email2:before {
    content: "\e937";
}
.icon-google:before {
    content: "\e938";
}
.icon-linkedin:before {
    content: "\e939";
}
.icon-twitter:before {
    content: "\e93a";
}
.icon-facebook:before {
    content: "\e93b";
}
.icon-assimilate:before {
    content: "\e901";
}
.icon-simple:before {
    content: "\e935";
}
.icon-smile:before {
    content: "\e900";
}
.icon-extra:before {
    content: "\e902";
}
.icon-sales:before {
    content: "\e903";
}
.icon-marketing:before {
    content: "\e904";
}
.icon-tech:before {
    content: "\e905";
}
.icon-deliver:before {
    content: "\e91f";
}
.icon-plan:before {
    content: "\e920";
}
.icon-measure:before {
    content: "\e921";
}
.icon-integrate:before {
    content: "\e922";
}
.icon-accelerate:before {
    content: "\e923";
}
.icon-alert2:before {
    content: "\e924";
}
.icon-monitor:before {
    content: "\e925";
}
.icon-troubleshoot:before {
    content: "\e926";
}
.icon-phone:before {
    content: "\e927";
}
.icon-email:before {
    content: "\e928";
}
.icon-localisation:before {
    content: "\e929";
}
.icon-star:before {
    content: "\e92a";
}
.icon-support:before {
    content: "\e92b";
}
.icon-money:before {
    content: "\e92c";
}
.icon-data:before {
    content: "\e92e";
}
.icon-friendly:before {
    content: "\e92f";
}
.icon-logs:before {
    content: "\e930";
}
.icon-monitoring:before {
    content: "\e931";
}
.icon-dashboard:before {
    content: "\e932";
}
.icon-search:before {
    content: "\e933";
}
.icon-alert:before {
    content: "\e934";
}
body {
    padding-top: 69px;
}
#Content {
    margin: 70px 0;
}
#Content .container0 {
    margin-top: -60px;
}
#Content a {
    display: inline;
    box-shadow: none !important;
}
.remove {
    display: none !important;
}
.Yellow {
    color: #FEB000 !important;
}
.Blue {
    color: #319CD5 !important;
}
.Gray {
    color: #2e5366 !important;
}
.Green {
    color: #37CCAA !important;
}
.Drab {
    color: rgba(46, 83, 102, 0.66) !important;
}
.Purple {
    background-color: #C077FF !important;
    border: 1px solid #C077FF !important;
}
.btn-main {
    box-shadow: 0px 0px 34px 0px #2e5366;
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
    margin-right: .5rem;
}
.btn-main:hover {
    box-shadow: 0px 0px 50px 5px #2e5366;
}
.nav .btn-link {
    font-weight: 600 !important;
}
#Banner {
    height: auto;
    background-image: url(../img/banner.jpg);
    background-size: cover !important;
    background-position: center;
}
#Banner h1 {
    font-weight: 500;
    font-size: 3.5rem;
}
#SubBanner, #SubBanner2 {
    box-shadow: 0px 2px 34px 0px rgba(0, 0, 0, 0.09);
}
#SubBanner a {
    color: rgba(46, 83, 102, 0.66) !important;
}
.Case .lead, .Case p {
    color: rgba(46, 83, 102, 0.66);
}
.Case hr {
    border-bottom: 1px solid #DDE3EB;
}
.Case .Boxes {
    display: inline-block;
    margin: 3rem 0;
}
.Case .bubble {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    display: inline-block;
    padding: 20px 0;
}
.Case .bubble.blue-bg {
    background: rgba(49, 156, 213, 0.11);
    border: 1px solid rgba(49, 156, 213, 0.15);
}
.Case .bubble.yellow-bg {
    background: rgba(254, 176, 0, 0.11);
    border: 1px solid rgba(254, 176, 0, 0.15);
}
.Case .bubble.gray-bg {
    background: rgba(46, 83, 102, 0.11);
    border: 1px solid rgba(46, 83, 102, 0.15);
}
.Case .bubble .inside {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: inline-block;
    background: #fff;
}
.Case .bubble .inside img {
    padding: .8rem .9rem .8rem .55rem;
    height: 8rem;
}
.Case .bubble .inside img.rocket {
    height: 7.5rem !important;
    padding: 1.1rem !important;
}
.Case .bubble .inside.blue {
    border: 4px solid #319CD5;
}
.Case .bubble .inside.yellow {
    border: 4px solid #FEB000;
}
.Case .bubble .inside.gray {
    border: 4px solid #2e5366;
}
.Case.bg {
    background-image: url(../img/bg.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.get-started-section .tab-content {
    margin-top: 15px !important;
}
.Case .box {
    background: #FFFFFF;
    box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.21);
    border-radius: 0.2rem;
    padding: 1.2rem 0;
    padding: 3.6rem 0;
}
.Case .box .bubble-sm {
    width: 94px;
    height: 94px;
    border-radius: 50%;
    display: inline-block;
    padding: 6px 0;
    background: #FFFFFF;
}
.Case .box .bubble-sm.blue {
    border: 1px solid #319CD5;
}
.Case .box .bubble-sm.yellow {
    border: 1px solid #FEB000;
}
.Case .box .bubble-sm.gray {
    border: 1px solid #2e5366;
}
.Case .box .bubble-sm .inside {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-block;
    background: #fff;
}
.Case .box .bubble-sm .inside.blue {
    border: 2px solid #319CD5;
}
.Case .box .bubble-sm .inside.yellow {
    border: 2px solid #FEB000;
}
.Case .box .bubble-sm .inside.gray {
    border: 2px solid #2e5366;
}
.Case .second {
    position: absolute;
    width: 47%;
    color: #fff;
    -webkit-transform: translate(-25%, 14%);
    -moz-transform: translate(-25%, 14%);
    -o-transform: translate(-25%, 14%);
    transform: translate(-25%, 14%);
}
.Case .second.second-yellow {
    background: #FEB000;
    top: 0;
    right: 0;
    padding: 3rem 0;
}
.Case .second.second-blue {
    background: #319CD5;
    top: 0;
    right: 0;
    padding: 3rem 0;
}
.Case .second li {
    padding: 1rem 0 1rem 3rem;
    position: relative;
}
.Case .second li span {
    font-size: 1.7rem;
    position: absolute;
    left: 0;
}
.Case .third {
    position: absolute;
    width: 47%;
    padding: 3rem 0;
    color: #fff;
    -webkit-transform: translate(20%, 14%);
    -moz-transform: translate(20%, 14%);
    -o-transform: translate(20%, 14%);
    transform: translate(20%, 14%);
}
.Case .third.second-dark {
    background: #2e5366;
    top: 0;
    left: 0;
}
.Case .third li {
    padding: 1rem 0 1rem 3rem;
    position: relative;
}
.Case .third li span {
    font-size: 1.7rem;
    position: absolute;
    left: 0;
}
.oval {
    background: url(../img/oval.png) no-repeat;
    background-position: top;
    width: 30px;
    height: 30px;
    z-index: 999 !important;
    position: absolute;
    top: 0;
    left: 50%;
}
.Trial {
    background-color: #319CD5;
    padding: 2rem 0;
    color: #FFF;
}
.Trial .lead {
    color: rgba(255, 255, 255, 0.55);
    font-size: 1.25rem;
}
.Trial .btn-radius {
    border-radius: 40px !important;
    background-image: linear-gradient(-120deg, #FFFFFF 0%, #60C1F9 0%, #05BBFF 100%);
    box-shadow: 0px 0px 30px 0px rgba(28, 119, 169, 0.68);
    border-color: transparent !important;
    padding-left: 5rem !important;
    padding-right: 5rem !important;
}
.Trial .btn-radius:hover {
    box-shadow: 0px 0px 50px 8px rgba(28, 119, 169, 0.8);
}
.up, .down {
    position: absolute;
}
.up {
    top: 0;
    right: 0;
}
.down {
    top: 70px;
}
/* footer */
.submit-button {
    border: 0;
    background-color: #fff;
    outline: none !important;
}
.footer .form-control {
    border-left: 0;
    border-right: 0;
}
.footer form .input-group {
    max-width: 270px !important;
}
.footer .input-group-addon a {
    color: rgba(112, 137, 151, 0.55);
}
.footer .input-group-addon a:hover {
    text-decoration: none;
    color: #708997;
}
.footertop {
    height: 4px;
    background-image: linear-gradient(-270deg, #47B8F4 0%, #9ADCFF 100%);
}
.footer a {
    color: rgba(46, 83, 102, 0.66);
}
.footer li {
    margin-bottom: .5rem;
}
.footer .Cat {
    color: #2e5366;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 1rem;
}
.footer .copyright {
    color: rgba(112, 137, 151, 0.55) !important;
}
.footer .sociallinks li {
    margin-right: .1rem !important;
    padding-left: 0 !important;
}
.footer .sociallinks li:last-child {
    margin-right: 0;
}
.footer .sociallinks li a.socialbubble {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    border: 1px solid #DDE3EB;
    display: block;
}
.footer .sociallinks li a.socialbubble:hover {
    text-decoration: none;
    border-color: #bdc9d8;
    color: #05BBFF;
}
.footer .sociallinks li a.socialbubble span {
    height: 30px;
    width: 30px;
    padding: 7px 0;
    display: block;
}
.price {
    font-size: 4rem;
    font-weight: 600;
    display: inline-block;
    padding-left: 30px;
    margin-top: 15px;
    margin-bottom: 30px;
}
.price small {
    font-size: 2rem;
    opacity: .5;
    position: absolute;
    -webkit-transform: translate(-120%, 40%);
    -moz-transform: translate(-120%, 40%);
    -o-transform: translate(-120%, 40%);
    transform: translate(-120%, 40%);
}
.pricing-banner {
    background-color: #2e5366;
    padding: 2rem 0;
    margin: 2rem 0;
}
.pricing-banner h4 {
    color: #fff;
    font-size: 1.25rem;
}
.pricing-banner .bubble {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    display: inline-block;
    padding: 20px 0;
}
.pricing-banner .bubble.blue-bg {
    background: rgba(49, 156, 213, 0.11);
    border: 1px solid rgba(49, 156, 213, 0.15);
}
.pricing-banner .bubble .inside {
    width: 8.5714285714rem;
    height: 8.5714285714rem;
    border-radius: 50%;
    display: inline-block;
    background: #2e5366;
}
.pricing-banner .bubble .inside.blue {
    border: 4px solid #319CD5;
}
.pricing-banner .bubble .inside span {
    font-size: 3.75rem;
    display: block;
    color: #319CD5;
    padding: 2.1rem;
}
.Customers .card {
    /* max-height: 350px;*/
}
.Customers .card:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    box-shadow: none;
    border: 1px solid #DDE3EB;
}
.Customers img.client {
    max-height: 35px;
}
.quote {
    font-size: 1rem;
}
/* carousel specific infos
#Content .carousel-customers .carousel-control {top:35% !important;}
*/
/* basics */
.carousel-customers {
    margin-bottom: 3rem;
}
.carousel-customers img {
    width: 114px !important;
    margin: 1rem auto;
}
.carousel-customers .carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 26px;
    color: rgba(46, 83, 102, 0.66);
    text-align: center;
    text-shadow: none;
    opacity: 1;
}
.carousel-customers .carousel-control.right {
    right: 0;
    left: auto;
}
.carousel-customers .carousel-control:focus, #carousel-customers .carousel-control:hover {
    color: rgba(46, 83, 102, 0.66);
    text-decoration: none;
    outline: 0;
    opacity: .8;
}
.carousel-customers .carousel-control .icon-prev,
.carousel-customers .carousel-control .icon-next {
    position: absolute;
    top: 17%;
    z-index: 5;
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #dde3eb;
    border-radius: 40px;
    margin-top: -10px;
    font-family: serif;
    line-height: 1;
}
.carousel-customers .carousel-control .icon-prev:hover,
.carousel-customers .carousel-control .icon-next:hover {
    border: 1px solid rgba(46, 83, 102, 0.66);
}
.carousel-customers .carousel-control .icon-prev {
    background: none;
    left: -90%;
    margin-left: -10px;
}
.carousel-customers .carousel-control .icon-next {
    background: none;
    right: -90%;
    margin-right: -10px;
}
.carousel-customers .carousel-control .icon-prev:before {
    content: "\2039";
}
.carousel-customers .carousel-control .icon-next:before {
    content: "\203a";
}
.innerpage .carousel-customers .carousel-control .icon-prev, .innerpage .carousel-customers .carousel-control .icon-next {
    top: 15%;
}
.page-id-137.chrome .carousel-customers .carousel-control .icon-prev, .page-id-137.chrome .carousel-customers .carousel-control .icon-next {
    top: 43% !important;
}
.content {
    overflow-x: hidden !important;
}
.content h3 {
    color: #319CD5;
}
.content h4 {
    font-weight: 200;
    margin: 2rem 0;
}
.content .lead strong {
    font-weight: 600;
}
.content p {
    font-size: 1.24289rem;
}
.content ul {
    list-style: none;
}
.content ul li {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    padding-left: .8em;
    text-indent: -1.2em;
}
.content ul li::before {
    content: "• ";
    font-size: 1.14289rem;
    margin-right: .5rem;
    color: #319CD5;
}
.baniere {
    color: #fff;
    position: relative;
    z-index: 10;
}
.baniere .text {
    z-index: 12;
    position: relative;
    width: 100%;
}
.baniere .text .translateY {
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    position: absolute;
    bottom: -3.6rem;
    left: 50%;
}
.jumbotron {
    position: relative;
}
.jumbotron .container {
    position: relative;
    z-index: 500;
}
.jumbotron .overlay {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: rgba(8, 105, 153, 1);
    background: -moz-linear-gradient(top, rgba(8, 105, 153, 1) 0%, rgba(21, 121, 171, 0.57) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(8, 105, 153, 1)), color-stop(100%, rgba(21, 121, 171, 0.57)));
    background: -webkit-linear-gradient(top, rgba(8, 105, 153, 1) 0%, rgba(21, 121, 171, 0.57) 100%);
    background: -o-linear-gradient(top, rgba(8, 105, 153, 1) 0%, rgba(21, 121, 171, 0.57) 100%);
    background: -ms-linear-gradient(top, rgba(8, 105, 153, 1) 0%, rgba(21, 121, 171, 0.57) 100%);
    background: linear-gradient(to bottom, rgba(8, 105, 153, 1) 0%, rgba(21, 121, 171, 0.57) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#086999', endColorstr='#1579ab', GradientType=0);
}
.baniere .overlay {
    background: rgba(8, 105, 153, 1);
    background: -moz-linear-gradient(top, rgba(8, 105, 153, 1) 0%, rgba(24, 132, 186, 0.8) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(8, 105, 153, 1)), color-stop(100%, rgba(24, 132, 186, 0.8)));
    background: -webkit-linear-gradient(top, rgba(8, 105, 153, 1) 0%, rgba(24, 132, 186, 0.8) 100%);
    background: -o-linear-gradient(top, rgba(8, 105, 153, 1) 0%, rgba(24, 132, 186, 0.8) 100%);
    background: -ms-linear-gradient(top, rgba(8, 105, 153, 1) 0%, rgba(24, 132, 186, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(8, 105, 153, 1) 0%, rgba(24, 132, 186, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#086999', endColorstr='#1884ba', GradientType=0);
    z-index: 6;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
}
.baniere .overlay-banner {
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}
.baniere.features, .baniere.benefits {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}
.baniere.benefits .overlay-banner {
    opacity: 1;
}
.baniere.benefits .overlay {
    display: none;
}
.baniere h2 {
    font-weight: 600;
}
.baniere .yellow {
    color: #FEB000;
}
.borderbottom {
    border-bottom: 1px solid #ddd;
}
.tab-content h3 {
    font-size: 2rem;
    font-weight: 200;
    margin-top: 20px;
}
.tab-content .feature-text {
    min-height: 315px;
}
.tab-content h4 {
    font-weight: 200;
    color: #319CD5;
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
}
.tab-content .quote a {
    color: rgba(46, 83, 102, 0.66) !important;
}
.tab-content .bubble-2 {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-block;
    padding: 10px 0;
}
.tab-content .bubble-2.blue-bg {
    background: rgba(49, 156, 213, 0.11);
    border: 1px solid rgba(49, 156, 213, 0.15);
}
.tab-content .bubble-2 .inside {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-block;
    background: #fff;
}
.tab-content .bubble-2 .inside.blue {
    border: 4px solid #319CD5;
}
.tab-content .classroom {
    background-image: url(../img/classroom.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 440px;
    width: 100%;
    display: inline-block;
}
.tab-content .sea {
    background-image: url(../img/sea.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 440px;
    width: 100%;
    display: inline-block;
}
.fullimg {
    background-size: cover;
}
.showroom {
    height: auto;
    width: 100%;
    overflow: hidden !important;
    position: absolute;
}
.showroom .translate-right {
    float: left;
}
.showroom .translate-left {
    float: right;
}
.img-border before {
}
.img-test img {
}
#feat .block {
    margin: 1rem 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#feat .block p {
    color: #758e9a;
    font-size: 1.14289rem;
    margin: 1rem 0;
}
#feat .block ul li {
    color: #355571;
    font-weight: bold;
}
#feat .block p strong {
    font-weight: 500;
}
#feat .block ul {
    list-style: none;
    padding-left: 0;
    margin: 3rem 0;
}
#feat .block ul {
    margin-top: 10px;
}
#feat .row.Case {
    margin: 20px 0;
}
#feat .img-border.pull-left {
    padding-right: 30px;
}
#feat .img-border.pull-right {
    padding-left: 30px;
}
.usecase p {
    margin: 1rem 0;
    font-size: 1.1rem;
    line-height: 2rem;
    color: rgba(46, 83, 102, 0.8);
    font-weight: 400;
}
.usecase .sub-text {
    color: rgba(46, 83, 102, 0.66);
    font-size: 1.14289rem;
    margin: 1rem 0 2rem;
}
.usecase .sub-text strong {
    font-weight: 600;
}
.usecase .lead {
    color: rgba(46, 83, 102, 0.66);
}
.usecase .card {
    color: rgba(46, 83, 102, 0.66);
}
.usecase .card:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    border: 1px solid #DDE3EB;
    box-shadow: none !important;
}
.usecard .blue {
    color: #319CD5;
}
.usecard .blue:hover {
    color: #1f6f9a;
}
.signup {
    background-image: url(../img/signup-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 2rem 0;
    width: 100%;
}
.signup h2 {
    font-size: 1.75rem;
}
.signup .lead {
    font-size: 1rem;
    color: #319CD5;
}
.signup p {
    color: rgba(46, 83, 102, 0.66);
}
.signup .sign {
    border-radius: 0.2rem;
    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.31);
    background: #fff;
    padding: 2rem 0;
}
.signup .sign .help-block {
    margin-top: .5rem;
}
.signup-adwords h2 {
    font-size: 1.75rem;
    color: #2e5366;
}
.signup-adwords .lead {
    font-size: 1rem;
    color: #319CD5;
}
.signup-adwords p {
    color: rgba(46, 83, 102, 0.66);
    color: #2e5366;
}
.signup-adwords .sign {
    border-radius: 0.2rem;
    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.31);
    background: #fff;
    padding: 2rem 0;
}
.signup-adwords .sign .help-block {
    margin-top: .5rem;
}
.trustby img {
    max-height: 65px !important;
}
.paris {
    background-image: url(../img/paris.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 440px;
    width: 100%;
    display: inline-block;
}
#accordion h4 {
    color: #2e5366;
    font-weight: 500;
    margin: 4px 0;
}
#accordion h5 {
    color: #2e5366;
    font-weight: 500;
    margin: 2rem 0 .5rem 0;
}
#accordion p, #accordion .panel-collapse {
    color: rgba(46, 83, 102, 0.66);
}
#accordion .panel {
    padding: 1rem 0;
    line-height: 1.75rem;
}
#accordion hr {
    background-color: #DDE3EB;
    margin: 2rem 0;
}
#accordion .inside-blue {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: block;
    background: #fff;
    border: 2px solid #319CD5;
}
.inside-blue span {
    display: block;
    font-size: 1.5rem;
    margin: 0 auto;
    padding: .75rem 0;
    color: #2E5367;
}
.name {
    margin: 1rem 0 .25rem 0;
}
#news h3 {
    font-size: 1.5rem;
    font-weight: 500;
}
#news img {
    vertical-align: middle;
}
#news .line {
    padding: 2rem 0;
    border-bottom: 1px solid #DDE3EB;
}
#news .line:nth-last-child(2) {
    border-bottom: 1px solid transparent !important;
}
#news .sub-title {
    color: rgba(46, 83, 102, 0.66);
    margin-bottom: .5rem;
}
#news .sub-title strong {
    color: #2e5366;
}
#events h4 {
    color: #2e5366;
    font-weight: 500;
    margin-bottom: .25rem;
}
#events h4 .label {
    margin-left: 10px;
    font-size: 0.75rem;
    padding: .35rem;
}
#events time {
    margin-bottom: 1rem;
    color: #627389;
    display: inline-block;
}
#events .event-bottom {
    margin-top: 4rem;
}
.blog-filters ul li a.active {
    border-color: #37CCAA !important;
}
li.Drab,
li.Drab a {
    color: rgba(46, 83, 102, 0.66) !important;
    font-size: .8rem;
}
li.Drab a:hover {
    color: rgba(46, 83, 102, 1) !important;
}
/* .blog-grid {
  -moz-column-width: 18em;
  -webkit-column-width: 18em;
  -moz-column-gap: 1em;
  -webkit-column-gap: 1em; } */
.blog p a {
    display: inline !important;
}
.blog-grid {
}
/*   .blog-grid .item {
    display: inline-block;
    padding: .25rem;
    width: 100%; } */
.blog-grid .item {
    display: inline-block;
    padding: 0;
    width: 100%;
    max-width: 31.3%;
    margin: 0 1%;
}
@media (max-width: 867px) {
    .blog-grid .item {
        display: inline-block;
        padding: 0;
        width: 100%;
        max-width: 46%;
        margin: 0 1%;
    }
}
.blog-grid .well {
    position: relative;
    display: block;
}
.blog-grid .well .card .label {
    padding: .25rem .5rem;
    font-size: 1rem;
    font-weight: 500;
    margin: .25rem;
}
.blog-grid .well .card .label a {
    color: #708895 !important;
}
.blog-grid .well .card h4 {
    color: #2e5366;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 500;
    margin: 1rem 0;
}
.blog-grid .well .card .card-author {
    color: #2e5366;
}
.blog-grid .well .card .card-author time {
    color: rgba(46, 83, 102, 0.66);
}
.blog-grid .well .card .card-author time::before {
    content: " - ";
}
.blog-grid .well .card:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    box-shadow: none;
    border: 1px solid #DDE3EB;
}
.blog-grid .card > a {
    overflow: hidden;
    width: 100%;
}
.banner-blog {
    height: 250px;
    position: relative;
    display: inline-block;
    width: 100%;
}
.banner-blog .mask {
    background-image: linear-gradient(0deg, #366E8C 0%, #1D3B4B 100%);
    display: block;
    height: 250px;
}
.banner-blog h2, .banner-blog .lead, .banner-blog img {
    position: absolute;
    top: 0;
    left: 0;
}
.banner-blog img {
    opacity: 0.3;
    z-index: 0;
    height: auto;
}
.blog {
    padding: 3rem 0;
}
.blog h1, .blog h2, .blog h3, .blog h4, .blog h5, .blog h6 {
    margin: 2rem 0;
    display: block;
}
.blog .text-muted {
    color: rgba(46, 83, 102, 0.66);
}
.blog p {
    margin: 1rem 0;
    font-size: 1.1rem;
    line-height: 2rem;
    color: rgba(46, 83, 102, 0.8);
    font-weight: 400;
}
.blog img {
    padding: 2rem;
    display: block;
    max-width: 100%;
    height: auto;
}
.blog li {
    line-height: 2rem;
}
.blog .blog-footer {
    margin: 1.5rem 0 0.6rem 0;
    text-align: center;
}
.blog .comment {
    margin: 1.5rem 0;
}
.blog .sociallinks li {
    margin-right: .1rem !important;
    padding-left: 0 !important;
}
.blog .sociallinks li:last-child {
    margin-right: 0;
}
.blog .sociallinks {
    text-align: center;
    margin-bottom: 0px;
    position: relative;
    padding-bottom: 30px;
    padding-top: 20px;
}
.wp_rp_wrap {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 40px;
}
.wp_rp_wrap:after {
    content: '';
    background: #f0f0f0;
    width: 120px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -60px;
}
.blog .sociallinks li a.socialbubble {
    width: 40px;
    height: 40px;
    border-radius: 30px;
    border: 1px solid #DDE3EB;
    display: block;
    font-size: 19px;
    padding-top: 8px;
}
.blog .sociallinks li a.socialbubble span {
    margin-left: -4px;
}
.blog .sociallinks li:nth-child(2) a.socialbubble span {
    margin-left: -7px;
}
.blog .sociallinks li:nth-child(1) a.socialbubble span {
    margin-left: 0px;
}
.mentions h3 {
    margin: 2rem 0;
}
.post_content_left {
    float: left;
    width: 85%;
    padding-left: 15%;
    padding-right: 100px;
}
#logmatic_search .post_content_left,
#logmatic_archive .post_content_left,
#logmatic_blog .post_content_left {
    padding-right: 0;
}
table {
    max-width: 100%;
}
.post_sidebar {
    float: right;
    width: 15%;
}
.post_sidebar {
    padding-left: 30px;
    float: right;
    width: 15%;
    /*background: rgba(49, 156, 213, 0.05);
    border: 1px solid rgba(49, 150, 204, 0.21);
    border-radius: 3px;*/
}
.post_sidebar h4 {
    margin-bottom: 8px;
    font-size: 16px;
}
.post_sidebar ul {
    padding: 0 0 0 10px;
    margin-bottom: 30px;
}
.post_sidebar li {
    list-style: none;
    border-left: 1px solid #DDE3EB;
    padding-left: 20px;
}
#SubBanner {
    overflow: hidden;
}
#SubBanner .col-xs-12.none {
    text-align: center;
}
#SubBanner .list-inline {
    max-height: 58px;
    display: inline-block;
    width: auto;
    float: none;
    overflow: hidden;
    margin-bottom: 18px;
}
#SubBanner li {
    width: 124px;
    float: left;
}
@media (max-width: 960px) {
    .post_content_left {
        float: left;
        width: 100%;
        padding-right: 0px;
    }
    .post_sidebar {
        float: right;
        width: 100%;
    }
    body {
        padding-top: 90px;
    }
    body.page-template-template-adwords {
        padding-top: 69px;
    }
}
@media (max-width: 47.9em) {
    .second {
        width: 80% !important;
        position: relative !important;
        color: #fff;
        -webkit-transform: translate(12.5%, -10%) !important;
        -moz-transform: translate(12.5%, -10%) !important;
        -o-transform: translate(12.5%, -10%) !important;
        transform: translate(12.5%, -10%) !important;
    }
    .second.second-yellow {
        background: #FEB000;
    }
    .second.second-blue {
        background: #319CD5;
    }
    .second li {
        padding: .5rem 0;
    }
    .third {
        width: 80% !important;
        position: relative !important;
        padding: 1.5rem 0;
        color: #fff;
        -webkit-transform: translate(12.5%, -10%) !important;
        -moz-transform: translate(12.5%, -10%) !important;
        -o-transform: translate(12.5%, -10%) !important;
        transform: translate(12.5%, -10%) !important;
    }
    .third.second-dark {
        background: #2e5366;
    }
    .nav-tabs li.nav-item {
        border: none !important;
    }
    .nav-tabs li.nav-item a {
        padding: .75em !important;
    }
    .tab-pane {
        text-align: center !important;
    }
    .tab-pane .text-left {
        text-align: center !important;
    }
    .tab-pane .m-y-lg {
        margin: 3rem 0 !important;
    }
    .tab-pane .m-t-md {
        margin-top: 1.2rem !important;
    }
    .tab-pane .showroom {
        height: auto;
        width: 100%;
        display: inline-block;
        position: relative;
    }
    .tab-pane .showroom img {
        width: 100%;
        display: inline-block;
        position: relative;
    }
    .tab-pane .showroom.translate-right {
        float: none !important;
        margin-right: auto;
        margin-left: auto;
    }
    .tab-pane .showroom.translate-left {
        float: none !important;
        margin-right: auto;
        margin-left: auto;
    }
    #accordion {
        text-align: left !important;
    }
    .price-table .card:hover {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        box-shadow: none;
        border: 1px solid #DDE3EB;
    }
    #carousel-customers .carousel-control {
        display: none !important;
    }
    #events h4 {
        color: #2e5366;
        font-weight: 500;
        margin: 1rem 0 .25rem;
    }
    #events .event-bottom {
        margin-top: 4rem;
    }
}
@media (max-width: 61.9em) {
    .block {
        margin: 4rem 0;
        background-repeat: no-repeat;
        background-position: center !important;
        background-size: contain !important;
        text-align: center;
    }
    .block .col-md-6 {
        width: 100% !important;
    }
    .block h3 {
        margin: 2rem 0;
    }
    .block p, .block ul {
        margin: 2rem 0 !important;
    }
}
@media (max-width: 916px) {
    .baniere {
        margin-top: 4rem;
    }
    body.page-template-template-adwords {
        padding-top: 122px;
    }
    .navbar-brand {
        width: 100%;
        margin-bottom: 1rem;
    }
    .navbar-brand img {
        margin: 0 auto;
    }
    .navbar-nav {
        float: left !important;
        width: 90%;
        margin: 0 6%;
    }
    .combined-header .navbar-nav {
        float: left !important;
        width: 39%;
        margin: 0 31%;
    }
    .navbar-nav .nav {
        float: left !important;
    }
    .navbar-nav .nav.pull-right {
        margin-left: 1rem !important;
    }
    .navbar-nav .nav.pull-right .text-uppercase {
        margin-left: 4rem !important;
    }
    .navbar-nav #menu-adwords-menu.nav.pull-right .text-uppercase {
        margin-left: 1rem !important;
    }
}
@media (max-width: 880px) {
    .navbar-nav {
        float: left !important;
        width: 92%;
        margin-left: 5%;
    }
    .combined-header .navbar-nav {
        float: left !important;
        width: 44%;
        margin: 0 28%;
    }
    #SubBanner li {
        width: 108px;
    }
    .navbar-nav .nav {
        float: left !important;
    }
    .navbar-nav .nav.pull-right {
        margin-left: 1rem !important;
    }
    .navbar-nav .nav.pull-right .text-uppercase {
        margin-left: 2rem !important;
    }
}
@media (max-width: 767.99px) {
    #Banner h1 {
        font-size: 2.5rem;
    }
    body.page-template-template-adwords {
        padding-top: 69px;
    }
    body.page-template-template-adwords .navbar-nav .nav.pull-right {
        margin-bottom: 10px;
    }
    #SubBanner .list-inline {
        max-height: none;
    }
    .carousel-customers .carousel-control {
        display: none !important;
    }
    .baniere {
        margin-top: 0;
        display: inline-block !important;
        position: relative;
        width: 100%;
        height: auto;
    }
    .baniere .text {
        padding: 2rem 0;
        position: relative;
        display: inline-block;
    }
    .baniere .display-2 {
        font-size: 3rem !important;
    }
    #SubBanner li {
        width: 100%;
        display: inline-block;
        margin: 1rem 0 !important;
    }
    .navbar-brand {
        width: 30% !important;
        float: left;
        margin-bottom: 0 !important;
        padding-bottom: 1.65rem;
    }
    .navbar-nav {
        float: none !important;
        width: 90% !important;
        margin-left: 5% !important;
        font-size: 1.2rem;
    }
    .navbar-nav .nav {
        width: 100% !important;
        text-align: center;
        margin-top: 1rem;
    }
    .navbar-nav .nav li {
        width: 100% !important;
        margin: auto 0 !important;
        padding: auto 0 !important;
    }
    .navbar-nav .nav.pull-right {
        margin-left: 0 !important;
    }
    .navbar-nav .nav .nav-item.text-uppercase {
        padding-top: 1rem;
        margin-left: 0 !important;
    }
    .navbar-nav .nav .nav-item.text-uppercase a {
        display: block;
    }
    .blog_select {
        margin-top: 16px !important;
    }
    .blog-grid .maso-item {
        max-width: 100% !important;
    }
    #lookfor input {
        margin-bottom: 1rem;
    }
    .c-select {
        margin-bottom: 1rem;
    }
    .sign {
        margin-top: 70px;
    }
}
@media (max-width: 472.99px) {
    .m-y-lg {
        margin: 2rem 0 !important;
    }
    .m-b-lg {
        margin-bottom: 2rem !important;
    }
    .m-t-md {
        margin-top: 1.2rem !important;
    }
    .Boxes {
        margin: 1rem 0;
    }
    #Banner .jumbotron {
        padding: 0 1rem;
    }
    #Banner .btn {
        display: block !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    #Banner .btn.btn-main {
        margin-bottom: 1rem;
    }
    .blue-box {
        width: 100%;
        max-width: inherit !important;
        bottom: 2%;
        z-index: 9;
    }
    .blue-box ul li {
        text-align: left !important;
    }
}
.usecard {
    float: left;
    position: relative;
    margin-bottom: 0.75rem;
    border: 1px solid #DDE3EB;
    border-radius: 0.25rem;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    width: 31%;
    min-height: 411px;
    margin: 0 1% 20px 1%;
    display: block;
}
.usecard:hover {
    cursor: pointer;
}
.usecard .quote {
    color: #2e5366;
}
.usecard .quote p {
    max-height: 150px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.usecard p {
    color: rgba(46, 83, 102, 0.66);
}
.usecard strong {
    color: #319CD5 !important;
}
@media (max-width: 1023px) {
    .usecard {
        width: 48%;
        margin: 0 1% 20px;
    }
}
@media (max-width: 768px) {
    .usecard {
        float: none;
        width: 90%;
        margin: 0 auto 20px auto;
        border: none !important;
    }
    body {
        padding-top: 34px;
    }
    .card {
    / / border: none !important;
    }
}
.tagList {
    text-align: center;
    padding-top: 20px;
    font-size: 18px;
    font-weight: 100 !important;
}
.tagList li {
    margin-right: 8px;
    line-height: 1.6em;
}
.tagList.inSingle li {
    padding: 8px 10px;
    font-weight: 100 !important;
}
/* icon */
.bubble .inside span {
    font-size: 3.5rem;
    padding: 2.25rem 2.25rem;
    display: block;
}
.bubble-2 .inside span {
    font-size: 2rem;
    padding: .85rem .87rem;
    display: block;
}
/** WP pgination */
.wp-paginate {
    padding: 0;
    margin: 0;
}
.wp-paginate li {
    display: inline;
    list-style: none;
}
.wp-paginate a {
    background: #fff;
    border: 1px solid #DDE3EB;
    color: #708895;
    margin-right: 4px;
    padding: .5rem 1rem;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
}
.wp-paginate a:hover, .wp-paginate a:active {
    background: #DDE3EB;
    color: #708895;
}
.wp-paginate .title {
    color: #555;
    margin-right: 4px;
}
.wp-paginate .gap {
    color: #999;
    margin-right: 4px;
}
.wp-paginate .current {
    background: #319CD5;
    border: 1px solid #319CD5;
    color: #fff;
    margin-right: 4px;
    padding: .6rem 1rem;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
}
/* blue-box for the Google Map */
.blue-box {
    z-index: 9;
    width: 100%;
    max-width: 400px;
    background: #319CD5;
    padding: 2.5rem;
    position: absolute;
    font-size: 1rem;
    bottom: 25%;
    left: 1.70%;
    color: #fff;
}
.blue-box ul li {
    margin-bottom: 1rem;
}
.blue-box ul li span {
    margin-right: 1rem;
    font-size: 1.15rem;
}
.videoBox {
    background: #2990c7;
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    vertical-align: bottom;
    width: 33.333336%;
    /*max-width: 500px;*/
    padding: 20px 60px;
    text-align: center;
    position: relative;
    z-index: 2;
    -webkit-transition: background .6s ease-in-out;
    -moz-transition: background .6s ease-in-out;
    -o-transition: background .6s ease-in-out;
    transition: background .6s ease-in-out;
}
.videoBox.highlight {
    background: #319CD5;
}
.videoBox:hover,
.videoBox.highlight:hover {
    background-color: #FEB000;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
}
.videoBox:before {
    content: '';
    background: #FEB000;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.videoBox:hover:before {
    height: 108%;
    top: -4%;
    opacity: 1;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
}
.videoBox h4 {
    font-weight: 200;
    color: #319CD5;
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
}
.videoBox img {
    max-width: 100%;
}
.videoBox p {
    max-width: 400px;
    margin: 0 auto;
}
.videoBox h3,
.videoBox .videoOpener,
.videoBox p {
    position: relative;
    z-index: 4;
}
.videoBox .videoOpener {
    position: relative;
    display: block;
    margin: 30px auto;
    max-width: 400px;
    border-radius: 6px;
    overflow: hidden;
    -webkit-transition: .6s ease-in-out;
    -moz-transition: .6s ease-in-out;
    -o-transition: .6s ease-in-out;
    transition: .6s ease-in-out;
}
.videoBox .videoOpener span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1;
    color: #fff !important;
    background: #fff url(../img/logmaplay-o.png) no-repeat center center;
    background: rgba(255, 255, 255, 0.7) url(../img/logmaplay-o.png) no-repeat center center;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.videoBox:hover .videoOpener {
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.3);
}
.videoBox:hover .videoOpener span {
    opacity: 1;
    background: #2e5366 url(../img/logmaplay.png) no-repeat center center;
    background: rgba(46, 83, 102, 0.2) url(../img/logmaplay.png) no-repeat center center;
}
.videoFix {
    background: #2e5366;
    background: rgba(19, 36, 45, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    display: block;
    overflow: hidden;
    overflow-y: auto;
    width: 100vw;
    height: 100vh;
}
.videoFix.active {
    z-index: 99999;
    opacity: 1;
}
.videoFix .videoFixInner {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    text-align: center;
    padding: 30px;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
video {
    max-width: 100%;
    /* just in case, to force correct aspet ratio */
    height: auto !important;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-container .mejs-video, .video-container .mejs-layer, .video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.videoFix .videoFixInner .video-size {
    max-width: 960px;
    margin: 0 auto;
}
.bannerSeeHow {
    background: #2e5366;
    display: block;
    padding: 0;
    margin-bottom: -70px;
    color: #fff;
    font-size: 2.4rem;
}
.bannerSeeHow p {
    display: inline;
}
.bannerSeeHow .btn {
    border-radius: 40px !important;
    background-image: linear-gradient(-120deg, #FFFFFF 0%, #60C1F9 0%, #05BBFF 100%);
    box-shadow: 0px 0px 30px 0px rgba(28, 119, 169, 0.68);
    border-color: transparent !important;
    padding-left: 3rem !important;
    padding-right: 3rem !important;
    margin: 0 30px;
}
.avatar.img-circle.avatar-96.photo {
    display: block;
    padding: 0rem;
    max-width: 80px;
    margin: 10px auto;
    vertical-align: middle;
}
.filters_uc {
    margin-top: -30px;
    margin-bottom: 40px !important;
}
#Content a.filter_usecases,
.filters_uc a {
    display: inline-block !important;
    margin-bottom: 6px;
}
.filter_usecases {
    border: 1px solid #DDE3EB;
    color: #2e5366;
    border-radius: 3px;
    display: inline-block;
    margin: 0 5px;
}
.filter_usecases.active {
    border: 1px solid #319CD5;
    color: #319CD5;
}
#searchform {
    position: relative;
}
.cancelSearch {
    position: absolute;
    top: 7px;
    right: 8px;
    background-color: rgba(46, 83, 102, 0.7);
    border-radius: 3px;
    color: #fff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    display: none;
}
.cancelSearch:hover {
    background-color: rgba(46, 83, 102, 1);
    color: #fff;
}
.video_banner {
    background-repeat: none;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.video_banner::before {
    content: '';
    background: #2E5366;
    background: rgba(46, 83, 102, 0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.video_banner .videoLoop {
    display: block;
    position: absolute;
    top: 0;
    z-index: 2;
    left: 0;
    width: 100%;
    height: 100%;
    /*
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);
    */
}
.play_video {
    background: url(../img/logmaplay.png) no-repeat center center;
    display: inline-block !important;
    width: 60px;
    height: 60px;
    text-indent: -9999px;
}
@media screen and (max-width: 640px) {
    .video_banner .videoLoop {
        display: none;
    }
}
.vb_content {
    padding: 16.3% 40px;
    margin: 0 auto;
    max-width: 1000px;
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 8;
    color: #fff;
}
@media screen and (min-width: 1440px) {
    /*.vb_content { padding: 11.4% 40px; }*/
}
.vb_lightbox {
    background: #2e5366;
    background: rgba(19, 36, 45, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    display: block;
    overflow: hidden;
    overflow-y: auto;
    width: 100vw;
    height: 100vh;
}
.vb_lightbox.active {
    z-index: 99999;
    opacity: 1;
}
.vb_lightbox .vb_lightbox_content {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    text-align: center;
    padding: 30px;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.vb_lightbox .video-size {
    max-width: 960px;
    margin: 0 auto;
}
.white_papers {
    color: #fff;
    float: left;
    height: 400px;
    width: 33.333336%;
    position: relative;
}
.white_papers:focus {
    color: #fff;
}
.white_papers:before {
    content: '';
    background: #2e5366;
    background: rgba(19, 36, 45, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.white_papers .whitep_picture {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.white_papers .whitep_picture .whitep_picture_bg {
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-repeat: none;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.white_papers:hover .whitep_picture .whitep_picture_bg {
    top: -4%;
    height: 108%;
}
.white_papers .inner {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 5;
    width: 100%;
    text-align: center;
    padding: 0 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.white_papers:hover:before {
    height: 108%;
    top: -4%;
    background: #FEB000;
    background: rgba(254, 176, 0, 0.9);
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
}
.white_papers:hover {
    color: #fff;
}
@media screen and (max-width: 640px) {
    .videoBox,
    .white_papers {
        display: block !important;
        float: none;
        width: 100%;
    }
}
.container_integrations {
    width: 100%;
    position: relative;
}
.container_integrations > header {
    width: 90%;
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
    padding: 0 30px 50px 30px;
}
.container_integrations > header {
    padding: 60px 30px 50px;
    text-align: center;
}
.container_integrations > header h1 {
    font-size: 34px;
    line-height: 38px;
    margin: 0 auto;
    font-weight: 700;
    color: #333;
}
.container_integrations > header h1 span {
    display: block;
    font-size: 20px;
    font-weight: 300;
}
.main_integrations > p {
    text-align: center;
    padding: 50px 20px;
}
/* Header Style */
.codrops-top {
    line-height: 24px;
    font-size: 11px;
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    z-index: 9999;
    position: relative;
    box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.2);
}
.codrops-top a {
    padding: 0px 10px;
    letter-spacing: 1px;
    color: #333;
    display: inline-block;
}
.codrops-top a:hover {
    background: rgba(255, 255, 255, 0.8);
    color: #000;
}
.codrops-top span.right {
    float: right;
}
.codrops-top span.right a {
    float: left;
    display: block;
}
.og-grid {
    list-style: none;
    padding: 20px 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.og-grid li {
    display: inline-block;
    margin: 10px 15px 0 15px;
    vertical-align: top;
    height: 190px;
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
}
.og-grid li > a,
.og-grid li > a img {
    border: none;
    outline: none !important;
    position: relative;
    border-radius: 0.1%;
}
#Content .og-grid li > a {
    height: 150px !important;
    line-height: 150px;
    outline: none !important;
    display: block;
    box-shadow: 0 0 0 7px #fff, 0 0 0 8px #ddd !important;
}
.og-grid img {
    max-width: 100%;
}
#Content .og-grid li > a:hover {
    box-shadow: 0 0 0 7px #fff, 0 0 0 8px #1f6f9a !important;
    border-radius: 0.1%;
}
.og-grid li.og-expanded > a::after {
    top: auto;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #319CD5;
    border-width: 15px;
    left: 50%;
    margin: -6px 0 0 -15px;
}
.og-expander {
    position: absolute;
    background: #319CD5;
    top: auto;
    left: 0;
    width: 100%;
    margin-top: 24px;
    text-align: left;
    height: 0;
    overflow: hidden;
}
.og-expander-inner {
    padding: 25px 30px;
}
.og-close {
    position: absolute;
    z-index: 5;
    width: 35px;
    height: 35px;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.og-close::before,
.og-close::after {
    content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    height: 1px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.og-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.og-close:hover::before,
.og-close:hover::after {
    background: #2e5366;
}
.og-fullimg,
.og-details {
    width: 50%;
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.og-details {
    padding: 0 40px 15px 20px;
    color: white;
}
.og-fullimg {
    text-align: center;
}
.og-fullimg img {
    display: inline-block;
    max-height: 100%;
    max-width: 60%;
}
.og-details h3 {
    font-weight: 300;
    font-size: 52px;
    padding: 40px 0 10px;
    margin-bottom: 10px;
}
.og-details p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: white;
    padding-bottom: 10px;
}
.og-details a {
    font-weight: 700;
    font-size: 16px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 20px;
    border: 3px solid white;
    border-radius: 5px;
    display: inline-block;
    margin: 30px 0 0;
    outline: none;
}
.og-tags span {
    color: #ddd;
    border: solid #ddd;
    border-radius: 5px;
    border-width: 2px;
    padding: 0 2px;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
}
.og-details a::before {
    content: '\2192';
    display: inline-block;
    margin-right: 10px;
}
.og-details a:hover {
    border-color: #FEB000;
    color: #FEB000;
    border-radius: 5px;
}
.og-loading {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ddd;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    -webkit-animation: loader 0.5s infinite ease-in-out both;
    -moz-animation: loader 0.5s infinite ease-in-out both;
    animation: loader 0.5s infinite ease-in-out both;
}
@-webkit-keyframes loader {
    0% {
        background: #ddd;
    }
    33% {
        background: #ccc;
        box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd;
    }
    66% {
        background: #ccc;
        box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc;
    }
}
@-moz-keyframes loader {
    0% {
        background: #ddd;
    }
    33% {
        background: #ccc;
        box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd;
    }
    66% {
        background: #ccc;
        box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc;
    }
}
@keyframes loader {
    0% {
        background: #ddd;
    }
    33% {
        background: #ccc;
        box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd;
    }
    66% {
        background: #ccc;
        box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc;
    }
}
@media screen and (max-width: 830px) {
    .og-expander h3 {
        font-size: 32px;
    }
    .og-expander p {
        font-size: 13px;
    }
    .og-expander a {
        font-size: 12px;
    }
}
@media screen and (max-width: 650px) {
    .og-fullimg {
        display: none;
    }
    .og-details {
        float: none;
        width: 100%;
    }
}
.post_content_left section.container {
    max-width: 100%;
}
.integrations-section a {
    color: rgba(46, 83, 102, 0.66) !important;
}
.signup-adwords {
    padding: 2rem 0;
    width: 100%;
}
.adwords-header {
}
.adwords-left {
    vertical-align: middle;
}
.desc-section, .desc-section p {
    color: rgba(46, 83, 102, 0.66) !important;
    font-size: 1.45rem;
    font-weight: 300;
}