﻿@charset "UTF-8";

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}
/*	MIXINS */
.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active,
    a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td,
        .table th {
            background-color: #fff !important;
        }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

* {
    box-sizing: border-box;
}

    *:before,
    *:after {
        box-sizing: border-box;
    }

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: #64676b;
    background-color: #fff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: #23527c;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.8;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 25px;
    margin-bottom: 25px;
    border: 0;
    border-top: 1px solid #dfe5ec;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

    h1 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: #ced4db;
    }

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 25px;
    margin-bottom: 12.5px;
}

    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,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 12.5px;
    margin-bottom: 12.5px;
}

    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: 36px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

p {
    margin: 0 0 12.5px;
}

.lead {
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

small,
.small {
    font-size: 85%;
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: 0.2em;
}

.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: #ced4db;
}

.text-primary {
    color: #337ab7;
}

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: #337ab7;
}

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;
}

.page-header {
    padding-bottom: 11.5px;
    margin: 50px 0 25px;
    border-bottom: 1px solid #dfe5ec;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 12.5px;
}

    ul ul,
    ol ul,
    ul ol,
    ol ol {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    list-style: none;
    padding-left: 0;
    margin-left: -5px;
}

    .list-inline > li {
        list-style: none;
    }

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

dl {
    margin-top: 0;
    margin-bottom: 25px;
}

dt,
dd {
    line-height: 1.8;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #ced4db;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 12.5px 25px;
    margin: 0 0 25px;
    font-size: 17.5px;
    border-left: 5px solid #dfe5ec;
}

    blockquote p:last-child,
    blockquote ul:last-child,
    blockquote ol:last-child {
        margin-bottom: 0;
    }

    blockquote footer,
    blockquote small,
    blockquote .small {
        display: block;
        font-size: 80%;
        line-height: 1.8;
        color: #ced4db;
    }

        blockquote footer:before,
        blockquote small:before,
        blockquote .small:before {
            content: '\2014 \00A0';
        }

    .blockquote-reverse,
    blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #dfe5ec;
        border-left: 0;
        text-align: right;
    }

        .blockquote-reverse footer:before,
        blockquote.pull-right footer:before,
        .blockquote-reverse small:before,
        blockquote.pull-right small:before,
        .blockquote-reverse .small:before,
        blockquote.pull-right .small:before {
            content: '';
        }

        .blockquote-reverse footer:after,
        blockquote.pull-right footer:after,
        .blockquote-reverse small:after,
        blockquote.pull-right small:after,
        .blockquote-reverse .small:after,
        blockquote.pull-right .small:after {
            content: '\00A0 \2014';
        }

address {
    margin-bottom: 25px;
    font-style: normal;
    line-height: 1.8;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: bold;
        box-shadow: none;
    }

pre {
    display: block;
    padding: 12px;
    margin: 0 0 12.5px;
    font-size: 13px;
    line-height: 1.8;
    word-break: break-all;
    word-wrap: break-word;
    color: #64676b;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -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-left: 15px;
    padding-right: 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-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.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-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .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-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .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: 1200px) {
    .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-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .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: #ffffff;
}

caption {
    padding-top: 16px;
    padding-bottom: 16px;
    color: #ced4db;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
}

    .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: 16px;
        line-height: 1.8;
        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 {
    border: 1px solid #ddd;
}

    .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;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.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 {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 18.75px;
        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;
            }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 25px;
    font-size: 21px;
    line-height: inherit;
    color: #64676b;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.8;
    color: #95999e;
}

