﻿html {
    overflow-y: scroll;
}

body {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: #000000;
    padding-top: 115px;
    font-family: 'Poppins', sans-serif;
}

h1 {
    font-size: 30px;
}

p {
    padding-bottom: 5px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
}

.datatable td {
    padding: 2px;
    font-size: 13px;
}

ul {
    list-style-type: square;
}

#content a:link, #content a:visited {
    color: #0e3449;
    text-decoration: none;
    border-bottom: 1px dotted #0e3449;
}

#content a:hover, #content a:active {
    color: #0e3449;
    text-decoration: none;
    border-bottom: none;
}

#logo {
    position: absolute;
    left: 0;
    bottom: 0;
}

button, .btn {
    cursor: pointer;
}

#sources {
    margin-top: 25px;
}

.note {
    font-size: 11px;
    color: Gray;
}

.warning, .error {
    font-weight: bold;
    color: #e80c4d;
}

.dataset-error {
    padding-top: 25px;
    padding-bottom: 25px;
}

footer div#menu a.active {
    text-decoration: underline;
}

#filters {
    display: none;
    visibility: hidden;
}

#dataset-change {
    display: none;
    visibility: hidden;
}

#documentation-links li {
    line-height: 1.5em;
    float: left;
    width: 33%;
}

/*#example-links li {
    line-height: 1.5em;
    float: left;
    width: 50%;
}*/

/*#faq-links li {
    line-height: 1.5em;
    float: left;
    width: 50%;
}*/

table tr th.left {
    text-align: left !important;
}

table tr th.center {
    text-align: center !important;
}

table tr th.right {
    text-align: right !important;
}

.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    /*font-size: 1.1em;*/
}

.validation-summary-valid {
    display: none;
}

#loading {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 1000;
}

#loadingcontent {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#loadingspinner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    font-size: larger;
    padding-top: 80px;
}

/* responsive */
@media (min-width: 1100px) {
    #main {
        width: 1024px;
        margin: 0 auto;
    }
}

@media (min-width: 900px) {
    #dataset-change {
        display: block;
        visibility: visible;
    }
}

@media (min-width: 925px) {
    #filters {
        display: block;
        visibility: visible;
    }
}

@media (max-width: 1200px) {
    /*#example-links li {
        width: 100%;
    }*/

    /*#faq-links li {
        width: 100%;
    }*/
}

@media (max-width: 1200px) {
    #documentation-links li {
        width: 50%;
    }
}

@media (max-width: 800px) {
    #documentation-links li {
        width: 100%;
    }
}

/* navigation */
.navbar {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    transition: all .25s;
    background-color: white !important;
    border-bottom: solid 1px rgba(0,0,0,.05);
}

.brand-logo {
    max-height: 75px;
    transition: all .25s;
    margin-left: 15px;
}

body.xs .brand-logo {
    max-width: 200px;
}

.navbar-toggler {
    background-color: #1D6C98;
    margin-right: 15px;
}

.navbar-toggler:focus {
    outline: none;
}

.nav-item {
    padding-left: 15px;
    padding-right: 15px;
}

/* navigation links */
a.nav-link {
    position: relative;
    text-decoration: none;
    color: #000000 !important;
}

    a.nav-link:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #1D6C98;
        visibility: hidden;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s
    }

    a.nav-link:hover:before, a.nav-link.active:before {
        visibility: visible;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

.navbar-dark .navbar-nav {
    background-color: white;
}

.collapse.show .navbar-nav, .collapsing .navbar-nav {
    background-color: rgba(0,0,0,.05) !important;
}

.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .nav-link {
    transition: all 1s;
}

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: #1D6C98 !important;
    }

.section {
    width: 220px;
    height: 195px;
    float: left;
    background-color: #ffffff;
    padding: 12px;
    border: 1px solid #cccccc;
    margin-right: 16px;
}

.glyphicon-chevron-right {
    font-size: 11px;
    color: #ABB7B7;
}

#categories-menu {
    clear: both;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}

    #categories-menu .glyphicon {
        font-size: 32px;
        padding: 1px;
    }

