/* GENERATIVE CSS STYLES */



@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* { 
  font-family: 'Roboto', serif;
  //outline: 1px solid red;
  //outline-offset: -1px;
}


body, header { 
	background-color: #FFF;
	color: #000;
	top: -1px;
	width: 100%;
	height: 100%; 
}

a, .quoteButton, .galleryButton {
	-webkit-transition: all 0.5s !important;
	transition: all 0.5s !important;
}

#home p a:link {
  color: rgb(0, 0, 0);
}

/* visited link */
#home p a:visited {
  color: rgb(0, 0, 0);
}


.stickyHeader.is-pinned {
	
	background-color: #FFF;
	
	.primary-logo{
		height: 100px;
	}
	
	.menu a {
	font-size: 15px ;
	}
	
	.lLogo .menu {
		height: calc(100px - 60px);
		padding-top: 45px;
	}
	
	.menu ul li ul {
		padding-top: 5px;
	}
	
}



header { border-bottom: 1px solid #000;}

h1 {
	color: #000;
	font-size: 36px;
	font-weight: 300;

	padding: 10px 20px;
}

h2 {
	color: #000;
	font-size: 32px;
	font-weight: 300;
	line-height: 40px;
	padding: 10px 20px;	}

h3 {
	color: #000;
	font-weight: 400;
	font-size: 28px;
	padding: 10px 20px;
	}
h4 {
	font-weight: 300;
	color: #000;
	font-size: 24px;
	padding: 10px 20px;
}
h5 {color: #000;
	font-size: 18px;
	font-weight: 400;
	padding: 10px 20px;}

p {color: #000;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	padding: 10px 20px;}

.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.stickyHeader {
	padding-bottom:10px;
	padding-top:5px;
	position:sticky;
	top: -1px;
	z-index: 200;
}

.menu ul, #menu ul {
  list-style: none; 
  text-align: center;
}

.menu ul { padding-left:0; }

/*
.lLogox .menu ul {
	position: relative;
	top: 50%; left: 50%;
	transform: translate(-50%,-50%);
}
*/

.menu li {
  display: inline-block; 
  position: relative;
}

.menu ul li ul {
	visibility: hidden;
	opacity: 0;
	position: relative;
	transition: all 0.5s ease;
	display: none;
	padding: 0;
	margin: 0;
	padding-top: 15px;
}

.menu ul li:hover > ul,
.menu ul li ul:hover {
  	visibility: visible;
  	opacity: 1;
  	display: block;
  	position: absolute;
}

.menu ul li ul li {
	clear: both;
    width: 100%;
	margin-bottom: 2px;
	position: relative;
}

.menu ul li ul li a{
	color: rgb(0, 0, 0);
	text-align: left !important;
	background: rgb(255, 255, 255);
	display: block;
	padding: 20px 40px 20px 10px;
}

.menu ul li ul li a:hover{
	color: rgb(255, 255, 255);
	background: #277abf;
	
}




#mobile-menu-modal ul  { 
	padding-top:100px;
}

#mobile-menu-modal ul li ul {
	padding-top:10px;
	padding-bottom: 10px;
}

#mobile-menu-modal ul li ul li{
	padding-bottom:0;
}

#menu li {
	display: block;
	width: calc(100%-40px);
	padding-right:40px;
	padding-bottom: 20px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
    }

.menu a  {
	font-family: ;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	padding:5px 10px;
	text-decoration: none;
	transition: font-size 2s;
}

#menu a {
	font-family: ;
	font-weight: 400;
	font-size: 24px;
	text-align: center;
	padding:5px 10px;
	text-decoration: none;
	transition: font-size 2s;
} 

.menu a.contact { 
	color: #277abf;
	border: 1px solid #277abf;
	cursor: pointer !important;
	outline-offset: -1px;
}

.menu a.contact:hover { 
	color: #fff;
	background-color: #277abf;
	
}

.contactMobileContainer {
	padding-top: 45px;
}

.contactMobileContainer a.contact { 
	color: #639ec6 !important;
	border: 1px solid #639ec6;
	cursor: pointer !important;
	outline-offset: -1px;
}

