/* wgInputCheckbox */
.checkbox-vertical {
  display: block;
  height: auto;
  min-height: 32px;
  margin-bottom: 18px;
}
.checkbox-vertical + .checkbox-vertical {
  margin-left: 0px;
}
.checkbox-vertical .checkbox-text {
  height: 38px;
}
.checkbox-vertical .checkbox-input.checked + .checkbox-text {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAA6RJREFUWIW9ln1MVXUYx7/nd+4L51wuiIJITIcga7HqYmugazM1URSKiXNUaGEZzSBUoNhca3eaZBN1vuBK7Y4YbEaKLRO8Xl9gNbgWQab9ES8VZfFS4ozrOff87jmc/gm2643LBS7n+9/5Puc53895tue3H4P/9EbUxlDZ5NmmDzHm0fvCIkUZMSCYIkTmTIYBhar1ostd/slfDf0AwADAltgMi5E3OixpS0yr8jL4BY8mwMAZg5ovUw/6um+jqaaRttQ5RHpfWmXrb2xDfkxm5OsJ2UPfNbSoWqnD7lTzF2b/nTs7PYwQTl+8ZP1y/om1S4P6x/6UvDoVyempHG8OKSA6oz5n+ab04M47AD3zcgYfwhteIpLojomOf0jrfMQ9vgiCS0wgClU4zmzSHMDAGaEqI3qiefIDCjrAnduD+CC7DH92/qY9gDqi4tT2g+i8/iP2rN2B5ppGbQEaK8+g03kLAEDdFNVllThVdEAbgN4fuvF5Ra2PH7/44ZkHoKKEjwr2Q5FlL/+xlU9i5ZbMmQc4bT2JgZ//8PLMc8LxysEdE/ZOCCAJbr/1DrsTzTUXffy8iiKERc2aHoDbJcKa9ibq9th8xgsA9wbvoqr0iI//9KZ0JK9OnTB8QoCaXccx+Gsf7B/W4/2stzDY2zdWU1UVtp2H4Br6x6snOj4Wz1tfCyjcL0Dr2WtoPXtt7PmX77uwe812XD/XBAC4YjuPW03tXj2sTof8Y6WTukvoxit8e/4rH08cFnCisALtF5244fjGp55V8iLiLIkBhwN+JlD48Tt4bucLYAjjU2v78mt4JOrlJaYkYV3hxkmF+wUgLEFWaS5KTr+H8LkRfj/CmXlsPVLyv7BTBhjVI09ZYHUcRdKyxeO+k7t3GyLnR086PCAAAAiLnIXi2t1YX7YZhPVuSclahqUbVkwpPGAAAGAIg8yiHLx9Zh8iYiIBALNjo7B5X8GUwycFMKrElCRYHUdhSUvB1sPF4MOmd5sadw39KTTCjKKqd6cVPCrCsMTz4EppIY9EwbCsTPhQrqf3Zo/mAH1dv8PAG/uJW6DVTdUNgtYAzbV2OiIr9UQYdle2XWgRb1z2PVpnSh12J1o+c4jysKecvSl2SxZj3NWOS605d/uHSMS8OSwfbgKrY4MaSkUJPe0/oa68Smg4/Ok9KkhrbAMXusbOzlfnPhutM+t3ER2bTQVpnqooU9qQ8cSwxMOZQrqpKFXLLlTa7nwxDAD/AqaGqmPtRBQ4AAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
}

/* wgInputText */
.input-field {
  margin-bottom: 5px;
}

/*
	 *  SETTINGS
	 */
.written-by {
  content: 'Dominik Wilkowski, Justin Spencer, Kate T MacDonald, Marita Purins, Daphne Bourne';
  color: #BADA55;
}
/* wgInputToggle */
.btn-group .active .btn-hero {
  color: #fff;
  border-color: #621a4b;
  background-color: #621a4b;
}

