/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

@font-face {
    font-family: 'Roboto-Condensed-Bold';
    src: url("../fonts/Roboto-Condensed-Bold_v1.woff2") format('woff2'), url("../fonts/Roboto-Condensed-Bold_v1.woff") format('woff');
}

@font-face {
    font-family: 'Roboto-Condensed';
    src: url("../fonts/Roboto-Condensed-Regular_v1.woff2") format('woff2'), url("../fonts/Roboto-Condensed-Regular_v1.woff") format('woff');
}

/* color variables */

:root {
    /* plum */
    --color-primary: #2d1996;
    --color-primary-dark: #1a0e53;
    
    /* pool */
    --color-secondary: #0ECAE3;
    --color-secondary-dark: #0b9eb1;

    /* midnight */
    --color-tertiary: #102C44;

    /* heather - light-gray */
    --color-gray-light: #DEE5EC;
    /* light-gray -- darkened */
    --color-gray-darker-light: #d0d8e2;

    /* raspberry */
    --color-accent: #FF0055;

    /*#22126d; #1a0e53*/
    --menu-bg: #2d1996;
    --menu-item-bg--hover: #22126d;
    --menu-item-text: #fff;
    
    /*pool*/
    --menu-item-text--active: #0ECAE3;

    /* plum */
    --color-link: #2d1996;
    
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    padding-top: 60px;
}

body {
    min-font-size: 16px;
}

p,
li,
dd {
    rag-adjust: small-words;
}

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

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

b,
strong {
    font-family: 'Roboto-Condensed-Bold', serif;
    font-weight: bold;
}

mark {
    color: #000;
    background: #ff0;
}

small {
    font-size: 80%;
}

img {
    border: 0;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

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 {
    padding: 0;
    border: 0;
}

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

td,
th {
    padding: 0;
}

th {
    font-family: 'Roboto-Condensed-Bold', serif;
    font-weight: bold;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    *,
    *:before,
    *:after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    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;
    }
    .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;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Roboto-Condensed", Georgia, Times, "Times New Roman", serif;
    font-size: 19px;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: var(--color-link);
    text-decoration: none;
    border-bottom: 1px solid #DEE1E2;
}

a:hover,
a:focus {
    color: var(--color-primary);
    text-decoration: none;
    border-bottom: 1px solid var(--color-primary);
    transition: all 1s;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

[role="button"] {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 300;
    line-height: 1.3;
    color: inherit;
    margin: 0;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%;
}

h1,
.h1 {
    font-size: 32px;
}

h2,
.h2 {
    font-size: 32px;
    position: relative;
}

h3,
.h3 {
    font-size: 26px;
    position: relative;
}

.h3-anchor {
    position: absolute;
    top: -100px;
}

.h2-anchor {
    position: absolute;
    top: 0px;
}

.h2,
.h3,
.h4 {
    color: var(--color-primary);
}

h4,
.h4 {
    font-size: 26px;
    line-height: 1.5;
}

h5,
.h5 {
    font-size: 23px;
    line-height: 1.5;
    margin: 25px 0;
}

h6,
.h6 {
    font-size: 26px;
    line-height: 1.5;
    font-size: 26px;
    color: #7C858D;
    font-family: "Roboto-Condensed-Bold";
    margin-bottom: 20px;
    margin-top: 0;
}

p {
    margin-bottom: 50px;
    margin-top: 50px;
    max-width: 920px;
    line-height: 1.6;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    body {
        font-size: 21px;
    }
    .lead {
        font-size: 20px;
    }
    h1,
    .h1 {
        font-size: 34px;
    }
    h2,
    .h2 {
        font-size: 48px;
    }
    h3,
    .h3 {
        position: relative;
        font-size: 36px;
    }
}

small,
.small {
    font-size: 85%;
}

mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3;
}

.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-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: var(--color-secondary);
}

a.text-primary:hover,
a.text-primary:focus {
    color: #286090;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: var(--color-secondary);
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #286090;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 50px;
    list-style: none;
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
    padding: 0;
}

/*
 * Colored number list
 */

ol {
    list-style: none;
    counter-reset: li;
}

