/* ============================================
A Special Style Sheet for a Special Someone

               ._ o o
               \_`-)|_
            ,""       \
          ,"  ## |   ಠ ಠ.
        ," ##   ,-\__    `.
      ,"       /     `--._;)
    ,"     ## /
  ,"   ##    /

============================================ */
/*ol li, ul li {
  line-height: 24px;
}*/

.ui-datepicker th {background: #fff;}

.winners {
  display: block;
  overflow: hidden;
}
img.winners {
  float: left;
  margin-right: 15px;
  padding: 5px;
  border: 3px white solid;
}
img.thumb {
  float: left;
  margin-right: 15px;
}
blockquote {
  font-size: 14px;
  line-height: 24px;
}
blockquote p {
  margin: .75em 0;
}
hr {
  border-top: 1px solid rgb(216, 216, 216);
}
.panel-title {
  margin-bottom: 0px!important;
}
#swfcontent44737 {
  width: 100%;
}
.main-content .container {
  margin-top: -8px;
}
.bingo-session-title {
  text-transform: uppercase;
}
.bingo_additional {
  color: #666666;
  font-style: italic;
  padding: 0;
  margin: -8px 0 8px 0;
}
p span.legal-text {
  line-height: 16px!important;
}
.jackpot-amounts {
  margin: 2px 0 2px 0;
}

.just-announced {
	font-weight:600;
}

.multi-col-table {
  background-color: rgb(219, 219, 219);
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(191, 191, 191);
}

/*bootstrap style overrides */

.pagination > li > a,
.pagination > li > span {
  color: #533278;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #533278;
  border-color: #533278;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  background-image: none;
  background-color: #533278;
  border-color: #533278;
}
li.currentPage.active.numbers a {color: #fff;}

.btn-primary {
  background-image: -webkit-linear-gradient(top, #1FA39B 0%, #1b857f 100%);
  background-image: -o-linear-gradient(top, #1FA39B 0%, #1b857f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1FA39B), to(#265a88));
  background-image: linear-gradient(to bottom, #1FA39B 0%, #1b857f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1FA39B', endColorstr='#ff1b857f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #1b857f;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #1b857f;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #1FA39B;
  border-color: #1FA39B;
}
.alert-info {
    background-image: -webkit-linear-gradient(top, #f6f6f6 0%, #b7b7b7 100%);
    background-image: -o-linear-gradient(top, #f6f6f6 0%, #b7b7b7 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#b7b7b7));
    background-image: linear-gradient(to bottom, #f6f6f6 0%, #b7b7b7 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff6f6f6', endColorstr='#ffb7b7b7', GradientType=0);
    border-color: #d7d7d7;
}
.alert-info {
    background-color: #f6f6f6;
    border-color: #d7d7d7;
    color: #656565;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-image: none;
    color: #95D4EA!important;
}

/* @media (max-width: 767px) {
.visible-xs-block {
    margin: 0 6px;
}
} */

/*Careers pages*/

.careers-sidebar a {
	color: #ffffff;
}

#departments h2 {
	margin: 8px 0 0 0;
	padding: 6px 0px;
	font-size: .85em;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .5px;
	background: rgba(0, 0, 0, 0.5);
}
#departments .button {
	width: 100%;
	height: 100px;
	/*background-color: #f37126;
	-webkit-clip-path: polygon(100% 45%, 10% 100%, 100% 100%);
	clip-path: polygon(100% 40%, 10% 100%, 100% 100%);*/
}

#departments p {
	position: absolute;
	font-size: 1.0em;
	font-weight: 600;
	color: #000000;
	bottom: -10px;
    right: 6px;
    background-color: #f37126;
    padding: 7px 10px;
}

#departments p:hover {
	background-color: #271f6e;
    color: #FFF;
}

#departments .department-01 {
	background-image: url(../images/department-landing-mobileRosie.jpg);
	background-size: auto;
	background-repeat: no-repeat;
}
#departments .department-02 {
	background-image: url(../images/department-landing-mobileJermaine.jpg);
	background-size: auto;
	background-repeat: no-repeat;
}
#departments .department-03 {
	background-image: url(../images/department-landing-mobileMarion.jpg);
	background-size: auto;
	background-repeat: no-repeat;
}
#departments .department-04 {
	background-image: url(../images/department-landing-mobileBobbie.jpg);
	background-size: auto;
	background-repeat: no-repeat;
}

@media (min-width: 640px) {
#departments h2 {
	padding: 10px 0;
	font-size: 1em;
	}
#departments .department-01, #departments .department-02, #departments .department-03, #departments .department-04 {
	background-size: cover;
}
}

@media (min-width: 1024px) {
#departments h2 {
	padding: 8px 0;
	}
#departments .button {
	height: 100px;
	/*-webkit-clip-path: polygon(100% 65%, 10% 100%, 100% 100%);
	clip-path: polygon(100% 65%, 10% 100%, 100% 100%);*/
}
#departments a {
	bottom: 4px;
	right: 14px;
}
#departments .department-01 {
	background-image: url(/download_file/10028/0);
}
#departments .department-02 {
	background-image: url(/download_file/10027/0);
}
#departments .department-03 {
	background-image: url(/download_file/10025/0);
}
#departments .department-04 {
	background-image: url(/download_file/10026/0);
}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), not all, not all, not all {
.social-media-sidebar ul li.linkedin a {
    background-image: url(../images/icn_linkedin_sidebar_rd.png);
}
}

@media (max-width: 767px){
.page-template-show-landing .side-nav {
  position: relative !important;
}
}

.ccm-system-errors.alert.alert-danger.alert-dismissable{margin-top:40px}

.ccm-block-document-library-table-expanded-properties h4 {

    color: #000;
}


.form-stacked .form-group .text-muted.small{
    visibility: hidden;
    color: #666;
}
.form-stacked .form-group .text-muted.small:before {
    color: #BC381A!important;
    font-size: 16px;
    content: '*'!important;
    visibility: visible;
}
/*
.ui-dialog{/*! top: calc(50vh - 250px)!important; */}
*/
.ui-dialog .ui-dialog-titlebar-close {
    background-image: url(../images/ui-icons_555555_256x240.png);
    background-position: -96px -128px;
}

.btn-red { 
    
    background-color: #BC381A;
    
}


div#ccm-intelligent-search-results {
  
  position: inherit;

}
