body {
  background: #eee
}

/* PADDING AND MARGINS
----------------------------- */

.pad-x-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pad-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.mar-x-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mar-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* COLUMN FIXES
----------------------------- */

.col-centered {
  float: none;
  margin: 0 auto;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}

/* TEXT ALIGN
----------------------------- */

.text-xs-left {
  text-align: left;
}

.text-xs-right {
  text-align: right;
}

.text-xs-center {
  text-align: center;
}

.text-xs-justify {
  text-align: justify;
}

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}

@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}

@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}

/* LINE STYLES
----------------------------- */

.hr-line:after {
  content: '';
  background-color: #466346;
  display: block;
  margin: 30px auto 30px auto;
  width: 100px;
  height: 5px;
}

.hr-line-white:after {
  content: '';
  background-color: #fff;
  display: block;
  margin: 30px auto 50px;
  width: 100px;
  height: 5px;
}

.blue-menu-bar-container {
  background-color: #466346;
  color: #FFFFFF;
  padding: 7px 2% 0px 2%;
  position: fixed;
  width: 100%;
  height: 46px;
  top: 0;
  left: 0;
  z-index: 100;
}

.blue-menu-bar {
  background-color: #466346;
  color: #FFFFFF;
  padding: 0px;
}

.blue-bar-container {
  background-color: #466346;
  color: #FFFFFF;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 30px;
}

.blue-bar {
  background-color: #466346;
}

/* BLUE HEADER
----------------------------- */

.form-chooser-header {
  background: #466346;
  padding: 60px 30px;
  margin-top: 100px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.form-chooser-header h1 {
  color: #fff;
  font-size: 65px;
  font-weight: 600;
  line-height: normal
}

.form-chooser-header h1 span {
  font-weight: 100
}

.form-chooser-header p {
  font-size: 22px;
  color: #fff;
  line-height: 32px;
}

/* MAIN WHITE SECTION
----------------------------- */

.white-bar-form-chooser {
  background: #fff;
  padding: 30px 10px 20px 10px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.white-bar-form-chooser h2 {
  color: #666;
  font-size: 32px;
  line-height: normal;
  margin: 30px 0 60px 0
}

/* FORM BOXES
----------------------------- */


.box-wrapper{
	margin: 0 5px
}
.box {
  background: #fff;
  border: 1px solid #ececec;
  display: inline-block;
  margin-bottom: 30px;
  padding: 10px;
  width: 100%;
  text-align: center;
}

.box:hover {
  -webkit-box-shadow: 0px 0px 3px 3px rgba(237, 237, 237, 0.5);
  -moz-box-shadow: 0px 0px 3px 3px rgba(237, 237, 237, 0.5);
  box-shadow: 0px 0px 3px 3px rgba(237, 237, 237, 0.5);
  transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
}

.box i {
  color: #466346;
  font-size: 40px;
}

.box h3 {
  font-size: 36px;
  color: #466346;
  font-weight: 600;
  line-height: normal;
  margin: 15px 0
}

.box h3 span {
  color: #7d7e7e;
font-weight: 300;
}

.box p {
  font-size: 18px;
  color: #666;
  line-height: 24px;
  margin: 0;
  padding: 0
}

.box a.button-blue {
  background: #466346;
  border: 2px solid #466346;
  padding: 15px 0;
  display: block;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
}

.box a.button-blue:hover {
  border: 2px solid #466346;
  background: #fff;
  color: #466346;
  text-decoration: none
}