.form-control {
    display: block;
    width: 100%;
    height: 39px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.8;
    color: #95999e;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .form-control::-ms-expand {
        border: 0;
        background-color: transparent;
    }

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
        background-color: #dfe5ec;
        opacity: 1;
    }

    .form-control[disabled],
    fieldset[disabled] .form-control {
        cursor: not-allowed;
    }

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 39px;
    }

    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
        line-height: 30px;
    }

    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .radio label,
    .checkbox label {
        min-height: 25px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

    .radio input[type="radio"],
    .radio-inline input[type="radio"],
    .checkbox input[type="checkbox"],
    .checkbox-inline input[type="checkbox"] {
        position: absolute;
        margin-left: -20px;
        margin-top: 4px \9;
    }

    .radio + .radio,
    .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

    .radio-inline + .radio-inline,
    .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 39px;
}

    .form-control-static.input-lg,
    .form-control-static.input-sm {
        padding-left: 0;
        padding-right: 0;
    }

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 37px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 43px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 48.75px;
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 39px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    }

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-error .form-control:focus {
        border-color: #843534;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
    top: 30px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #a4a7aa;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .form-inline .input-group .input-group-addon,
        .form-inline .input-group .input-group-btn,
        .form-inline .input-group .form-control {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .radio label,
        .form-inline .checkbox label {
            padding-left: 0;
        }

        .form-inline .radio input[type="radio"],
        .form-inline .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 32px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.8;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn:focus,
    .btn:active:focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn.active.focus {
        outline: thin dotted;
        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 {
        outline: 0;
        background-image: none;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn.disabled,
    .btn[disabled],
    fieldset[disabled] .btn {
        cursor: not-allowed;
        opacity: 0.65;
        filter: alpha(opacity=65);
        box-shadow: none;
    }

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:focus,
    .btn-default.focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .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: #337ab7;
    border-color: #2e6da4;
}

    .btn-primary:focus,
    .btn-primary.focus {
        color: #fff;
        background-color: #286090;
        border-color: #122b40;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

    .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: #204d74;
            border-color: #122b40;
        }

    .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: #337ab7;
        border-color: #2e6da4;
    }

    .btn-primary .badge {
        color: #337ab7;
        background-color: #fff;
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:focus,
    .btn-success.focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625;
    }

    .btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

        .btn-success:active:hover,
        .btn-success.active:hover,
        .open > .dropdown-toggle.btn-success:hover,
        .btn-success:active:focus,
        .btn-success.active:focus,
        .open > .dropdown-toggle.btn-success:focus,
        .btn-success:active.focus,
        .btn-success.active.focus,
        .open > .dropdown-toggle.btn-success.focus {
            color: #fff;
            background-color: #398439;
            border-color: #255625;
        }

    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled:hover,
    .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success:hover,
    .btn-success.disabled:focus,
    .btn-success[disabled]:focus,
    fieldset[disabled] .btn-success:focus,
    .btn-success.disabled.focus,
    .btn-success[disabled].focus,
    fieldset[disabled] .btn-success.focus {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:focus,
    .btn-info.focus {
        color: #fff;
        background-color: #31b0d5;
        border-color: #1b6d85;
    }

    .btn-info:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

        .btn-info:active:hover,
        .btn-info.active:hover,
        .open > .dropdown-toggle.btn-info:hover,
        .btn-info:active:focus,
        .btn-info.active:focus,
        .open > .dropdown-toggle.btn-info:focus,
        .btn-info:active.focus,
        .btn-info.active.focus,
        .open > .dropdown-toggle.btn-info.focus {
            color: #fff;
            background-color: #269abc;
            border-color: #1b6d85;
        }

    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-info.disabled:hover,
    .btn-info[disabled]:hover,
    fieldset[disabled] .btn-info:hover,
    .btn-info.disabled:focus,
    .btn-info[disabled]:focus,
    fieldset[disabled] .btn-info:focus,
    .btn-info.disabled.focus,
    .btn-info[disabled].focus,
    fieldset[disabled] .btn-info.focus {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:focus,
    .btn-warning.focus {
        color: #fff;
        background-color: #ec971f;
        border-color: #985f0d;
    }

    .btn-warning:hover {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

        .btn-warning:active:hover,
        .btn-warning.active:hover,
        .open > .dropdown-toggle.btn-warning:hover,
        .btn-warning:active:focus,
        .btn-warning.active:focus,
        .open > .dropdown-toggle.btn-warning:focus,
        .btn-warning:active.focus,
        .btn-warning.active.focus,
        .open > .dropdown-toggle.btn-warning.focus {
            color: #fff;
            background-color: #d58512;
            border-color: #985f0d;
        }

    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled:hover,
    .btn-warning[disabled]:hover,
    fieldset[disabled] .btn-warning:hover,
    .btn-warning.disabled:focus,
    .btn-warning[disabled]:focus,
    fieldset[disabled] .btn-warning:focus,
    .btn-warning.disabled.focus,
    .btn-warning[disabled].focus,
    fieldset[disabled] .btn-warning.focus {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff;
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:focus,
    .btn-danger.focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #761c19;
    }

    .btn-danger:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

        .btn-danger:active:hover,
        .btn-danger.active:hover,
        .open > .dropdown-toggle.btn-danger:hover,
        .btn-danger:active:focus,
        .btn-danger.active:focus,
        .open > .dropdown-toggle.btn-danger:focus,
        .btn-danger:active.focus,
        .btn-danger.active.focus,
        .open > .dropdown-toggle.btn-danger.focus {
            color: #fff;
            background-color: #ac2925;
            border-color: #761c19;
        }

    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .btn-danger.disabled:hover,
    .btn-danger[disabled]:hover,
    fieldset[disabled] .btn-danger:hover,
    .btn-danger.disabled:focus,
    .btn-danger[disabled]:focus,
    fieldset[disabled] .btn-danger:focus,
    .btn-danger.disabled.focus,
    .btn-danger[disabled].focus,
    fieldset[disabled] .btn-danger.focus {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff;
    }

.btn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0;
}

    .btn-link,
    .btn-link:active,
    .btn-link.active,
    .btn-link[disabled],
    fieldset[disabled] .btn-link {
        background-color: transparent;
        box-shadow: none;
    }

        .btn-link,
        .btn-link:hover,
        .btn-link:focus,
        .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover,
            .btn-link:focus {
                color: #23527c;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover,
            fieldset[disabled] .btn-link:hover,
            .btn-link[disabled]:focus,
            fieldset[disabled] .btn-link:focus {
                color: #ced4db;
                text-decoration: none;
            }

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.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%;
}
/**
 * The following CSS is for Global elements
 *
 * All responsive styles are included within this file
 *
 */
* {
    box-sizing: border-box;
}

    *:before,
    *:after {
        box-sizing: border-box;
    }

html {
    font-size: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    overflow-x: hidden;
    font-family: "Radikal", arial, helvetica, sans-serif;
    font-size: 100%;
    line-height: 1.8;
    color: #041e42;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.01);
    background-color: #dfe5ec;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

body,
input,
button,
select,
textarea {
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

hr {
    margin-top: 16px;
    margin-bottom: 16px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #041e42;
    border-top-color: currentColor;
}

    hr.dotted {
        border-top-style: dotted;
    }

    hr.thick {
        border-top-width: 2px;
    }

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.height-match {
    margin-bottom: -2500px;
    padding-bottom: 2500px;
}

    .height-match > :last-child {
        margin-bottom: 40px !important;
    }

.collapsed-content-holder.content-closed {
    display: none;
}

.collapsed-content-holder.content-open {
    display: block;
}

.whitespace-top {
    margin-top: 60px;
}

@media (max-width: 991px) {
    .whitespace-top-sm {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .whitespace-top,
    .whitespace-top-sm,
    .whitespace-top-xs {
        margin-top: 20px;
    }
}

[role="button"] {
    cursor: pointer;
}

.row.rolex {
    min-height: 60px !important;
}

    .row.rolex .tablet {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

@font-face {
    font-family: 'Radikal';
    src: url('/fonts/Radikal-Light.eot');
    src: url('/fonts/Radikal-Light.eot?#iefix') format('embedded-opentype'), url('/fonts/Radikal-Light.woff2') format('woff2'), url('/fonts/Radikal-Light.woff') format('woff'), url('/fonts/Radikal-Light.ttf') format('truetype'), url('/fonts/Radikal-Light.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Radikal';
    src: url('/fonts/Radikal-LightItalic.eot');
    src: url('/fonts/Radikal-LightItalic.eot?#iefix') format('embedded-opentype'), url('/fonts/Radikal-LightItalic.woff2') format('woff2'), url('/fonts/Radikal-LightItalic.woff') format('woff'), url('/fonts/Radikal-LightItalic.ttf') format('truetype'), url('/fonts/Radikal-LightItalic.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Radikal';
    src: url('/fonts/Radikal-Medium.eot');
    src: url('/fonts/Radikal-Medium.eot?#iefix') format('embedded-opentype'), url('/fonts/Radikal-Medium.woff2') format('woff2'), url('/fonts/Radikal-Medium.woff') format('woff'), url('/fonts/Radikal-Medium.ttf') format('truetype'), url('/fonts/Radikal-Medium.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Radikal';
    src: url('/fonts/Radikal-Bold.eot');
    src: url('/fonts/Radikal-Bold.eot?#iefix') format('embedded-opentype'), url('/fonts/Radikal-Bold.woff2') format('woff2'), url('/fonts/Radikal-Bold.woff') format('woff'), url('/fonts/Radikal-Bold.ttf') format('truetype'), url('/fonts/Radikal-Bold.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Gill Sans';
    src: url('/fonts/2E9B8A_0_0.eot');
    src: url('/fonts/2E9B8A_0_0.eot?#iefix') format('embedded-opentype'), url('/fonts/2E9B8A_0_0.woff2') format('woff2'), url('/fonts/2E9B8A_0_0.woff') format('woff'), url('/fonts/2E9B8A_0_0.ttf') format('truetype'), url('/fonts/2E9B8A_0_0.svg#wf') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gill Sans';
    src: url('/fonts/2E9B8A_1_0.eot');
    src: url('/fonts/2E9B8A_1_0.eot?#iefix') format('embedded-opentype'), url('/fonts/2E9B8A_1_0.woff2') format('woff2'), url('/fonts/2E9B8A_1_0.woff') format('woff'), url('/fonts/2E9B8A_1_0.ttf') format('truetype'), url('/fonts/2E9B8A_1_0.svg#wf') format('svg');
    font-weight: bold;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 16px 0;
    font-family: "Radikal", arial, helvetica, sans-serif;
    font-weight: normal;
    line-height: 1.4;
}

    h1 + p,
    h2 + p,
    h3 + p,
    h4 + p,
    h5 + p,
    h6 + p,
    h1 + ul,
    h2 + ul,
    h3 + ul,
    h4 + ul,
    h5 + ul,
    h6 + ul {
        margin-top: 0;
    }

h1,
.text-primary {
    margin-bottom: 20px;
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 1.1;
    letter-spacing: -0.6px;
}

h2,
.text-secondary {
    font-size: 27px;
    font-size: 1.68rem;
    letter-spacing: -0.5px;
}

h3,
.text-tertiary {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
}

h4 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
}

p,
li {
    font-size: 16px;
    font-size: 1rem;
    font-stretch: 100%;
    line-height: 1.8;
}

ul {
    padding-left: 1.2em;
}

li {
    margin-bottom: 12px;
    line-height: 1.4;
}

[class*="col-"] p:first-child {
    margin-top: 0;
}

a,
button.subrule-nav {
    background-color: transparent;
    position: relative;
    display: inline-block;
    color: currentColor;
    text-decoration: none;
    line-height: 1.4;
}

    a:after,
    button.subrule-nav:after {
        position: absolute;
        display: block;
        bottom: -0.18em;
        width: 100%;
        border-bottom-width: 0.12em;
        border-bottom-style: solid;
        content: '';
        transition: bottom 0.15s ease-in-out;
    }

    a.link-alt:hover,
    button.subrule-nav.link-alt:hover {
        text-decoration: underline;
    }

    a.link-alt:after,
    button.subrule-nav.link-alt:after {
        display: none;
    }

.android a,
.android button.subrule-nav {
    white-space: nowrap;
}

a:hover,
button.subrule-nav:hover,
a:focus,
button.subrule-nav:focus {
    text-decoration: none;
    outline: 0 !important;
}

    a:hover:after,
    button.subrule-nav:hover:after,
    a:focus:after,
    button.subrule-nav:focus:after {
        bottom: 0;
    }

a:focus,
button.subrule-nav:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.lt-ie9 a,
.lt-ie9 button.subrule-nav {
    color: #041e42;
    text-decoration: underline;
}

    .lt-ie9 a:hover,
    .lt-ie9 button.subrule-nav:hover {
        text-decoration: none;
    }

    .lt-ie9 a:after,
    .lt-ie9 button.subrule-nav:after {
        display: none;
    }

small,
.text-small {
    font-size: 0.7em;
}

.text-large {
    font-size: 1.4em;
}

p.text-small,
li.text-small {
    font-size: 0.9rem;
}

p.text-large,
li.text-large {
    font-size: 1.6rem;
}

strong,
b {
    font-weight: bold;
}

.text-nocase {
    text-transform: none !important;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-weight-normal {
    font-weight: normal;
}

.text-weight-bold {
    font-weight: bold;
}

sup,
.text-super {
    display: inline-block;
    font-size: 0.6em;
}

.text-nowrap {
    white-space: nowrap;
}

.text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-align-left {
    text-align: left !important;
}

.text-align-right {
    text-align: right !important;
}

.text-align-center {
    text-align: center !important;
}

.text-align-justify {
    text-align: justify !important;
}

.list-unstyled {
    padding-left: 0;
}

    .list-unstyled > li {
        list-style: none;
    }

.list-links {
    padding-left: 0;
}

    .list-links > li {
        list-style: none;
        margin-bottom: 0.8em;
        line-height: 1.4;
    }

.list-inline {
    list-style: none;
    padding-left: 0;
    margin-left: -5px;
}

    .list-inline > li {
        list-style: none;
    }

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

@media only screen and (max-width: 767px) {
    h1,
    .text-primary {
        font-size: 32px;
        font-size: 2rem;
    }

    h2,
    .text-secondary {
        font-size: 25px;
        font-size: 1.56rem;
    }

    h3,
    .text-tertiary {
        font-size: 18px;
        font-size: 1.125rem;
    }

    h4 {
        font-size: 16px;
        font-size: 1rem;
    }

    p,
    li {
        font-size: 16px;
        font-size: 1rem;
    }
}

@font-face {
    font-family: 'rules-equipment-icons';
    src: url("/fonts/rules-equipment-icons.eot");
    src: url("/fonts/rules-equipment-icons.eot?#iefix") format("embedded-opentype"), url("/fonts/rules-equipment-icons.woff") format("woff"), url("/fonts/rules-equipment-icons.ttf") format("truetype"), url("/fonts/rules-equipment-icons.svg#untitled-font-1") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bgu-icons';
    src: url("/fonts/bgu-icons.eot?9hynpm");
    src: url("/fonts/bgu-icons.eot?9hynpm#iefix") format("embedded-opentype"), url("/fonts/bgu-icons.woff?9hynpm") format("woff"), url("/fonts/bgu-icons.ttf?9hynpm") format("truetype"), url("/fonts/bgu-icons.svg?9hynpm#bgu-icons") format("svg");
    font-weight: normal;
    font-style: normal;
}

.icon {
    display: inline-block;
    font-family: 'rules-equipment-icons', 'bgu-icons';
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: inherit;
    font-size: inherit;
    text-indent: 0;
    text-rendering: auto;
    vertical-align: -10%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.icon-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -30%;
}

.icon-xl {
    font-size: 1.8em;
    line-height: 1em;
    vertical-align: -30%;
}

.icon-2x {
    font-size: 2em;
}

.icon-3x {
    font-size: 3em;
}

.icon-4x {
    font-size: 4em;
}

.icon-5x {
    font-size: 5em;
}

.icon-fw {
    width: 1.28571429em;
    text-align: center;
}

.icon.pull-left {
    margin-right: 0.3em;
}

.icon.pull-right {
    margin-left: 0.3em;
}

.icon-share:before {
    content: "\e000";
}

.icon-share-reverse:before {
    content: "\e001";
}

.icon-share-outline:before {
    content: "\e002";
}

.icon-facebook:before {
    content: "\e003";
}

.icon-facebook-reverse:before {
    content: "\e004";
}

.icon-facebook-outline:before {
    content: "\e005";
}

.icon-twitter:before {
    content: "\e006";
}

.icon-twitter-reverse:before {
    content: "\e007";
}

.icon-twitter-outline:before {
    content: "\e008";
}

.icon-instagram:before {
    content: "\e009";
}

.icon-instagram-reverse:before {
    content: "\e00a";
}

.icon-instagram-outline:before {
    content: "\e00b";
}

.icon-plus:before {
    content: "\e00c";
}

.icon-plus-reverse:before {
    content: "\e00d";
}

.icon-plus-outline:before {
    content: "\e00e";
}

.icon-minus:before {
    content: "\e00f";
}

.icon-minus-reverse:before {
    content: "\e010";
}

.icon-minus-outline:before {
    content: "\e011";
}

.icon-chevron-left:before {
    content: "\e012";
}

.icon-chevron-left-reverse:before {
    content: "\e013";
}

.icon-chevron-left-outline:before {
    content: "\e014";
}

.icon-chevron-right:before {
    content: "\e015";
}

.icon-chevron-right-reverse:before {
    content: "\e016";
}

.icon-chevron-right-outline:before {
    content: "\e017";
}

.icon-chevron-up:before {
    content: "\e018";
}

.icon-chevron-up-reverse:before {
    content: "\e019";
}

.icon-chevron-up-outline:before {
    content: "\e01a";
}

.icon-chevron-down:before {
    content: "\e01b";
}

.icon-chevron-down-reverse:before {
    content: "\e01c";
}

.icon-chevron-down-outline:before {
    content: "\e01d";
}

.icon-x:before {
    content: "\e01e";
}

.icon-x-reverse:before {
    content: "\e01f";
}

.icon-x-outline:before {
    content: "\e020";
}

.icon-search:before {
    content: "\e021";
}

.icon-search-reverse:before {
    content: "\e022";
}

.icon-search-outline:before {
    content: "\e023";
}

.icon-download:before {
    content: "\e024";
}

.icon-download-reverse:before {
    content: "\e025";
}

.icon-download-outline:before {
    content: "\e026";
}

.icon-pdf:before {
    content: "\e027";
}

.icon-pdf-reverse:before {
    content: "\e028";
}

.icon-pdf-outline:before {
    content: "\e029";
}

.icon-i:before {
    content: "\e02a";
}

.icon-i-reverse:before {
    content: "\e02b";
}

.icon-i-outline:before {
    content: "\e02c";
}

.icon-email:before {
    content: "\e02d";
}

.icon-email-reverse:before {
    content: "\e02e";
}

.icon-email-outline:before {
    content: "\e02f";
}

.icon-print:before {
    content: "\e030";
}

.icon-print-reverse:before {
    content: "\e031";
}

.icon-print-outline:before {
    content: "\e032";
}

.icon-audio:before {
    content: "\e033";
}

.icon-audio-reverse:before {
    content: "\e034";
}

.icon-audio-outline:before {
    content: "\e035";
}

.icon-equipment-reverse:before {
    content: "\e036";
}

.icon-equipment-outline:before {
    content: "\e037";
}

.icon-rules-reverse:before {
    content: "\e038";
}

.icon-rules-outline:before {
    content: "\e039";
}

.icon-amateur-reverse:before {
    content: "\e03a";
}

.icon-amateur-outline:before {
    content: "\e03b";
}

.icon-circle:before {
    content: "\e03c";
}

.icon-circle-outline:before {
    content: "\e03d";
}

.icon-tick:before {
    content: "\e03e";
}

.icon-tick-reverse:before {
    content: "\e03f";
}

.icon-tick-outline:before {
    content: "\e040";
}

.icon-link:before {
    content: "\e041";
}

.icon-link-reverse:before {
    content: "\e042";
}

.icon-link-outline:before {
    content: "\e043";
}

.icon-play:before {
    content: "\e044";
}

.icon-play-reverse:before {
    content: "\e045";
}

.icon-play-outline:before {
    content: "\e046";
}

.icon-pause:before {
    content: "\e047";
}

.icon-pause-reverse:before {
    content: "\e048";
}

.icon-pause-outline:before {
    content: "\e049";
}

.icon-image:before {
    content: "\e04a";
}

.icon-image-reverse:before {
    content: "\e04b";
}

.icon-image-outline:before {
    content: "\e04c";
}

.icon-video:before {
    content: "\e04d";
}

.icon-video-reverse:before {
    content: "\e04e";
}

.icon-video-outline:before {
    content: "\e04f";
}

.icon-faq:before {
    content: "\e050";
}

.icon-faq-reverse:before {
    content: "\e051";
}

.icon-faq-outline:before {
    content: "\e052";
}

.icon-youtube:before {
    content: "\e900";
}

.icon-youtube-reverse:before {
    content: "\e901";
}

.icon-youtube-outline:before {
    content: "\e902";
}

.toggle-icon {
    margin-left: 0.2em;
}

    .toggle-icon:before {
        content: "\e00e";
    }

.open > .toggle-icon:before {
    content: "\e011";
}

.icon-info-sign:before {
    content: "\2139";
}

label,
input,
select,
textarea {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    color: #041e42;
}

    label.form-control-light,
    input.form-control-light,
    select.form-control-light,
    textarea.form-control-light,
    .form-light label,
    .form-light input,
    .form-light select,
    .form-light textarea {
        color: #ffffff;
    }

    select.form-control option {
        padding: 0.3em 0.8em;
        color: #041e42;
        background-color: #ffffff;
    }

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
    color: #041e42 !important;
    opacity: 1;
}

.form-control {
    display: block;
    height: 38px;
    max-width: 100%;
    width: 100%;
    color: #041e42;
    /*margin-bottom: 20px;*/
    padding: 0.3em 0.8em 0.2em;
    line-height: 1.4;
    background-color: transparent;
    background-image: none;
    border: 2px solid #041e42;
    border-radius: 0;
    box-shadow: none;
    transition: border-color ease-in-out .15s, color ease-in-out .15s;
}

    .form-control:hover,
    .form-control:focus,
    .form-control:active,
    .form-control.active {
        color: #041e42;
        border-color: #041e42;
        outline: 0;
        box-shadow: none;
    }

    .form-control.form-control-light,
    .form-light .form-control {
        border-color: #ffffff;
    }

        .form-control.form-control-light:hover,
        .form-light .form-control:hover,
        .form-control.form-control-light:focus,
        .form-light .form-control:focus,
        .form-control.form-control-light:active,
        .form-light .form-control:active,
        .form-control.form-control-light.active,
        .form-light .form-control.active {
            color: #abcaf2;
            border-color: #abcaf2;
        }

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control,
    .form-control[disabled]:active,
    .form-control[readonly]:active,
    fieldset[disabled] .form-control:active {
        opacity: 0.6;
    }

        .form-control[disabled]:hover,
        .form-control[readonly]:hover,
        fieldset[disabled] .form-control:hover,
        .form-control[disabled]:focus,
        .form-control[readonly]:focus,
        fieldset[disabled] .form-control:focus,
        .form-control[disabled]:active,
        .form-control[readonly]:active,
        fieldset[disabled] .form-control:active,
        .form-control[disabled].active,
        .form-control[readonly].active,
        fieldset[disabled] .form-control.active {
            color: #041e42;
            border-color: #041e42;
        }

        .form-control[disabled].form-control-light:hover,
        .form-control[readonly].form-control-light:hover,
        fieldset[disabled] .form-control.form-control-light:hover,
        .form-light .form-control[disabled]:hover,
        .form-light .form-control[readonly]:hover,
        .form-light fieldset[disabled] .form-control:hover,
        .form-control[disabled].form-control-light:focus,
        .form-control[readonly].form-control-light:focus,
        fieldset[disabled] .form-control.form-control-light:focus,
        .form-light .form-control[disabled]:focus,
        .form-light .form-control[readonly]:focus,
        .form-light fieldset[disabled] .form-control:focus,
        .form-control[disabled].form-control-light:active,
        .form-control[readonly].form-control-light:active,
        fieldset[disabled] .form-control.form-control-light:active,
        .form-light .form-control[disabled]:active,
        .form-light .form-control[readonly]:active,
        .form-light fieldset[disabled] .form-control:active,
        .form-control[disabled].form-control-light.active,
        .form-control[readonly].form-control-light.active,
        fieldset[disabled] .form-control.form-control-light.active,
        .form-light .form-control[disabled].active,
        .form-light .form-control[readonly].active,
        .form-light fieldset[disabled] .form-control.active {
            color: #ffffff;
            border-color: #ffffff;
        }

.form-group {
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}

    .form-group label.error {
        margin-bottom: 0px;
    }

    .form-group input:nth-of-type(2) {
        margin-top: 20px;
    }

    .form-group select.form-control {
        margin-bottom: 0;
    }

select.form-control,
input.explorer-search-keyword-input {
    margin-bottom: 20px;
}

.error {
    margin-bottom: 0px !important;
}

.form-control:-webkit-autofill {
    -webkit-text-fill-color: #041e42 !important;
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

    .form-control:-webkit-autofill:hover,
    .form-control:-webkit-autofill:focus,
    .form-control:-webkit-autofill:active,
    .form-control:-webkit-autofill.active {
        -webkit-text-fill-color: #041e42 !important;
    }

    .form-control:-webkit-autofill.form-control-light,
    .form-light .form-control:-webkit-autofill {
        -webkit-text-fill-color: #ffffff !important;
        -webkit-box-shadow: 0 0 0px 1000px #64676b inset !important;
    }

        .form-control:-webkit-autofill.form-control-light:hover,
        .form-light .form-control:-webkit-autofill:hover,
        .form-control:-webkit-autofill.form-control-light:focus,
        .form-light .form-control:-webkit-autofill:focus,
        .form-control:-webkit-autofill.form-control-light:active,
        .form-light .form-control:-webkit-autofill:active,
        .form-control:-webkit-autofill.form-control-light.active,
        .form-light .form-control:-webkit-autofill.active {
            -webkit-text-fill-color: #abcaf2 !important;
        }

.form-control-inline {
    display: inline-block;
    width: auto;
}

textarea.form-control {
    height: auto;
}

input.form-control,
select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
}

select::-ms-expand {
    display: none;
}

select.form-control {
    padding-right: 40px;
    font-weight: bold;
    background-image: url('/images/general/dd-chevron-grey.png');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 29px 9px;
}

.lt-ie10 select.form-control {
    padding-right: 0.8em;
    background-image: none !important;
}

select.form-control:hover,
select.form-control:focus,
select.form-control:active,
select.form-control.active {
    background-image: url('/images/general/dd-chevron-blue.png');
}

select.form-control.form-control-light,
.form-light select.form-control {
    background-image: url('/images/general/dd-chevron-white.png');
}

    select.form-control.form-control-light:hover,
    .form-light select.form-control:hover,
    select.form-control.form-control-light:focus,
    .form-light select.form-control:focus,
    select.form-control.form-control-light:active,
    .form-light select.form-control:active,
    select.form-control.form-control-light.active,
    .form-light select.form-control.active {
        background-image: url('/images/general/dd-chevron-blue-lighter.png');
    }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    /* display: none; <- Crashes Chrome on hover */
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

input[type='number'] {
    -moz-appearance: textfield;
}

input[type=text]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

.radio,
.checkbox {
    display: block;
}

.radio-inline,
.checkbox-inline {
    display: inline-block;
}

    .radio-inline + *,
    .checkbox-inline + * {
        margin-left: 0.4em;
    }

    .radio input[type="radio"],
    .radio-inline input[type="radio"],
    .checkbox input[type="checkbox"],
    .checkbox-inline input[type="checkbox"] {
        display: inline;
    }

.form-control-inline.error {
    color: inherit;
}

.nice.NFI-wrapper {
    border: none;
    position: relative;
}

    .nice.NFI-wrapper:focus {
        outline: none;
    }

.nice input.NFI-filename {
    border: inset;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    padding-right: 40px !important;
}

.nice.NFI-wrapper:hover {
    border: none;
}

.remove-file {
    position: absolute;
    top: 25%;
    right: 1%;
    cursor: pointer;
    line-height: 1;
}

.file-upload-wrapper {
    position: relative;
    display: initial;
}

.coronation-form label {
    line-height: 1.2;
}

.coronation-form-headings {
    margin-bottom: 20px;
}

    .coronation-form-headings h3 {
        text-decoration: underline;
    }

    .coronation-form-headings .mandatory-text,
    .coronation-form-headings .optional-text {
        display: inline;
    }

    .coronation-form-headings .optional-text {
        text-decoration: none;
    }

.birthdayPicker select.span2 {
    float: left;
    margin-left: 2%;
}

    .birthdayPicker select.span2:first-child {
        margin-left: 0;
    }

.birthdayPicker .dropdown-wrapper {
    float: left;
    width: 31.3%;
    margin-left: 2%;
}

    .birthdayPicker .dropdown-wrapper label.error {
        display: inline-block;
    }

.birthdayPicker span.dropdown-wrapper select {
    width: 100%;
    margin: 0 0 20px 0;
}

.birthdayPicker span.dropdown-wrapper:first-child {
    margin-left: 0;
    width: 33.3%;
}

@media (max-width: 480px) {
    fieldset.birthdayPicker select.span2 {
        width: 100%;
        margin-left: 0;
    }

    fieldset.birthdayPicker span.dropdown-wrapper,
    fieldset.birthdayPicker span.dropdown-wrapper:first-child {
        margin-left: 0;
        width: 100%;
    }

    fieldset.birthdayPicker .dropdown-wrapper select.span2 {
        width: 100%;
        margin: 0 0 10px 0;
    }
}

@media screen and (max-width: 767px) {
    .form-control-inline {
        display: block;
        width: 100%;
    }
}

table {
    background-color: #ffffff;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    vertical-align: middle;
}

    .table thead {
        text-align: left;
        vertical-align: middle;
    }

    .table th,
    .table td {
        padding: 16px;
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.8;
    }

        .table th p:first-child,
        .table td p:first-child {
            margin-top: 0;
        }

    .table th {
        color: #ffffff;
        background-color: #041e42;
    }

    .table td {
        color: #041e42;
        background-color: #d9e9ff;
        border: none !important;
    }

    .table tr:nth-child(even) th,
    .table tr.even th {
        color: #ffffff;
        background-color: #041e42;
    }

    .table tr:nth-child(even) td,
    .table tr.even td {
        color: #041e42;
        background-color: #f2f8ff;
    }

    .table tfoot td {
        color: #ffffff;
        background-color: #041e42;
    }

.table-transparent {
    background-color: transparent;
}

    .table-transparent tr th,
    .table-transparent tr:nth-child(even) th,
    .table-transparent tr.even th,
    .table-transparent tr td,
    .table-transparent tr:nth-child(even) td,
    .table-transparent tr.even td {
        color: currentColor;
        background-color: transparent;
    }

.table-align-left {
    text-align: left;
}

.table-align-center {
    text-align: center;
}

.table-align-right {
    text-align: right;
}

.table-align-top {
    vertical-align: top;
}

.table-align-middle {
    vertical-align: middle;
}

.table-align-bottom {
    vertical-align: bottom;
}

.table-condensed th,
.table-condensed td {
    padding: 5px 16px;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table th[class*="col-"],
table td[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table-responsive {
    overflow-x: auto;
    overflow-y: hidden;
    clear: both;
    border: none;
}

    .table-responsive > .table {
        margin-bottom: 0;
    }

.row > .table-responsive {
    width: auto;
    min-width: 100%;
    margin-left: -15px;
    margin-right: -15px;
}

    .row > .table-responsive th:first-child,
    .row > .table-responsive td:first-child {
        padding-left: 30px;
    }

    .row > .table-responsive th:last-child,
    .row > .table-responsive td:last-child {
        padding-right: 30px;
    }

@media screen and (min-width: 992px) {
    .row > .table-responsive th:first-child,
    .row > .table-responsive td:first-child {
        padding-left: 40px;
    }

    .row > .table-responsive th:last-child,
    .row > .table-responsive td:last-child {
        padding-right: 40px;
    }
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
    }

        .table-responsive > .table {
            margin-top: 0;
        }

            .table-responsive > .table tbody th,
            .table-responsive > .table tbody td {
                white-space: nowrap;
            }
}

.tablesorter-header:not(.sorter-false) .tablesorter-header-inner {
    cursor: pointer;
    position: relative;
    display: inline-block;
}

    .tablesorter-header:not(.sorter-false) .tablesorter-header-inner:hover,
    .tablesorter-headerAsc.tablesorter-header:not(.sorter-false) .tablesorter-header-inner,
    .tablesorter-headerDesc.tablesorter-header:not(.sorter-false) .tablesorter-header-inner {
        color: #abcaf2;
    }

.tablesorter-header:focus,
.tablesorter-header:focus .tablesorter-header-inner {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
}

.tablesorter-headerUnSorted .tablesorter-header-inner:after,
.tablesorter-headerAsc .tablesorter-header-inner:after,
.tablesorter-headerDesc .tablesorter-header-inner:after {
    position: absolute;
    top: 20px;
    left: 50%;
    display: inline;
    display: inline-block;
    font-family: 'rules-equipment-icons', 'bgu-icons';
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: inherit;
    font-size: inherit;
    text-indent: 0;
    text-rendering: auto;
    vertical-align: -10%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2em;
    cursor: pointer;
    margin-left: -0.5em;
}

.tablesorter-headerUnSorted .tablesorter-header-inner:after {
    content: "";
}

.tablesorter-headerAsc .tablesorter-header-inner:after {
    content: "";
}

.tablesorter-headerDesc .tablesorter-header-inner:after {
    content: "";
}
/*** custom css only popup ***/
.table-selectable {
    position: relative;
    display: block;
    width: 100%;
}

.row .col-select-toggle,
.row .col-select-wrapper {
    width: auto;
    min-width: 100%;
    margin-left: -15px;
    margin-right: -15px;
}

.row .ui-effects-wrapper {
    width: auto !important;
    margin-left: -30px !important;
    margin-right: -30px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.col-select-toggle {
    position: relative;
    height: 60px;
    width: 100%;
    padding: 0 40px;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    color: #ffffff;
    background-color: #041e42;
    line-height: 60px;
    clear: both;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
}

    .col-select-toggle .col-select-toggle-icon {
        float: right;
        margin-top: 12px;
        font-size: 25px;
        font-size: 1.88rem;
        line-height: 1.4;
    }

        .col-select-toggle .col-select-toggle-icon .toggle-icon {
            margin-left: 0;
            margin-right: 0;
        }

            .col-select-toggle .col-select-toggle-icon .toggle-icon:before {
                content: "\e00e";
            }

    .col-select-toggle.open .toggle-icon:before {
        content: "\e011";
    }

    .col-select-toggle:hover {
        cursor: pointer;
    }

.hole-stats .col-select-toggle {
    display: block;
}

.col-select-wrapper {
    position: relative;
    display: none;
    height: auto;
    width: 100%;
    overflow: hidden;
    transition: height 0.3s;
    will-change: height;
}

    .col-select-wrapper.open {
        display: block;
    }

    .col-select-wrapper .column-selector {
        position: relative;
        display: inline-block;
        width: 100%;
    }

        .col-select-wrapper .column-selector:hover {
            cursor: pointer;
        }

        .col-select-wrapper .column-selector .col-select-item {
            display: inline-block;
            width: 100%;
            height: 60px;
            padding: 0 40px;
            line-height: 60px;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            outline: none;
        }

            .col-select-wrapper .column-selector .col-select-item:nth-child(odd) {
                background-color: #e4e1d8;
            }

                .col-select-wrapper .column-selector .col-select-item:nth-child(odd) + label {
                    color: #041e42;
                }

            .col-select-wrapper .column-selector .col-select-item:nth-child(even) {
                background-color: #f2f0ec;
            }

                .col-select-wrapper .column-selector .col-select-item:nth-child(even) + label {
                    color: #041e42;
                }

.col-select-alt.col-select-wrapper .column-selector .col-select-item label {
    color: #95999e;
}

.col-select-alt.col-select-wrapper .column-selector .col-select-item:nth-child(odd) {
    background-color: #ced4db;
}

.col-select-alt.col-select-wrapper .column-selector .col-select-item:nth-child(even) {
    background-color: #dfe5ec;
}

.col-select-wrapper .column-selector input[type=checkbox] {
    display: none;
}

    .col-select-wrapper .column-selector input[type=checkbox] + label {
        position: relative;
        display: inline-block;
        width: 100%;
        font-size: 16px;
        font-size: 1rem;
        text-transform: capitalize;
        cursor: pointer;
        transition: background-color 0.3s;
    }

        .col-select-wrapper .column-selector input[type=checkbox] + label .col-select-icon {
            position: relative;
            float: right;
            margin-top: 9px;
            font-size: 25px;
            font-size: 1.88rem;
            line-height: 1.4;
        }

            .col-select-wrapper .column-selector input[type=checkbox] + label .col-select-icon .icon {
                vertical-align: middle;
                color: #ced4db;
            }

            .col-select-wrapper .column-selector input[type=checkbox] + label .col-select-icon .col-select-check:before {
                float: right;
                text-align: right;
                content: '\e020';
            }

    .col-select-wrapper .column-selector input[type=checkbox]:checked + label .icon {
        color: #009640;
        opacity: 1;
    }

    .col-select-wrapper .column-selector input[type=checkbox]:checked + label .col-select-check:before {
        content: '\e040';
    }

.col-select-alt.col-select-wrapper .column-selector input[type=checkbox]:not(:checked) + label .icon {
    color: #95999e;
}

.col-select-wrapper .column-selector .disabled {
    color: #ddd;
}

.table-truncate {
    margin-bottom: 0;
}

    .table-truncate:not(.table-revealed) tr:nth-child(n+6) {
        display: none;
    }

.table-truncate-btn {
    clear: both;
    padding: 0;
}

.row > .table-truncate-btn {
    margin-left: -15px;
    margin-right: -15px;
}

.table-truncate-btn a {
    display: block;
    padding: 19px 40px 19px;
    text-align: center;
    color: #ffffff;
    background-color: #041e42;
}

    .table-truncate-btn a:after {
        display: none;
    }

    .table-truncate-btn a:hover {
        opacity: 0.7;
        filter: alpha(opacity=70);
    }

    .table-truncate-btn a.disabled {
        pointer-events: none;
        cursor: default;
        opacity: 0.3;
        filter: alpha(opacity=30);
    }

.table-truncate-alt a {
    color: #ffffff;
    background-color: #041e42;
}

    .table-truncate-alt a:hover {
        background-color: #abcaf2;
    }

@media (max-width: 991px) {
    .col-select-toggle,
    .col-select-wrapper .column-selector .col-select-item {
        padding: 0 30px;
    }
}

@media (max-width: 767px) {
    .col-select-wrapper .column-selector input[type=checkbox] + label {
        font-size: 16px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .half-container-table,
    .table-widget {
        padding: 0;
    }

        .half-container-table h2 {
            padding-top: 20px;
        }
}

@media (max-width: 320px) {
    .mobile-font-size {
        font-size: 0.9em;
    }
}

.fade {
    opacity: 0;
    transition: opacity 0.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;
    transition-property: height, visibility;
    transition-duration: 0.35s;
    transition-timing-function: ease;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('/fontsrules-equipment-icons.eot');
    src: url('/fontsrules-equipment-icons.eot?#iefix') format('embedded-opentype'), url('/fontsrules-equipment-icons.woff2') format('woff2'), url('/fontsrules-equipment-icons.woff') format('woff'), url('/fontsrules-equipment-icons.ttf') format('truetype'), url('/fontsrules-equipment-icons.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\002a";
}

.glyphicon-plus:before {
    content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-btc:before {
    content: "\e227";
}

.glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-jpy:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-rub:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}

.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;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 11.5px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.8;
        color: #64676b;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover,
        .dropdown-menu > li > a:focus {
            text-decoration: none;
            color: #585a5e;
            background-color: #f5f5f5;
        }

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
        background-color: #337ab7;
    }

    .dropdown-menu > .disabled > a,
    .dropdown-menu > .disabled > a:hover,
    .dropdown-menu > .disabled > a:focus {
        color: #ced4db;
    }

        .dropdown-menu > .disabled > a:hover,
        .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            cursor: not-allowed;
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.8;
    color: #ced4db;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: flex;
    justify-content: center;
}

.chc .btn-group-toggle {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .chc .btn-group-toggle label.btn-secondary {
        display: flex;
        max-width: 450px;
        flex-direction: row;
        flex-wrap: wrap;
        white-space: normal;
        align-items: center;
        width: 100%;
        justify-content: center;
        border-radius: 5px !important;
        margin-bottom: 5px;
    }

@media (max-width: 768px) {
    .chc .btn-group-toggle {
        flex-direction: column;
    }

        .chc .btn-group-toggle label.btn-secondary {
            max-width: 100% !important;
            border-radius: 5px !important;
            margin-bottom: 5px;
        }
}


.btn-group > .btn, .btn-group-vertical > .btn {
    position: relative;
    float: left;
}

    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover,
    .btn-group > .btn:focus,
    .btn-group-vertical > .btn:focus,
    .btn-group > .btn:active,
    .btn-group-vertical > .btn:active,
    .btn-group > .btn.active,
    .btn-group-vertical > .btn.active {
        z-index: 2;
    }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    margin-left: -5px;
}

    .btn-toolbar .btn,
    .btn-toolbar .btn-group,
    .btn-toolbar .input-group {
        float: left;
    }

    .btn-toolbar > .btn,
    .btn-toolbar > .btn-group,
    .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

    .btn-group.open .dropdown-toggle.btn-link {
        box-shadow: none;
    }

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn,
    .btn-group-vertical > .btn + .btn-group,
    .btn-group-vertical > .btn-group + .btn,
    .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn,
    .btn-group-justified > .btn-group {
        float: none;
        display: table-cell;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto;
        }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*="col-"] {
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

        .input-group .form-control:focus {
            z-index: 3;
        }

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

    .input-group-addon:not(:first-child):not(:last-child),
    .input-group-btn:not(:first-child):not(:last-child),
    .input-group .form-control:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #95999e;
    text-align: center;
    background-color: #dfe5ec;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px;
    }

    .input-group-addon input[type="radio"],
    .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }

    .input-group .form-control:first-child,
    .input-group-addon:first-child,
    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group > .btn,
    .input-group-btn:first-child > .dropdown-toggle,
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
    .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child,
    .input-group-addon:last-child,
    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group > .btn,
    .input-group-btn:last-child > .dropdown-toggle,
    .input-group-btn:first-child > .btn:not(:first-child),
    .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .input-group-btn > .btn:hover,
        .input-group-btn > .btn:focus,
        .input-group-btn > .btn:active {
            z-index: 2;
        }

    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group {
        z-index: 2;
        margin-left: -1px;
    }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .nav > li > a:hover,
            .nav > li > a:focus {
                text-decoration: none;
                background-color: #dfe5ec;
            }

        .nav > li.disabled > a {
            color: #ced4db;
        }

            .nav > li.disabled > a:hover,
            .nav > li.disabled > a:focus {
                color: #ced4db;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed;
            }

    .nav .open > a,
    .nav .open > a:hover,
    .nav .open > a:focus {
        background-color: #dfe5ec;
        border-color: #337ab7;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 11.5px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
        margin-right: 12px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.8;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #dfe5ec #dfe5ec #ddd;
            }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            color: #95999e;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
            cursor: default;
        }

        .nav-tabs > li > a.accordion-header {
            width: 100%;
            padding: 0 10px 0 10px;
        }

            .nav-tabs > li > a.accordion-header:hover {
                border-color: #dfe5ec #dfe5ec #ddd;
                width: 100%;
                padding: 0 10px 0 10px;
            }

        .nav-tabs > li.active > a.accordion-header,
        .nav-tabs > li.active > a.accordion-header:hover,
        .nav-tabs > li.active > a.accordion-header:focus {
            width: 100%;
            padding: 0 10px 0 10px;
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabs.nav-justified > li {
            float: none;
        }

            .nav-tabs.nav-justified > li > a {
                text-align: center;
                margin-bottom: 5px;
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto;
        }

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs.nav-justified > li {
    float: none;
}

    .nav-tabs.nav-justified > li > a {
        text-align: center;
    }

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 4px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a,
    .nav-pills > li.active > a:hover,
    .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #337ab7;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified {
    width: 100%;
}

    .nav-justified > li {
        float: none;
    }

        .nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 4px;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border: 1px solid #ddd;
    }

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 25px;
    border: 1px solid transparent;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@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: 1030;
}

@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;
}

.navbar-brand {
    float: left;
    padding: 12.5px 15px;
    font-size: 18px;
    line-height: 25px;
    height: 50px;
}

    .navbar-brand:hover,
    .navbar-brand:focus {
        text-decoration: none;
    }

    .navbar-brand > img {
        display: block;
    }

@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .navbar-toggle:focus {
        outline: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 6.25px -15px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 25px;
    }

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu > li > a,
        .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 25px;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover,
            .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 12.5px;
                padding-bottom: 12.5px;
            }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 5.5px;
    margin-bottom: 5.5px;
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .form-control-static {
        display: inline-block;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .navbar-form .input-group .input-group-addon,
        .navbar-form .input-group .input-group-btn,
        .navbar-form .input-group .form-control {
            width: auto;
        }

        .navbar-form .input-group > .form-control {
            width: 100%;
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .navbar-form .radio label,
        .navbar-form .checkbox label {
            padding-left: 0;
        }

        .navbar-form .radio input[type="radio"],
        .navbar-form .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0;
        }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: none;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 5.5px;
    margin-bottom: 5.5px;
}

    .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px;
    }

.navbar-text {
    margin-top: 12.5px;
    margin-bottom: 12.5px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0;
        }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

    .navbar-default .navbar-brand {
        color: #777;
    }

        .navbar-default .navbar-brand:hover,
        .navbar-default .navbar-brand:focus {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #777;
    }

    .navbar-default .navbar-nav > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav > li > a:hover,
        .navbar-default .navbar-nav > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .disabled > a,
    .navbar-default .navbar-nav > .disabled > a:hover,
    .navbar-default .navbar-nav > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd;
    }

        .navbar-default .navbar-toggle:hover,
        .navbar-default .navbar-toggle:focus {
            background-color: #ddd;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888;
        }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        background-color: #e7e7e7;
        color: #555;
    }

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

    .navbar-default .navbar-link:hover {
        color: #333;
    }

.navbar-default .btn-link {
    color: #777;
}

    .navbar-default .btn-link:hover,
    .navbar-default .btn-link:focus {
        color: #333;
    }

    .navbar-default .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-default .btn-link:hover,
    .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:focus {
        color: #ccc;
    }

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

    .navbar-inverse .navbar-brand {
        color: #fafbfb;
    }

        .navbar-inverse .navbar-brand:hover,
        .navbar-inverse .navbar-brand:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #fafbfb;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #fafbfb;
    }

        .navbar-inverse .navbar-nav > li > a:hover,
        .navbar-inverse .navbar-nav > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav > .disabled > a,
    .navbar-inverse .navbar-nav > .disabled > a:hover,
    .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333;
    }

        .navbar-inverse .navbar-toggle:hover,
        .navbar-inverse .navbar-toggle:focus {
            background-color: #333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #080808;
        color: #fff;
    }

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #fafbfb;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #fafbfb;
}

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

