@charset "UTF-8";
/* CSS Document */

body{
	margin: 0px;
	background: #FFFFFF;
	background-size: contain;
	font-family: 'Oxygen', sans-serif;
	font-size: 16px;
	color: #535353;
	height: 100%;
	width: 1200px;
}
#mainDiv{
	margin: 0px;
	width: 1200px;
}

#fixedHeader{
	/* ONLY THE HEIGHT CHANGES ON THIS STYLE */
	background: #ffffff;
	border-bottom: 2px solid #ab1b22;
	z-index: 5;
	float: left;
	width: 1200px;
	min-height: 95px;
	position: fixed;
	top: 0px;
	left: 0px;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	translate3d(0, 0, 0);
	-webkit-transition: all 0.0s;
    -moz-transition: all 0.0s;
    -ms-transition: all 0.0s;
    -o-transition: all 0.0s;
    transition: all 0.0s;
}

.logo{
	background: transparent url() no-repeat top center;
    width: 375px;
    height: 88px;
    position: absolute;
    top: 5px;
    left: 23px;
    /* padding-left: 20px; */
    /* z-index: 999999; */
}
#navLinks{
	float: left;
    /* padding-right: 50px; */
    list-style: none;
    margin: 25px 0px 0px 350px;
    /* border-bottom: 1px solid #dbe3ea; */
    padding-bottom: 5px;
    letter-spacing: 0.5px;

}
#navLinks li {
	float: left; 
}
#navlinks ull {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#navlinks ul li
{
    display: inline;
}
#navLinks a{
	display: block;
    padding: 0px 0px 0px 25px;
    font-family: 'Oxygen', sans-serif;
    font-size: 13px;
    color: #b12e34;
    font-weight: 500;
    text-decoration: none;
}

#navLinks a:hover{
	color: #555555;
	cursor: pointer;
}
#mainNav{
	padding: 0;
	list-style: none;
	float: right;
    margin: -5px 0px 0px 0px;
}

#mainNav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

 #mainNav ul li{
	float: left; 
}
#mainNav a{
	display: block;
    padding: 10px 20px 12px 20px;
    font-family: 'Arvo', serif;
    font-size: 18px;
    color: #ab1b22;
    text-decoration: none;
    letter-spacing: 0.8px;
}
#mainNav a:hover{
	color: #c1aea3;
}

#mainNav li.dropdownMenuTrigger
{
	height: 39px;
}

#mainNav li.dropdownMenuTrigger:hover{
	background: #ab1b22;
  	color: #FFFFFF;
  	border-top: 4px solid #c1aea3;
	padding-top: 4px;
	height: 39px;
}

#mainNav li.dropdownMenuTrigger:hover a, mainNav li.dropdownMenuTrigger:hover a:hover{
  	color: #FFFFFF;
	padding: 2px 20px 17px 20px;
}

.phone{
	font-family: 'Arvo', serif;
    font-size: 16px;
    color: #ab1b22;
    font-weight: 700;
	margin-left: 25px;
}
/* SEARCH */

.sbx-custom {
  display: inline-block;
  position: relative;
  width: 120px;
  height: 30px;
  white-space: nowrap;
  box-sizing: border-box;
  font-size: 14px;	
  margin: -8px 0px 0px 20px;
}

.sbx-custom__wrapper {
  width: 100%;
  height: 100%;
}

