html {
	font-size: 62.5%;
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%;
}

:required, .required-text {
  background: #fffbd6;
}
.red {
	color:#ce5858
}
.blue {
	color:#ce5858
}
html, body {
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
body {
	font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
	color:#222;
     font-size: 14px;
	 -webkit-text-size-adjust: 100%;
	background: #fff;
}
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
.container:after {
	content: "";
}
blockquote:before,
blockquote:after {
	content: "";
}
blockquote {
	quotes: "" "";
}

q:before {
    content: open-quote;
}
q:after {
    content: close-quote;
}
a:focus {
	outline: thin dotted;
}

a img {
	border: 0;
}
body {
	font-family: 'Lato', Helvetica, sans-serif !important;
	color: #303030;
	font-weight: normal;
	overflow-x: hidden;
	text-align: left;
}
/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
	/*noinspection CssInvalidPropertyValue*/
	width: device-width;
}
@viewport {
	/*noinspection CssInvalidPropertyValue*/
	width: device-width;
}
/* Other fixes*/
*,*:before,*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* Selection colours (easy to forget) */
::selection {
	background: #FC6D6D;
	color: #FFF;
}
::-moz-selection {
	background: #FC6D6D;
	color: #FFF;
}
/* do not group these rules (placeholder colors) */
*::-webkit-input-placeholder {
    color: #ccc !important;
	opacity: 1;
}
*:-moz-placeholder {
    color: #ccc !important;
	opacity: 1;
}
*::-moz-placeholder {
    color: #ccc !important;
	opacity: 1;
}
*:-ms-input-placeholder {
    color: #ccc !important;
	opacity: 1;
}
/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/

