/*
@media (min-width: 768px){
}

@media (min-width: 992px){
}

@media (min-width: 1200px){
}
*/
/* -----------------------------------------
   Variables
----------------------------------------- */
/* -----------------------------------------
   Imports
----------------------------------------- */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #428bca;
  text-decoration: none; }
  a:hover, a:focus {
    color: #3071a9;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

h1, h2, h3, h4, h5, h6,
.h1,
.home-heading, .h2, .h3, .process-title, .secondary-process-block .process-title, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: #5d0649; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .home-heading small,
  .h1 .small,
  .home-heading .small, .h2 small,
  .h2 .small, .h3 small, .process-title small, .secondary-process-block .process-title small,
  .h3 .small,
  .process-title .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1,
.h1,
.home-heading,
h2, .h2,
h3, .h3, .process-title, .secondary-process-block .process-title {
  margin-top: 22px;
  margin-bottom: 11px; }
  h1 small,
  h1 .small,
  .h1 small,
  .home-heading small,
  .h1 .small,
  .home-heading .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small, .process-title small, .secondary-process-block .process-title small,
  .h3 .small,
  .process-title .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1,
.h1,
.home-heading {
  font-size: 41px; }

h2, .h2 {
  font-size: 34px; }

h3, .h3, .process-title, .secondary-process-block .process-title {
  font-size: 28px; }

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

h5, .h5 {
  font-size: 16px; }

h6, .h6 {
  font-size: 14px; }

p {
  margin: 0 0 11px; }

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 24px; } }

small,
.small {
  font-size: 87%; }