/* wgSelect */
.input-field-select-wrapper {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
.input-field-select-wrapper .input-field-select {
  width: 100%;
}
.input-addon-select-wrapper .input-addon-select {
  width: 100%;
}

/* QAS dropdown */
.dropdown-menu {
  position: static;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 3px;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #bab1a9;
  border-radius: 6px;
  -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
}
.dropdown-menu {
  width: 99%;
  position: absolute;
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover,
.dropdown-menu .active > a:focus {
  text-decoration: none;
  outline: 0;
  outline-offset: 0;
  color: #dc241f;
}
.dropdown-menu li > a {
  white-space: normal;
}
.dropdown-menu li > a {
  display: block;
  padding: 8px 12px;
  clear: both;
  line-height: 1.428571429;
  color: #2d373e;
  white-space: nowrap;
}
.dropdown-menu li > a {
  white-space: normal;
}
@media (max-width: 767px) {
  .dropdown-menu {
    width: 95%;
  }
}

/*!
 * Westpac forms v1.3.1
 * Copyright 2016 Westpac
 *
 */
/* ---------------------------------------| BRAND SPECIFIC VARIABLES |--------------------------------------- */
/*
	 *  SETTINGS
	 */
.written-by {
  content: 'Dominik Wilkowski, Justin Spencer, Kate T MacDonald, Marita Purins, Daphne Bourne';
  color: #BADA55;
}
.clearfix:before,
.clearfix:after,
.container-fluid:before,
.container-fluid:after,
.container:before,
.container:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
  clear: both;
}
*,
*:after,
*:before {
  box-sizing: border-box;
}
.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 768px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 992px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 744px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1164px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.row {
  margin-left: -6px;
  margin-right: -6px;
}
@media (min-width: 768px) {
  .row {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media (min-width: 992px) {
  .row {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 768px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .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-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .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-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .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-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 992px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .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-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .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-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .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-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .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-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .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-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .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-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.container {
  padding-right: 12px;
  padding-left: 12px;
}
@media (min-width: 768px) {
  .container {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media (min-width: 992px) {
  .container {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-right: 24px;
    padding-left: 24px;
  }
}
/*
	 *  SETTINGS
	 */
/*
	 *  SETTINGS
	 */
.body-font {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.brand-font {
  font-family: "Times New Roman", "Times", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
	 * 1. Change the default font family in all browsers (opinionated).
	 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
	 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
	 * Remove the margin in all browsers (opinionated).
	 */
body {
  margin: 0;
}
/* HTML5 display definitions
		 ========================================================================== */
/**
	 * Add the correct display in IE 9-.
	 * 1. Add the correct display in Edge, IE, and Firefox.
	 * 2. Add the correct display in IE.
	 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}
/**
	 * Add the correct display in IE 9-.
	 */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
	 * Add the correct display in iOS 4-7.
	 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
	 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
	 */
progress {
  vertical-align: baseline;
}
/**
	 * Add the correct display in IE 10-.
	 * 1. Add the correct display in IE.
	 */
template,
[hidden] {
  display: none;
}
/* Links
		 ========================================================================== */
/**
	 * Remove the gray background on active links in IE 10.
	 */
a {
  background-color: transparent;
}
/**
	 * Remove the outline on focused links when they are also active or hovered
	 * in all browsers (opinionated).
	 */
a:active,
a:hover {
  outline-width: 0;
}
/* Text-level semantics
		 ========================================================================== */
/**
	 * 1. Remove the bottom border in Firefox 39-.
	 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
	 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
	 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
	 */
b,
strong {
  font-weight: inherit;
}
/**
	 * Add the correct font weight in Chrome, Edge, and Safari.
	 */
b,
strong {
  font-weight: bolder;
}
/**
	 * Add the correct font style in Android 4.3-.
	 */
dfn {
  font-style: italic;
}
/**
	 * Correct the font size and margin on `h1` elements within `section` and
	 * `article` contexts in Chrome, Firefox, and Safari.
	 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
	 * Add the correct background and color in IE 9-.
	 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
	 * Add the correct font size in all browsers.
	 */
small {
  font-size: 80%;
}
/**
	 * Prevent `sub` and `sup` elements from affecting the line height in
	 * all browsers.
	 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
		 ========================================================================== */
/**
	 * Remove the border on images inside links in IE 10-.
	 */
img {
  border-style: none;
}
/**
	 * Hide the overflow in IE.
	 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
		 ========================================================================== */
/**
	 * 1. Correct the inheritance and scaling of font size in all browsers.
	 * 2. Correct the odd `em` font sizing in all browsers.
	 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
	 * Add the correct margin in IE 8.
	 */
figure {
  margin: 1em 40px;
}
/**
	 * 1. Add the correct box sizing in Firefox.
	 * 2. Show the overflow in Edge and IE.
	 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/* Forms
		 ========================================================================== */
/**
	 * Change font properties to `inherit` in all browsers (opinionated).
	 */
button,
input,
select,
textarea {
  font: inherit;
}
/**
	 * Restore the font weight unset by the previous rule.
	 */
optgroup {
  font-weight: bold;
}
/**
	 * Show the overflow in IE.
	 * 1. Show the overflow in Edge.
	 * 2. Show the overflow in Edge, Firefox, and IE.
	 */
button,
input,
select {
  /* 2 */
  overflow: visible;
}
/**
	 * Remove the margin in Safari.
	 * 1. Remove the margin in Firefox and Safari.
	 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0;
}
/**
	 * Remove the inheritence of text transform in Edge, Firefox, and IE.
	 * 1. Remove the inheritence of text transform in Firefox.
	 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
	 * Change the cursor in all browsers (opinionated).
	 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
/**
	 * Restore the default cursor to disabled elements unset by the previous rule.
	 */
[disabled] {
  cursor: default;
}
/**
	 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
	 *    controls in Android 4.
	 * 2. Correct the inability to style clickable types in iOS.
	 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
	 * Remove the inner border and padding in Firefox.
	 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
	 * Restore the focus styles unset by the previous rule.
	 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
	 * Change the border, margin, and padding in all browsers (opinionated).
	 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
	 * 1. Correct the text wrapping in Edge and IE.
	 * 2. Correct the color inheritance from `fieldset` elements in IE.
	 * 3. Remove the padding so developers are not caught out when they zero out
	 *    `fieldset` elements in all browsers.
	 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
	 * Remove the default vertical scrollbar in IE.
	 */
textarea {
  overflow: auto;
}
/**
	 * 1. Add the correct box sizing in IE 10-.
	 * 2. Remove the padding in IE 10-.
	 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
	 * Correct the cursor style of increment and decrement buttons in Chrome.
	 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
	 * Correct the odd appearance of search inputs in Chrome and Safari.
	 */
[type="search"] {
  -webkit-appearance: textfield;
}
/**
	 * Remove the inner padding and cancel buttons in Chrome on OS X and
	 * Safari on OS X.
	 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.h1,
h1 {
  font-size: 30px;
  color: #621a4b;
  font-family: "Times New Roman", "Times", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  margin-top: 18px;
  margin-bottom: 18px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .h1,
  h1 {
    font-size: 36px;
  }
}
.h1.body-font,
h1.body-font {
  font-weight: 300;
}
.h2,
h2 {
  font-size: 24px;
  color: #621a4b;
  font-family: "Times New Roman", "Times", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  margin-top: 18px;
  margin-bottom: 12px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .h2,
  h2 {
    font-size: 30px;
  }
}
.h2.body-font,
h2.body-font {
  font-weight: 300;
}
.h3,
h3 {
  font-size: 18px;
  color: #621a4b;
  font-family: "Times New Roman", "Times", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  margin-top: 18px;
  margin-bottom: 12px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .h3,
  h3 {
    font-size: 24px;
  }
}
.h3.body-font,
h3.body-font {
  font-weight: 300;
}
.h4,
h4 {
  font-size: 16px;
  color: #621a4b;
  font-family: "Times New Roman", "Times", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  margin-top: 18px;
  margin-bottom: 12px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .h4,
  h4 {
    font-size: 18px;
  }
}
.h4.body-font,
h4.body-font {
  font-weight: 400;
}
.h5,
h5 {
  font-size: 16px;
  color: #621a4b;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  margin-top: 12px;
  margin-bottom: 6px;
  font-weight: 500;
}
.h5.body-font,
h5.body-font {
  font-weight: 500;
}
.h6,
h6 {
  font-size: 14px;
  color: #621a4b;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  margin-top: 12px;
  margin-bottom: 0px;
  font-weight: 700;
}
.h6.body-font,
h6.body-font {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1;
}
/*
	 *  SETTINGS
	 */
.h1,
h1 {
  font-size: 30px;
  color: #621a4b;
  font-family: "Times New Roman", "Times", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  margin-top: 18px;
  margin-bottom: 18px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .h1,
  h1 {
    font-size: 36px;
  }
}
.h1.body-font,
h1.body-font {
  font-weight: 300;
}
.h2,
h2 {
  font-size: 24px;
  color: #621a4b;
  font-family: "Times New Roman", "Times", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  margin-top: 18px;
  margin-bottom: 12px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .h2,
  h2 {
    font-size: 30px;
  }
}
.h2.body-font,
h2.body-font {
  font-weight: 300;
}
.h3,
h3 {
  font-size: 18px;
  color: #621a4b;
  font-family: "Times New Roman", "Times", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  margin-top: 18px;
  margin-bottom: 12px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .h3,
  h3 {
    font-size: 24px;
  }
}
.h3.body-font,
h3.body-font {
  font-weight: 300;
}
.h4,
h4 {
  font-size: 16px;
  color: #621a4b;
  font-family: "Times New Roman", "Times", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  margin-top: 18px;
  margin-bottom: 12px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .h4,
  h4 {
    font-size: 18px;
  }
}
.h4.body-font,
h4.body-font {
  font-weight: 400;
}
.h5,
h5 {
  font-size: 16px;
  color: #621a4b;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  margin-top: 12px;
  margin-bottom: 6px;
  font-weight: 500;
}
.h5.body-font,
h5.body-font {
  font-weight: 500;
}
.h6,
h6 {
  font-size: 14px;
  color: #621a4b;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  margin-top: 12px;
  margin-bottom: 0px;
  font-weight: 700;
}
.h6.body-font,
h6.body-font {
  font-weight: 700;
}
html {
  font-size: 6px;
}
body {
  font-size: 14px;
  line-height: 1.428571429;
  color: #2d373e;
  background-color: #f4f3f0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #2d373e;
  text-decoration: none;
}
address {
  font-style: normal;
}
blockquote {
  font-size: 16px;
  font-weight: 300;
}
mark {
  background-color: #f7ccd5;
}
dl dt {
  font-weight: 700;
}
dl dd {
  margin: 0;
}
::-moz-selection {
  background-color: #f7ccd5;
}
::selection {
  background-color: #f7ccd5;
}
a {
  color: #d5002b;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #d5002b;
  text-decoration: underline;
}
a:focus {
  outline: none;
  color: #d5002b;
}
.is-keyboarduser a:focus {
  outline: 2px dotted #000;
  outline-offset: 0.5rem;
}
.is-keyboarduser a:focus {
  background-color: #fff;
}
a:hover {
  outline: none;
  background-color: transparent;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: #fff !important;
    box-shadow: none !important;
    border-color: #000 !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    padding: 6px;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  p a {
    word-wrap: break-word;
  }
  select {
    background: #fff !important;
  }
  .container,
  .container-fluid {
    margin: auto;
    width: auto;
  }
}
/* ---------------------------------------| MODULES |--------------------------------------- */
/*!
 *
 */
/* GLOBALS */
.wrapper {
  margin: 0 auto;
  position: relative;
  height: auto !important;
  min-height: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 35%;
}
.wrapper .is-loading {
  opacity: 0;
}
.wrapper .is-loaded {
  opacity: 1 !important;
}
.wrapper .icon-loader-wrapper {
  width: 100%;
  min-height: 200px;
  position: relative;
}
/*------------------------------------*\
	STRUCTURE
\*------------------------------------*/
.content-container {
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: solid 1px #abafb2;
  padding-bottom: 24px;
  overflow: hidden;
}
.button-container {
  padding: 24px 0;
}
.no-top-border {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-left-radius: 0;
  -moz-border-top-right-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top: none;
}
.page-body {
  padding-top: 30px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 767px) {
  /* XS */
}
@media (min-width: 768px) {
  /* SM */
  .content-container {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media (min-width: 992px) {
  /* MD */
}
@media (min-width: 1200px) {
  /* LG */
  .content-container {
    padding-right: 36px;
    padding-left: 36px;
  }
}
body {
  color: #2d373e;
  background: #f4f3f0;
}
body,
html {
  height: 100%;
}
.is-hidden,
.hidden {
  display: none !important;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.note {
  color: #2d373e;
}
/* BUFFER */
.no-bottom-buffer,
.no-top-buffer,
.bottom-buffer-xs,
.bottom-buffer,
.bottom-buffer-lg,
.bottom-buffer-xl,
.top-buffer-xs,
.top-buffer,
.top-buffer-lg,
.top-buffer-xl,
.top-padding-xs,
.top-padding,
.top-padding-lg,
.top-padding-xl,
.bottom-padding-xs,
.bottom-padding,
.bottom-padding-lg,
.bottom-padding-xl,
.top-buffer-negative-xs {
  display: block;
}
.no-top-buffer {
  margin-top: 0 !important;
}
.no-bottom-buffer {
  margin-bottom: 0 !important;
}
.top-buffer-xs {
  margin-top: 8px !important;
}
.top-buffer {
  margin-top: 16px !important;
}
.top-buffer-lg {
  margin-top: 24px !important;
}
.top-buffer-xl {
  margin-top: 32px !important;
}
@media (min-width: 768px) {
  /* SM */
  .top-buffer-negative-xs {
    margin-top: -6px !important;
  }
}
.bottom-buffer-xs {
  margin-bottom: 8px !important;
}
.bottom-buffer {
  margin-bottom: 16px !important;
}
.bottom-buffer-lg {
  margin-bottom: 24px !important;
}
.bottom-buffer-xl {
  margin-bottom: 32px !important;
}
.top-buffer-xs {
  margin-top: 8px !important;
}
.top-buffer {
  margin-top: 16px !important;
}
.top-buffer-lg {
  margin-top: 24px !important;
}
.top-buffer-xl {
  margin-top: 32px !important;
}
.top-padding-xs {
  padding-top: 8px !important;
}
.top-padding {
  padding-top: 16px !important;
}
.top-padding-lg {
  padding-top: 24px !important;
}
.top-padding-xl {
  padding-top: 32px !important;
}
.bottom-padding-xs {
  padding-top: 8px !important;
}
.bottom-padding {
  padding-bottom: 16px !important;
}
.bottom-padding-lg {
  padding-bottom: 24px !important;
}
.bottom-padding-xl {
  padding-top: 32px !important;
}
.lineheight-xs {
  line-height: 1.1 !important;
}
.lineheight-sm {
  line-height: 1.2 !important;
}
.lineheight,
.lineheight-md {
  line-height: 1.3 !important;
}
.lineheight-lg {
  line-height: 1.4 !important;
}
.fontsize-xs {
  font-size: 50% !important;
}
.fontsize-sm {
  font-size: 80% !important;
}
.fontsize-lg {
  font-size: 200% !important;
}
.fontsize-xl {
  font-size: 500% !important;
}
.fontsize-14 {
  font-size: 14px !important;
}
.fontsize-16 {
  font-size: 16px !important;
}
.fontsize-18 {
  font-size: 18px !important;
}
.fontsize-24 {
  font-size: 24px !important;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none!important;
}
/* RESPONSIVE TEXT ALIGNS */
@media (max-width: 767px) {
  /* XS */
  .text-left-xs {
    text-align: left !important;
  }
  .text-right-xs {
    text-align: right !important;
  }
  .visible-xs {
    display: block !important;
  }
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) {
  /* SM */
  .text-left-sm {
    text-align: left !important;
  }
  .text-right-sm {
    text-align: right !important;
  }
  .visible-sm {
    display: block !important;
  }
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) {
  /* MD */
  .text-left-md {
    text-align: left !important;
  }
  .text-right-md {
    text-align: right !important;
  }
  .visible-md {
    display: block !important;
  }
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* LG */
  .text-left-lg {
    text-align: left !important;
  }
  .text-right-lg {
    text-align: right !important;
  }
  .visible-lg {
    display: block !important;
  }
  .hidden-lg {
    display: none !important;
  }
}
/* COLORS */
.color-success {
  color: #008000;
}
.color-danger {
  color: #c40000;
}
.color-warning {
  color: #c53b00;
}
.color-info {
  color: #0074c4;
}
.color-icon {
  color: #2d373e !important;
}
.color-icon2 {
  color: #621a4b !important;
}
/* background positioning of any element */
.position-right-top {
  background-position: right top;
}
/* Used mainly for the information icons */
.no-textdecoration:hover {
  text-decoration: none;
}
/*------------------------------------*\
	RESETS
\*------------------------------------*/
ol,
ul {
  list-style: none;
  padding: 0;
}
dd {
  margin-left: 0px;
}
/*------------------------------------*\
	ICONS
\*------------------------------------*/
.navbar-icon-chat .icon,
.navbar-icon-call .icon {
  color: #2d373e;
}
.icon-cross {
  position: absolute;
  top: 0px;
  right: 10px;
}
@keyframes iconloading {
  0% {
    background: none;
    border-color: #333;
    border-radius: 50%;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    background: none;
    border-color: #333;
    border-radius: 50%;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes iconloadingrev {
  0% {
    background: none;
    border-color: #FFF;
    border-radius: 50%;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    background: none;
    border-color: #FFF;
    border-radius: 50%;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.icon-loading {
  background-size: 32px;
  border: 3px solid transparent;
  opacity: 1;
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-animation: iconloading 1.2s ease-out;
  animation: iconloading 1.2s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.icon-loading-inverse {
  -webkit-animation: iconloadingrev 1.2s ease-out;
  animation: iconloadingrev 1.2s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.btn.btn-block {
  display: inline-block;
}
@media (max-width: 767px) {
  .btn-block-xs {
    width: 100%;
    display: table;
  }
  .btn-block-xs .btn-group-item {
    display: table-cell;
  }
}
@media (min-width: 768px) {
  .btn-block-xs {
    width: auto;
    display: inline-block;
  }
  .btn-block-xs .btn-group-item {
    display: inline-block;
  }
}
/* MODULES */
.icon-loader {
  min-width: 120px;
  margin: 20% auto;
  text-align: center;
}
.icon-loader .icon-loader-text {
  font-size: 0.9em;
  margin-top: 6px;
  opacity: 0.6;
}
.modal-loader .icon-loader-wrapper {
  position: fixed;
  z-index: 1041;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.modal-loader .icon-loader {
  width: 120px;
  padding: 12px 12px 6px 12px;
  margin: 0 auto;
  background-color: transparent;
  border-radius: 10px;
  margin-top: 25%;
}
.modal-loader .icon-loader .icon-loader-text {
  opacity: 1;
  color: #999;
}
.summary-panel {
  background-color: #fff;
  color: #2d373e;
  margin: 12px 0px;
  padding: 12px;
  border: 1px solid #d7d2cb;
  border-radius: 6px;
  height: 90px;
  min-height: 90px;
}
.summary-panel .title {
  font-size: 14px;
  font-weight: 400;
  margin: 5px 0 10px 0;
}
.summary-panel .product {
  font-size: 14px;
  font-weight: 700;
}
.summary-subhead {
  text-align: right;
  margin-top: -2px;
  margin-bottom: 14px;
}
.dl-summary-subhead.last-child {
  margin-bottom: 49px;
}
.dl-summary-subhead {
  margin-top: -6px;
}
@media (min-width: 992px) {
  .dl-summary-subhead {
    margin: 0;
  }
}
.dl-summary-subhead.last {
  margin-bottom: 31px;
}
.summary-label {
  text-align: right;
  color: #575f65;
  margin-bottom: 2px;
}
.dl {
  margin-top: -4px;
}
.summary-content {
  margin-bottom: 16px;
  color: #2d373e;
}
.edit-trigger {
  display: inline;
  margin-top: -5px;
  float: right;
}
@media (max-width: 767px) {
  .summary-label {
    text-align: left;
  }
  .summary-subhead {
    text-align: left;
  }
}
@media (min-width: 768px) {
  /* SM */
  .summary-panel {
    margin: 12px -24px;
  }
}
@media (min-width: 992px) {
  /* MD */
}
@media (min-width: 1200px) {
  /* LG */
  .summary-panel {
    margin: 12px -36px;
  }
}
.funnel-wrapper {
  height: 97px;
  border-bottom: 4px solid #abafb2;
  border-right: 1px solid #abafb2;
  border-left: 1px solid #abafb2;
  border-top: 1px solid #abafb2;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background: #eeeff0;
  display: block;
  width: auto !important;
  height: auto;
  border-bottom: none;
  overflow: hidden;
  position: relative;
}
.funnel-wrapper > li a {
  position: relative;
  display: block;
  padding: 10px 15px;
  text-decoration: none;
}
.funnel-wrapper > li.funnel-cells {
  border-bottom: 4px solid #c0c3c5;
  border-right: 1px solid #c0c3c5;
  position: relative;
}
.funnel-wrapper > li.funnel-cells :last-child {
  border-right: none;
}
.funnel {
  width: 100%;
  margin: 1em 0 0 0;
  display: table;
}
.funnel .icon-tick-secondary-sm {
  background-position: right 6px top;
}
.funnel-cells {
  display: table-cell;
  padding: 0 0 0 0;
  width: 16.666666666666664%;
}
.funnel-cells.funnel-cells-last p.funnel-box {
  padding: 0;
  border: none;
}
.funnel-cell {
  display: inline-block;
  height: 82px;
  width: 100%;
  padding: 0;
  cursor: pointer;
}
.funnel-text-number {
  font-size: 14px;
  color: #2d373e;
  font-weight: normal;
  display: block;
  padding: 9px 0px 0px 0px;
}
.funnel-text-label {
  font-size: 14px;
  padding: 0 0 0 12px;
  max-width: 160px;
  padding-left: 0px;
  color: #2d373e;
  font-weight: 700;
  max-width: inherit;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.funnel-icon-indicator {
  width: 100%;
  height: 4px;
  display: block;
  position: absolute;
  bottom: -4px;
  background: #621a4b;
}
@media (max-width: 767px) {
  /* XS */
  .funnel-wrapper {
    margin: 0px -12px;
    height: 61px;
    border-radius: 0px;
  }
  .funnel-wrapper > li,
  .funnel-wrapper > li.active {
    display: inline-block;
    vertical-align: bottom;
    float: none;
  }
  .funnel-wrapper > li a,
  .funnel-wrapper > li.active a,
  .funnel-wrapper > li a:hover,
  .funnel-wrapper > li.active a:hover {
    padding: 8px 5px;
  }
  .funnel-cells {
    width: 33.33333%;
  }
  .funnel-text-label {
    width: 100%;
  }
  .funnel-text-number {
    padding: 0px;
  }
}
@media (min-width: 768px) {
  /* SM */
  .funnel-wrapper {
    margin: 0 -24px;
  }
  .funnel-text-label {
    width: 115px;
  }
}
@media (min-width: 992px) {
  /* MD */
  .funnel-wrapper {
    margin: 0 -24px;
  }
  .funnel-text-label {
    width: 160px;
  }
}
@media (min-width: 1200px) {
  /* LG */
  .funnel-wrapper {
    margin: 0 -36px;
  }
  .funnel-text-label {
    width: 197px;
  }
}
fieldset,
.fieldset {
  padding: 0;
  margin: 0;
  min-width: 0;
  width: auto;
  border: 0;
  margin-bottom: 6px;
}
.form-row fieldset {
  margin-bottom: 0px;
}
.form-heading,
.single-page-form-heading {
  font-size: 24px;
  margin: 0;
  padding: 24px 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 300;
}
.form-heading small,
.single-page-form-heading small {
  font-size: inherit;
  color: #2d373e;
}
.container-page .form-headline {
  border-top: 1px solid #621a4b;
}
@media (min-width: 768px) {
  .fieldset .form-headline {
    /* SM */
    margin-bottom: 24px;
  }
}
.sub-label {
  display: block;
}
.form-headline {
  padding: 2px 0 18px 0;
  margin-bottom: 24px;
  border-bottom: 1px solid #575f65;
  font-size: 18px;
  color: #621a4b;
  display: block;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .form-headline {
    margin-top: 14px ;
  }
}
@media (min-width: 992px) {
  .first {
    margin: 42px 0 24px 0;
  }
}
.clearoverflow {
  overflow: hidden;
}
.subform-container-text {
  overflow: hidden;
}
.form-input-hidden {
  margin-top: -8px;
  width: 100%;
}
.form-group {
  margin-top: 18px;
}
.form-row {
  margin-bottom: 12px;
}
.form-button {
  margin: 0 -8px;
  margin-bottom: 12px;
}
.form-button .btn-block {
  width: auto;
  display: inline-block;
}
.form-label {
  display: block;
  text-align: left;
  margin-bottom: 8px;
}
.form-remove {
  -webkit-appearance: none;
  border: 0 none;
  background: 0 0;
  padding: 0;
  display: inline-block;
  height: 18px;
  line-height: 1;
  color: #c40000;
  opacity: 1;
  z-index: 999;
  float: right;
  position: relative;
}
.form-remove .icon-remove .icons-background {
  fill: #c40000;
}
.rowlist,
.rowlist-line {
  margin: 30px 0;
}
@media (max-width: 767px) {
  /* XS */
  .form-heading {
    padding: 0;
    display: none;
  }
  .form-button .btn-block {
    width: 100%;
  }
}
.form-row p {
  display: none;
}
.form-row.has-success p,
.form-row.has-warning p,
.form-row.has-error p {
  display: block;
  margin-top: 0px;
  font-size: 13px;
  line-height: 16px;
}
.form-row.has-error p {
  color: #c40000;
}
.form-row.has-error .input-field,
.form-row.has-error .input-field-select,
.form-row.has-error .input-group-input,
.form-row.has-error .input-group-addon,
.form-row.has-error .input-addon-input {
  border-color: #c40000;
}
.form-row.has-error .has-success .input-field,
.form-row.has-error .has-success .input-field-select,
.form-row.has-error .has-success .input-group-input,
.form-row.has-error .has-success .input-group-addon,
.form-row.has-error .has-success .input-addon-input {
  border: inherit;
}
.alert.alert-danger {
  transition: none;
}
.mobile-accordion .panel-heading {
  background-color: #fff;
  color: #2d373e;
  margin: 12px 0px;
  padding: 12px;
  border: 1px solid #d7d2cb;
  border-radius: 6px;
}
.mobile-accordion .panel-heading.active {
  padding-bottom: 40px;
  color: #2d373e;
  background-color: #fff;
  border-top: 1px solid #d7d2cb;
  border-left: 1px solid #d7d2cb;
  border-right: 1px solid #d7d2cb;
  border-bottom: none;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.mobile-accordion .panel-title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  color: #2d373e;
}
.mobile-accordion .panel-title .accordion-heading {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mobile-accordion .panel-title > a {
  padding-left: 12px;
  padding-right: 12px;
}
.mobile-accordion .panel-title .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 8px solid #2d373e;
  border-right: 7px solid transparent;
  border-bottom: 0;
  border-left: 7px solid transparent;
  text-indent: -99999em;
  overflow: hidden;
}
.mobile-accordion .panel-title .caret.caret-up {
  border-bottom: 8px solid #2d373e;
  border-top: 0;
}
.mobile-accordion .panel-title .caret.caret-down {
  border-top-color: #2d373e;
}
.mobile-accordion .panel-title .accordion-step {
  font-weight: 400;
  padding-left: 10px;
}
.pageheader {
  background-color: #621a4b;
  -webkit-border-top-left-radius: 12px;
  -webkit-border-top-right-radius: 12px;
  -moz-border-top-left-radius: 12px;
  -moz-border-top-right-radius: 12px;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  margin: 0;
  height: 252px;
}
.pageheader h1 {
  line-height: 36px;
  color: #fff;
}
.pageheader .sub-heading {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}
/*.pageheader-text{
padding:18px

}*/
.white-bg {
  background: #fff;
}
.pageheader-headline {
  font-size: 2.2em;
  padding: 0;
  margin: 2.2em 0 0.2em 0;
  color: #fff;
}
.pageheader-subline {
  font-size: 1.8em;
  color: #fff;
  padding: 0;
  margin: 0;
  font-weight: 300;
}
.pageheader-figure {
  position: relative;
  z-index: 2;
  height: 252px;
  padding-right: 0;
}
.pageheader-img-wrapper {
  overflow: hidden;
  -webkit-border-top-right-radius: 12px;
  -moz-border-top-right-radius: 12px;
  border-top-right-radius: 12px;
}
.pageheader-img-wrapper.pageheader-img-left .pageheader-img {
  float: left;
}
.pageheader-figcaption {
  position: absolute;
  bottom: -23px;
  right: 0;
  padding: 0.8em 2em 0.7em 0.8em;
  background-color: #d5002b;
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  -webkit-border-top-left-radius: 12px;
  -webkit-border-bottom-left-radius: 12px;
  -moz-border-top-left-radius: 12px;
  -moz-border-bottom-left-radius: 12px;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  min-width: 392px;
}
@media (max-width: 768px) {
  .white-bg {
    background: #fff;
  }
  .pageheader {
    margin-right: -12px;
    margin-left: -12px;
    padding-right: 0;
    padding-left: 6px;
    margin-top: 0;
    padding-bottom: 2em;
    height: 117px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-top-left-radius: 0;
    -moz-border-top-right-radius: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .pageheader-headline {
    margin-top: 23px;
    margin-bottom: 5px;
    font-size: 1.8em;
  }
  .pageheader-subline {
    font-size: 1.5em;
  }
}
@media (max-width: 992px) {
  .pageheader-img {
    float: none;
  }
  .pageheader-img-wrapper {
    overflow: hidden;
    -webkit-border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  /* SM */
  .pageheader {
    margin-right: -24px;
    margin-left: -24px;
    padding-right: 0;
    padding-left: 24px;
  }
  .white-bg {
    background: #f4f3f0;
  }
}
@media (min-width: 992px) {
  /* MD */
  .pageheader {
    margin-right: -24px;
    margin-left: -24px;
    padding-right: 0;
    padding-left: 24px;
  }
}
@media (min-width: 1200px) {
  /* LG */
  .pageheader {
    margin-right: -36px;
    margin-left: -36px;
    padding-right: 0;
    padding-left: 36px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .pageheader {
    height: 117px;
  }
}
/*------------------------------------*\
	GRID
\*------------------------------------*/
.form-row .form-row {
  /* Ensure nested grids have offsets reset to zero */
}
.form-row .form-row .col-sm-offset-1,
.form-row .form-row .col-sm-offset-2,
.form-row .form-row .col-sm-offset-3,
.form-row .form-row .col-sm-offset-4,
.form-row .form-row .col-sm-offset-5,
.form-row .form-row .col-sm-offset-6,
.form-row .form-row .col-sm-offset-7,
.form-row .form-row .col-sm-offset-8,
.form-row .form-row .col-sm-offset-9,
.form-row .form-row .col-sm-offset-10,
.form-row .form-row .col-sm-offset-11,
.form-row .form-row .col-sm-offset-12,
.form-row .form-row .col-md-offset-1,
.form-row .form-row .col-md-offset-2,
.form-row .form-row .col-md-offset-3,
.form-row .form-row .col-md-offset-4,
.form-row .form-row .col-md-offset-5,
.form-row .form-row .col-md-offset-6,
.form-row .form-row .col-md-offset-7,
.form-row .form-row .col-md-offset-8,
.form-row .form-row .col-md-offset-9,
.form-row .form-row .col-md-offset-10,
.form-row .form-row .col-md-offset-11,
.form-row .form-row .col-md-offset-12 {
  margin-left: 0px;
}
@media (max-width: 767px) {
  /* XS */
  /*fieldset.fieldset { margin: 0; }*/
}
@media (min-width: 768px) {
  /* SM */
  /*fieldset.fieldset { margin: 0 24px; }*/
}
@media (min-width: 992px) {
  /* MD */
  /*fieldset.fieldset { margin: 0 24px; }*/
}
@media (min-width: 1200px) {
  /* LG */
  /*fieldset.fieldset { margin: 0 36px; }*/
}
/*------------------------------------*\
	BROWSER OVERRIDES
\*------------------------------------*/
/* firefox */
/* accessibility overrides */
.fade {
  opacity: 1;
  -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;
}
/* Angular animation */
.fade.ng-enter {
  transition: 0.5s linear all;
  opacity: 0;
}
/* The finishing CSS styles for the enter animation */
.fade.ng-enter.ng-enter-active {
  opacity: 1;
}
.fade.ng-hide {
  opacity: 0;
}
.clear {
  clear: both;
}
.icon {
  height: 45px;
}
.cursor {
  cursor: pointer;
}
.well {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
  background-color: #fff;
}
.well-bot {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
  border-top: none;
  margin-top: -17px;
  background-color: #f4f3f0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  margin-bottom: 20px;
}
.foot {
  border-top: 4px solid #621a4b;
  border-top-radius: 0;
  border-bottom-radius: 3px;
  padding: 8px 12px;
}
.icon-info {
  position: absolute;
  bottom: 30px;
  right: 20px;
}
.icon-info .icons-background {
  fill: #0074c4;
}
.icon-cross {
  position: relative;
  top: 10px;
}
.icon-cross .icons-background {
  fill: #d5002b;
}
.lists {
  padding: 0;
  margin: 0 0 24px 0;
  list-style: none;
}
.lists.lists-tick > li,
.lists > li {
  margin: 0 0 24px 0;
}
.border {
  border: 1px solid #d7d2cb;
  border-radius: 3px;
  margin-top: 24px;
  padding-top: 32px;
}
.single-page-border {
  border: 1px solid #d7d2cb;
  border-radius: 3px;
  margin-top: 24px;
  padding-top: 0;
}
.border-thankyou {
  border: 1px solid #d7d2cb;
  border-radius: 3px;
  margin-top: 24px;
}
.form-headline span {
  position: relative;
  top: 8px;
}
.input-addon {
  width: 85%;
  margin-bottom: 6px;
}
.input-addon .input-addon-label .input-addon-input {
  width: 60%;
}
.input-addon .input-addon-select-wrapper {
  width: 40%;
}
.label {
  margin-bottom: 18px;
  display: block;
}
.checkbox .checkbox-text {
  padding-left: 45px;
}
.btn-group .btn-group-input {
  left: -9999px;
  display: none;
}
.lt-ie9 .btn-group .btn-group-input {
  display: block;
}
.heading {
  font-size: 24px;
  line-height: 30px;
  color: #621a4b;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  margin-top: 18px;
  margin-bottom: 12px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-bottom: 24px;
  border-bottom: 1px solid #575f65;
}
.heading-sub {
  font-size: 24px;
  line-height: 30px;
  color: #621a4b;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  margin-top: 18px;
  margin-bottom: 14px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.product-name {
  font-size: 16px;
  line-height: 22px;
  color: #2d373e;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  margin-bottom: 0;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.alt {
  font-size: 16px;
  line-height: 22px;
  color: #621a4b;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  margin-bottom: 17px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.details {
  font-size: 16px;
  line-height: 22px;
  color: #2d373e;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  margin: 9px 0;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.thankyou {
  font-size: 24px;
  margin: 0;
  padding: 0 0 8px 0;
  font-weight: 300;
}
.agreements {
  margin-top: -2px;
  margin-bottom: 14px;
}
.fat-border {
  border-bottom: 4px solid #2d373e;
  margin: 60px 0;
}
.confirm {
  margin: 21px 0 0 0;
}
.started {
  font-size: 24px;
  line-height: 30px;
  color: #621a4b;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  margin-bottom: 12px;
  margin-top: 0;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.review {
  font-size: 24px;
  line-height: 30px;
  color: #621a4b;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  margin-bottom: -7px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-list-item-text {
  font-size: 16px;
  line-height: 20px;
  position: relative;
  left: 10px;
  top: 5px;
  color: #2d373e;
}
.btn-icon-info {
  position: absolute;
  right: 20px;
  bottom: 30px;
  height: 20px;
  border: 0;
  background: 0 0;
  width: 20px;
  outline: 0;
  /* border: 1px solid #000; */
  z-index: 10000000;
}
.resp {
  width: 100%;
  height: auto;
}
.ml-8 {
  margin-left: 8px;
}
.row-c {
  text-align: center;
}
.col-c {
  display: inline-block;
  float: none;
  text-align: left;
  margin-right: -4px;
}
.thanks-footer {
  font-size: 14px;
  font-weight: 400;
  border-top: 1px solid #2d373e;
  margin: 60px 0 60px 0;
  text-align: right;
}
.mb-list-md {
  margin-bottom: 55px;
}
.text-center {
  text-align: center;
}
.white {
  background: #fff;
}
.mobile-img {
  margin-left: -24px;
  margin-right: -24px;
}
.input-group {
  margin-bottom: 6px;
}
.input-group .input-group-input {
  width: 85%;
}
.input-group .input-group-addon {
  text-align: center;
}
.mb-24 {
  margin-bottom: 24px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-18 {
  margin-bottom: 18px;
}
.mt-18 {
  margin-top: 18px;
}
.mt-12 {
  margin-top: 12px;
}
.mt-24 {
  margin-top: 24px;
}
.mt-min24 {
  margin-top: -24px;
}
.mt-30 {
  margin-top: 30px;
}
.pr-15 {
  padding-right: 15px;
}
.m30-0 {
  margin: 30px 0;
}
.mb-34 {
  margin-bottopm: 34px;
}
/* media quiries */
@media (max-width: 767px) {
  .m-lists-sm {
    margin: 30px 0;
  }
  .mb-list-sm {
    margin-bottom: 25px;
  }
  .thanks-footer {
    font-size: 14px;
    font-weight: 400;
    border-top: 1px solid #2d373e;
    margin: 18px 0 24px 0;
    text-align: left;
  }
  .heading-sub {
    font-size: 18px;
    line-height: 24px;
    color: #621a4b;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    margin-top: 18px;
    margin-bottom: 14px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .fat-border {
    border-bottom: 4px solid #2d373e;
    margin: 30px 0;
  }
  body {
    overflow-x: hidden;
  }
  .btn {
    width: 100%;
    display: block;
  }
  .thankyou-container {
    background: #f4f3f0;
    padding-right: 24px;
    padding-left: 24px;
    margin-right: 12px;
    margin-left: 12px;
    margin: 24px 12px;
  }
  .input-addon {
    width: 100%;
  }
  .input-group {
    width: 100%;
  }
  .input-group .input-group-input {
    width: 90%;
  }
  .input-group .input-group-addon {
    width: 10%;
  }
  .pageheader-text {
    padding-left: 18px;
  }
}
@media (min-width: 768px) {
  .form-heading {
    padding: 31px 0 45px 0;
  }
  .m-lists-md {
    margin: 30px 0 60px 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .icon-cross {
    position: relative;
    top: 40px;
  }
}
@media (min-width: 992px) {
  .form-label {
    text-align: right;
  }
  .icon-cross {
    position: relative;
    top: 10px;
  }
}
@media (min-width: 1200px) {
  /* LG */
  .form-label {
    text-align: right;
  }
  .icon-cross {
    position: relative;
    top: 10px;
  }
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}
.popover.top {
  margin-top: -20px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
  font-family: "Helvetica Neue", Roboto, Arial, sans-serif;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=80);
  opacity: .8;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  position: absolute;
  right: 8px;
  top: 10px;
  border: none;
  background-color: #fff;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
  font-size: 18px;
  font-weight: 700;
  font-family: "Helvetica Neue", Roboto, Arial, sans-serif;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
  background-color: #f4f3f0;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.hide {
  display: none!important;
}
/* PRINT */
@media print {
  .funnel-wrapper,
  .summary-container,
  .navigation-buttons,
  .icon,
  .symbol-logo-phone,
  .fieldset legend small,
  #chat {
    display: none !important;
  }
  body {
    background: none !important;
    border-color: #fff !important;
  }
  .navbar {
    background: none !important;
    border-color: #fff !important;
    border: none !important;
  }
  .navbar #logo {
    float: none !important;
  }
  .navbar #logo .symbol-logo-tablet {
    display: block !important;
    width: 0px;
    height: 0px;
    content: '???';
    text-decoration: none !important;
  }
  .navbar #logo .symbol-logo-tablet:after {
    content: 'Application Form';
    display: block;
    font-size: 25px;
    white-space: nowrap;
    width: 320px;
  }
  .container {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
  }
  .content-container {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
  }
  .footer {
    position: static;
    border: none;
  }
  .footer .footer-text {
    margin: 0 !important;
  }
  .fieldset legend {
    padding-left: 8px;
  }
  body,
  html,
  p,
  span,
  div,
  label,
  legend,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .container,
  .content-container,
  .fieldset legend,
  .fieldset .legend {
    color: #000 !important;
  }
  a {
    text-decoration: underline !important;
    color: #000 !important;
  }
  .note-text {
    font-weight: 900 !important;
  }
  .subform-container,
  .form-headline {
    border-color: #000 !important;
  }
  input[type=radio],
  input[type=checkbox] {
    position: static;
    width: auto;
    height: auto;
    opacity: 1;
    margin: 0 !important;
    float: none !important;
  }
  .checkbox-inline label {
    background: none !important;
    float: none !important;
    padding-left: 0 !important;
  }
}

/*
	 *  SETTINGS
	 */
.written-by {
  content: 'Dominik Wilkowski, Justin Spencer, Kate T MacDonald, Marita Purins, Daphne Bourne';
  color: #BADA55;
}
.wg-page-header {
  position: relative;
  border-bottom: 1px solid #d7d2cb;
  background-color: #fff;
  height: 55px;
  /* Styling for second triangle (border) */
}
.wg-page-header .navbar-header-left {
  float: left;
  margin-top: 0px;
}
.wg-page-header .symbol-logo-phone {
  width: 90px;
  height: 42px;
  margin-top: 6px;
  margin-left: 16px;
  background-position: 0px 50%;
  float: right;
  top: 0;
  position: relative;
}
.wg-page-header .symbol-logo-tablet {
  width: 200px;
  height: 55px;
  margin-left: 16px;
  background-position: 0px 50%;
  float: right;
  top: 0;
  position: relative;
}
.wg-page-header .divide {
  width: 1px;
  height: 45px;
  margin-top: 5px;
  border-right: 1px solid #d7d2cb;
  float: left;
}
.wg-page-header .back-btn {
  color: #2d373e;
  position: relative;
  float: left;
  top: 16px;
  left: 16px;
}
.wg-page-header .navbar-header-right {
  float: right;
  padding-top: 10px;
  padding-right: 6px;
}
.wg-page-header .navbar-header-right .btn {
  float: inherit;
  width: inherit;
}
.wg-page-header .navbar-icon-chat,
.wg-page-header .navbar-icon-call {
  display: inline-block;
  padding-right: 6px;
}
.wg-page-header .navbar-icon-chat:hover,
.wg-page-header .navbar-icon-call:hover {
  text-decoration: none;
  color: #2d373e;
}
.wg-page-header .navbar-icon-chat .icon,
.wg-page-header .navbar-icon-call .icon {
  height: 32px;
  width: 32px;
  display: block;
  margin-right: 6px;
  float: left;
}
.wg-page-header .navbar-icon-chat .icon {
  width: 36px;
}
.wg-page-header .navbar-icon-chat-text,
.wg-page-header .navbar-icon-call-text {
  display: none;
  float: left;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}
.wg-page-header .navbar-icon-chat-text span,
.wg-page-header .navbar-icon-call-text span {
  font-weight: bold;
  display: block;
  color: #9f0029;
}
.wg-page-header .arrow-l {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari */
  transform: rotate(90deg);
  display: inline-block;
  font: 16px/24px sans-serif;
  padding: 12px 24px;
  position: relative;
}
.wg-page-header .arrow-l:after,
.wg-page-header .arrow-l:before {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #fff;
  bottom: -15px;
  content: '';
  left: 50%;
  margin-left: -15px;
  position: absolute;
}
.wg-page-header .arrow-l:before {
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 18px solid;
  border-top-color: inherit;
  /* Can't be included in the shorthand to work */
  bottom: -18px;
  margin-left: -18px;
}
@media (min-width: 768px) {
  /* SM */
  .wg-page-header {
    height: 64px;
  }
  .wg-page-header .navbar-header-left {
    margin-top: 3px;
  }
  .wg-page-header .divide {
    height: 53px;
    margin-top: 2px;
  }
  .wg-page-header .navbar-header-right {
    padding-top: 12px;
  }
  .wg-page-header .navbar-icon-chat-text,
  .wg-page-header .navbar-icon-call-text {
    display: block;
  }
}
@media (min-width: 992px) {
  /* MD */
}
@media (min-width: 1200px) {
  /* LG */
}

/*
	 *  SETTINGS
	 */
.written-by {
  content: 'Dominik Wilkowski, Justin Spencer, Kate T MacDonald, Marita Purins, Daphne Bourne';
  color: #BADA55;
}
.wg-global-footer {
  background-color: white;
  border-top: 1px solid #d7d2cb;
  padding: 24px 10px;
}
.wg-global-footer .footer-text {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 36px;
}
.wg-global-footer .icon {
  position: absolute;
}
@media (min-width: 768px) {
  /* SM */
}
@media (min-width: 992px) {
  /* MD */
}
@media (min-width: 1200px) {
  /* LG */
}

/*
	 *  SETTINGS
	 */
.written-by {
  content: 'Dominik Wilkowski, Justin Spencer, Kate T MacDonald, Marita Purins, Daphne Bourne';
  color: #BADA55;
}
.wg-page-buttons .btn {
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  /* SM */
}
@media (min-width: 992px) {
  /* MD */
}
@media (min-width: 1200px) {
  /* LG */
}

/*
	 *  SETTINGS
	 */
.written-by {
  content: 'Dominik Wilkowski, Justin Spencer, Kate T MacDonald, Marita Purins, Daphne Bourne';
  color: #BADA55;
}
.wg-page-banner {
  display: block;
  position: relative;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  background-color: #621a4b;
  height: 264px;
  padding-left: 24px;
  margin-top: 30px;
  margin-left: 0px;
  margin-right: 0px;
}
.wg-page-banner h1,
.wg-page-banner h3 {
  color: #FFF;
}
.wg-page-banner img.hero {
  position: absolute;
  top: 0;
  right: 0;
  border-top-right-radius: 12px;
}
@media (min-width: 768px) {
  /* SM */
  .pageheader-text h1 {
    white-space: nowrap;
  }
}
@media (min-width: 992px) {
  /* MD */
}
@media (min-width: 1200px) {
  /* LG */
}
.lt-ie9 .wg-page-banner {
  margin-left: 0px;
  margin-right: 0px;
}

/*
	 *  SETTINGS
	 */
.written-by {
  content: 'Dominik Wilkowski, Justin Spencer, Kate T MacDonald, Marita Purins, Daphne Bourne';
  color: #BADA55;
}
.wg-page-question h4 {
  margin-top: 0px;
}
.wg-page-question .well {
  padding: 18px 12px;
  margin-bottom: 0px;
  background-color: #f4f3f0;
  border: none;
  border-radius: 3px;
}
.wg-page-question .no-float {
  float: none;
}
.wg-page-question .btn-group {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
  font-family: sans-serif;
}
.wg-page-question label.btn-group-item {
  width: 50%;
}
.wg-page-question label.btn-group-item .btn {
  width: 100%;
}
.wg-page-question label.btn-group-item.checked .btn-hero {
  color: #fff;
  border-color: #621a4b;
  background-color: #621a4b;
}

/*
	 *  SETTINGS
	 */
.written-by {
  content: 'Dominik Wilkowski, Justin Spencer, Kate T MacDonald, Marita Purins, Daphne Bourne';
  color: #BADA55;
}
.wg-page-summary .details-list {
  list-style-type: none;
  padding: 0;
}
.wg-page-summary .details-list li {
  display: table;
  margin-bottom: 1em;
}
.wg-page-summary .details-list li .icon,
.wg-page-summary .details-list li p {
  display: table-cell;
  vertical-align: middle;
}
.wg-page-summary .details-list li p {
  padding-left: 1em;
}
.wg-page-summary ol.numbered {
  counter-reset: list-counter;
  margin-left: 40px;
}
.wg-page-summary ol.numbered li {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 1em;
}
.wg-page-summary ol.numbered li:before {
  content: counter(list-counter);
  counter-increment: list-counter;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #575f65;
  color: #FFF;
  text-align: center;
  padding-top: 4px;
  margin-right: 10px;
  margin-left: -40px;
}

/*
	 *  SETTINGS
	 */
.written-by {
  content: 'Dominik Wilkowski, Justin Spencer, Kate T MacDonald, Marita Purins, Daphne Bourne';
  color: #BADA55;
}
.wg-page-terms {
  background-color: #efe8ed;
  border-top: 1px solid #621a4b;
  border-bottom: 1px solid #621a4b;
  padding: 1em;
}
.wg-page-terms label {
  white-space: nowrap;
}
.wg-page-terms ul.lists-neutral li:after {
  width: 4px;
  height: 4px;
  top: 9px;
}
.wg-page-terms ul.lists-neutral li {
  margin: 0 0 10px 0;
}
