﻿@import url('/fonts/fonts.css');

html, body {
    font-family: 'Open Sans' !important;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
}

.header-content, .footer-content {
    max-width: 100% !important;
    margin: 0 auto;
    background: #ffffff;
}

.footer-content{
    text-align: center;
}

.container {
    max-width: 1000px !important;
    padding: 0px;
    min-height: calc(50vh - 155px);
    background-color: #ffffff;
}

.footer {
    width: 157px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.main-content {
    float: right;
    display: inline-block;
    width: 80%;
    border-left: 1px solid #ccc;
    padding: 0.5em 1.5em 1.5em 1.5em;
    min-height: 16em;
}

.navbar {
    min-height: 40px;
}

.navbar-collapse {
    max-height: none;
    padding: 0px;
    margin: 0px;
    background-color: #ffffff;
}

    .navbar-collapse.collapse {
        padding: 0px;
        margin: 0px;
        background-color: #ffffff;
    }

.nav.navbar-left {
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.nav-divider {
    margin: 5px 0 !important;
}

.navbar-default {
    border: none;
    border-color: none;
}

.nav.navbar-left.navbar-nav > li > a:hover,
li > a.dropdown:hover,
.dropdown-menu > li > a:hover {
    background-color: #e7e7e7 !important;
}

li > a {
    word-wrap: break-word;
}

.dropdown-menu {
    padding: 0px;
    margin: 0px;
    border: none;
    border-radius: 0px;
    width: 100%;
}

.navbar-brand {
    padding-left: 25px;
    display: none;
}

.general.information.field.header {
    margin-bottom: 2px;
}

input:disabled, textarea:disabled {
    cursor: default !important;
}

.input-group.eventpage.activity:not(:last-of-type) {
    margin: 0px 0px 5px 0px;
}

.panel-group.activity-group {
    margin-bottom: 5px;
}

.activity-wrapper * {
    border-radius: 0 !important;
}

.panel-title > a:hover {
    text-decoration: none;
}

.nav.navbar-left.navbar-nav > li > a:focus,
.nav.navbar-left.navbar-nav > li > a:active {
    outline: none;
}

#content a{
    text-decoration: underline;
}

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .dropdown-menu {
        margin-left: 100%;
        margin-top: -3.15em !important;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 6px;
    }

        .dropdown-menu > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

    .sidebar-nav .navbar .navbar-collapse {
        padding: 0;
        max-height: none;
    }

    .sidebar-nav .navbar ul {
        float: none;
    }

    .sidebar-nav .navbar li {
        float: none;
        display: block;
    }

        .sidebar-nav .navbar li a {
            padding-top: 12px;
            padding-bottom: 12px;
        }

    .navbar-collapse .navbar-nav.navbar-left:first-child {
        margin-left: 0px;
    }

    .panel-body.activities {
        padding: 10px 10px 10px 10px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    body {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .menu-content {
        max-width: none;
        width: 100%;
        min-height: 4em;
    }

    .main-content {
        min-height: 16em;
        width: 100%;
        border-left: none;
    }

    .panel-body.activities {
        padding: 10px 2px 2px 2px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
}


/* New layout (from support) */
/*EVENTPAGE START*/
html {
    height: auto;
    overflow: auto;
    background: white;
}

body {
    margin: 0;
    padding: 0;
}

.main-content {
    float: none;
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
}

.body-content, .container {
    width: 100%;
    max-width: 100% !important;
}

.menu-content {
    position: relative;
    margin-left: auto;
    max-width: 100%;
    min-height: 0;
    text-align: center;
    top: 0;
    left: 0;
    z-index: 20;
    box-shadow: none;
    background-color: #ffffff;
    border-color: #ffffff;
    width: auto;
    display: block;
    min-width: 10em;
}

.wrapper .hero {
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: #ffffff;
    text-transform: uppercase;
    height: 50vh;
    max-height: 50vh;
    min-width: 100%;
    text-shadow: 2px 2px #000;
}


.header-content {
    display: flex;
    position: relative;
    top: 0;
    left: 0;
    vertical-align: middle;
    z-index: 999999;
    align-items: center;
    justify-content: space-between;
    max-width: 100% !important;
    width: 100%;
    background: #ffffff;
    height: auto;
    padding: 0;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 5px 10px;
}


    .header-content img {
        max-height: 100%;
        margin: 0px 40px 0 20px;
        display: inline-block;
    }

.wrapper .hero-text {
    font-weight: 800;
    letter-spacing: 2px;
    font-size: calc(1.5em + 1.5vw);
    text-align: center;
    max-width: 1000px;
    word-break: break-word;
}

.navbar-collapse.collapse {
    background: white;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
    margin: 0 10px 0 auto;
    width: 100%;
    min-height: auto;
}

.navbar {
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: none;
    text-align: right;
}

.nav.navbar-left.navbar-nav li {
    display: inline-block;
    color: transparent;
    font-weight: bold;
    letter-spacing: 1px;
}

.nav.navbar-left.navbar-nav a {
    height: 90px;
    padding: 0 24px;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background: transparent;
    border: none;
    font-size: 15px;
}

.nav.navbar-left.navbar-nav > li > a:hover,
li > a.dropdown:hover,
.dropdown-menu > li > a:hover {
    background: transparent !important;
}

.nav.navbar-left.navbar-nav > li > a:hover,
.nav.navbar-left.navbar-nav > li > a:focus{
    color: #000000;
}

body .navbar-default .nav.navbar-left.navbar-nav > li > a:hover,
body .navbar-default .nav.navbar-left.navbar-nav > li > a:focus,
body .navbar-default .nav.navbar-left.navbar-nav > li > a.active,
body .navbar-default .open .dropdown-menu > li > a:hover,
body .navbar-default .open .dropdown-menu > li > a.active,
.open .dropdown-menu li:hover a {
    color: #ee7365;
}

.navbar-default .navbar-toggle .icon-bar {
    background: #000000;
}

.wrapper {
    min-height: calc(100vh - (90px + 50vh));
}

#content {
    padding: 30px;
    margin: 0 auto;
    max-width: 1000px;
    line-height: 2.7rem;
    word-break: break-word;
}

    #content img {
        max-width: 100% !important;
        height: auto;
    }

.footer {
    padding-bottom: 10px;
}

.open .dropdown-menu li {
    width: 100%;
    z-index: 5;
    position: relative;
}

.menu-content li {
    background-color: #ffffff;
}

.dropdown-menu {
    width: auto;
}

.header-content img.img-responsive {
    max-height: 60px;
}

.nav.navbar-left.navbar-nav li.nav-divider {
    display: none;
}

.header-content {
    position: sticky;
}

.navbar-header {
    height: auto;
    padding-top: 5px;
}

.footer-content img.img-responsive {
    margin: 0 auto;
    display: inline-block;
}

@media only screen and (min-width: 768px) {
    .dropdown-menu {
        margin-top: 0 !important;
        margin: 0;
    }

    .dropdown > ul {
        left: 100%;
        transform: translateX(-100%);
    }

    .dropdown {
        border-right: 1px solid transparent;
        border-left: 1px solid transparent;
    }

    .nav.navbar-left.navbar-nav a {
        max-width: 300px;
        text-align: center;
        min-height: 90px;
    }

    ul.nav.navbar-left.navbar-nav {
        display: flex;
        flex-wrap: wrap;
    }

    .dropdown-menu > li > a {
        white-space: normal;
    }

    ul.dropdown-menu {
        min-width: 100%;
    }

    ul.nav.navbar-left.navbar-nav {
        justify-content: flex-end;
    }
}

@media only screen and (max-width: 767px) {

    .header-content {
        display: inline-block;
        position: relative;
        top: 0;
        vertical-align: middle;
        z-index: 999999;
        margin: 0 auto;
        background: #FFF;
        width: 100%;
        max-width: 100%;
    }

    .wrapper .hero {
        height: 40vh !important;
    }

    .nav.navbar-left.navbar-nav .open li {
        min-height: 0;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        padding: 10px;
        border-bottom: none;
    }

    .navbar-collapse.collapse {
        background: white;
        border-top: white;
        text-align: center;
    }

    .navbar-default .navbar-toggle {
        border-color: #fff;
        margin-top: 0;
        margin-bottom: 0;
    }

    .navbar {
        border-bottom: none;
    }

    .navbar-default .navbar-collapse {
        border-color: #ffffff;
    }

    .nav.navbar-left.navbar-nav a {
        width: 100%;
        height: auto;
        padding: 0 3px;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        font-size: 15px;
        padding: 20px;
        margin-right: 0px;
        border-bottom: 1px solid #f2f2f2;
    }

    .nav.navbar-left.navbar-nav li {
        text-align: center;
        display: block;
        min-height: 0;
    }

    .nav a {
        display: inline-block !important;
        margin-right: 13px;
    }

    .nav {
        /*margin-top: 20px !important;
		margin-bottom: 20px !important;*/
    }

    .navbar-header {
        background-color: white;
        height: auto;
    }

    .menu-content {
        width: 100%;
        max-width: 100%;
        min-height: 0;
        text-align: center;
        position: relative;
        top: 0;
        left: 0;
        z-index: 20;
        display: inline-block;
        box-shadow: 0 -1px 2px 0px #dcd7d7;
    }

    #content {
        margin: 0 auto;
        max-width: 1000px;
    }

    .wrapper {
        min-height: calc(100vh - (90px + 40vh));
    }

    img.img-responsive {
        display: block;
        margin: 10px auto;
    }

    .navbar-collapse.sidebar-navbar-collapse.collapse.in {
        overflow: visible;
    }

    ul.nav.navbar-left.navbar-nav {
        height: auto;
    }

    .dropdown.open {
        min-height: 50px;
        height: auto;
    }
    /*.dropdown.open a {
		min-height: 50px;
		}*/
    .navbar-nav .open .dropdown-menu {
        top: 0;
        position: relative;
    }

    .navbar.navbar-default {
        width: 100%;
    }

    .dropdown li a {
        white-space: normal;
    }
}
/*EVENTPAGE END*/
/*MOBILE START*/
.ui-page.ui-body-c.ui-page-active {
    position: relative;
}
/*MOBILE END*/
