/* CSS Document */
/* =================== Default Styles =================== */
/* ----- Theme Colors for reference and find/replace actions. These classes are used in inc/footer.cfm ----- */
.themeDarkOrange {
  color: #73391b;
}
.themeBrightOrange {
  color: #fc4f00;
}
.themeLightGrey {
  color: #e2e2e2;
}

.pColor {
  color: #636466;
}

header {
  background-color: #0067dc;
}

.header {
 /*position: fixed;
 height: 250px;*/
 width: 100%;
 text-align: center;
	z-index: 99999;
	transition: all 0.4s ease;
}

.sticky {
 font-size: 15px;
 position: sticky;
 width: 100%;
 transition: all 0.4s ease;
	z-index: 99999;
	top: 0;
}

.header .sticky  {
	min-height: 0px;
	transition: all 0.4s ease;
}

/*.stickyTest {
	position: relative;
	transition: all 0.4s ease;
}*/

.sticky .hdrSecondRow {
	min-height: 0px;
	transition: all 0.4s ease;
}

.sticky .hdrLogoVertical {
	max-width: 100px;
	transition: all 0.4s ease;
}

/*.sticky + .content {
  padding-top: 102px;
}*/

h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 40px;
  font-weight: 400;
  font-weight: 700;
  margin-bottom: 30px;
  color: #0067dc;
  border-bottom: 1px solid #ccc;
  display: inline-block;
}
h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #0067dc;
}
p, ul, ol, li {
  font-family: 'Source Sans Pro', sans-serif;
}
p, ul, ol {
  color: #212529;
}

/*a {
  color: #0067dc !important;
}
a:hover { 
  color: #0067dc !important;
  text-decoration: underline;
}
*/

p > a { /* This is necessary because the column links had to be darkend for accessibility and because all content is wrapped in columns-2 */
  color: #0067dc !important;
}
p > a:hover { 
  color: #0067dc !important;
  text-decoration: underline;
}

.mura-body img {
	margin: 5px 20px;
	outline: 1px solid #000;
	outline-offset: 3px;
}

@media(max-width:769px) {
	.mura-body img {
		margin: 0 0 20px 0;
	}
}


/*.columns-2 a, .columns-3 a {
	color:#fff;
}*/

.photoLeft {
  float: left;
  margin: 0 15px 15px 0;
  outline: #ccc 1px solid;
  outline-offset: 3px;
}
.photoRight {
  float: right;
  margin: 0 0 15px 15px;
  outline: #ccc 1px solid;
  outline-offset: 3px;
}
@media (max-width:560px) {
  .photoLeft {
    margin: 0 10% 15px;
  }
  .photoRight {
    margin: 0 10% 15px;
  }
}
/* Makes video containers fluid */
.videoContainer {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 30px;
}
.videoContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
/* =================== Header =================== */
/* ----- Header Top Menu ----- */
.hdrSecondRow {
  min-height: 140px;
	transition: all 0.4s ease;
}
.hdrTopMenu {
  background-color: #1f1500;
  width: 100%;
  height: 34px;
  color: #d5d5d5;
  overflow: hidden;
  margin: 0;
}
.hdrTopMenu a {
  color: #d5d5d5;
}
@media(max-width: 767px) {
  .hdrTopMenu {
    display: none;
  }
}
.hdrTopMenuHours {
  border-right: 1px solid #fff;
  padding: 3px 15px;
  float: right;
}
.hdrTopMenuEmployees {
  border-right: 1px solid #fff;
  padding: 3px 15px;
  float: right;
}
/* ----- Header Second Row ----- */
.hdrLogoHorizontal {
  max-width: 325px;
  height: auto;
  padding: 15px 0;
  text-align: center;
}
.hdrLogoVertical {
  max-width: 175px;
  height: auto;
  padding: 18px 0;
  text-align: center;
	transition: all 0.4s ease;
}
.hdrTextLogo {
  margin-top: 25px;
}
.hdrTextLogo h1, .hdrTextLogo h2 {
  font-family: 'Montserrat', sans-serif;
}
.hdrTextLogo h1 {
  margin-bottom: 5px;
  font-size: 2.3em;
  border-bottom: 1px #ccc solid;
  display: inline-block;
}
.hdrTextLogo h2 a:hover {
  text-decoration: none !important;
}
.hdrTextLogo h2 {
  font-size: 1.5em;
  text-decoration: none !important;
}
.hdrPhone p {
  color: #fff;
  font-size: 28px;
  text-align: right;
  padding: 15px 0 0
}