.sbx-custom__input {
  display: inline-block;
  -webkit-transition: box-shadow .4s ease, background .4s ease;
  transition: box-shadow .4s ease, background .4s ease;
  border: 0;
  border-radius: 1px;
  box-shadow: inset 0 0 0 1px #CCCCCC;
  background: #ffffff;
  padding: 0;
  padding-right: 25px;
  padding-left: 31px;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  white-space: normal;
  font-size: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.sbx-custom__input::-webkit-search-decoration, .sbx-custom__input::-webkit-search-cancel-button, .sbx-custom__input::-webkit-search-results-button, .sbx-custom__input::-webkit-search-results-decoration {
  display: none;
}

.sbx-custom__input:hover {
  box-shadow: inset 0 0 0 1px #b3b3b3;
}

.sbx-custom__input:focus, .sbx-custom__input:active {
  outline: 0;
  box-shadow: inset 0 0 0 1px #AB1B22;
  background: #FDF2E6;
}

.sbx-custom__input::-webkit-input-placeholder {
  color: #C1AEA3;
}

.sbx-custom__input::-moz-placeholder {
  color: #C1AEA3;
}

.sbx-custom__input:-ms-input-placeholder {
  color: #C1AEA3;
}

.sbx-custom__input::placeholder {
  color: #C1AEA3;
}

.sbx-custom__submit {
  position: absolute;
  top: 0;
  right: inherit;
  left: 0;
  margin: 0;
  border: 0;
  border-radius: 0px 0 0 0px;
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
  width: 31px;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  font-size: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.sbx-custom__submit::before {
  display: inline-block;
  margin-right: -4px;
  height: 100%;
  vertical-align: middle;
  content: '';
}

.sbx-custom__submit:hover, .sbx-custom__submit:active {
  cursor: pointer;
}

.sbx-custom__submit:focus {
  outline: 0;
}

.sbx-custom__submit svg {
  width: 17px;
  height: 17px;
  vertical-align: middle;
  fill: #C1AEA3;
}

.sbx-custom__reset {
  display: none;
  position: absolute;
  top: 2px;
  right: 2px;
  margin: 0;
  border: 0;
  background: none;
  cursor: pointer;
  padding: 0;
  font-size: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  fill: rgba(0, 0, 0, 0.5);
}

.sbx-custom__reset:focus {
  outline: 0;
}

.sbx-custom__reset svg {
  display: block;
  margin: 4px;
  width: 19px;
  height: 19px;
}

.sbx-custom__input:valid ~ .sbx-custom__reset {
  display: block;
  -webkit-animation-name: sbx-reset-in;
          animation-name: sbx-reset-in;
  -webkit-animation-duration: .15s;
          animation-duration: .15s;
}

@-webkit-keyframes sbx-reset-in {
  0% {
    -webkit-transform: translate3d(-20%, 0, 0);
            transform: translate3d(-20%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes sbx-reset-in {
  0% {
    -webkit-transform: translate3d(-20%, 0, 0);
            transform: translate3d(-20%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.logoLinkCover
{
    width: 375px;
    height: 88px;
    position: fixed;
    top: 5px;
    left: 23px;
	z-index: 88;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;	
	-webkit-transition: all 0.0s;
    -moz-transition: all 0.0s;
    -ms-transition: all 0.0s;
    -o-transition: all 0.0s;
    transition: all 0.0s;
}
/*
.searchOpenWidthContainerFullWidthHolder
{
	position: fixed;
	width: 370px;
	height: 95px;
	z-index: 7;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;	
	-webkit-transition: all 0.0s;
    -moz-transition: all 0.0s;
    -ms-transition: all 0.0s;
    -o-transition: all 0.0s;
    transition: all 0.0s;
}
.searchOpenWidthContainer
{
	position: absolute;
	width: 370px;
	height: 25px;
	top: 23px;
	right: 10px;    
}
*/
.searchContainHover
{
	/*width: 360px !important;*/
	-webkit-transition: left .98s ease;
	-moz-transition: left .98s ease;
	-ms-transition: left .98s ease;
	-o-transition: left .98s ease;
	transition: left .98s ease;
}
.searchContainer:hover .icon{
  color: #ffffff;
}
.searchIcon
{
	padding-right: 5px;
}

/*
.searchOpen
{
	position: relative;
	width: 370px;
	margin-left: 1080px;
    /*padding: 5px 5px 10px 5px;
    height: 10px;
    background: #ab1b22;
    color: #FFFFFF;
    font-size: 12px;*\
	-webkit-transition: margin .98s ease;
  	-moz-transition: margin .98s ease;
  	-ms-transition: margin .98s ease;
  	-o-transition: margin .98s ease;
  	transition: margin .98s ease;
}

.searchOpenWidthContainer.searchContainHover .searchOpen
{
	margin-left: 830px;
}
*/
	.searchOpenWidthContainerFullWidthHolder
			{
				position: fixed;
				width: 370px;
				height: 49px;
				z-index: 7;
				-webkit-transform-origin: 0 0;
				-moz-transform-origin: 0 0;
				-o-transform-origin: 0 0;
				-ms-transform-origin: 0 0;
				transform-origin: 0 0;	
				-webkit-transition: all 0.0s;
				-moz-transition: all 0.0s;
				-ms-transition: all 0.0s;
				-o-transition: all 0.0s;
				transition: all 0.0s;
				right: -65px;
			}
			.searchOpenWidthContainer
			{
				position: absolute;
				width: 260px;
				height: 25px;
				top: 23px;
				right: 0px;    
			}

			.searchOpen
			{
				position: relative;
				width: 370px;
				margin-left: 188px;
				-webkit-transition: margin .98s ease;
				-moz-transition: margin .98s ease;
				-ms-transition: margin .98s ease;
				-o-transition: margin .98s ease;
				transition: margin .98s ease;
			}

			.searchOpenWidthContainer.searchContainHover .searchOpen
			{
				margin-left: -62px;
			}
.searchWrap
{
	/*position: absolute;*/
	top: 18px;
	right: 0px;
	width: 160px;
	padding: 5px 5px 10px 5px;
	height: 10px;
	background: #ab1b22;
	color: #FFFFFF;
	font-size: 12px;
	float: left;
	
}

/* Safari 10.1+ */
@media not all and (min-resolution:.001dpcm) { @media {

    .searchWrap
	{
		padding:0px 0px 0px 10px;
		height: 25px;
	}
}}

#searchMain
{
	position: absolute;
	top: -112px;
	left: -510px;
}
#searchMain ul {
	width: 365px !important;
}
#catalog {
	/*padding: 2px;*/
	font-size: 13px;
	color: #b12e34;
	font-weight: 500;
	font-family: 'Oxygen', sans-serif;
}
.searchCatalog{
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	padding: 4px 8px 4px 8px;
	background-color: #c1aea3;
	color: #ffffff !important;
}
.searchContainer input#searchterms{
  width: 140px;
  height: auto;
  background: #ab1b22;
  border: none;
  font-size: 12px;
  color: #FFFFFF;
	-webkit-appearance: none;
}

.searchContainer input#searchterms::-webkit-input-placeholder {
   color: #ffffff;
}
 
.searchContainer input#searchterms:-moz-placeholder { /* Firefox 18- */
   color: #ffffff;  
}
 
.searchContainer input#searchterms::-moz-placeholder {  /* Firefox 19+ */
   color: #ffffff;  
}
 
.searchContainer input#searchterms:-ms-input-placeholder {  
   color: #ffffff;  
}

.searchContainer input#searchterms:focus, .searchContainer input#searchterms:active{
  outline:none;
 /* width: 345px;*/
}
 
