﻿/******************/
/*  Breadcrumbs  */
/****************/

.breadcrumbs {
  display: none;
}

/*************/
/*  FORMS   */
/************/
.form-container .form-section-wrapper {
  padding: 0 1.5rem;
}

.form-container .form-field {
  width: 100% !important;
}

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

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

.form-container .form-section-wrapper .form-field label,
.form-container .form-section-wrapper .form-field.file-upload p {
  line-height: 1.6;
}

.form-container .form-section-wrapper .form-field label {
  display: inline;
}

.form-container .form-section-wrapper .form-field.file-upload p {
  margin-bottom: 0;
}

.form-container .select-wrapper.select-time select {
  padding: 1.4rem 2rem;
}

.form-container .select-wrapper.select-time::after {
  right: 2rem;
  font-size: 2rem;
}

.form-container .form-section-wrapper .form-field.file-upload label {
  display: block;
}

.form-container .form-field button {
  padding: 1.6rem 3.8rem;
}

.form-container .form-field.buttons-holder {
  display: table;
  width: 100%;
}

.form-container .form-field.buttons-holder button {
  display: table-column;
  text-align: center;
  width: 49%;
  margin: 0;
}

.form-container .form-field.buttons-holder button:first-child {
  float: left;
}

.form-container .form-field.buttons-holder button:nth-child(2) {
  float: right;
}

.form-container .buttons-holder button {
  padding: 1.5rem 2rem;
}

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

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

.tile-card {
	height: 28rem;
}

.tile-card.tile-flip .card .card-front .blurb p,
.tile-card.tile-link a .blurb p {
	font-size: 2.5rem;
}

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

.form-container .form-section-wrapper .date-time-wrapper input {
  width: 100%;
}

.form-container .date-time-wrapper .select-wrapper {
  display: block;
}

.form-container .date-time-wrapper select {
  display: block;
}

.social-media-links {
  padding: 4rem 0;
}

.social-media-links h4 {
  margin-bottom: 2rem;
  font-size: 2.4rem;
}

/**
* --------------------------------------------
* GRID
* --------------------------------------------
*/
.col-1 {
  width: 6.56371%;
  float: left;
  margin-left: 1.9305%;
}

.col-1:first-child {
  margin-left: 0;
}

.col-2 {
  width: 15.05792%;
  float: left;
  margin-left: 1.9305%;
}

.col-2:first-child {
  margin-left: 0;
}

.col-3 {
  width: 23.55212%;
  float: left;
  margin-left: 1.9305%;
}

.col-3:first-child {
  margin-left: 0;
}

.col-4 {
  width: 32.04633%;
  float: left;
  margin-left: 1.9305%;
}

.col-4:first-child {
  margin-left: 0;
}

.col-5 {
  width: 40.54054%;
  float: left;
  margin-left: 1.9305%;
}

.col-5:first-child {
  margin-left: 0;
}

.col-6 {
  width: 49.03475%;
  float: left;
  margin-left: 1.9305%;
}

.col-6:first-child {
  margin-left: 0;
}

.col-7 {
  width: 57.52896%;
  float: left;
  margin-left: 1.9305%;
}

.col-7:first-child {
  margin-left: 0;
}

.col-8 {
  width: 66.02317%;
  float: left;
  margin-left: 1.9305%;
}

.col-8:first-child {
  margin-left: 0;
}

.col-9 {
  width: 74.51737%;
  float: left;
  margin-left: 1.9305%;
}

.col-9:first-child {
  margin-left: 0;
}

.col-10 {
  width: 83.01158%;
  float: left;
  margin-left: 1.9305%;
}

.col-10:first-child {
  margin-left: 0;
}

.col-11 {
  width: 91.50579%;
  float: left;
  margin-left: 1.9305%;
}

.col-11:first-child {
  margin-left: 0;
}

.col-12 {
  width: 100%;
  float: left;
  margin-left: 1.9305%;
}

.col-12:first-child {
  margin-left: 0;
}

/*
===============================================================================
FOOTER
===============================================================================
*/
#footer-main * {
  text-align: center;
}

#footer-main .footer-upper {
  padding-top: 6rem;
}

#footer-main .footer-upper div[class^="col-"] {
  width: 100%;
  margin: 0 0 2rem 0;
  clear: both;
}

#footer-main .footer-upper div[class^="col-"]:last-child {
  margin-bottom: 0;
}

#footer-main .footer-upper h4 {
  margin-bottom: 2rem;
}

#footer-main .footer-upper div:not(.social-links) ul li {
  border-bottom: 1px solid rgba(42, 210, 201, 0.2);
  margin-bottom: 0;
}

#footer-main .footer-upper div:not(.social-links) ul li a {
  display: block;
  width: 100%;
  padding: 1.8rem 0;
  font-size: 1.4rem;
}

#footer-main .footer-upper div:not(.social-links) ul li a:hover {
  background: #2AD2C9;
  color: #fff;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

#footer-main .footer-upper .social-links ul {
  float: none;
}

#footer-main .footer-lower > ul {
  background-color: none;
  display: list-item;
}

#footer-main .footer-lower > ul li {
  margin-bottom: 0.5rem;
}

#footer-main .footer-lower > ul li a {
  width: 100%;
  display: inline-block;
  padding: 1.3rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 1.4rem;
}

#footer-main .footer-lower > ul li:last-child a {
  border-bottom: none;
}

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

#footer-main .footer-upper .social-links:last-child {
  position: static;
  padding-top: 6rem;
}