.icon {
    /*text-align: center;
                    float: left;*/
    display: inline-block;
    padding-right: 0;
    margin: auto;
    float: initial;
    font-size: 36px;
}

.none {
    border-bottom: none !important;
}

.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

/* wiggle */

/* safari and chrome */
@-webkit-keyframes wiggle {
    0% {
        -webkit-transform: rotate(4deg);
    }

    50% {
        -webkit-transform: rotate(-4deg);
    }

    100% {
        -webkit-transform: rotate(4deg);
    }
}

/* firefox */
@-moz-keyframes wiggle {
    0% {
        -moz-transform: rotate(4deg);
    }

    50% {
        -moz-transform: rotate(-4deg);
    }

    100% {
        -moz-transform: rotate(4deg);
    }
}

/* anyone brave enough to implement the ideal method */
@keyframes wiggle {
    0% {
        transform: rotate(4deg);
    }

    50% {
        transform: rotate(-4deg);
    }

    100% {
        transform: rotate(4deg);
    }
}

/*glow for webkit*/
@-webkit-keyframes neon1 {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FF1177, 0 0 70px #FF1177, 0 0 80px #FF1177, 0 0 100px #FF1177, 0 0 150px #FF1177;
    }

    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FF1177, 0 0 35px #FF1177, 0 0 40px #FF1177, 0 0 50px #FF1177, 0 0 75px #FF1177;
    }
}

@-webkit-keyframes neon2 {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #228DFF, 0 0 70px #228DFF, 0 0 80px #228DFF, 0 0 100px #228DFF, 0 0 150px #228DFF;
    }

    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #228DFF, 0 0 35px #228DFF, 0 0 40px #228DFF, 0 0 50px #228DFF, 0 0 75px #228DFF;
    }
}

@-webkit-keyframes neon3 {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FFDD1B, 0 0 70px #FFDD1B, 0 0 80px #FFDD1B, 0 0 100px #FFDD1B, 0 0 150px #FFDD1B;
    }

    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FFDD1B, 0 0 35px #FFDD1B, 0 0 40px #FFDD1B, 0 0 50px #FFDD1B, 0 0 75px #FFDD1B;
    }
}

@-webkit-keyframes neon4 {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #B6FF00, 0 0 70px #B6FF00, 0 0 80px #B6FF00, 0 0 100px #B6FF00, 0 0 150px #B6FF00;
    }

    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #B6FF00, 0 0 35px #B6FF00, 0 0 40px #B6FF00, 0 0 50px #B6FF00, 0 0 75px #B6FF00;
    }
}

@-webkit-keyframes neon5 {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FF9900, 0 0 70px #FF9900, 0 0 80px #FF9900, 0 0 100px #FF9900, 0 0 150px #FF9900;
    }

    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FF9900, 0 0 35px #FF9900, 0 0 40px #FF9900, 0 0 50px #FF9900, 0 0 75px #FF9900;
    }
}

@-webkit-keyframes neon6 {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff00de, 0 0 70px #ff00de, 0 0 80px #ff00de, 0 0 100px #ff00de, 0 0 150px #ff00de;
    }

    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff00de, 0 0 35px #ff00de, 0 0 40px #ff00de, 0 0 50px #ff00de, 0 0 75px #ff00de;
    }
}
/*glow for mozilla*/

@-moz-keyframes neon1 {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FF1177, 0 0 70px #FF1177, 0 0 80px #FF1177, 0 0 100px #FF1177, 0 0 150px #FF1177;
    }

    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FF1177, 0 0 35px #FF1177, 0 0 40px #FF1177, 0 0 50px #FF1177, 0 0 75px #FF1177;
    }
}

@-moz-keyframes neon2 {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #228DFF, 0 0 70px #228DFF, 0 0 80px #228DFF, 0 0 100px #228DFF, 0 0 150px #228DFF;
    }

    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #228DFF, 0 0 35px #228DFF, 0 0 40px #228DFF, 0 0 50px #228DFF, 0 0 75px #228DFF;
    }
}

