﻿.form-container .form-section-wrapper {
  padding: 0 3.5rem;
}

.form-container .form-field .display-table input:nth-child(1),
.form-container .form-field .display-table .select-wrapper:nth-child(1) {
  width: 70%;
}

.form-container .form-field .display-table input:nth-child(2),
.form-container .form-field .display-table .select-wrapper:nth-child(2) {
  width: 28%;
}

/***************/
/*  Tabs      */
/*************/
.tab-group .tab-group-head > ul > li {
  display: block;
  margin-bottom: 1px;
}

.page-tab-group > .tab-group-body > .tab-group-content .intro-text {
  text-align: left;
}

/*
==========================
		FLIP TILES
==========================
*/

.tile-card {
	height: 27.5rem;
	line-height: 1.2;
}

.tiles .tile.tile-card {
	width: 48%;
}

.tiles .tile.tile-card:nth-child(2n+1) {
	clear: left;
}

.tiles .tile.tile-card:nth-child(3n+1) {
	clear: none;
}

/*
==========================
		FOOTER
==========================
*/

#footer-main .footer-upper,
#footer-main .footer-lower ul {
  width: 80%;
}

#footer-main .footer-upper div[class^="col-"]:nth-child(2) {
  display: none;
}