.navbar-inverse .btn-link {
    color: #fafbfb;
}

    .navbar-inverse .btn-link:hover,
    .navbar-inverse .btn-link:focus {
        color: #fff;
    }

    .navbar-inverse .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
        color: #444;
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 25px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            content: "/\00a0";
            padding: 0 5px;
            color: #ccc;
        }

    .breadcrumb > .active {
        color: #ced4db;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 25px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.8;
            text-decoration: none;
            color: #337ab7;
            background-color: #fff;
            border: 1px solid #ddd;
            margin-left: -1px;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            z-index: 2;
            color: #23527c;
            background-color: #dfe5ec;
            border-color: #ddd;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 3;
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
        cursor: default;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #ced4db;
        background-color: #fff;
        border-color: #ddd;
        cursor: not-allowed;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 25px 0;
    list-style: none;
    text-align: center;
}

    .pager li {
        display: inline;
    }

        .pager li > a,
        .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px;
        }

            .pager li > a:hover,
            .pager li > a:focus {
                text-decoration: none;
                background-color: #dfe5ec;
            }

    .pager .next > a,
    .pager .next > span {
        float: right;
    }

    .pager .previous > a,
    .pager .previous > span {
        float: left;
    }

    .pager .disabled > a,
    .pager .disabled > a:hover,
    .pager .disabled > a:focus,
    .pager .disabled > span {
        color: #ced4db;
        background-color: #fff;
        cursor: not-allowed;
    }

.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #ced4db;
}

    .label-default[href]:hover,
    .label-default[href]:focus {
        background-color: #b1bac5;
    }

.label-primary {
    background-color: #337ab7;
}

    .label-primary[href]:hover,
    .label-primary[href]:focus {
        background-color: #286090;
    }

.label-success {
    background-color: #5cb85c;
}

    .label-success[href]:hover,
    .label-success[href]:focus {
        background-color: #449d44;
    }

.label-info {
    background-color: #5bc0de;
}

    .label-info[href]:hover,
    .label-info[href]:focus {
        background-color: #31b0d5;
    }

.label-warning {
    background-color: #f0ad4e;
}

    .label-warning[href]:hover,
    .label-warning[href]:focus {
        background-color: #ec971f;
    }

.label-danger {
    background-color: #d9534f;
}

    .label-danger[href]:hover,
    .label-danger[href]:focus {
        background-color: #c9302c;
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #ced4db;
    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;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff;
}

.list-group-item > .badge {
    float: right;
}

    .list-group-item > .badge + .badge {
        margin-right: 5px;
    }

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #dfe5ec;
}

    .jumbotron h1,
    .jumbotron .h1 {
        color: inherit;
    }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200;
    }

    .jumbotron > hr {
        border-top-color: #bfcbd9;
    }

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 25px;
    line-height: 1.8;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: border 0.2s ease-in-out;
}

    .thumbnail > img,
    .thumbnail a > img {
        margin-left: auto;
        margin-right: auto;
    }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #337ab7;
}

.thumbnail .caption {
    padding: 9px;
    color: #64676b;
}

.alert {
    padding: 15px;
    margin-bottom: 25px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: bold;
    }

    .alert > p,
    .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

    .alert-dismissable .close,
    .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

@-webkit-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;
    }
}

.progress {
    overflow: hidden;
    height: 25px;
    margin-bottom: 25px;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
    margin-top: 15px;
}

    .media:first-child {
        margin-top: 0;
    }

.media,
.media-body {
    zoom: 1;
    overflow: hidden;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

    .media-object.img-thumbnail {
        max-width: none;
    }

.media-right,
.media > .pull-right {
    padding-left: 10px;
}

.media-left,
.media > .pull-left {
    padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .list-group-item:first-child {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

a.list-group-item,
button.list-group-item {
    color: #555;
}

    a.list-group-item .list-group-item-heading,
    button.list-group-item .list-group-item-heading {
        color: #333;
    }

    a.list-group-item:hover,
    button.list-group-item:hover,
    a.list-group-item:focus,
    button.list-group-item:focus {
        text-decoration: none;
        color: #555;
        background-color: #f5f5f5;
    }

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: #dfe5ec;
    color: #ced4db;
    cursor: not-allowed;
}

    .list-group-item.disabled .list-group-item-heading,
    .list-group-item.disabled:hover .list-group-item-heading,
    .list-group-item.disabled:focus .list-group-item-heading {
        color: inherit;
    }

    .list-group-item.disabled .list-group-item-text,
    .list-group-item.disabled:hover .list-group-item-text,
    .list-group-item.disabled:focus .list-group-item-text {
        color: #ced4db;
    }

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

    .list-group-item.active .list-group-item-heading,
    .list-group-item.active:hover .list-group-item-heading,
    .list-group-item.active:focus .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active:hover .list-group-item-heading > small,
    .list-group-item.active:focus .list-group-item-heading > small,
    .list-group-item.active .list-group-item-heading > .small,
    .list-group-item.active:hover .list-group-item-heading > .small,
    .list-group-item.active:focus .list-group-item-heading > .small {
        color: inherit;
    }

    .list-group-item.active .list-group-item-text,
    .list-group-item.active:hover .list-group-item-text,
    .list-group-item.active:focus .list-group-item-text {
        color: #c7ddef;
    }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}

    a.list-group-item-success .list-group-item-heading,
    button.list-group-item-success .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-success:hover,
    button.list-group-item-success:hover,
    a.list-group-item-success:focus,
    button.list-group-item-success:focus {
        color: #3c763d;
        background-color: #d0e9c6;
    }

    a.list-group-item-success.active,
    button.list-group-item-success.active,
    a.list-group-item-success.active:hover,
    button.list-group-item-success.active:hover,
    a.list-group-item-success.active:focus,
    button.list-group-item-success.active:focus {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d;
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}

    a.list-group-item-info .list-group-item-heading,
    button.list-group-item-info .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-info:hover,
    button.list-group-item-info:hover,
    a.list-group-item-info:focus,
    button.list-group-item-info:focus {
        color: #31708f;
        background-color: #c4e3f3;
    }

    a.list-group-item-info.active,
    button.list-group-item-info.active,
    a.list-group-item-info.active:hover,
    button.list-group-item-info.active:hover,
    a.list-group-item-info.active:focus,
    button.list-group-item-info.active:focus {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f;
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b;
}

    a.list-group-item-warning .list-group-item-heading,
    button.list-group-item-warning .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-warning:hover,
    button.list-group-item-warning:hover,
    a.list-group-item-warning:focus,
    button.list-group-item-warning:focus {
        color: #8a6d3b;
        background-color: #faf2cc;
    }

    a.list-group-item-warning.active,
    button.list-group-item-warning.active,
    a.list-group-item-warning.active:hover,
    button.list-group-item-warning.active:hover,
    a.list-group-item-warning.active:focus,
    button.list-group-item-warning.active:focus {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b;
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442;
}

    a.list-group-item-danger .list-group-item-heading,
    button.list-group-item-danger .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-danger:hover,
    button.list-group-item-danger:hover,
    a.list-group-item-danger:focus,
    button.list-group-item-danger:focus {
        color: #a94442;
        background-color: #ebcccc;
    }

    a.list-group-item-danger.active,
    button.list-group-item-danger.active,
    a.list-group-item-danger.active:hover,
    button.list-group-item-danger.active:hover,
    a.list-group-item-danger.active:focus,
    button.list-group-item-danger.active:focus {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442;
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 25px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > a,
    .panel-title > small,
    .panel-title > .small,
    .panel-title > small > a,
    .panel-title > .small > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item,
    .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child,
    .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child,
    .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

    .panel > .table caption,
    .panel > .table-responsive > .table caption,
    .panel > .panel-collapse > .table caption {
        padding-left: 15px;
        padding-right: 15px;
    }

    .panel > .table:first-child,
    .panel > .table-responsive:first-child > .table:first-child {
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table:first-child > tbody:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px;
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px;
            }

    .panel > .table:last-child,
    .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table:last-child > tfoot:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px;
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px;
            }

    .panel > .panel-body + .table,
    .panel > .panel-body + .table-responsive,
    .panel > .table + .panel-body,
    .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd;
    }

    .panel > .table > tbody:first-child > tr:first-child th,
    .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0;
    }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
    .panel > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-bordered > thead > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .panel > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
    .panel > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-bordered > thead > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .panel > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
    .panel > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-bordered > thead > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
    .panel > .table-bordered > tbody > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 25px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body,
        .panel-group .panel-heading + .panel-collapse > .list-group {
            border-top: 1px solid #ddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd;
        }

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #64676b;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #64676b;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #337ab7;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7;
        }

        .panel-primary > .panel-heading .badge {
            color: #337ab7;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0, 0, 0, 0.15);
    }

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        transform: translate(0, -25%);
        transition: -webkit-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.8;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.8;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
}

    .tooltip.in {
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0;
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px;
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0;
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.8;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

    .popover > .arrow:after {
        border-width: 10px;
        content: "";
    }

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

    .popover.top > .arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #fff;
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

    .popover.right > .arrow:after {
        content: " ";
        left: 1px;
        bottom: -10px;
        border-left-width: 0;
        border-right-color: #fff;
    }

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

    .popover.bottom > .arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: #fff;
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

    .popover.left > .arrow:after {
        content: " ";
        right: 1px;
        border-right-width: 0;
        border-left-color: #fff;
        bottom: -10px;
    }

.main-header {
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
    background-color: #ffffff;
}

    .main-header .brand {
        position: relative;
        z-index: 250;
        margin: 0 18px;
        text-indent: -9999px;
        line-height: 1.8;
    }

        .main-header .brand:after {
            display: none;
        }

    .main-header .header-main-container {
        height: 60px;
        z-index: 600;
    }

@media only screen and (min-width: 1025px) {
    .main-header {
        height: auto;
        background-color: #ffffff;
    }

        .main-header:before,
        .main-header:after {
            content: " ";
            display: table;
        }

        .main-header:after {
            clear: both;
        }

        .main-header:before,
        .main-header:after {
            content: " ";
            display: table;
        }

        .main-header:after {
            clear: both;
        }

        .main-header .header-main-container {
            position: relative;
            left: 0;
            right: 0;
            height: 100%;
            background-image: none;
            background-color: transparent;
        }

            .main-header .header-main-container .rolex.desktop {
                position: absolute;
                z-index: 500;
                top: 0;
                right: 0;
            }

        .main-header .top-header-content {
            position: absolute;
            right: 40px;
            left: 176px;
            margin-left: 40px;
            padding-top: 8px;
            display: block;
        }

            .main-header .top-header-content p,
            .main-header .top-header-content a {
                color: #041e42;
            }

            .main-header .top-header-content .top-content-item {
                text-transform: uppercase;
            }

                .main-header .top-header-content .top-content-item .icon {
                    margin: -3px 5px 0 5px;
                }

                .main-header .top-header-content .top-content-item:nth-child(2) {
                    margin-left: 30px;
                }

            .main-header .top-header-content .social-nav {
                margin: -4px 0 0 30px;
                height: auto;
            }

    .mac .main-header .top-header-content .social-nav,
    .ios .main-header .top-header-content .social-nav {
        margin-top: -2px;
    }

    .main-header .top-header-content .social-nav li {
        width: 1.4em;
    }

    .main-header .top-header-content .social-nav a {
        font-size: 0.8em;
    }

    .main-header .brand {
        position: absolute;
        top: 0;
        left: 34px;
        z-index: 550;
        width: 100px;
        height: 100px;
        margin: 0;
        border: 6px solid #ffffff;
    }

    .main-header .navigation-container {
        position: absolute;
        right: 0;
        top: 0;
        left: 0;
        height: 50px;
        padding-top: 9px;
        padding-left: 176px;
        padding-right: 176px;
        display: flex;
        justify-content: center;
        background-color: #ffffff;
    }

    .menu-container {
        position: relative;
        z-index: 500;
        height: 103px;
        overflow-y: hidden;
        border-bottom: 3px solid #041e42;
        transition: 0.5s;
    }

    .add-sub-nav-height {
        height: 400px;
        transition: 0.5s;
    }

    .add-sub-nav-collapsed-height {
        height: 103px;
    }

    .full-line-sub-nav {
        margin: 0 -40px !important;
        padding: 0;
        top: 51px;
        position: relative;
        color: #dfe5ec;
        background-color: #dfe5ec;
        height: 2px;
    }

    .full-line-aside-link {
        padding: 0;
        top: 34px;
        position: relative;
        height: 2px;
        color: #dfe5ec;
        background-color: #dfe5ec;
    }
}

.main-footer {
    background-color: #3f4a59;
    clear: both;
    color: #ffffff;
    line-height: 1.4;
    padding: 0 30px 42px;
}

    .main-footer,
    .main-footer p,
    .main-footer li {
        font-size: 0.88rem;
    }

        .main-footer a {
            color: #ffffff;
            text-decoration: none;
        }

            .main-footer a:after {
                display: none;
            }

            .main-footer a:hover {
                color: #ffffff;
                text-decoration: underline;
            }

.footer-back-to-top {
    padding-top: 3px;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 42px;
    color: #ffffff;
    text-align: center;
    background-color: #041e42;
    cursor: pointer;
    transition: color .3s ease-in-out, background-color .3s ease-in-out;
}

    .footer-back-to-top:hover,
    .footer-back-to-top:focus {
        color: #041e42;
        background-color: #abcaf2;
    }

.sitemap-header {
    float: left;
    margin-bottom: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
}

    .sitemap-header a:hover {
        text-decoration: none;
    }

ul.share-navigation {
    padding: 0;
    margin: -0.8em 0 -0.2em;
}

.android ul.share-navigation {
    white-space: nowrap;
}

ul.share-navigation li {
    display: inline-block;
    list-style: none;
}

    ul.share-navigation li + li {
        margin-left: 1em;
    }

ul.share-navigation .nav-icon .icon {
    display: inline-block;
    font-size: 2.4em;
    colour: #ffffff;
}

.footer-navigation {
    padding: 0;
    margin-top: 0;
    margin-bottom: 30px;
    overflow: hidden;
}

    .footer-navigation li {
        list-style: none;
    }

        .footer-navigation li ul {
            margin-top: 0;
            padding: 0;
        }

            .footer-navigation li ul li {
                padding-bottom: 0.75em;
            }

.android .footer-navigation a {
    white-space: normal;
}

.sitemap-category {
    display: block;
    margin-top: 2em;
    margin-bottom: 0.75em;
    font-weight: bold;
    text-transform: uppercase;
}

.footer-misc-nav {
    margin: 20px 0;
    padding: 0;
}

    .footer-misc-nav li {
        display: inline-block;
        list-style: none;
    }

        .footer-misc-nav li a {
            display: inline-block;
        }

        .footer-misc-nav li:after {
            display: inline;
            margin-right: 10px;
            margin-left: 10px;
            content: '|';
        }

        .footer-misc-nav li:last-child:after {
            display: none;
        }

.footer-copyright {
    text-indent: -1em;
    padding-left: 1em;
}

@media (max-width: 767px) {
    .footer-navigation a {
        display: block;
    }

    .footer-navigation .col-xs-6:nth-child(odd) {
        clear: left;
    }

    .footer-misc-nav {
        margin-top: 10px;
        line-height: 2em;
    }

    .footer-mobile-logo {
        float: left;
        margin-top: 2px;
    }

        .footer-mobile-logo + p {
            padding-left: 60px;
        }

    .mobile-social-section .list-inline {
        margin: 5px 0 0;
    }

        .mobile-social-section .list-inline > li {
            padding: 0;
            margin-bottom: 0;
        }

    .mobile-social-section .icon {
        font-size: 2.4em;
        line-height: 1;
    }

    .sitemap-header {
        float: none;
    }

        .sitemap-header a {
            display: block;
        }
}

@media (min-width: 768px) {
    ul.share-navigation {
        display: block;
    }

    .main-footer .sprite-randa-footer {
        margin-top: 21px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-navigation {
        margin-bottom: 2em;
    }

        .footer-navigation a {
            display: block;
        }

        .footer-navigation .col-sm-4:nth-child(3n + 4) {
            clear: left;
        }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fade-out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

#navicon-button {
    background-color: #041e42;
    border-radius: 0;
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 999;
    border: none;
    outline: none;
    transition: background-color 0.3s ease-in-out;
}

    #navicon-button span:after,
    #navicon-button span:before {
        content: "";
        position: absolute;
        left: 0;
        top: -9px;
    }

    #navicon-button span:after {
        top: 9px;
    }

    #navicon-button span {
        position: relative;
        display: block;
    }

        #navicon-button span,
        #navicon-button span:after,
        #navicon-button span:before {
            width: 100%;
            height: 3px;
            background-color: #ffffff;
            transition: all 0.2s;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            border-radius: 2px;
        }

    #navicon-button.off:hover span:before {
        top: -11px;
    }

    #navicon-button.off:hover span:after {
        top: 11px;
    }

    #navicon-button.on {
        background-color: #abcaf2;
    }

        #navicon-button.on span {
            background-color: transparent;
        }

            #navicon-button.on span:before {
                -webkit-transform: rotate(45deg) translate(5px, 5px);
                transform: rotate(45deg) translate(5px, 5px);
            }

            #navicon-button.on span:after {
                -webkit-transform: rotate(-45deg) translate(7px, -8px);
                transform: rotate(-45deg) translate(7px, -8px);
            }

        #navicon-button.on + #menu {
            opacity: 1;
        }

.content-container.menu-open {
    z-index: 1;
}

.content-container .rolex.desktop {
    text-align: center;
    padding: 20px 0;
}

@media (max-width: 767px) {
    .content-container .rolex.desktop {
        display: none;
    }
}

.container-fluid > .navbar-collapse {
    margin-right: 0;
}

.navbar-toggle {
    padding: 9px 14px;
    margin-top: 0;
}

.menu-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 490;
    background-color: rgba(0, 0, 0, 0.8);
}

.overlay {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 690;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
}

.is-visible {
    display: block;
    opacity: 1;
}

.lt-ie9 .menu-overlay {
    background-color: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000,endColorstr=#cc000000)";
    zoom: 1;
}

.menu-overlay.off {
    display: none;
    z-index: 0;
    opacity: 0;
    transition: 0.5s;
}

.menu-overlay.on {
    display: block;
    opacity: 0.8;
    z-index: 490;
    transition: 0.5s;
}

.navigation-container {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 500;
    -webkit-overflow-scrolling: touch;
    transition: right 0.5s;
}

    .navigation-container .main-nav {
        display: block;
        float: right;
        margin: 0;
        padding: 0;
        position: relative;
        z-index: 600;
        line-height: 1.4;
        -webkit-overflow-scrolling: touch;
    }

        .navigation-container .main-nav li {
            list-style: none;
            margin-bottom: 0;
        }

            .navigation-container .main-nav li a {
                color: #ffffff;
                display: block;
                padding-bottom: 15px;
                padding-left: 22px;
                padding-top: 19px;
                text-transform: uppercase;
            }

                .navigation-container .main-nav li a:after {
                    display: none;
                }

            .navigation-container .main-nav li ul {
                display: none;
                padding: 0;
            }

        .navigation-container .main-nav .sub-nav .tertiary-nav {
            display: none;
        }

.menu-championship-mobile {
    width: 100%;
}

.championship-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: white;
    margin-top: 20px;
}

    .championship-menu li > a {
        color: #737272;
        border-bottom: 3px solid #ffffff;
        text-transform: none;
        transition: border-bottom 0.3s ease-in-out;
    }

    .championship-menu li {
        float: left;
    }

        .championship-menu li a {
            display: block;
            color: #041e42;
            text-align: center;
            margin-top: 1em;
            margin-right: 1.5em;
            text-decoration: none;
        }

            .championship-menu li a:hover {
                border-bottom-color: #a1b9dc;
            }

            .championship-menu li a.active {
                border-bottom-color: #a1b9dc;
            }

@media only screen and (max-width: 480px) {
    .navigation-container {
        width: auto;
    }

        .navigation-container #navicon-button {
            left: -60px;
        }

        .navigation-container .main-nav {
            width: 100%;
        }

            .navigation-container .main-nav li.social-nav ul > li {
                background-color: transparent;
                padding: 0;
            }

            .navigation-container .main-nav li.social-nav p,
            .navigation-container .main-nav li.social-nav ul {
                margin-top: 12px;
            }

            .navigation-container .main-nav li.social-nav .icon {
                font-size: 1.6rem;
            }

    .navbar-collapsed {
        left: 100%;
        right: -100%;
    }

    .navbar-open {
        left: 60px;
        right: 0;
    }
}

@media only screen and (min-width: 481px) and (max-width: 1024px) {
    .navigation-container {
        width: 480px;
    }

        .navigation-container #navicon-button {
            left: 0px;
        }

        .navigation-container .main-nav {
            width: 420px;
        }

            .navigation-container .main-nav li.social-nav ul > li {
                background-color: transparent;
                padding: 0 0.5em;
            }

            .navigation-container .main-nav li.social-nav p,
            .navigation-container .main-nav li.social-nav ul {
                margin-top: 9px;
            }

            .navigation-container .main-nav li.social-nav .icon {
                font-size: 2rem;
            }

    .navbar-collapsed {
        right: -420px;
    }

    .navbar-open {
        right: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .navigation-container .main-nav li.social-nav {
        height: 60px;
        color: #ffffff;
        background-color: #abcaf2;
    }

        .navigation-container .main-nav li.social-nav ul {
            display: block;
        }

            .navigation-container .main-nav li.social-nav ul > li {
                background-color: transparent;
            }

                .navigation-container .main-nav li.social-nav ul > li > a {
                    height: auto;
                    padding: 0;
                    border-bottom: 0;
                }

                    .navigation-container .main-nav li.social-nav ul > li > a:before {
                        display: none;
                    }

    .navigation-container .main-nav li {
        padding-left: 15px;
        padding-right: 15px;
        background-color: #041e42;
    }

        .navigation-container .main-nav li a {
            padding-left: 0;
            padding-right: 2em;
        }

    .navigation-container .main-nav .nav-common {
        display: none;
    }

    .navigation-container .sub-nav li,
    .navigation-container .tertiary-nav li {
        padding-left: 30px;
        padding-right: 15px;
    }

    .navigation-container .sub-nav {
        margin: 0 -15px;
    }

        .navigation-container .sub-nav li {
            background-color: #95999e;
        }

    .navigation-container .tertiary-nav {
        margin: 0 -15px 0 -30px;
    }

        .navigation-container .tertiary-nav li {
            padding-left: 45px;
            background-color: #e4e1d8;
        }

            .navigation-container .tertiary-nav li,
            .navigation-container .tertiary-nav li a {
                color: #95999e;
            }

                .navigation-container .tertiary-nav li a {
                    border-bottom-color: #95999e;
                }

    .navigation-container li a {
        display: block;
        height: 60px;
        font-weight: bold;
        border-bottom: 1px solid #ffffff;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .navigation-container li a:before {
            display: inline-block;
            font-family: 'rules-equipment-icons', 'bgu-icons';
            font-weight: normal;
            font-style: normal;
            font-variant: normal;
            line-height: inherit;
            font-size: inherit;
            text-indent: 0;
            text-rendering: auto;
            vertical-align: -10%;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            position: absolute;
            right: 0;
            margin-top: -5px;
            font-size: 25px;
            font-size: 1.6rem;
            content: "\e00e";
        }

    .navigation-container .main-nav > li:nth-last-child(2) > a,
    .navigation-container li:last-child > a,
    .navigation-container li > a.active-mobile,
    .navigation-container .nav-useraccount > a {
        border-bottom: 0;
    }

        .navigation-container li > a.active-mobile:before {
            content: "\e011";
        }

    .navigation-container li.no-sub > a:before,
    .navigation-container .tertiary-nav > li > a:before {
        content: "\e015";
    }

    .navigation-container hr {
        display: none;
    }
}

@media only screen and (min-width: 1025px) {
    .menu-overlay,
    #navicon-button {
        display: none;
    }

    .navigation-container {
        position: static;
        width: auto;
    }

        .navigation-container.navbar-collapsed,
        .navigation-container.navbar-open {
            transition: 0s;
        }

        .navigation-container .main-nav {
            background-color: transparent;
            border: none;
            float: none;
            margin: 9px 0 0 24px;
            padding: 0;
            position: static;
            width: auto;
        }

            .navigation-container .main-nav li {
                display: inline-block;
                float: left;
                font-size: 1rem;
                list-style: none;
                background: none;
                transition: padding .3s, border .3s;
            }

                .navigation-container .main-nav li.hidden-tab-landscape {
                    display: none;
                }

                .navigation-container .main-nav li.social-nav {
                    display: none;
                }

                .navigation-container .main-nav li.nav-useraccount {
                    float: right;
                    margin-right: 30px;
                }

                    .navigation-container .main-nav li.nav-useraccount a {
                        color: #abcaf2;
                    }

                .navigation-container .main-nav li a {
                    background-image: none !important;
                    color: #041e42;
                    display: inline;
                    padding: 10px 5px 11px;
                    font-weight: bold;
                    text-transform: uppercase;
                }

                .navigation-container .main-nav li:hover,
                .navigation-container .main-nav li.active {
                    border-bottom: 4px solid #abcaf2;
                    padding-bottom: 6px;
                }

                    .navigation-container .main-nav li.active ul {
                        margin-top: 0px !important;
                        display: block;
                    }

                    .navigation-container .main-nav li:hover a {
                        text-decoration: none;
                    }

                .navigation-container .main-nav li .sub-nav {
                    padding: 0 40px;
                }

                    .navigation-container .main-nav li .sub-nav .tertiary-nav {
                        display: block;
                    }

            .navigation-container .main-nav > li + li {
                margin-left: 20px;
            }

            .navigation-container .main-nav > li:nth-child(2) {
                margin-left: 0;
            }

        .navigation-container .sub-nav {
            display: block;
            position: absolute;
            top: 52px;
            left: 0;
            right: 0;
            padding: 0 30px;
            margin: 0;
            height: 0;
            z-index: 100;
            overflow: hidden;
        }

            .navigation-container .sub-nav li {
                padding-top: 15px;
                width: 12%;
                height: 100%;
                cursor: default;
                display: inline-block;
                float: left;
                list-style: none;
                font-size: 0.88rem;
                text-align: left;
                border-bottom: none;
            }

                .navigation-container .sub-nav li > a {
                    display: inline-block;
                    width: auto;
                    max-width: 100%;
                    padding: 0 5px;
                    border-bottom: none;
                    color: #041e42;
                    vertical-align: bottom;
                }

            .navigation-container .sub-nav > li.no-sub:hover,
            .navigation-container .sub-nav > li.active {
                border: none;
            }

                .navigation-container .sub-nav > li.no-sub:hover > a:after,
                .navigation-container .sub-nav > li.active > a:after {
                    position: absolute;
                    display: block;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    border-bottom: 5px solid #abcaf2 !important;
                    content: '';
                }

            .navigation-container .sub-nav > li:hover,
            .navigation-container .sub-nav > li.active {
                padding-bottom: 0;
                border-bottom: 0;
            }

            .navigation-container .sub-nav > li > a {
                padding-bottom: 14px;
                cursor: default;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .navigation-container .sub-nav > li.no-sub:hover > a {
                cursor: pointer;
            }

            .navigation-container .sub-nav > .nav-common > span {
                display: inline-block;
                margin-bottom: 14px;
            }

            .navigation-container .sub-nav > .nav-common hr {
                border-color: #ffffff;
            }

            .navigation-container .sub-nav > .nav-common .tertiary-nav,
            .navigation-container .sub-nav > .nav-common .tertiary-nav li a {
                color: #041e42;
                font-weight: bold;
            }

        .navigation-container .sub-nav-open {
            height: 350px;
        }

        .navigation-container .sub-nav-collapsed-open {
            height: 55px;
        }

        .navigation-container hr {
            border: none;
            border-bottom: 2px solid #dfe5ec;
            margin: 0 0 13px 0;
        }

        .navigation-container .tertiary-nav {
            margin-top: 8px;
            cursor: pointer;
            color: #ced4db;
            text-align: left;
        }

            .navigation-container .tertiary-nav li {
                display: block;
                width: 100%;
                height: auto;
                padding-right: 20px;
                padding-top: 10px;
            }

                .navigation-container .tertiary-nav li > a {
                    color: #041e42;
                    border-bottom: 3px solid #ffffff;
                    padding-bottom: 3px;
                    text-transform: none;
                    transition: border-bottom 0.3s ease-in-out;
                    font-weight: normal;
                }

                .navigation-container .tertiary-nav li:hover,
                .navigation-container .tertiary-nav li.active {
                    padding-bottom: 0;
                    border-bottom: 0;
                }

                    .navigation-container .tertiary-nav li:hover > a,
                    .navigation-container .tertiary-nav li.active > a {
                        border-bottom-color: #abcaf2;
                    }

    nav[role=navigation] {
        border-bottom: 2px solid #dfe5ec;
    }
}