@-moz-keyframes neon3 {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FFDD1B, 0 0 70px #FFDD1B, 0 0 80px #FFDD1B, 0 0 100px #FFDD1B, 0 0 150px #FFDD1B;
    }

    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FFDD1B, 0 0 35px #FFDD1B, 0 0 40px #FFDD1B, 0 0 50px #FFDD1B, 0 0 75px #FFDD1B;
    }
}

@-moz-keyframes neon4 {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #B6FF00, 0 0 70px #B6FF00, 0 0 80px #B6FF00, 0 0 100px #B6FF00, 0 0 150px #B6FF00;
    }

    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #B6FF00, 0 0 35px #B6FF00, 0 0 40px #B6FF00, 0 0 50px #B6FF00, 0 0 75px #B6FF00;
    }
}

@-moz-keyframes neon5 {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FF9900, 0 0 70px #FF9900, 0 0 80px #FF9900, 0 0 100px #FF9900, 0 0 150px #FF9900;
    }

    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FF9900, 0 0 35px #FF9900, 0 0 40px #FF9900, 0 0 50px #FF9900, 0 0 75px #FF9900;
    }
}

@-moz-keyframes neon6 {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff00de, 0 0 70px #ff00de, 0 0 80px #ff00de, 0 0 100px #ff00de, 0 0 150px #ff00de;
    }

    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff00de, 0 0 35px #ff00de, 0 0 40px #ff00de, 0 0 50px #ff00de, 0 0 75px #ff00de;
    }
}
/*glow*/

@keyframes neon1 {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FF1177, 0 0 70px #FF1177, 0 0 80px #FF1177, 0 0 100px #FF1177, 0 0 150px #FF1177;
    }

    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FF1177, 0 0 35px #FF1177, 0 0 40px #FF1177, 0 0 50px #FF1177, 0 0 75px #FF1177;
    }
}

@keyframes neon2 {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #228DFF, 0 0 70px #228DFF, 0 0 80px #228DFF, 0 0 100px #228DFF, 0 0 150px #228DFF;
    }

    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #228DFF, 0 0 35px #228DFF, 0 0 40px #228DFF, 0 0 50px #228DFF, 0 0 75px #228DFF;
    }
}

@keyframes neon3 {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FFDD1B, 0 0 70px #FFDD1B, 0 0 80px #FFDD1B, 0 0 100px #FFDD1B, 0 0 150px #FFDD1B;
    }

    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FFDD1B, 0 0 35px #FFDD1B, 0 0 40px #FFDD1B, 0 0 50px #FFDD1B, 0 0 75px #FFDD1B;
    }
}

@keyframes neon4 {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #B6FF00, 0 0 70px #B6FF00, 0 0 80px #B6FF00, 0 0 100px #B6FF00, 0 0 150px #B6FF00;
    }

    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #B6FF00, 0 0 35px #B6FF00, 0 0 40px #B6FF00, 0 0 50px #B6FF00, 0 0 75px #B6FF00;
    }
}

@keyframes neon5 {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FF9900, 0 0 70px #FF9900, 0 0 80px #FF9900, 0 0 100px #FF9900, 0 0 150px #FF9900;
    }

    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FF9900, 0 0 35px #FF9900, 0 0 40px #FF9900, 0 0 50px #FF9900, 0 0 75px #FF9900;
    }
}

@keyframes neon6 {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff00de, 0 0 70px #ff00de, 0 0 80px #ff00de, 0 0 100px #ff00de, 0 0 150px #ff00de;
    }

    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff00de, 0 0 35px #ff00de, 0 0 40px #ff00de, 0 0 50px #ff00de, 0 0 75px #ff00de;
    }
}

.wiggle:hover {
    -webkit-animation: wiggle 0.5s infinite;
    -moz-animation: wiggle 0.5s infinite;
    animation: wiggle 0.5s infinite;
}


a.wiggle-img:hover img, a.wiggle-img:hover span {
    -webkit-animation: wiggle 0.5s infinite;
    -moz-animation: wiggle 0.5s infinite;
    animation: wiggle 0.5s infinite;
}

