h1, h2, h3, h4, h5, h6 {
    color: #666;
    font-weight: bold;
}
a, a:link, a:visited, a:active, a:focus {
	color:#ce5858;
	text-decoration:none;
}
a:not(.btn):hover, a:not(.btn):focus {
	color:#2f2f2f;
	text-decoration:underline;
}
/* 
START Pages with full screen header image
*/
.more-below-area {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    text-align: center;
    background: rgba(255,255,255,0.6);
    border-radius: 150px 150px 0 0;
    padding: 0;
    height: 0;
	overflow: hidden;
	-webkit-transition: height 0.5s ease-in-out;
	-moz-transition: height 0.5s ease-in-out;
	-o-transition: height 0.5s ease-in-out;
	transition: height 0.5s ease-in-out;
		z-index: 2;
}
.more-below-area .fa {
    font-size: 38px;
    color: #ffffff;
    line-height: 26px;
}
.slideUp {
	height: 30px;   
	 background: rgb(178, 10, 46);;
	-webkit-transition: height 0.3s ease-in-out, background 0.5s;
	-moz-transition: height 0.3s ease-in-out, background 0.5s;
	-o-transition: height 0.3s ease-in-out, background 0.5s;
	transition: height 0.3s ease-in-out, background 0.5s;
	transition-delay: 0s, 0.3s;
}
/* 
END Pages with full screen header image
*/
.help-text {
	font-size: smaller;color:#989898;font-style: italic;
}
.error-box{
	border:none; background: #f5cacb; color:#aa4343; padding:10px;font-weight: bold;
}
.ok-box{
	border:none; background: #c6ecd9; color:#33624a; padding:10px;font-weight: bold;
}

