.field-validation-valid {
    display: none;
}

.red {
    color: red;
    font-weight: bold;
}

.free-registration {
    font-size: 19px;
}

.alert {
    padding: 10px;
}

.highcharts-button {
    display: none;
}

.bu {
    font-weight: bold;
    text-decoration: underline;
}

.dropright .dropdown-toggle::after {
    display: none;
}

.dropright .dropdown-menu {
    margin-left: -1px;
}

@media (max-width: 768px) {
    .dropright .dropdown-menu {
        left: 15px;
    }
}


/* styles after bootstrap update */
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    background-color: #ffffff;
}


@media (min-width: 768px) {
    .navbar-nav > li {
        float: left;
    }

    .navbar-toggle {
        display: none;
    }
}

.nav.navbar-nav {
    float: left;
}

    .nav.navbar-nav li a {
        text-decoration: none;
    }

/*.nav.navbar-nav li a:hover {
            color: #ffffff;
            background-color: #ffac30;
        }*/

.nav > li {
    position: relative;
    display: block;
}

.navbar-nav {
    flex-direction: inherit;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media (min-width: 768px) {
    .navbar-right {
        float: right !important;
    }
}

.visible-xs, tr.visible-xs, th.visible-xs, td.visible-xs {
    display: none !important;
}

@media (min-width: 768px) {
    .navbar-nav > li {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .navbar-collapse.collapse {
        display: block;
    }
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu {
    position: absolute !important;
    top: 100%;
    left: 0;
    float: left;
    min-width: 160px;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

/*.nav.navbar-nav li.dropdown.megamenu.show .dropdown-toggle, .nav.navbar-nav li.dropdown.show a.dropdown-toggle {
    background: #15253e;
}*/

.input-group .twitter-typeahead {
    width: auto;
}

.quicksearch form {
    width: 100%;
}


.navbar-inverse .navbar-nav > .megamenu.open > a, .navbar-inverse .navbar-nav > .megamenu.show > a:hover, .navbar-inverse .navbar-nav > .megamenu.show > a:focus,
.navbar-inverse .navbar-nav > .megamenu.show > a:active, .dropdown.show a {
    /*color: #333 !important;*/
    /*background-color: #f4f4f4;*/
}

/*.regionList ul.columnList li a:hover {
    background: #15253e;
    color: white;
    text-decoration: none;
}*/

.dropdown megamenu.show a {
    color: #333;
    background-color: #f4f4f4;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    /*color: #333333;*/
    white-space: nowrap;
}

.quicksearch .btn.btn-primary.btn-lg {
    position: absolute;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
}

#search-btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 3px;
}


.input-group .form-control.tt-input, .input-group .form-control.tt-query {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
}

.input-group .twitter-typeahead {
    width: calc(100% - 100px);
}

.navbar-header {
    width: 100%;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

@media (max-width: 767px) {
    .hidden-xs, tr.hidden-xs, th.hidden-xs, td.hidden-xs {
        display: none !important;
    }
}

.navbar-inverse .navbar-toggle {
    border-color: #333333;
}

.navbar-brand {
    float: left;
    font-size: 18px;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
}

.navbar-brand {
    line-height: 25px;
    padding: 12px 15px;
}

.navbar-inverse .navbar-brand {
    color: #999999;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

@media (max-width: 768px) {
    .navbar.navbar-inverse.yamm {
        padding: 0;
    }

    .navbar-collapse {
        max-height: 340px;
        padding-right: 15px;
        padding-left: 15px;
        overflow-x: visible;
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        -webkit-overflow-scrolling: touch;
    }

    .navbar.navbar-inverse .container {
        box-sizing: unset;
        max-width: 100%;
        padding: 0;
    }

    .navbar-nav {
        display: block;
    }

    .navbar-collapse.collapse.show {
        padding: 0;
    }

    .nav.navbar-nav li a {
        width: 100%;
        display: block;
        padding: 10px;
    }

    .nav.navbar-nav {
        float: inherit;
    }

    .dropdown-menu.show {
        width: 100%;
        position: relative !important;
    }
}

.search-section {
    width: 100%;
}

    .search-section button {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

.navbar-header:after {
    clear: both;
}

.navbar-header:before, .navbar-header:after {
    display: table;
    content: " ";
}

/*.dropdown.show a:hover {
    color: black !important;
    background-color: #f4f4f4 !important;
}*/

.dropdown.show a ul li a:hover {
    background-color: #BCC6C6 !important;
    color: #333 !important;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
}

#aboutNav ul li a:hover {
    color: #ffac30 !important;
    background-color: transparent !important;
}



/* tabs */
.nav.nav-tabs.nav-justified > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav-tabs > li > a, .nav-tabs.nav-justified > li > a {
    border-radius: 0;
    border-bottom: none;
    color: #999;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        margin-bottom: -2px;
        border-color: #eee;
    }
}


.companyInfo .navbar.navbar-default {
    padding: 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-color: transparent;
    background-color: #fff;
    color: #222;
}

.nav-tabs.nav-justified {
    width: 100%;
}

/*.nav-tabs.nav-justified {
    background-color: #eee;
    border-bottom: 1px solid #bbb;
}*/

.nav-justified > li {
    text-align: center;
}

    .nav-justified > li > a:hover {
        text-decoration: none;
    }

.navbar-collapse.collapsedTabs {
    display: block !important;
}


/* rest */
.hidden {
    display: none !important;
    visibility: hidden !important;
}

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

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #cccccc;
    content: "/\00a0";
}

.form-control {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
}

footer .navbar-default .navbar-nav > li > a {
    color: #777777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #333333;
    background-color: transparent;
}

.dropdown.aboutMenu.show li a:hover {
    background-color: #BCC6C6 !important;
    color: #333 !important;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7) !important;
}

.collapse {
    display: none;
}

.show {
    display: block !important;
}

.collapse.in {
    display: block !important;
}

h6, .h6 {
    font-size: 12px;
}


h4, .h4 {
    font-size: 18px;
}

h3, .h3 {
    font-size: 24px;
}

h1, h2, h3 {
    margin-bottom: 10px;
}

.panel-heading {
    padding: 10px 15px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.1;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
}

input[type=checkbox], input[type=radio] {
    margin-right: 4px;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}

.radio, .checkbox {
    margin-top: 10px;
}

a.list-group-item:hover, a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5;
}

.profileInfoNoImage .row {
    margin-left: 0;
    margin-right: 0;
}

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

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

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

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

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

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

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

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

.regionList ul.columnList li a {
    background: #242424;
}

.tt-dataset-quickSearch, .tt-dropdown-menu {
    z-index: 1000 !important;
}

#homepage .row.equal {
    padding-left: 15px;
    padding-right: 15px;
}

footer nav.navbar {
    padding: 0;
}

/* Events page */

.events-page ul.events {
    list-style-type: none;
}

.events-page  h3 {
    font: bold 20px/1.5 Helvetica, Verdana, sans-serif;
}

.events-page  ul.events li img {
    float: left;
    margin: 0 15px 0 0;
}

.events-page  ul.events li p {
    font: 200 12px/1.5 Helvetica, Verdana, sans-serif;
}

 .events-page ul.events li {
    padding: 10px;
    overflow: auto;
}

 .events-page ul.events li:hover {
    background: #eee;
    cursor: pointer;
}

.events-page .header {
    line-height: 28px;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 20px;
}

.events-page .header:after {
    background-color: #12284c;
    height: 4px;
    width: 128px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.events-page {
    position: relative;
}

.events-page .events a:hover,
.events-page .events a:active
{
    color:#104E2A;
}

.events-page .events{
    padding-top: 20px;
    padding-left: 25px;
}

.events-page .navigation-buttons {
    display: inline-flex;
}

.events-page .navigation-buttons a {    
    padding: 0 40px;
    margin-left:1px;
    color: white;
    background-color: rgb(99, 101, 105);
    font-size: 16px;
    line-height: 48px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    border: none;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-box-shadow: 0 2px 10px 0 rgb(51 51 51 / 5%), 0 4px 20px 0 rgb(51 51 51 / 10%);
    min-width: 177px;
}

.events-page .navigation-buttons a.active
{
    background-color: #104E2A;
}

.events-page .navigation-buttons a:hover{
    background-color: #187741;
}

@media only screen and (min-width: 1200px) {
    .events-page .navigation-buttons {
        position: absolute;
        top: 0;
        right: 0;
    }
}
.event-thumbnail {
    max-width: 300px;
    width:100%;
}