ol li::before {
    content: "." counter(li);
    color: var(--color-primary);
    display: inline-block;
    width: 1.3em;
    margin-left: -1.8em;
    margin-right: 0.6em;
    text-align: right;
    direction: rtl
}

.maplist ol {
    display: block;
    padding: 0;
    margin-left: 60px;
    list-style: none;
    overflow: hidden;
    counter-reset: numList;
    line-height: 1.8;
}

.maplist ol li:before {
    counter-increment: numList;
    content: counter(numList);
    float: left;
    position: absolute;
    left: 60px;
    font: 22px sans-serif;
    text-align: center;
    color: #fff;
    line-height: 18px;
    width: 36px;
    height: 36px;
    background: var(--color-primary);
    -moz-border-radius: 999px;
    border-radius: 999px;
    padding-top: 10px;
}

ol li {
    counter-increment: li
}

li {
    margin-bottom: 12px;
}

/*
 * END Colored number list
 */

.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 {
    margin-top: 0;
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.42857143;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-left: 0;
}

@media (min-width: 1068px) {
    .container-fluid {
        padding: 0px;
        margin-right: auto;
        margin-left: 280px;
    }
}

.row {
    margin-right: -20px;
    margin-left: -20px;
}

@media (min-width: 768px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
}

@media (min-width: 768px) {
    .col-xs-1,
    .col-sm-1,
    .col-md-1,
    .col-lg-1,
    .col-xs-2,
    .col-sm-2,
    .col-md-2,
    .col-lg-2,
    .col-xs-3,
    .col-sm-3,
    .col-md-3,
    .col-lg-3,
    .col-xs-4,
    .col-sm-4,
    .col-md-4,
    .col-lg-4,
    .col-xs-5,
    .col-sm-5,
    .col-md-5,
    .col-lg-5,
    .col-xs-6,
    .col-sm-6,
    .col-md-6,
    .col-lg-6,
    .col-xs-7,
    .col-sm-7,
    .col-md-7,
    .col-lg-7,
    .col-xs-8,
    .col-sm-8,
    .col-md-8,
    .col-lg-8,
    .col-xs-9,
    .col-sm-9,
    .col-md-9,
    .col-lg-9,
    .col-xs-10,
    .col-sm-10,
    .col-md-10,
    .col-lg-10,
    .col-xs-11,
    .col-sm-11,
    .col-md-11,
    .col-lg-11,
    .col-xs-12,
    .col-sm-12,
    .col-md-12,
    .col-lg-12 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

.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-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width: 768px) {
    .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-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .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-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1580px) {
    .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-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
    border-top: 0;
}

.table>tbody+tbody {
    border-top: 2px solid #ddd;
}

.table .table {
    background-color: #fff;
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
    padding: 5px;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>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 col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5;
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8;
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
    background-color: #dff0d8;
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6;
}

.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
    background-color: #d9edf7;
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3;
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3;
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc;
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
    background-color: #f2dede;
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table-responsive>.table {
        margin-bottom: 0;
    }
    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap;
    }
    .table-responsive>.table-bordered {
        border: 0;
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0;
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0;
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0;
    }
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.btn {
    display: inline-block;
    padding: 12px 18px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 0;
    border-radius: 1px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none;
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: var(--color-primary);
    background-color: transparent;
    border: 1px solid;
    border-color: #DEE1E2;
}

.btn-default:focus,
.btn-default.focus {
    color: #fff;
    background-color: var(--color-primary);
    border-color: #8c8c8c;
}

.btn-default:hover {
    color: var(--color-primary);
    background-color: transparent;
    border-color: var(--color-primary);
    transition: all 1s;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open>.dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open>.dropdown-toggle.btn-default.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc;
}

.btn-default .badge {
    color: #fff;
    background-color: #333;
}

.btn-primary {
    color: #fff;
    background-color: var(--color-primary);
    border-bottom: 3px solid var(--color-primary-dark);
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: var(--color-secondary);
    border-color: var(--color-secondary-dark);
}

.btn-primary:hover {
    color: #fff;
    background-color: var(--color-secondary);
    border-bottom: 3px solid var(--color-secondary-dark);
    transition: all .5s;
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
    background-color: var(--color-secondary);
    border-color: var(--color-secondary-dark);
}