.hdrPhone a {
	color: #fff;
}

.hdrPhone a:hover {
	text-decoration: underline;
}

.hdrSecondRow .form-inline {
  float: right;
}
.hdrSecondRow .form-control {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-color: #000;
  border-right: none;
}
.searchButton {
  color: #fff;
  background-color: #000;
  border-color: #000;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-left: none;
  margin-left: -2px;
  /*position: absolute;
    right: 0px;*/
}
.searchButton:hover {
	color: #000 !important;
  background-color: #fff!important;
}
/* ----- Header Second Row - Medium Device ----- */
@media (max-width: 769px) {
  .hdrLogo img {
    max-width: 170px;
    height: auto;
    padding: 10px;
  }
  .hdrTextLogo h1 {
    font-size: 2.3em;
    margin-left: 15px;
  }
  .hdrTextLogo h2 {
    font-size: 1.3em;
    margin-left: 15px;
  }
  .hdrPhone p {
    color: #636466;
    font-size: 28px;
    text-align: center;
    padding: 0;
  }
  .hdrMdDeviceSearch .form-control {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-color: #000;
    border-right: none;
  }
  .hdrMdDeviceSearch {
    float: none;
    margin: 0 auto 15px;
    max-width: 90%;
  }
}

/* =================== Primary Navigation =================== */

.navbar-light {
  background-color: #000;
	border-bottom: 1px solid #fff;
}
/*#navPrimary {
    background-color: #000;
}*/
li.nav-item {
  padding: 0 30px;
  border-right: 1px solid #fff;
  z-index: 10;
  background-color: #000;
  position: relative;
  /*margin-left: -13px;*/
}
li.nav-item:hover {
  background-color: #0067dc;
  color: #ffffff;
  z-index: 9;
}
a.nav-link {
  color: #fff !important;
}
li.last.nav-item {
  border-right: none;
}
/*.dropdown-menu {
    padding: 0px;
    width: 100%;
    left: -10px;
}*/
.dropdown-menu {
  /*width: 100%;*/
	min-width: 100%;
	max-width: 300px;
  border-radius: 0px;
}
.dropdown-item {
  padding: 10px 30px;
	white-space: normal;
	min-width: 250px;
}
a.dropdown-item:hover {
  background-color: #000;
  color: #fff;
}
/* ----- Primary Navigation - Large Device ----- */
@media (max-width:996px) {
  li.nav-item {
    padding: 0 27px;
  }
  li.first.nav-item {
    border-left: 1px solid #fff;
  }
}
/* ----- Primary Navigation - Medium Device ----- */
@media (max-width:768px) {
  .navbar-light .navbar-toggler {
    background-color: #000;
    padding: 7px 9px;
  }
  .navbar-light {
    background-color: #fff;
  }
  li.nav-item {
    border-right: none;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: 1px solid #fff;
  }
  li.nav-item:hover {
    background-color: #000;
  }
  .dropdown-menu {
    display: none;
  }
  .dropdown-item {
    padding: 10px 30px;
  }
  a.dropdown-item:hover {
    background-color: #000000;
    color: #000;
  }
}
/* =================== Home Page =================== */
/* ----- Home Page SlideShow ----- */
/* Text customizations are located in /(themeAssets)/modules/custom/homeBanners/customBannerText.css) */
.homeBanner {
  position: relative;
  overflow-x: hidden;
  /*border-bottom: 18px solid #000000;
    margin-bottom: 25px;*/
}
/* --- Home Page Content --- */
.contentRow {
  margin: 20px 15px 35px;
}
/* ----- Home Page Achors ----- */
.anchorRow {
  background-color: #474747;
  padding: 40px 0;
}
.anchorBox {
  padding: 20px;
  background-color: #ffffff;
  text-align: center;
  /*min-height: 400px; Min height assigned by coldfusion if the short descripton is present */
}
.anchorPic {}
.anchorTitle h2 {
  font-family: 'Source Sans Pro', sans-serif;
  color: #73391b;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
  margin: 10px 0 0;
}
.anchorText p {
  color: #777777;
  font-size: 16px;
  line-height: 21px;
}
.anchorLink a {
  font-size: 16px;
  border: none;
  padding: 4px 20px 6px;
  border-radius: 8px;
  font-weight: 300;
  color: #fff;
  background-color: #73391b;
}
.anchorLink a:hover {
  background-color: #474747;
  text-decoration: none;
  color: #fff;
}
/* =================== Sub-Page =================== */
.breadcrumb {
  font-size: 14px;
  background-color: transparent !important;
  background-image: -webkit-linear-gradient(90deg, rgba(233, 236, 239, 1.00) 0%, rgba(255, 0, 0, 0.00) 100%);
  background-image: -moz-linear-gradient(90deg, rgba(233, 236, 239, 1.00) 0%, rgba(255, 0, 0, 0.00) 100%);
  background-image: -o-linear-gradient(90deg, rgba(233, 236, 239, 1.00) 0%, rgba(255, 0, 0, 0.00) 100%);
  background-image: linear-gradient(90deg, rgba(233, 236, 239, 1.00) 0%, rgba(255, 0, 0, 0.00) 100%);
}
/* Page Banner */
.pageBanner {
  width: 1110px;
  height: auto !important;
  outline: 1px solid #cccccc;
  outline-offset: 3px;
  margin: 0 5px
}

