﻿/* CAREERS PAGE WIDGET 
   ========================================================================== */   
 .clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
  .linkButtonArrow, #side4 .flexcarousel .slides img.linkButtonArrow {
    width: 18px;
    height: 20px;
    background-size: 18px 20px;
    margin-left: 15px;
    float: none;
    display: inline-block;
    margin-right: 0;
    vertical-align: middle;
}
.careersContainer {
     margin: 10px 0 30px 0;
     border-bottom: 1px solid #E0DFDF; 
     padding: 60px 0;
}
   
.careersContainer .careersColumn {
     
     background: #ffffff;
     border-right: 1px solid #ECE7E7;
     
}

.careersContainer .careersColumn.CareerLast { border: 0; }
   
.careersContainer .careersColumn:after { content:'\00a0'; margin-right: 10px;}   
   
.careersContainer h3 {
    
 
     font-weight: normal;
     letter-spacing: 2px;
     line-height: 24px;
     font-size:24px;
     text-transform: uppercase;
}  

.careersContainer .noDropdown {
     display: none;
}

#contentShell .careersContainer a, .textWidget .careersContainer a {
    text-decoration: none;
}


article ul li.firstList { 
     border: 0; 
     margin-bottom: 15px;
     padding: 0;
     position: relative;
}

.hotelListLink { 
     cursor: pointer;
}

.hotelListLink .hotelButtonArrow, .hotelButtonArrow {
     width: 20px;
     height: 18px;
     background-size: 20px 18px;
}

article ul.hotelList {
     margin: 0 0 15px 0;
}


.hotelList ul.hotelName {
     background: #D7AB68;
     display: none;
     position: absolute;
     top: 40px;
     left:0px;
     z-index: 11;
     
         width: 215px;
         width:100%;
     -webkit-appearance: none;
     height: 200px;
     padding:0;
     border: 1px solid #1e90ff;
}

ul.hotelList .firstList { position:relative;width:100% }

.hotelList ul.hotelName li { 
     padding: 0;
     border-bottom: 1px solid #fff;
   
}

.hotelList ul.hotelName li.CareerPropertyLast {
     border-bottom: 0;
}

.hotelList ul.hotelName li a{ 
     display: block;
     padding: 2px 0 2px 24px;
     -webkit-appearance: none;
     -moz-border-radius: 5px 5px 5px 5px;
     -webkit-border-radius: 5px 5px 5px 5px;
     border-radius: 0;
     text-transform: capitalize;
         font-family: 'Roboto Slab', serif;
}
.hotelList {

    color: #fff;
  position:relative;
    transition: color 0.25s ease, background-color 0.25s ease;
    }
.hotelList, .hotelList ul { list-style: none; }

.hotelList:hover {     background: #C1944F; }

ul.hotelList .hotelListLink, .hotelList ul { 
    
     width: 100%;
     text-align: left;
}

ul.hotelList .hotelListLink:hover {  }

ul.hotelList .hotelListLink span { color: #8e8bc1; }
ul.hotelList .hotelListLink span.fa.fa-plus-circle.dropIcon {
    color: #000;
}
.hotelList ul li:hover .hotelListLink  { background: #8e8bc1; }


.hotelList ul li.Hotel1 .hotelListLink  {
     background: #8e8bc1;
     color: #ffffff; 
}


.hotelList ul li .hotelListLink  {
     background-image: none;
     padding: 2px 0 2px 27px; }

.hotelList li a {
     background: #fff;
     color: #555;
     display: inline-block;
     line-height: 18px;
     text-decoration: none;
     font-size:14px;
     font-weight:normal
 }

 .hotelList ul li a:hover { background: #1e90ff; color:#fff}       
     
     
.hotelList p { margin-bottom: 0; }  

p.link-wrapper {

     }
     
p.link-wrapper a { }  

p.link-wrapper:hover { }   
     
p.content-wrapper { min-height:100px }     
#content p.dropDownContainer { float: left;margin:5px 0 0 20px  }     
.dropDownContainerArrow { float: right;margin: 0px 10px 0 0; }
.dropdownTitle{
     color: #000 !important;
    text-align: center;
    width: 100%;
    display: block;}
  
 .dropIcon{
    position: absolute;
    top: 2px;
    right: 22px;
    transform: rotate(0deg);
    transform-origin: 50% 50%;
    font-size:18px
    
}

.careersContainer .btn {
        padding: 10px 0;
    width: 80%;
}

.current .dropIcon {    transform: rotate(45deg); }
@media(max-width:991px){
 

}

@media(max-width:767px){
.hotelList ul.hotelName { width:100%;top:46px;left:0 }
.careersContainer .careersColumn { border-right:0 }
p.content-wrapper {
    min-height: 30px;
}
.careersColumn .linkButton, .careersColumn .yesDropdown { display:block; position: relative;
    width: 100%; padding:5px 0; }
    
    a.linkButton.btn.btn-secondary {
    padding: 10px 0;
}

.dropIcon {
   
    top: 6px;

}

ul.hotelList .hotelListLink, .hotelList ul {
    width: 100%;
    text-align: left;
}

ul.hotelList .firstList {
    position: relative;
    width: 100%;
    display: block;
}
.dropdownTitle {
    color: #fff !important;
    text-align: center;
    display: block;
}


}

@media (min-width:767px) and (max-width:991px) {
#content h3 {

    height: 60px;
}
.dropDownContainerArrow { margin: 4px 10px 0 0; }

}

@media(max-width:600px){
.hotelList ul.hotelName {}
}