cite {
  font-style: normal; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

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

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

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

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

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #5d0649; }

a.text-primary:hover {
  color: #2d0323; }

.text-success {
  color: #3c763d; }

a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #5d0649; }

a.bg-primary:hover {
  background-color: #2d0323; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline {
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 22px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

blockquote:before,
blockquote:after {
  content: ""; }

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.428571429; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

[class*="block-grid-"] {
  display: block;
  margin: -15px;
  padding: 0; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }

.block-grid-item {
  display: inline;
  margin: 0;
  padding: 15px;
  height: auto;
  float: left;
  list-style: none; }

.block-grid-xs-1 > .block-grid-item {
  width: 100%; }
  .block-grid-xs-1 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-xs-1 > .block-grid-item:nth-of-type(1n+1) {
    clear: both; }

.block-grid-xs-2 > .block-grid-item {
  width: 50%; }
  .block-grid-xs-2 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-xs-2 > .block-grid-item:nth-of-type(2n+1) {
    clear: both; }

.block-grid-xs-3 > .block-grid-item {
  width: 33.3333333333%; }
  .block-grid-xs-3 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-xs-3 > .block-grid-item:nth-of-type(3n+1) {
    clear: both; }

.block-grid-xs-4 > .block-grid-item {
  width: 25%; }
  .block-grid-xs-4 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-xs-4 > .block-grid-item:nth-of-type(4n+1) {
    clear: both; }

.block-grid-xs-5 > .block-grid-item {
  width: 20%; }
  .block-grid-xs-5 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-xs-5 > .block-grid-item:nth-of-type(5n+1) {
    clear: both; }

.block-grid-xs-6 > .block-grid-item {
  width: 16.6666666667%; }
  .block-grid-xs-6 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-xs-6 > .block-grid-item:nth-of-type(6n+1) {
    clear: both; }

.block-grid-xs-7 > .block-grid-item {
  width: 14.2857142857%; }
  .block-grid-xs-7 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-xs-7 > .block-grid-item:nth-of-type(7n+1) {
    clear: both; }

.block-grid-xs-8 > .block-grid-item {
  width: 12.5%; }
  .block-grid-xs-8 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-xs-8 > .block-grid-item:nth-of-type(8n+1) {
    clear: both; }

.block-grid-xs-9 > .block-grid-item {
  width: 11.1111111111%; }
  .block-grid-xs-9 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-xs-9 > .block-grid-item:nth-of-type(9n+1) {
    clear: both; }

.block-grid-xs-10 > .block-grid-item {
  width: 10%; }
  .block-grid-xs-10 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-xs-10 > .block-grid-item:nth-of-type(10n+1) {
    clear: both; }

.block-grid-xs-11 > .block-grid-item {
  width: 9.0909090909%; }
  .block-grid-xs-11 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-xs-11 > .block-grid-item:nth-of-type(11n+1) {
    clear: both; }

.block-grid-xs-12 > .block-grid-item {
  width: 8.3333333333%; }
  .block-grid-xs-12 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-xs-12 > .block-grid-item:nth-of-type(12n+1) {
    clear: both; }

@media (min-width: 768px) {
  .block-grid-sm-1 > .block-grid-item {
    width: 100%; }
    .block-grid-sm-1 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-sm-1 > .block-grid-item:nth-of-type(1n+1) {
      clear: both; }
  .block-grid-sm-2 > .block-grid-item {
    width: 50%; }
    .block-grid-sm-2 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-sm-2 > .block-grid-item:nth-of-type(2n+1) {
      clear: both; }
  .block-grid-sm-3 > .block-grid-item {
    width: 33.3333333333%; }
    .block-grid-sm-3 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-sm-3 > .block-grid-item:nth-of-type(3n+1) {
      clear: both; }
  .block-grid-sm-4 > .block-grid-item {
    width: 25%; }
    .block-grid-sm-4 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-sm-4 > .block-grid-item:nth-of-type(4n+1) {
      clear: both; }
  .block-grid-sm-5 > .block-grid-item {
    width: 20%; }
    .block-grid-sm-5 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-sm-5 > .block-grid-item:nth-of-type(5n+1) {
      clear: both; }
  .block-grid-sm-6 > .block-grid-item {
    width: 16.6666666667%; }
    .block-grid-sm-6 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-sm-6 > .block-grid-item:nth-of-type(6n+1) {
      clear: both; }
  .block-grid-sm-7 > .block-grid-item {
    width: 14.2857142857%; }
    .block-grid-sm-7 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-sm-7 > .block-grid-item:nth-of-type(7n+1) {
      clear: both; }
  .block-grid-sm-8 > .block-grid-item {
    width: 12.5%; }
    .block-grid-sm-8 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-sm-8 > .block-grid-item:nth-of-type(8n+1) {
      clear: both; }
  .block-grid-sm-9 > .block-grid-item {
    width: 11.1111111111%; }
    .block-grid-sm-9 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-sm-9 > .block-grid-item:nth-of-type(9n+1) {
      clear: both; }
  .block-grid-sm-10 > .block-grid-item {
    width: 10%; }
    .block-grid-sm-10 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-sm-10 > .block-grid-item:nth-of-type(10n+1) {
      clear: both; }
  .block-grid-sm-11 > .block-grid-item {
    width: 9.0909090909%; }
    .block-grid-sm-11 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-sm-11 > .block-grid-item:nth-of-type(11n+1) {
      clear: both; }
  .block-grid-sm-12 > .block-grid-item {
    width: 8.3333333333%; }
    .block-grid-sm-12 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-sm-12 > .block-grid-item:nth-of-type(12n+1) {
      clear: both; } }

@media (min-width: 992px) {
  .block-grid-md-1 > .block-grid-item {
    width: 100%; }
    .block-grid-md-1 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-md-1 > .block-grid-item:nth-of-type(1n+1) {
      clear: both; }
  .block-grid-md-2 > .block-grid-item {
    width: 50%; }
    .block-grid-md-2 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-md-2 > .block-grid-item:nth-of-type(2n+1) {
      clear: both; }
  .block-grid-md-3 > .block-grid-item {
    width: 33.3333333333%; }
    .block-grid-md-3 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-md-3 > .block-grid-item:nth-of-type(3n+1) {
      clear: both; }
  .block-grid-md-4 > .block-grid-item {
    width: 25%; }
    .block-grid-md-4 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-md-4 > .block-grid-item:nth-of-type(4n+1) {
      clear: both; }
  .block-grid-md-5 > .block-grid-item {
    width: 20%; }
    .block-grid-md-5 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-md-5 > .block-grid-item:nth-of-type(5n+1) {
      clear: both; }
  .block-grid-md-6 > .block-grid-item {
    width: 16.6666666667%; }
    .block-grid-md-6 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-md-6 > .block-grid-item:nth-of-type(6n+1) {
      clear: both; }
  .block-grid-md-7 > .block-grid-item {
    width: 14.2857142857%; }
    .block-grid-md-7 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-md-7 > .block-grid-item:nth-of-type(7n+1) {
      clear: both; }
  .block-grid-md-8 > .block-grid-item {
    width: 12.5%; }
    .block-grid-md-8 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-md-8 > .block-grid-item:nth-of-type(8n+1) {
      clear: both; }
  .block-grid-md-9 > .block-grid-item {
    width: 11.1111111111%; }
    .block-grid-md-9 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-md-9 > .block-grid-item:nth-of-type(9n+1) {
      clear: both; }
  .block-grid-md-10 > .block-grid-item {
    width: 10%; }
    .block-grid-md-10 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-md-10 > .block-grid-item:nth-of-type(10n+1) {
      clear: both; }
  .block-grid-md-11 > .block-grid-item {
    width: 9.0909090909%; }
    .block-grid-md-11 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-md-11 > .block-grid-item:nth-of-type(11n+1) {
      clear: both; }
  .block-grid-md-12 > .block-grid-item {
    width: 8.3333333333%; }
    .block-grid-md-12 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-md-12 > .block-grid-item:nth-of-type(12n+1) {
      clear: both; } }

@media (min-width: 1200px) {
  .block-grid-lg-1 > .block-grid-item {
    width: 100%; }
    .block-grid-lg-1 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-lg-1 > .block-grid-item:nth-of-type(1n+1) {
      clear: both; }
  .block-grid-lg-2 > .block-grid-item {
    width: 50%; }
    .block-grid-lg-2 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-lg-2 > .block-grid-item:nth-of-type(2n+1) {
      clear: both; }
  .block-grid-lg-3 > .block-grid-item {
    width: 33.3333333333%; }
    .block-grid-lg-3 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-lg-3 > .block-grid-item:nth-of-type(3n+1) {
      clear: both; }
  .block-grid-lg-4 > .block-grid-item {
    width: 25%; }
    .block-grid-lg-4 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-lg-4 > .block-grid-item:nth-of-type(4n+1) {
      clear: both; }
  .block-grid-lg-5 > .block-grid-item {
    width: 20%; }
    .block-grid-lg-5 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-lg-5 > .block-grid-item:nth-of-type(5n+1) {
      clear: both; }
  .block-grid-lg-6 > .block-grid-item {
    width: 16.6666666667%; }
    .block-grid-lg-6 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-lg-6 > .block-grid-item:nth-of-type(6n+1) {
      clear: both; }
  .block-grid-lg-7 > .block-grid-item {
    width: 14.2857142857%; }
    .block-grid-lg-7 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-lg-7 > .block-grid-item:nth-of-type(7n+1) {
      clear: both; }
  .block-grid-lg-8 > .block-grid-item {
    width: 12.5%; }
    .block-grid-lg-8 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-lg-8 > .block-grid-item:nth-of-type(8n+1) {
      clear: both; }
  .block-grid-lg-9 > .block-grid-item {
    width: 11.1111111111%; }
    .block-grid-lg-9 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-lg-9 > .block-grid-item:nth-of-type(9n+1) {
      clear: both; }
  .block-grid-lg-10 > .block-grid-item {
    width: 10%; }
    .block-grid-lg-10 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-lg-10 > .block-grid-item:nth-of-type(10n+1) {
      clear: both; }
  .block-grid-lg-11 > .block-grid-item {
    width: 9.0909090909%; }
    .block-grid-lg-11 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-lg-11 > .block-grid-item:nth-of-type(11n+1) {
      clear: both; }
  .block-grid-lg-12 > .block-grid-item {
    width: 8.3333333333%; }
    .block-grid-lg-12 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-lg-12 > .block-grid-item:nth-of-type(12n+1) {
      clear: both; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #777777;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #777777; }
  .form-control::-webkit-input-placeholder {
    color: #777777; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 36px;
  line-height: 1.428571429 \0; }
  input[type="date"].input-sm, .form-horizontal .form-group-sm input.form-control[type="date"],
  input[type="time"].input-sm,
  .form-horizontal .form-group-sm input.form-control[type="time"],
  input[type="datetime-local"].input-sm,
  .form-horizontal .form-group-sm input.form-control[type="datetime-local"],
  input[type="month"].input-sm,
  .form-horizontal .form-group-sm input.form-control[type="month"] {
    line-height: 33px; }
  input[type="date"].input-lg, .form-horizontal .form-group-lg input.form-control[type="date"],
  input[type="time"].input-lg,
  .form-horizontal .form-group-lg input.form-control[type="time"],
  input[type="datetime-local"].input-lg,
  .form-horizontal .form-group-lg input.form-control[type="datetime-local"],
  input[type="month"].input-lg,
  .form-horizontal .form-group-lg input.form-control[type="month"] {
    line-height: 49px; }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 22px;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }
  .form-control-static.input-lg, .form-horizontal .form-group-lg .form-control-static.form-control, .form-control-static.input-sm, .form-horizontal .form-group-sm .form-control-static.form-control {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .form-horizontal .form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .form-horizontal .form-group-sm select.form-control {
  height: 33px;
  line-height: 33px; }

textarea.input-sm, .form-horizontal .form-group-sm textarea.form-control,
select[multiple].input-sm,
.form-horizontal .form-group-sm select.form-control[multiple] {
  height: auto; }

.input-lg, .form-horizontal .form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px; }

select.input-lg, .form-horizontal .form-group-lg select.form-control {
  height: 49px;
  line-height: 49px; }

textarea.input-lg, .form-horizontal .form-group-lg textarea.form-control,
select[multiple].input-lg,
.form-horizontal .form-group-lg select.form-control[multiple] {
  height: auto; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 45px; }

.form-control-feedback {
  position: absolute;
  top: 27px;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center; }

.input-lg + .form-control-feedback, .form-horizontal .form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px; }

.input-sm + .form-control-feedback, .form-horizontal .form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn:active:focus, .btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #5d0649;
  border-color: #450436; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2d0323;
    border-color: #0c0109; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .btn-primary.active {
    background-color: #5d0649;
    border-color: #450436; }
  .btn-primary .badge {
    color: #5d0649;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active,
  fieldset[disabled] .btn-success,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success:active,
  fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active,
  fieldset[disabled] .btn-info,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info:active,
  fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning:active,
  fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger:active,
  fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #3071a9;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #5d0649; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
    .btn-group > .btn:focus,
    .btn-group-vertical > .btn:focus {
      outline: 0; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0); }

.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.clearfix:before, .grid-container:before, .band:before, .clearfix:after, .grid-container:after, .band:after {
  content: " ";
  display: table; }

.clearfix:after, .grid-container:after, .band:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

@-ms-viewport {
  width: device-width; }

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.tcon {
  appearance: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  transition: 0.3s;
  user-select: none;
  width: 40px;
  background: transparent;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  min-width: inherit;
  padding: 0; }
  .tcon > * {
    display: block; }
  .tcon:hover, .tcon:focus {
    outline: none; }
  .tcon::-moz-focus-inner {
    border: 0; }

.tcon-menu__lines {
  display: inline-block;
  height: 5.7142857143px;
  width: 40px;
  border-radius: 2.8571428571px;
  transition: 0.3s;
  background: #6d6f71;
  position: relative; }
  .tcon-menu__lines::before, .tcon-menu__lines::after {
    display: inline-block;
    height: 5.7142857143px;
    width: 40px;
    border-radius: 2.8571428571px;
    transition: 0.3s;
    background: #6d6f71;
    content: '';
    position: absolute;
    left: 0;
    transform-origin: 2.8571428571px center;
    width: 100%; }
  .tcon-menu__lines::before {
    top: 10px; }
  .tcon-menu__lines::after {
    top: -10px; }
  .tcon-transform .tcon-menu__lines {
    transform: scale3d(0.8, 0.8, 0.8); }

.tcon-menu--xcross {
  width: auto; }
  .tcon-menu--xcross.tcon-transform .tcon-menu__lines {
    background: transparent; }
    .tcon-menu--xcross.tcon-transform .tcon-menu__lines::before, .tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
      transform-origin: 50% 50%;
      top: 0;
      width: 40px; }
    .tcon-menu--xcross.tcon-transform .tcon-menu__lines::before {
      transform: rotate3d(0, 0, 1, 45deg); }
    .tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
      transform: rotate3d(0, 0, 1, -45deg); }

.tcon-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .tcon-visuallyhidden:active, .tcon-visuallyhidden:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    outline: none; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.sprite, .icon-heading.our-sectors, .icon-heading.our-businesses, .icon-heading.our-towns, .icon-heading.partner-projects {
  background-image: url("../images/sprites/icons.png"); }

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .sprite, .icon-heading.our-sectors, .icon-heading.our-businesses, .icon-heading.our-towns, .icon-heading.partner-projects {
    background-image: url("../images/sprites/icons@2x.png");
    background-size: 100px 800px; } }

.businesses-hover, .sub-nav-icons .our-businesses:hover {
  width: 100px;
  height: 100px;
  background-position: 0 0; }

.businesses, .icon-heading.our-businesses {
  width: 100px;
  height: 100px;
  background-position: 0 -100px; }

.partners-hover, .sub-nav-icons .partner-projects:hover {
  width: 100px;
  height: 100px;
  background-position: 0 -200px; }

.partners, .icon-heading.partner-projects {
  width: 100px;
  height: 100px;
  background-position: 0 -300px; }

.sectors-hover, .sub-nav-icons .our-sectors:hover {
  width: 100px;
  height: 100px;
  background-position: 0 -400px; }

.sectors, .icon-heading.our-sectors {
  width: 100px;
  height: 100px;
  background-position: 0 -500px; }

.towns-hover, .sub-nav-icons .our-towns:hover {
  width: 100px;
  height: 100px;
  background-position: 0 -600px; }

.towns, .icon-heading.our-towns {
  width: 100px;
  height: 100px;
  background-position: 0 -700px; }

.process-landing-sprite, .process-icon, .process-icon:before {
  width: 100px;
  height: 100px;
  display: inline-block;
  margin-bottom: 20px;
  background-image: url("../images/sprites/process-landing.png"); }

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .process-landing-sprite, .process-icon, .process-icon:before {
    background-image: url("../images/sprites/process-landing@2x.png");
    background-size: 100px 1600px; } }