.remove-padding-top {
    padding-top: 0 !important;
}

.main-container {
    background-color: #ffffff;
    padding-left: 0;
    padding-right: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.content-container {
    position: relative;
    clear: both;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #ffffff;
}

    .content-container > .row {
        padding-left: 15px;
        padding-right: 15px;
    }

        .content-container > .row.full-bleed {
            padding-left: 0;
            padding-right: 0;
            min-height: 80px;
        }

.container-fluid {
    position: relative;
}

.row[class*="container-"] {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}

    .row[class*="container-"].zero-bottom {
        padding-bottom: 0;
    }

.container-hero {
    color: #ffffff;
    text-align: center;
}

    .container-hero h1 {
        font-weight: bold;
    }

    .container-hero p {
        line-height: 1.4;
    }

.container-white {
    color: #041e42;
    background-color: #ffffff;
    border-bottom: 1px solid #ced4db;
    max-width: 1200px;
    margin: 0 auto;
}

.container-sand-dark {
    color: #ffffff;
    background-color: #9a8874;
}

.container-sand {
    color: #041e42;
    background-color: #ffffff;
    border-bottom: 1px solid #ced4db;
    max-width: 1200px;
    margin: 0 auto;
}

.container- {
    color: #041e42;
    background-color: #ffffff;
    border-bottom: 1px solid #ced4db;
    max-width: 1200px;
    margin: 0 auto;
}

.container-sand-light {
    color: #041e42;
    background-color: #f2f0ec;
}

.container-blue {
    color: #ffffff;
    background-color: #041e42;
}

.container-blue-light {
    color: #ffffff;
    background-color: #63758c;
}

.container-blue-lighter {
    color: #041e42;
    background-color: #abcaf2;
}

.container-grey-dark {
    color: #ffffff;
    background-color: #64676b;
}

.container-grey {
    color: #ffffff;
    background-color: #95999e;
}

.container-grey-light {
    color: #041e42;
    background-color: #dfe5ec;
}

.row.container-back {
    height: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .row.container-back + .row[class*="container-"] {
        padding-top: 0;
    }

.btn.container-back-btn {
    display: inline;
}

    .btn.container-back-btn .icon {
        margin-left: -14px;
    }

@media only screen and (max-width: 991px) {
    .row[class*="container-"] {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .container-hero[class*="bg-"] {
        height: 180px;
    }

    .row.container-back {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .row[class*="container-"].zero-bottom-xs {
        padding-bottom: 0;
    }

    .row.container-hero {
        padding-bottom: 20px;
    }

    .row.container-back {
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) {
    .container-hero[class*="bg-"] {
        height: 450px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row[class*="container-"].zero-bottom-sm {
        padding-bottom: 0;
    }

    .row.container-hero {
        padding-top: 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row[class*="container-"].zero-bottom-md {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .main-container {
        overflow-x: hidden;
    }
}

@media only screen and (min-width: 1200px) {
    .content-container {
        overflow: visible;
    }

    .row[class*="container-"].zero-bottom-lg {
        padding-bottom: 0;
    }
}

.panel-wrapper {
    position: relative;
    overflow: hidden;
}

.panel,
.panel-stacked {
    padding: 30px 40px 40px;
    color: #ffffff;
}

.panel {
    position: static;
    margin-bottom: -500px;
    padding-bottom: 500px;
    border-radius: 0;
}

    .panel > :last-child {
        margin-bottom: 40px !important;
    }

    .panel.panel-bottom-link {
        padding-bottom: 600px;
    }

        .panel.panel-bottom-link .panel-link {
            position: absolute;
            bottom: 0;
        }

.panel-stacked + .panel-stacked {
    margin-top: 30px;
}

.panel-blue {
    background-color: #516073;
}

.panel-blue-lightest {
    background-color: #abcaf2;
    color: #041e42;
}

.panel-sand-dark {
    background-color: #758aa6;
}

.panel-sand {
    background-color: #f2f8ff;
    color: #041e42;
}

.panel-grey-dark {
    background-color: #99b5d9;
}

.panel-grey {
    background-color: #99b5d9;
}

@media only screen and (max-width: 991px) {
    .panel,
    .panel-stacked {
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .panel {
        position: relative;
    }

        .panel.panel-bottom-link {
            padding-bottom: 0;
            margin-bottom: 0;
        }

            .panel.panel-bottom-link .panel-link {
                position: static;
            }

    .col-xs-12 > .panel-stacked {
        margin-left: -30px;
        margin-right: -30px;
    }

    .panel-stacked + .panel-stacked {
        margin-top: 2px;
    }
}

.notification-bar {
    position: fixed;
    opacity: 1;
    z-index: 9999;
    background-color: #ffffff;
    transform: translate(-50%, -50%);
    max-width: 430px;
    min-width: 350px;
    height: auto;
    overflow: hidden;
    top: 50%;
    left: 50%;
}

    .notification-bar > div {
        min-height: 0;
        padding-left: 20px;
    }

.lt-ie9 .notification-bar {
    background-color: #cc4a41;
}

    .lt-ie9 .notification-bar a {
        display: inline;
    }

.notification-bar a {
    text-decoration: none;
}

.notification-msg {
    padding-top: 0px;
    padding-bottom: 0px;
    text-shadow: none;
    margin-top: 15px;
}

    .notification-msg:last-child {
        border-bottom: 0;
    }

    .notification-msg h4 {
        color: #041e42;
        margin-bottom: 10px;
        margin-top: 0;
    }

    .notification-msg a:after {
        color: #041e42;
        position: absolute;
        display: none;
    }

.notification-copy {
    font-size: 16px;
    font-size: 1rem;
    color: #041e42;
}

    .notification-copy:first-child {
        margin-top: 0;
    }

.notification-title {
    margin-bottom: 5px;
    color: #041e42;
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 1.15rem;
}

.notification-description {
    margin-bottom: 20px;
    color: #041e42;
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 1rem;
}

.notification-subtext {
    color: #041e42;
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 1rem;
    margin-bottom: 15px;
}

    .notification-subtext a {
        color: #041e42;
        text-decoration: none;
        font-weight: bold;
        transition: 0.2s;
        cursor: pointer;
    }

        .notification-subtext a:hover {
            text-decoration: underline;
            color: #337ab7;
        }

.notification-details {
    color: #041e42;
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 1rem;
    text-decoration: none;
    font-weight: bold;
    transition: 0.2s;
    cursor: pointer;
    margin-bottom: 35px;
}

    .notification-details a:hover {
        text-decoration: underline;
        color: #337ab7;
    }

.notification-btn {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    height: 40px;
    padding: 9px 2em;
    font-weight: bold;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.1;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: transparent;
    background-image: none;
    border: 2px solid;
    border-radius: 0;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: 0.2s;
    margin-top: 15px;
    position: relative;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    color: #ffffff;
    background-color: #041e42;
    border-color: #041e42;
}

    .notification-btn:hover {
        color: #041e42;
        background-color: #abcaf2;
        border-color: #abcaf2;
    }

    .notification-btn:after {
        display: none;
    }

@media only screen and (min-width: 768px) {
    .notification-copy.button-margin {
        margin-right: 100px;
    }

    .notification-bar {
        min-width: 350px;
    }
}

@media only screen and (min-width: 1025px) {
    .notification-bar > div {
        padding-left: 40px;
        padding-right: 30px;
    }

    .notification-bar {
        min-width: 350px;
    }
}

figure {
    position: relative;
    padding: 10px;
    margin: 0 0 30px;
    background-color: #f2f8ff;
}

    figure img {
        margin-bottom: 12px;
    }

    figure figcaption {
        color: #95999e;
        padding: 10px;
        margin-bottom: 2px;
    }

    figure .content-img-title {
        height: 50px;
        overflow: hidden;
        max-width: 100%;
    }

.figure-expand > figure {
    padding-bottom: 2em;
}

.figure-expand {
    position: relative;
    text-decoration: none;
    width: 100%;
}

    .figure-expand:after {
        display: none;
    }

.figure-expand-cta {
    position: absolute;
    right: 15px;
    bottom: 2.2em;
    display: inline-block;
}

.figure-expand:hover .figure-expand-cta {
    text-decoration: underline;
}

img {
    vertical-align: middle;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-stretch {
    display: block;
    width: 100%;
    height: auto;
}

.tile-img {
    height: 220px;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.8;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

@media (width: 768px) {
    .content-img {
        height: 180px;
    }
}

@media (max-width: 768px) {
    .tile-img {
        height: auto;
    }
}

.video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}

    .video-responsive iframe,
    .video-responsive embed,
    .video-responsive object {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 500;
    }

    .video-responsive.legacy {
        padding-bottom: 75%;
        /* 4:3 */
    }

    .video-responsive.margin-bottom {
        margin-bottom: 10px;
    }

    .video-responsive.stream-uk {
        padding-top: 40px;
    }

.lgu-iframe {
    margin: 0 auto;
    max-width: 681px;
}

@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 767px) {
    iframe.mobile {
        display: block !important;
    }

    iframe.tablet {
        display: none !important;
    }
}

@media only screen and (min-width: 767px) {
    .rolex.mobile-tablet {
        display: none;
    }
}

.btn {
    display: inline-block;
    height: 38px;
    padding: 9px 2em;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.1;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: transparent;
    background-image: none;
    border: 2px solid;
    border-radius: 0;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: 0.2s;
}

    .btn:focus,
    .btn:active:focus,
    .btn.active:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover,
    .btn:focus {
        text-decoration: none;
    }

    .btn:active,
    .btn.active {
        outline: 0;
        background-image: none;
    }

    .btn.disabled,
    .btn[disabled],
    fieldset[disabled] .btn {
        cursor: not-allowed;
        pointer-events: none;
        box-shadow: none;
    }

    .btn:after {
        display: none;
    }

    .btn .icon {
        font-size: 1.7em;
        line-height: 0.7;
        vertical-align: -48%;
    }

.mac.firefox .btn .icon {
    line-height: 0.6;
}

.win.firefox .btn .icon {
    line-height: 0.4;
}

.btn,
.btn-blue {
    color: #041e42;
}

    .btn:hover,
    .btn-blue:hover,
    .btn:focus,
    .btn-blue:focus,
    .btn:active,
    .btn-blue:active,
    .btn.active,
    .btn-blue.active,
    .open > .dropdown-toggle.btn,
    .open > .dropdown-toggle.btn-blue {
        color: #ffffff;
        background-color: #041e42;
        border-color: #041e42;
    }

    .btn:active,
    .btn-blue:active,
    .btn.active,
    .btn-blue.active,
    .open > .dropdown-toggle.btn,
    .open > .dropdown-toggle.btn-blue {
        background-image: none;
    }

    .btn.disabled,
    .btn-blue.disabled,
    .btn[disabled],
    .btn-blue[disabled],
    fieldset[disabled] .btn,
    fieldset[disabled] .btn-blue,
    .btn.disabled:hover,
    .btn-blue.disabled:hover,
    .btn[disabled]:hover,
    .btn-blue[disabled]:hover,
    fieldset[disabled] .btn:hover,
    fieldset[disabled] .btn-blue:hover,
    .btn.disabled:focus,
    .btn-blue.disabled:focus,
    .btn[disabled]:focus,
    .btn-blue[disabled]:focus,
    fieldset[disabled] .btn:focus,
    fieldset[disabled] .btn-blue:focus,
    .btn.disabled:active,
    .btn-blue.disabled:active,
    .btn[disabled]:active,
    .btn-blue[disabled]:active,
    fieldset[disabled] .btn:active,
    fieldset[disabled] .btn-blue:active,
    .btn.disabled.active,
    .btn-blue.disabled.active,
    .btn[disabled].active,
    .btn-blue[disabled].active,
    fieldset[disabled] .btn.active,
    fieldset[disabled] .btn-blue.active {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

    .btn .badge,
    .btn-blue .badge {
        color: #ffffff;
        background-color: #041e42;
    }

    .btn.btn-link,
    .btn-blue.btn-link {
        padding: 0.5em 0;
        font-weight: normal;
        cursor: pointer;
        border-radius: 0;
        text-transform: none;
    }

        .btn.btn-link,
        .btn-blue.btn-link,
        .btn.btn-link:active,
        .btn-blue.btn-link:active,
        .btn.btn-link[disabled],
        .btn-blue.btn-link[disabled],
        fieldset[disabled] .btn.btn-link,
        fieldset[disabled] .btn-blue.btn-link {
            background-color: transparent;
            box-shadow: none;
        }

            .btn.btn-link,
            .btn-blue.btn-link,
            .btn.btn-link:hover,
            .btn-blue.btn-link:hover,
            .btn.btn-link:focus,
            .btn-blue.btn-link:focus,
            .btn.btn-link:active,
            .btn-blue.btn-link:active,
            .btn.btn-link .active,
            .btn-blue.btn-link .active {
                color: #041e42;
                border-color: transparent;
            }

                .btn.btn-link:hover,
                .btn-blue.btn-link:hover,
                .btn.btn-link:focus,
                .btn-blue.btn-link:focus {
                    text-decoration: underline;
                    background-color: transparent;
                }

.btn-grey {
    color: #95999e;
}

    .btn-grey:hover,
    .btn-grey:focus,
    .btn-grey:active,
    .btn-grey.active,
    .open > .dropdown-toggle.btn-grey {
        color: #ffffff;
        background-color: #95999e;
        border-color: #95999e;
    }

    .btn-grey:active,
    .btn-grey.active,
    .open > .dropdown-toggle.btn-grey {
        background-image: none;
    }

    .btn-grey.disabled,
    .btn-grey[disabled],
    fieldset[disabled] .btn-grey,
    .btn-grey.disabled:hover,
    .btn-grey[disabled]:hover,
    fieldset[disabled] .btn-grey:hover,
    .btn-grey.disabled:focus,
    .btn-grey[disabled]:focus,
    fieldset[disabled] .btn-grey:focus,
    .btn-grey.disabled:active,
    .btn-grey[disabled]:active,
    fieldset[disabled] .btn-grey:active,
    .btn-grey.disabled.active,
    .btn-grey[disabled].active,
    fieldset[disabled] .btn-grey.active {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

    .btn-grey .badge {
        color: #ffffff;
        background-color: #95999e;
    }

    .btn-grey.btn-link {
        padding: 0.5em 0;
        font-weight: normal;
        cursor: pointer;
        border-radius: 0;
        text-transform: none;
    }

        .btn-grey.btn-link,
        .btn-grey.btn-link:active,
        .btn-grey.btn-link[disabled],
        fieldset[disabled] .btn-grey.btn-link {
            background-color: transparent;
            box-shadow: none;
        }

            .btn-grey.btn-link,
            .btn-grey.btn-link:hover,
            .btn-grey.btn-link:focus,
            .btn-grey.btn-link:active,
            .btn-grey.btn-link .active {
                color: #95999e;
                border-color: transparent;
            }

                .btn-grey.btn-link:hover,
                .btn-grey.btn-link:focus {
                    text-decoration: underline;
                    background-color: transparent;
                }

.btn-white {
    color: #ffffff;
}

    .btn-white:hover,
    .btn-white:focus,
    .btn-white:active,
    .btn-white.active,
    .open > .dropdown-toggle.btn-white {
        color: #041e42;
        background-color: #ffffff;
        border-color: #ffffff;
    }

    .btn-white:active,
    .btn-white.active,
    .open > .dropdown-toggle.btn-white {
        background-image: none;
    }

    .btn-white.disabled,
    .btn-white[disabled],
    fieldset[disabled] .btn-white,
    .btn-white.disabled:hover,
    .btn-white[disabled]:hover,
    fieldset[disabled] .btn-white:hover,
    .btn-white.disabled:focus,
    .btn-white[disabled]:focus,
    fieldset[disabled] .btn-white:focus,
    .btn-white.disabled:active,
    .btn-white[disabled]:active,
    fieldset[disabled] .btn-white:active,
    .btn-white.disabled.active,
    .btn-white[disabled].active,
    fieldset[disabled] .btn-white.active {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

    .btn-white .badge {
        color: #041e42;
        background-color: #ffffff;
    }

    .btn-white.btn-link {
        padding: 0.5em 0;
        font-weight: normal;
        cursor: pointer;
        border-radius: 0;
        text-transform: none;
    }

        .btn-white.btn-link,
        .btn-white.btn-link:active,
        .btn-white.btn-link[disabled],
        fieldset[disabled] .btn-white.btn-link {
            background-color: transparent;
            box-shadow: none;
        }

            .btn-white.btn-link,
            .btn-white.btn-link:hover,
            .btn-white.btn-link:focus,
            .btn-white.btn-link:active,
            .btn-white.btn-link .active {
                color: #ffffff;
                border-color: transparent;
            }

                .btn-white.btn-link:hover,
                .btn-white.btn-link:focus {
                    text-decoration: underline;
                    background-color: transparent;
                }

.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%;
}

.appstore-btn {
    display: block;
    max-width: 180px;
    margin: 0 auto;
}

    .appstore-btn img {
        width: 100%;
        height: auto;
    }

    .appstore-btn:after {
        display: none;
    }

.show-hide-toggle:after {
    display: none;
}

.show-hide-toggle .toggle-icon {
    margin-left: 0.6em;
    margin-right: 0.2em;
}

    .show-hide-toggle .toggle-icon:before {
        content: "\e00e";
    }

.show-hide-toggle.open .toggle-icon:before,
.show-hide-toggle.active .toggle-icon:before {
    content: "\e011";
}

@media only screen and (max-width: 767px) {
    .btn:not(.btn-link) {
        display: block;
        width: 100%;
    }
}

.sprite-global {
    display: inline-block;
    background-image: url(/images/sprites/global-sprites-regular.png);
    background-repeat: no-repeat;
}

@media (min--moz-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    .sprite-global {
        background-image: url(/images/sprites/global-sprites-retina.png);
        background-size: 200px 151px;
    }
}

.sprite-randa-header {
    width: 88px;
    height: 88px;
    background-position: -1px -1px;
}

@media (max-width: 1024px) {
    .sprite-randa-header {
        width: 61px;
        height: 60px;
        background-position: -1px -90px;
    }
}

.sprite-randa-cookie-notification {
    position: relative;
    width: 88px;
    height: 88px;
    background-position: -1px -1px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1024px) {
    .sprite-randa-cookie-notification {
        position: relative;
        width: 61px;
        height: 60px;
        background-position: -1px -90px;
        padding-top: 10px;
        padding-bottom: 10px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

.sprite-randa-footer {
    width: 72px;
    height: 72px;
    background-position: -90px -1px;
}

@media (max-width: 991px) {
    .sprite-randa-footer {
        width: 36px;
        height: 36px;
        background-position: -163px -1px;
    }
}

.sprite-awards {
    display: inline-block;
    width: 182px;
    height: 145px;
    background-image: url(/images/sprites/quiz-awards.png);
    background-repeat: no-repeat;
}

@media (min--moz-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    .sprite-awards {
        background-image: url(/images/sprites/quiz-awards@2x.png);
        background-size: 200%;
        background-size: 364px 584px;
    }
}

.sprite-award-spectator {
    background-position: 0 -292px;
}

    .sprite-award-spectator.earnt {
        background-position: 0 0;
    }

.sprite-award-club-golfer {
    background-position: 0 -438px;
}

    .sprite-award-club-golfer.earnt {
        background-position: 0 -146px;
    }

.sprite-award-caddie {
    background-position: -182px -292px;
}

    .sprite-award-caddie.earnt {
        background-position: -182px 0;
    }

.sprite-award-pro {
    background-position: -182px -438px;
}

    .sprite-award-pro.earnt {
        background-position: -182px -146px;
    }

.carousel > .slide:not(:first-child) {
    display: none;
}
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    -webkit-tap-highlight-color: transparent;
}

    .slick-slider.no-arrows {
        margin-top: 0;
    }

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    zoom: 1;
}

    .slick-track:before,
    .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

    .slick-slide.slick-loading img {
        display: none;
    }

    .slick-slide.dragging img {
        pointer-events: none;
    }

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slide p:first-child {
    margin-top: 1em;
}

.slide img {
    display: block;
}
/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    top: 0;
    display: block;
    width: 58px;
    height: 100%;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    padding: 0;
    border: none;
    outline: none;
    transition: 0.5s;
}

    .slick-prev,
    .slick-next,
    .slick-prev:active,
    .slick-next:active {
        background-color: #000;
        opacity: 0.4;
    }

        .slick-prev:before,
        .slick-next:before,
        .slick-prev:active:before,
        .slick-next:active:before {
            color: #ffffff;
        }

        .slick-prev:hover,
        .slick-next:hover,
        .slick-prev:focus,
        .slick-next:focus {
            outline: none;
        }

            .slick-prev:hover:before,
            .slick-next:hover:before,
            .slick-prev:focus:before,
            .slick-next:focus:before {
                color: #63758c;
            }

        .slick-prev.slick-disabled,
        .slick-next.slick-disabled {
            opacity: 0;
            pointer-events: none;
            cursor: default;
        }

        .slick-prev:before,
        .slick-next:before {
            display: inline-block;
            font-family: 'rules-equipment-icons';
            font-size: 34.2px;
            line-height: 1.3;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

.firefox .slick-prev:before,
.firefox .slick-next:before {
    line-height: 1;
}

.windows.firefox .slick-prev:before,
.windows.firefox .slick-next:before {
    line-height: 0.9;
}

.slick-prev {
    left: 0;
}

    .slick-prev:before {
        content: '\e012';
    }

.slick-next {
    right: 0;
}

    .slick-next:before {
        content: '\e015';
    }

.counter.slick-slider {
    margin-top: 70px;
}

.counter .slick-prev {
    left: auto;
}

.counter .slick-prev,
.counter .slick-next {
    width: 38px;
    height: 38px;
    top: -58px;
}

    .counter .slick-prev,
    .counter .slick-next,
    .counter .slick-prev:active,
    .counter .slick-next:active {
        background-color: #ffffff;
        opacity: 0.8;
    }

.carousel-alt.counter .slick-prev,
.carousel-alt.counter .slick-next,
.carousel-alt.counter .slick-prev:active,
.carousel-alt.counter .slick-next:active {
    background-color: #abcaf2;
}

.counter .slick-prev:before,
.counter .slick-next:before,
.counter .slick-prev:active:before,
.counter .slick-next:active:before {
    color: #041e42;
}

.counter .slick-prev:hover,
.counter .slick-next:hover,
.counter .slick-prev:focus,
.counter .slick-next:focus {
    opacity: 0.8;
}

    .counter .slick-prev:hover:before,
    .counter .slick-next:hover:before,
    .counter .slick-prev:focus:before,
    .counter .slick-next:focus:before {
        color: #63758c;
    }

.counter .slick-prev.slick-disabled,
.counter .slick-next.slick-disabled {
    opacity: 0.5;
}

.counter .slick-prev {
    right: 98px;
}

.row > .carousel-wrapper .counter .slick-prev {
    right: 113px;
}

.counter .slick-next {
    right: 0;
}

.row > .carousel-wrapper .counter .slick-next {
    right: 15px;
}

.counter + .slide-counter {
    display: block;
}

.slide-counter {
    display: none;
    position: absolute;
    top: -58px;
    right: 38px;
    width: 60px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.3);
}

.carousel-alt + .slide-counter {
    background-color: rgba(171, 202, 242, 0.4);
}

.row > .carousel-wrapper .slide-counter {
    right: 53px;
}
/* Margin fixes for different versions */
.slick-slider.add-dots {
    margin-bottom: 30px;
}
/* Dots */
.slick-dots {
    position: absolute;
    top: 100%;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            border: 0;
            background: transparent;
            display: block;
            height: 20px;
            width: 20px;
            outline: none;
            line-height: 0;
            font-size: 0;
            color: transparent;
            padding: 5px;
            cursor: pointer;
        }

            .slick-dots li button:hover,
            .slick-dots li button:focus {
                outline: none;
            }

                .slick-dots li button:hover:before,
                .slick-dots li button:focus:before {
                    opacity: 0.8;
                }

            .slick-dots li button:before {
                position: absolute;
                top: 0;
                left: 0;
                content: '\e03d';
                width: 20px;
                height: 20px;
                font-family: 'rules-equipment-icons';
                font-size: 15px;
                line-height: 20px;
                text-align: center;
                color: #ffffff;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-dots li.slick-active button:before {
            color: #ffffff;
            content: '\e03c';
        }

.carousel-alt .slick-dots li button:before,
.carousel-alt .slick-dots li.slick-active button:before {
    color: #abcaf2;
}

.captions.slick-slider {
    margin-bottom: 0;
}

    .captions.slick-slider figcaption {
        display: none;
    }

    .captions.slick-slider img {
        margin-bottom: 0;
    }

.carousel-wrapper {
    position: relative;
}

.carousel figure {
    margin-bottom: 0;
}

    .carousel figure figcaption {
        display: none;
    }

    .carousel figure img {
        margin-bottom: 0;
    }

.news-carousel .tile:last-child {
    margin-bottom: 0;
}

.image-carousel-info.box h3 {
    margin-bottom: 0;
}

.homepage-carousel.carousel-wrapper {
    padding: 0;
}

.homepage-carousel .carousel-image {
    width: 100%;
}

.homepage-carousel .carousel-height {
    height: 720px;
}

.homepage-carousel .hero-description {
    z-index: 21;
    position: absolute;
    text-align: center;
    top: 20%;
    background-color: rgba(26, 28, 60, 0.7);
}

.homepage-carousel .margin-0 {
    margin: 0;
}

.homepage-carousel .hero-headings {
    color: white;
    font-weight: initial;
}

.homepage-carousel h1.hero-headings {
    font-size: 2.625em;
}

.homepage-carousel h3.hero-headings {
    height: 85px;
    overflow: hidden;
    margin-top: 10px;
    font-size: 1rem;
}

.homepage-carousel .content-container > .row.carousel-wrapper {
    padding-left: 0;
    padding-right: 0;
}

.homepage-carousel .navigation-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}

    .homepage-carousel .navigation-dots span {
        z-index: 25;
        padding-right: 10px;
        cursor: pointer;
    }

.homepage-carousel .category-heading {
    font-size: 17px;
    font-weight: bold;
    margin: 0;
}

.homepage-carousel .championship-carousel-height {
    height: 624px;
}

.homepage-carousel .carousel-caption {
    padding: 20px 30px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.homepage-carousel .hero-button {
    width: 250px;
    margin-top: 15px;
}

.homepage-carousel .slick-dots {
    top: initial;
    bottom: 2%;
}

@media (min-width: 768px) and (max-width: 1279px) {
    .homepage-carousel .carousel-height {
        height: 450px;
    }
}

@media (min-width: 1280px) and (max-width: 1439px) {
    .homepage-carousel .carousel-height {
        height: 480px;
    }
}

@media (min-width: 1440px) and (max-width: 1599px) {
    .homepage-carousel .carousel-height {
        height: 540px;
    }
}

@media (min-width: 1600px) and (max-width: 1919px) {
    .homepage-carousel .carousel-height {
        height: 600px;
    }
}

@media (min-width: 521px) and (max-width: 767px) {
    .homepage-carousel .carousel-height {
        height: 250px;
    }

    .homepage-carousel .hero-description {
        top: 18%;
    }

    .homepage-carousel h3 {
        display: none;
    }

    .homepage-carousel .btn.hero-button {
        margin: 15px auto 0 auto;
        width: 200px;
    }

    .homepage-carousel .category-heading {
        font-size: 1.3em;
    }

    .homepage-carousel .slide-wrapper .slick-prev,
    .homepage-carousel .slide-wrapper .slick-next {
        background-color: transparent;
    }

    .homepage-carousel h1.hero-headings {
        font-size: 2.8em;
    }
}

@media (max-width: 520px) {
    .homepage-carousel .carousel-height {
        height: 170px;
    }

    .homepage-carousel .hero-description {
        top: 0%;
    }

    .homepage-carousel h3 {
        display: none;
    }

    .homepage-carousel .btn.hero-button {
        margin: 15px auto 0 auto;
        width: 200px;
    }

    .homepage-carousel .category-heading {
        font-size: 1em;
    }

    .homepage-carousel .slide-wrapper .slick-prev,
    .homepage-carousel .slide-wrapper .slick-next {
        background-color: transparent;
    }

    .homepage-carousel h1.hero-headings {
        font-size: 1.6em;
    }
}

@media screen and (max-width: 767px) {
    .slick-dots {
        display: none !important;
    }

    .slick-prev,
    .slick-next {
        opacity: 1;
    }

        .slick-prev:focus:before,
        .slick-next:focus:before,
        .slick-prev:hover:before,
        .slick-next:hover:before {
            color: #ffffff;
        }
}

.tile {
    display: block;
    margin-bottom: 30px;
}

    .tile:after {
        display: none;
    }

.tile-sm {
    height: 186px;
}

.tile-lg {
    height: 402px;
}

.tile-xl {
    height: 618px;
}

.tile-link {
    position: relative;
    display: table;
    width: 100%;
    font-weight: bold;
    color: #ffffff;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}

.tile-link-overlay {
    display: table-cell;
    padding: 30px 40px;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0.4);
    transition: 0.3s background-color ease-in-out;
}

.lt-ie9 .tile-link-overlay {
    background-color: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000)";
    zoom: 1;
}

.tile-link-overlay:hover,
.tile-link-overlay:focus {
    background-color: rgba(4, 30, 66, 0.8);
}

.lt-ie9 .tile-link-overlay:hover,
.lt-ie9 .tile-link-overlay:focus {
    background-color: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc041e42,endColorstr=#cc041e42)";
    zoom: 1;
}

.tile-link-text {
    position: relative;
    margin-top: 6px;
}

    .tile-link-text:after {
        position: absolute;
        display: block;
        left: 50%;
        bottom: -10px;
        width: 42px;
        margin-left: -21px;
        border-bottom: 1px solid #ffffff;
        content: '';
    }

p.tile-link-text:first-child {
    margin-top: 6px;
}

.android .tile-link-text {
    white-space: normal;
}

.tile-social {
    position: relative;
    display: table;
    width: 100%;
    font-weight: bold;
    color: #ffffff;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    background-color: #95999e;
}

.tile-social-content {
    display: table-cell;
    padding: 30px 40px;
    vertical-align: middle;
}

    .tile-social-content p:first-child {
        margin-bottom: 4px;
    }

    .tile-social-content .share-links ul {
        margin-bottom: -0.5em;
    }

    .tile-social-content .share-links .icon {
        color: #ffffff;
    }

    .tile-social-content .share-links a:hover .icon {
        color: #abcaf2;
    }

.tile-video {
    background-color: #000;
}

.tile-resource:hover .tile-resource-on,
.tile-resource:focus .tile-resource-on {
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.tile-resource:hover .tile-resource-img-overlay,
.tile-resource:focus .tile-resource-img-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    text-indent: 0;
}

.lt-ie9 .tile-resource:hover .tile-resource-img-overlay,
.lt-ie9 .tile-resource:focus .tile-resource-img-overlay {
    background-color: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000)";
    zoom: 1;
}

.tile-resource:hover .tile-resource-img-overlay .icon,
.tile-resource:focus .tile-resource-img-overlay .icon {
    display: block;
}

.tile-resource-img {
    position: relative;
    width: 100%;
    height: 50%;
}

.tile-resource-img-inner {
    display: table;
    width: 100%;
    height: 100%;
}

.tile-resource-img-overlay {
    display: table-cell;
    padding: 10px 20px;
    color: #ffffff;
    text-align: center;
    text-indent: -99999px;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0);
    transition: 0.3s background-color ease-in-out;
}

.lt-ie9 .tile-resource-img-overlay {
    background-color: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000,endColorstr=#00000000)";
    zoom: 1;
}

.tile-resource-img-overlay .icon {
    display: none;
    font-size: 3rem;
    line-height: 1;
}

.tile-resource-img-overlay .icon-download {
    line-height: 0.5;
}

.tile-resource-copy {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 50%;
    color: #041e42;
    line-height: 1.3;
    background-color: #f2f8ff;
    font-size: 0.95rem;
}

.container-white .tile-resource-copy {
    background-color: #f2f8ff;
}

.android .tile-resource-copy {
    display: block;
}

.tile-resource-on,
.tile-resource-off {
    padding: 10px 15px;
    margin: 0;
}

.tile-resource-on {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    padding-top: 0;
    padding-bottom: 0;
    color: #ffffff;
    background-color: #041e42;
    transition: height 0.3s ease-in-out, padding 0.3s ease-in-out;
}

.android .tile-resource-off {
    white-space: normal;
}

.tile-synopsis:hover .tile-synopsis-on {
    height: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
}

.tile-synopsis:hover .tile-synopsis-img-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    text-indent: 0;
}

.lt-ie9 .tile-synopsis:hover .tile-synopsis-img-overlay {
    background-color: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000)";
    zoom: 1;
}

.tile-synopsis-img {
    position: relative;
    width: 100%;
    height: 50%;
    height: 190px;
}

.tile-synopsis-img-no-overflow {
    overflow: hidden;
}

.tile-synopsis-img-inner {
    display: table;
    width: 100%;
    height: 100%;
}

.tile-synopsis-center-img {
    margin-left: 50%;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    position: absolute;
    top: 0;
}

@media only screen and (min-width: 490px) and (max-width: 767px) {
    .tile-synopsis-center-img {
        width: 100%;
    }
}

.tile-synopsis-img-overlay {
    display: table-cell;
    padding: 10px 20px;
    color: #ffffff;
    text-align: center;
    text-indent: -99999px;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0);
    transition: 0.3s background-color ease-in-out;
}

.lt-ie9 .tile-synopsis-img-overlay {
    background-color: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000,endColorstr=#00000000)";
    zoom: 1;
}

.tile-synopsis-img-overlay-relative {
    z-index: 1;
    position: relative;
}

.tile-synopsis-readmore {
    position: relative;
    margin-top: 6px;
    font-size: 1.4rem;
    text-transform: uppercase;
}

    .tile-synopsis-readmore:after {
        position: absolute;
        display: block;
        left: 50%;
        bottom: -10px;
        width: 42px;
        margin-left: -21px;
        border-bottom: 2px solid #ffffff;
        content: '';
    }

.tile-synopsis-copy {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 50%;
    color: #041e42;
    line-height: 1.3;
    background-color: #f2f8ff;
    font-size: 0.95rem;
    height: 90px;
}

.container-white .tile-synopsis-copy {
    background-color: #f2f8ff;
}

.android .tile-synopsis-copy {
    display: block;
}

.tile-synopsis-on {
    padding: 10px 15px;
    margin: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    padding-top: 0;
    padding-bottom: 0;
    color: #ffffff;
    background-color: #041e42;
    transition: height 0.3s ease-in-out, padding 0.3s ease-in-out;
}

    .tile-synopsis-on p:first-child {
        margin-top: 1em;
    }

    .tile-synopsis-on p.synopsis-no-margin {
        margin: 0;
    }

.tile-synopsis-off {
    padding: 10px 15px;
    margin: 0;
}

.android .tile-synopsis-off {
    white-space: normal;
}

.tile-synopsis-off h3 {
    margin-bottom: 4px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tile-synopsis-off p {
    margin: 0;
    line-height: 1.3;
    font-size: 0.9rem;
    max-height: 2.6em;
    overflow: hidden;
}

.whole-synopsis-off {
    padding: 10px 15px;
    margin: 0;
}

.android .whole-synopsis-off {
    white-space: normal;
}

.tile-info {
    position: relative;
    padding: 30px;
    color: #ffffff;
    cursor: pointer;
}

    .tile-info h3 {
        position: relative;
        z-index: 10;
        padding-right: 40px;
        font-weight: bold;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.tile-info-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 60px 30px 30px;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.3s ease-in-out;
}

.lt-ie9 .tile-info-overlay {
    background-color: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000,endColorstr=#00000000)";
    zoom: 1;
}

.tile-info:hover .tile-info-overlay,
.tile-info.active .tile-info-overlay {
    background-color: rgba(0, 0, 0, 0.5);
}

.lt-ie9 .tile-info:hover .tile-info-overlay,
.lt-ie9 .tile-info.active .tile-info-overlay {
    background-color: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000)";
    zoom: 1;
}

@media only screen and (max-width: 991px) {
    .tile-info-overlay {
        background-color: rgba(0, 0, 0, 0.3);
    }

    .lt-ie9 .tile-info-overlay {
        background-color: transparent;
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d000000,endColorstr=#4d000000)";
        zoom: 1;
    }
}

.tile-info-toggle-icon {
    position: absolute;
    top: 26px;
    right: 26px;
    font-size: 1.7em;
    line-height: 1.4;
}

    .tile-info-toggle-icon:before {
        content: '\e00e';
    }

.tile-info.active .tile-info-toggle-icon:before {
    content: '\e011';
}

.tile-info-content {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.tile-info.active .tile-info-content {
    visibility: visible;
    opacity: 1;
}

.long-title {
    font-size: 100%;
    padding-top: 6px;
}

@media only screen and (max-width: 991px) {
    .tile-img.tile-xl {
        height: 300px;
    }
}

@media only screen and (max-width: 767px) {
    .tiles.full-bleed-xs {
        margin-left: -30px;
        margin-right: -30px;
    }

        .tiles.full-bleed-xs > [class*="col-xs"] {
            padding-left: 0;
            padding-right: 0;
        }

        .tiles.full-bleed-xs .tile {
            margin-bottom: 0;
        }

        .tiles.full-bleed-xs > .no-bleed-xs {
            padding-left: 30px;
            padding-right: 30px;
        }

            .tiles.full-bleed-xs > .no-bleed-xs .tile {
                margin-bottom: 30px;
            }

    .tile-video {
        height: 0;
    }

    .tile-link.tile-lg,
    .tile-link.tile-mobile-lg {
        height: 300px;
    }

    .tile-link.tile-sm,
    .tile-link.tile-mobile-sm {
        height: 180px;
    }

        .tile-link.tile-sm .tile-link-overlay,
        .tile-link.tile-mobile-sm .tile-link-overlay {
            background-color: transparent;
        }

    .tile[class*="colour-xs"] {
        background-image: none;
    }

    .tile.colour-xs-blue {
        background-color: #041e42;
    }

    .tile.colour-xs-blue-light {
        background-color: #63758c;
    }

    .tile.colour-xs-blue-lighter {
        background-color: #abcaf2;
    }

    .tile.colour-xs-grey-dark {
        background-color: #3f4a59;
    }

    .tile.colour-xs-grey {
        background-color: #758aa6;
    }

    .tile.colour-xs-grey-light {
        background-color: #99b5d9;
    }

    .tile-resource {
        display: table;
        height: auto;
        margin-bottom: 10px;
    }

        .tile-resource .tile-resource-img {
            display: table-cell;
            width: 3em;
            height: auto;
            vertical-align: middle;
            background-image: none;
        }

        .tile-resource:hover .tile-resource-img-overlay,
        .tile-resource:focus .tile-resource-img-overlay {
            background-color: transparent;
        }

    .lt-ie9 .tile-resource:hover .tile-resource-img-overlay,
    .lt-ie9 .tile-resource:focus .tile-resource-img-overlay {
        -ms-filter: none;
    }

    .tile-resource:hover .tile-resource-img-overlay .icon,
    .tile-resource:focus .tile-resource-img-overlay .icon {
        display: inline-block;
    }

    .tile-resource:hover .tile-resource-img-overlay .icon-download,
    .tile-resource:focus .tile-resource-img-overlay .icon-download {
        display: none;
    }

    .tile-resource-img-overlay {
        padding: 0;
        text-indent: 0;
        color: #041e42;
        background-color: transparent;
    }

    .lt-ie9 .tile-resource-img-overlay {
        -ms-filter: none;
    }

    .tile-resource-img-overlay .icon {
        display: inline-block;
        vertical-align: -0.7em;
    }

    .tile-resource-img-overlay .icon-download {
        display: none;
    }

    .tile-resource-copy {
        display: table-cell;
        vertical-align: middle;
        height: auto;
        background-color: transparent;
    }

    .lt-ie9 .tile-resource-copy {
        -ms-filter: none;
    }

    .tile-resource-off {
        display: block;
        padding: 0;
        font-weight: bold;
        background-color: transparent;
    }

    .tile-resource-on {
        display: none;
    }
}

.loadmore {
    clear: both;
    padding: 0;
}

    .loadmore .loadmore-btn {
        min-width: 220px;
    }

        .loadmore .loadmore-btn.loading {
            color: #ffffff;
            background-color: #041e42;
            border-color: #041e42;
        }

        .loadmore .loadmore-btn.disabled,
        .loadmore .loadmore-btn[disabled] {
            pointer-events: none;
            cursor: default;
            opacity: 1;
            filter: alpha(opacity=100);
        }

    .loadmore .loadmore-alt {
        color: #ffffff;
        border-color: #ffffff;
    }

        .loadmore .loadmore-alt.loading {
            color: #041e42;
            background-color: #ffffff;
            border-color: #ffffff;
        }

        .loadmore .loadmore-alt:hover {
            color: #041e42;
            background-color: #ffffff;
        }

.svg-loader {
    width: 64px;
    fill: currentColor;
}

.module-highlights {
    overflow: hidden;
    border-bottom: 1px solid #ced4db;
    color: #041e42;
}

.highlights-heading {
    padding: 20px 30px;
    margin-bottom: 0;
    text-align: left;
    color: #041e42;
    background-color: #abcaf2;
}

    .highlights-heading + .carousel-wrapper {
        margin-top: 0;
    }

    .highlights-heading h2 {
        margin-bottom: 0;
    }

.carousel.highlights-body {
    padding: 10px 15px;
    margin-bottom: 0;
    margin-top: 0;
}

    .carousel.highlights-body .slick-next,
    .carousel.highlights-body + .slide-counter,
    .carousel.highlights-body .slick-prev {
        top: -56px;
        margin-top: 0;
    }

    .carousel.highlights-body .slick-next {
        right: 15px;
    }

    .carousel.highlights-body + .slide-counter {
        right: 68px;
    }

    .carousel.highlights-body .slick-prev {
        right: 113px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .carousel.highlights-body .slick-next,
    .carousel.highlights-body + .slide-counter,
    .carousel.highlights-body .slick-prev {
        top: -60px;
    }
}

@media only screen and (min-width: 992px) {
    .highlights-heading {
        padding: 15px 15px 250px;
        margin-bottom: -250px;
        text-align: center;
    }

    .carousel.highlights-body {
        padding: 0 205px 0 15px;
    }

        .carousel.highlights-body .slick-next,
        .carousel.highlights-body + .slide-counter,
        .carousel.highlights-body .slick-prev {
            top: 24px;
            margin-top: 0;
        }
}

.module-hangtab {
    position: relative;
    padding: 0;
    margin-top: 30px;
    color: #ffffff;
    line-height: 1.4;
}

    .module-hangtab h2 {
        margin-bottom: 8px;
    }

    .module-hangtab p {
        margin-top: 0;
    }

.module-hangtab-inner {
    padding: 25px;
    background-color: #63758c;
}

@media only screen and (max-width: 767px) {
    .module-hangtab {
        width: auto;
        margin-left: -15px;
        margin-right: -15px;
    }

    .module-hangtab-inner {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .module-hangtab {
        margin-top: 30px;
    }

        .module-hangtab + .whitespace-top {
            margin-top: 30px;
        }

    .module-hangtab-inner {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media only screen and (min-width: 992px) {
    .module-hangtab {
        float: right;
        margin-top: 60px;
        margin-right: -15px;
    }

        .module-hangtab:before {
            position: absolute;
            display: block;
            width: 0;
            height: 0;
            border-color: transparent;
            border-color: rgba(255, 255, 255, 0);
            border-style: dashed;
            border-width: 0;
            content: '';
            right: 100%;
            top: 0;
            margin-right: -15px;
            border-width: 90px;
            border-left-width: 32px;
            border-right-width: 0;
            border-top-style: solid;
            border-bottom-style: solid;
            border-top-color: #63758c;
            border-bottom-color: #63758c;
        }

    .module-hangtab-inner {
        height: 180px;
        padding-left: 32px;
        padding-right: 50px;
        margin-left: 15px;
    }
}

.module-quiz-mini {
    padding: 40px;
    margin-bottom: 30px;
    color: #ffffff;
    text-align: center;
    background-color: #3f4a59;
}

    .module-quiz-mini img {
        margin: 0 auto;
    }

    .module-quiz-mini p:first-child {
        margin-top: 22px;
    }

.quiz-mini-asked,
.quiz-mini-answered {
    max-width: 440px;
    margin: 0 auto;
}

.quiz-mini-question {
    text-align: left;
    line-height: 1.4;
}

.quiz-mini-answer {
    width: 150px;
}

    .quiz-mini-answer.disabled {
        pointer-events: none;
        opacity: 1;
        filter: alpha(opacity=100);
    }

        .quiz-mini-answer.disabled,
        .quiz-mini-answer.disabled:hover,
        .quiz-mini-answer.disabled:focus {
            color: #ffffff;
        }

.quiz-correct,
.quiz-correct:hover,
.quiz-correct:focus {
    background-color: #009640;
    border-color: #009640;
}

.quiz-incorrect,
.quiz-incorrect:hover,
.quiz-incorrect:focus {
    background-color: #cc4a41;
    border-color: #cc4a41;
}

.quiz-mini-answered,
.quiz-mini-answered .js-correct,
.quiz-mini-answered .js-incorrect {
    display: none;
}

@media only screen and (max-width: 991px) {
    .module-quiz-mini {
        height: auto;
    }

    .quiz-mini-asked :last-child,
    .quiz-mini-answered :last-child {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .quiz-mini-answer {
        width: 100%;
    }
}

.module-quick-search {
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    text-align: left;
}

.lt-ie9 .module-quick-search {
    background-color: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000)";
    zoom: 1;
}

.module-quick-search:before,
.module-quick-search:after {
    content: " ";
    display: table;
}

.module-quick-search:after {
    clear: both;
}

.module-quick-search:before,
.module-quick-search:after {
    content: " ";
    display: table;
}

.module-quick-search:after {
    clear: both;
}

.module-quick-search fieldset {
    padding: 0 15px;
    margin: 0;
    border: 0;
}

.module-quick-search label,
.module-quick-search input,
.module-quick-search select {
    display: block;
    width: 100%;
}

.module-quick-search .explorer-search-keyword-suggestions {
    color: #95999e;
}

.module-quick-search .btn[type="submit"] {
    display: block;
    float: none;
    width: auto;
    min-width: 180px;
    margin: 40px auto 0;
}

    .module-quick-search .btn[type="submit"] .icon {
        font-size: inherit;
        line-height: inherit;
        vertical-align: -10%;
    }

.mac.firefox .module-quick-search .btn[type="submit"] .icon {
    line-height: 1.1;
}

.win.firefox .module-quick-search .btn[type="submit"] .icon {
    line-height: 0.7;
}

.rules > .equipment,
.equipment > .rules {
    display: none;
}

@media only screen and (max-width: 991px) {
    .module-quick-search {
        padding: 30px 15px 40px;
        margin-left: -30px;
        margin-right: -30px;
        background-color: #041e42;
    }

    .lt-ie9 .module-quick-search {
        background-color: transparent;
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff041e42,endColorstr=#ff041e42)";
        zoom: 1;
    }

    .container-hero .module-quick-search {
        padding-left: 0;
        padding-right: 0;
    }

    .module-quick-search fieldset {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .module-quick-search {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .module-quick-search {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 992px) {
    .module-quick-search {
        margin-top: 40px;
    }

        .module-quick-search fieldset {
            display: inline-block;
            padding-top: 10px;
            padding-bottom: 10px;
        }

        .module-quick-search .btn[type="submit"] {
            float: right;
            min-width: 0;
            padding: 0;
            height: 44px;
            margin-top: -64px;
            font-size: 3rem;
            line-height: 1.2;
            color: #ffffff;
            border: 0;
        }

            .module-quick-search .btn[type="submit"]:hover,
            .module-quick-search .btn[type="submit"]:focus {
                color: #abcaf2;
                background-color: transparent;
                outline-width: 0;
            }

    .qs-category {
        margin-right: 4em;
    }
}

.playlist-carousel {
    margin-top: 30px;
}

    .playlist-carousel .slide {
        margin-left: 15px;
        margin-right: 15px;
        background-color: #000;
    }

        .playlist-carousel .slide > a {
            display: block;
            text-decoration: none;
        }

            .playlist-carousel .slide > a:after {
                display: none;
            }

            .playlist-carousel .slide > a img {
                opacity: 0.8;
            }

            .playlist-carousel .slide > a:hover img {
                opacity: 0.5;
            }

            .playlist-carousel .slide > a:hover .playlist-carousel-icon {
                color: #63758c;
            }

            .playlist-carousel .slide > a.active img {
                opacity: 0.3;
            }

            .playlist-carousel .slide > a.active .playlist-carousel-slide-content {
                border-bottom: 3px solid #041e42;
            }

        .playlist-carousel .slide:nth-child(odd) .playlist-carousel-slide-content {
            background-color: #f2f8ff;
        }

        .playlist-carousel .slide:nth-child(even) .playlist-carousel-slide-content {
            background-color: #f2f8ff;
        }

    .playlist-carousel.carousel-alt .slide:nth-child(odd) .playlist-carousel-slide-content {
        background-color: #f2f8ff;
    }

    .playlist-carousel .slick-prev,
    .playlist-carousel .slick-next {
        bottom: 96px;
        width: 48px;
        height: auto;
    }

    .playlist-carousel .slick-prev {
        left: 15px;
    }

    .playlist-carousel .slick-next {
        right: 15px;
    }

.playlist-carousel-icon {
    position: absolute;
    top: 0;
    bottom: 96px;
    left: 50%;
    z-index: 1;
    margin-left: -0.5em;
    font-size: 3em;
    color: #ffffff;
}

    .playlist-carousel-icon:before {
        position: absolute;
        top: 50%;
        margin-top: -0.5em;
        line-height: 1.2;
        height: 1em;
        content: '\e046';
    }

.playing .playlist-carousel-icon:before {
    content: '\e049';
}

.playlist-carousel-slide-content {
    height: 96px;
    padding: 18px 26px;
}

    .playlist-carousel-slide-content h3 {
        margin-bottom: 6px;
        font-weight: bold;
        color: #041e42;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .playlist-carousel-slide-content p {
        font-size: 16px;
        font-size: 1rem;
        font-weight: bold;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .playlist-carousel-slide-content :last-child {
        margin-bottom: 2px;
    }

@media only screen and (max-width: 520px) {
    .carousel button.video-carousel-buttons {
        width: 30px;
    }
}

.social-share-wrapper {
    display: none;
}

.social-share-mobile {
    position: relative;
    display: block;
    padding: 15px 0 35px;
    text-align: center;
    background-color: #ffffff;
}

    .social-share-mobile.social-sand {
        background-color: #e4e1d8;
    }

@media screen and (min-width: 768px) {
    .social-share-mobile {
        display: none;
    }

    .social-share-wrapper {
        position: absolute;
        display: block;
        top: 70px;
        right: 0;
        overflow: hidden;
        width: 55px;
        will-change: width;
        transition: width 0.3s ease-in-out;
        transition: width 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

        .social-share-wrapper:hover,
        .social-share-wrapper:focus {
            width: 60px;
        }

        .social-share-wrapper.open {
            width: 285px;
        }

    .social-share {
        right: -280px;
        z-index: 500;
        height: 32px;
        width: 335px;
        opacity: 0.9;
    }

        .social-share:hover,
        .social-share:focus {
            right: -275px;
        }

        .social-share .toggle-edge {
            position: relative;
            display: inline-block;
            float: left;
            height: 32px;
            width: 10px;
            background-color: transparent;
            background: url(/images/general/social-share-edge.png) center left no-repeat;
        }

        .social-share .social-share-toggle {
            position: relative;
            display: inline-block;
            height: 32px;
            width: 45px;
            float: left;
            cursor: pointer;
            background-color: #ffffff;
            font-size: 20px;
            text-align: center;
            line-height: 1.7;
            overflow: hidden;
        }

        .social-share .social-share-buttons {
            position: relative;
            display: inline-block;
            height: 32px;
            width: 280px;
            padding: 0;
            background-color: #ffffff;
            float: left;
            line-height: 32px;
            vertical-align: middle;
        }

        .social-share.social-sand .social-share-toggle,
        .social-share.social-sand .social-share-buttons {
            background-color: #e4e1d8;
        }

    .at-share-btn .at-custom-button-color {
        background-color: #95999e;
    }

    .at-share-btn:hover .at-custom-button-color {
        background-color: #63758c;
    }
}

.tripanel-module {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    border-bottom: 1px solid #ced4db;
    max-width: 1200px;
    margin: 0 auto;
    color: #041e42;
}

.content-container > .row.tripanel-module {
    padding-left: 0;
    padding-right: 0;
}

.tripanel-container {
    position: relative;
}

.tripanel-intro {
    padding-left: 0;
    padding-right: 0;
    background-color: #ffffff;
    padding-bottom: 532px;
    margin-bottom: -532px;
}

    .tripanel-intro .tripanel-intro-inner {
        padding: 30px;
    }

.tripanel-sand .tripanel-intro {
    background-color: #ffffff;
}

.tripanel-panel {
    cursor: pointer;
}

    .tripanel-panel:hover .tripanel-overlay,
    .tripanel-panel.in .tripanel-overlay {
        background-color: rgba(0, 0, 0, 0.5);
    }

.lt-ie9 .tripanel-panel:hover .tripanel-overlay,
.lt-ie9 .tripanel-panel.in .tripanel-overlay {
    background-color: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000)";
    zoom: 1;
}

.tripanel-panel h2 {
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
}

.tripanel-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s;
}

.lt-ie9 .tripanel-overlay {
    background-color: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d000000,endColorstr=#4d000000)";
    zoom: 1;
}

.tripanel-overlay .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -0.5em;
}

.tripanel-hero {
    position: relative;
}

.tripanel-hero-img {
    display: block;
    width: 100%;
    height: auto;
}

.tripanel-content {
    display: none;
    padding: 0;
    line-height: 1.2;
    background-color: #ffffff;
}

    .tripanel-content h3 {
        font-weight: bold;
        color: #041e42;
    }

.tripanel-content-copy {
    padding: 30px;
}

.tripanel-toggle-icon {
    position: absolute;
    font-size: 1.7em;
    color: #ffffff;
    line-height: 1.4;
}

    .tripanel-toggle-icon:before {
        content: '\e00e';
    }

.tripanel-panel.in .tripanel-toggle-icon:before {
    content: '\e011';
}

.win.firefox .tripanel-toggle-icon {
    font-size: 1.6em;
}

@media only screen and (max-width: 767px) {
    .tripanel-panel {
        height: 146px;
    }

    .tripanel-toggle-icon {
        right: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .tripanel-panel {
        padding-left: 0;
        padding-right: 0;
    }

        .tripanel-panel .tripanel-overlay {
            display: table;
            width: 100%;
            height: 100%;
            padding-right: 90px;
        }

        .tripanel-panel h2 {
            display: table-cell;
            vertical-align: middle;
        }

    .tripanel-content {
        padding-bottom: 20px;
    }

    .tripanel-toggle-icon {
        top: 0;
        height: 100%;
    }

    .tripanel-nav {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tripanel-panel {
        height: 200px;
    }

    .tripanel-toggle-icon {
        right: 40px;
    }
}

@media only screen and (min-width: 992px) {
    .tripanel-module {
        height: 592px;
    }

    .tripanel-intro .tripanel-intro-inner {
        padding: 40px;
    }

    .tripanel-container {
        position: static;
        height: 592px;
        overflow: hidden;
    }

    .tripanel-panel {
        z-index: 1;
        height: 592px;
    }

        .tripanel-panel:hover .tripanel-overlay,
        .tripanel-panel.in .tripanel-overlay {
            background-color: rgba(0, 0, 0, 0.5);
        }

    .lt-ie9 .tripanel-panel:hover .tripanel-overlay,
    .lt-ie9 .tripanel-panel.in .tripanel-overlay {
        background-color: transparent;
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000)";
        zoom: 1;
    }

    .tripanel-panel:hover .tripanel-overlay .tripanel-toggle-icon,
    .tripanel-panel.in .tripanel-overlay .tripanel-toggle-icon {
        display: inline-block;
    }

    .tripanel-panel h2 {
        position: relative;
        text-align: center;
    }

        .tripanel-panel h2:after {
            position: absolute;
            display: block;
            left: 50%;
            bottom: -10px;
            width: 42px;
            margin-left: -21px;
            border-bottom: 1px solid #ffffff;
            content: '';
        }

    .tripanel-overlay {
        display: block;
        padding: 224px 20px 20px;
        text-align: center;
        background-color: rgba(0, 0, 0, 0);
    }

    .lt-ie9 .tripanel-overlay {
        background-color: transparent;
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000,endColorstr=#00000000)";
        zoom: 1;
    }

    .tripanel-overlay .icon {
        position: absolute;
        top: auto;
        right: auto;
        bottom: 20px;
        display: none;
        margin-top: 0;
    }

    .tripanel-toggle-icon {
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
    }

    .tripanel-content {
        position: absolute;
        display: block;
        right: 100%;
        width: 83.33333333%;
        z-index: 2;
        height: 592px;
    }

        .tripanel-content p,
        .tripanel-content li {
            font-size: 16px;
            font-size: 1rem;
            line-height: 1.2;
        }

    .tripanel-content-copy {
        padding: 30px 40px;
    }

    .tripanel-nav {
        position: absolute;
        display: block;
        right: 51px;
        bottom: 0;
    }

    .tripanel-nav-item {
        position: relative;
        display: inline-block;
        margin: 0 8px;
        cursor: pointer;
        font-weight: bold;
        text-align: center;
    }

        .tripanel-nav-item > span {
            display: inline-block;
            width: 52px;
            height: 52px;
            overflow: hidden;
            background-color: transparent;
            background-position: 0 -54px;
            background-repeat: no-repeat;
        }

        .tripanel-nav-item.active {
            cursor: default;
            pointer-events: none;
        }

            .tripanel-nav-item.active:after {
                position: absolute;
                display: block;
                width: 0;
                height: 0;
                border-color: transparent;
                border-color: rgba(255, 255, 255, 0);
                border-style: dashed;
                border-width: 0;
                content: '';
                left: 50%;
                bottom: 0;
                margin-left: -18px;
                border-width: 18px;
                border-bottom-color: #ffffff;
                border-bottom-style: solid;
                border-bottom-width: 14px;
                border-top-width: 0;
            }

    .tripanel-sand .tripanel-nav-item.active:after {
        border-bottom-color: #f2f8ff;
    }

    p.tripanel-nav-name {
        display: block;
        margin-top: 8px;
        margin-bottom: 24px;
        font-size: 1.2em;
        color: #ffffff;
        line-height: 1.2em;
        text-align: center;
        text-transform: uppercase;
        opacity: 0.7;
    }

    .active > p.tripanel-nav-name,
    .tripanel-nav-item:hover > p.tripanel-nav-name {
        opacity: 1;
    }
}

@media screen and (max-width: 1200px) {
    .tripanel-hero {
        display: none;
    }
}

.nav-tabs {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    border-bottom: 2px solid #041e42;
}

    .nav-tabs > li {
        position: relative;
        display: block;
        float: left;
        margin-bottom: 0;
    }

        .nav-tabs > li > a {
            position: relative;
            display: block;
            height: 46px;
            padding: 0 1.8em;
            margin-right: 12px;
            font-weight: bold;
            line-height: 46px;
            color: #041e42;
            text-decoration: none;
            background-color: #ced4db;
        }

.mac .nav-tabs > li > a {
    line-height: 50.6px;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    text-decoration: none;
    color: #63758c;
}

.nav-tabs > li > a:after {
    display: none;
}

.nav-tabs > li:last-child > a {
    margin-right: 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #ffffff;
    background-color: #041e42;
    cursor: default;
}

.nav-tabs > li.disabled > a {
    opacity: 0.4;
    pointer-events: none;
    cursor: default;
}

.nav-tabs > li .count {
    position: absolute;
    top: 50%;
    right: 13px;
    display: block;
    width: 26px;
    height: 26px;
    margin-top: -13px;
    font-size: 0.85em;
    line-height: 26px;
    color: #ced4db;
    text-align: center;
    background-color: #041e42;
    border-radius: 1em;
}

.mac .nav-tabs > li .count {
    line-height: 29.9px;
}

.mac.firefox .nav-tabs > li .count {
    margin-top: -12.09px;
    line-height: 28.6px;
}

.nav-tabs > li.active .count {
    color: #041e42;
    background-color: #abcaf2;
}

.nav-tabs-borderless {
    border-bottom: none;
}

    .nav-tabs-borderless li a {
        cursor: pointer;
    }

.nav-justified {
    width: 100%;
}

    .nav-justified > li {
        float: none;
    }

        .nav-justified > li > a {
            text-align: center;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a {
            margin-bottom: 0;
        }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.tab-pane {
    padding: 20px 0;
}

@media only screen and (max-width: 767px) {
    .nav-tabs > li > a {
        margin-right: 3px;
    }

    .col-xs-12 > .nav-tabs {
        margin-left: -30px;
        margin-right: -30px;
        width: auto;
    }
}

.accordion .accordion-section,
.accordion .accordion-section-decision {
    margin-bottom: 0;
    padding: 0;
    color: #041e42;
}

    .accordion .accordion-section > :last-child,
    .accordion .accordion-section-decision > :last-child {
        margin-bottom: 0px !important;
    }

.accordion .accordion-heading {
    border-bottom: 0;
}

    .accordion .accordion-heading + .accordion-collapse > .accordion-body,
    .accordion .accordion-heading + .accordion-collapse > .list-group {
        border-top: 1px solid #041e42;
    }

.accordion .accordion-footer {
    border-top: 0;
}

    .accordion .accordion-footer + .accordion-collapse .accordion-body {
        border-bottom: 1px solid #041e42;
    }

.accordion-title {
    margin-bottom: 0;
}

.accordion .accordion-title {
    font-weight: normal;
    color: #041e42;
}

    .accordion .accordion-title:first-child {
        margin-top: 0;
    }

.accordion-title > a {
    display: block;
    padding: 15px 30px 15px 15px;
}

.android .accordion-title > a {
    white-space: normal;
}

.explorer-content .accordion-title > a {
    text-decoration: none;
}

.accordion-title > a:after {
    display: none;
}

.accordion-title > a:before {
    display: inline-block;
    font-family: 'rules-equipment-icons', 'bgu-icons';
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: inherit;
    font-size: inherit;
    text-indent: 0;
    text-rendering: auto;
    vertical-align: -10%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 13px;
    right: 15px;
    font-size: 24px;
    font-size: 1.5rem;
    content: '\e011';
}

.accordion-title > a.collapsed:before {
    content: '\e00e';
}

.accordion-title > a:hover:before {
    color: #abcaf2;
}

.accordion-title > a.no-content-section:before {
    content: none;
}

.accordion-title-numbering {
    font-weight: bold;
    text-align: right;
}

.accordion-title-text {
    padding-right: 40px;
}

.accordion-section:nth-child(odd) .accordion-toggle,
.accordion-section-decision:nth-child(odd) .accordion-toggle {
    background-color: #d9e9ff;
}

.accordion-section:nth-child(even) .accordion-toggle,
.accordion-section-decision:nth-child(even) .accordion-toggle {
    background-color: #f2f8ff;
}

.accordion-section:nth-child(odd) .accordion-collapse,
.accordion-section-decision:nth-child(odd) .accordion-collapse {
    border-left: 2px solid #d9e9ff;
    border-right: 2px solid #d9e9ff;
}

.accordion-section:nth-child(odd):last-child .accordion-collapse,
.accordion-section-decision:nth-child(odd):last-child .accordion-collapse {
    border-bottom: 2px solid #d9e9ff;
}

.accordion-section:nth-child(even) .accordion-collapse,
.accordion-section-decision:nth-child(even) .accordion-collapse {
    border-left: 2px solid #f2f8ff;
    border-right: 2px solid #f2f8ff;
}

.accordion-section:nth-child(even):last-child .accordion-collapse,
.accordion-section-decision:nth-child(even):last-child .accordion-collapse {
    border-bottom: 2px solid #f2f8ff;
}

.accordion-body {
    padding: 30px 30px 10px 15px;
}

.accordion-gutter {
    font-weight: bold;
    text-align: right;
    color: #041e42;
}

@media only screen and (max-width: 767px) {
    .accordion-title > a:before {
        top: 12px;
    }
}

.share-links .icon {
    font-size: 2em;
    color: #041e42;
}

.share-links ul {
    margin: 0;
}

.share-links li {
    padding: 0 1px;
    margin: 0;
}

.share-links a:after {
    display: none;
}

.share-links a:hover .icon {
    color: #63758c;
}

.row.home-hero {
    padding: 0;
}

@media only screen and (max-width: 991px) {
    .row.home-hero {
        background-color: #ced4db;
        background-image: none;
        height: auto;
    }

        .row.home-hero [class*="col-xs"] {
            padding-left: 30px;
            padding-right: 30px;
        }
}

@media only screen and (max-width: 767px) {
    .row.home-hero a {
        cursor: default;
        pointer-events: none;
    }

        .row.home-hero a:after {
            display: none;
        }

    .row.home-hero p.text-large {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.2;
    }

    .row.home-hero img {
        margin-bottom: 30px;
    }

    .home-resources-all {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) {
    .row.home-hero {
        height: auto;
    }

        .row.home-hero p.text-large {
            line-height: 1.8;
        }

    .home-resources-recommended {
        margin-top: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row.home-hero img {
        margin-bottom: 40px;
    }

    .home-resources-app {
        margin-top: 40px;
    }
}

@media only screen and (min-width: 992px) {
    .row.home-hero {
        padding: 60px 15px 75px;
    }

    .home-resources-app .appstore-btn {
        margin: 0 0 0 auto;
    }

    .home-resources-all {
        margin-top: 30px;
    }
}

time {
    font-weight: bold;
    font-size: 1.2rem;
}

.carousel.news-carousel {
    margin-top: 0;
}

.news-page-title {
    margin-bottom: 40px;
}

.news-list {
    margin-bottom: 10px;
}

.article-download .icon-download {
    margin-left: -0.2em;
    margin-bottom: -0.3em;
    color: #63758c;
    line-height: 1;
    vertical-align: -35%;
}

.article-download:after {
    display: none;
}

.article-download:hover {
    color: #63758c;
}

#article-body {
    margin-bottom: 40px;
}

.news-mini-article,
.news-mini-article h4 {
    line-height: 1.3;
    margin-bottom: 4px;
}

    .news-mini-article + .news-mini-article {
        margin-top: 30px;
    }

    .news-mini-article time {
        font-size: 0.8em;
        font-weight: normal;
    }

    .news-mini-article > a {
        display: block;
    }

.android .news-mini-article > a {
    white-space: normal;
}

.news-all-btn {
    float: right;
}

@media only screen and (max-width: 767px) {
    .carousel.news-carousel {
        margin-top: 60px;
    }

    .news-all-btn {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 992px) {
    .news-list {
        margin-bottom: 60px;
    }
}

.row.container-explorer {
    position: relative;
    overflow: visible;
    padding: 0;
    background: #ffffff;
}

.explorer-search {
    padding: 0;
    overflow: hidden;
}

.explorer-search-inner,
.explorer-content {
    padding: 30px;
}

.explorer-content {
    padding-top: 40px;
    background-color: #ffffff;
    line-height: 1.4;
}

    .explorer-content h2,
    .explorer-content h3 {
        color: #041e42;
    }

.android .explorer-content h2 a,
.android .explorer-content h3 a {
    white-space: normal;
}

.explorer-content h2:first-child,
.explorer-content h3:first-child {
    margin-top: 20px;
}

.explorer-content .explorer-type-tab h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.explorer-content a {
    text-decoration: underline;
}

    .explorer-content a.figure-expand,
    .explorer-content a:hover {
        text-decoration: none;
    }

    .explorer-content a:after {
        display: none;
    }

    .explorer-content a.link-alt {
        text-decoration: none;
    }

        .explorer-content a.link-alt:hover {
            text-decoration: underline;
        }

.explorer-results-count {
    margin-top: 20px;
    font-size: 27px;
    font-size: 1.68rem;
    font-weight: bold;
    line-height: 0.9;
    text-align: right;
}

    .explorer-results-count > span {
        font-size: 42px;
        font-size: 2.625rem;
        color: #041e42;
    }

.explorer-search-term-wrapper {
    margin: 10px 0;
    line-height: 1.2;
}

.explorer-search-term {
    font-weight: bold;
    color: #041e42;
}

.explorer-search-term-remove {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -30%;
    font-size: 1.5em;
    line-height: 0.5;
    vertical-align: -65%;
}

    .explorer-search-term-remove:hover {
        color: #cc4a41;
        cursor: pointer;
    }

.explorer-loadmore {
    margin-top: 40px;
    margin-bottom: 60px;
}

    .explorer-loadmore .loadmore-btn {
        min-width: 0;
    }

    .explorer-loadmore.equipment {
        text-align: center;
    }

.explorer-title-controls {
    position: absolute;
    top: 0;
    right: 0;
}

    .explorer-title-controls a {
        color: #95999e;
    }

        .explorer-title-controls a:after {
            display: none;
        }

        .explorer-title-controls a:hover {
            color: #63758c;
        }

.explorer-hero {
    height: 338px;
}

.padding-left-30 {
    padding-left: 30px;
}

.padding-left-20 {
    padding-left: 20px;
}

@media only screen and (max-width: 767px) {
    .row.explorer-hero p.text-large {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.2;
    }

    .explorer-results-count {
        margin-top: 20px;
        font-size: 25px;
        font-size: 1.56rem;
        font-weight: bold;
        line-height: 0.9;
        text-align: right;
    }

        .explorer-results-count > span {
            font-size: 32px;
            font-size: 2rem;
            color: #041e42;
        }
}

.explorer-loader {
    margin-top: 8px;
}

@media only screen and (min-width: 992px) {
    .explorer-search-inner,
    .explorer-content {
        padding-left: 40px;
        padding-right: 40px;
    }

    .explorer-search-inner {
        padding-top: 44px;
    }

    .explorer-content {
        padding-top: 60px;
        padding-bottom: 50px;
        border-left: 1px solid #041e42;
    }
}

.explorer-search fieldset {
    position: relative;
}

.explorer-search .form-control {
    background-color: #ffffff;
}

.explorer-search hr {
    margin-top: 32px;
    margin-bottom: 32px;
    margin-top: 2rem;
    margin-bottom: 2rem;
    color: #63758c;
}

.explorer-search-inner {
    background-color: #ffffff;
    overflow: auto;
    padding-bottom: 25000px;
    margin-bottom: -25000px;
}

    .explorer-search-inner > :last-child {
        margin-bottom: 40px;
    }

.btn.explorer-search-toggle {
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 30px 20px 30px;
    margin: -30px -30px 0;
    font-weight: bold;
    color: #041e42;
    text-align: left;
    box-sizing: content-box;
}

    .btn.explorer-search-toggle.open {
        margin-bottom: 0;
    }

    .btn.explorer-search-toggle .explorer-search-toggle-icon {
        position: absolute;
        right: 30px;
        font-size: 1.6em;
    }

        .btn.explorer-search-toggle .explorer-search-toggle-icon:before {
            content: '\e00e';
        }

.open > .btn.explorer-search-toggle .explorer-search-toggle-icon:before {
    content: '\e011';
}

.clear-input-container {
    position: relative;
}

.explorer-search-keyword-input {
    padding-right: 40px;
}

.btn.explorer-search-keyword-clear {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    padding: 0;
    padding-right: 4px;
    color: #95999e;
    outline: none !important;
}

    .btn.explorer-search-keyword-clear:hover,
    .btn.explorer-search-keyword-clear:focus,
    .btn.explorer-search-keyword-clear:active {
        color: #cc4a41;
    }

    .btn.explorer-search-keyword-clear .icon {
        line-height: 1.4;
        vertical-align: 0;
    }

.safari .btn.explorer-search-keyword-clear {
    bottom: 4px;
}

.android4 .btn.explorer-search-keyword-clear,
.android4_2 .btn.explorer-search-keyword-clear,
.android4_4 .btn.explorer-search-keyword-clear,
.android1_5 .btn.explorer-search-keyword-clear {
    bottom: 0;
}

.explorer-search-keyword-suggestions {
    position: relative;
    z-index: 1;
    margin-top: -20px;
    display: none;
}

    .explorer-search-keyword-suggestions .suggestions-list {
        position: absolute;
        list-style: none;
        min-width: 100%;
        padding: 0;
        background-color: #ffffff;
        padding: 1px;
        margin: 0;
    }

        .explorer-search-keyword-suggestions .suggestions-list li {
            padding-left: 20px;
        }

            .explorer-search-keyword-suggestions .suggestions-list li:hover {
                font-weight: bold;
                background-color: #63758c;
                cursor: pointer;
            }

        .explorer-search-keyword-suggestions .suggestions-list .active {
            font-weight: bold;
            background-color: #63758c;
        }

.explorer-search-subrule > a {
    display: inline-block;
    text-indent: -50px;
    padding-left: 50px;
}

.android .explorer-search-subrule > a {
    white-space: normal;
}

.explorer-search-subrule > a:after {
    width: auto;
    left: 50px;
    right: 0;
}

.explorer-search-subrule > a > span {
    display: inline-block;
    width: 40px;
    margin-right: 10px;
    font-weight: bold;
    text-indent: 0;
    text-align: right;
}

.explorer-search-subrule > button {
    display: inline-block;
    text-indent: -50px;
    padding-left: 50px;
    border: none;
    text-align: left;
    background-color: inherit;
}

.android .explorer-search-subrule > button {
    white-space: normal;
}

.explorer-search-subrule > button:after {
    width: auto;
    left: 50px;
    right: 0;
}

.explorer-search-subrule > button > span {
    display: inline-block;
    width: 40px;
    margin-right: 10px;
    font-weight: bold;
    text-indent: 0;
    text-align: right;
}

.explorer-search-subsection > a {
    display: inline-block;
    text-indent: -35px;
    padding-left: 35px;
}

    .explorer-search-subsection > a:after {
        width: auto;
        left: 35px;
        right: 0;
    }

    .explorer-search-subsection > a > span {
        display: inline-block;
        width: 25px;
        margin-right: 10px;
        font-weight: bold;
        text-indent: 0;
        text-align: right;
    }

.explorer-search-submit {
    display: block;
    width: 160px;
    margin: 20px auto 40px;
}

.no-rules > h3 {
    margin-left: 0;
}

@media only screen and (max-width: 767px) {
    .explorer-hero {
        height: auto;
    }
}

@media only screen and (min-width: 768px) {
    .no-rules > h3 {
        margin-left: 110px;
    }
}

@media only screen and (min-width: 992px) {
    .explorer-search hr {
        margin-top: 16px;
        margin-bottom: 16px;
        margin-top: 1rem;
        margin-bottom: 1rem;
        color: #63758c;
    }

    .explorer-search-form {
        display: block !important;
    }

    .btn.explorer-search-toggle {
        display: none;
    }

    .explorer-search-submit {
        display: none;
    }

    .no-rules > h3 {
        margin-left: 110px;
    }
}

.list-explorer-results {
    list-style: none;
    padding-left: 0;
}

    .list-explorer-results > li {
        list-style: none;
    }

    .list-explorer-results > li {
        clear: both;
    }

        .list-explorer-results > li:before,
        .list-explorer-results > li:after {
            content: " ";
            display: table;
        }

        .list-explorer-results > li:after {
            clear: both;
        }

        .list-explorer-results > li:before,
        .list-explorer-results > li:after {
            content: " ";
            display: table;
        }

        .list-explorer-results > li:after {
            clear: both;
        }

    .list-explorer-results a {
        text-decoration: none;
    }

.android .list-explorer-results a {
    white-space: normal;
}

.list-explorer-results a:hover {
    text-decoration: underline;
}

.list-explorer-results a:after {
    display: none;
}

hr + .list-explorer-results {
    margin-top: 32px;
    margin-top: 2rem;
}

.list-explorer-results + hr {
    margin-top: 32px;
    margin-top: 2rem;
}

.list-explorer-results .explorer-results-rule:first-child h3 {
    margin-top: 0;
}

.explorer-type-tab {
    cursor: pointer;
}

    .explorer-type-tab h3 {
        color: #63758c;
    }

    .explorer-type-tab:hover {
        text-decoration: underline;
    }

    .explorer-type-tab.active {
        pointer-events: none;
        cursor: default;
    }

        .explorer-type-tab.active h3 {
            color: #041e42;
        }

        .explorer-type-tab.active:hover {
            text-decoration: none;
        }

.explorer-mobile-type-label {
    display: block;
    margin-top: 16px;
}

.explorer-results-rule {
    margin-bottom: 8px;
}

    .explorer-results-rule a {
        display: block;
    }

.explorer-results-rule-id {
    color: #63758c;
    text-align: right;
    line-height: 1.4;
}

.explorer-results-rule-aux {
    display: none;
    max-height: 22.4px;
    max-height: 1.4rem;
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
}

    .explorer-results-rule-aux > a {
        display: inline-block;
    }

.explorer-results-rule-count {
    display: block;
    width: 30px;
    height: 30px;
    margin-top: -4px;
    font-weight: bold;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
    border-radius: 1em;
    background-color: #63758c;
}

.list-explorer-results .explorer-results-rule-count:hover {
    text-decoration: none;
    background-color: #041e42;
}

.mac .explorer-results-rule-count {
    line-height: 34px;
}

.mac.firefox .explorer-results-rule-count {
    line-height: 33px;
}

.explorer-results-rule-icon {
    margin-top: -4px;
    margin-left: -3px;
    font-size: 36px;
    color: #63758c;
    line-height: 1.1;
}

    .explorer-results-rule-icon:hover {
        color: #041e42;
    }

.win.chrome .explorer-results-rule-icon {
    margin-top: -3px;
}

.firefox .explorer-results-rule-icon {
    margin-top: -8px;
    margin-left: -2px;
}

.win.firefox .explorer-results-rule-icon {
    margin-top: -9px;
    margin-left: -3px;
}

@media only screen and (min-width: 768px) {
    .explorer-results-rule-aux {
        display: inline-block;
        padding-left: 5%;
    }
}

.explorer-results-equipment-title {
    position: relative;
    padding-right: 80px;
    margin-top: 40px;
}

    .explorer-results-equipment-title:first-child {
        margin-top: 0;
    }

.list-explorer-results-equipment {
    list-style: none;
    padding-left: 0;
    max-width: 750px;
    margin: 22px auto;
}

    .list-explorer-results-equipment > li {
        list-style: none;
    }

    .list-explorer-results-equipment > li {
        margin-bottom: 0;
    }

a.tile-equipment {
    text-decoration: none;
}

.tile-equipment:hover .tile-equipment-on {
    height: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
}

.tile-equipment:hover .tile-equipment-img-overlay-inner {
    background-color: rgba(0, 0, 0, 0.6);
    text-indent: 0;
}

.lt-ie9 .tile-equipment:hover .tile-equipment-img-overlay-inner {
    background-color: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000)";
    zoom: 1;
}

.tile-video-carousel:hover .tile-video-on {
    height: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
}

.tile-equipment-img {
    position: relative;
    display: block;
    height: auto;
}

.tile-equipment-img-overlay-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.tile-equipment-img-overlay {
    display: table;
    width: 100%;
    height: 100%;
}

.tile-equipment-img-overlay-inner {
    display: table-cell;
    padding: 10px 20px;
    color: #ffffff;
    text-align: center;
    text-indent: -9999px;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0);
    transition: 0.3s background-color ease-in-out;
}

.lt-ie9 .tile-equipment-img-overlay-inner {
    background-color: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000,endColorstr=#00000000)";
    zoom: 1;
}

.tile-equipment-more {
    position: relative;
    margin-top: 6px;
    font-size: 1.4rem;
    font-weight: bold;
}

    .tile-equipment-more:after {
        position: absolute;
        display: block;
        left: 50%;
        bottom: -10px;
        width: 42px;
        margin-left: -21px;
        border-bottom: 2px solid #ffffff;
        content: '';
    }

.tile-equipment-copy {
    position: relative;
    overflow: hidden;
    color: #041e42;
    line-height: 1.3;
    background-color: #f2f8ff;
    height: 100px;
}

.tile-video-copy {
    overflow: hidden;
    color: #041e42;
    line-height: 1.3;
    background-color: #f2f8ff;
    height: 100px;
}

.tile-equipment-on,
.tile-equipment-off {
    padding: 10px 15px;
    margin: 0;
}

    .tile-equipment-on h3,
    .tile-equipment-off h3 {
        margin-bottom: 4px;
        font-weight: bold;
        color: #041e42;
        white-space: pre-line;
        max-height: 56px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .tile-equipment-on h3:first-child,
        .tile-equipment-off h3:first-child {
            margin-top: 0;
        }

    .tile-equipment-on p,
    .tile-equipment-off p {
        position: absolute;
        margin: 0;
        line-height: 1.3;
        font-size: 0.9rem;
        max-height: 2.6em;
        overflow: hidden;
    }

.tile-video-on {
    padding: 10px 15px;
    margin: 0;
}

    .tile-video-on h3 {
        margin-bottom: 4px;
        font-weight: bold;
        color: #ffffff;
        white-space: pre-line;
        max-height: 56px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.tile-equipment-on {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    padding-top: 0;
    padding-bottom: 0;
    color: #ffffff;
    background-color: #041e42;
    transition: height 0.3s ease-in-out, padding 0.3s ease-in-out;
}

.tile-video-on {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    color: #ffffff;
    background-color: #041e42;
    transition: height 0.3s ease-in-out, padding 0.3s ease-in-out;
}

.tile-equipment-off h3 {
    color: #041e42;
}

@media only screen and (min-width: 992px) {
    .playlist-carousel-image {
        height: 120px;
        width: 100%;
    }
}

.explorer-rule-heading,
.explorer-manufacturer-heading {
    font-weight: bold;
    color: #041e42;
}

.explorer-manufacturer-heading {
    font-size: 27px;
    font-size: 1.68rem;
    letter-spacing: -0.5px;
    margin-bottom: 14px;
}

.explorer-rule-heading-title {
    font-size: 27px;
    font-size: 1.68rem;
    letter-spacing: -0.5px;
    display: block;
    margin-top: 12px;
    color: #95999e;
}

.explorer-subrule-heading {
    font-weight: bold;
    color: #041e42;
}

.explorer-rule-heading + .explorer-subrule-heading {
    margin-top: 40px;
}

.explorer-equipment-heading {
    font-weight: bold;
}

.explorer-content .explorer-equipment-heading {
    color: #95999e;
}

    .explorer-content .explorer-equipment-heading:first-child {
        margin-top: 0;
    }

.explorer-manufacturer-heading + .explorer-equipment-heading {
    margin-top: 40px;
}

.explorer-content .explorer-equipment-back {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    margin-top: 6px;
    color: #041e42;
    float: right;
    text-decoration: none;
}

    .explorer-content .explorer-equipment-back:hover {
        color: #63758c;
    }

.explorer-equipment-img {
    margin-top: 20px;
    margin-bottom: 30px;
}

.explorer-equipment-feature:before,
.explorer-equipment-feature:after {
    content: " ";
    display: table;
}

.explorer-equipment-feature:after {
    clear: both;
}

.explorer-equipment-feature:before,
.explorer-equipment-feature:after {
    content: " ";
    display: table;
}

.explorer-equipment-feature:after {
    clear: both;
}

.explorer-equipment-feature [class*="col-"] {
    padding-left: 0;
    padding-right: 30px;
}

.fullTitle {
    text-align: justify;
}

.explorer-content-paging {
    float: left;
}

    .explorer-content-paging:before,
    .explorer-content-paging:after {
        content: " ";
        display: table;
    }

    .explorer-content-paging:after {
        clear: both;
    }

    .explorer-content-paging:before,
    .explorer-content-paging:after {
        content: " ";
        display: table;
    }

    .explorer-content-paging:after {
        clear: both;
    }

.explorer-paging-prev,
.explorer-paging-next {
    display: block;
    float: left;
    width: 38px;
    height: 38px;
    line-height: 0;
    font-size: 0;
    text-align: center;
    cursor: pointer;
    padding: 0;
    border: none;
    outline: none;
    transition: 0.5s;
}

.explorer-content .explorer-paging-prev,
.explorer-content .explorer-paging-next {
    text-decoration: none;
}

.explorer-paging-prev,
.explorer-paging-next,
.explorer-paging-prev:active,
.explorer-paging-next:active {
    background-color: #e4e1d8;
    opacity: 0.8;
}

    .explorer-paging-prev:before,
    .explorer-paging-next:before,
    .explorer-paging-prev:active:before,
    .explorer-paging-next:active:before {
        color: #041e42;
    }

    .explorer-paging-prev:hover,
    .explorer-paging-next:hover,
    .explorer-paging-prev:focus,
    .explorer-paging-next:focus {
        outline: none;
    }

        .explorer-paging-prev:hover:before,
        .explorer-paging-next:hover:before,
        .explorer-paging-prev:focus:before,
        .explorer-paging-next:focus:before {
            color: #95999e;
        }

    .explorer-paging-prev.disabled,
    .explorer-paging-next.disabled {
        opacity: 0.5;
        pointer-events: none;
        cursor: default;
    }

    .explorer-paging-prev:before,
    .explorer-paging-next:before {
        display: inline-block;
        font-family: 'rules-equipment-icons';
        font-size: 34.2px;
        line-height: 1.3;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.firefox .explorer-paging-prev:before,
.firefox .explorer-paging-next:before {
    line-height: 1;
}

.windows.firefox .explorer-paging-prev:before,
.windows.firefox .explorer-paging-next:before {
    line-height: 0.9;
}

.explorer-paging-prev:after,
.explorer-paging-next:after {
    display: none;
}

.explorer-paging-prev:before {
    content: '\e012';
}

.explorer-paging-next:before {
    content: '\e015';
}

.explorer-paging-current {
    display: block;
    float: left;
    width: 90px;
    height: 38px;
    line-height: 41.8px;
    text-align: center;
    background-color: rgba(228, 225, 216, 0.3);
}

.explorer-content-tools {
    float: right;
    margin-top: -4px;
    font-size: 27px;
    font-size: 1.68rem;
    letter-spacing: -0.5px;
}

    .explorer-content-tools a {
        color: #95999e;
        margin-left: 32px;
    }

        .explorer-content-tools a:after {
            display: none;
        }

        .explorer-content-tools a:hover {
            color: #63758c;
        }

.explorer-content-tabs {
    margin-top: 20px;
    margin-bottom: 30px;
}

    .explorer-content-tabs > li {
        width: 33.33333%;
        text-align: center;
    }

        .explorer-content-tabs > li > a {
            padding: 0 1.4em;
        }

.explorer-tab-content {
    padding-top: 20px;
}

.explorer-content-section + .explorer-content-section {
    margin-top: 30px;
}

.explorer-content-section ul:first-child,
.explorer-content-section ol:first-child {
    margin-top: 0;
}

.explorer-content-gutter {
    text-align: center;
}

    .explorer-content-gutter .icon {
        line-height: 1;
    }

.explorer-content-main h3:first-child {
    margin-top: 0;
}

.explorer-related-image-list {
    list-style: none;
    padding-left: 0;
}

    .explorer-related-image-list > li {
        list-style: none;
    }

    .explorer-related-image-list,
    .explorer-related-image-list > li {
        margin-top: 0;
        margin-bottom: 0;
    }

.explorer-related-videos:last-child {
    margin-bottom: 30px;
}

a.definition {
    position: relative;
    display: inline-block;
    font-weight: bold;
    color: #63758c;
    text-decoration: none;
}

    a.definition:hover > .definition-bubble {
        visibility: visible;
        opacity: 1;
    }

.android a.definition {
    white-space: normal;
}

.definition-bubble {
    position: absolute;
    left: -140px;
    bottom: 100%;
    display: block;
    width: 280px;
    padding: 18px 26px;
    margin: 0 50% 12px;
    font-size: 0.9em;
    font-weight: bold;
    color: #ffffff;
    background-color: #63758c;
    border-radius: 6px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

    .definition-bubble p {
        display: inline;
        width: 100%;
    }

    .definition-bubble:before {
        position: absolute;
        top: 100%;
        left: 0;
        display: block;
        width: 100%;
        height: 12px;
        content: '';
    }

    .definition-bubble:after {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-color: transparent;
        border-color: rgba(255, 255, 255, 0);
        border-style: dashed;
        border-width: 0;
        content: '';
        left: 50%;
        top: 100%;
        margin-left: -12px;
        border-width: 12px;
        border-top-color: #63758c;
        border-top-style: solid;
        border-bottom-width: 0;
    }

    .definition-bubble.offset-left {
        left: -240px;
    }

        .definition-bubble.offset-left:after {
            margin-left: 88px;
        }

    .definition-bubble.offset-right {
        left: -40px;
    }

        .definition-bubble.offset-right:after {
            margin-left: -112px;
        }

.definition-prompt {
    display: block;
    margin-top: 0.6em;
    text-align: right;
    text-decoration: underline;
}

.penalty,
.penalty .definition {
    color: #cc4a41;
}

    .Penalty,
    .Penalty .definition {
        color: #cc4a41;
    }

.penalty-heading,
.penalty-heading .definition {
    color: #cc4a41;
}

    .Penalty-heading,
    .Penalty-heading .definition {
        color: #cc4a41;
    }

.penalty .definition-bubble .definition {
    color: #ffffff !important;
}

.Penalty .definition-bubble .definition {
    color: #ffffff !important;
}

.penalty-heading .definition-bubble .definition {
    color: #ffffff !important;
}

.Penalty-heading .definition-bubble .definition {
    color: #ffffff !important;
}

@media only screen and (max-width: 480px) {
    .explorer-content-tools {
        float: none;
    }

        .explorer-content-tools a {
            margin-left: 0;
            margin-right: 32px;
            margin-bottom: 12px;
        }

    .explorer-content .explorer-equipment-back {
        float: none;
        margin-top: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .explorer-paging-prev:before,
    .explorer-paging-next:before {
        position: relative;
        line-height: 1.25;
    }

    .explorer-mobile-info-label {
        display: block;
        margin-bottom: 10px;
    }

    #explorer-content-tabs-mobile {
        margin-bottom: 40px;
    }
}

.explorer-related-image-list > li .picHolder {
    max-height: 142px !important;
    overflow: hidden !important;
}

@media (max-width: 1220px) {
    .explorer-related-image-list > li .picHolder {
        max-height: 13vw !important;
    }
}

@media (max-width: 990px) {
    .explorer-related-image-list > li .picHolder {
        max-height: 18vw !important;
    }

    .partial-print-button {
        display: none;
    }
}

@media (max-width: 768px) {
    .explorer-related-image-list > li .picHolder {
        max-height: none !important;
    }
}

@media only screen and (min-width: 992px) {
    .partial-print-button {
        display: block;
    }
}

.award-tile {
    text-align: center;
}

    .award-tile > .sprite-awards {
        margin: 16px auto 0;
    }

@media only screen and (max-width: 991px) {
    .award-tile > .sprite-awards {
        margin: 0 auto;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .award-tile {
        width: 50%;
        float: left;
    }
}

.quiz-download {
    padding: 20px 70px;
    background-color: #041e42;
}

    .quiz-download form:before,
    .quiz-download form:after {
        content: " ";
        display: table;
    }

    .quiz-download form:after {
        clear: both;
    }

    .quiz-download form:before,
    .quiz-download form:after {
        content: " ";
        display: table;
    }

    .quiz-download form:after {
        clear: both;
    }

    .quiz-download fieldset {
        display: inline-block;
        min-width: 27%;
        margin-right: 30px;
    }

        .quiz-download fieldset.qd-submit {
            float: right;
            min-width: 0;
            margin-right: 0;
            margin-top: 32px;
        }

@media only screen and (max-width: 767px) {
    .quiz-download {
        padding: 30px 30px 40px;
        margin-left: -30px;
        margin-right: -30px;
    }

        .quiz-download fieldset {
            display: block;
            margin-right: 0;
        }

            .quiz-download fieldset.qd-submit {
                float: none;
                margin-top: 12px;
            }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .quiz-download {
        padding: 20px 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .quiz-download {
        padding: 20px 65px;
    }
}

.quiz-leaderboard {
    background-color: #e4e1d8;
    padding: 26px 0 0;
    overflow: hidden;
}

    .quiz-leaderboard > img {
        margin: 0 auto 18px;
    }

    .quiz-leaderboard tr > *:first-child {
        padding-left: 20px;
    }

    .quiz-leaderboard tr > *:last-child {
        text-align: center;
        padding-right: 20px;
    }

    .quiz-leaderboard tfoot {
        color: #ffffff;
        background-color: #041e42;
    }

@media only screen and (max-width: 767px) {
    .quiz-leaderboard .table {
        table-layout: fixed;
    }

    .quiz-leaderboard tr > * {
        width: 51%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .quiz-leaderboard tr > *:first-child {
            width: 19%;
            max-width: 70px;
        }

        .quiz-leaderboard tr > *:last-child {
            width: 30%;
            max-width: 100px;
        }
}

.quiz-knowledge-meter {
    padding: 30px 40px 30px;
    margin-bottom: 30px;
    color: #ffffff;
    background-color: #63758c;
}

    .quiz-knowledge-meter h2 {
        text-align: center;
    }

    .quiz-knowledge-meter .quiz-meter {
        position: relative;
        margin-top: 24px;
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: -50%;
    }

    .quiz-knowledge-meter .quiz-gauge {
        position: absolute;
        top: 2px;
        margin: 0 auto;
    }

    .quiz-knowledge-meter .needle-canvas {
        position: relative;
        text-indent: 0;
        -webkit-transform: rotate(-85deg);
        transform: rotate(-85deg);
    }

@media only screen and (max-width: 991px) {
    .quiz-knowledge-meter {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
    }

        .quiz-knowledge-meter h2 {
            text-align: center;
        }

        .quiz-knowledge-meter .quiz-meter {
            margin-left: -1px;
            margin-right: -1px;
        }
}

@media only screen and (max-width: 767px) {
    .quiz-knowledge-meter .quiz-meter {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: -45%;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .quiz-knowledge-meter .quiz-meter {
        margin-bottom: -25%;
    }
}

@media only screen and (min-width: 768px) {
    .quiz-knowledge-meter .quiz-meter {
        margin-bottom: -50%;
    }
}

.quiz-popover-name {
    position: absolute;
    left: 50%;
    bottom: 100%;
    display: none;
    width: 280px;
    padding: 16px 26px;
    margin: 0 0 18px -140px;
    font-size: 0.9em;
    font-weight: bold;
    color: #ffffff;
    background-color: #041e42;
    border-radius: 6px;
}

    .quiz-popover-name:after {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-color: transparent;
        border-color: rgba(255, 255, 255, 0);
        border-style: dashed;
        border-width: 0;
        content: '';
        left: 50%;
        top: 100%;
        margin-left: -12px;
        border-width: 12px;
        border-top-color: #041e42;
        border-top-style: solid;
        border-bottom-width: 0;
    }

    .quiz-popover-name label {
        display: block;
        margin-bottom: 10px;
        font-weight: bold;
        color: #ffffff;
    }

.quiz-popover-input {
    margin-bottom: 16px;
}

.quiz-points {
    padding: 30px 30px 40px;
    color: #ffffff;
    background-color: #041e42;
}

    .quiz-points h2 {
        text-align: center;
    }

    .quiz-points p {
        margin-bottom: 4px;
    }

.quiz-points-bar {
    height: 40px;
    background-color: #abcaf2;
}

    .quiz-points-bar > p {
        font-size: 16px;
        font-size: 1rem;
        color: #041e42;
        padding: 7px 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .quiz-points-bar > .quiz-points-progress {
        width: 0;
        height: 40px;
        min-width: 30px;
        padding: 7px 0 7px 12px;
        color: #041e42;
        background-color: #ffffff;
        transition: width 0.5s ease-in-out;
    }

.quiz-btn-spacer {
    display: inline-block;
    width: 20px;
}

@media only screen and (max-width: 767px) {
    .quiz-points {
        padding-left: 30px;
        padding-right: 30px;
    }

    .quiz-btn-spacer {
        display: block;
        width: auto;
        height: 20px;
    }
}

.quiz-question {
    margin-top: 40px;
}

.quiz-status,
.quiz-media {
    margin-bottom: 34px;
}

.quiz-question-copy {
    margin-bottom: 30px;
}

.quiz-status {
    padding: 16px 15px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2;
    background-color: #e4e1d8;
}

.quiz-status-index {
    display: inline-block;
    width: 1.7em;
    height: 1.7em;
    color: #ffffff;
    line-height: 1.8;
    text-align: center;
    background-color: #041e42;
}

.quiz-status-middle {
    text-align: center;
}

.quiz-restart {
    float: right;
}

.quiz-answer-input {
    display: none;
}

.quiz-answer-label {
    display: table;
    width: 100%;
    margin-bottom: 20px;
    border: 2px solid #041e42;
    cursor: pointer;
    transition: border-color .3s ease-in-out, opacity .3s ease-in-out;
}

    .quiz-answer-label:hover .quiz-answer-copy,
    .quiz-answer-label:focus .quiz-answer-copy,
    .quiz-answer-label:hover .quiz-answer-icon,
    .quiz-answer-label:focus .quiz-answer-icon {
        background-color: #f2f8ff;
    }

.quiz-answer-number,
.quiz-answer-copy,
.quiz-answer-icon {
    display: table-cell;
    padding: 20px 15px;
    vertical-align: middle;
    transition: background-color 0.3s ease-in-out;
}

.quiz-type-bool .quiz-answer-number,
.quiz-type-bool .quiz-answer-copy,
.quiz-type-bool .quiz-answer-icon {
    padding: 0 15px;
}

.quiz-answer-number {
    width: 42px;
    color: #ffffff;
    font-weight: bold;
    background-color: #041e42;
}

.quiz-type-bool .quiz-answer-number {
    display: none;
}

.quiz-answer-copy {
    line-height: 1.4;
}

.quiz-answer-icon {
    width: 73px;
    padding: 0 15px;
}

    .quiz-answer-icon .icon {
        font-size: 2.4em;
        line-height: 1.3;
        vertical-align: -50%;
    }

.quiz-answer-label.correct .quiz-answer-icon .icon,
.quiz-answer-label.incorrect .quiz-answer-icon .icon {
    display: inline;
}

    .quiz-answer-label.correct .quiz-answer-icon .icon:before {
        content: '\e03e';
    }

    .quiz-answer-label.incorrect .quiz-answer-icon .icon:before {
        content: '\e01e';
    }

.quiz-answer-input + .quiz-answer-label.correct,
.quiz-answer-input + .quiz-answer-label.incorrect {
    color: #ffffff;
}

    .quiz-answer-input + .quiz-answer-label.correct .quiz-answer-copy,
    .quiz-answer-input + .quiz-answer-label.incorrect .quiz-answer-copy {
        font-weight: bold;
    }

.quiz-answer-input + .quiz-answer-label.correct {
    border-color: #009640;
}

    .quiz-answer-input + .quiz-answer-label.correct .quiz-answer-number,
    .quiz-answer-input + .quiz-answer-label.correct .quiz-answer-copy,
    .quiz-answer-input + .quiz-answer-label.correct .quiz-answer-icon {
        background-color: #009640;
    }

.quiz-answer-input + .quiz-answer-label.incorrect {
    border-color: #cc4a41;
}

    .quiz-answer-input + .quiz-answer-label.incorrect .quiz-answer-number,
    .quiz-answer-input + .quiz-answer-label.incorrect .quiz-answer-copy,
    .quiz-answer-input + .quiz-answer-label.incorrect .quiz-answer-icon {
        background-color: #cc4a41;
    }

.quiz-answer-input:checked + .quiz-answer-label {
    opacity: 1;
    cursor: default;
}

.quiz-answer-input[disabled]:not(:checked) + .quiz-answer-label {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
}

    .quiz-answer-input[disabled]:not(:checked) + .quiz-answer-label:hover .quiz-answer-copy,
    .quiz-answer-input[disabled]:not(:checked) + .quiz-answer-label:focus .quiz-answer-copy,
    .quiz-answer-input[disabled]:not(:checked) + .quiz-answer-label:hover .quiz-answer-icon,
    .quiz-answer-input[disabled]:not(:checked) + .quiz-answer-label:focus .quiz-answer-icon {
        background-color: #ffffff;
    }

    .quiz-answer-input[disabled]:not(:checked) + .quiz-answer-label.correct:hover .quiz-answer-copy,
    .quiz-answer-input[disabled]:not(:checked) + .quiz-answer-label.correct:focus .quiz-answer-copy,
    .quiz-answer-input[disabled]:not(:checked) + .quiz-answer-label.correct:hover .quiz-answer-icon,
    .quiz-answer-input[disabled]:not(:checked) + .quiz-answer-label.correct:focus .quiz-answer-icon {
        background-color: #009640;
    }

.quiz-next-btn {
    display: none;
    text-align: right;
}

    .quiz-next-btn .btn {
        margin-left: 20px;
    }

.quiz-restart-xs {
    display: none;
}

.quiz-answer {
    margin-bottom: 20px;
}

.quiz-answer-explanation {
    display: none;
    margin-top: 12px;
}

@media only screen and (max-width: 991px) {
    .quiz-media-text .quiz-media {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .quiz-question {
        margin-top: 30px;
    }

    .quiz-status {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 6px;
    }

        .quiz-status [class*="col-xs-"] {
            margin-bottom: 20px;
        }

        .quiz-status .quiz-status-q {
            display: none;
        }

    .quiz-type-mini .quiz-status {
        text-align: left;
    }

        .quiz-type-mini .quiz-status [class*="col-xs-"] {
            margin-bottom: 12px;
        }

    .quiz-timer-wrapper {
        text-align: right;
    }

    .quiz-answer-icon {
        display: none;
    }

    .quiz-type-bool .quiz-answer-icon {
        display: table-cell;
    }

    .quiz-next-btn {
        text-align: center;
    }

        .quiz-next-btn .btn {
            margin-top: 8px;
            margin-left: 0;
        }

    .quiz-restart-xs {
        display: block;
        margin-top: 60px;
    }
}

@media only screen and (min-width: 1200px) {
    .quiz-results-social {
        text-align: right;
    }
}

.quiz-score {
    padding: 30px 30px 40px;
    color: #ffffff;
    text-align: center;
    background-color: #63758c;
}

    .quiz-score .quiz-score-correct {
        display: block;
        font-size: 2.6em;
        font-weight: bold;
        line-height: 0.8;
    }

    .quiz-score > h2 {
        margin-bottom: 6px;
    }

.quiz-score-questions {
    padding: 10px 0 20px;
}

.quiz-score-outof {
    display: block;
}

.quiz-score-cta {
    margin-top: 4px;
}

    .quiz-score-cta .quiz-score-message {
        margin-bottom: 0;
    }

        .quiz-score-cta .quiz-score-message.highscore {
            font-weight: bold;
            text-transform: uppercase;
        }

.quiz-score-action {
    position: relative;
    margin-top: 20px;
}

.quiz-score-message {
    line-height: 1.4;
}

    .quiz-score-message.hidden {
        display: none;
    }

    .quiz-score-message.highscore + .quiz-score-action {
        margin-top: 0;
    }

.quiz-title {
    margin-bottom: 0;
    font-weight: bold;
    color: #041e42;
}

.quiz-form {
    background-color: #5c82a5;
    padding: 10px 20px;
    height: 186px;
    margin-bottom: 10px;
}

    .quiz-form label,
    .quiz-form a {
        color: white;
    }

    .quiz-form.has-error input:required:invalid {
        border-color: #a94442;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    }

    .quiz-form.has-error:focus {
        border-color: #843534;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    }

    .quiz-form input,
    .quiz-form a {
        margin-bottom: 10px;
    }

    .quiz-form .save-score-btn {
        float: right;
    }

    .quiz-form .margin-bottom-5 {
        margin-bottom: 5px;
    }

@media only screen and (max-width: 767px) {
    .validate-form > [class*="col-xs"] {
        padding-right: 0;
        padding-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .quiz-form {
        overflow: auto;
        height: auto;
    }

        .quiz-form label {
            padding-left: 0;
        }

        .quiz-form .save-score-btn {
            width: auto;
            float: initial;
            margin-top: 10px;
        }
}

.text-size18 {
    font-size: 18px;
}

.bold {
    font-weight: bold;
}

.input-width {
    width: 90%;
}

.field-container {
    display: inline-block;
}

select.birthDate.span2,
select.birthMonth.span2,
select.birthYear.span2 {
    height: 38px;
    max-width: 100%;
    width: 31%;
    padding: 0.3em 0.8em 0.2em;
    margin-bottom: 20px;
    line-height: 1.4;
    background-color: transparent;
    background-image: none;
    border: 2px solid #737272;
    border-radius: 0;
    box-shadow: none;
    transition: border-color ease-in-out 0.15s, color ease-in-out 0.15s;
}

select.birthDate.span2 {
    width: 33.3%;
}

label.radio {
    display: inline;
    padding-right: 15px;
}

#buttonUpload {
    font-size: 16px;
    height: 42px;
    width: 108px;
    margin-top: 7px;
}

.nice {
    border: solid #041e42 1px;
    background: #fff;
    font-size: 14px;
    display: block;
    width: 100%;
    max-width: 360px;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 0 0 2px #fff;
}

    .nice:hover {
        border: solid #069 1px;
    }

    .nice .NFI-button {
        height: 40px;
        line-height: 40px;
        background: #041e42;
        border: 2px solid #041e42;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
        color: #fff;
        width: 30%;
        font-weight: 700;
    }

        .nice .NFI-button:hover {
            background: transparent;
            color: #041e42;
        }

    .nice .NFI-filename {
        width: 70%;
        height: 40px;
        margin: 0;
        padding: 0;
        display: block;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
    }

label.checkbox {
    display: inline;
}

.displayNone {
    display: none;
}

.error {
    color: red;
}

div.long {
    line-height: 18px;
}

div.col-lg-12 {
    line-height: 30px;
}

.margint-10 {
    margin-top: 10px;
}

@media only screen and (max-width: 767px) {
    #buttonReinstatementSubmit {
        margin: 10px 0 10px 0;
    }

    div.long {
        line-height: 30px;
    }

    div > p {
        font-size: 1.12rem;
    }
}

.checkbox-container {
    display: table;
}

    .checkbox-container > input {
        float: left;
        margin-top: 10px;
    }

.newsletter-container {
    float: left;
    margin-left: 10px;
}

    .newsletter-container > label {
        display: block;
        font-weight: 700;
    }

    .newsletter-container > p {
        margin-top: 0;
    }

.newsletter-domain {
    display: block;
}

.checkboxes {
    margin-left: 15px;
}

    .checkboxes > p:first-child {
        margin: 25px 0 15px -15px;
    }

#newsletter-submit {
    margin: 20px 0 0 -15px;
}

#country {
    width: 100%;
}

.required-field {
    margin-left: -15px;
}

@media print {
    body.fullPagePrint * {
        transition: none !important;
    }

    body.fullPagePrint nav,
    body.fullPagePrint h1.colour-blue,
    body.fullPagePrint p.text-large,
    body.fullPagePrint .container-hero,
    body.fullPagePrint .notification-copy,
    body.fullPagePrint .notification-btn,
    body.fullPagePrint .main-header,
    body.fullPagePrint .main-footer,
    body.fullPagePrint .explorer-content-tools,
    body.fullPagePrint .explorer-content-paging,
    body.fullPagePrint .notification-msg,
    body.fullPagePrint .icon-print {
        display: none !important;
    }

    body.fullPagePrint .explorer-rule-heading {
        margin-top: -30px !important;
    }

    body.fullPagePrint .accordion-header:before {
        display: none;
    }

    body.fullPagePrint .accordion-title > a:before {
        display: none;
    }

    body.fullPagePrint *,
    body.fullPagePrint *:before,
    body.fullPagePrint *:after {
        margin-top: 0 !important;
        font-size: medium !important;
    }

    body.fullPagePrint a {
        display: initial !important;
        border-bottom-style: none !important;
        position: inherit !important;
    }

        body.fullPagePrint a:after {
            width: 0 !important;
        }

    body.fullPagePrint h1 {
        margin-top: -100px !important;
        font-size: xx-large !important;
    }

    body.partialPagePrint button {
        display: none;
    }

    body.partialPagePrint * {
        transition: none !important;
    }

    body.partialPagePrint nav,
    body.partialPagePrint h1.colour-blue,
    body.partialPagePrint p.text-large,
    body.partialPagePrint .container-hero,
    body.partialPagePrint .notification-copy,
    body.partialPagePrint .notification-btn,
    body.partialPagePrint .main-header,
    body.partialPagePrint .main-footer,
    body.partialPagePrint .explorer-content-tools,
    body.partialPagePrint .explorer-content-paging,
    body.partialPagePrint .notification-msg,
    body.partialPagePrint .icon-print {
        display: none !important;
    }

    body.partialPagePrint .explorer-rule-heading {
        margin-top: -30px !important;
    }

    body.partialPagePrint .accordion-header:before {
        display: none;
    }

    body.partialPagePrint .accordion-title > a:before {
        display: none;
    }

    body.partialPagePrint *,
    body.partialPagePrint *:before,
    body.partialPagePrint *:after {
        margin-top: 0 !important;
        font-size: medium !important;
    }

    body.partialPagePrint a {
        display: initial !important;
        border-bottom-style: none !important;
        position: inherit !important;
    }

        body.partialPagePrint a:after {
            width: 0 !important;
        }

    body.partialPagePrint h1 {
        margin-top: -100px !important;
        font-size: xx-large !important;
    }

    a[href]:after {
        content: none;
    }

    * {
        transition: none !important;
    }

    nav,
    h1.colour-blue,
    p.text-large,
    .container-hero,
    .notification-copy,
    .notification-btn,
    .main-header,
    .main-footer,
    .explorer-content-tools,
    .explorer-content-paging,
    .notification-msg,
    .icon-print {
        display: none !important;
    }
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        transform: translate(0, -25%);
        transition: -webkit-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.image-preview {
    width: 100%;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        float: right;
    }

.modal-title {
    margin: 0;
    line-height: 1.8;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.ui-dialog {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    z-index: 10000 !important;
}

    .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
        float: none !important;
        text-align: center;
    }

@media (max-width: 768px) {
    .ui-dialog {
        width: 300px !important;
    }
}

.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,
.nav-tabs:before,
.nav-tabs:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

.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,
.nav-tabs:after,
.modal-header:after,
.modal-footer:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: 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;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }

    .dc-input-margin {
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

.colour-white,
.colour-hover-white:hover {
    color: #ffffff !important;
}

.colour-grey-dark,
.colour-hover-grey-dark:hover {
    color: #041e42 !important;
}

.colour-grey,
.colour-hover-grey:hover {
    color: #95999e !important;
}

.colour-grey-light,
.colour-hover-grey-light:hover {
    color: #ced4db !important;
}

.colour-grey-lighter,
.colour-hover-grey-lighter:hover {
    color: #dfe5ec !important;
}

.colour-blue-dark,
.colour-hover-blue-dark:hover {
    color: #041e42 !important;
}

.colour-blue,
.colour-hover-blue:hover {
    color: #041e42 !important;
}

.colour-blue-light,
.colour-hover-blue-light:hover {
    color: #63758c !important;
}

.colour-blue-lighter,
.colour-hover-blue-lighter:hover {
    color: #abcaf2 !important;
}

.colour-blue-lightest,
.colour-hover-blue-lightest:hover {
    color: #f2f8ff !important;
}

.colour-sand-dark,
.colour-hover-sand-dark:hover {
    color: #9a8874 !important;
}

.colour-sand,
.colour-hover-sand:hover {
    color: #e4e1d8 !important;
}

.colour-sand-light,
.colour-hover-sand-light:hover {
    color: #f2f0ec !important;
}

.colour-bg-white {
    background-color: #ffffff !important;
}

.colour-bg-grey-dark {
    background-color: #64676b !important;
}

.colour-bg-grey {
    background-color: #95999e !important;
}

.colour-bg-grey-light {
    background-color: #ced4db !important;
}

.colour-bg-grey-lighter {
    background-color: #dfe5ec !important;
}

.colour-bg-blue-dark {
    background-color: #041e42 !important;
}

.colour-bg-blue {
    background-color: #041e42 !important;
}

.colour-bg-blue-light {
    background-color: #63758c !important;
}

.colour-bg-blue-lighter {
    background-color: #abcaf2 !important;
}

.colour-bg-blue-lightest {
    background-color: #f2f8ff !important;
}

.colour-bg-sand-dark {
    background-color: #9a8874 !important;
}

.colour-bg-sand {
    background-color: #e4e1d8 !important;
}

.colour-bg-sand-light {
    background-color: #f2f0ec !important;
}

.avoid-page-break-inside {
    page-break-inside: avoid;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-bottom-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.text-center {
    text-align: center;
}

.margin-0 {
    margin: 0;
}

.padding-0 {
    padding: 0 !important;
}

.display-none {
    display: none !important;
}

.show-container {
    display: inline-block !important;
}

a.btn.hide-button {
    display: none;
}

.hide-div {
    display: none;
}

.show-div {
    display: block;
}

@media screen and (min-width: 767px) {
    .no-padding-sm {
        padding: 0;
    }
}

.handicap-calculator-container {
    background-color: #63758c;
    color: #fff;
    text-align: center;
    padding: 20px;
    border-radius: 5px;
    position: relative;
    max-width: 1200px;
    margin: 30px auto;
}

    .handicap-calculator-container label,
    .handicap-calculator-container input,
    .handicap-calculator-container select,
    .handicap-calculator-container textarea {
        color: #ddd;
    }

    .handicap-calculator-container label {
        float: left;
    }

    .handicap-calculator-container .btn-primary,
    .chc-lookup-form .btn-primary {
        color: #e3fc02;
        background-color: #051d40;
        border: 1px solid #051d40;
        text-decoration: none;
        border-radius: 5px;
        min-width: 150px;
        padding: .625rem 1rem;
        line-height: 1.5;
        height: auto;
    }

        .handicap-calculator-container .btn-primary:hover,
        .chc-lookup-form .btn-primary:hover {
            color: #e3fc02;
            background-color: #010811;
            border-color: #010811
        }

        .handicap-calculator-container .btn-primary:not(:disabled):not(.disabled):active,
        .chc-lookup-form .btn-primary:not(:disabled):not(.disabled):active {
            background-color: #010811
        }

        .handicap-calculator-container .btn-primary:focus,
        .chc-lookup-form .btn-primary:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(5,29,64,.5);
            box-shadow: 0 0 0 .2rem rgba(5,29,64,.5)
        }

    .handicap-calculator-container .btn-secondary {
        color: #051d40;
        background-color: transparent;
        border: 1px solid #051d40;
        text-decoration: none;
        border-radius: 5px;
        min-width: 150px;
        padding: .625rem 1rem;
        line-height: 1.5;
        height: auto;
    }

        .handicap-calculator-container .btn-secondary:focus,
        .handicap-calculator-container .btn-secondary:hover,
        .handicap-calculator-container .btn-secondary:active {
            color: #e3fc02;
            background-color: #051d40;
            border-color: #051d40
        }

        .handicap-calculator-container .btn-secondary:not(:disabled):not(.disabled):active {
            background-color: #010811
        }

        .handicap-calculator-container .btn-secondary:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(5,29,64,.5);
            box-shadow: 0 0 0 .2rem rgba(5,29,64,.5)
        }

    .handicap-calculator-container .top-link {
        position: absolute;
        top: 0;
    }

        .handicap-calculator-container .top-link.is-right {
            right: 10px;
        }

        .handicap-calculator-container .top-link.is-left {
            left: 10px;
        }

        .handicap-calculator-container .top-link a {
            color: #e3fc02;
        }

            .handicap-calculator-container .top-link a:after {
                border-bottom-width: 1px;
            }

    .handicap-calculator-container .bottom-link a {
        color: #e3fc02;
    }

        .handicap-calculator-container .bottom-link a:after {
            border-bottom-width: 1px;
        }

    .handicap-calculator-container .form-control, .chc-lookup-form .form-control {
        background-color: #f5f5f5;
        color: #495057;
        font-weight: bold;
        padding: .375rem .75rem;
        font-size: 1rem;
        line-height: 1.5;
        border: 0;
        border-radius: .25rem;
    }

#loader {
    position: absolute;
    left: 50%;
    top: 30%;
    z-index: 1;
    border: 14px solid #010811;
    border-radius: 50%;
    border-top: 14px solid #e3fc02;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin-left: -40px;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

.loader-overlay {
    background-color: rgba(0,0,0,0.1);
    z-index: 2;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.handicap-calculator-container .form-control:focus, .chc-lookup-form .form-control:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(5,29,64,.25);
    box-shadow: 0 0 0 .2rem rgba(5,29,64,.25)
}

.handicap-calculator-container .form-control::-webkit-input-placeholder, .chc-lookup-form .form-control::-webkit-input-placeholder {
    color: #969b9a;
    opacity: 1
}

.handicap-calculator-container .form-control:-ms-input-placeholder, .chc-lookup-form .form-control:-ms-input-placeholder {
    color: #969b9a;
    opacity: 1
}

.handicap-calculator-container .form-control::-ms-input-placeholder, .chc-lookup-form .form-control::-ms-input-placeholder {
    color: #969b9a;
    opacity: 1
}

.handicap-calculator-container .form-control::placeholder, .chc-lookup-form .form-control::placeholder {
    color: #969b9a;
    opacity: 1
}

.handicap-calculator-container p, .handicap-calculator-container h4 {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.handicap-calculator-container .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.btn-round, .handicap-calculator-container .btn-round {
    height: 40px;
    width: 40px !important;
    padding: 0;
    line-height: 38px;
    min-width: initial;
    border-radius: 50%;
    font-weight: bold;
    outline: none;
}

    .btn-round:hover {
        text-decoration: none;
    }



.handicap-validator {
    color: #dc143c;
    background-color: rgba(255,255,255,0.5);
    padding: 10px;
    margin: 20px 0;
    border-radius: 5px;
}

.handicap-results-text {
}

.handicap-final-result {
    margin-bottom: 20px;
}

    .handicap-final-result .handicap-result-title {
        font-size: 16px;
        color: #ffffff;
        margin-bottom: 15px;
        display: block;
        line-height: 18px;
        margin-top: 30px;
    }


    .handicap-final-result >span {
        font-size: 2rem;
        width: 150px;
        height: 150px;
        text-align: center;
        color: #e3fc02;
        background-color: #051d40;
        border-radius: 50%;
        display: inline-table;
        margin: 0 10px;
    }

.chc-page {
    padding: 3rem 0;
}

    .chc-page h2 {
        font-size: 1.375rem;
        letter-spacing: -.5px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        color: #182641;
    }

    .chc-page .border-teal-2 {
        min-width: 45px;
        max-width: 45px;
        border: 2px solid #63758c;
        margin-top: 1rem;
        margin-bottom: 2rem;
        display: block;
    }

    .chc-page p {
        color: #3f4a59;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
    }

    .chc-page .lookup-validator {
        font-weight: 600;
        color: rgb(220, 20, 60);
        border-radius: 5px;
        padding: 10px;
        margin-bottom: 5px;
        background-color: rgba(1, 1, 1, 0.1);
    }


@media screen and (max-width: 767px) {
    .chc-page .table > thead > tr > th,
    .chc-page .table > tbody > tr > th,
    .chc-page .table > tfoot > tr > th,
    .chc-page .table > thead > tr > td,
    .chc-page .table > tbody > tr > td,
    .chc-page .table > tfoot > tr > td {
        font-size: 14px;
    }
}

.chc-lookup-form .bg-grey {
    background-color: #f5f5f5 !important;
}

.chc-lookup-form .border-0 {
    border: 0 !important;
}

.chc-lookup-form .py-2 {
    padding-top: .625rem !important;
    padding-bottom: .625rem !important;
}

.chc-lookup-form .form-control {
    height: 44px;
}

.chc-table .table td {
    font-size: 14px;
    vertical-align: middle;
    white-space: normal !important;
    background-color: #f5f5f5;
    border-bottom: 1px solid #d2d6d8 !important;
}

.chc-table .table tr:nth-child(even) td {
    background-color: #fff;
}

.chc-table .table tr th:first-child {
    border-top-left-radius: 5px;
}

.chc-table .table tr th:last-child {
    border-top-right-radius: 5px;
}

.chc-table .table td.clubNameCell {
    max-width: 300px;
}

.chc-table .table td.courseNameCell {
    max-width: 300px;
}

.chc-table .tablesorter-header:not(.sorter-false) .tablesorter-header-inner:hover,
.chc-table .tablesorter-headerAsc.tablesorter-header:not(.sorter-false) .tablesorter-header-inner,
.chc-table .tablesorter-headerDesc.tablesorter-header:not(.sorter-false) .tablesorter-header-inner {
    color: #e3fc02;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

@media screen and (max-width: 676px) {
    .chc-table .table td {
        max-width: 120px;
    }

        .chc-table .table td.stateCell {
            width: 90px;
        }

        .chc-table .table td.clubNameCell {
            max-width: 160px;
        }

        .chc-table .table td.courseNameCell {
            max-width: 180px;
        }
}

@media screen and (max-width: 480px) {
    .handicap-calculator-container .btn-primary {
        min-width: 100%;
    }

    .chc-table .table td {
        max-width: 120px;
    }

        .chc-table .table td.clubNameCell {
            max-width: 130px;
        }

        .chc-table .table td.courseNameCell {
            max-width: 150px;
        }

    .handicap-final-result >span {
       height: 100px;
        width: 100px;
        font-size: 1.5rem;
    }
    .handicap-final-result .handicap-result-title {
        margin-bottom: 0px;
        margin-top: 25px;
    }
}

body {
    font-family: Radikal;
    font-weight: 400;
    margin: 0;
    -webkit-font-smoothing: antialiased;
}

html {
    font-size: 100%;
    position: relative;
    overflow-y: scroll;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.form-page, .form-page__container {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.form-page {
    background-color: #eee;
}

*, :after, :before {
    box-sizing: border-box;
}

div {
    display: block;
}

*, :after, :before {
    box-sizing: border-box;
}

.content-container {
    padding-left: 0px;
    padding-right: 0px;
}

.form-page__content {
    padding: 0 0 0 20px;
    display: flex;
    flex-grow: 1;
    background-color: #fff;
}

.form-page__wrapper {
    max-width: 665px;
    margin-left: auto;
    padding: 25px 20px 50px 0;
}

.form-page__container {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .form-page__container {
        width: 70%;
    }

    .form-page__wrapper {
        margin-left: auto;
        padding: 25px 85px 50px 0;
    }

    .form-page__content {
        padding: 0 0 0 30px;
    }
}

@media screen and (min-width: 1190px) {
    .form-page__container {
        width: 50%;
    }

    .form-page__wrapper {
        margin-left: auto;
        padding: 25px 85px 50px 0;
    }

    .form-row {
        column-count: 2;
    }

    .form-col {
        min-width: 254px;
    }

    .auto-mt-row {
        margin-top: 12px;
    }
}

@media screen and (max-width: 1190px) {
    .auto-mt-in {
        margin-top: 12px;
    }
}

.auto-mt-sm {
    margin-top: 12px;
}

@media screen and (min-width: 1600px) {
    .form-page__wrapper {
        max-width: 665px;
        margin-left: auto;
        padding: 25px 120px 50px 0;
    }
}

.headline {
    margin-bottom: 0px;
    font-size: 2.5rem;
    line-height: 1.2;
    letter-spacing: -.075rem;
}

.border-teal-2 {
    min-width: 45px;
    border: 2px solid #63758c;
    margin-top: 1rem;
    margin-bottom: 2rem;
    display: block;
}

.form-page__copy {
    font-weight: 400;
    font-family: Radikal;
    color: #474747;
    font-size: .875rem;
    letter-spacing: .0125rem;
    line-height: 1.43;
}

.form-field {
    position: relative;
}

.form-field__input, .form-select__select {
    width: 100%;
    height: 56px;
    padding-left: 17px;
    padding-right: 17px;
    color: #474747;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    background-color: #f5f5f5;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    outline: none;
}

.form-textarea {
    height: 168px;
}

input {
    overflow: visible;
}

button, input, select {
    margin-bottom: 4px;
}

.form-field__label {
    font-weight: 700;
    left: 17px;
    top: 20px;
    color: #969b9a;
    letter-spacing: .01875rem;
    display: inline-block;
    margin-bottom: .5rem;
}

.form-field__input:focus {
    color: #495057;
    border-color: #d2d6d8;
    -webkit-box-shadow: 0 0 0 .2rem rgba(5,29,64,.25);
    box-shadow: 0 0 0 .2rem rgba(5,29,64,.25)
}

.form-select {
    position: relative;
}

.form-select__select:focus {
    color: #495057;
    border-color: #d2d6d8;
    -webkit-box-shadow: 0 0 0 .2rem rgba(5,29,64,.25);
    box-shadow: 0 0 0 .2rem rgba(5,29,64,.25)
}

.form-checkbox__label {
    font-weight: 700;
}

.form-checkbox__checkbox {
    cursor: pointer;
}

a:active, a:focus, a:visited {
    color: #758aa6;
}

.button {
    font-weight: 700;
    font-family: Radikal;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 12px 15px;
    letter-spacing: .09375rem;
    font-size: .75rem;
    line-height: 1.2;
    text-transform: uppercase;
    border-radius: 0;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

.button--primary {
    min-width: 100px;
    min-height: 56px;
    width: 100%;
    color: #e3fc02;
    transition: background-color .3s linear,border .3s linear;
    background-color: #051d40;
    border: 1px solid #051d40;
    border-color: #010811;
    padding: .375rem .75rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1rem;
    border-radius: 5px;
}

    .button--primary:hover {
        color: #fff;
        background-color: #020d1d;
        border-color: #010811;
    }

.button-content {
    display: flex;
    justify-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.field-validation-invalid {
    margin-top: 10px;
    font-weight: 700;
    font-family: Radikal;
    color: #d0021b;
    font-size: .83rem;
    letter-spacing: .01875rem;
    line-height: 1.67;
}

.invalid {
    border: 2px solid #d0021b
}

.validation-text {
    color: #d0021b
}
