/* Bootstrap Modal */
.modal-open {
  overflow: hidden;
}
.modal { 
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog { 
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.fade { 
  transition: opacity .15s linear;
}
.modal-backdrop {
  position: fixed; 
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; 
  -moz-appearance: none;
  appearance: none;
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #f5f5f5;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: .3rem;
  outline: 0;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 1rem 1rem 1rem;
}
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.modal-backdrop.fade { 
  opacity: 0;
}
.modal-backdrop.in {
  opacity: 0.5;
}

@media screen and (min-width:768px) {
  .modal-dialog {
    width: 90%;
    max-width: 750px;
    margin: 1.75rem auto;
  }
}
/* End Bootstrap Modal */

.CATSectionArea .responsiveColumnLayout a.btn {
  text-decoration: none;
  text-transform: uppercase;
  background: #fdd100;
  border: none;
}
.CATSectionArea .responsiveColumnLayout a.btn:hover {
  background: #000000;
  color: #ffffff;
}

div.title {
  display: none;
}

/* Utility Classes */
.text-center {
	text-align: center;
}
.text-grey {
	color: #333333;
}
.font-bold {
	font-weight: bold;
}
.flex-wrap {
	flex-wrap: wrap;
}
.content-between {
	align-content: space-between;
}
.justify-center {
	justify-content: center;
}
.h-full {
	height: 100%;
}
.nowrap {
  white-space: nowrap;
}
.m-0 {
	margin: 0;
}
.mt-0 {
	margin-top: 0;
}
.mb-0 {
	margin-bottom: 0;
}
.mt-4 {
	margin-top: 1rem;
}
.mb-4 {
	margin-bottom: 1rem;
}
.my-4 {
	margin: 1rem 0;
}
.my-8 {
	margin: 2rem 0;
}
.px-4 {
	padding: 0 1rem;
}
.py-4 {
	padding-top: 1rem;
  padding-bottom: 1rem;
}
.item p a.no-underline {
	text-decoration: none;
}
.CATSectionArea .responsiveColumnLayout .javascript p a.btn.no-hover:hover {
	color: #000000;
}
.CATSectionArea .responsiveColumnLayout .javascript p a.btn.no-hover:hover span {
	text-decoration: underline;
}
.javascript p.text-xl a {
	font-size: 24px;
}
.item p.text-xxl {
	font-size: 44px;
}
.item p.text-xl {
	font-size: 32px;
}
.item p.text-sm {
	font-size: 16px;
}
.item p.text-xxs,
.item p.text-xxs a {
	font-size: 11px;
}




/* Mobile Width */
@media screen and (max-width:767px) {
  .mobile-show {
    display: block;
  }
  .desktop-show {
    display: none;
  }
	.mobile-text-center {
		text-align: center;
	}
	.stick-bottom {
		padding-bottom: 1px;
	}
}

/* iPad Width */
@media screen and (min-width:768px) and (max-width:1080px) {
	.box h5 {
		font-size: 18px;
	}
	.item .box p.text-xxl {
		font-size: 32px;
	}
	.item .box p.text-xl.font-bold.mt-4.mb-4,
	.item .box p.text-xl.font-bold.mt-4.mb-4 span {
		font-size: 24px !important;
	}
}

/* iPad Portrait */
@media screen and (min-width: 768px) and (max-width: 992px) {
	.box h5 {
		font-size: 15px;
		padding: 14px 4px;
	}
	.item .box p.text-xl.font-bold.mt-4.mb-0 {
		font-size: 24px !important;
	}
	.finn-two-columns .finn-col-4 div .javascript p.text-grey {
		font-size: 16px;
	}
}

/* iPad Up */
@media screen and (min-width:768px) {
  .mobile-show {
    display: none;
  }
  .desktop-show {
    display: block;
  }
	.flex {
		display: flex;
	}
	.desktop-text-right {
		text-align: right;
	}
	h1.long-text {
		font-size: 4.6vw;
	}
}

/* Desktop Wide */
@media screen and (min-width:1200px) {
	h1.long-text {
		font-size: 58px;
	}
}

/* IE 11 Flex Fix */
.ie11 .flex img { width: 100%; }

/* --- Compact Equipment Styles End --- */