html, body{
    font-family: "europa" !important;
    font-size: 16px;
    overflow-x: hidden;
}

.form-control:focus{
    border-color: #83CFF3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(238, 142, 99, 0.6);
}

.jumbotron.bg {
    background-image: url('/tulum/assets/images/branding/top-bg.jpg');
    background-size: cover;
    background-position: 0px -115px;
    background-repeat: no-repeat;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 100%;
    height: 170px;
    top:0;
    left:0;
    z-index: -1;
}

.jumbotron {
    margin-bottom: 0px;
    height: 350px;
    color: white;
    text-shadow: black 0.3em 0.3em 0.3em;
    background:transparent;
}

.class-30px-separator 
{
    margin-top: 30px;
}

.btn.btn-mobile {
    display:none;
}
.btn.btn-desktop {
    display: initial;
}
.save-photo-btn-holder {
    display: none;
}

@media screen and (max-width: 768px) {
    
    .get-in-touch .sections a .description {
        margin: 0 !important;
    }
    
    .class-30px-separator {
        margin-top: 0px;
    }
    html, body{
        font-family: "europa" !important;
        font-size: 16px;
    }

    .btn.btn-mobile {
        display:initial;
    }
    .btn.btn-desktop {
        display: none;
    }
    .save-photo-btn-holder {
        display: block;
    }
}

.header {
    height:50px;
    padding: 11px 0px;
}

.header a.menu-logo {
    display:block;
    width: 45px;
    height: 24px;
    background-image: url('https://staging-la17.summit.co/_images/_common/mainnavmedium/summit_logo.png');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    float: left;
}

.header ul.menu {
    list-style: none;
    display: table;
    float: left;
}

.header ul.menu li {
    list-style: none;
    display: inline-block;
    padding: 3px 20px;
}

.header ul.menu li.active {
    border-bottom: 4px solid #01c4a9;
    font-weight: 600;
}

.header .member {
    float: right;
    text-align: right;
}

.date-loc {
    color: #fff;
    font-size: 16px;
    margin: 15px 0;
    text-shadow: none;
}

form .input-error {
    color: #fff;
    font-weight: bold;
    background-color: #f11919;
    border-color: #ebccd1;
    width: 100%;
    margin-top: 3px;
    font-size: 14px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    display: none;
}
form.input-error.show {
    display: block;
}

form .control-label.error {
    color: #a94442;
}

.burnt-orange{
    color: #83CFF3;
}

.burnt-orange:active, .burnt-orange:hover{
    color:#f5560f;
}

.btn-tulum{
    background-color:#83CFF3;
    color:#fff;
    cursor: pointer;
    border-radius: 0;
}
.btn-tulum:hover, 
.btn-tulum:active{
    color:#fff;
}

.btn-tulum.gray {
    background-color: #d6d6d6 !important;
    color: #494949;
}

.btn-tulum-empty{
    background-color: transparent;
    color: #83CFF3;
    border: 3px solid #83CFF3;
}
.btn-tulum-empty:hover, 
.btn-tulum-empty:active{
    color: #83CFF3;
}

.registration-success-message {
    font-size: 30px;
    width: 100%;
    background-color: #83CFF3;
    height: 200px;
    display: table;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}

.registration-success-message center {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}

@media screen and (max-width: 991px) {
    .nominate .pre {
        width: 90%;
    }
}

.nominate h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    margin-top: 20px;
}

.nominate .pre,
.user-order .pre{
    width: 50%;
    margin: 0 auto;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}

.user-order .pre {
    margin: 30px 0 5px 0 !important;
}

.user-order .btn-summit-upgrade {
    margin: 30px 0 7px 0 !important;
}

.nominate button {
    margin: 30px auto 35px 0;
}

.nominate-form {
    margin-top: 30px;
}

.nominate-form .nom_errors {
    font-size: 15px;
    background: red;
    color: #fff;
    padding: 10px;
    display: none;
}

.user-order .hotel-description {
    text-align: right;
}

.section-header-bottom-border{
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #83CFF3;
}

.edit-profile-done {
    margin: 40px auto;
}
.edit-profile-form{
    margin-top: 36px !important;
}
.edit-profile-form label {
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 100;
    font-size: 13px;
    color: #666;
}
.edit-profile-form .btn.btn-default,
.edit-profile-form .btn.btn-save{
    background-color: rgb(1, 215, 188);
    border-radius:3px;
    box-shadow: rgba(0,0,0,.2) 2px 2px 3px;
    font-weight:normal;
    font-size:17px;
    color:#fff;
    margin: 1.5rem auto;
}
.edit-profile-form .btn.btn-cancel{
    background-color: transparent;
    border:none;
    font-weight:normal;
    font-size:17px;
    color: rgb(1, 215, 188);
    margin: 1.5rem auto;
}
.edit-profile-form .btn.btn-default:hover{
    background-color: rgba(1, 215, 188, .8);
}
.edit-profile-form .btn:hover,
.edit-profile-form .btn:focus
{
    border-color:transparent;
}
.edit-profile-form h3.full-name {
    margin-top: 0;
}
.edit-profile-form .fullwidth-btn {
    width: 100%;
}