.btn-primary .badge {
    color: var(--color-secondary);
    background-color: #fff;
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs,
.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.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%;
}

.btn-lg-margin-top {
    margin-top: 0px;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.open>a {
    outline: 0;
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav>li {
    position: relative;
    display: block;
    margin-bottom: 0;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 6px 20px;
}

.nav>li.disabled>a {
    color: #777;
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eee;
    border-color: var(--color-secondary);
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.nav>li>a>img {
    max-width: none;
}

.navbar {
    position: relative;
    min-height: 50px;
    background: #fff;
    -webkit-box-shadow: 4px 1px 10px 0px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 4px 1px 10px 0px rgba(0, 0, 0, 0.39);
    box-shadow: 4px 1px 10px 0px rgba(0, 0, 0, 0.39);
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}

@media (min-width: 768px) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

.menuJS {
    display: none;
    cursor: pointer;
    font-size: 16px;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 20px;
    margin-bottom: 1px;
    width: 280px;
}

.menuJS-branding {
    color: #F0D1B8;
    background: #B65302;
}

.menuJS-branding:hover {
    color: white;
    background: #B05102;
    transition: all .5s;
}

.menuJS-video {
    color: #CCE2DA;
    background: #006D44;
}

.menuJS-video:hover {
    color: white;
    background: #00623E;
    transition: all .5s;
}

.menuJS-graphics {
    color: #CCE5F1;
    background: #005A86;
}

.menuJS-graphics:hover {
    color: white;
    background: #005279;
    transition: all .5s;
}

/*
 * Hamburger menu
 */

.navigation-title {
    display: none;
}

.hamburger-menu {
    width: 60px;
    float: left;
    text-align: center;
    margin: 0 auto;
    height: 60px;
    background: var(--color-primary);
    color: #fff;
    font-family: "Roboto-Condensed-Bold";
    font-size: 18px;
    cursor: pointer;
}

/*.hamburger-menu-video {
    background: #00784B;
}

.hamburger-menu-graphics {
    background: #006495;
}*/

.hamburger-menu:hover {
    background: var(--color-secondary);
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.hamburger-menu-video:hover {
    background: #00623E;
}

.hamburger-menu-graphics:hover {
    background: #005A86;
}

@media (min-width: 1068px) {
    .navigation-title {
        padding: 0;
        width: 280px;
        float: left;
        height: 60px;
        line-height: 40px;
        display: block;
        background: var(--color-primary);
        color: #fff;
        font-family: "Roboto-Condensed-Bold";
        font-size: 18px;
        padding: 11px 20px 9px 20px;
    }
    .navigation-title-video {
        background: #00784B;
    }
    .navigation-title-graphics {
        background: #006495;
    }
    .hamburger-menu {
        display: none;
    }
}

#menu-center ul li {
    margin-bottom: 0;
}

#menu-center ul li a.menu-level-2 {
    padding: 6px 0 6px 48px;
    display: block;
}

.menu-numbers {
    opacity: 0.5;
}

.logo {
    display: none;
}

.logo-mobile {
    display: block;
    margin: 8px 10px 0 12px;
    float: left;
    height: 41px;
    width: auto;
}

.subtitle {
    border-left: 0px solid #C9CED1;
    color: #7F8A92;
    font-family: "Roboto-Condensed-Bold";
    font-size: 18px;
    line-height: 46px;
    margin-top: 8px;
    padding-left: 12px;
    float: left;
    border-left: 1px solid #C9CED1;
}

@media (min-width: 768px) {
    .logo {
        display: block;
        margin: 8px 15px 0 20px;
        float: left;
        height: 46px;
        width: auto;
    }
    .logo-mobile {
        display: none;
    }
    .subtitle {
        padding-left: 16px;
    }
}

.navbar-fixed-top {
    border: 0;
    height: 60px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .container>.navbar-header,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 100;
}

@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

@media (min-width: 768px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */

.sidebar {
    display: none;
}

.main-menu {
    display: none;
    width: 280px;
    top: 60px;
    bottom: 0;
    position: fixed;
    left: 0;
    background: var(--menu-bg);
    z-index: 10;
    overflow-y: scroll;
    overflow-x: hidden;
}

.main-menu:hover {
    overflow-y: auto;
    overflow-x: hidden;
}

@media (min-width: 500px) {
    .main-menu {
        overflow-y: hidden;
        overflow-x: hidden;
    }
    .main-menu:hover {
        overflow-y: auto;
        overflow-x: hidden;
    }
}

::-webkit-scrollbar {
    width: 20px;
    position: absolute;
    right: 20px;
    z-index: 100;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.1);
}

.main-menu-video {
    background: #00784B !important;
}

.main-menu-graphics {
    background: #006495 !important;
}

.main-menu a {
    border-bottom: 0;
}

@media (min-width: 1068px) {
    .main-menu {
        width: 280px;
        top: 60px;
        bottom: 0;
        position: fixed;
        left: 0;
        background: var(--menu-bg);
        display: block;
        z-index: 10;
    }
}

#menu-center {
    margin-bottom: 10px;
}

#menu-center ul li a {
    text-decoration: none;
    color: var(--menu-item-text);
    font-size: 17px;
}