/* footer */
footer {
    margin-top: 50px;
    padding-bottom: 25px;
    border-top: solid 1px rgba(0,0,0,.05);
    padding-top: 10px;
}

    footer em {
        font-size: .85em;
        color: #1D6C98
    }

    /* footer social media */
    footer div.social ul, footer div.social ul li {
        display: inline-block;
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 22px;
        height: 28px;
        vertical-align: bottom;
    }

        footer div.social ul li {
            width: 28px;
        }

            footer div.social ul li a {
                padding-left: 5px;
                padding-right: 5px;
            }

                footer div.social ul li a i {
                    transition: all .5s;
                    padding-left: 5px;
                    padding-right: 5px;
                    transform: scale(1);
                }

                footer div.social ul li a:hover i {
                    padding-left: 0;
                    padding-right: 0;
                    transform: scale(1.75)
                }

            footer div.social ul li i.fa-facebook {
                color: #3b5998
            }

            footer div.social ul li i.fa-twitter {
                color: #1DA1F2
            }

            footer div.social ul li i.fa-google-plus {
                color: #DB4437
            }

            footer div.social ul li i.fa-youtube {
                color: #cc181e
            }

            footer div.social ul li i.fa-rss {
                color: #ff9740
            }

            footer div.social ul li i.fa-envelope {
                color: #2ecc71
            }

/* responsive */
@media(max-width: 767px) {
    .heading {
        font-size: 2rem;
    }

    /* footer */
    footer div.container {
        width: 100%;
        max-width: 100%;
    }

    footer div.d-flex {
        display: block !important;
    }

    div.copyright {
        display: block;
        width: 100%;
        text-align: center !important;
    }

    div.social {
        display: block;
        width: 100%;
        text-align: center !important;
    }

        div.social ul {
            float: none;
        }
}

@media(min-width: 768px) and (max-width: 991px) {
    /* footer */
    footer div.container {
        width: 100%;
        max-width: 100%;
    }

    footer div.d-flex {
        display: block !important;
    }

    div.copyright {
        display: block;
        width: 100%;
        text-align: center !important;
    }

    div.social {
        display: block;
        width: 100%;
        text-align: center !important;
    }

        div.social ul {
            float: none;
        }
}

.btn-default {
    background-color: #1D6C98;
    border-radius: 0;
    border: none;
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    transition: all .5s;
    cursor: pointer;
}

.btn-default:hover {
    background-color: #343a40;
}

#security-question-alt {
    display: none;
}

a {
    color: #1D6C98;
}

.section-title {
    font-weight: bold;
    font-size: 18px;
    color: #f1b441;
    padding-bottom: 10px;
}

#definitions li {
    margin-bottom: 5px;
}

.promo {
    color: #bd4147;
    font-weight: bold;
}

.editor-label {
    font-weight: bold;
}

hr {
    margin-top: 25px;
    margin-bottom: 25px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.hidden {
    display: none !important;
}

.table th, .table td {
    vertical-align: middle;
}

ul.features-list {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}

@media(max-width: 1200px) {
    ul.features-list {
        -webkit-column-count: 1; /* Chrome, Safari, Opera */
        -moz-column-count: 1; /* Firefox */
        column-count: 1;
    }
}

/* testimonials */
.home-testimonial {
    margin-top: 50px;
    background-color: #1D6C98;
    height: 315px
}

.home-testimonial-bottom {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 20px;
    margin-bottom: 0px;
    position: relative;
    height: 130px;
    top: 190px
}

.home-testimonial h3 {
    color: var(--orange);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase
}

.home-testimonial h2 {
    color: white;
    font-size: 28px;
    font-weight: 700
}

.testimonial-inner {
    position: relative;
    top: -174px
}

.testimonial-pos {
    position: relative;
    top: 24px
}

.testimonial-inner .tour-desc {
    border-radius: 5px;
    padding: 40px
}

.color-grey-3 {
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    color: #6c83a2
}

.testimonial-inner img.tm-people {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none
}

.link-name {
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    color: #6c83a2
}

.link-position {
    font-family: "Montserrat", Sans-serif;
    font-size: 12px;
    color: #6c83a2
}