.searchContainer:hover input#searchterms{
/*width: 345px;*/
	cursor: blink;
}


#sliderDiv{
    width: 1200px;
    height: 420px;
    margin: 0px 0px 0px 0px;
    float: left;
    position: relative;
	background: #333333;
}

#sliderDiv img{
	width: 1200px;
    height: 420px;
}
.sliderOverlay{
	background: url(/images/design/gradient.png) no-repeat top left;
    width: 1200px;
    height: 420px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
/*
.captionDiv{
    width: 485px;
    height: 280px;
    z-index: 2;
    position: absolute;
	top: 160px;
	left: 0px;
}
*/
.captionDiv {
    width: 485px;
    height: 280px;
    z-index: 2;
    position: absolute;
    top: 160px;
    left: 0px;
}
.captionDiv h1{
	
}
.captionDiv p {
    
}
.pgbanner {
	top: 152px;
}
.captionSubheadingHolder{
	/* background: #ab1b22; */
    /* background-color: rgba(171, 27, 34, 0.8); */
	background-color: rgba(73, 60, 48, 0.8);
    /* width: 490px; */
	width: 362px;
    padding: 15px 15px 15px 25px;
    float: left;
	position: relative;
	box-shadow: 0px 2px 3px #493c30;
	border:  1px solid #c1aea3;
}
.captionButton {
    display: inline-block;
    cursor: pointer;
    border: 2px solid #fff;
    font-family: 'Oxygen', sans-serif;
    font-size: 12px;
    padding: 6px 10px;
    text-align: center;
    text-decoration: none;
    width: 78px;
    background: #c1aea3;
    float: left;
    color: #aa1922;
	position: absolute;
	top: 33%;
	right: 16px;
}

.captionButton:hover{
	background-color:#ccc0b9;
}
.headlineBg{
	background: #ab1b22;
    width: 1170px;
    height: 45px;
	border-top: 2px solid #e1ded9;
    border-left: 30px solid #c1aea3;
    padding: 5px 0px 5px 0px;
	float: left;
}
.headlineBg h1{
	font-family: 'Arvo', serif;
    font-size: 27px;
	font-weight: 400;
    color: #fff;
    float: left;
    margin: 6px 0px 0px 26px;
}
#collectionDiv{
	background: url(/images/design/bg.png) no-repeat;
	width: 1175px;
	height: 130px;
	padding: 40px 0px 0px 25px;
	float:left;
}
.collectionIconRed{
	padding: 0px 36px 0px 0px;
	width: 94px;
	height: 94px;
	float: left;
}
.headingButtons{
	width: 320px;
    height: 45px;
    margin: 7px 0px 0px 0px;
    float: right;
}
.short{
	width: 162px;
}
.tanButton{
	background-color: #c1aea3;
    display: inline-block;
    cursor: pointer;
    color: #aa1922 !important;
    border: 2px solid #fff;
    font-family: 'Oxygen', sans-serif;
    font-size: 14px;
    padding: 6px 24px;
    text-decoration: none;
    margin: 0px 0px 0px 0px;
}
.tanButton:hover{
	background-color:#ccc0b9;
}
#newsDiv{
	width: 1200px;
	min-height: 400px;
	float: left;
}
.newsEntry{
	width: 250px;
    min-height: 190px;
	padding: 20px 12px 20px 30px;
	float: left;
}
.full{
	width: 270px;
}
#newsDiv h1{
	font-family: 'Arvo', sans-serif;
	font-size:18px;
	color: #ab1b22;
	font-weight: 200;
	text-decoration: none;
}
#newsDiv a{
	font-family: 'Oxygen', sans-serif;
	font-size:14px;
	color: #ab1b22;
	/*color: #6c6456;*/
	font-weight: 700;
	text-decoration: none;
}
#newsDiv a:hover{
	/*color: #ab1b22;*/
	color: #6c6456;
}
#newsDiv p{
	font-family: 'Oxygen', sans-serif;
	font-size:13px;
	color: #555;
	font-weight: 400;
	text-decoration: none;
	line-height: 1.5;
	float: left;
	margin: 0px;
}
.newsTitle{
	float: left;
	margin: 0px;
	min-height: 25px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 257px;
	color: #ab1b22;
}
.thumb{
	float: left;
    width: 250px;
    min-height: 190px;
    padding-right: 30px;
}
#newsDiv img
{
	/*border: 2px solid #b12e34;
	margin-bottom: 15px;*/
}
#eventsDiv{
	padding: 15px 0px 0px 25px;
    width: 300px;
    height: 255px;
    float: left;
}
#eventsDiv h1{
	font-family: 'Arvo', sans-serif;
	font-size:18px;
	color: #ab1b22;
	letter-spacing: 1px;
	font-weight: 500;
	text-transform: uppercase;
}
.eventDate{
	width: 50px;
    /* height: 45px; */
    float: left;
    margin: 0px 0px 0px 0px;
    border-right: 2px solid #ab1b22;
}
.eventDate p{
	font-family: 'Oxygen', sans-serif;
	font-size:10px !important;
	color: #ab1b22 !important;
	letter-spacing: 3px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 6px 0px 0px 12px !important;
}
.eventDate h2{
	font-family: 'Arvo', sans-serif;
    font-size: 25px;
    color: #ab1b22;
    letter-spacing: 1px;
    font-weight: 600;
    margin: 3px 0px 0px 12px;
}
.eventContainer{
	float: left;
	width: 300px;
	min-height: 65px;
	margin-bottom: 10px;
}
.eventListing{
	float: right;
    width: 230px;
	padding: 10px 0px 0px 0px;
}
.eventListing a{
	font-family: 'Oxygen', sans-serif;
	font-size: 12px !important;
	color: #ab1b22 !important;
	font-weight: 400 !important;
	text-decoration: none;
	/*line-height: 2;*/
	/* height: 28px; */
	float: left;
	margin-top: -8px;
	/* padding-bottom: 10px; */
}
#newsDiv .eventListing a:hover{
	color: #6c6456 !important;
}
.eventListing p {
	font-family: 'Oxygen', sans-serif;
    font-size: 12px !important;
    color: #ab1b22 !important;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.5;
    float: left;
    margin: 0px;
}
#upcomingNews{
	width: 300px;
    height: 350px;
    margin: 20px 0px 0px 20px;
    float: left;
}
#programsDiv{
	width: 1200px;
	height: 360px;
	float: left;
}
#footer{
	background: #444444;
	border-top: 5px solid #c1aea3;
	width: 1200px;
	height: 350px;
	float: left;
}
.footerColumn{
	width: 330px;
	height: 200px;
	padding: 20px 0px 0px 20px;
	border-right: 1px solid #555555;
	float: left;
}
.shortColumn{
	width: 280px;
}
.longColumn{
	width: 480px;
	border-right: 0px;
}
.footerColumn h1{
	font-family: 'Arvo', sans-serif;
	font-size:20px;
	color: #fff;
	font-weight: 400;
}
.footerColumn p{
	font-family: 'Oxygen', sans-serif;
	font-size:14px;
	color: #fff;
	font-weight: 400;
	line-height: 1.5;
}
.footerColumn a{
	font-family: 'Oxygen', sans-serif;
	font-size:14px;
	color: #c1aea3;
	font-weight: 400;
}
.footerColumn a:hover{
	color: #fff;
}
#copyright{
	background: #555555;
	width: 1200px;
	height: 60px;
	float: left;
}
#copyright p{
	font-family: 'Oxygen', sans-serif;
	font-size:14px;
	color: #fff;
	font-weight: 400;
	padding:5px 0px 0px 15px;
}
#copyright a{
	font-family: 'Oxygen', sans-serif;
	font-size:14px;
	color: #fff;
	font-weight: 400;
	text-decoration: none;
}