#applyCss2 .taking-over .main-section-subtitle {
    margin-top: 50px;
}

@media screen and (max-width: 720px) {
    ul.campus-map-la18 {
        list-style: none;
        margin: 15px auto 0 auto;
        width: 90%;
        padding: 14px 15px;
        border-top: 3px solid #94c7ea;
    }
    ul.campus-map-la18 li {
        display: inline-block;
        font-size: 14px;
        padding: 0 10px 5px 0;
        width: 49%;
    }
    ul.campus-map-la18 li strong {
        text-transform: uppercase;
    }
    ul.campus-map-la18 li.separator {
        height:30px;
    }

    /* TAKING OVER*/

    #applyCss2 .taking-over .main-section-subtitle {
        width: 100%;
        margin-bottom: 15px;
        font-size: 21px;
    }
    
    #applyCss2 .centerblock-images .places-list {
        background: #f6f8fa;
        margin: 0;
    }

    #applyCss2 .taking-over .short-intro-title h3 {
        width: 100% !important;
        text-align: center !important;
    }

    #applyCss2 .centerblock-images .places-list {
        background: #f6f8fa;
        margin: 0;
    }

    #applyCss2 .centerblock-images.taking-over .short-intro-title {
        display: block;
        vertical-align: middle;
    }

    #applyCss2 .centerblock-images.taking-over .short-intro-title h3 {
        font-weight: 300;
        width: 100%;
        margin: 30px 0 15px 0;
        font-size: 18px;
        text-align:center;
    }

    #applyCss2 .centerblock-images.taking-over .image {
        position: relative;
        display: block;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    #applyCss2 .centerblock-images.taking-over .image:after {
        content: '';
        position: absolute;
        top: 0;
        margin: 0 15px;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
        opacity: .3;
        z-index:1;
    }

    #applyCss2 .centerblock-images.taking-over .image h4 {
        position: absolute;
        font-family: moriston_personal, Arial, sans-serif;
        font-weight: 600;
        padding-right: 10%;
        padding-left: 10%;
        color: #fff;
        top: 0;
        bottom: 0;
        margin: auto;
        font-size: 20px;
        height: 18px;
        left: 0;
        right: 0;
        z-index:2;
    }
}

/*@media screen and (min-width: 401px) and (max-width: 720px) {*/

/*}*/

@media screen and (min-width: 721px) and (max-width: 991px) {

    ul.campus-map-la18 {
        list-style: none;
        margin: 0px auto;
        width: 70%;
        padding: 30px 0 0 0;
        border-top: 3px solid #94c7ea;
    }
    ul.campus-map-la18 li {
        display: inline-block;
        font-size: 14px;
        padding: 0 10px 5px 0;
        width: 49%;
    }
    ul.campus-map-la18 li strong {
        text-transform: uppercase;
    }
    ul.campus-map-la18 li.separator {
        height:30px;
    }
    
    /* TAKING OVER*/
    
    #applyCss2 .taking-over .main-section-subtitle {
        width: 100%;
        margin-bottom: 15px;
    }
    
    #applyCss2 .centerblock-images .places-list {
        background: #f6f8fa;
        margin: 0;
    }
    
    #applyCss2 .taking-over .short-intro-title h3 {
        width: 100% !important;
        text-align: center !important;
    }

    #applyCss2 .centerblock-images .places-list {
        background: #f6f8fa;
        margin: 0;
    }
    
    #applyCss2 .centerblock-images.taking-over .short-intro-title {
        display: block;
        vertical-align: middle;
    }

    #applyCss2 .centerblock-images.taking-over .short-intro-title h3 {
        font-weight: 300;
        width: 100%;
        margin: 30px 0 15px 0;
        font-size: 18px;
        text-align:center;
    }

    #applyCss2 .centerblock-images.taking-over .image {
        position: relative;
        display: block;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    #applyCss2 .centerblock-images.taking-over .image:after {
        content: '';
        position: absolute;
        top: 0;
        margin: 0 15px;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
        opacity: .3;
        z-index:1;
    }

    #applyCss2 .centerblock-images.taking-over .image h4 {
        position: absolute;
        font-family: moriston_personal, Arial, sans-serif;
        font-weight: 600;
        padding-right: 10%;
        padding-left: 10%;
        color: #fff;
        top: 0;
        bottom: 0;
        margin: auto;
        font-size: 20px;
        height: 18px;
        left: 0;
        right: 0;
        z-index:2;
    }
    
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .vertical-middle {
        display: table-cell;
        vertical-align: middle;
    }

    .table-full-height {
        display: table;
        height: 100%;
    }

    .md-move-to-left {
        margin-left: -30px;
    }
    
    ul.campus-map-la18 {
        list-style: none;
        margin: 0px auto;
        width: 70%;
        padding: 30px 0 0 0;
        border-top: 3px solid #94c7ea;
    }
    ul.campus-map-la18 li {
        display: inline-block;
        font-size: 14px;
        padding: 0 10px 5px 0;
        width: 49%;
    }
    ul.campus-map-la18 li strong {
        text-transform: uppercase;
    }
    ul.campus-map-la18 li.separator {
        height:30px;
    }

    /* TAKING OVER */
    
    #applyCss2 .centerblock-images .places-list {
        background: #f6f8fa;
        margin: 0;
    }

    #applyCss2 .taking-over .places-list {
        display: table;
        height: 100%;
    }
    #applyCss2 .taking-over .places-list .outer-parent {
        display: table;
        height: 100%;
    }
    #applyCss2 .taking-over .places-list .inner-child {
        vertical-align: middle;
        display: table-cell;
    }

    #applyCss2 .taking-over .short-intro-title h3 {
        font-weight: 300;
        width: 43%;
        margin: 30px 0 15px 0;
        font-size: 18px;
        text-align: left;
    }

    #applyCss2 .centerblock-images .places-list {
        background: -webkit-linear-gradient(top, transparent 15%, #f6f8fa 15%, #f6f8fa 85%, transparent 0%);
        margin: 0;
    }
    
    #applyCss2 .taking-over .main-section-subtitle {
        width: 63%;
        margin-bottom: 30px;
    }
    
}