.contactMobileContainer a.contact:hover { 
		color: #fff !important;
		background-color: #639ec6;
		-webkit-transition: background-color 500ms linear;
		-ms-transition: background-color 500ms linear;
		transition: background-color 500ms linear;
}

.menu a {	
	color: #000;
}

#menu a	{	
	color: #fff;
}

.menu a:hover {
	color: #277abf;
	
}


#navHamburger {
	display: none;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 300;
	width: 35px;
	height: 35px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

#navHamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: rgb(0, 0, 0);
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#navHamburger.open span {
	background: rgb(198, 198, 198) !important;

}

#navHamburger span:nth-child(1) {
  top: 0px;
}

#navHamburger span:nth-child(2),
#navHamburger span:nth-child(3) {
  top: 12px;
}

#navHamburger span:nth-child(4) {
  top: 24px;
}

#navHamburger.open span:nth-child(1) {
  top: 12px;
  width: 0%;
  left: 50%;
}

#navHamburger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#navHamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#navHamburger.open span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%;
}


.drop-nav > ul {
  display: none;
  border-top: solid 1px #FFF;
}

.drop-nav.active > ul {
  display: block;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

@-webkit-keyframes fadeIn {
	from { opacity: 0; }
	  to { opacity: 1; }
}

@keyframes fadeIn {
	from { opacity: 0; }
	  to { opacity: 1; }
}

.spacerBlock {
	padding-top: 10px;
	width: 100%;
	border-bottom: 1px solid #111;
	margin-bottom: 10px;
}

.uniPad {
	padding: 10px 20px;}

  

.footer{
	padding:20px;
	background-color: #000;
	background-image: url('/_images/logos/logo_screen.png');
	background-position: center center;
	background-repeat: no-repeat;
}

.footer p, .footer h2, .footer h3, .footer h4 { 
	color: #fff;
}



.footer a { color: #fff;}




.cssanimation, .cssanimation span {
	animation-duration: 1s;
	animation-fill-mode: both;
}

.cssanimation span { display: inline-block }

.fadeInBottom { animation-name: fadeInBottom }

@keyframes fadeInBottom {
	from {
		opacity: 0;
		transform: translateY(100%);
	}
	to { opacity: 1 }
}

.slider-container {
  width: 100%;
  margin: 0 auto;
}

.slide-item {
  position: relative;
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: 300px;
  height: calc(100vh - 200px);
  
}

.shortBanner .slide-item {
  height: 300px;
}

.slide-item-page {
  position: relative;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 30vh;
  
}

.slide-testimonial {
  position: relative;
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: 250px;
  
}

.pageBannerHeader{
	font-size: 60px;
	line-height: 70px;
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
	width: 100%;	
	margin: 10px auto;
	text-align: center;
}

.slide-text {
	position: absolute;
	z-index: 4;
	padding-bottom:45px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center; 
	font-size: 45px;
	font-weight: 300;
	color:#fff;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.398);
}

.testimonial-text {
	
	padding-bottom:20px;
	text-align: center;
	font-size: 22px;
	line-height: 32px;
}

.testimonials > div > div {
	 border: 1px solid #111;
	 margin: 10px;
}

.slide-text, .slide-text .smallText { 
	line-height: 45px;
}

.slide-text .smallText { 
	font-size: 24px; 
	line-height: 30px;
}


.slick-dots li button:before
{
	font-size: 15px;
	color: #fff !important;
}

.slick-dots {
	position: relative;
	margin-top: -75px;
	margin-bottom: 75px;
}

.slick-dots li.slick-active button:before {
	color:#639ec6 !important;
}

.rImg{
	max-width:100%;
	height:auto;
}

/* CENTERED */
.cLogo .primary-logo {
	margin: 0 auto;
}

/* LEFT */
.lLogo .primary-logo {
	margin: 0 0 !important;
	float: left;
	background-position: left;
}

/* MAIN NAV LEFT */
.lLogo nav {
	vertical-align: middle;
	width: calc(100% - 300px - 10px);
	height: calc(175px - 60px);
	padding-top: 60px;
	float: left;
	transition:
	width 2s,
	height 2s;
}

.primary-logo {
	background-image:url(/_images/logos/primaryLogo.png);
	background-size: contain;
	width:100%;
	max-width: 300px; 
	height: 175px;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	transition:
	width 2s,
	height 2s;
}



.mobile-logo {
	background-image:url(/_images/logos/primaryLogo_dark.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	width: 125px;
	height: 125px;
}

.twoCol, .threeCol,.twoColHard, .threeColHard {
	display:flex;
	flex-wrap:wrap;
}

.twoCol > div, .twoColHard > div {
		width:50%;
}


.threeCol > div, .threeColHard > div{
		width:calc(100%/3);
}

.socialIconsBottom a, 
.socialIconsTop a, 
.socialIconsMobileMenu a,
a.footerLogomark {
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.socialIconsBottom a { 
	width: 30px;
	height: 30px;
	//float: left;
	display: inline-block;
	text-align: center;
	margin-right: 10px;
}

.socialIconsTop {
	position: absolute;
	right: 0;
	z-index: 6;
	padding-top: 10px;
	padding-right: 20px;
}

.socialIconsTop a { 
	width: 20px;
	height: 20px;
	float: left;
	margin-right: 25px;
}

.socialIconsMobileMenu {
	text-align: center;
}

.socialIconsMobileMenu a {
	width: 30px;
	height: 30px;
	margin: 10px 10px;
	display: inline-block;
}

.socialIconsBottom .instagram, 
.socialIconsMobileMenu .instagram { background-image: url(/_images/icons/instagram-white.svg); }
.socialIconsBottom .houzz, 
.socialIconsMobileMenu .houzz{ background-image: url(/_images/icons/houzz-white.svg); }

.socialIconsBottom .facebook, 
.socialIconsMobileMenu .facebook{ background-image: url(/_images/icons/facebook-white.svg); }

.socialIconsBottom .homestars, 
.socialIconsMobileMenu .homestars{ background-image: url(/_images/icons/homestars-white.svg); }

.socialIconsTop .instagram { background-image: url(/_images/icons/instagram-black.svg); }
.socialIconsTop .houzz { background-image: url(/_images/icons/houzz-black.svg); }
.socialIconsTop .facebook { background-image: url(/_images/icons/facebook-black.svg); }
.socialIconsTop .homestars { background-image: url(/_images/icons/homestars-black.svg); }

.inlineIcon {
	width: 30px;
	height: 30px;
	margin: 0 5px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom center;
}

.inlineIcon.pdf{
	background-image: url(/_images/icons/PDF_file_icon.svg);
}

a.footerLogomark {
	width: 120px;
	height: 120px;
	margin-left: auto;
	padding-right: 20px;
	background-image: url(/_images/logos/logo_screen.png);
}

.highlightBlock {
	background-color: #fff;
	border-top: 1px solid #111;
	border-bottom: 1px solid #111;
}

.callOut { 
	font-weight: 200; 
	color: #277abf; 
	font-size: 36px;
	line-height: 42px;
	text-align: center;
	text-transform: uppercase;
}

p.callToAction{
	font-weight: 800;
}

.strong { font-weight: 700; }

.modal {
  display: none; 
  position: fixed; 
  z-index: 200; 
  padding-top: 30px; 
  left: 0;
  top: 0;
  width: 100%;
  max-width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgba(0, 0, 0, 0.8); 
  }
  

  
#mobile-menu-modal{ 
	background-color: rgba(0, 0, 0, 0.8);
	background-image: url('');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
}
	
#quoteModal{ background-color: rgba(0, 0, 0, 0.8);}

.quoteLink { text-decoration: underline; }

.modal-logo {
	display: block;
	background-image: url('/_images/logos/primaryLogo.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100px;
}

.primary-logo-dark {
	  background-image:url(/_images/logos/primaryLogo.png) !important;
	  position: relative;
	  z-index: 250;
  }

.modal-content {
  background-color: rgba(255, 255, 255, 1);
  overflow: auto;
  margin: auto;
  padding: 20px;
  border: 1px solid #277abf;
  width: calc(100% - 40px);
  max-width: 600px;;
}

.modal-content input, .modal-content textarea {
	width: 100%;
	max-width: 350px;
	font-size: 1.1em;
	float: left;
	clear: left;
	margin-bottom: 5px;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


.quoteButton, .quoteSubmit, .boxButton{
padding: 10px 20px;  background: rgba(255, 255, 255, 0.9);;
  color: #277abf;
  font-size: 14px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  border: 1px solid #277abf;
  cursor: pointer !important;
  text-align: center;

}

.quoteButton:hover, .quoteSubmit:hover, .gButton:hover, .boxButton:hover {
  background: #277abf;
  color: #FFF;
  text-decoration: none;
  
}

.galleryButton {
	position: absolute;
	z-index: 6;
}

.gButton{
padding: 10px 20px;  background: rgba(255, 255, 255, 0.9);;
  color: #277abf;
  border: 1px solid #277abf;
  font-size: 14px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  display: inline-block;
  width: auto !important;
}

.copyright { font-size: 12px; }

.galleryImagesFour a {
	width: calc(100% / 4);
	float: left;
}

.galleryImagesThree a {
	width: calc(100% / 3);
	float: left;
}

.galleryImagesTwo a {
	width: calc(100% / 2);
	float: left;
}

.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
  float:left;
}
	
.clear {
	clear:both;
}

.onlyMobile, .mobile-menu-display { display: none;}

#map {
	width: 100%;
	height: 320px;
}

.fullImageBlock{
	margin: 20px 0 0 0;
	padding:20px;
	width: 100%;
	height: auto;
	min-height: 250px;
	background-position: center center;
	background-size: cover;
	display: flex;
	align-items: center;
	box-shadow: inset 0 0 0 1000px rgba(0,0,0,.65);
}

.boxButton {
	position: absolute;
	top: 50%; 
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 4;
}


blockquote {
	font-style: italic;
	width: 100%;
	max-width: 800px;
	margin: 0.25em 0;
	padding: 0.35em 40px;
	line-height: 1.45;
	position: relative;
	align-self: center;
	margin: 0 auto;
}

blockquote:before {
	display: block;
	padding-left: 10px;
	content: "\201C";
	font-size: 80px;
	position: absolute;
	left: -20px;
	top: -20px;
	color: rgba(255, 255, 255, 0.738);
}

blockquote cite {
	color: rgba(255, 255, 255, 0.838);
	font-size: 14px;
	display: block;
	margin-top: 5px;
}

.fullImageBlock blockquote, .fullImageBlock blockquote p {
	color: #ffffff;
	font-size: 24px;	
}

.testimonials blockquote { 	
	color: #000000; 
	padding-bottom: 35px;
	//font-size: 14px !important;	
}
.testimonials blockquote:before { color: rgba(92, 92, 92, 0.738);}
.testimonials blockquote cite { color: rgba(28, 28, 28, 0.838); }
	
blockquote cite:before {
	content: "\2014 \2009";
}

.flexbreak {display: none;}


.fade {
  opacity: 0;
}

.mobileOnly { display: none;}
.notMobileOnly { display: inline; }

#preload
{
	width: 0px;
	height: 0px;
	display: inline;
	background-image: url(/_images/logos/primaryLogo_dark.png);
}





.footer h4 {
	font-size: 20px;
}

.center {text-align: center;}

div.centered { 
	//padding-top: 40px;
	//padding-bottom: 40px;
	clear: both;
}

.centered, .centered p, p.centered {text-align: center !important;}

.centered input, .centered textarea { 
	float: none;
	margin: 5px auto !important;
    text-align: center;
 }

.left, .left p, p.left {text-align: left !important;}

.left li {
	text-align: left !important;
	width: 80%;
	
}



.displayContainerThree, .displayContainerFour, .displayContainerFive {
  position: relative;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 10px;
  width: 100%;
  height: auto;
}

.displayItemThree, .displayItemFour, .displayItemFive {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	cursor: pointer !important;
	overflow: hidden;
}

.displayItemThree {
	width: calc(100% / 3 - 8px);
	height: 300px;
}

.displayItemFour {
	width: calc(100% / 4 - 8px);
	height: 300px;
}

.displayItemFive {
	width: calc(100% / 5 - 8px);
	height: 300px;
}

.displayOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #aaa;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: all 1s;
	transition: all 1s;
}

a.displayItemThree:hover .displayOverlay,
a.displayItemFour:hover .displayOverlay,
a.displayItemFive:hover .displayOverlay {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

a.displayItemThree:hover .boxButton,
a.displayItemFour:hover .boxButton,
a.displayItemFive:hover .boxButton {
	color: #FFF;
	  background: #277abf;
}

.divider {
	width:80%;
	border-bottom: 1px solid #555;
	padding-bottom: 40px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

.contactModalTel {
	text-decoration: none;
	color: #000;
}

.arrow {
  border: solid rgba(255, 255, 255, 0.598);
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.drop-nav .right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.drop-nav .left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.drop-nav .up, .drop-nav.active .down {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.drop-nav .down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/* FORM */


#inputForm  .textEntryLabel {
	width: 100%;
	display: block;
	font-size: 18px;
}

#inputForm  .formElement {
	margin-top: 5px;
	width: 50%;
	padding: 10px 20px;	float: left;
}

#inputForm  .formElementWide {
	margin-top: 5px;
	width: 100%;
	padding: 10px 20px;	float: left;
}

#inputForm  .textEntry {
	font-family: "Roboto", san-serif;
	font-size: 1.3em;
	width: 100%;
}

#inputForm input, #inputForm textarea {
	background: #e3e3e3;
}

#inputForm input[type=checkbox] {
  width: 20px;
  height: 20px;
  background: #e3e3e3;
}