.menuOpen
{
	display:block !important;
}
.menuBtnClose
{
	display:none !important;
}

.dropdownMenu
{
	background:#545557;
	height: auto;
	width: 90%;
	padding: 25px 5% 25px 5%;
	position: absolute;
	top: 95px;
	left: 0px;
	z-index: 5;
	float: left;
	display: none;
	color: #FFFFFF !important;
	 border-top: 1px solid #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
}

.dropdownMenu.fullHeight
{
	height: 432px;
}


.dropdownMenu h1
{
	font-family: 'Oxygen', sans-serif;
	font-size:22px;
	color: #FFFFFF;
	font-weight: 300;
	letter-spacing: 2px;
	width: 100%;
	text-align: left;
}

.dropdownMenu h2
{
	font-family: 'Oxygen', sans-serif;
	font-weight: 300;
    color: #FFFFFF;
	letter-spacing: 2px;
	width: 100%;
	text-align: left;
	border-bottom: 2px solid #ad000f;
}

.dropdownMenu td
{
	font-family: 'Oxygen', sans-serif;
    /*font-size: 15px;*/
	font-size: 0.8em; /* ADA Compliance */
    color: #ffffff;
	letter-spacing: 2px;
	padding: 10px;
	position: relative;
}

.dropdownMenu .cmsImage
{
	    width: 100%;
		height: auto;
}