@media screen and (min-width: 1199px) {
    
    .vertical-middle {
        display: table-cell; 
        vertical-align: middle;
    }
    
    .lg-move-to-left {
        margin-left: -30px;
    }

    .table-full-height {
        display: table;
        height: 100%;
    }
    
    ul.campus-map-la18 {
        list-style: none;
        margin: 0px auto;
        width: 70%;
        padding: 30px 0 0 0;
        border-top: 3px solid #94c7ea;
    }
    ul.campus-map-la18 li {
        display: inline-block;
        font-size: 14px;
        padding: 0 10px 5px 0;
        width: 49%;
    }
    ul.campus-map-la18 li strong {
        text-transform: uppercase;
    }
    ul.campus-map-la18 li.separator {
        height:30px;
    }

    /* TAKING OVER */
    
    #applyCss2 .taking-over .places-list {
        display: table;
        height: 100%;
        /*border:1px solid green;*/
    }
    #applyCss2 .taking-over .places-list .outer-parent {
        display: table;
        height: 100%;
        /*border:1px solid blue;*/
    }
    #applyCss2 .taking-over .places-list .inner-child {
        vertical-align: middle;
        display: table-cell;
    }
    
    #applyCss2 .taking-over .main-section-subtitle {
        width: 63%;
        margin-top: 80px;
        margin-bottom: 30px;
    }

    #applyCss2 .centerblock-images.taking-over .images-wrapper {
        position: relative;
        /*height:440px;*/
    }
    #applyCss2 .centerblock-images.taking-over .images-holder {
        left: 50%;
        top: 50%;
        width:100%;

        position : absolute;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    #applyCss2 .centerblock-images.taking-over .outer {
        display: table;
        position:relative;
        width:100%;
        height: 440px;
    }
    #applyCss2 .centerblock-images.taking-over .short-intro-title {
        display: table-cell;
        vertical-align: middle;
    }

    #applyCss2 .centerblock-images.taking-over .short-intro-title h3 {
        font-weight: 300;
        width: 228px;
        margin: 0 0 0 50px;
        text-align: left;
        font-size: 25px;
    }
    
    #applyCss2 .centerblock-images.taking-over .short-intro-title {
        display: block;
        vertical-align: middle;
    }

    #applyCss2 .centerblock-images.taking-over .short-intro-title h3 {
        font-weight: 300;
        width: 43%;
        margin: 30px 0 15px 0;
        font-size: 22px;
        text-align: left;
    }

    #applyCss2 .centerblock-images.taking-over .image {
        position: relative;
        display: block;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    #applyCss2 .centerblock-images.taking-over .image:after {
        content: '';
        position: absolute;
        top: 0;
        margin: 0 15px;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(rgba(0,0,0,1),rgba(0,0,0,1));
        opacity: .3;
        z-index:1;
    }

    #applyCss2 .centerblock-images.taking-over .image h4 {
        position: absolute;
        font-family: moriston_personal, Arial, sans-serif;
        font-weight: 600;
        padding-right: 10%;
        padding-left: 10%;
        color: #fff;
        top: 0;
        bottom: 0;
        margin: auto;
        font-size: 20px;
        height: 18px;
        left: 0;
        right: 0;
        z-index:2;
    }

    #applyCss2 .centerblock-images .places-list {
        background: -webkit-linear-gradient(top, transparent 15%, #f6f8fa 15%, #f6f8fa 85%, transparent 0%);
        margin: 0;
    }
    
}