input[readonly="readonly"], input[readonly], textarea[readonly], select[disabled] {
    background-color: #d5d5d5;
    color: #555;
    outline-color: transparent;
}
header {
	position:relative;
}
h1 a, h2 a,  h4 a {
	text-decoration:underline !important;
}
.fancy-table {
    border: 1px solid #aaa;
	width: 100% !important;
}
.fancy-table tr:nth-child(odd) {
    background-color: #f8f8fb;
}
.fancy-table tr:nth-child(even) {
    background-color: #e8e9ea;
}
.drop_me {
	position:relative;
	padding-left:30px;
    display: block;
    color: #333;
	text-decoration:none;
}
.dropped_content {
    display:none;
	padding:8px;
}
.drop-icon {
	font-size: 18px;
    float: left;
    color: #777;
    margin-top: 2px;
}
.drop_p {
	cursor:pointer;
    margin-bottom: 8px !important;
    padding: 10px;
    background: #ddd;
    border-radius: 5px;
}
.dropped_content table  {
    font-size: smaller;
}
blockquote ul {
    margin: 0 0 1.5em 1em;
}
.breadcrumbs-bar {
	background-color:#585858;
	white-space: nowrap;
    overflow: hidden;
}
.breadcrumbs {
	margin-left:6%;
	margin-right:6%;
	font-size:12px;
	color:#fafafa;
}
.breadcrumbs > span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    border-top: 18px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 6px solid #efefef;
    right: 0;
    z-index: 1;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    border-left-color: #444;
}
.breadcrumbs > span.selected:first-child {
	padding-left:20px;
}
.breadcrumbs > span.selected:first-child:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    border-top: 18px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 6px solid #efefef;
    left: 0;
    border-left-color: #585858;
}
.breadcrumbs > span:last-child:before {
    border-left: 6px solid #efefef;
}
.breadcrumbs > span:last-child:after {
    border-left: 6px solid #efefef;
}
.breadcrumbs a:link, .breadcrumbs a, .breadcrumbs a:visited, .breadcrumbs a:hover, .breadcrumbs a:active, .breadcrumbs a:focus {
	color:#fff;
	font-size:11px;
}
.breadcrumbs > span {
	padding:5px 10px 5px 20px;
	display:inline-block;
	position:relative;
	background: #585858;
	background: -moz-linear-gradient(left, #585858 0%, #585858 37%, #444 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #585858), color-stop(37%, #585858), color-stop(100%, #444));
	background: -webkit-linear-gradient(left, #585858 0%, #585858 37%, #444 100%);
	background: -o-linear-gradient(left, #585858 0%, #585858 37%, #444 100%);
	background: -ms-linear-gradient(left, #585858 0%, #585858 37%, #444 100%);
	background: linear-gradient(to right, #585858 0%, #585858 37%, #444 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#757575', endColorstr='#696969', GradientType=1 );
}
.breadcrumbs > span:nth-of-type(1) {
	padding-left: 8px;
}
.breadcrumbs > span:last-child {
	color:#4f4f4f;
	background:#efefef;
}
@media (max-width: 768px){
	.breadcrumbs > span {
		padding: 5px 7px 5px 17px;
		font-size: 10px;
		line-height: 15px;
	}
	.breadcrumbs a:link, .breadcrumbs a, .breadcrumbs a:visited, .breadcrumbs a:hover, .breadcrumbs a:active, .breadcrumbs a:focus {
		font-size: 10px;
	}
}
#main {
	padding-left: 6% !important;
	padding-right:6% !important;	 
}
.btn-small {
	margin:0 !important;
	padding: 5px 26px 5px 10px !important;	
}
.remove_fieldset {
	color: #b20a2e;
	cursor: pointer;
}
.larger-input input[type="text"], .larger-input input[type="email"], .larger-input input[type="number"],
.larger-input input[type="url"], .larger-input input[type="password"], .larger-input input[type="tel"],
.larger-input input[type="search"], .larger-input select {
	font-size: 18px;
	height:35px;
}
.ui-datepicker-calendar th {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 6px;
    background-color: #b20a2e;
    color: #fff;
}
.ui-datepicker-calendar .ui-state-default {
    border: none !important; 
    background: #828286 !important;
    color: #fff !important;
}
.ui-datepicker .ui-state-active {
    background: #b20a2e !important;
}

.ui-draggable .ui-dialog-titlebar {
    display: none;
}
.image-overlay {
	background: rgba(20, 30, 48, 0.4);
	vertical-align: bottom;
	text-align:center;
	display: table-cell;
    bottom: 0;
	top:0;
    position: absolute;
    width: 100%;
}

.image-overlay-contents *{
	color:#fff;
}
.image-overlay .centered-text-inner .fa {
	color:rgba(255,255,255,0.9);
}
.image-overlay .centered-text-inner a:focus {
	text-decoration: none !important;
}
.image-overlay .centered-text-inner h5 {
	color:#fff;
}
.site-content {
    background: #b8b8b8;
}
.site-main {
    background: #fff;
    padding: 25px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.flex-box {
    display: inline-block;
	margin:10px;
	padding:10px;
	flex: 1 1 0;
}
.flex-center {
	justify-content: center;
}
.center {
	text-align:center;
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
.blue, .red {
	color:#b20a2e; 
}
.centered-text {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	width:100%;
}

.centered-text-inner {
	margin-left: auto;
    margin-right: auto; 
	width:100%;
	    text-align: center;
    max-width:550px;
	position: relative;
}
.container {
	position: relative;
    padding: 15px;
}
.image-overlay h1 {
	color:#fff;
	margin-bottom:15px;
    margin-left: 3%;
    margin-right: 3%;
}
blockquote {
	font-size:inherit;
}
.grey-text, .grey-text * {
	color:#bbb !important;
}
th, .fancy-table th, .fancy-table thead td  {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 6px;
    background-color: #585858;
    color: #fff;
}
table {
	table-layout:fixed;	
}
td {
    padding: 1px 6px 1px 6px;
	overflow: hidden;
    text-overflow: ellipsis;
}

.fancy-table td p {
	margin: 0 !important;
}
.fancy-table td {
	width: 0 !important;
}
.fancy-table.nowrap td {
    white-space: nowrap;
}
#dialog {
	display:none;
    position: absolute;
    top: 50px;
    background: #fff;
    z-index: 999;
    max-width: 520px;
	width:500px;
    left: 50%;
    padding: 10px;
    margin-left: -250px;
    border-radius: 5px;
	-webkit-box-shadow:  0 0 0 9999px rgba(0, 0, 0, 0.5);
  	box-shadow:  0 0 0 9999px rgba(0, 0, 0, 0.5);
}
/* Loader start */

#spin-loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: rgba(186,12,47,0.50);

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1001;
}

    #spin-loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #fff;

        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #spin-loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: rgb(186, 12, 47 );

        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    
    /* JavaScript Turned Off */
    .no-js h1 {
        color: #222222;
    }

/* Loader end */

@media (max-width: 1160px){ /*Navigation too wide past this point*/

	.breadcrumbs {
		margin-left: 3%;
		margin-right:3%;		
	}
	#main {
		padding-left: 3% !important;
		padding-right:3% !important;	
	}
}
@media (max-width: 993px){
	
	.breadcrumbs {
		margin-left: 1%;
		margin-right:1%;		
	}
	#main {
		padding-left: 15px !important;
		padding-right:15px !important;	
	}
	footer.bighorn-bg {
		background-image: url(images/bighorn-watermark-mirror-solid.png);
		background-repeat: no-repeat;
		background-size: 500px;
		background-position: center right -50px;
	}
	.container {
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
	}
}
@media (max-width: 768px){
	.fancy-table td, .fancy-table th {
		font-size: 80% !important;
	}
	.site-main {
		padding: 15px 15px;
	}
}
@media (max-width: 601px){
	#dialog {
		width:auto;
		left:10px;right:10px;
		margin-left:0;
	}
}
.noBorder > td {
	border:0 !important;
}