.dropdownMenu .menuClose
{
    height: 34px;
    line-height: 34px;
    vertical-align: middle;
    text-align: center;
    padding: 0px 10px;
    color: #ffffff;
    background-color: #444;
    position: absolute;
    top: 15px;
    right: 15px;
    /* font-size: 15px; */
    font-size: 0.738em;
    border-radius: 5px;
    border: 0px;
}
.dropdownMenu .menuClose:hover
{
	background-color: #bc1334;
}
.dropdownMenu a {
  font-family: 'Oxygen', sans-serif !important;
  color: #fff !important;	
  font-size: 16px !important;
  text-decoration: none;
  padding: 0 !important;
  display: inline-block !important;
}
.dropdownMenu a:hover {
	color: #c1aea3 !important;
}

.dropdownMenu td h2 {
	/*font-size: 18px;*/
	font-size: 1.125em; /* ADA Compliance */
}

.dropdownMenu ul {
  	list-style: none;
	position: relative;
	padding: 0px 0px 0px 20px;
    margin: 0px;
}

.dropdownMenu li {
  position: relative;
}


.dropdownMenu ul li:before{
   content: '';
   position: absolute;
   border-right:2px solid white;
   border-bottom:2px solid white;
   width:6px;
   height:6px;
  	top: calc(50% - 4px);
	left: -20px;
   transform: translateY(-50%) rotate(-45deg);
}