.pls-home-based-hover, .process-block.home-based .process-icon {
  background-position: 0 0; }

.pls-home-based, .process-block.home-based .process-icon:before {
  background-position: 0 -100px; }

.pls-hospitality-hover, .process-block.hospitality .process-icon {
  background-position: 0 -200px; }

.pls-hospitality, .process-block.hospitality .process-icon:before {
  background-position: 0 -300px; }

.pls-industrial-hover, .process-block.industrial .process-icon {
  background-position: 0 -400px; }

.pls-industrial, .process-block.industrial .process-icon:before {
  background-position: 0 -500px; }

.pls-large-commercial-hover, .process-block.large-commercial .process-icon {
  background-position: 0 -600px; }

.pls-large-commercial, .process-block.large-commercial .process-icon:before {
  background-position: 0 -700px; }

.pls-mobile-trading-hover, .process-block.mobile-trading .process-icon {
  background-position: 0 -800px; }

.pls-mobile-trading, .process-block.mobile-trading .process-icon:before {
  background-position: 0 -900px; }

.pls-office-hover, .process-block.office .process-icon {
  background-position: 0 -1000px; }

.pls-office, .process-block.office .process-icon:before {
  background-position: 0 -1100px; }

.pls-retail-hover, .process-block.retail .process-icon {
  background-position: 0 -1200px; }

.pls-retail, .process-block.retail .process-icon:before {
  background-position: 0 -1300px; }

.pls-tourism-hover, .process-block.tourism .process-icon {
  background-position: 0 -1400px; }

.pls-tourism, .process-block.tourism .process-icon:before {
  background-position: 0 -1500px; }

.home-based-sprite, .secondary-process-block .process-icon, .secondary-process-block .process-icon:before {
  width: 100px;
  height: 100px;
  display: inline-block;
  background-image: url("../images/sprites/home-based.png"); }

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .home-based-sprite, .secondary-process-block .process-icon, .secondary-process-block .process-icon:before {
    background-image: url("../images/sprites/home-based@2x.png");
    background-size: 100px 1000px; } }

.hm-based-beautytattoo-hover, .secondary-process-block.beauty .process-icon {
  width: 100px;
  height: 100px;
  background-position: 0 0; }

.hm-based-beautytattoo, .secondary-process-block.beauty .process-icon:before {
  width: 100px;
  height: 100px;
  background-position: 0 -100px; }

.hm-based-contractor-hover, .secondary-process-block.contractor .process-icon {
  width: 100px;
  height: 100px;
  background-position: 0 -200px; }

.hm-based-contractor, .secondary-process-block.contractor .process-icon:before {
  width: 100px;
  height: 100px;
  background-position: 0 -300px; }

.hm-based-food-prep-hover, .secondary-process-block.food .process-icon {
  width: 100px;
  height: 100px;
  background-position: 0 -400px; }

.hm-based-food-prep, .secondary-process-block.food .process-icon:before {
  width: 100px;
  height: 100px;
  background-position: 0 -500px; }

.hm-based-hairdressing-hover, .secondary-process-block.hair-dresser .process-icon {
  width: 100px;
  height: 100px;
  background-position: 0 -600px; }

.hm-based-hairdressing, .secondary-process-block.hair-dresser .process-icon:before {
  width: 100px;
  height: 100px;
  background-position: 0 -700px; }

.hm-based-officeconsultancy-hover, .secondary-process-block.office .process-icon {
  width: 100px;
  height: 100px;
  background-position: 0 -800px; }

.hm-based-officeconsultancy, .secondary-process-block.office .process-icon:before {
  width: 100px;
  height: 100px;
  background-position: 0 -900px; }

.town-icon {
  width: 80px;
  height: 80px;
  display: block;
  float: left;
  margin-right: 10px;
  background-image: url(../images/sprites/towns.png); }

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .town-icon {
    background-image: url(../images/sprites/towns@2x.png);
    background-size: 80px 400px; } }

.reading {
  background-position: 0 0; }

.leisure {
  background-position: 0 -80px; }

.location {
  background-position: 0 -160px; }

.growth {
  background-position: 0 -240px; }

.character {
  background-position: 0 -320px; }

/* -----------------------------------------
   Utils
----------------------------------------- */
*:focus {
  outline: none !important;
  text-decoration: none; }

.left {
  float: left; }

.right {
  float: right; }

.bold, strong, b {
  font-weight: 700; }

.yell {
  text-transform: uppercase; }

.clear {
  clear: both; }

.img-responsive {
  width: 100%; }