.aboutPageImg {
	outline: 1px solid #72391a;
	outline-offset: 5px;
	max-width: 400px;
	width: 100%;
	height: auto;
}

@media (min-width:769px) { 
	.aboutPageImg {
		margin: 10px 15px !important;
	}
}

@media (max-width:768px) { 
	.aboutPageImg {
		margin: 15px 0 !important;
	}
}

/* Content Image */

/*@media (max-width:767px) {
	.mura-body img {
		width: 95% !important;
		float: none !important;
	}
}*/


/* Quick Link */

.quickLink p {
	padding: 10px 15px;
	background-color: #2067dc;
	color: #fff !important;
	outline: 1px #fff solid;
	outline-offset: -3px;
	display: inline-block;
}

.quickLink a {
	color: #fff !important;
}

.quickLink a:hover {
	color: #fff !important;
}

/* HR */

hr {

	border-top: 1px solid rgb(156, 159, 157);
	margin-top: 2rem;
  margin-bottom: 2rem;
	display: flex;
}

/* Columns */
.content .columns-1 h2, .content .columns-2 h2 {
  border: none;
  padding: 0;
  margin: 15px 0;
}

.columns-1 a, .columns-2 a, .columns-3 a, .columns-4 a, .columns-5 a {
	color: #0056b3;
}

.content .columns-1 a:hover, .content .columns-2 a:hover, .content .columns-3 a:hover, .content .columns-4 a:hover, .content .columns-5 a:hover {
	color: #0056b3;
	text-decoration: underline;
}