.dropdownMenu p {
	font-family: 'Oxygen', sans-serif;
	font-size:14px;
	color: #fff;
	font-weight: 400;
	line-height: 1.5;	
}

#mainNav ul.nav li:hover .dropdownMenu
{
	/*
	opacity: 1.0;
	display: block;
	*/
}

/* END DROPDOWN STYLE */
/*
.dropdown .dropbtn {
  font-family: 'Arvo', serif;
  font-size: 20px;
  color: #ab1b22;
  text-decoration: none;
  letter-spacing: 0.8px;
  border: none;
}

.dropdown:hover .dropbtn {
  background-color: #ab1b22;
  color: #fff;
  border-top: 4px solid #c1aea3;
	padding:0px 10px 10px 10px;
}

.dropdown:hover .dropdown-content {
  display: block;

}
.column  h1{
	
}

.column p {
	
}
*/

.dropDownMenuColumn {
    float: left;
    width: 31%;
    padding: 10px 0px 0px 25px;
    height: 420px;
}
.dropDownMenuColumn .cmsImage
{
	background: none;
	width: 80%;
	height: auto;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}

.iconColumn{
	float: left;
    width: 80%;
}
.staffPicks{
	width: 90%;
    height: 340px;
    /*overflow-x: scroll;*/
    overflow-y: hidden;
    white-space: nowrap;
    float: left;
	position: relative;
}
.staffPicks #adminEditButton.homeEdit
{
	position: absolute;
    bottom: 0px;
    left: 0px;
    margin-right: 0px;
}
.staffPicksScrollArea
{
	width: auto;	
}

.staffPicksScrollArea img
{
	border: 2px solid #CCCCCC;	
}

.staffPicks table
{
	width: 800px !important;	
}

.staffPicks .cmsImageLarge, .staffPicks .cmsImage
{
	border: 2px solid #FFFFFF;
	padding: 0px;
	border-radius: 0px;
}

/*.staffPicks #mCSB_2_container
{
	left: 0px;
}*/
#collectionDivThree #adminEditButton.homeEdit
{
	position: absolute;
    bottom: 50px;
    right: 70px;
    margin-right: 0px;
}

.iconDrop{
	padding: 10px 10px 0px 0px;
}

/** EVENTS FEATURED SCROLL STYLES **/
.featuredNavigationBullets {
	width: 100%;
	float: left;
	text-align: center;
}
.featuredNavigationBullets span {
	display: none;
}
.featuredNavigationBullets a {
	width: 10px;
	height: 10px;
	border-radius:50%;
	display: inline-block;
	margin-right: 5px;
	background: rgba(171,60,65,0.40) !important;
}
.featuredNavigationBullets a:hover {
	background: #C1AEA3 !important;
	
}
.featuredNavigationBullets a.active {
	/*background: #f88d28 !important;*/
	background: rgba(171,27,34,1.00) !important;
}
/** END OF EVENTS FEATURD SCROLL STYLES **/
/** LATEST NEWS SCROLL STYLES **/
.newsfeaturedNavigationBullets {
	width: 100%;
	float: left;
	text-align: center;
}
.newsfeaturedNavigationBullets span {
	display: none;
}
.newsfeaturedNavigationBullets a {
	width: 10px;
	height: 10px;
	border-radius:50%;
	display: inline-block;
	margin-right: 5px;
	background: rgba(171,60,65,0.40) !important;
}
.newsfeaturedNavigationBullets a:hover {
	background: #C1AEA3 !important;
	
}
.newsfeaturedNavigationBullets a.active {
	/*background: #f88d28 !important;*/
	background: rgba(171,27,34,1.00) !important;
}
/** END OF LATEST NEWS SCROLL STYLES **/
/* CUSTOM TAGS FOR ERIN */
.mobileShow
{
                display: none;   
}

table.datatable thead th,
table.datatable thead td {
	background-color: #ab1b22;
	color: #ffffff;
}

table.dataTable thead .sorting_asc {
	background-image: url(../images/sort_asc_white.png) !important;
}

table.dataTable thead .sorting_desc {
    background-image: url(../images/sort_desc_white.png) !important;
}
#btnMemberContentSignout {
	float:right;
	padding:5px 10px;
	background:#ab1b22;
	color:#FFF;
}
#btnMemberContentSignout:hover {
	color:#fff !important;
}