/* Less CSS Document */
/* Will be auto compiled to CSS file on save */
/*--------------------------------------*/
/* themes */
/*--------------------------------------*/
.vertical-list,
.horizontal-list {
  margin: 0;
  padding: 0;
}
.vertical-list li,
.horizontal-list li {
  list-style-type: none;
}
.horizontal-list {
  font-size: 0;
}
.horizontal-list li {
  display: inline-block;
}
.flex {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
}
.flex.block,
.bridge.block {
  width: 100%;
}
.flex .auto {
  table-layout: auto;
}
.bridge,
.bridge-item {
  display: inline-block;
}
.flex-item {
  display: table-cell;
}
.flex-row {
  display: table-row;
}
.flex-item,
.bridge-item {
  position: relative;
}
.flex-item.top,
.bridge-item.top {
  vertical-align: top;
}
.flex-item.mid,
.bridge-item.mid {
  vertical-align: middle;
}
.flex-item.btm,
.bridge-item.btm {
  vertical-align: bottom;
}
/*media object*/
a.media {
  width: 100%;
  display: block;
}
.media,
.feature-item {
  overflow: hidden;
  _overflow: visible;
  zoom: 1;
}
.media .feature {
  float: left;
  margin-right: 10px;
}
.media .feature img {
  display: block;
}
.media .feature-alt {
  float: right;
  margin-left: 10px;
}
.media .feature-block {
  margin-bottom: 10px;
}
/* -------------------------- */
/* header */
/* ------------------------- */
.page-header {
  border-bottom: 6px solid #600057;
}
.page-header .social-block {
  margin-top: 16px;
}
.logo {
  margin-bottom: -8px;
}
.logo img {
  display: block;
}
/* -------------------------- */
/* page title */
/* ------------------------- */
.page-title-bar {
  color: #fff;
  padding: 30px 0;
}
/* -------------------------- */
/* page title */
/* ------------------------- */
.wrapper {
  margin: auto;
  max-width: 1200px;
}
.page-footer {
  padding: 20px 0 0;
}
.page-navigation {
  margin-top: 35px;
  display: inline-block;
}
.page-navigation li > a {
  padding: 15px 20px;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.page-navigation li > a:hover,
.page-navigation li > a .is-active {
  color: #600057;
  background-color: #efefef;
}
/* -------------------------- */
/* credentials */
/* ------------------------- */
.credentials-box {
  margin: 10px;
  padding: 20px;
  max-width: 400px;
  border: 1px solid #ddd;
  border-top: 2px solid #600057;
  background-color: #fff;
}
.credentials-box .form-group {
  color: #3a657f;
}
.credentials-box .form-group a {
  color: inherit;
}
.credentials-box .header {
  padding: 0 5px 10px;
  color: #333;
}
/* -------------------------- */
/* socialblock */
/* ------------------------- */
.social-items {
  width: 40px;
  height: 40px;
  margin-right: 6px;
  color: #fff;
  font-size: 22px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  background-position: center;
}
.social-items:last-child {
  margin: 0;
}
.social-items > a {
  width: inherit;
  height: inherit;
  display: inline-block;
}
.social-fb,
.social-fb:hover {
  background-image: url(../../img/facebook1.png);
}
.social-tw,
.social-tw:hover {
  background-image: url(../../img/twitter1.png);
}
.social-ig,
.social-ig:hover {
  background-image: url(../../img/instagram1.png);
}
/* -------------------------- */
/* socialblock */
/* ------------------------- */
.contact {
  color: #FF9D02;
}
.center-panel,
.center-panel-lg {
  margin: 0 auto;
  text-align: center;
}
.center-panel {
  max-width: 600px;
}
.center-panel-lg {
  max-width: 900px;
}
.tile-nav {
  padding: 0 10px 10px;
  /* 2 */
  width: 50%;
  display: inline-block;
  float: left;
}
.tile-nav img {
  margin: 10px 0;
  display: inline-block;
}
.tile-nav-1-3 {
  padding: 11px 12px 20px 12px;;
  /* 2 */
  width: 33.33333333%;
  display: inline-block;
  float: left;
}
.tile-nav-1-3 img {
  margin: 10px 0;
  display: inline-block;
}
.tile-nav-1-3.centered {
  float: none;
  display: inline-block;
}
.tile-nav-1-3.single-tile .btn {
  width: 100%;
}
.page-section {
  margin-top: 30px;
}
.tile-nav-1-5 {
  padding: 0 10px 10px;
  /* 2 */
  width: 23.83333333%;
  margin-left: 0.58333333%;
  margin-right: 0.58333333%;
  display: inline-block;
  float: left;
}
.article {
  text-align: center;
}
.article .article-heading {
  padding-bottom: 0;
}
.half-block {
  /* 2 */
  width: 49.16666667%;
  margin-left: 0.41666667%;
  margin-right: 0.41666667%;
  display: inline-block;
  float: left;
}
.request-form {
  padding: 30px 0;
  margin-top: 30px;
}
/* -------------------------- */
/* atoms */
/* ------------------------- */
.footer-columns {
  /* 2 */
  width: 23.33333333%;
  margin-left: 0.83333333%;
  margin-right: 0.83333333%;
  display: inline-block;
  float: left;
}
.footer-columns a {
  color: inherit;
}
.footnote {
  padding: 5px 0;
  margin-top: 20px;
  color: #333;
  background-color: #e3e3e3;
}
/* -------------------------- */
/* atoms */
/* ------------------------- */
.fl {
  float: left;
}
.fr {
  float: right;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.pad {
  padding: 20px;
}
.form-prompt {
  padding: 10px;
}
/* Less CSS Document */
/* Will be auto compiled to CSS file on save */
/* 
	#.# Property Ordering
	
•	Box Model
•	Display
•	Colors and Typography
•	Positioning
•	Other 
*/
/**
* #.# Golbal variables
*
* Defaults Settings require for Grid Mixin to work
*/
/* The entrire width of the grid */
/* The number of columns */
/* The space between columns */
/* The unit of measure for the dimentions of the grid */
/* The number of sub columns used for nesting */
/*---------------------------------------------------------*
	Gutter
 *---------------------------------------------------------*/
/*
 *  Calculate gutter
 *  Check unit type and calculate gutter base of unit type
 */
/*
 * Use to genrate gutter in sematic mode
 */
/*---------------------------------------------------------*
	Columns
 *---------------------------------------------------------*/
/*
 * 1. Generates columns of grid.
 * 2. Stores partial calculation needed to calculate brick/column width.
 * 3. Check unit type and calculate brick/column width base of unit type
 */
/*
 * Use to generate columns in sematic mode
 */
/*---------------------------------------------------------*
	Offset
 *---------------------------------------------------------*/
/*
 * Stores partial calculation needed to calculate offset
 * Check unit type and calculate offset base of unit type
 */
/*
 * 
 */
/*
 * Clearfix
 * Force container to conatin float children
 */
.clearfix:before,
.row:before,
.l-foundation:before,
.clearfix:after,
.row:after,
.l-foundation:after {
  content: " ";
  display: table;
}
.clearfix:after,
.row:after,
.l-foundation:after {
  clear: both;
}
/*---------------------------------------------------------*
	Autogrid
 *---------------------------------------------------------*/
/*
 * Recusive function thats generates grid dimentions and
 * properties base on the number of block/columns
 */
/*
 * Center columns
 */
.center {
  margin: auto;
}