/*.content .columns-2 h2,.content .columns-2 h3,.content .columns-2 h4,.content .columns-2 h5,.content .columns-2 h6, .content .columns-3 h2,.content .columns-3 h3,.content .columns-3 h4,.content .columns-3 h5,.content .columns-3 h6 {*/
.content .columns-2 h3, .content .columns-2 h4, .content .columns-2 h5, .content .columns-2 h6, .content .columns-3 h2, .content .columns-3 h3, .content .columns-3 h4, .content .columns-3 h5, .content .columns-3 h6 {
  margin-top: 0 !important;
}
.content .columns-1 ul, .content .columns-2 ul, .content .columns-3 ul, .content .columns-4 ul, .content .columns-5 ul { /* For Mobile */
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  width: 100%;
  max-height: none;
  padding: 14px 17px 3px 25px;
  /*color: #fff;*/
  background: #e2eefb;
  border-radius: 0;
	/*display: table-cell;*/ /*Removed because it was stripping the bottom margin*/
}
.content .columns-1 ul {
  width: inherit !important;
}
.content ol, .content .columns-1 ol, .content .columns-2 ol, .content .columns-3 ol, .content .columns-4 ol, .content .columns-5 ol {
  list-style-type: decimal !important;
}
.content ul ul, .content .columns-1 ul ul, .content .columns-2 ul ul, .content .columns-3 ul ul, .content .columns-4 ul ul, .content .columns-5 ul ul {
  -webkit-column-count: 1 !important;
  -moz-column-count: 1 !important;
  column-count: 1 !important;
  width: 100% !important;
  max-height: none !important;
  padding: 0 17px 0 25px !important;
}
.content .defaultBody ul li, .content .li-2 ul li, .content .columns-1 ul li, .content .columns-2 ul li, .content .columns-3 ul li, .content .columns-4 ul li, .content .columns-5 ul li {
  position: relative;
  width: 100%;
  margin: 0 0 12px 0;
  padding: 0 17px 0 15px;
  display: inline-block !important;
}
.content .defaultBody ul li:before, .content .li-2 ul li:before, .content .columns-1 ul li:before, .content .columns-2 ul li:before, .content .columns-3 ul li:before, .content .columns-4 ul li:before, .content .columns-5 ul li:before {
  position: absolute;
  top: 1px;
  left: 0;
  content: "\f0da"; /* Separate Bullet */
  /*color: #636466 !important;*/
  font-family: FontAwesome;
  font-size: 15px;
}
.content ol li {
  margin: 0 0 12px 20px;
}
.content .columns-1 ol li, .content .columns-2 ol li, .content .columns-3 ol li, .content .columns-4 ol li, .content .columns-5 ol li {
  margin: 0 0 12px 0;
}
@media (min-width:768px) {
  .columns {
    -webkit-column-count: 1 !important;
    -moz-column-count: 1 !important;
    column-count: 1 !important;
  }
  .content .columns-1 ul {
    -webkit-column-count: 1 !important;
    -moz-column-count: 1 !important;
    column-count: 1 !important;
  }
  .content .columns-2 ul {
    -webkit-column-count: 2 !important;
    -moz-column-count: 2 !important;
    column-count: 2 !important;
    max-height: 9999px !important;
  }
  .content .columns-2.half-pg ul {
    -webkit-column-count: 1 !important;
    -moz-column-count: 1 !important;
    column-count: 1 !important;
    max-height: none !important;
  }
  .content .columns-3 ul {
    -webkit-column-count: 3 !important;
    -moz-column-count: 3 !important;
    column-count: 3 !important;
    max-height: 9999px !important;
  }
  .content .columns-4 ul {
    -webkit-column-count: 4 !important;
    -moz-column-count: 4 !important;
    column-count: 4 !important;
    max-height: 9999px !important;
  }
  .content .columns-5 ul {
    -webkit-column-count: 5 !important;
    -moz-column-count: 5 !important;
    column-count: 5 !important;
  }
}
@media (min-width:992px) {
  .columns {
    -webkit-column-count: 2 !important;
    -moz-column-count: 2 !important;
    column-count: 2 !important;
  }
  .content .columns-1 ul {
    -webkit-column-count: 1 !important;
    -moz-column-count: 1 !important;
    column-count: 1 !important;
  }
  .content .columns-2 ul, .content .columns-2.half-pg ul {
    -webkit-column-count: 2 !important;
    -moz-column-count: 2 !important;
    column-count: 2 !important;
    max-height: 9999px !important;
  }
  .content .columns-3 ul {
    -webkit-column-count: 3 !important;
    -moz-column-count: 3 !important;
    column-count: 3 !important;
    max-height: 9999px !important;
  }
  .content .columns-4 ul {
    -webkit-column-count: 4 !important;
    -moz-column-count: 4 !important;
    column-count: 4 !important;
    max-height: 9999px !important;
  }
  .content .columns-5 ul {
    -webkit-column-count: 5 !important;
    -moz-column-count: 5 !important;
    column-count: 5 !important;
  }
}
@media (min-width:1200px) {
  .columns {
    -webkit-column-count: 3 !important;
    -moz-column-count: 3 !important;
    column-count: 3 !important;
  }
  .content .columns-1 ul {
    -webkit-column-count: 1 !important;
    -moz-column-count: 1 !important;
    column-count: 1 !important;
  }
}
/* =================== Side Bar =================== */
.sideBar {
  background-color: aliceblue;
  padding: 15px;
  border: 1px solid #bac7d2;
}
.sideBar h2 {
  text-align: center;
}
.sideBar .btn-primary {
  font-size: 16px;
  border: #0056b3 1px solid !important;
  padding: 4px 20px 6px;
  border-radius: 8px !important;
  font-weight: 300;
  color: #fff;
  background-color: #0056b3 !important;
}
@media (min-width:769px) {
  .sideBar {
    margin-top: 63px;
  }
}
@media (max-width:560px) {
  .sideBar {
    margin: 0 15px !important;
  }
}
/* =================== Product Category Gallery =================== */
.prodCatGallery {
  display: inline-block;
  text-align: center;
  padding: 0;
  margin: 25px 0;
}
.prodCatGalleryImageContainer {
  float: left;
  padding: 1px;
  width: 33%;
  display: block;
  position: relative;
  overflow: hidden;
}
img.prodCatGalleryImage {
  width: 100%;
  z-index: 9;
  /*-webkit-filter: grayscale(62%); */ /* Safari 6.0 - 9.0 */
  /*filter: grayscale(62%);*/
}
.prodCatGalleryImageInfo {
  background-color: #636466;
  width: 100%;
}
.prodCatGalleryImageInfo h3 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 5px 0;
  margin: 0;
}
.prodCatGalleryImageInfo a:hover {
  text-decoration: none !important;
}
.prodCatGalleryImageInfo p {
  margin: 0;
  padding: 0;
}
/*Trigger fade-in on hover*/
.prodCatGalleryImageContainer:hover .prodCatGalleryImageInfo {
  background-color: #474747;
}
.prodCatGalleryImageContainer:hover a {
  text-decoration: none;
}
@media (max-width: 768px) {
  .prodCatGalleryImageContainer {
    width: 50%;
    height: auto;
  }
  img.prodCatGalleryImage {
    width: 100%;
    max-width: 480px;
  }
  .prodCatGalleryImageInfo {
    opacity: 1;
  }
}
@media (max-width: 480px) {
  .prodCatGalleryImageContainer {
    width: 100%;
  }
  img.prodCatGalleryImage {
    width: 100%;
    max-width: 480px;
  }
  .prodCatGalleryImageInfo {
    opacity: 1;
  }
}
/* =================== Product Additonal Photos Gallery =================== */
.productGallery {
  display: inline-block;
  text-align: center;
  padding: 0;
  margin: 25px 0;
}
.productGalleryImageContainer {
  float: left;
  padding: 5px;
  width: 130px;
  display: block;
  position: relative;
  overflow: hidden;
}
img.productGalleryImage {
  width: 100%;
  z-index: 9;
  /*border: 1px solid #636466;*/
  /*-webkit-filter: grayscale(62%); */ /* Safari 6.0 - 9.0 */
  /*filter: grayscale(62%);*/
}
/*Trigger fade-in on hover*/
.productGalleryImageContainer:hover .productGalleryImageInfo {
  opacity: 1;
}
.productGalleryImageContainer:hover a {
  text-decoration: none;
}
.productGalleryImageContainer:hover img.productGalleryImage {
  /*-webkit-filter: grayscale(0%);  Safari 6.0 - 9.0 
	filter: grayscale(0%);*/
}
@media (max-width: 768px) {
  .productGalleryImageContainer {
    width: 50%;
    height: auto;
  }
  img.productGalleryImage {
    width: 100%;
    max-width: 480px;
    -webkit-filter: grayscale(62%); /* Safari 6.0 - 9.0 */
    filter: grayscale(62%);
  }
}
@media (max-width: 480px) {
  .productGalleryImageContainer {
    width: 100%;
  }
  img.productGalleryImage {
    width: 100%;
    max-width: 480px;
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
  }
}
/* =================== Products =================== */
#product-list img {
  margin: 0;
  outline: #636466 1px solid;
  outline-offset: 3px;
}
.product-container:nth-child(odd) {
  background: #f0f7e5;
  padding: 10px 0;
}
.product-container h4 {
  margin-bottom: 25px;
  color: #636466;
}
.returnLink a::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f355";
  color: #fff !important;
  margin-right: 8px;
}
.returnLink a {
  padding: 8px 20px;
  background-color: #636466;
  color: #fff !important;
  display: inline-block;
  text-decoration: none;
}
.returnLink a:hover {
  background-color: #73391b;
}