.menu-center-video ul li a {
    color: #99D5BF !important;
}

.menu-center-graphics ul li a {
    color: #CCE5F1 !important;
}

#menu-center ul li a:hover {
    background-color: var(--menu-item-bg--hover);
    color: #fff;
    border-left: 5px solid #fff;
    transition: background-color .3s;
    transition: color .3s;
    transition: border-left .3s;
}

.menu-center-video ul li a:hover {
    background-color: #006D44 !important;
    color: #fff !important;
}

.menu-center-graphics ul li a:hover {
    background-color: #005A86 !important;
    color: #fff !important;
}

#menu-center .active {
    color: var(--menu-item-text--active) !important;
    border-left: 5px solid var(--menu-item-text--active);
}

.menuOpened {
    display: block;
}

.menuClosed {
    display: none;
}

.main-category {
    text-transform: uppercase;
    font-family: "Roboto-Condensed-Bold";
    margin-bottom: 10px;
    padding-left: 0px;
}

.main-category-active>li {
    color: #fff;
    font-size: 16px;
    padding-bottom: 0px;
    padding-top: 15px;
    margin-left: 20px;
    list-style: none;
}

.main-category-not-active {
    color: #F0D1B8;
    font-size: 16px;
    margin-bottom: 1px;
}

.main-category-not-active li a:hover,
.main-category-not-active a:focus {
    background-color: #B05102;
    color: #fff;
    text-decoration: none;
}

.main-category-active>li>a:hover,
.main-category-active>li>a:focus {
    background-color: #fff;
}

.main-category {
    text-transform: uppercase;
    font-family: "Roboto-Condensed-Bold";
    margin-bottom: 0px;
}

