﻿/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

[hidden],
template {
    display: none
}


/*!
 * Tent CSS 
 * http://css.sitetent.com
 *
 * Copyright (c) 2017, Aaron Mazade
 * Licensed under the MIT license
 */

html {
    box-sizing: border-box;
    line-height: 1;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

*,
:after,
:before {
    box-sizing: inherit
}

body {
    margin: 0;
    font-family: sans-serif
}

iframe {
    border: 0
}

main {
    display: block
}

sup {
    position: relative;
    top: -.5em;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0
}

strong {
    font-weight: 700
}

figure {
    margin: 0
}

::-moz-focus-inner {
    border: 0;
    padding: 0
}

body {
    background-color: #fff;
    color: #444;
    font-weight: 400;
    font-size: 1em;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Ubuntu, Open Sans, Helvetica Neue, sans-serif;
    line-height: 1.6
}

hr {
    display: block;
    margin: 1.5rem 0;
    height: 1px;
    border: none;
    background-color: #dbdbdb
}

img {
    height: auto;
    border: 0;
    vertical-align: middle
}

a {
    color: #0074d9;
    text-decoration: none
}

a:active,
a:focus,
a:hover {
    color: #004b8d
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    text-align: inherit;
    text-transform: inherit;
    font: inherit;
    letter-spacing: inherit;
    background: none;
    cursor: pointer;
    overflow: visible
}

blockquote {
    margin: 0 0 1rem;
    padding: 0 0 0 .5rem;
    border-left: 4px solid #6e6e6e
}

cite {
    font-style: italic
}

code {
    font-family: Lucida Console, Courier, monospace;
    font-size: inherit;
    color: #0074d9;
    background-color: #f2f2f2;
    padding: .125rem .25rem
}

p {
    margin: 0 0 1.5rem
}

p:last-child {
    margin-bottom: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    margin: 0 0 2rem;
    color: #444;
    font-weight: inherit;
    font-size: inherit;
    line-height: 1.25
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0
}

h1 {
    font-size: 3rem
}

h2 {
    font-size: 2.5rem
}

h3 {
    font-size: 2rem
}

h4 {
    font-size: 1.25rem
}

h5 {
    font-size: 1.125rem
}

h6 {
    font-size: 1rem
}

textarea {
    overflow: auto
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    display: block;
    margin: 0 0 1.5rem;
    padding: .5rem 1rem;
    width: auto;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    background-color: #fff;
    color: #a4a4a4;
    font-size: 1rem;
    font-family: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
    border-color: #0074d9
}

ol,
ul {
    margin: 0 0 1.5rem;
    padding: 0
}

ul {
    list-style: circle inside
}

ol {
    list-style: decimal inside
}

li {
    display: list-item;
    margin-bottom: .5rem
}

dl {
    margin-top: 0;
    margin-bottom: 0
}

dd {
    margin-left: 0
}

table {
    border-spacing: 0
}

table td {
    padding: .5rem
}

.container {
    position: relative;
    padding: 0
}

@media (min-width:36em) {
    .container {
        max-width: 33.75rem
    }
}

@media (min-width:48em) {
    .container {
        max-width: 45rem
    }
}

@media (min-width:62em) {
    .container {
        max-width: 71.25rem
    }
}

.container--fluid {
    max-width: 100%
}

.control--inline,
.flex,
.grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex--stack,
.grid--stack {
    -ms-flex-direction: column;
    flex-direction: column
}

.flex--top,
.grid--top {
    -ms-flex-align: start;
    align-items: flex-start
}

.flex--bottom,
.grid--bottom {
    -ms-flex-align: end;
    align-items: flex-end
}

.flex--center,
.grid--center {
    -ms-flex-align: center;
    align-items: center
}

.flex--stretch,
.grid--stretch {
    -ms-flex-align: stretch;
    align-items: stretch
}

.flex--baseline,
.grid--baseline {
    -ms-flex-align: baseline;
    align-items: baseline
}

.flex--justify-center,
.grid--justify-center {
    -ms-flex-pack: center;
    justify-content: center
}

.flex--justify-start,
.grid--justify-start {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.flex--justify-end,
.grid--justify-end {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.flex__item,
.grid__column {
    display: block;
    -ms-flex: 1;
    flex: 1
}

.flex__item--top,
.grid__column--top {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.flex__item--bottom,
.grid__column--bottom {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.flex__item--center,
.grid__column--center {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.flex-first {
    -ms-flex-order: -1;
    order: -1
}

.flex-last {
    -ms-flex-order: 1;
    order: 1
}

@media (min-width:36em) {
    .flex-first--sm {
        -ms-flex-order: -1;
        order: -1
    }
    .flex-last--sm {
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width:48em) {
    .flex-first--md {
        -ms-flex-order: -1;
        order: -1
    }
    .flex-last--md {
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width:62em) {
    .flex-first--lg {
        -ms-flex-order: -1;
        order: -1
    }
    .flex-last--lg {
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width:75em) {
    .flex-first--xl {
        -ms-flex-order: -1;
        order: -1
    }
    .flex-last--xl {
        -ms-flex-order: 1;
        order: 1
    }
}

.grid {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row
}

.grid,
.grid--gutterless>.grid__column {
    padding: 0
}

.grid__column {
    margin-left: 0;
    max-width: 100%;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem
}

.grid__column--1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.grid__column--2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.grid__column--3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.grid__column--4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.grid__column--5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.grid__column--6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.grid__column--7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.grid__column--8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.grid__column--9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.grid__column--10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.grid__column--11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.grid__column--12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:36em) {
    .grid__column--1--sm {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .grid__column--2--sm {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .grid__column--3--sm {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .grid__column--4--sm {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .grid__column--5--sm {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .grid__column--6--sm {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .grid__column--7--sm {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .grid__column--8--sm {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .grid__column--9--sm {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .grid__column--10--sm {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .grid__column--11--sm {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .grid__column--12--sm {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:48em) {
    .grid__column--1--md {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .grid__column--2--md {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .grid__column--3--md {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .grid__column--4--md {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .grid__column--5--md {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .grid__column--6--md {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .grid__column--7--md {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .grid__column--8--md {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .grid__column--9--md {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .grid__column--10--md {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .grid__column--11--md {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .grid__column--12--md {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:62em) {
    .grid__column--1--lg {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .grid__column--2--lg {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .grid__column--3--lg {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .grid__column--4--lg {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .grid__column--5--lg {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .grid__column--6--lg {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .grid__column--7--lg {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .grid__column--8--lg {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .grid__column--9--lg {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .grid__column--10--lg {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .grid__column--11--lg {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .grid__column--12--lg {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:75em) {
    .grid__column--1--xl {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .grid__column--2--xl {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .grid__column--3--xl {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .grid__column--4--xl {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .grid__column--5--xl {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .grid__column--6--xl {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .grid__column--7--xl {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .grid__column--8--xl {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .grid__column--9--xl {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .grid__column--10--xl {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .grid__column--11--xl {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .grid__column--12--xl {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:36em) {
    .grid {
        width: 100%
    }
    .grid__column {
        padding: 0 1rem
    }
}

.list--inline,
.list--unstyled {
    list-style-type: none;
    padding: 0
}

.list--inline .list__item {
    display: inline-block
}

.list--inline .list__item:not(:last-child) {
    padding-right: 25px
}

.list--nulled,
.list--nulled .list__item {
    margin: 0
}

.table--stripped .table__body .table__row:not(:nth-child(2n)) .table__cell {
    background-color: #f2f2f2
}

.subtitle--xxxs,
.title--xxxs {
    font-size: .625rem
}

.subtitle--xxs,
.title--xxs {
    font-size: .75rem
}

.subtitle--xs,
.title--xs {
    font-size: .875rem
}

.subtitle--sm,
.title--sm {
    font-size: 1rem
}

.subtitle--md,
.title--md {
    font-size: 1.125rem
}

.subtitle--lg,
.title--lg {
    font-size: 1.25rem
}

.subtitle--xl,
.title--xl {
    font-size: 2rem
}

.subtitle--xxl,
.title--xxl {
    font-size: 2.5rem
}

.subtitle--xxxl,
.title--xxxl {
    font-size: 3rem
}

.title {
    font-weight: 700
}

.subtitle {
    font-weight: 100
}

.subtitle,
.title {
    word-break: break-word
}

.subtitle:not(:last-child),
.title:not(:last-child) {
    margin-bottom: 1rem
}

.title-set .title {
    margin: 0
}

.title-set .title+.subtitle {
    margin-top: 0
}

.lead {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.6
}

.button {
    display: inline-block;
    margin-bottom: .5rem;
    padding: .5rem 2.5rem;
    border: 2px solid #6e6e6e;
    border-radius: 0;
    background-color: #6e6e6e;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: inherit;
    transition: all 1s ease
}

.button.button--primary:active,
.button.button--primary:focus,
.button.button--primary:hover {
    border-color: #00305a;
    background-color: #0059a6;
    color: #fff
}

.button.button--secondary:active,
.button.button--secondary:focus,
.button.button--secondary:hover {
    border-color: #193e2d;
    background-color: #2e7555;
    color: #fff
}

.button.button--tertiary:active,
.button.button--tertiary:focus,
.button.button--tertiary:hover {
    border-color: #b60a00;
    background-color: #ff1103;
    color: #fff
}

.button--xxxs {
    padding: .5rem 1rem;
    font-size: .625rem
}

.button--xxs {
    padding: .5rem 2rem;
    font-size: .625rem
}

.button--xs {
    padding: .5rem 1.5rem;
    font-size: .75rem
}

.button--md,
.button--sm {
    padding: .5rem 2.5rem;
    font-size: .875rem
}

.button--lg {
    padding: 1rem 3rem;
    font-size: 1.125rem
}

.button--xl {
    padding: 1rem 3.5rem;
    font-size: 1.25rem
}

.button--xxl {
    padding: 1rem 4rem;
    font-size: 1.25rem
}

.button--xxxl {
    padding: 1rem 4.5rem;
    font-size: 1.25rem
}

.button--block {
    width: 100%;
    text-align: center
}

.button--filled:active,
.button--filled:focus,
.button--filled:hover {
    border-color: #2e2e2e;
    background-color: #555;
    color: #fff
}

.button--filled.button--primary {
    border-color: #0074d9;
    background-color: #0074d9;
    color: #fff
}

.button--filled.button--secondary {
    border-color: #3d9970;
    background-color: #3d9970;
    color: #fff
}

.button--filled.button--tertiary {
    border-color: #ff4136;
    background-color: #ff4136;
    color: #fff
}

.button--outlined {
    background-color: transparent;
    color: #6e6e6e
}

.button--outlined:active,
.button--outlined:focus,
.button--outlined:hover {
    border-color: #2e2e2e;
    background-color: #555;
    color: #fff
}

.button--outlined.button--primary {
    border-color: #0074d9;
    color: #0074d9
}

.button--outlined.button--secondary {
    border-color: #3d9970;
    color: #3d9970
}

.button--outlined.button--tertiary {
    border-color: #ff4136;
    color: #ff4136
}

.button--clear {
    border-color: transparent;
    background-color: transparent;
    color: #6e6e6e
}

.button--clear:active,
.button--clear:focus,
.button--clear:hover {
    border-bottom: 2px solid #6e6e6e;
    color: #6e6e6e
}

.card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    margin-bottom: 1rem;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    background: #fff;
    color: #444
}

.card>:last-child {
    margin-bottom: 0
}

.card__image {
    margin: 0 auto;
    max-width: 100%
}

.card__content {
    padding: 1rem;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.card__content>:last-child {
    margin-bottom: 0
}

.card--filled {
    background-color: #444
}

.card--filled.card--primary {
    background-color: #0074d9
}

.card--filled.card--secondary {
    background-color: #3d9970
}

.card--filled.card--tertiary {
    background-color: #ff4136
}

.card--outlined {
    border: 2px solid transparent
}

.card--outlined.card--primary {
    border-color: #0074d9
}

.card--outlined.card--secondary {
    border-color: #3d9970
}

.card--outlined.card--tertiary {
    border-color: #ff4136
}

.card--raised {
    box-shadow: 0 .2rem .4rem 0 rgba(0, 0, 0, .04), 0 .2rem 1rem 0 rgba(0, 0, 0, .1)
}

.card--clear,
.card--feature {
    border: 0
}

.card--clear {
    background: transparent
}

.control__label {
    display: block;
    margin: 0;
    font-weight: 600
}

.control--checkbox .control__label,
.control--radio .control__label {
    font-weight: 400
}

.control--inline {
    -ms-flex-direction: column;
    flex-direction: column
}

.control--inline .control__label:not(:first-child) {
    margin-left: 0
}

@media (min-width:36em) {
    .control--inline {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .control--inline .control__label:not(:first-child) {
        margin-left: .5rem
    }
}

.control--block,
.control--block .control__input,
.control--block .control__select,
.control--block .control__textarea {
    width: 100%
}

.control--select {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 0 1.5rem
}

.control--select:after {
    content: "";
    border: 1px solid #0074d9;
    border-right: 0;
    border-top: 0;
    display: block;
    position: absolute;
    height: .5rem;
    pointer-events: none;
    transform: rotate(-45deg);
    width: .5rem;
    margin-top: -.375em;
    right: 1.125em;
    top: 50%;
    z-index: 2
}

.control__select {
    padding-right: 2.5rem;
    margin: 0
}

.control__textarea--sm {
    min-height: 5rem
}

.control__textarea--md {
    min-height: 8.75rem
}

.control__textarea--lg {
    min-height: 12.5rem
}

.color-primary {
    color: #0074d9
}

.color-secondary {
    color: #3d9970
}

.color-tertiary {
    color: #ff4136
}

.color-light {
    color: #e0e0e0
}

.color-lighter {
    color: #f2f2f2
}

.color-lightest {
    color: #fff
}

.color-medium {
    color: #a4a4a4
}

.color-dark {
    color: #6e6e6e
}

.color-darker {
    color: #444
}

.color-darkest {
    color: #111
}

.bg-color-primary {
    background-color: #0074d9
}

.bg-color-secondary {
    background-color: #3d9970
}

.bg-color-tertiary {
    background-color: #ff4136
}

.bg-color-light {
    background-color: #e0e0e0
}

.bg-color-lighter {
    background-color: #f2f2f2
}

.bg-color-lightest {
    background-color: #fff
}

.bg-color-medium {
    background-color: #a4a4a4
}

.bg-color-dark {
    background-color: #6e6e6e
}

.bg-color-darker {
    background-color: #444
}

.bg-color-darkest {
    background-color: #111
}

.inverse,
.inverse h1,
.inverse h2,
.inverse h3,
.inverse h4,
.inverse h5,
.inverse h6 {
    color: #f2f2f2
}

.display-block {
    display: block
}

.display-flex {
    display: -ms-flexbox;
    display: flex
}

.display-inline-block {
    display: inline-block
}

.display-inline {
    display: inline
}

.display-none {
    display: none
}

.display-table {
    display: table
}

.padding-xxxs {
    padding: .5rem
}

.padding-xxs {
    padding: 1rem
}

.padding-xs {
    padding: 1.5rem
}

.padding-sm {
    padding: 2rem
}

.padding-md {
    padding: 2.5rem
}

.padding-lg {
    padding: 3rem
}

.padding-xl {
    padding: 3.5rem
}

.padding-xxl {
    padding: 4rem
}

.padding-xxxl {
    padding: 4.5rem
}

.padding-y {
    padding-left: 0;
    padding-right: 0
}

.padding-x {
    padding-top: 0;
    padding-bottom: 0
}

.padding-nulled {
    padding: 0
}

.margin-xxxs {
    margin: .5rem
}

.margin-xxs {
    margin: 1rem
}

.margin-xs {
    margin: 1.5rem
}

.margin-sm {
    margin: 2rem
}

.margin-md {
    margin: 2.5rem
}

.margin-lg {
    margin: 3rem
}

.margin-xl {
    margin: 3.5rem
}

.margin-xxl {
    margin: 4rem
}

.margin-xxxl {
    margin: 4.5rem
}

.margin-y {
    margin-left: 0;
    margin-right: 0
}

.margin-x {
    margin-top: 0;
    margin-bottom: 0
}

.margin-nulled {
    margin: 0
}

.height-full {
    height: 100%
}

.type-italic {
    font-style: italic
}

.type-bold {
    font-weight: 700
}

.type-black {
    font-weight: 900
}

.type-small {
    font-size: .7em
}

.type-caps {
    font-variant: small-caps
}

.type-uppercase {
    text-transform: uppercase
}

.type-justify {
    text-align: justify
}

.type-left {
    text-align: left
}

.type-right {
    text-align: right
}

.type-center {
    text-align: center
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: a
}

@keyframes a {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

body {
    font-size: 16px;
    color: #333;
    font-family: Poppins, sans-serif
}

a,
button {
    transition: all .2s ease
}

a:hover {
    text-decoration: none
}

a:focus,
button:focus {
    transition: none;
    outline: 2px solid #1c73aa;
    color: inherit
}

img {
    max-width: 100%
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.clearfix {
    clear: both
}

.grid--no-padding>.grid__column {
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
    font-weight: 400;
    margin: 50px 0 30px;
    font-family: Poppins, sans-serif;
    text-transform: uppercase
}

.h1,
h1 {
    font-size: 2em
}

@media (min-width:768px) {
    .h1,
    h1 {
        font-size: 3em
    }
}

.h2,
h2 {
    font-size: 1.5em
}

@media (min-width:768px) {
    .h2,
    h2 {
        font-size: 2em
    }
}

.h3,
h3 {
    font-size: 1.5em
}

@media (min-width:768px) {
    .h3,
    h3 {
        font-size: 2.25em
    }
}

.h4,
h4 {
    font-size: 1.25em
}

@media (min-width:768px) {
    .h4,
    h4 {
        font-size: 1.5em
    }
}

.h5,
h5 {
    font-size: 1.125em;
    text-transform: uppercase
}

@media (min-width:768px) {
    .h5,
    h5 {
        font-size: 1.25em
    }
}

.h6,
h6 {
    font-size: 1em
}

@media (min-width:768px) {
    .h6,
    h6 {
        font-size: 1em
    }
}

p {
    margin: 15px 0 10px 0;
    font-size: 1em;
    color: #fff
}

.lead {
    font-size: 1.2em
}

@media (min-width:768px) {
    .lead {
        font-size: 1.35em
    }
}

.alpha {
    margin-top: 0
}

.preheadline {
    margin-bottom: 10px;
    font-size: 1.25rem;
    opacity: .75
}

.subheadline {
    margin-top: -20px
}

@media (min-width:768px) {
    .type-right--medium {
        text-align: right
    }
}

.browser-warning {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5!important;
    width: 100%;
    padding: .938rem 0;
    background-color: #000;
    text-align: center
}

@media (min-width:576px) {
    .browser-warning {
        text-align: left
    }
}

@media (min-width:576px) {
    .browser-warning .grid {
        -ms-flex-align: center;
        align-items: center
    }
}

.browser-warning.hide {
    display: none
}

.browser-warning p {
    font-size: 1.25rem;
    color: #fff;
    line-height: 1.5rem;
    padding: 0;
    margin: .5rem 0 0
}

.browser-warning .btn {
    float: right;
    line-height: 1.25rem;
    padding: 8px 15px;
    background-color: grey;
    color: #fff
}

.browser-warning .btn:hover {
    background-color: #d3d3d3;
    color: #fff
}

.ios-warning {
    z-index: 7;
    background-color: #231f20;
    max-width: 100vw!important;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 0 .938rem rgba(0, 0, 0, .5)
}

.ios-warning.hide {
    display: none
}

.ios-warning p {
    color: #fff;
    padding: .938rem 0;
    margin: 0;
    text-align: center
}

.ios-warning .btn {
    float: none;
    line-height: 1.25rem;
    padding: 8px 15px
}

.container {
    width: 100%;
    max-width: 1224px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px
}

.container--small {
    max-width: 1024px
}

.container--no-padding {
    padding: 0!important
}

.navbar {
    padding: 0
}

.navbar__left {
    display: block;
    padding: 0;
    text-align: center
}

@media (min-width:992px) {
    .navbar__left {
        display: inline-block;
        padding: 0
    }
}

.navbar__logo {
    display: block;
    width: 150px;
    padding: 20px 0 18px;
    margin: 0 auto
}

@media (min-width:992px) {
    .navbar__logo {
        margin: 0 auto 0 15px
    }
}

.navbar__buttons {
    margin-bottom: 0;
    padding: 0
}

@media (min-width:576px) {
    .navbar__buttons {
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:992px) {
    .navbar__buttons {
        float: right
    }
}

.navbar__buttons .nav-button {
    display: block;
    margin-bottom: 0;
    list-style: none;
    width: 50%;
    float: left
}

@media (min-width:576px) {
    .navbar__buttons .nav-button {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: inherit;
        float: none
    }
}

.navbar__buttons .nav-button a {
    width: 100%;
    display: block;
    padding: 10px 0 8px;
    color: #000;
    text-align: center;
    letter-spacing: 2px;
    font-size: .675em;
    line-height: 20px;
    text-transform: uppercase
}

@media (min-width:992px) {
    .navbar__buttons .nav-button a {
        -ms-flex-direction: column;
        flex-direction: column;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 108px;
        min-width: 165px;
        padding: 0
    }
}

.navbar__buttons .nav-button a .mobile-hide {
    display: block
}

.navbar__buttons .nav-button--white {
    width: 100%;
    font-weight: 700
}

@media (min-width:576px) {
    .navbar__buttons .nav-button--white {
        width: inherit
    }
}

.navbar__buttons .nav-button--white a {
    text-decoration: underline;
    font-size: 1em
}

@media (min-width:992px) {
    .navbar__buttons .nav-button--white a {
        padding: 0 40px
    }
}

.navbar__buttons .nav-button--white a:hover {
    color: #000;
    background-color: #f1f1f1
}

.navbar__buttons .nav-button--left a {
    background-color: #fd7c16;
    color: #fff
}

@media (min-width:992px) {
    .navbar__buttons .nav-button--left a {
        padding: 0 40px
    }
}

.navbar__buttons .nav-button--left a:hover {
    background-color: #1c73aa
}

.navbar__buttons .nav-button--right a {
    color: #fff;
    background-color: #fd7c16;
}

@media (min-width:992px) {
    .navbar__buttons .nav-button--right a {
        padding: 0 40px
    }
}

.navbar__buttons .nav-button--right a:hover {
    /*background-color: #1c73aa */
    opacity: .6;
}

.footer__top {
    text-align: center
}

.footer ul {
    display: block;
    margin: 0 0 30px;
    padding: 0
}

.footer ul li {
    list-style: none;
    display: inline-block
}

.footer__logo {
    display: block;
    margin: 0 0 20px;
    text-align: center
}

.footer__logo a {
    max-width: 150px;
    display: inline-block
}

.footer__list li {
    padding: 0 10px;
    color: #fff;
    text-transform: uppercase
}

.footer__list li a {
    display: block;
    color: #fff;
    text-transform: uppercase
}

.footer__list li a:hover {
    opacity: .5
}

.footer__social li {
    margin: 0 5px
}

.footer__social li a {
    height: 44px;
    width: 44px;
    color: #363636;
    font-size: 1.25em;
    border-radius: 50%;
    background-color: #fff;
    display: table-cell;
    vertical-align: middle
}

.footer__social li a:hover {
    background-color: #00c1d5;
    color: #fff;
    transform: translateY(-2px)
}

.footer__awards figure {
    width: 120px;
    margin: 0 auto;
    display: inline-block;
    padding: 0 6px
}

.footer__copyrights {
    padding: 25px 0
}

.footer__copyrights p {
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    display: block;
    font-size: .75em;
    font-weight: 400;
    margin-bottom: 10px
}

@media (min-width:768px) {
    .footer__copyrights p {
        float: left;
        display: inline-block;
        text-align: left;
        margin-bottom: 0
    }
}

.footer__copyrights .footer__copyright-right {
    margin-bottom: 0
}

@media (min-width:768px) {
    .footer__copyrights .footer__copyright-right {
        float: right
    }
}

.footer__copyrights .footer__copyright-right .text-link {
    letter-spacing: 0;
    font-size: 12px;
    color: #fff;
    display: inline-block
}

.about__left-content {
    margin-bottom: 40px;
    padding-right: 15px
}

@media (min-width:768px) {
    .about__left-content {
        margin: 0;
        padding-right: 50px
    }
}

@media (min-width:992px) {
    .about__left-content {
        margin: 0;
        padding-right: 150px
    }
}

.about .list--about {
    margin-bottom: 25px
}

.affiliation {
    padding: 10px
}

.banner {
    position: relative;
    z-index: 4;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    padding: 50px 0;
    background-color: #000
}

@media (min-width:992px) {
    .banner {
        height: calc(100vh - 108px);
    }
}

.banner__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1
}

.banner__content {
    position: relative;
    z-index: 4;
    text-align: center;
    margin: 0 auto
}

.banner__headline {
    color: #000000;
    font-weight: 300;
    margin-bottom: 5px;
    font-family: Cinzel, serif
}

.banner__headline span {
    font-weight: 700
}

.banner__content__logo{
	margin-bottom: 30px;
    box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.2);
    padding: 20px;
    background-color: #ffffff;}

@media (min-width:992px) {
    .banner__headline span {
        display: block
    }
}

.banner .lead {
    color: #000000;
    opacity: 1;
    font-weight: 400;
    font-size: 1em;
    margin-top: 0
}

@media (min-width:768px) {
    .banner .lead {
        font-size: 1.35em
    }
}

.bottom-box h2 {
    margin-bottom: 15px
}

.bottom-box .lead,
.btn {
    font-weight: 400
}

.btn {
    min-width: 225px;
    padding: 15px 25px;
    border-radius: 0;
    border: 0;
    display: inline-block;
    color: #fff;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 21px;
    text-align: center;
    white-space: normal;
    background-color: #f36750;
    transition: all .2s ease
}

.btn:hover {
    color: #fff;
    background-color: #f45137;
    transform: translateY(-3px)
}

.btn--primary {
    background-color: #fff;
    box-shadow: 0 5px 13px 2px rgba(0, 0, 0, .13);
    color: #fff
}

.btn--primary:hover {
    border-color: #000;
    background-color: #000;
    box-shadow: 0 7px 20px 2px rgba(0, 0, 0, .2);
    transform: translateY(-3px);
    color: #fff
}

.btn--secondary {
    background-color: #000;
    box-shadow: 0 5px 13px 2px rgba(0, 0, 0, .13);
    color: #fff
}

.btn--secondary:hover {
    background-color: #666;
    box-shadow: 0 7px 20px 2px rgba(0, 0, 0, .2);
    transform: translateY(-3px);
    color: #fff
}

.btn--outline-primary {
    border: 2px solid #007bff;
    background-color: transparent;
    color: #007bff
}

.btn--outline-primary:hover {
    background-color: #007bff;
    color: #fff
}

.btn--outline-secondary {
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff
}

.btn--outline-secondary:hover {
    background-color: #fff;
    color: #000
}

.btn--blue {
    background-color: #fd7c16
}

.btn--blue:hover {
    background-color: #00c1d5
}

.btn--white,
.btn--white:hover {
    background-color: #fff;
    color: #000
}

.btn--white:hover {
    box-shadow: 0 5px 20px 2px rgba(0, 0, 0, .1)
}

.btn--full {
    width: 100%
}

.btn--large {
    padding: 16px 25px;
    font-size: 1.2em
}

.btn--small {
    padding: 12px 16px;
    font-size: .875em
}

.btn--no-min-width {
    min-width: auto
}

.btn--icon-left>.fa,
.btn--icon-right>.fa {
    margin-right: 10px
}

.list {
    margin: 40px 0 20px;
    padding-left: 0
}

.list>li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
    list-style-type: none
}

.list>li>ul {
    margin: 10px 0
}

.list>li>ul li {
    font-size: .875em
}

.list--about {
    margin: 0
}

.list--about li {
    padding-left: 0;
    padding-right: 10px;
    line-height: 1.25em;
    margin-bottom: 15px;
    font-size: 1em;
    font-weight: 400;
    color: #fff
}

@media (min-width:576px) {
    .list--about li {
        font-size: 1.15em
    }
}

.list--arrows {
    margin-top: 0
}

.list--arrows li {
    padding-left: 20px
}

.list--arrows li:before {
    content: "\f105";
    font-family: FontAwesome;
    position: relative;
    left: -7px;
    font-weight: bold;
    color: #fd7c16;
}

.section {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #000
}

.section h1,
.section h2,
.section h3,
.section h4,
.section h5,
.section h6 {
    color: #fd7c16
}

.section p {
    color: #000;
    }

@media (min-width:768px) {
    .section {
        padding-top: 75px;
        padding-bottom: 75px
    }
}

.section--no-padding {
    padding: 0!important
}

.section--small {
    padding-top: 30px;
    padding-bottom: 30px
}

@media (min-width:768px) {
    .section--small {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.section--large {
    padding-top: 90px;
    padding-bottom: 90px;
    min-height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:768px) {
    .section--large {
        padding-top: 125px;
        padding-bottom: 125px
    }
}

.section--gray {
    background-color: #e8e8e8
}

.section--themeColor1 {
    background-color: #fd7c16
}

.section--themeColor2 {
    background-color: #010101
}

.section--blue {
    background-color: #00c1d5
}

.section--gradient-primary {
    background: linear-gradient(90deg, #020024, #090979 35%, #00d4ff)
}

.section--dark {
    background-color: #000
}

.section--centered {
    text-align: center
}

.section__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .06;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.section--dark h2,
.section--dark h3,
.section--dark h4,
.section--dark h5,
.section--dark h6,
.section--dark p,
.section--gradient-primary h2,
.section--gradient-primary h3,
.section--gradient-primary h4,
.section--gradient-primary h5,
.section--gradient-primary h6,
.section--gradient-primary p {
    color: #fff
}

.skip-link {
    position: fixed;
    top: -100%;
    left: 0;
    right: 0;
    z-index: 6;
    background-color: #000;
    border-bottom: 2px solid #000;
    padding: .5em 1em;
    color: #fff;
    font-size: 1.2em;
    font-weight: 700;
    text-align: center
}

.skip-link:focus {
    top: 0;
    color: #fff
}

.owl-carousel .item {
    height: 280px
}

.owl-carousel .item img {
    height: 100%!important;
    -o-object-fit: cover;
    object-fit: cover
}

.owl-carousel .owl-nav {
    position: absolute;
    width: 100%;
    top: 40%;
    left: 0
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    background: transparent;
    border: none;
    font-size: 60px;
    color: #fff;
    line-height: 0
}

@media (min-width:576px) {
    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        font-size: 80px
    }
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
    line-height: 10px;
    padding: 15px;
    display: inline-block
}

@media (min-width:768px) {
    .owl-carousel .owl-nav button.owl-next span,
    .owl-carousel .owl-nav button.owl-prev span {
        padding: 30px
    }
}

.owl-carousel .owl-nav button.owl-prev {
    left: 8px
}

.owl-carousel .owl-nav button.owl-next {
    right: 8px
}

.text-link {
    position: relative;
    color: #333;
    font-size: 1em;
    font-weight: 400;

}

/*.text-link:hover {
    color: #007bff;
    text-decoration: underline
} */

.text-link--big {
    font-size: 1.5em;
    color: #fd7c16;
    font-weight: bold;
}

.text-link--big:hover {
    color: #fd7c16 !important;
    opacity: .6;
}

.text-link--white {
    color: #fff
}

.text-link--white:hover {
    color: #fff;
    opacity: .5
}

.location {
    overflow: hidden
}

.location__content {
    width: 100%;
    padding: 40px 15px;
    text-align: center
}

@media (min-width:576px) {
    .location__content {
        text-align: left;
        padding: 0 15px
    }
}

@media (min-width:1200px) {
    .location__content {
        padding: 0;
        width: 420px;
        float: right
    }
}

.location__content p span {
    display: block
}

.location .map {
    min-height: 370px;
    width: 100%;
    position: relative
}

@media (min-width:768px) {
    .location .map {
        min-height: 500px
    }
}

.location .map:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 20px solid #fd7c16
}

@media (min-width:576px) {
    .location .map:before {
        top: 50%;
        left: 0;
        transform: translatey(-50%);
        border-top: 40px solid transparent;
        border-left: 20px solid #fd7c16;
        border-bottom: 40px solid transparent
    }
}

.logos {
	max-width: 650px;
    margin: 0 auto;
    
    padding: 10px;
    margin-bottom:10px;
   }

.logos img{
	max-width: 100%;
	padding:10px;
}

.logos p{
	text-transform: uppercase;
	font-size: 11px;
	margin: 5px 0;
}

.logos .grid__column {
		padding:5px 0;
}

.logos .grid{
	padding:0px;
	
}

.logos__half:first-of-type{
	border-right: 2px solid lightgrey;
}

.logos__half{
	    background-color: #ffffff;
    margin-bottom: 10px;
    box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.1);
    padding: 14px!important;}

.logos__parent{
	border-bottom: 2px solid lightgrey;
}

.logos__bottom-border{
	border-bottom: 2px solid lightgrey;
}


@media (min-width: 768px){
	.logos__parent{
	border-bottom: 2px solid lightgrey;
	}
	
	.logos__bottom-border{
	border-bottom: none;
}
	.logos__half{
	box-shadow: none;
	padding: 0!important;
	}


	.logos{
	padding: 10px;
	background-color: #ffffff;
	 box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.1);
	 margin-top: -75px;

}
.logos__right-border{
	border-right: 2px solid lightgrey;
}

.logos .grid__column{
	padding: 0;
}


}

.bottom-banner{
	width: 100%;
   margin-top: 30px;
    background-color: #fd7c16;
    color: #ffffff;
    padding: 20px;
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    bottom: -73px;
    }
    
 .footer{
	margin-top: 70px;
}   
@media(min-width: 991px){
	.bottom-banner{	
	 bottom: 0;
}

.footer{
	margin-top: 0;
}

	
}
    
    