/* =================== Photo Gallery =================== */
.photoGallery {
  display: inline-block;
  text-align: center;
  padding: 0;
  margin: 25px 0;
}
.photoGallery h2 {
  font-size: 35px;
  font-family: 'Open Sans', sans-serif;
  color: #ffbb00;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 40px;
  margin-bottom: 60px;
}
.photoGallery h2 strong {
  color: #003876;
}
.photoGalleryImageContainer {
  float: left;
  margin: 1px;
  width: 24%;
  display: block;
  position: relative;
  overflow: hidden;
	background-color: #2067dc;
}
img.photoGalleryImage {
  width: 100%;
  z-index: 9;
	outline: none; 
  outline-offset:0;
  margin: 0;
	height: 200px;
  /*-webkit-filter: grayscale(62%); */ /* Safari 6.0 - 9.0 */
  /*filter: grayscale(62%);*/
}

img.photoGalleryImage:hover {
	opacity: .6;
}

.photoGalleryImageInfo {
  position: absolute;
  bottom: 0;
  z-index: 10;
  background-color: #73391b;
  width: 100%;
  opacity: 0;
  -o-transition: opacity .2s ease-in-out;
  -ms-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  /*margin: 0 0 1px -1px;*/
  min-height: 61px;
}
.photoGalleryImageInfo h3 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  margin: 10px 0 5px
}
.photoGalleryImageInfo h4 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  margin: 5px 0 10px;
}
.photoGalleryImageInfo a:hover {
  text-decoration: none !important;
}
.photoGalleryImageInfo p {
  margin: 0;
  padding: 0;
}
/*Trigger fade-in on hover*/
.photoGalleryImageContainer:hover .photoGalleryImageInfo {
  opacity: 1;
}
.photoGalleryImageContainer:hover a {
  text-decoration: none;
}
.photoGalleryImageContainer:hover img.photoGalleryImage {
  /*-webkit-filter: grayscale(0%);  Safari 6.0 - 9.0 
	filter: grayscale(0%);*/
}
@media (max-width: 768px) {
  .photoGalleryImageContainer {
    width: 50%;
    height: auto;
  }
  img.photoGalleryImage {
    width: 100%;
    max-width: 480px;
		height: auto;
    -webkit-filter: grayscale(62%); /* Safari 6.0 - 9.0 */
    filter: grayscale(62%);
  }
  .photoGalleryImageInfo {
    opacity: 1;
  }
}
@media (max-width: 480px) {
  .photoGalleryImageContainer {
    width: 100%;
  }
  img.photoGalleryImage {
    width: 100%;
    max-width: 480px;
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
  }
  .photoGalleryImageInfo {
    opacity: 1;
  }
}