.main-category-active>li>a {
    color: #fff;
    font-size: 16px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.main-category-not-active>li>a {
    color: #F0D1B8;
    font-size: 16px;
    background-color: #B65302;
    margin-bottom: 1px;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 20px;
}

.main-category-not-active-video>li>a {
    color: #CCE2DA;
    background-color: #006D44;
}

.main-category-not-active-graphics>li>a {
    color: #CCE5F1;
    background-color: #005A86;
}

.main-category-not-active>li>a:hover,
.main-category-not-active>li>a:focus {
    background-color: #B05102;
    transition: background-color .5s;
    color: #fff;
    transition: color .5s;
    border-left: 0;
}

.main-category-not-active-video>li>a:hover,
.main-category-not-active-video>li>a:focus {
    color: #fff;
    background-color: #00623E;
}

.main-category-not-active-graphics>li>a:hover,
.main-category-not-active-graphics>li>a:focus {
    color: #fff;
    background-color: #005279;
}

.main-category-active>li>a:hover,
.main-category-active>li>a:focus {
    background-color: transparent;
}

/*
 * End - Sidebar
 */

/*
  * Main content
  */

.main {
    padding: 0px;
}

@media (min-width: 768px) {
    .main {
        padding-right: 0px;
        z-index: 1;
    }
}

.main .page-header {
    margin-top: 0;
}

.main ul {
    padding: 0 30px;
}

.main ul li::before {
    content: "•";
    color: var(--color-accent);
    display: inline-block;
    width: 1em;
    margin-left: -1em
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge,
.btn-group-xs>.btn .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.nav-pills>li>a>.badge {
    margin-left: 3px;
}

.jumbotron {
    padding-top: 90px;
    padding-bottom: 40px;
    margin-top: -60px;
    color: inherit;
    background-color: var(--color-gray-light);
}

.jumbotron p {
    margin-top: 25px;
    margin-bottom: 0;
}

.jumbotron>hr {
    border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
    padding-right: 0px;
    padding-left: 0px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 140px;
        padding-bottom: 100px;
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }
}

.thumbnail {
    display: block;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.thumbnail>img,
.thumbnail a>img {
    margin-right: auto;
    margin-left: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: var(--color-secondary);
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

.well {
    min-height: 20px;
    padding: 20px;
    padding-bottom: 50px;
    margin-top: 20px;
    background-color: #fff;
    -webkit-box-shadow: 10px 19px 22px -12px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 10px 19px 22px -12px rgba(0, 0, 0, 0.21);
    box-shadow: 10px 19px 22px -12px rgba(0, 0, 0, 0.21);
}

.well:hover {
    -webkit-box-shadow: 10px 19px 22px -12px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 10px 19px 22px -12px rgba(0, 0, 0, 0.30);
    box-shadow: 10px 19px 22px -12px rgba(0, 0, 0, 0.30);
    transition: box-shadow 1s;
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15);
}

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.well h5 {
    min-height: 50px;
}

@media (min-width: 768px) and (max-width: 1600px) {
    .service-grid div:nth-of-type(2n+1) {
        clear: left
    }
}

@media (min-width: 1600px) {
    .service-grid div:nth-of-type(3n+1) {
        clear: left
    }
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
    clear: both;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

/*

 CONTENT - new classes

 */

/*  Tables  */

@media only screen and (max-width: 800px) {
    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    #no-more-tables tr {
        border: 1px solid #ccc;
    }
    #no-more-tables td {
        /* Behave like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }
    #no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-family: 'Roboto-Condensed-Bold', serif;
        font-weight: bold;
    }
    /*
         Label the data
         */
    #no-more-tables td:before {
        content: attr(data-title);
    }
}

/* video-brand-package specific size */

#video-brand-package table {
    font-size: 86%
}

/* Please note box */

.please-note {
    padding: 50px 40px 50px 40px;
    border: 1px solid var(--color-accent);
}

.please-note p {
    margin: 0;
}

.please-note-label {
    font-size: 130%;
    color: var(--color-accent);
}

/* Download box */

.download-box {
    padding: 50px 40px 50px 40px;
    background-color: var(--color-gray-light);
    border-top: 4px solid var(--color-gray-darker-light);
    margin-top: 50px;
}

.download-box-parent {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .download-box-double-right {
        border-top: 2px solid var(--color-gray-darker-light);
        padding-top: 40px; 
    }
}

@media (min-width: 768px) {
    .download-box-double-right {
        padding-left: 20px;
        border-left: 2px solid var(--color-gray-darker-light);
    }
}

.download-box-parent>ul {
    margin-bottom: 0px;
    font-size: 90%;
}

.download-box-child-left {
    padding-right: 30px;
}

.download-box-child-right {
    padding-left: 20px;
    border-left: 2px solid var(--color-gray-darker-light);
}

.download-button-image {
    padding-left: 8px;
    margin-left: 8px;
    border-left: 1px solid var(--color-primary-dark);
    max-width: none;
}

@media (max-width: 580px) {
    .download-box {
        padding-bottom: 40px;
    }
    .download-box-child-right {
        display: none;
    }
}

/* Download box dropdown */

.dropdown {
    position: relative;
    box-sizing: border-box;
    padding: 12px;
    text-align: center;
    font-size: 15px;
    font-family: "Roboto-Condensed-Bold";
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: white;
    max-width: 172px;
    margin: 24px 0px;
}

.dropdown::before {
    content: "";
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -10px;
    right: 16px;
    z-index: 10;
}