button,
input,
select,
textarea {
	color: #303030;
	font-family: sans-serif;
	font-size: 1.2rem;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
p {
    margin: 0;
}
p {
	margin-bottom: 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
blockquote {
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee; 
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 12px;
	max-width: 100%;
	overflow-y: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
dl {
	margin: 0 20px;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	margin: 0 0 10px;
	display: block;
	clear: both;
}
h1,h2,h3 {
	font-family: 'Montserrat', Helvetica, sans-serif;
	font-weight: 700;
	line-height: 35px;
}
h1,
h1 span {
	font-size: 30px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 16px;
}
/*--------------------------------------------------------------
3.0 Buttons
--------------------------------------------------------------*/
.buttons {
	text-align: center;
	margin-top: 45px;
}
/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	padding-left: 0 !important;
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em 0;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
figure {
	margin: 0;
}
.site-main p {
	margin: 0 0 24px;
}
table {
	border-spacing: 0;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
caption {
	font-size: 16px;
	margin: 20px 0;
}
th, .fancy-table th, .fancy-table thead td  {
	font-weight: bold;
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
td {
	border-top: none;
	border-left: 1px solid #aaa;
	padding: 6px 10px 6px 0;
	vertical-align: top;
}
thead th{
	border: none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button {
    border: none !important; 
    background: #b20a2e !important;
    color: #fff !important;
	outline:none;
}
/*---------------------------------------
 **   COLORS                         -----
-----------------------------------------*/

/** FOR TEXTS AND ICON FONTS **/
.red-text {
	color: rgb(186, 12, 47 );
}
.green-text {
	color: #34d293;
}
.blue-text {
	color: #006BA6;
}
/*---------------------------------------
 **   4.0 Forms                     -----
-----------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in IE6/IE7 */
}
button:not(.fc-button),
input[type="button"],
input[type="reset"],
input[type="submit"],
.btn,
.upload-label
{
	border: none; 
	margin:8px 0 8px 0; 
	background: #b20a2e; 
	padding: 7px 8px 7px 8px;
	text-align: left;
	display: inline-block;
	font-family: 'Open Sans',sans-serif !important;
	color:#ffffff !important;
	font-size:16px;
	position:relative;
	cursor: pointer;
	border-radius: 3px;
	line-height: normal;
}
.small-button {
	padding: 3px 16px 3px 10px !important; 
}
.ui-dialog .ui-dialog-buttonpane button {
	
	padding: 8px !important;
	border-radius: 3px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
.btn:hover,
.ui-button button:hover,
.upload-label:hover,
input[type="submit"]:hover {
	background: #792134 !important;
    box-shadow: none;
}
button:disabled, button:disabled:hover {
	background: #b8b8b8 !important;
	cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.btn-large {
	width:100%; max-width: 400px; padding:15px;
}
.btn-large-no-arrow {
	font-weight:bold;
	border-width:2px !important;
	font-size:16px;
	text-align:center;
	padding: 11px;
}
.btn-clear {
	border: 3px solid #fff; 
	background: rgba(0,0,0,0.2); 
	border-radius:0; color:#fff;
}
.btn-clear:hover {
	opacity:1;
    box-shadow: none;
    background: rgba(255,255,255,0.10);
}
.btn-large-no-arrow::after {
	content: "";
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="search"],
textarea, select {
	color: #555;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius:3px;
	padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="number"],
input[type="url"],
input[type="password"],
input[type="tel"],
input[type="search"],
select {
    padding: 3px;
    height: 26px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus {
  -webkit-box-shadow:none !important;
  box-shadow:none !important;
}
input:focus,
textarea:focus {
	outline:none;
	border: 1px solid rgb(0 0 0 / 48%);
}

.darkBackground a:visited,
.darkBackground a:active,
.darkBackground a:focus,
.darkBackground a:link,
.darkBackground a {
	color: #ddd;
    text-decoration: none;
}
.darkBackground a:hover,
.darkBackground a:focus,
.darkBackground a:active {
	color: #fff;
    text-decoration: none;
}
 /*---------------------------------------
 **   8.0 Clearings                   -----
-----------------------------------------*/
.clear:before,
.clear:after,
.site-content:before,
.site-content:after {
	content: '';
	display: table;
}
.clear:after,
.site-content:after {
	clear: both;
}

 /*---------------------------------------
 **   10.0 Content                   -----
-----------------------------------------*/

.site-content {
	background: #fff;
}
.home .site-content {
	background: none;
}

.form-inputs label:not(.upload-label) {
	margin:0;
	display: inline-block;
}
.inline-block {
	display:inline-block;
}
.form-inputs div{
	margin-right:6px;
}
.form-inputs div{
	margin-right:5px;
}
@media screen and (max-width: 800px) {
	.form-inputs div{
		margin-right:0;
	}
	.inline-block {
		display:block;
	}
	textarea {
		height:80px !important;
		box-sizing:border-box;
	}
	input[type="text"],input[type="password"], input[type="number"], input[type="tel"], select:not(.ui-datepicker-month):not(.ui-datepicker-year), textarea {
		border:1px solid #aaa;
		font-size:larger;
		width:100% !important;
		height:35px;
		border-radius:3px;
		margin-bottom:4px;
	}
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}
 
/*---------------------------------------
 **   Header               -----
-----------------------------------------*/

/* PRE LOADER */
#loader {
	background: rgba(30,33,38,0.56); /* Old browsers */
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	height: 100%;
	width: 100%;
	overflow: hidden !important;
}
/*---------------------------------------
 **   Section: Home                  -----
-----------------------------------------*/

.container {
    padding-right: 25px;
    padding-left: 25px;
}

/*---------------------------------------
 **   Section blog            -----
-----------------------------------------*/

.clear{
	clear: both;
}
.content-area, #primary {
	padding-top: 20px;
}

/* ====================== Large TEMPLATE ============================== */
blockquote {
	padding-left: 15px;
	border-left: 3px solid #b20a2e;
    padding-right: 10px;
	margin: 10px 0 10px 10px;
} 
@media (max-width: 600px) {
	body {
		position: initial !important;
	}
}
/*---------------------------------------
 **   Responsive            -----
-----------------------------------------*/

@media (max-width: 767px) {

	.container {
		padding-left:0;
		padding-right:0;
	}
	.side-links {
		display: none;
	}
}
/* print */
@media print {

	a:link:after,
	a:visited:after {
    	content: "";
	}
	.flex {
		display: block !important;
		float:none;
	}
	body {
		font-size:12px;
	}
   .container, .content-area, .site-main, .site-content, body {
	   padding:0;
	   margin:0;
	}
	.fixme, #footer,.btn {
		display:none;
	}
}
.darkBackground {
	background: #333;
    color: #fff;
	padding: 20px;
}
#footer a {
	line-height:20px;
}
.bighorn-bg {
	background-color:#333;
	background-image: url(/assets/css/images/bighorn-watermark-mirror-solid.png);
    background-repeat: no-repeat;
    background-size: 500px;
    background-position: center left -50px;
}

footer.bighorn-bg {
	background-image: url(images/bighorn-watermark-mirror-solid.png), url(/assets/css/images/seal-watermark.png);
    background-repeat: no-repeat, no-repeat;
    background-size: 500px, 600px;
    background-position: center right -50px, center left -200px;
}
#footer {
	padding-top:20px;
	padding-bottom:160px;
	font-size:12px;
	line-height:20px;
	color:#ddd;    
}
.header-banner {
    position: relative;
    width: 100%;
    height: 500px;
    background-color: rgba(20, 30, 48, 0.8);
    background-position: center center;
    background-size: cover;
    object-fit: cover;
    background-repeat: no-repeat;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.header-banner {
    display: table;
}
@media only screen and (max-width: 993px){

	#footer .container {
		flex-wrap: wrap;
	}
}
#nav  {
	position:fixed;
	height:50px;
	background:#545c5f;
	width:100%;	
}
*, *:before, *:after, a, div, body, span, img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body, html {
  font-size: 1em;
  /* equivalent to 16px */
  line-height: 1.25;
  /* equivalent to 20px */
}

body, caption, th, td, input, textarea, select, option, legend, fieldset, h1, h2, h3, h4, h5, h6 {
  font-size-adjust: 0.5;
}
@media (min-width: 43.75em) {
  body, html {
    font-size: 1em;
    /* equivalent to 16px */
    line-height: 1.25;
    /* equivalent to 22px */
  }
}

h1 {
  font-size: 1.8em;
  /* 2x body copy size = 32px */
  line-height: 1.25;
  /* 45px / 36px */
}

h2 {
  font-size: 1.35em;
  /* 1.625x body copy size = 26px */
  line-height: 1.15384615;
  /* 30px / 26px */
}

h3 {
  font-size: 1.2em;
  /* 1.375x body copy size = 22px */
  line-height: 1.13636364;
  /* 25px / 22px */
}

h4 {
  font-size: 1.125em;
  /* 1.125x body copy size = 18px */
  line-height: 1.11111111;
}

h5 {
  font-size: 1.0em;
  /* 1.125x body copy size = 18px */
  line-height: 1.11111111;
}
@media (min-width: 43.75em) {
  h1 {
    font-size: 2em;
    /* 2.5x body copy size = 40px */
    line-height: 1.125;
  }
  h2 {
    font-size: 1.8em;
    /* 2x body copy size = 32px */
    line-height: 1.25;
  }
  h3 {
    font-size: 1.5em;
    /* 1.5x body copy size = 24px */
    line-height: 1.25;
  }
  h4 {
    line-height: 1.25;
    /* (22px / 18px */
  }
}

.container {
	width:100%;
}
.flex {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
label {
    font-weight:normal;
    width: 100%; 
}
label {
    padding: 7px 0 2px 0;
    margin: 0;
    display: inline-block;
}
.sortable {
	list-style-type: none; margin: 0; padding: 0; width: 100%;
}
.sortable li { 
	margin:0;padding:0;
}

fieldset, .grey-box {
    border: 1px solid #c7c7c7;
    background-color: #ddd;
    padding: 8px;
    border-radius: 5px;
    width: 100%;
    margin: 10px 0;
	position: relative;
}

fieldset {
	display: inline-block;
}
legend {
    display: inline-block;
    width: auto;
    font-size: inherit;
    top: 5px;
   
	font-weight: bold;
}
.placeholder {
	color:#bbb;
}
.padded-table td {
	padding:12px 5px 12px 10px;
}

.breadcrumbs {
	padding: 10px;
	color:#bbb;
	font-size: 12px;
	height: 85px;
	line-height: 85px;
	position: relative;
}
.breadcrumbs img{
	height:62px; 
	margin-right: 30px;
}
.fixed .breadcrumbs {
	height: 35px;
	line-height: 35px;
}
.fixed .breadcrumbs img{
	height: 25px;
}
.breadcrumbs a {
	color:#fff;
	font-size: 12px;
	padding:0 5px;
}
.side-links {
	position: absolute;
	right: 15px;
	bottom:0;
}
.side-links .apply {
	padding: 10px;
	width: 140px;
	min-width: 140px;
	font-size: 16px !important;
	margin: 0 0 0 5px;
	border-radius: 3px;
	line-height: 16px;
}
.side-links .apply::after {
    content: "\f054";
	font-family: "Font Awesome 5 Free", monospace;
    font-weight: 900;
    margin-top: -8px;
    position: absolute;
    right: 5px;
    margin-left: 10px;
    line-height: 16px;
    top: 50%;
}
.fixed .side-links .apply{
	padding: 2px;
}