/* =================== Staff Gallery =================== */

.staffGallery {
  display: inline-block;
  text-align: center;
  padding: 0;
  margin: 25px 0 0;
}
.staffGallery h2 {
  font-size: 35px;
  font-family: 'Open Sans', sans-serif;
  color: #ffbb00;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 40px;
  margin-bottom: 60px;
}
.staffGallery h2 strong {
  color: #003876;
}
.staffGalleryImageContainer {
  float: left;
  margin: 1px;
  width: 28%;
  display: block;
  position: relative;
  overflow: hidden;
	background-color: #2067dc;
}
img.staffGalleryImage {
  width: 100%;
  z-index: 9;
	outline: none; 
  outline-offset:0;
  margin: 0;
	height: auto;
  /*-webkit-filter: grayscale(62%); */ /* Safari 6.0 - 9.0 */
  /*filter: grayscale(62%);*/
}

.staffGalleryImageInfo {
  /*position: absolute;*/
  bottom: 0;
  z-index: 10;
  background-color: #0067dc;
  width: 100%;
}
.staffGalleryImageInfo h3 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  margin: 10px 0 0
}
.staffGalleryImageInfo h4 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  margin: 0 0 10px;
}
.staffGalleryImageInfo a:hover {
  text-decoration: none !important;
}
.staffGalleryImageInfo p {
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .staffGalleryImageContainer {
    width: 50%;
    height: auto;
  }
  img.staffGalleryImage {
    width: 100%;
    max-width: 480px;
		height: auto;
    -webkit-filter: grayscale(62%); /* Safari 6.0 - 9.0 */
    filter: grayscale(62%);
  }
  .staffGalleryImageInfo {
    opacity: 1;
  }
}
@media (max-width: 480px) {
  .staffGalleryImageContainer {
    width: 100%;
  }
  img.staffGalleryImage {
    width: 100%;
    max-width: 480px;
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
  }
  .staffGalleryImageInfo {
    opacity: 1;
  }
}