.dropdown table {
    width: 100%;
}

.dropdown table td {
    padding: 8px 0px;
}

.dropdown table tr:nth-child(1) {
    border-bottom: 1px solid #DDE0E1;
}

.dropdown table td:nth-child(1) {
    border-right: 1px solid #DDE0E1;
}

.dropdown a {
    position: relative;
    display: block;
    border-bottom: none;
}

.downloadImage {
    margin-right: 4px;
    width: 20px;
    height: auto;
}

.dropdown .divider {
    height: 1px;
    margin: 8px 0px;
    background-color: #DDE0E1;
}

.dropped {
    display: none;
}

.help {
    display: block;
    font-family: "Roboto-Condensed", Georgia, Times, "Times New Roman", serif;
    color: var(--color-link);
    cursor: pointer
}

/* Download box help text */

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 200;
}

.overlay:target {
    display: block;
    opacity: 1;
}

.popup {
    position: absolute;
    height: 90%;
    padding: 70px;
    background: #fff;
    border-radius: 3px;
    max-width: 1000px;
    margin: 0px auto;
    margin-bottom: 30px;
    margin-top: 30px;
    position: relative;
    transition: opacity 5s ease-in-out;
    overflow: auto;
    line-height: 170%;
    overflow: auto;
}

.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 50px;
    border-bottom: 0;
    text-decoration: none;
    color: #333;
}

.popup .closeJS {
    display: none;
}

.popup .close:hover {
    color: var(--color-secondary);
}

.popup .close-bottom {
    position: relative;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    padding: 8px 14px 8px 14px;
    box-sizing: border-box;
    transition: all 200ms;
    font-size: 19px;
    border-bottom: 0;
    text-decoration: none;
    color: #333;
    cursor: pointer;
    text-align: center;
    font-family: 'Roboto-Condensed-Bold', serif;
    font-weight: bold;
}

.popup .close-bottom:hover {
    color: var(--color-primary);
}

.popup .content {
    overflow: auto;
}

@media screen and (max-width: 700px) {
    .box {
        width: 70%;
    }
    .popup {
        width: 70%;
    }
}

@media screen and (max-width:949px) {
    .popup {
        font-size: 16px;
        width: 85%;
        margin-top: 10px;
    }
}

@media screen and (max-width:460px) {
    .popup {
        padding: 70px 20px 20px 20px;
    }
}

/* Image grid styles */

.image-grid p {
    font-size: 18px;
    margin-top: 20px;
}

.image-grid h4 {
    margin-top: 20px;
    margin-bottom: 0;
}

.image-only-grid img {
    margin-bottom: 50px;
}

.image-title-grid h5 {
    margin-bottom: 50px;
}

.border-grey {
    border: 1px solid #DADDDE
}

@media (min-width: 768px) and (max-width: 1600px) {
    .image-grid div:nth-of-type(2n+1) {
        clear: left
    }
}

@media (min-width: 1600px) {
    .image-grid div:nth-of-type(3n+1) {
        clear: left
    }
}

/* Margin top and bottom classes for dealing with vertical rythm */

.margin-top-0 {
    margin-top: 0px;
}