@media screen and (max-width: 1050px){
	
	.primary-logo {
		height: 100px;
	}
	
	.menu a {
	font-size: 15px ;
	}
	
	blockquote { width: 80%; font-size: 18px !important; }
	blockquote cite { font-size: 18px !important; }
	
	.displayItemFour,  .displayItemThree,  .displayItemFive  {
		 width: calc(100% / 3 - 7px);
		 height: 250px;
	 }

}




/* Media Query for Hamburger Menu */
@media screen and (max-width: 760px) {
  
  .stickyHeader {
	  position:relative;
  }
  
  a#primary-logo.cLogo {
	  margin: 0 auto !important;
	  background-position: center;
	  float: none;
	  width: 100% !important;
  }
  
  /* LEFT */
  a#primary-logo.lLogo {
	  margin: 0 0 !important;
	  float: left;
	  background-position: left;
  }
  
  #primary-logo { 
	  max-width: calc(100% - 140px); 
	  margin-left: 70px;
	  height: 100px;
  }
  
  #navHamburger, .mobile-menu-display {
	display: block;
  }
  
  .primary-logo-dark {
		background-image:url(/_images/logos/primaryLogo_dark.png) !important;
		position: relative;
		z-index: 250;
	}
  
  p.quoteDesc { font-size: 16px !important; line-height: 18px; }
  
  .modal-content h3 { font-size: 22px; line-height: 26px;}
  
  .menu {  
  	display: none;
  }
  
  /* columns */
  .twoCol > div, .threeCol > div {
	  width:100%;
  }
  
  .onlyMobile { display: inline-block;}
  
  .galleryImagesFour a {
	  width: calc(100% / 2);
	  float: left;
  }
  
  .socialIconsTop { display: none; }
  
  .socialIconsBottom { 
		float: none; 
		display: 	inline-block;
		text-align: center;
	}
  
  a.footerLogomark {
	  width:45px;
	  height: 45px;
	  margin-right: auto;
	  padding-left: 0;
	  padding-right: auto;
  }
  
  
  footer div {
	  text-align: center !important;
  }
  
  .slide-item {
	position: relative;
	background-size: cover;
	background-position: center;
	width: 100%;
	min-height: 300px;
	height: calc(100vh - 150px);
	
  }
  
 .pageBannerHeader{
	 font-size: 50px;
	 line-height: 50px;
 }
 
 blockquote { font-size: 14px !important; }
 blockquote cite { font-size: 14px !important; }
 
 .fullImageBlock{
 min-height: 200px;
 height: auto;
 }
 
 .displayItem {
	 width: calc(100% / 2 - 11px);
	 height: 125px;

 }
 
 
 
 .displayItemFour,  .displayItemThree,  .displayItemFive  {
	 width: calc(100% / 2 - 5px);
	 height: 125px;
 }
 

 
 .bbb { margin-right: auto; margin-left: auto; text-align: center; display: inline-block;}
 
 #inputForm  .formElement {
 width: 100%; 
}

.mobileOnly { display: inline;}
.notMobileOnly { display: none; }
}