/* =================== Folder Index =================== */
.folderIndex {
	margin-top: 20px;
}

.folderIndex ul {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  max-height: 9999px !important;
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  background-color: transparent;
}
.folderIndex li {
  /*display: inline-block;*/
  display: block;
  width: 100%;
  padding: 0;
  margin: 10px 0;
  break-inside: avoid;
  -webkit-column-break: avoid;
  -moz-column-break: avoid;
}
.folderIndex li:first-of-type {
  margin: 0 !important;
}
.folderIndex li a {
  color: #fff;
  display: block;
  font-weight: bold;
  /*line-height: 17px;*/
  border: 1px solid #d4d7e1;
  padding: 10px 17px;
  background-color: #474747;
}
.folderIndex li a:hover, .folderIndex li a:active, .folderIndex li a:focus {
  color: #fff;
  border: 1px solid #474747;
  background: #2067dc;
  text-decoration: none;
}
@media (min-width:768px) {
  .folderIndex ul {
    -webkit-column-count: 1 !important;
    -moz-column-count: 1 !important;
    column-count: 1 !important;
  }
}
@media (min-width:992px) {
  .folderIndex ul {
    -webkit-column-count: 2 !important;
    -moz-column-count: 2 !important;
    column-count: 2 !important;
  }
}
@media (min-width:1200px) {
  .folderIndex ul {
    -webkit-column-count: 2 !important;
    -moz-column-count: 2 !important;
    column-count: 2 !important;
  }
}
/* =================== FAQ Accordion =================== */
.panel {
  background: none !important;
  border: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 !important;
}
.panel-group {
  margin: 0 !important;
}
.panel-default > .panel-heading {
  color: inherit !important;
  background: none !important;
  border: none;
  padding: 0;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none;
}
#mainBody .panel-body p:first-of-type {
  margin: 0 0 10px !important;
}
.panel-body {
  border-bottom: 1px solid #d4d7e1 !important;
  padding: 0;
}
.sub-page .content .panel-body tr:nth-child(even) {
  background: #deddd7;
}
.sub-page .content .panel-body tr:nth-child(odd) {
  background: #c7c6bf;
}
.panel-tier-1 .panel-heading-1 {
  border: 1px solid #d4d7e1 !important;
  border-radius: 0 !important;
  padding: 9px 16px !important;
  margin: 4px 0 0 !important;
  background-color: #1c75bf !important;
}
.panel-tier-1 .panel-heading-1:hover {
  background-color: #343a40 !important;
}
h4.panel-title {
  font-size: 1.1em;
  margin: 34px 0 9px;
	padding: 0 10px 0 0;
}
.panel-tier-1 .panel-heading-1 h4, .panel-tier-1 .panel-heading-1 h4 a {
  font-size: 18px;
  color: #fff;
  margin: 0 !important;
}
.panel-tier-1 .panel-body-1 {
  background: #f5f5f5 !important;
  border: none !important;
  padding: 22px 22px 22px 42px !important;
}
@media (max-width:767px) {
  .panel-tier-1 .panel-body-1 {
    padding: 22px !important;
  }
}
.panel-tier-2 .panel-heading {
  border-top: 1px solid #d4d7e1 !important;
  border-left: 1px solid #d4d7e1 !important;
  border-right: 1px solid #d4d7e1 !important;
  border-radius: 0 !important;
  padding: 9px 16px !important;
}
.panel-tier-2 h4, .panel-tier-2 h4 a {
  font-family: 'Assistant', sans-serif;
  font-size: 19px;
  color: #565656;
  margin: 0 !important;
}
.panel-tier-2 .panel-body {
  background: #deddd7 !important;
  border: none !important;
  padding: 22px 37px !important;
}
.panel-tier-2 .panel-body h4 {
  font-family: 'Rasa', serif !important;
  font-size: 25px !important;
  /*color: #0055a5 !important;*/
  color: #003363 !important;
  margin: 34px 0 9px !important;
}
.panel-tier-2 .panel-body h4 .h4-inline {
  display: inline-block;
  font-size: 18px !important;
}
.panel-tier-2 .panel-body a h4 {
  font-size: 17px;
  color: #003363;
}
.toggleNo {
  position: relative;
  left: 5px;
}
.toggleNo:hover, .toggleNo:active, .toggleNo:focus {
  text-decoration: none !important;
}
.accordion-caret .accordion-toggle, .accordion-caret .accordion-toggle:hover, .accordion-caret .accordion-toggle:active, .accordion-caret .accordion-toggle:focus {
  text-decoration: none !important;
}
.accordion-caret .accordion-toggle .toggleIcon {
  position: relative;
  left: 25px;
}
.accordion-caret .accordion-toggle .toggleIcon:before {
  position: absolute;
  font-family: 'FontAwesome';
  font-weight: normal !important;
  font-size: 15px;
}
.accordion-caret .accordion-toggle:not(.collapsed) .toggleIcon:before {
  top: 5px;
  left: -25px;
  content: "\f068"; /* \0020 = normal space */
  margin-right: 0px;
}
.accordion-caret .accordion-toggle.collapsed .toggleIcon:before {
  top: 6px;
  left: -22px;
  content: "\f067";
  margin-right: 0px;
}
.panel-group .columns-2 ul {
  background: transparent;
}
/* =================== Content =================== */
.greyTextBox {
  padding: 25px 30px;
  background-color: #eee;
  margin: 25px -25px;
}
/* =================== Contact Page =================== */
.iconbkg {
  color: #474747;
}
.staffAnchorBox {
  padding: 20px;
  margin: 0 auto;
  background-color: #ffffff;
  text-align: center;
  min-height: 400px;
  max-width: 400px
}
/* =================== Footer =================== */
footer p, footer a, footer li, footer h4 {
  color: #fff !important;
}
.ftrContainer {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #2067dc;
  border-top: 1px #fff solid
}
@media (max-width:995px) {
  .ftrLogoRow {
    margin-bottom: 20px;
    border-bottom: 1px solid #0055A5;
  }
}
.ftrLogoHorizontal {
  max-width: 325px;
  height: auto;
  padding: 15px 0;
  text-align: center;
}
.ftrLogoVertical {
  max-width: 175px;
  height: auto;
  padding: 15px 0;
  text-align: center;
}
.ftrTextLogo {
  margin-top: 25px;
}
.ftrTextLogo h1, .ftrTextLogo h2 {
  font-family: 'Montserrat', sans-serif;
}
.ftrTextLogo h1 {
  margin-bottom: 5px;
  font-size: 2.5em;
  border-bottom: 1px #ccc solid;
  display: inline-block;
  color: #fff;
}
.ftrTextLogo h2 a:hover {
  text-decoration: none !important;
}
.ftrTextLogo h2 {
  font-size: 1.3em;
  text-decoration: none !important;
  color: #fff;
}
/*.ftrContact p, .ftrContact a, .ftrContact i {
    color: #fff
}*/