.margin-bottom-0 {
    margin-bottom: 0px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-75 {
    margin-top: 75px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-75 {
    margin-bottom: 75px;
}

.margin-top-20 {
    padding-top: 20px;
}

/* Image badges (right, wrong and percentage) */

.image-badge {
    display: table;
    position: absolute;
    right: 0;
    top: -20px;
    width: 40px;
    height: 40px;
}

.image-badge-large {
    display: table;
    position: absolute;
    right: 0;
    top: -20px;
    width: 60px;
    height: 60px;
}

.right {
    vertical-align: middle;
    display: table-cell;
    color: white;
    background: #83AB4B;
    text-align: center;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-box-shadow: -2px 1px 5px 1px rgba(131, 171, 75, 0.28);
    -moz-box-shadow: -2px 1px 5px 1px rgba(131, 171, 75, 0.28);
    box-shadow: -2px 1px 5px 1px rgba(131, 171, 75, 0.28);
}

.wrong {
    vertical-align: middle;
    display: table-cell;
    background: #D12430;
    color: #fff !important;
    text-align: center;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-box-shadow: -2px 1px 5px 1px rgba(209, 36, 48, 0.29);
    -moz-box-shadow: -2px 1px 5px 1px rgba(209, 36, 48, 0.29);
    box-shadow: -2px 1px 5px 1px rgba(209, 36, 48, 0.29);
}

.number-percentage {
    vertical-align: middle;
    display: table-cell;
    color: #333;
    background: #ECEEEF;
    font-family: 'Roboto-Condensed-Bold', serif;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-box-shadow: -2px 1px 4px 0px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: -2px 1px 4px 0px rgba(0, 0, 0, 0.21);
    box-shadow: -2px 1px 4px 0px rgba(0, 0, 0, 0.21);
}

/* Highlighted text (yellow, red-negative and green-positive) */

.highlight {
    border-bottom: 2px solid #FFC72C;
    background: #FFF4D5;
    padding: 6px 8px;
    border-radius: 3px;
}

.negative-underline {
    border-bottom: 2px solid var(--color-accent);
    background: #ffdbe7;
    padding: 6px 8px;
    border-radius: 3px;
}

.positive-underline {
    border-bottom: 2px solid #83AB4B;
    background: #EDF7DF;
    padding: 6px 8px;
    border-radius: 3px;
}

/* Service Brandmarks grid */

.service-logo {
    margin: 40px 0 10px 0;
    height: 80px;
}

/*  Color Palette  */

.textleft {
    text-align: justify;
}

.table-align {
    display: inline-block
}

.swatch {
    width: 180px;
    height: 180px;
    float: left;
    padding: 12px;
    margin: 20px;
    margin-right: 10px;
    font-size: 12px;
    color: gray;
    border: 1px solid gray;
}

.swatch__title {
    font-size: 14px;
    font-weight: 700;
}

.swatch__value {
    display: block;
}

.swatch--reverse {
    color: #fff;
    background-color: gray;
    border: 0;
}

.swatch--plum {
    background-color: var(--color-primary);
}

.swatch--pool {
    background-color: var(--color-secondary);
}

.swatch--midnight {
    background-color: var(--color-tertiary);
}

.swatch--raspberry {
    background-color: var(--color-accent);
}

.swatch--heather {
    background-color: var(--color-gray-light);
}

.swatch--white {
    background-color: #fff;
}

.mainSection {
    margin-top: 50px;
}

.secondarySection {
    margin-top: 50px;
}

@media (min-width: 768px) {
    .mainSection {
        margin-top: 100px;
    }
    .secondarySection {
        margin-top: 75px;
    }
}

/* Introduction */

.introduction-parent {
    display: table;
    text-align: center;
    margin: 0 auto;
}

.introduction-child-left {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}

.introduction-child-right {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    padding-left: 60px;
    max-width: 700px;
}

@media (max-width: 768px) {
    .introduction-child-left {
        display: none;
    }
    .introduction-child-right {
        padding: 0 20px;
    }
}

#introduction {
    position: absolute;
    top: -120px;
}

.image-margin-bottom {
    margin-bottom: 40px;
}

/* Page Loader */

.loader {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: white;
    z-index: 1100;
}

.loaderAni {
    -webkit-animation: loaderAni 1s linear 1s;
    animation: loaderAni 1s linear 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes loaderAni {
    0% {
        opacity: 1;
    }
    99% {
        z-index: 1100;
    }
    100% {
        opacity: 0;
        z-index: -1;
    }
}

@keyframes loaderAni {
    0% {
        opacity: 1;
    }
    99% {
        z-index: 1100;
    }
    100% {
        opacity: 0;
        z-index: -1;
    }
}

.spinner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 62px;
    height: 62px;
    margin: auto;
    background-color: var(--color-primary);
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1s infinite ease-in-out;
    animation: sk-scaleout 1s infinite ease-in-out
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

/* html5 player */

.videoContainer {
    position: relative;
    padding: 24px;
    background: #222;
}

video {
    width: 90%;
    height: auto;
}

@media(max-width:656px) {
    .videoContainer {
        padding: 24px 0px;
    }
}