/* -----------------------------------------
   Globals
----------------------------------------- */
html, body, p {
  font-family: 'Open Sans', 'Lucida sans', Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  color: #000; }

body, p {
  font-size: 20px;
  line-height: 28px; }

p {
  margin: 0 0 20px 0; }

.white-text, .our-towns-content-wrapper, .or {
  color: #fff !important; }
  .white-text p, .our-towns-content-wrapper p, .or p {
    color: #fff !important; }

.grey-text {
  color: #6d6f71 !important; }

.pink-text {
  color: #f91949 !important; }

.grid-container {
  margin-top: 15px;
  margin-bottom: 15px; }

/* -----------------------------------------
	Header tags
----------------------------------------- */
h1,
.h1,
.home-heading, h2, .h2, h3, .h3, .process-title, .secondary-process-block .process-title, h4, .h4 {
  font-family: 'Nunito', 'Lucida sans', Arial, sans-serif;
  line-height: 24px;
  font-weight: 400;
  color: #6d6f71;
  padding: 0;
  margin: 0; }

h1,
.h1,
.home-heading {
  color: #6d6f71;
  font-size: 40px;
  line-height: 45px;
  font-size: 35px;
  line-height: 40px;
  text-transform: uppercase; }

h2, .h2 {
  font-size: 36px;
  line-height: 45px; }
  h2.white, .h2.white {
    color: #fff; }

h3, .h3, .process-title, .secondary-process-block .process-title {
  font-size: 28px;
  line-height: 40px; }

h4, .h4 {
  color: #6d6f71;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px; }

.home-heading {
  text-transform: none;
  font-size: 50px;
  line-height: 55px; }

/* -----------------------------------------
	Header
----------------------------------------- */
.header {
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 20px; }

.brand {
  color: #6d6f71;
  float: left;
  width: 100%; }
  @media (min-width: 1200px) {
    .brand {
      width: auto; } }
  .brand:hover {
    text-decoration: none;
    color: #6d6f71; }

/* -----------------------------------------
	Main nav
----------------------------------------- */
.main-nav {
  margin-top: 65px;
  display: none; }
  .main-nav ul, .main-nav li {
    padding: 0;
    margin: 0;
    list-style: none; }
  .main-nav li {
    display: block;
    position: relative;
    border-bottom: 2px solid #6d6f71; }
    .main-nav li:last-child {
      border-bottom: 0; }
  .main-nav a {
    color: #6d6f71;
    font-size: 16px;
    padding: 15px 0;
    display: block; }
    .main-nav a:hover {
      text-decoration: none;
      color: #3071a9; }
      .main-nav a:hover.has-children:after {
        border-color: #3071a9 transparent transparent transparent; }
    .main-nav a.has-children:after {
      content: '';
      display: block;
      float: right;
      width: 0;
      height: 0;
      margin: 10px 20px 0 0;
      border-style: solid;
      border-width: 10px 10px 0 10px;
      border-color: #6d6f71 transparent transparent transparent; }
  @media (min-width: 1200px) {
    .main-nav {
      float: right;
      display: block;
      margin: 0; }
      .main-nav li {
        display: inline-block;
        border-bottom: 0;
        border-right: 2px solid #6d6f71;
        padding: 0 20px 0 20px;
        line-height: 1em; }
        .main-nav li:first-child {
          padding-left: 0; }
        .main-nav li:last-child {
          border-right: 0;
          padding-right: 0;
          margin-right: 0; }
      .main-nav a {
        padding: 0; }
        .main-nav a.has-children:after {
          margin: 6px 0 0 20px; } }

.main-nav ul.sub-nav {
  display: none; }
  .main-nav ul.sub-nav li {
    margin-left: 20px;
    border-bottom: 1px solid #6d6f71; }
    .main-nav ul.sub-nav li:last-child {
      border-bottom: 0; }
  .main-nav ul.sub-nav a {
    font-size: 14px;
    padding: 10px 0; }
    @media (min-width: 1200px) {
      .main-nav ul.sub-nav a {
        display: block; } }
  @media (min-width: 1200px) {
    .main-nav ul.sub-nav {
      display: none;
      position: absolute;
      top: 30px;
      background: #fff;
      z-index: 2;
      padding: 0 10px;
      -webkit-box-shadow: 0px 5px 18px -4px #6d6f71;
      -moz-box-shadow: 0px 5px 18px -4px #6d6f71;
      box-shadow: 0px 5px 18px -4px #6d6f71; }
      .main-nav ul.sub-nav li {
        display: block;
        border-right: 0;
        margin-left: 0;
        padding: 0; } }

#mobile_menu_btn {
  position: absolute;
  top: 15px;
  right: 15px; }
  @media (min-width: 768px) {
    #mobile_menu_btn {
      top: 10px; } }
  @media (min-width: 1200px) {
    #mobile_menu_btn {
      display: none; } }

/* -----------------------------------------
	Footer
----------------------------------------- */
.footer-container {
  text-align: center;
  padding-bottom: 50px;
  padding-top: 50px; }

.footer-logo {
  background: url("../images/tmp/waipa-logo.svg");
  width: 182px;
  height: 54px;
  position: relative;
  display: block;
  margin: 0 auto 20px auto; }
  @media (min-width: 560px) {
    .footer-logo {
      margin: 0;
      display: inline-block; }
      .footer-logo:after {
        content: "";
        display: block;
        position: absolute;
        width: 5px;
        height: 54px;
        top: 0;
        right: -40px;
        border-right: 2px solid #6d6f71; } }

.phone-number {
  font-size: 30px;
  line-height: 54px;
  height: 54px;
  vertical-align: top;
  color: #6d6f71;
  letter-spacing: 0;
  display: inline-block; }
  .phone-number:hover {
    text-decoration: none; }
  @media (min-width: 560px) {
    .phone-number {
      padding-left: 70px; } }

.facebook-icon {
  background: url("../images/icons/icon-facebook.svg");
  width: 40px;
  height: 40px;
  line-height: 54px;
  margin-top: 8px;
  margin-left: 10px;
  display: inline-block; }
  .facebook-icon:hover {
    background: url("../images/icons/icon-facebook-blue.svg"); }
  @media (min-width: 560px) {
    .facebook-icon {
      margin-top: 0;
      vertical-align: super; } }

/* -----------------------------------------
	Bands
----------------------------------------- */
.band {
  padding: 50px 15px; }
  .band.no-top {
    padding-top: 0; }
  .band.no-bum {
    padding-bottom: 0; }
  .band.teal {
    background-color: #0ec6c8; }
  .band.blue-gradient {
    background: #2a6191;
    background: -moz-linear-gradient(top, #2a6191 0%, #7db9e8 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #2a6191), color-stop(100%, #7db9e8));
    background: -webkit-linear-gradient(top, #2a6191 0%, #7db9e8 100%);
    background: -o-linear-gradient(top, #2a6191 0%, #7db9e8 100%);
    background: -ms-linear-gradient(top, #2a6191 0%, #7db9e8 100%);
    background: linear-gradient(to bottom, #2a6191 0%, #7db9e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a6191', endColorstr='#7db9e8', GradientType=0 ); }
  .band.shadow {
    background: #0ec6c8 url(../images/bgs/shadow.jpg) center top no-repeat; }

/* -----------------------------------------
	Buttons
----------------------------------------- */
.outline-btn {
  border: 1px solid #fff;
  outline: none;
  font-size: 17px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  background: none;
  cursor: pointer;
  padding: 5px 30px;
  display: inline-block;
  position: relative;
  z-index: 1; }
  .outline-btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff; }
  .outline-btn:hover, .outline-btn:active {
    color: #0ec6c8;
    text-decoration: none; }
    .outline-btn:hover:after, .outline-btn:active:after {
      width: 100%;
      color: #0ec6c8; }
  .outline-btn.pink:after {
    background: #f91949; }
  .outline-btn.pink:hover, .outline-btn.pink:active {
    color: #fff;
    border-color: #f91949; }
    .outline-btn.pink:hover:after, .outline-btn.pink:active:after {
      color: #fff; }
  .outline-btn.pink.active {
    border-color: #f91949; }
    .outline-btn.pink.active:after {
      width: 100%; }
  .outline-btn.all-pink {
    color: #f91949;
    border-color: #f91949; }
    .outline-btn.all-pink:after {
      background: #f91949; }
    .outline-btn.all-pink:hover, .outline-btn.all-pink:active {
      color: #fff;
      border-color: #f91949; }
      .outline-btn.all-pink:hover:after, .outline-btn.all-pink:active:after {
        color: #fff; }
    .outline-btn.all-pink.active {
      border-color: #f91949; }
      .outline-btn.all-pink.active:after {
        width: 100%; }
  .outline-btn.fat-top {
    margin-top: 40px; }
  .outline-btn.fat-bum {
    margin-bottom: 40px; }

.solid-btn {
  border: 1px solid;
  outline: none;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  cursor: pointer;
  padding: 10px 30px;
  display: inline-block;
  position: relative;
  z-index: 1; }
  .solid-btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff; }
  .solid-btn:hover, .solid-btn:active {
    color: #0ec6c8;
    text-decoration: none; }
    .solid-btn:hover:after, .solid-btn:active:after {
      width: 100%;
      color: #0ec6c8; }
  .solid-btn.pink {
    background: #f91949;
    border-color: #f91949; }
    .solid-btn.pink:after {
      background: #fff; }
    .solid-btn.pink:hover, .solid-btn.pink:active {
      color: #f91949;
      border-color: #fff; }
      .solid-btn.pink:hover:after, .solid-btn.pink:active:after {
        color: #f91949; }
  .solid-btn.industrial {
    background: #00aeef;
    border-color: #00aeef; }
    .solid-btn.industrial:after {
      background: #fff; }
    .solid-btn.industrial:hover {
      color: #00aeef; }
      .solid-btn.industrial:hover:after {
        color: #00aeef; }
  .solid-btn.large-commercial {
    background: #7773b6;
    border-color: #7773b6; }
    .solid-btn.large-commercial:after {
      background: #fff; }
    .solid-btn.large-commercial:hover {
      color: #7773b6; }
      .solid-btn.large-commercial:hover:after {
        color: #7773b6; }
  .solid-btn.tourism {
    background: #37b562;
    border-color: #37b562; }
    .solid-btn.tourism:after {
      background: #fff; }
    .solid-btn.tourism:hover {
      color: #37b562; }
      .solid-btn.tourism:hover:after {
        color: #37b562; }

.process-back {
  margin-right: 10px; }

/* -----------------------------------------
	Breadcrumbs
----------------------------------------- */
.breadcrumbs {
  color: #fff;
  font-size: 14px;
  background: #0ec6c8;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700; }
  .breadcrumbs.blue {
    background: #00caff; }
  .breadcrumbs ul {
    margin: 0;
    padding: 0; }
  .breadcrumbs li {
    display: inline-block; }
  .breadcrumbs a {
    color: #fff; }
    .breadcrumbs a:hover {
      text-decoration: none; }

/* -----------------------------------------
	Page headings
----------------------------------------- */
.page-heading .h1, .page-heading .home-heading {
  margin-bottom: 50px; }

.process-form-header {
  margin: 60px 0 20px; }

.process-index-header {
  margin: 10px 0 40px; }

.town-heading {
  line-height: 90px;
  vertical-align: middle;
  clear: both; }

/* -----------------------------------------
	Home page
----------------------------------------- */
.home-video {
  cursor: pointer;
  background: url(../images/tmp/home-hero.jpeg);
  background-position: 50% 50%;
  background-size: cover;
  height: 0;
  padding-top: 90%; }
  @media (min-width: 768px) {
    .home-video {
      padding-top: 60%; } }
  @media (min-width: 1440px) {
    .home-video {
      padding-top: 47%; } }
  @media (min-width: 1920px) {
    .home-video {
      padding-top: 44%; } }

@-webkit-keyframes bounce_up_down {
  0%, 100% {
    top: 0px; }
  50% {
    top: -4px; } }

@-moz-keyframes bounce_up_down {
  0%, 100% {
    top: 0px; }
  50% {
    top: -4px; } }

@-ms-keyframes bounce_up_down {
  0%, 100% {
    top: 0px; }
  50% {
    top: -4px; } }

@keyframes bounce_up_down {
  0%, 100% {
    top: 0px; }
  50% {
    top: -4px; } }

.home-hero-welcome {
  position: absolute;
  bottom: 0px;
  left: calc(50% - 135px);
  color: #fff;
  text-align: center;
  width: 270px; }
  @media (min-width: 375px) {
    .home-hero-welcome {
      bottom: 20px; } }
  @media (min-width: 768px) {
    .home-hero-welcome {
      left: calc(50% - 135px); } }
  @media (min-width: 1440px) {
    .home-hero-welcome {
      bottom: 40px;
      width: 382px;
      left: calc(50% - 191px); } }
  @media (min-width: 1920px) {
    .home-hero-welcome {
      bottom: 80px;
      left: calc(50% - 191px); } }
  .home-hero-welcome button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f91949;
    border: none;
    margin: 0 auto 10px;
    display: block;
    position: relative;
    -webkit-appearance: none; }
    .home-hero-welcome button:before {
      content: '';
      display: block;
      position: absolute;
      top: calc(50% - 10px);
      left: calc(50% - 5px);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 0 10px 16px;
      border-color: transparent transparent transparent #fff; }
    @media (min-width: 768px) {
      .home-hero-welcome button {
        width: 60px;
        height: 60px; }
        .home-hero-welcome button:before {
          border-width: 15px 0 15px 26px;
          top: calc(50% - 15px);
          left: calc(50% - 8px); } }
    @media (min-width: 1920px) {
      .home-hero-welcome button {
        width: 80px;
        height: 80px; }
        .home-hero-welcome button:before {
          border-width: 20px 0 20px 35px;
          top: calc(50% - 20px);
          left: calc(50% - 12px); } }
  .home-hero-welcome:hover {
    cursor: pointer; }
    .home-hero-welcome:hover button {
      -webkit-animation: bounce_up_down .7s ease-in-out infinite;
      -moz-animation: bounce_up_down .7s ease-in-out infinite;
      -ms-animation: bounce_up_down .7s ease-in-out infinite;
      animation: bounce_up_down .7s ease-in-out infinite; }

.waipa {
  font-size: 60px;
  font-weight: 700;
  line-height: 40px; }
  @media (min-width: 768px) {
    .waipa {
      font-size: 70px;
      line-height: 55px; } }
  @media (min-width: 1440px) {
    .waipa {
      font-size: 100px;
      line-height: 80px; } }
  @media (min-width: 1920px) {
    .waipa {
      font-size: 110px; } }

.typewriter {
  font-size: 30px;
  font-weight: 300;
  line-height: 45px;
  white-space: nowrap;
  overflow: hidden;
  color: #fff;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .typewriter {
      font-size: 36px;
      line-height: 60px; } }
  @media (min-width: 1440px) {
    .typewriter {
      font-size: 52px;
      line-height: 80px; } }
  .typewriter span {
    animation: blink 1s infinite; }

@keyframes blink {
  to {
    opacity: .0; } }

.embed-container {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  display: none;
  height: 0;
  padding-top: 90%; }
  @media (min-width: 768px) {
    .embed-container {
      padding-top: 60%; } }
  @media (min-width: 1440px) {
    .embed-container {
      padding-top: 47%; } }
  @media (min-width: 1920px) {
    .embed-container {
      padding-top: 44%; } }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.icon-circle {
  background-color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: block; }
  @media (min-width: 992px) {
    .icon-circle {
      width: 80px;
      height: 80px; } }
  .icon-circle.location {
    background-image: url(../images/icons/icon-location.svg); }
  .icon-circle.growth {
    background-image: url(../images/icons/icon-growth.svg); }
  .icon-circle.opportunity {
    background-image: url(../images/icons/icon-opportunity.svg); }

/*.bucket{
	float: left;
	margin-bottom: 40px;

	&.last{
		margin-bottom: 0;
	}

	@media (min-width: 768px){
		margin-bottom: 0;
	}

	.h4, p{
		color: $white;
	}

	p{
		font-size: 16px;
		line-height: 20px;
		margin: 0;
	}
}*/
.welcome {
  text-align: center; }
  .welcome .home-heading {
    margin-bottom: 30px; }
  .welcome .h1, .welcome .home-heading, .welcome p {
    color: #6d6f71;
    font-weight: 400; }

.icon-heading {
  display: block;
  margin: 0 auto 25px auto;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.icon-heading.news {
  width: 100px;
  height: 100px;
  background: url(../images/icons/news.png); }
  @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    .icon-heading.news {
      background-image: url("../images/icons/news@2x.png");
      background-size: 100px 100px; } }

.heading {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Nunito';
  margin-bottom: 50px; }
  .heading.small {
    font-size: 18px; }
  .heading.no-bum {
    margin-bottom: 0; }

.get-to-know-communities {
  text-align: center;
  background-position: 50% 50%;
  background-image: url(../images/tmp/know-communities.svg);
  background-size: cover;
  width: 315px;
  height: 361px;
  margin: 0 auto 50px auto;
  position: relative;
  z-index: 2; }
  @media (min-width: 992px) {
    .get-to-know-communities {
      margin-top: -140px; } }

.communities-towns {
  background-position: 50% 50%;
  background-image: url(../images/tmp/map-blur.jpeg);
  background-size: cover;
  color: #fff;
  position: relative; }
  .communities-towns:after {
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    right: 0;
    bottom: 0; }

.our-towns-header,
.our-towns-content-wrapper {
  z-index: 2;
  position: relative; }

.key-sectors {
  background-position: 50% 35%;
  background-image: url(../images/tmp/our-sectors-bg.jpg); }

.view-sectors {
  display: block;
  margin-bottom: 10px; }
  .view-sectors:hover {
    text-decoration: none; }

.sky-bg {
  padding: 70px 0;
  position: relative;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #beebff 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(100%, #beebff));
  background: -webkit-linear-gradient(top, white 0%, #beebff 100%);
  background: -o-linear-gradient(top, white 0%, #beebff 100%);
  background: -ms-linear-gradient(top, white 0%, #beebff 100%);
  background: linear-gradient(to bottom, white 0%, #beebff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#beebff', GradientType=0 ); }
  @media (min-width: 768px) {
    .sky-bg {
      padding: 50px 0 0 0;
      min-height: 555px; } }
  @media (min-width: 992px) {
    .sky-bg {
      min-height: 655px; } }
  @media (min-width: 1200px) {
    .sky-bg {
      min-height: 700px; } }

.start-it-up {
  position: relative;
  text-transform: uppercase;
  width: 250px;
  display: block;
  margin: 0 auto;
  z-index: 10; }
  @media (min-width: 768px) {
    .start-it-up {
      width: 400px;
      margin-top: 100px;
      text-align: right;
      position: absolute; } }
  @media (min-width: 992px) {
    .start-it-up {
      width: 480px;
      margin-left: 60px;
      margin-top: 200px; } }
  @media (min-width: 1200px) {
    .start-it-up {
      margin-left: 180px;
      margin-top: 250px; } }
  .start-it-up:hover {
    text-decoration: none;
    color: #6d6f71; }
    .start-it-up:hover .chatterbox {
      color: #00caff;
      background: #fff; }
      .start-it-up:hover .chatterbox:before {
        border-bottom-color: #fff; }
  .start-it-up:before {
    content: "?";
    position: absolute;
    display: block;
    right: 20px;
    top: 165px; }
    @media (min-width: 768px) {
      .start-it-up:before {
        right: -26px;
        top: 110px; } }
    @media (min-width: 992px) {
      .start-it-up:before {
        font-size: 77px;
        right: -45px;
        top: 30px; } }

#traffic_light {
  display: none; }
  @media (min-width: 768px) {
    #traffic_light {
      display: block;
      position: absolute;
      top: 81px; } }
  @media (min-width: 992px) {
    #traffic_light {
      top: 58px; } }
  @media (min-width: 1200px) {
    #traffic_light {
      top: -10px; } }

.the-dood {
  background: url(../images/bgs/the-dood.svg) no-repeat;
  width: 136px;
  height: 221px;
  display: block;
  float: left;
  margin-top: 40px;
  margin-bottom: -70px; }
  @media (min-width: 768px) {
    .the-dood {
      margin-top: 74px; } }
  @media (min-width: 1200px) {
    .the-dood {
      margin-top: 69px; } }

.discover-heading {
  font-style: italic;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 30px;
  color: #6d6f71; }

.ipad-bg {
  position: relative; }
  @media (min-width: 2000px) {
    .ipad-bg {
      padding: 100px 0; } }
  .ipad-bg:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../images/tmp/ipad-test-2.png) right bottom;
    background-size: cover;
    display: none; }
    @media (min-width: 992px) {
      .ipad-bg:after {
        display: block;
        width: 540px;
        height: 354px; } }
    @media (min-width: 1200px) {
      .ipad-bg:after {
        width: 650px;
        height: 426px; } }
    @media (min-width: 1500px) {
      .ipad-bg:after {
        width: 814px;
        height: 533px; } }
    @media (min-width: 2000px) {
      .ipad-bg:after {
        width: 950px;
        height: 622px; } }

.or {
  display: block;
  padding: 0 15px; }
  @media (min-width: 768px) {
    .or {
      display: inline-block; } }

/* -----------------------------------------
	Why waipa page
----------------------------------------- */
.sub-nav-icons {
  padding-top: 100px;
  padding-bottom: 100px; }
  .sub-nav-icons a {
    padding-bottom: 80px;
    display: block; }
    .sub-nav-icons a:hover {
      text-decoration: none; }

.sub-nav-icons div:last-child a {
  padding-bottom: 0; }

/* -----------------------------------------
	Our towns page
----------------------------------------- */
.our-towns-bg {
  background-color: #e6e7e8;
  background: #e6e7e8;
  background-repeat: no-repeat; }
  @media (min-width: 992px) {
    .our-towns-bg .flex-hack {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center; } }
  .our-towns-bg .our-towns-content {
    padding: 50px 15px;
    border: none; }
  .our-towns-bg img {
    width: 100%;
    max-width: 100%;
    height: 100%; }

.our-towns-title {
  font-size: 26px;
  padding-bottom: 10px; }

.our-towns-stats {
  padding-bottom: 40px;
  text-align: center; }
  @media (min-width: 992px) {
    .our-towns-stats {
      padding-top: 60px;
      padding-bottom: 0; } }

.stat {
  border-bottom: 1px solid #6d6f71;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .stat {
      border-bottom: none;
      float: left;
      width: 33.33%; } }
  @media (min-width: 992px) {
    .stat {
      float: none;
      width: auto;
      border-bottom: 1px solid #6d6f71; } }
  .stat:last-child {
    border-bottom: none; }
  .stat .h4 {
    padding-bottom: 15px; }
  .stat .value {
    font-size: 40px;
    color: #1fbaef; }
  .stat .avg-value {
    font-size: 16px;
    padding-top: 10px;
    color: #1fbaef; }

/* -----------------------------------------
	Our towns view page
----------------------------------------- */
.town-view-stats {
  text-align: center; }
  .town-view-stats > div {
    padding-bottom: 80px; }
    .town-view-stats > div:last-child {
      padding-bottom: 0; }
    @media (min-width: 768px) {
      .town-view-stats > div {
        padding-bottom: 0; } }
  .town-view-stats .h4 {
    padding-bottom: 20px; }
  .town-view-stats .value {
    font-size: 40px;
    color: #1fbaef; }
  .town-view-stats .avg-value {
    font-size: 16px;
    padding-top: 10px;
    color: #1fbaef; }

/* -----------------------------------------
	Partnership projects page
----------------------------------------- */
.pp-label {
  font-weight: 700;
  color: #6d6f71; }

.pp-value {
  color: #04BAEF;
  font-size: 30px;
  font-weight: 400; }

/* -----------------------------------------
	Keys sectors page
----------------------------------------- */
.hover-blocks li {
  background-size: cover;
  background-position: 50% 50%;
  text-align: center;
  position: relative;
  height: 0;
  padding-bottom: 75%; }
  @media (min-width: 768px) {
    .hover-blocks li {
      padding-bottom: 33.333%; } }
  @media (min-width: 992px) {
    .hover-blocks li {
      padding-bottom: 25%; } }
  .hover-blocks li a {
    text-decoration: none;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -moz-transition: background-color .2s ease-in;
    -o-transition: background-color .2s ease-in;
    -webkit-transition: background-color .2s ease-in;
    transition: background-color .2s ease-in;
    background-color: rgba(0, 0, 0, 0.2); }
    .hover-blocks li a .title {
      display: inline-block;
      margin-top: 50px;
      text-transform: uppercase;
      font-weight: 700; }
    .hover-blocks li a .intro {
      display: none;
      font-size: 14px;
      padding: 0 50px;
      line-height: 15px;
      margin-top: 50px; }
    .hover-blocks li a:hover {
      background-color: rgba(250, 26, 73, 0.8); }
  .hover-blocks li:hover a .intro {
    display: block; }

@media (min-width: 1200px) {
  .hover-blocks.home-hack li {
    padding-bottom: 20%; } }

/* -----------------------------------------
	Full width hero images
----------------------------------------- */
.hero-bg {
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover; }
  .hero-bg.tall {
    height: 580px; }
  .hero-bg.home-contact {
    height: 100%;
    background-size: cover; }

/* -----------------------------------------
	Canvas animation
----------------------------------------- */
.canvas-anim {
  max-width: 100%;
  display: block;
  margin: 0 auto; }

/* -----------------------------------------
	Process global
----------------------------------------- */
.process-content {
  padding-top: 40px; }

#blinky_bill_canvas {
  width: 80px;
  height: 80px;
  margin: 0;
  float: left; }
  @media (min-width: 375px) {
    #blinky_bill_canvas {
      width: 90px;
      height: 90px; } }

.chatterbox {
  background: #00caff;
  color: #fff;
  padding: 8px;
  display: inline-block;
  border-radius: 4px;
  position: relative;
  border-bottom-left-radius: 0;
  margin-top: 30px;
  margin-left: 10px;
  float: left;
  font-size: 16px; }
  @media (min-width: 375px) {
    .chatterbox {
      margin-top: 40px;
      margin-left: 25px; } }
  @media (min-width: 768px) {
    .chatterbox {
      font-size: 20px; } }
  .chatterbox:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 50px;
    border-color: transparent transparent #00caff transparent;
    position: absolute;
    left: -40px;
    bottom: 0; }
  .chatterbox.home-btn {
    margin: -80px -47px 0 20px;
    padding: 15px 15px 10px;
    line-height: normal;
    font-weight: 700;
    font-size: 20px;
    float: right; }
    @media (min-width: 768px) {
      .chatterbox.home-btn {
        float: left;
        margin-top: 80px;
        font-size: 30px; } }
    @media (min-width: 992px) {
      .chatterbox.home-btn {
        margin-top: 130px;
        margin-left: 40px; } }

.process-question {
  position: relative;
  display: block; }
  @media (min-width: 768px) {
    .process-question.open-at-night {
      position: absolute;
      top: 130px;
      left: calc(50% - 176px);
      color: #fff; } }

.process-btn {
  color: #fff;
  font-family: 'Nunito', 'Lucida sans', Arial, sans-serif;
  text-align: center;
  line-height: 20px;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #00caff;
  border-radius: 50%;
  border: none;
  -webkit-appearance: none;
  padding-top: 6px;
  width: 80px;
  height: 80px; }
  .process-btn.big {
    width: 130px;
    height: 130px; }

.centered-btn-container {
  text-align: center; }
  .centered-btn-container a {
    display: inline-block;
    margin: 20px;
    vertical-align: bottom; }
    @media (min-width: 768px) {
      .centered-btn-container a {
        margin: 40px; } }

/* -----------------------------------------
	Process landing
----------------------------------------- */
.process-strapline {
  font-family: 'Open Sans', 'Lucida sans', Arial, sans-serif; }

.process-block {
  text-align: center; }
  .process-block:hover, .process-block:focus {
    text-decoration: none; }
    .process-block:hover .process-icon:before, .process-block:focus .process-icon:before {
      transition: 0.5s ease;
      opacity: 0; }
  .process-block.retail .process-title {
    color: #ed2324; }
  .process-block.hospitality .process-title {
    color: #ffbf00; }
  .process-block.office .process-title {
    color: #ffd200; }
  .process-block.mobile-trading .process-title {
    color: #d2de26; }
  .process-block.home-based .process-title {
    color: #8cc63e; }
  .process-block.tourism .process-title {
    color: #37b562; }
  .process-block.large-commercial .process-title {
    color: #7773b6; }
  .process-block.industrial .process-title {
    color: #00aeef; }

.process-title {
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 10px 0; }

.process-icon {
  display: block;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }
  .process-icon:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: 0.5s ease; }

/* -----------------------------------------
	Process - Where
----------------------------------------- */
.commercial-building,
.home-based-building,
.other-building {
  display: block;
  position: relative;
  text-align: center;
  max-width: 100%;
  margin: 0 auto; }
  .commercial-building button,
  .home-based-building button,
  .other-building button {
    margin-top: 20px;
    margin-bottom: 40px; }

.commercial-building {
  width: 458px; }
  @media (min-width: 992px) {
    .commercial-building {
      float: left; } }

.home-based-building {
  width: 353px; }
  @media (min-width: 992px) {
    .home-based-building {
      float: right;
      margin-top: 36px; } }

.other-building {
  width: 275px; }
  @media (min-width: 992px) {
    .other-building {
      clear: right; } }

/* -----------------------------------------
	Process - Food
----------------------------------------- */
.process-btn.food-yes,
.process-btn.food-no {
  display: block;
  margin: 0 auto; }

@media (min-width: 768px) {
  .process-btn.food-yes {
    position: absolute;
    right: calc(30% - 40px);
    top: calc(40% - 40px); }
  .process-btn.food-no {
    position: absolute;
    right: calc(50% - 40px);
    top: calc(40% - 40px); } }

/* -----------------------------------------
	Process - Customers
----------------------------------------- */
@media (min-width: 768px) {
  #customers_canvas {
    width: 500px; } }

@media (min-width: 768px) {
  .customers-yes,
  .customers-no {
    position: absolute;
    top: calc(40% - 40px); } }

.customers-yes {
  float: left; }
  @media (min-width: 768px) {
    .customers-yes {
      left: calc(10% - 50px); } }

.customers-no {
  float: right; }
  @media (min-width: 768px) {
    .customers-no {
      right: calc(10% - 50px); } }

/* -----------------------------------------
	Process - Open at night?
----------------------------------------- */
#open_nights_canvas {
  width: 800px; }

.open-nights-buttons {
  margin-top: 20px; }
  @media (min-width: 768px) {
    .open-nights-buttons {
      position: absolute;
      bottom: 40px;
      left: calc(50% - 90px); } }

.nights-yes {
  margin-right: 20px; }

/* -----------------------------------------
	Process - Districts
----------------------------------------- */
.district-btn {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 23.14%;
  background-size: cover;
  border: none;
  text-indent: -999em;
  margin: 0 auto 40px; }
  @media (min-width: 400px) {
    .district-btn {
      width: 350px;
      height: 81px;
      padding-top: 0; } }
  .district-btn.cambridge {
    background-image: url(../images/processes/mobile_cambridge.png); }
  .district-btn.ta {
    background-image: url(../images/processes/mobile_ta.png); }
  .district-btn.ohaupo {
    background-image: url(../images/processes/mobile_ohaupo.png); }
  .district-btn.pirongia {
    background-image: url(../images/processes/mobile_pirongia.png); }

/* -----------------------------------------
	Process - Industrial
----------------------------------------- */
.dark-form .labels-in label, .dark-form .labels-in input, .dark-form .labels-in textarea {
  color: #6d6f71; }

.dark-form .labels-in input, .dark-form .labels-in textarea {
  border: 1px solid #6d6f71; }

/* -----------------------------------------
	Process - Home based landing
----------------------------------------- */
.secondary-process-block {
  text-align: center;
  display: block; }
  .secondary-process-block:hover, .secondary-process-block:focus {
    text-decoration: none; }
    .secondary-process-block:hover .process-icon:before, .secondary-process-block:focus .process-icon:before {
      transition: 0.5s ease;
      opacity: 0; }
  .secondary-process-block .process-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    text-transform: uppercase;
    margin: 10px 0;
    color: #8cc63e; }

/* -----------------------------------------
	Process - question page titles
----------------------------------------- */
.process-question-title {
  color: #6d6f71;
  font-family: 'Nunito';
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  clear: both;
  text-align: center;
  margin-bottom: 40px; }
  .process-question-title .monster {
    font-size: 68px;
    line-height: 70px; }
    @media (min-width: 768px) {
      .process-question-title .monster {
        font-size: 75px; } }
  .process-question-title .monster, .process-question-title .normal {
    display: inline-block; }

.where .monster, .where .normal {
  text-align: left; }

.where .monster {
  margin-right: 15px; }

.where .normal {
  margin-top: 10px; }

.food .normal {
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .food .normal {
      text-align: right;
      margin-right: 5px; } }

.alcohol .normal {
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .alcohol .normal {
      text-align: right;
      margin-right: 5px; } }

.alcohol .caveat {
  font-style: italic;
  font-weight: 300;
  font-size: 20px; }

.signage .monster {
  margin: 5px 0 10px 0; }
  @media (min-width: 768px) {
    .signage .monster {
      margin: 0 5px; } }

.signage .normal {
  vertical-align: top; }
  @media (min-width: 768px) {
    .signage .normal {
      padding-top: 15px; } }

.tables .monster {
  margin: 5px 0; }
  @media (min-width: 768px) {
    .tables .monster {
      margin: 0 5px; } }

.tables .normal.first {
  text-align: center; }
  @media (min-width: 768px) {
    .tables .normal.first {
      text-align: right; } }

.tables .normal.last {
  text-align: center; }
  @media (min-width: 768px) {
    .tables .normal.last {
      text-align: left; } }

.alterations .monster {
  font-size: 45px; }
  @media (min-width: 768px) {
    .alterations .monster {
      font-size: 68px;
      margin-left: 5px; } }

.deliveries .monster {
  font-size: 45px;
  margin: 5px 0 0 0; }
  @media (min-width: 768px) {
    .deliveries .monster {
      font-size: 68px;
      margin: 0; } }

.district .monster {
  margin: 5px 0 0 0; }
  @media (min-width: 768px) {
    .district .monster {
      margin: 0 5px; } }

@media (min-width: 768px) {
  .open-at-night {
    position: absolute;
    top: 130px;
    left: calc(50% - 176px);
    color: #fff; }
    .open-at-night .normal {
      text-align: right; } }

.gambling .normal {
  display: block; }

.gambling .monster {
  font-size: 45px; }

@media (min-width: 768px) {
  .gambling .normal {
    display: inline-block; }
  .gambling .monster {
    font-size: 68px;
    margin-left: 5px; } }

@media (min-width: 768px) {
  .location .normal {
    text-align: left; } }

.equipment .normal {
  display: block; }

.equipment .monster {
  font-size: 45px; }

@media (min-width: 768px) {
  .equipment .normal {
    display: inline-block;
    text-align: right; }
    .equipment .normal.last {
      text-align: left; }
  .equipment .monster {
    font-size: 68px; } }

.certificate .monster {
  font-size: 45px; }
  @media (min-width: 768px) {
    .certificate .monster {
      font-size: 68px; } }

.customers .normal {
  vertical-align: top; }

.customers .monster {
  font-size: 45px; }

@media (min-width: 768px) {
  .customers .normal {
    padding-top: 15px; }
  .customers .normal.last {
    text-align: left;
    padding-top: 8px; }
  .customers .monster {
    font-size: 68px; } }

@media (min-width: 768px) {
  .staff .normal.first {
    text-align: right; }
  .staff .normal.last {
    text-align: left; } }

.hygiene .monster,
.accessibility .monster,
.ongoing-checks .monster {
  font-size: 45px; }

@media (min-width: 768px) {
  .hygiene .monster,
  .accessibility .monster,
  .ongoing-checks .monster {
    font-size: 68px; } }

/* -----------------------------------------
	Process - odd buttons
----------------------------------------- */
.alcohol-yes,
.alcohol-no,
.signage-yes,
.signage-no,
.tables-yes,
.tables-no {
  margin-top: 40px; }
  @media (min-width: 768px) {
    .alcohol-yes,
    .alcohol-no,
    .signage-yes,
    .signage-no,
    .tables-yes,
    .tables-no {
      position: absolute;
      top: calc(40% - 40px); } }

.alcohol-yes,
.signage-yes,
.tables-yes {
  float: left; }
  @media (min-width: 768px) {
    .alcohol-yes,
    .signage-yes,
    .tables-yes {
      left: calc(20% - 40px); } }
  @media (min-width: 992px) {
    .alcohol-yes,
    .signage-yes,
    .tables-yes {
      left: calc(15% - 40px); } }

.alcohol-no,
.signage-no,
.tables-no {
  float: right; }
  @media (min-width: 768px) {
    .alcohol-no,
    .signage-no,
    .tables-no {
      right: calc(20% - 40px); } }
  @media (min-width: 992px) {
    .alcohol-no,
    .signage-no,
    .tables-no {
      right: calc(15% - 40px); } }

/* -----------------------------------------
   News
----------------------------------------- */
.post-content img {
  display: block;
  max-width: 100%;
  margin: 50px 0; }

.news-meta {
  margin: 10px 0; }
  .news-meta.date {
    font-size: 80%;
    padding: 3px 5px;
    margin-bottom: 5px; }
    @media (min-width: 768px) {
      .news-meta.date {
        float: left; } }
  @media (min-width: 768px) {
    .news-meta.tags {
      float: right; } }
  .news-meta.tags a {
    border: none; }

.tag-btn {
  padding: 3px 5px;
  margin: 0 5px 5px 0;
  display: inline-block;
  font-size: 80%;
  font-family: 'Open Sans', 'Lucida sans', Arial, sans-serif;
  text-transform: none;
  font-weight: 300;
  letter-spacing: normal; }

.post-block {
  margin-bottom: 100px; }
  .post-block h1 a {
    color: #6d6f71; }
  .post-block img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto; }

/* -----------------------------------------
	Forms
----------------------------------------- */
.labels-in {
  position: relative;
  display: block;
  min-height: 50px;
  margin-bottom: 30px; }
  .labels-in label, .labels-in input, .labels-in textarea {
    display: block;
    position: absolute;
    width: 100%;
    color: #fff;
    background: none;
    border-radius: 0;
    -webkit-appearance: none; }
  .labels-in.textarea {
    height: 200px; }
  .labels-in label {
    font-weight: 300;
    font-style: 14px;
    top: 10px;
    left: 10px; }
  .labels-in input, .labels-in textarea {
    border: 1px solid #fff;
    padding: 10px 10px 10px 130px;
    top: 0;
    left: 0; }
  .labels-in textarea {
    height: 200px; }
    @media (min-width: 992px) {
      .labels-in textarea {
        height: 210px; } }

.error {
  border-color: #e71d31 !important;
  border-width: 2px !important; }

.contact-submit {
  float: right; }

.cs-switch {
  margin-top: 30px;
  margin-bottom: 20px; }

/* -----------------------------------------
   Notify
----------------------------------------- */
.notify {
  text-align: center;
  color: #fdfffc; }
  .notify.problem, .notify.sweet {
    padding: 30px;
    margin-bottom: 30px; }
  .notify.problem {
    background-color: #e71d31; }
  .notify.sweet {
    background-color: #2ec4b6; }

/* -----------------------------------------
   Browse happy
----------------------------------------- */
.ie-balls {
  display: none; }

html.ie8 .ie-balls {
  display: block;
  text-align: center; }