.ftrMembershipLogos {
	max-width: 380px;
	height: auto;
	padding-top: 30px
}

.ftrContact p, .ftrContact a {
  color: #fff;
}

.ftrContact td {
  vertical-align: top;
}

.ftrContact i {
	color: #fff;
}

.ftrSocialMedia {
  float: right;
}

.ftrCopyRight p {
	color: #fff !important;
}

@media (max-width:767px) {
  .ftrMembershipLogos {
	padding-top: 0;
  }
}

@media (min-width:768px) {
  .ftrSocialMedia {
    margin: 0 12px 30px 0;
  }
}
@media (min-width:992px) {
  .ftrSocialMedia {
    margin: 0 12px 30px 0;
  }
}
@media (min-width:1200px) {
  .ftrSocialMedia {
    margin: 0 12px 30px 0;
  }
}
.ftrSocialMedia a {
  color: #73391b;
  font-size: 20px;
}
.ftrSocialMedia .fa-facebook-f:before {
  content: "\f39e" !important;
  font-size: 18px;
}
.btn-socialMedia {
  background-color: transparent;
  border-color: #fff;
}
.ftrBottom {
  background-color: #0055A5;
}
.ftrBottom p {
  font-family: 'Source Sans Pro', sans-serif;
  color: #cecece;
  font-size: 13px;
}
.ftrCopyRight {
  background-color: #474747;
}