@import "../css/font-awesome/css/font-awesome.css";
/*
  ______                      __       __       _____
 /_  __/___  ____ ___  ____  / /____ _/ /____  |__  /
  / /  / _ \/ __ `__ \/ __ \/ // __ `/ __/ _ \  /_ < 
 / /  /  __/ / / / / / /_/ / // /_/ / /_/  __/___/ / 
/_/   \___/_/ /_/ /_/ .___/_/ \__,_/\__/\___//____/  
                   /_/                               

*/
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
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: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
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;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
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;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'TelstraAkkuratWebRegular', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  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;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.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,
.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,
.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,
.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 {
  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 {
  float: left;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-12 {
  width: 100%;
}
@media (min-width: 635px) {
  .container {
    max-width: 750px;
  }
  .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 {
    float: left;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
@media (min-width: 700px) {
  .container {
    max-width: 970px;
  }
  .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 {
    float: left;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .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 {
    float: left;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  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;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  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 .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  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"] {
  float: left;
  margin-left: -20px;
}
.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="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -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: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -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: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -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: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
  padding-top: 7px;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 635px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.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 .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 635px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-body:after {
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table {
  margin-bottom: 0;
}
.panel > .panel-body + .table {
  border-top: 1px solid #dddddd;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-warning {
  border-color: #fbeed5;
}
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fbeed5;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fbeed5;
}
.panel-danger {
  border-color: #eed3d7;
}
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.modal-open {
  overflow: hidden;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 635px) {
  .modal-dialog {
    left: 50%;
    right: auto;
    width: 960px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .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);
  }
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 635px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.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;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.visible-xs {
  display: none !important;
}
tr.visible-xs {
  display: none !important;
}
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 634px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 635px) and (max-width: 699px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 700px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm {
  display: none !important;
}
tr.visible-sm {
  display: none !important;
}
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 634px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 635px) and (max-width: 699px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 700px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md {
  display: none !important;
}
tr.visible-md {
  display: none !important;
}
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 634px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 635px) and (max-width: 699px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 700px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg {
  display: none !important;
}
tr.visible-lg {
  display: none !important;
}
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 634px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 635px) and (max-width: 699px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 700px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 634px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 635px) and (max-width: 699px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 700px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
  tr.hidden-xs.hidden-md {
    display: none !important;
  }
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 634px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 635px) and (max-width: 699px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 700px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
  tr.hidden-sm.hidden-md {
    display: none !important;
  }
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 634px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
  tr.hidden-md.hidden-xs {
    display: none !important;
  }
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 635px) and (max-width: 699px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
  tr.hidden-md.hidden-sm {
    display: none !important;
  }
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 700px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
  tr.hidden-md.hidden-lg {
    display: none !important;
  }
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 634px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 635px) and (max-width: 699px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 700px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
  tr.hidden-lg.hidden-md {
    display: none !important;
  }
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
tr.visible-print {
  display: none !important;
}
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: 'TelstraAkkuratWebRegular';
  src: url('fonts/TelstraAkkuratWeb-Regular.eot');
  src: url('fonts/TelstraAkkuratWeb-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/TelstraAkkuratWeb-Regular.woff') format('woff'), /* Pretty Modern Browsers */ url('fonts/TelstraAkkuratWeb-Regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/TelstraAkkuratWeb-Regular.svg#TelstraAkkuratWebRegular') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* footer border colour */
/* survey & newsletter border colour */
/* Profile */
body {
  font-size: 14px;
  font-family: 'TelstraAkkuratWebRegular', Arial, Helvetica, sans-serif;
}
h1 {
  font-family: 'TelstraAkkuratWebRegular', Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.714em;
  color: #f05a00;
}
p {
  margin: 0 0 10px 0;
}
a {
  color: #040404;
  text-decoration: none;
}
a:hover {
  color: #f05a00;
  text-decoration: none;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul:before,
ul:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
ul:after {
  clear: both;
}
ul:before,
ul:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
ul:after {
  clear: both;
}
.submit-field a,
.btn-unsubscribe a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 45px;
  line-height: 45px;
  background-color: #9e043e;
  font-size: 1.143em;
  font-weight: normal;
  color: #ffffff;
  padding: 0em 1.5em;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.submit-field a:hover,
.btn-unsubscribe a:hover {
  background-color: #f05a00;
  text-decoration: none;
  color: #ffffff;
}
.submit-field a:hover:after,
.btn-unsubscribe a:hover:after {
  background-color: #f05a00;
}
.submit-field a.disabled,
.btn-unsubscribe a.disabled {
  background-color: #dddddd;
  text-decoration: none;
  color: #050505;
}
.submit-field a.disabled:after,
.btn-unsubscribe a.disabled:after {
  background-color: #dddddd;
  color: #050505;
}
.submit-field a.disabled:hover,
.btn-unsubscribe a.disabled:hover {
  background-color: #dddddd;
  cursor: not-allowed;
  text-decoration: none;
  color: #050505;
}
.submit-field a.mobile,
.btn-unsubscribe a.mobile {
  width: 100%;
  margin: 0 0 1px 0;
  text-align: center;
  display: block;
}
.submit-field a:after,
.btn-unsubscribe a:after {
  content: ' ';
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #9e043e;
  background-image: url(../images/arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  border-left: 1px solid #ffffff;
}
@media (min-width: 635px) {
  .submit-field a,
  .btn-unsubscribe a {
    width: 64%;
  }
}
#KeepAliveFrame {
  display: none;
}
.form-group {
  *behavior: url('../boxsizing.htc');
}
input[type="text"],
input[type="password"],
textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  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 .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  border-radius: 0;
}
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999999;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
input[type="text"][disabled],
input[type="password"][disabled],
textarea[disabled],
input[type="text"][readonly],
input[type="password"][readonly],
textarea[readonly],
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="password"],
fieldset[disabled] textarea {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textareainput[type="text"],
textareainput[type="password"],
textareatextarea {
  height: auto;
}
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ffffff;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ffffff;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ffffff;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ffffff;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  border: solid 1px #999;
  box-shadow: 0px 0px 10px #f05a00;
}
.form-control-static {
  margin-top: 0;
}
.modal-header {
  padding-bottom: 0;
}
.modal-header:before,
.modal-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-header:after {
  clear: both;
}
.modal-header:before,
.modal-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-header:after {
  clear: both;
}
.modal-header h4 {
  float: left;
}
.modal-header button {
  float: right;
}
.modal-content {
  border-radius: 0;
  min-height: 500px;
}
.checkbox label {
  line-height: 1.75em;
}
.dropdown-menu::before {
  position: absolute;
  top: -7px;
  right: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.dropdown-menu::after {
  position: absolute;
  top: -6px;
  right: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  border-left: 6px solid transparent;
  content: '';
}
.carousel {
  display: block;
  width: 100%;
}
.carousel img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.carousel .item {
  left: 0 !important;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.carousel .carousel-control {
  background-image: none;
}
.carousel .next.left,
.carousel .prev.right {
  opacity: 1;
  z-index: 1;
}
.carousel .active.left,
.carousel .active.right {
  opacity: 0;
  z-index: 2;
}
body.en-CA .fr-CA,
body.en-CA .es-ES,
body.en-CA .pt-BR {
  display: none;
}
body.fr-CA .en-CA,
body.fr-CA .es-ES,
body.fr-CA .pt-BR {
  display: none;
}
body.es-ES .en-CA,
body.es-ES .fr-CA,
body.es-ES .pt-BR {
  display: none;
}
body.pt-BR .en-CA,
body.pt-BR .fr-CA,
body.pt-BR .es-ES {
  display: none;
}
.container {
  max-width: 100% !important;
  padding: 0;
}
@media (min-width: 635px) {
  .container.body {
    padding-bottom: 0;
  }
}
@media (max-width: 634px) {
  body {
    margin: 0;
    font-size: 1.5em;
  }
}
.content {
  *behavior: url('/css/boxsizing.htc');
}
.content:before,
.content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.content:after {
  clear: both;
}
.content:before,
.content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.content:after {
  clear: both;
}
.content .content-primary,
.content .content-secondary,
.content .content-tertiary {
  *behavior: url('/css/boxsizing.htc');
}
.content .content-primary:before,
.content .content-secondary:before,
.content .content-tertiary:before,
.content .content-primary:after,
.content .content-secondary:after,
.content .content-tertiary:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.content .content-primary:after,
.content .content-secondary:after,
.content .content-tertiary:after {
  clear: both;
}
.content .content-primary:before,
.content .content-secondary:before,
.content .content-tertiary:before,
.content .content-primary:after,
.content .content-secondary:after,
.content .content-tertiary:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.content .content-primary:after,
.content .content-secondary:after,
.content .content-tertiary:after {
  clear: both;
}
.modal {
  padding-top: 5%;
}
.modal .modal-dialog {
  max-width: 960px !important;
  width: auto !important;
}
.modal .modal-content {
  padding: 20px;
}
.modal .close {
  background: #f05a00;
  color: #ffffff;
  border: none;
}
.modal .close:hover {
  background: #9e043e;
  color: #ffffff;
  border: none;
}
.modal .modal-header {
  text-transform: uppercase;
}
.modal .modal-body {
  padding: 10px;
}
.login .container.body {
  position: relative;
  background: #eee;
}
.login .content {
  position: relative;
}
.login .content-primary {
  display: none;
}
.login .content-secondary {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
  background: #eee;
}
@media (min-width: 635px) {
  .login .content-secondary {
    float: left;
    width: 100%;
  }
}
.login .content-secondary .secondary-inner {
  max-width: 960px;
  margin: 0 auto;
}
.login .content-secondary .secondary-inner:before,
.login .content-secondary .secondary-inner:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.login .content-secondary .secondary-inner:after {
  clear: both;
}
.login .content-secondary .secondary-inner:before,
.login .content-secondary .secondary-inner:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.login .content-secondary .secondary-inner:after {
  clear: both;
}
.login .content-secondary .secondary-inner.secondary-prelogin {
  padding: 0 15px;
}
@media (min-width: 634px) {
  .login .content-secondary .secondary-inner.secondary-prelogin {
    padding: 0;
  }
}
@media (min-width: 635px) {
  .login .content-secondary .secondary-inner {
    margin: 30px auto 25px;
  }
}
.login .content-secondary .login-widget {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0 10px;
}
@media (min-width: 635px) {
  .login .content-secondary .login-widget {
    float: left;
    width: 33.33333333333333%;
  }
}
.login .content-secondary .login-widget .lw-inner {
  background: #fff;
  height: 100%;
  padding: 22px 30px 30px;
}
.login .content-secondary .login-widget .lw-inner h1 {
  margin: 0 0 3px 0;
}
.login .content-secondary .login-widget.login-form-bottom {
  display: none;
}
@media (max-width: 970px) {
  .login .content-secondary {
    padding-bottom: 0;
  }
  .login .content-secondary .login-widget {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0 10px 20px 10px;
  }
  .login .content-secondary .login-widget.welcome-text {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .login .content-secondary .login-widget.login-form-bottom {
    display: block;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0 10px 20px 10px;
  }
}
@media (max-width: 970px) and (min-width: 635px) {
  .login .content-secondary .login-widget {
    float: left;
    width: 50%;
  }
}
@media (max-width: 970px) and (min-width: 635px) {
  .login .content-secondary .login-widget.welcome-text {
    float: left;
    width: 50%;
  }
}
@media (max-width: 970px) and (min-width: 635px) {
  .login .content-secondary .login-widget.login-form-bottom {
    float: left;
    width: 50%;
  }
}
@media (max-width: 634px) {
  .login .content-secondary {
    padding-top: 0;
    padding-bottom: 0;
  }
  .login .content-secondary .login-widget {
    padding: 0 15px 20px;
  }
}
.login .content-tertiary {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
  position: relative;
}
@media (min-width: 635px) {
  .login .content-tertiary {
    float: left;
    width: 100%;
  }
}
@media (min-width: 635px) {
  .login .content-tertiary {
    padding: 40px 0 0 0;
  }
  .login .content-tertiary .carousel-inner .item {
    width: 100%;
    min-height: 520px;
  }
  .login .content-tertiary .carousel-inner .item.one {
    background: url('../images/login1.jpg') no-repeat -300px center;
    background-size: cover;
  }
  .login .content-tertiary .carousel-inner .item.two {
    background: url('../images/login2.jpg') no-repeat -300px center;
    background-size: cover;
  }
  .login .content-tertiary .carousel-inner .item.three {
    background: url('../images/login3.jpg') no-repeat -300px center;
    background-size: cover;
  }
  .login .content-tertiary .carousel-inner .item.four {
    background: url('../images/login4.jpg') no-repeat -300px center;
    background-size: cover;
  }
  .login .content-tertiary .carousel-inner .item.five {
    background: url('../images/login5.jpg') no-repeat -300px center;
    background-size: cover;
  }
}
@media (min-width: 900px) {
  .login .content-tertiary {
    padding: 40px 0 0 0;
  }
  .login .content-tertiary .carousel-inner .item {
    width: 100%;
    min-height: 520px;
  }
  .login .content-tertiary .carousel-inner .item.one {
    background: url('../images/login1.jpg') no-repeat center center;
    background-size: cover;
  }
  .login .content-tertiary .carousel-inner .item.two {
    background: url('../images/login2.jpg') no-repeat center center;
    background-size: cover;
  }
  .login .content-tertiary .carousel-inner .item.three {
    background: url('../images/login3.jpg') no-repeat center center;
    background-size: cover;
  }
  .login .content-tertiary .carousel-inner .item.four {
    background: url('../images/login4.jpg') no-repeat center center;
    background-size: cover;
  }
  .login .content-tertiary .carousel-inner .item.five {
    background: url('../images/login5.jpg') no-repeat center center;
    background-size: cover;
  }
}
.member {
  margin-top: 0;
  background: #ffffff;
}
.member .content .content-inner {
  overflow: hidden;
}
.member .content .content-inner:before,
.member .content .content-inner:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.member .content .content-inner:after {
  clear: both;
}
.member .content .content-inner:before,
.member .content .content-inner:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.member .content .content-inner:after {
  clear: both;
}
@media (min-width: 700px) {
  .member .content .content-inner {
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 634px) {
  .member .content {
    background: #ffffff;
  }
}
.member .container.body {
  background: #ffffff;
}
.member .content-heights:before,
.member .content-heights:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.member .content-heights:after {
  clear: both;
}
.member .content-heights:before,
.member .content-heights:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.member .content-heights:after {
  clear: both;
}
.member .content-heights .content-heights-container {
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
}
.member .content-heights .content-heights-container:before,
.member .content-heights .content-heights-container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.member .content-heights .content-heights-container:after {
  clear: both;
}
.member .content-heights .content-heights-container:before,
.member .content-heights .content-heights-container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.member .content-heights .content-heights-container:after {
  clear: both;
}
@media (min-width: 635px) {
  .member .content-heights .content-heights-container {
    padding: 50px 10px;
  }
}
.member .content-primary {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}
@media (min-width: 635px) {
  .member .content-primary {
    float: left;
    width: 67.70833333333334%;
  }
}
.member .content-primary .primary-inner {
  background: #ffffff;
  padding: 0 10px 0 0;
}
.member .content-primary.subpage-primary {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}
@media (min-width: 635px) {
  .member .content-primary.subpage-primary {
    float: left;
    width: 100%;
  }
}
.member .content-primary.subpage-primary .primary-inner {
  padding: 0;
}
@media (max-width: 634px) {
  .member .content-primary {
    padding: 0;
  }
  .member .content-primary .primary-inner {
    padding: 0;
  }
}
.member .content-secondary {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}
@media (min-width: 635px) {
  .member .content-secondary {
    float: left;
    width: 32.29166666666667%;
  }
}
.member .content-secondary:before,
.member .content-secondary:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.member .content-secondary:after {
  clear: both;
}
.member .content-secondary:before,
.member .content-secondary:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.member .content-secondary:after {
  clear: both;
}
.member .content-secondary.subpage-secondary {
  display: none;
}
@media (min-width: 1000px) {
  .member .content-secondary {
    padding: 0 10px 0 0;
  }
}
@media (max-width: 634px) {
  .member .content-secondary {
    position: static;
    padding: 0;
  }
}
.member .content-tertiary {
  padding: 0 15px;
  position: relative;
}
@media (min-width: 635px) {
  .member .content-tertiary {
    padding: 40px 0 0 0;
  }
  .member .content-tertiary .carousel-inner .item {
    width: 100%;
    min-height: 500px;
  }
  .member .content-tertiary .carousel-inner .item.one {
    background: url('../images/login1.jpg') no-repeat -300px center;
    background-size: cover;
  }
  .member .content-tertiary .carousel-inner .item.two {
    background: url('../images/login2.jpg') no-repeat -300px center;
    background-size: cover;
  }
  .member .content-tertiary .carousel-inner .item.three {
    background: url('../images/login3.jpg') no-repeat -300px center;
    background-size: cover;
  }
  .member .content-tertiary .carousel-inner .item.four {
    background: url('../images/login4.jpg') no-repeat -300px center;
    background-size: cover;
  }
  .member .content-tertiary .carousel-inner .item.five {
    background: url('../images/login5.jpg') no-repeat -300px center;
    background-size: cover;
  }
}
@media (min-width: 950px) {
  .member .content-tertiary {
    padding: 40px 0 0 0;
  }
  .member .content-tertiary .carousel-inner .item {
    width: 100%;
    min-height: 500px;
  }
  .member .content-tertiary .carousel-inner .item.one {
    background: url('../images/login1.jpg') no-repeat center center;
    background-size: cover;
  }
  .member .content-tertiary .carousel-inner .item.two {
    background: url('../images/login2.jpg') no-repeat center center;
    background-size: cover;
  }
  .member .content-tertiary .carousel-inner .item.three {
    background: url('../images/login3.jpg') no-repeat center center;
    background-size: cover;
  }
  .member .content-tertiary .carousel-inner .item.four {
    background: url('../images/login4.jpg') no-repeat center center;
    background-size: cover;
  }
  .member .content-tertiary .carousel-inner .item.five {
    background: url('../images/login5.jpg') no-repeat center center;
    background-size: cover;
  }
}
.member .content-quaternary {
  max-width: 960px;
  padding: 0;
  margin: 0 auto;
  clear: both;
}
.member .content-quaternary:before,
.member .content-quaternary:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.member .content-quaternary:after {
  clear: both;
}
.member .content-quaternary:before,
.member .content-quaternary:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.member .content-quaternary:after {
  clear: both;
}
.member .content-quaternary .content-quaternary-container {
  padding: 0 0 20px 0;
  clear: both;
  margin-bottom: 0;
}
.member .content-quaternary .content-quaternary-container:before,
.member .content-quaternary .content-quaternary-container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.member .content-quaternary .content-quaternary-container:after {
  clear: both;
}
.member .content-quaternary .content-quaternary-container:before,
.member .content-quaternary .content-quaternary-container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.member .content-quaternary .content-quaternary-container:after {
  clear: both;
}
@media (min-width: 635px) {
  .member .content-quaternary .content-quaternary-container {
    padding: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 891px) {
  .member .content-quaternary .content-quaternary-container {
    margin-bottom: 70px;
  }
}
@media (max-width: 700px) {
  .member .content-quaternary {
    padding: 0;
  }
}
section:before,
section:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
section:after {
  clear: both;
}
section:before,
section:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
section:after {
  clear: both;
}
.header-main {
  *behavior: url('/css/boxsizing.htc');
}
.header-main img.logo,
.header-main .logo-mobile {
  max-width: 100%;
}
.header-main .header-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
  background: url('../images/logo-mobile-bg.jpg') no-repeat 0 0;
  background-size: cover;
  margin-bottom: 20px;
}
.header-main a.logo {
  display: block;
  border: none;
  padding: 15px 10px;
}
.header-main img.logo {
  display: none;
}
.header-main .mobile-logo {
  display: block;
  width: 100%;
  min-height: 58px;
}
@media (min-width: 635px) {
  .header-main {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    border-top: 39px solid #fff;
    background: transparent;
    margin-bottom: 0;
  }
  .header-main .header-inner {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
    margin-top: -39px;
    background: transparent;
  }
  .header-main a.logo {
    padding: 0;
  }
  .header-main .mobile-logo {
    display: none;
  }
  .header-main img.logo {
    display: block;
    border: none;
  }
}
@media (min-width: 1600px) {
  .header-main .header-inner {
    max-width: 1030px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
    margin-top: -39px;
    background: transparent;
  }
}
@media (min-width: 635px) {
  .member .header-main .header-inner {
    padding: 0 10px;
    max-width: 980px;
    margin: 0 auto;
    position: relative;
    margin-top: -39px;
  }
}
@media (min-width: 1600px) {
  .member .header-main .header-inner {
    padding: 0 10px;
    max-width: 1030px;
    margin: 0 auto;
    position: relative;
    margin-top: -39px;
  }
}
.footer-main {
  padding: 25px 0 40px;
  border-top: 2px solid #dddddd;
  background-color: #ffffff;
}
.footer-main:before,
.footer-main:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.footer-main:after {
  clear: both;
}
.footer-main:before,
.footer-main:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.footer-main:after {
  clear: both;
}
.footer-main .footer-inner {
  max-width: 960px;
  padding: 0 10px;
  margin: 0 auto;
}
.footer-main .footer-inner:before,
.footer-main .footer-inner:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.footer-main .footer-inner:after {
  clear: both;
}
.footer-main .footer-inner:before,
.footer-main .footer-inner:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.footer-main .footer-inner:after {
  clear: both;
}
@media (max-width: 634px) {
  .footer-main .footer-inner {
    padding: 0;
  }
}
.footer-main .nav {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  *behavior: url('/css/boxsizing.htc');
  padding-top: 7px;
  padding-left: 0;
  padding-right: 0;
  list-style: none;
  margin: 0;
}
@media (min-width: 635px) {
  .footer-main .nav {
    float: left;
    width: 75%;
  }
}
.footer-main .nav li {
  float: left;
  border-color: transparent;
  padding-bottom: 10px;
}
.footer-main .nav li > * {
  border-left: solid 1px #dddddd;
  display: block;
}
.footer-main .nav li:first-child > * {
  border-left: none;
  padding-left: 0;
}
.footer-main .nav a {
  font-size: 0.9286em;
  padding: 0 30px 0 0;
  display: block;
  color: #000000;
  border-color: transparent;
}
.footer-main .nav a:hover {
  color: #f05a00;
}
.footer-main .vclogo {
  float: right !important;
  margin-right: 0;
  display: block;
  width: 120px;
  height: 30px;
}
.footer-main .vclogo img {
  width: 120px;
  height: 30px;
}
@media (max-width: 634px) {
  .footer-main {
    padding: 0 !important;
    border: 0;
    border-top: 1px solid #dddddd;
  }
  .footer-main .nav {
    margin: 0;
    padding: 0;
  }
  .footer-main .nav li {
    display: block;
    width: 100%;
    float: none;
    border-bottom: solid 1px #dddddd;
    border-left: none;
    padding: 0;
  }
  .footer-main .nav li:first-child a {
    padding-left: 10px;
  }
  .footer-main .nav a {
    display: block;
    text-align: center;
    padding: 10px;
    font-size: 0.9286em;
    border-left: none;
  }
  .footer-main .vclogo {
    margin: 10px 10px 10px 0;
    display: block;
  }
}
.login .footer-main {
  background: #ffffff;
  border-top: none;
}
.more {
  padding-top: 25px;
}
.more-member {
  padding-top: 15px;
}
.btn {
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 45px;
  line-height: 45px;
  background-color: #9e043e;
  font-size: 1.143em;
  font-weight: normal;
  color: #ffffff;
  padding: 0em 1.5em;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.btn:hover {
  background-color: #f05a00;
  text-decoration: none;
  color: #ffffff;
}
.btn:hover:after {
  background-color: #f05a00;
}
.btn.disabled {
  background-color: #dddddd;
  text-decoration: none;
  color: #050505;
}
.btn.disabled:after {
  background-color: #dddddd;
  color: #050505;
}
.btn.disabled:hover {
  background-color: #dddddd;
  cursor: not-allowed;
  text-decoration: none;
  color: #050505;
}
.btn.mobile {
  width: 100%;
  margin: 0 0 1px 0;
  text-align: center;
  display: block;
}
.btn:after {
  content: ' ';
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #9e043e;
  background-image: url(../images/arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  border-left: 1px solid #ffffff;
}
@media (min-width: 635px) {
  .btn {
    width: 64%;
  }
}
.btn-secondary {
  background-color: #ffffff;
  color: #040404;
}
.btn-secondary:hover {
  background-color: #e6e6e6;
  color: #040404;
}
.transition {
  transition: background-color 0.25s ease;
}
.img-responsive {
  width: 100%;
  height: auto;
}
.bordered-list-left {
  float: left;
}
.bordered-list-left > * {
  border-left: solid 1px #dddddd;
  display: block;
}
.bordered-list-left:first-child > * {
  border-left: none;
  padding-left: 0;
}
.bordered-list-right {
  float: right;
}
.bordered-list-right > * {
  border-right: solid 1px #dddddd;
}
.bordered-list-right:last-child > * {
  border-right: none;
  padding-right: 0;
}
.bordered-list-bottom {
  border-bottom: solid 1px #c2c2c2;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
  float: none;
  clear: both;
}
.bordered-list-bottom:last-child {
  border-bottom: none;
}
#errorModal {
  text-align: center;
}
@media (min-width: 635px) {
  #errorModal {
    padding-top: 15%;
  }
}
#errorModal * {
  border: none;
}
#errorModal h4 {
  font-size: 2em;
  margin-bottom: 0;
  padding-bottom: 0;
}
#errorModal .close {
  color: #fff;
  font-size: 2em;
  line-height: 1;
}
#errorModal .close:hover {
  color: #712a00;
  text-decoration: none;
}
#errorModal .modal-body {
  padding: 2.5px 10px;
}
#errorModal .modal-dialog {
  max-width: 300px;
}
#errorModal .modal-content {
  color: #fff;
}
#errorModal .modal-header {
  padding-bottom: 0;
}
#errorModal .modal-footer {
  padding-top: 0;
}
body.login {
  height: 100%;
  background: #ffffff;
}
body.login .join-now {
  margin-top: 20px;
  position: relative;
}
body.login .join-now:before,
body.login .join-now:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
body.login .join-now:after {
  clear: both;
}
body.login .join-now:before,
body.login .join-now:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
body.login .join-now:after {
  clear: both;
}
body.login .join-now a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 45px;
  line-height: 45px;
  background-color: #9e043e;
  font-size: 1.143em;
  font-weight: normal;
  color: #ffffff;
  padding: 0em 1.5em;
  position: relative;
  text-decoration: none;
  width: 100%;
  font-size: 1.714em;
  padding: 0 1.25em;
  height: 60px;
  line-height: 60px;
}
body.login .join-now a:hover {
  background-color: #f05a00;
  text-decoration: none;
  color: #ffffff;
}
body.login .join-now a:hover:after {
  background-color: #f05a00;
}
body.login .join-now a.disabled {
  background-color: #dddddd;
  text-decoration: none;
  color: #050505;
}
body.login .join-now a.disabled:after {
  background-color: #dddddd;
  color: #050505;
}
body.login .join-now a.disabled:hover {
  background-color: #dddddd;
  cursor: not-allowed;
  text-decoration: none;
  color: #050505;
}
body.login .join-now a.mobile {
  width: 100%;
  margin: 0 0 1px 0;
  text-align: center;
  display: block;
}
body.login .join-now a:after {
  content: ' ';
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #9e043e;
  background-image: url(../images/arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  border-left: 1px solid #ffffff;
}
@media (min-width: 635px) {
  body.login .join-now a {
    width: 64%;
  }
}
body.login .join-now a:after {
  height: 60px;
  width: 60px;
  background-image: url(../images/arrow-lrg.png);
}
@media (min-width: 635px) {
  body.login .join-now {
    margin-top: 3px;
  }
  body.login .join-now a {
    width: 100%;
  }
}
.login-wrapper {
  padding: 0 15px 20px;
}
@media (min-width: 635px) {
  .login-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
  }
}
.login-wrapper a {
  color: #fff;
}
.login-wrapper a:hover {
  color: #009182;
}
.login-wrapper .login-wrapper-inner {
  position: relative;
  height: 100%;
}
.login-wrapper .login-wrapper-inner:before,
.login-wrapper .login-wrapper-inner:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.login-wrapper .login-wrapper-inner:after {
  clear: both;
}
.login-wrapper .login-wrapper-inner:before,
.login-wrapper .login-wrapper-inner:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.login-wrapper .login-wrapper-inner:after {
  clear: both;
}
@media (min-width: 635px) {
  .login-wrapper .login-wrapper-inner {
    max-width: 960px;
    margin: 0 auto;
  }
}
.login-wrapper .login-wrapper-inner .login-form {
  width: 100%;
}
@media (min-width: 635px) {
  .login-wrapper .login-wrapper-inner .login-form {
    position: absolute;
    right: 0;
    top: 155px;
    z-index: 999;
    width: 320px;
    float: right;
    padding: 0 10px;
  }
}
.login-wrapper .login-wrapper-inner .login-form .login-box {
  background: rgba(255, 255, 255, 0.9);
  padding: 20px 30px 23px;
}
.login-wrapper .login-wrapper-inner .login-form h1 {
  color: #f05a00;
  font-size: 1.714em;
}
.login-wrapper .login-wrapper-inner .login-form .form-group {
  margin-bottom: 10px;
}
.login-wrapper .login-wrapper-inner .login-form input[type="text"],
.login-wrapper .login-wrapper-inner .login-form input[type="password"] {
  line-height: 18px;
  background: #bdbdbd;
  color: #ffffff;
  padding: 5px 12px;
}
.login-wrapper .login-wrapper-inner .login-form .form-input input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: 0 0 5px rgba(240, 90, 0, 0.7);
}
.login-wrapper .login-wrapper-inner .login-form input[type="checkbox"] {
  margin-top: 5px;
}
.login-wrapper .login-wrapper-inner .login-form .input-text label {
  color: #fff;
}
.login-wrapper .login-wrapper-inner .login-form p {
  display: none;
}
.login-wrapper .login-wrapper-inner .login-form .form-submit {
  position: relative;
  padding-bottom: 25px;
}
.login-wrapper .login-wrapper-inner .login-form .form-submit:before,
.login-wrapper .login-wrapper-inner .login-form .form-submit:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.login-wrapper .login-wrapper-inner .login-form .form-submit:after {
  clear: both;
}
.login-wrapper .login-wrapper-inner .login-form .form-submit:before,
.login-wrapper .login-wrapper-inner .login-form .form-submit:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.login-wrapper .login-wrapper-inner .login-form .form-submit:after {
  clear: both;
}
.login-wrapper .login-wrapper-inner .login-form .btn-login {
  float: left;
}
.login-wrapper .login-wrapper-inner .login-form .form-input input {
  height: auto;
}
.login-wrapper .login-wrapper-inner .login-form .form-input label {
  display: none;
}
.login-wrapper .login-wrapper-inner .login-form .errMsg {
  clear: both;
  display: block;
  margin: 0 0 7px;
  color: #ee0000;
  font-size: 0.9286em;
}
.login-wrapper .login-wrapper-inner .login-form .submit-forgot-password {
  float: left;
  clear: both;
  margin: 0;
  display: block;
  padding-left: 0;
  padding-top: 3px;
  font-size: 1em;
  position: absolute;
  top: 50px;
  left: 0;
}
.login-wrapper .login-wrapper-inner .login-form .submit-forgot-password a {
  color: #f05a00;
}
.login-wrapper .login-wrapper-inner .login-form .submit-forgot-password a:hover {
  color: #9e043e;
}
.login-wrapper .login-wrapper-inner .login-form .submit-field {
  float: left;
  background-color: #f05a00;
  color: #ffffff;
  cursor: pointer;
  width: 100%;
}
.login-wrapper .login-wrapper-inner .login-form .submit-field input {
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 45px;
  line-height: 45px;
  background-color: #9e043e;
  font-size: 1.143em;
  font-weight: normal;
  color: #ffffff;
  padding: 0em 1.5em;
  position: relative;
  text-decoration: none;
  width: 100%;
  background-color: transparent;
  padding: 0 25px;
  border: none;
}
.login-wrapper .login-wrapper-inner .login-form .submit-field input:hover {
  background-color: #f05a00;
  text-decoration: none;
  color: #ffffff;
}
.login-wrapper .login-wrapper-inner .login-form .submit-field input:hover:after {
  background-color: #f05a00;
}
.login-wrapper .login-wrapper-inner .login-form .submit-field input.disabled {
  background-color: #dddddd;
  text-decoration: none;
  color: #050505;
}
.login-wrapper .login-wrapper-inner .login-form .submit-field input.disabled:after {
  background-color: #dddddd;
  color: #050505;
}
.login-wrapper .login-wrapper-inner .login-form .submit-field input.disabled:hover {
  background-color: #dddddd;
  cursor: not-allowed;
  text-decoration: none;
  color: #050505;
}
.login-wrapper .login-wrapper-inner .login-form .submit-field input.mobile {
  width: 100%;
  margin: 0 0 1px 0;
  text-align: center;
  display: block;
}
.login-wrapper .login-wrapper-inner .login-form .submit-field input:after {
  content: ' ';
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #9e043e;
  background-image: url(../images/arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  border-left: 1px solid #ffffff;
}
@media (min-width: 635px) {
  .login-wrapper .login-wrapper-inner .login-form .submit-field input {
    width: 64%;
  }
}
.login-wrapper .login-wrapper-inner .login-form .submit-field input:hover {
  background-color: transparent;
}
.login-wrapper .login-wrapper-inner .login-form .submit-field:hover {
  background-color: #9e043e;
  color: #fff;
}
.login-wrapper .login-wrapper-inner .login-form .submit-field:hover:after {
  background-color: #9e043e;
  background-image: url(../images/arrow.png);
}
.login-wrapper .login-wrapper-inner .login-form .submit-field:after {
  content: ' ';
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  left: initial;
  right: 0;
  top: 0px;
  background-color: #f05a00;
  background-image: url(../images/arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  border-left: 1px solid #ffffff;
}
@media (min-width: 635px) {
  .login-wrapper .login-wrapper-inner .login-form .submit-field {
    width: 60%;
  }
  .login-wrapper .login-wrapper-inner .login-form .submit-field:after {
    content: ' ';
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    left: 99px;
    right: initial;
    top: 0px;
    background-color: #f05a00;
    background-image: url(../images/arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    border-left: 1px solid #ffffff;
  }
}
.login-wrapper .login-wrapper-inner .login-form .form-checkbox {
  display: block !important;
  position: relative;
  z-index: 999;
  width: 100%;
  margin: 0 0 5px 0;
  font-size: 1em;
  color: #f05a00;
}
tr.login-wrapper .login-wrapper-inner .login-form .form-checkbox {
  display: table-row !important;
}
th.login-wrapper .login-wrapper-inner .login-form .form-checkbox,
td.login-wrapper .login-wrapper-inner .login-form .form-checkbox {
  display: table-cell !important;
}
@media (max-width: 634px) {
  .login-wrapper .login-wrapper-inner .login-form .form-checkbox {
    display: none !important;
  }
  tr.login-wrapper .login-wrapper-inner .login-form .form-checkbox {
    display: none !important;
  }
  th.login-wrapper .login-wrapper-inner .login-form .form-checkbox,
  td.login-wrapper .login-wrapper-inner .login-form .form-checkbox {
    display: none !important;
  }
}
@media (min-width: 635px) and (max-width: 699px) {
  .login-wrapper .login-wrapper-inner .login-form .form-checkbox.hidden-sm {
    display: none !important;
  }
  tr.login-wrapper .login-wrapper-inner .login-form .form-checkbox.hidden-sm {
    display: none !important;
  }
  th.login-wrapper .login-wrapper-inner .login-form .form-checkbox.hidden-sm,
  td.login-wrapper .login-wrapper-inner .login-form .form-checkbox.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 700px) and (max-width: 1199px) {
  .login-wrapper .login-wrapper-inner .login-form .form-checkbox.hidden-md {
    display: none !important;
  }
  tr.login-wrapper .login-wrapper-inner .login-form .form-checkbox.hidden-md {
    display: none !important;
  }
  th.login-wrapper .login-wrapper-inner .login-form .form-checkbox.hidden-md,
  td.login-wrapper .login-wrapper-inner .login-form .form-checkbox.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .login-wrapper .login-wrapper-inner .login-form .form-checkbox.hidden-lg {
    display: none !important;
  }
  tr.login-wrapper .login-wrapper-inner .login-form .form-checkbox.hidden-lg {
    display: none !important;
  }
  th.login-wrapper .login-wrapper-inner .login-form .form-checkbox.hidden-lg,
  td.login-wrapper .login-wrapper-inner .login-form .form-checkbox.hidden-lg {
    display: none !important;
  }
}
@media (max-width: 634px) {
  .login-wrapper .login-wrapper-inner .login-form .form-input input {
    font-size: 1.2em;
  }
}
.login-form-bottom .form-submit {
  position: relative;
  padding-bottom: 35px;
}
.login-form-bottom .form-input label {
  display: none;
}
.login-form-bottom .submit-forgot-password {
  position: absolute;
  top: 60px;
  left: 0;
}
.login-form-bottom .errMsg {
  padding: 10px 0 0 0;
  color: #ee0000;
  font-size: 1em;
}
.member h2 {
  font-size: 1.714em;
  line-height: 1.714em;
}
@media (min-width: 635px) {
  .member .member-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.member .member-wrapper a {
  color: #fff;
}
.member .member-wrapper a:hover {
  color: #009182;
}
.member .member-wrapper .member-wrapper-inner {
  position: relative;
  height: 100%;
}
.member .member-wrapper .member-wrapper-inner:before,
.member .member-wrapper .member-wrapper-inner:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.member .member-wrapper .member-wrapper-inner:after {
  clear: both;
}
.member .member-wrapper .member-wrapper-inner:before,
.member .member-wrapper .member-wrapper-inner:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.member .member-wrapper .member-wrapper-inner:after {
  clear: both;
}
.member .member-wrapper .member-wrapper-inner .welcome-message {
  background: rgba(255, 255, 255, 0.9);
  max-width: 100%;
  float: right;
  color: #333333;
}
@media (min-width: 635px) {
  .member .member-wrapper .member-wrapper-inner .welcome-message {
    max-width: 350px;
    position: absolute;
    z-index: 3;
    padding: 20px;
    bottom: 27px;
    right: 10px;
  }
}
@media (min-width: 700px) {
  .member .member-wrapper .member-wrapper-inner .welcome-message {
    max-width: 400px;
    position: absolute;
    z-index: 3;
    padding: 20px;
    bottom: 27px;
    right: 10px;
  }
}
@media (min-width: 900px) {
  .member .member-wrapper .member-wrapper-inner .welcome-message {
    max-width: 551px;
    position: absolute;
    z-index: 3;
    padding: 25px 30px 35px;
    bottom: 27px;
    right: 10px;
  }
}
.member .member-wrapper .member-wrapper-inner .welcome-message h1 {
  color: #f05a00;
  margin-bottom: 3px;
  font-size: 1.5em;
}
@media (min-width: 635px) {
  .member .member-wrapper .member-wrapper-inner {
    max-width: 990px;
    margin: 0 auto;
    padding: 0 15px;
  }
}
.member .welcome {
  padding-bottom: 40px;
}
.member .welcome h1 {
  font-size: 1.500em;
}
@media (max-width: 634px) {
  .member .welcome {
    padding: 0;
  }
}
.member h1,
.member h2 {
  font-weight: normal;
}
.member .faqs-full .panel-heading a:after {
  font-family: "FontAwesome";
  content: "\f068";
  float: right;
  color: #f05a00;
}
.member .faqs-full .panel-heading a.collapsed:after {
  content: "\f067";
}
.member .faqs-full .panel-heading {
  padding: 7px 15px;
}
.member .faqs-full .panel-heading .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
}
.member .member-wid-wrapper:before,
.member .member-wid-wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.member .member-wid-wrapper:after {
  clear: both;
}
.member .member-wid-wrapper:before,
.member .member-wid-wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.member .member-wid-wrapper:after {
  clear: both;
}
.member .member-wid-wrapper .member-wid {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}
@media (min-width: 635px) {
  .member .member-wid-wrapper .member-wid {
    float: left;
    width: 50%;
  }
}
.member .member-wid-wrapper .member-wid#member-discussions {
  padding-right: 10px;
  /*display: none;*/
}
.member .member-wid-wrapper .member-wid#member-spotlight {
  padding-left: 10px;
}
.member .member-wid-wrapper .member-wid h1 {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 5px;
}
.member .member-wid-wrapper .member-wid .member-wid-image {
  width: 100%;
  /*margin: 0 auto;*/
  padding-bottom: 10px;
}
.member .member-wid-wrapper .member-wid .member-wid-image img {
  width: 100%;
}
@media (max-width: 634px) {
  .member .member-wid-wrapper#member-discussions {
    padding: 0 0 40px 0;
  }
  .member .member-wid-wrapper#member-spotlight {
    padding: 0;
  }
}
.member .subpage {
  min-height: 300px;
  padding: 0 15px 20px;
}
@media (min-width: 635px) {
  .member .subpage {
    padding: 0;
  }
}
.member .subpage.newsletters li {
  border-bottom: solid 1px #c2c2c2;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
  float: none;
  clear: both;
  padding: 10px 0;
}
.member .subpage.newsletters li:last-child {
  border-bottom: none;
}
.userdetail {
  /*	
	* Classic userdetail menu	
	*/
  /*	
	* Dropdown userdetail menu	
	*/
  /* styles for mobile userdetail */
}
.userdetail ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.userdetail .panel-default {
  border-color: transparent;
  border: none;
}
.userdetail .panel {
  margin-bottom: 0;
}
.userdetail .userdetail-classic {
  /* change this to display: none to disable */
  display: block;
  margin-bottom: 10px;
  float: right;
  padding: 0 8px 0 0;
}
@media (max-width: 970px) {
  .userdetail .userdetail-classic {
    padding: 0;
  }
}
.userdetail .userdetail-classic li {
  float: left;
  /* uncomment for top aligned userdetail menu
			   margin-top: 0 !important;
			   a, &.userdetail-name {
			   padding-top: @spacing;
			} */
}
.userdetail .userdetail-classic li > * {
  border-left: solid 1px #dddddd;
  display: block;
}
.userdetail .userdetail-classic li:first-child > * {
  border-left: none;
  padding-left: 0;
}
.userdetail .userdetail-classic li a,
.userdetail .userdetail-classic li.userdetail-name {
  padding: 0 10px;
  display: block;
  color: #f05a00;
  font-size: 1em;
  border-color: #dddddd;
}
.userdetail .userdetail-classic li.userdetail-name {
  color: #333333;
  padding-right: 10px;
}
.userdetail .userdetail-classic li.userdetail-logout {
  text-transform: capitalize;
}
@media (min-width: 635px) {
  .userdetail .userdetail-classic li.userdetail-yammer {
    margin-top: 7px;
  }
}
.userdetail .userdetail-classic li a:hover {
  color: #ff9657;
}
@media (min-width: 636px) {
  .userdetail .userdetail-classic li {
    margin-top: 10px;
  }
  .userdetail .userdetail-classic li.nav-mobile {
    display: none;
  }
  .userdetail .userdetail-classic li:last-child a {
    padding-right: 2px;
  }
}
@media (max-width: 635px) {
  .userdetail .userdetail-classic {
    display: block;
    margin: 0;
    float: none;
    background-color: #fff;
  }
  .userdetail .userdetail-classic li {
    width: 100%;
  }
  .userdetail .userdetail-classic li a {
    background-color: #f5f5f5;
    color: #f05a00;
    padding: 10px;
    border: 0;
    border-bottom: 1px solid #ffffff;
    text-align: center;
  }
  .userdetail .userdetail-classic li.userdetail-name {
    display: none;
  }
}
.userdetail .dropdown {
  /* change this to display: block to enable */
  display: none;
  margin-bottom: 10px;
}
.userdetail .dropdown a[data-toggle="dropdown"] {
  display: inline-block;
  margin-top: 3.3333333333333335px;
  padding-right: 0;
}
.userdetail .dropdown .dropdown-menu {
  width: auto;
  min-width: 175px;
  margin-top: 8px;
}
.userdetail .dropdown .dropdown-menu a {
  padding: 5px 10px;
}
.userdetail .dropdown .dropdown-menu a:hover {
  background-color: #f5f5f5;
}
@media (max-width: 635px) {
  .userdetail .dropdown {
    display: none;
  }
}
.userdetail .nav-trigger {
  padding: 15px 5px;
  display: block;
  background-color: #9e043e;
  text-align: left;
  color: #ffffff;
  text-decoration: none;
  line-height: 1.2em;
  border-bottom: 1px solid #ffffff;
  /* hamburger menu */
}
.userdetail .nav-trigger:before,
.userdetail .nav-trigger:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.userdetail .nav-trigger:after {
  clear: both;
}
.userdetail .nav-trigger:before,
.userdetail .nav-trigger:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.userdetail .nav-trigger:after {
  clear: both;
}
.userdetail .nav-trigger:hover {
  color: #cccccc;
  text-decoration: none;
}
.userdetail .nav-trigger .cog {
  height: 15px;
  vertical-align: -2px;
}
.userdetail .nav-trigger .name {
  float: right;
  margin-right: 15px;
}
.userdetail .nav-trigger .hamburger-icon {
  width: 22px;
  height: 18px;
  margin-right: 5px;
  position: relative;
  float: right;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.userdetail .nav-trigger .hamburger-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform, top;
  -moz-transition: -moz-transform, top;
  -o-transition: -o-transform, top;
  transition: transform , top;
  -webkit-transition-duration: 200ms, 200ms;
  -moz-transition-duration: 200ms, 200ms;
  -o-transition-duration: 200ms, 200ms;
  transition-duration: 200ms, 200ms;
  -webkit-transition-delay: 0s, 200ms;
  -moz-transition-delay: 0s, 200ms;
  -o-transition-delay: 0s, 200ms;
  transition-delay: 0s, 200ms;
  -webkit-transition-timing-function: ease-in-out, ease-in-out;
  -moz-transition-timing-function: ease-in-out, ease-in-out;
  -o-transition-timing-function: ease-in-out, ease-in-out;
  transition-timing-function: ease-in-out, ease-in-out;
}
.userdetail .nav-trigger .hamburger-icon span:nth-child(1) {
  top: 0px;
}
.userdetail .nav-trigger .hamburger-icon span:nth-child(2) {
  top: 7px;
  opacity: 1;
  -webkit-transition: opacity;
  -moz-transition: opacity;
  -o-transition: opacity;
  transition: opacity;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.userdetail .nav-trigger .hamburger-icon span:nth-child(3) {
  top: 14px;
}
.userdetail .nav-trigger .hamburger-icon.hamburger-icon-open span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform, top;
  -moz-transition: -moz-transform, top;
  -o-transition: -o-transform, top;
  transition: transform , top;
  -webkit-transition-duration: 200ms, 200ms;
  -moz-transition-duration: 200ms, 200ms;
  -o-transition-duration: 200ms, 200ms;
  transition-duration: 200ms, 200ms;
  -webkit-transition-delay: 200ms, 0s;
  -moz-transition-delay: 200ms, 0s;
  -o-transition-delay: 200ms, 0s;
  transition-delay: 200ms, 0s;
  -webkit-transition-timing-function: ease-in-out, ease-in-out;
  -moz-transition-timing-function: ease-in-out, ease-in-out;
  -o-transition-timing-function: ease-in-out, ease-in-out;
  transition-timing-function: ease-in-out, ease-in-out;
  width: 100%;
  top: 7px;
}
.userdetail .nav-trigger .hamburger-icon.hamburger-icon-open span:nth-child(2) {
  opacity: 0;
  -webkit-transition: opacity;
  -moz-transition: opacity;
  -o-transition: opacity;
  transition: opacity;
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.userdetail .nav-trigger .hamburger-icon.hamburger-icon-open span:nth-child(3) {
  width: 100%;
  top: 7px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform, top;
  -moz-transition: -moz-transform, top;
  -o-transition: -o-transform, top;
  transition: transform , top;
  -webkit-transition-duration: 200ms, 200ms;
  -moz-transition-duration: 200ms, 200ms;
  -o-transition-duration: 200ms, 200ms;
  transition-duration: 200ms, 200ms;
  -webkit-transition-delay: 200ms, 0s;
  -moz-transition-delay: 200ms, 0s;
  -o-transition-delay: 200ms, 0s;
  transition-delay: 200ms, 0s;
  -webkit-transition-timing-function: ease-in-out, ease-in-out;
  -moz-transition-timing-function: ease-in-out, ease-in-out;
  -o-transition-timing-function: ease-in-out, ease-in-out;
  transition-timing-function: ease-in-out, ease-in-out;
}
@media (min-width: 636px) {
  .userdetail .panel {
    display: none;
  }
  .userdetail #navs {
    display: block;
    margin: 0 !important;
    padding: 0;
    height: auto;
  }
}
@media (max-width: 635px) {
  .userdetail {
    background: #f05a00;
  }
  .userdetail .userdetail-classic li a {
    color: #ffffff;
    background-color: #9e043e;
    border-color: #ffffff;
  }
  .userdetail .userdetail-classic li a:hover {
    color: #cccccc;
  }
  .userdetail .panel-body {
    margin-bottom: 0;
  }
}
.nav-main {
  background-color: #e4e4e4;
  display: none;
}
.nav-main li {
  float: left;
}
.nav-main li > * {
  border-left: solid 1px #dddddd;
  display: block;
}
.nav-main li:first-child > * {
  border-left: none;
  padding-left: 0;
}
.nav-main li a {
  font-size: 1.143em;
  color: #040404;
  background-color: #e4e4e4;
  padding: 10px 30px;
  border: 0;
}
.nav-main li a.active {
  background-color: #ffffff;
  color: #666666;
}
.nav-main li a.active:hover {
  background-color: #ffffff;
  color: #666666;
}
.nav-main li a:hover {
  color: #f05a00;
  background-color: #e4e4e4;
  text-decoration: none;
}
@media (min-width: 635px) {
  .nav-main li:first-child a {
    padding-left: 30px;
  }
}
@media (max-width: 634px) {
  .nav-main {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0;
    border-bottom: 1px solid #dddddd;
  }
  .nav-main:before,
  .nav-main:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .nav-main:after {
    clear: both;
  }
  .nav-main:before,
  .nav-main:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .nav-main:after {
    clear: both;
  }
  .nav-main ul {
    padding-left: 0;
  }
  .nav-main li {
    display: block;
    float: none;
    border-top: solid 1px #fff;
  }
  .nav-main li a {
    padding: 10px 0;
    text-align: center;
    width: 100%;
  }
  .nav-main li:first-child {
    border-top: none;
  }
}
.widget {
  background: #fff;
  padding: 30px;
  margin-bottom: 20px;
}
@media (max-width: 700px) {
  .widget {
    margin-bottom: 10px;
  }
}
.widget:last-child {
  margin-bottom: 0;
}
.widget h1 {
  font-size: 1.500em;
}
.widget label {
  padding-left: 10px;
  font-weight: normal;
}
.widget label input {
  margin-right: .25em;
}
.widget .btn-submit {
  margin-top: 20px;
  margin-bottom: 0;
}
.widget .btn-submit a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 45px;
  line-height: 45px;
  background-color: #9e043e;
  font-size: 1.143em;
  font-weight: normal;
  color: #ffffff;
  padding: 0em 1.5em;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.widget .btn-submit a:hover {
  background-color: #f05a00;
  text-decoration: none;
  color: #ffffff;
}
.widget .btn-submit a:hover:after {
  background-color: #f05a00;
}
.widget .btn-submit a.disabled {
  background-color: #dddddd;
  text-decoration: none;
  color: #050505;
}
.widget .btn-submit a.disabled:after {
  background-color: #dddddd;
  color: #050505;
}
.widget .btn-submit a.disabled:hover {
  background-color: #dddddd;
  cursor: not-allowed;
  text-decoration: none;
  color: #050505;
}
.widget .btn-submit a.mobile {
  width: 100%;
  margin: 0 0 1px 0;
  text-align: center;
  display: block;
}
.widget .btn-submit a:after {
  content: ' ';
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #9e043e;
  background-image: url(../images/arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  border-left: 1px solid #ffffff;
}
@media (min-width: 635px) {
  .widget .btn-submit a {
    width: 64%;
  }
}
.widget.newsletters h1 {
  margin: 0;
}
.widget.newsletters ul li {
  border-bottom: solid 1px #c2c2c2;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
  float: none;
  clear: both;
  padding: 0;
}
.widget.newsletters ul li:last-child {
  border-bottom: none;
}
.widget.newsletters a {
  display: block;
  padding: 10px 0;
}
@media (max-width: 634px) {
  .widget.newsletters a {
    padding-left: 0;
    padding-right: 0;
  }
  .widget.newsletters .view-all {
    padding-top: 10px;
  }
  .widget.newsletters .view-all a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 45px;
    line-height: 45px;
    background-color: #9e043e;
    font-size: 1.143em;
    font-weight: normal;
    color: #ffffff;
    padding: 0em 1.5em;
    position: relative;
    text-decoration: none;
    width: 100%;
    margin: 0 0 1px 0;
    text-align: center;
    display: block;
  }
  .widget.newsletters .view-all a:hover {
    background-color: #f05a00;
    text-decoration: none;
    color: #ffffff;
  }
  .widget.newsletters .view-all a:hover:after {
    background-color: #f05a00;
  }
  .widget.newsletters .view-all a.disabled {
    background-color: #dddddd;
    text-decoration: none;
    color: #050505;
  }
  .widget.newsletters .view-all a.disabled:after {
    background-color: #dddddd;
    color: #050505;
  }
  .widget.newsletters .view-all a.disabled:hover {
    background-color: #dddddd;
    cursor: not-allowed;
    text-decoration: none;
    color: #050505;
  }
  .widget.newsletters .view-all a.mobile {
    width: 100%;
    margin: 0 0 1px 0;
    text-align: center;
    display: block;
  }
  .widget.newsletters .view-all a:after {
    content: ' ';
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #9e043e;
    background-image: url(../images/arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    border-left: 1px solid #ffffff;
  }
}
@media (max-width: 634px) and (min-width: 635px) {
  .widget.newsletters .view-all a {
    width: 64%;
  }
}
.widget.got-project {
  background: #b2d80e;
  position: relative;
  padding: 15.5px;
}
.widget.got-project a {
  font-size: 1.500em;
  color: #ffffff;
  text-decoration: none;
}
.widget.got-project a:after {
  content: ' ';
  display: block;
  width: 58px;
  height: 61px;
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #f9f9f9;
  background-image: url(../images/green-arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.widget.got-project a:hover {
  color: #ffffff;
}
@media (max-width: 634px) {
  .widget.got-project {
    padding: 14.5px;
  }
}
.widget.quickpoll {
  background: #f05a00;
  padding: 20px 15px;
  color: #ffffff;
}
@media (min-width: 635px) {
  .widget.quickpoll {
    padding: 25px 20px;
  }
}
.widget.quickpoll legend {
  border: 0;
  color: #ffffff;
  font-size: 1.714em;
  margin-bottom: 17px;
}
.widget.quickpoll table {
  width: 100%;
  margin-bottom: 10px;
}
.widget.quickpoll label {
  float: left;
  width: 90%;
  padding-left: 10px;
  font-weight: normal;
}
.widget.quickpoll .question {
  margin-bottom: 15px;
}
.widget.quickpoll input {
  float: left;
  width: 10%;
  max-width: 15px;
  margin: 2px 0 0 0;
}
.widget.quickpoll .checkbox {
  padding-left: 0;
}
.widget.quickpoll .quick-poll-result {
  width: 100%;
  display: block;
  height: 15px;
  background-color: #ffffff;
  border: solid 1px #dddddd;
  margin-bottom: 1em;
  margin-top: 0;
}
.widget.quickpoll .quick-poll-result div {
  background-color: #9e043e;
  display: block;
  height: 100%;
}
.widget.quickpoll .quick-poll-answer {
  margin-bottom: .5em;
}
.widget.quickpoll .btn-submit {
  margin-top: 20px;
  margin-bottom: 0;
}
.widget.quickpoll .btn-submit input {
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 45px;
  line-height: 45px;
  background-color: #9e043e;
  font-size: 1.143em;
  font-weight: normal;
  color: #ffffff;
  padding: 0em 1.5em;
  position: relative;
  text-decoration: none;
  max-width: none;
  width: 100%;
  border: none;
  background-color: #ffffff;
  color: #050505;
  font-size: 1.071em;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  padding: 0.08em 2.1em;
}
.widget.quickpoll .btn-submit input:hover {
  background-color: #f05a00;
  text-decoration: none;
  color: #ffffff;
}
.widget.quickpoll .btn-submit input:hover:after {
  background-color: #f05a00;
}
.widget.quickpoll .btn-submit input.disabled {
  background-color: #dddddd;
  text-decoration: none;
  color: #050505;
}
.widget.quickpoll .btn-submit input.disabled:after {
  background-color: #dddddd;
  color: #050505;
}
.widget.quickpoll .btn-submit input.disabled:hover {
  background-color: #dddddd;
  cursor: not-allowed;
  text-decoration: none;
  color: #050505;
}
.widget.quickpoll .btn-submit input.mobile {
  width: 100%;
  margin: 0 0 1px 0;
  text-align: center;
  display: block;
}
.widget.quickpoll .btn-submit input:after {
  content: ' ';
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #9e043e;
  background-image: url(../images/arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  border-left: 1px solid #ffffff;
}
@media (min-width: 635px) {
  .widget.quickpoll .btn-submit input {
    width: 64%;
  }
}
.widget.quickpoll .btn-submit input:hover {
  background-color: #9e043e;
}
@media (min-width: 635px) {
  .widget.quickpoll .btn-submit input {
    width: auto;
    margin-top: 5px;
  }
}
.content-quaternary .prim-widget-three {
  color: #474747;
  margin-bottom: 0;
  padding: 12px 15px 0;
}
.content-quaternary .prim-widget-three .media-image {
  display: none;
}
.content-quaternary .prim-widget-three .media-content h2 {
  color: #f05a00;
  margin-bottom: 3px;
  margin-top: 0;
}
.content-quaternary .prim-widget-three a.more {
  color: #030200;
  border-bottom: 2px solid #030200;
  font-weight: bold;
  font-size: 1em;
  line-height: initial;
  padding-top: 5px;
}
.content-quaternary .prim-widget-three a.more:hover {
  color: #f05a00;
  border-bottom: 2px solid #f05a00;
}
@media (min-width: 635px) {
  .content-quaternary .prim-widget-three a.more {
    margin-top: 20px;
    /*position: absolute;
				bottom: 20px;*/
  }
}
@media (max-width: 634px) {
  .content-quaternary .prim-widget-three a.more {
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 45px;
    line-height: 45px;
    background-color: #9e043e;
    font-size: 1.143em;
    font-weight: normal;
    color: #ffffff;
    padding: 0em 1.5em;
    position: relative;
    text-decoration: none;
    width: 100%;
    border-bottom: none;
  }
  .content-quaternary .prim-widget-three a.more:hover {
    background-color: #f05a00;
    text-decoration: none;
    color: #ffffff;
  }
  .content-quaternary .prim-widget-three a.more:hover:after {
    background-color: #f05a00;
  }
  .content-quaternary .prim-widget-three a.more.disabled {
    background-color: #dddddd;
    text-decoration: none;
    color: #050505;
  }
  .content-quaternary .prim-widget-three a.more.disabled:after {
    background-color: #dddddd;
    color: #050505;
  }
  .content-quaternary .prim-widget-three a.more.disabled:hover {
    background-color: #dddddd;
    cursor: not-allowed;
    text-decoration: none;
    color: #050505;
  }
  .content-quaternary .prim-widget-three a.more.mobile {
    width: 100%;
    margin: 0 0 1px 0;
    text-align: center;
    display: block;
  }
  .content-quaternary .prim-widget-three a.more:after {
    content: ' ';
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #9e043e;
    background-image: url(../images/arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    border-left: 1px solid #ffffff;
  }
}
@media (max-width: 634px) and (min-width: 635px) {
  .content-quaternary .prim-widget-three a.more {
    width: 64%;
  }
}
@media (min-width: 635px) {
  .content-quaternary .prim-widget-three {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0 11px 45px;
    color: #474747;
  }
  .content-quaternary .prim-widget-three .media-image {
    display: block;
    margin-bottom: 20px;
  }
  .content-quaternary .prim-widget-three .media-image img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .content-quaternary .prim-widget-three .media-content h2 {
    color: #f05a00;
    margin-bottom: 15px;
  }
  .content-quaternary .prim-widget-three a.more {
    color: #030200;
    border-bottom: 2px solid #030200;
    font-weight: bold;
    font-size: 1em;
    line-height: initial;
    padding-top: 5px;
  }
  .content-quaternary .prim-widget-three a.more:hover {
    color: #f05a00;
    border-bottom: 2px solid #f05a00;
  }
}
@media (min-width: 635px) and (min-width: 635px) {
  .content-quaternary .prim-widget-three {
    float: left;
    width: 33.33333333333333%;
  }
}
@media (min-width: 635px) and (min-width: 635px) {
  .content-quaternary .prim-widget-three a.more {
    margin-top: 20px;
    /*position: absolute;
					bottom: 20px;*/
  }
}
@media (min-width: 700px) {
  .content-quaternary .prim-widget-three .media-image {
    margin-bottom: 25px;
  }
  .content-quaternary .prim-widget-three .media-content h2 {
    margin-bottom: 1px 0.5;
  }
}
section.profile {
  padding-bottom: 10px;
  *behavior: url(../boxsizing.htc);
}
@media (min-width: 635px) {
  section.profile .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  section.profile .form-control {
    display: inline-block;
  }
  section.profile .radio,
  section.profile .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  section.profile .radio input[type="radio"],
  section.profile .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
section.profile h1 {
  margin-bottom: 10px;
}
section.profile h2 {
  margin-top: 20px;
}
section.profile .msg {
  padding: 0 0 5px 0;
  border-bottom: solid 1px #c2c2c2;
}
section.profile .errormsg {
  color: #ff0000;
}
section.profile .confirmmsg {
  color: #008000;
}
section.profile .form-group {
  width: 100%;
}
section.profile .form-group:last-child {
  border-bottom: none;
}
section.profile .form-group label {
  padding: 0;
  *behavior: url(../boxsizing.htc);
  font-weight: normal;
}
section.profile .form-group input.input-field-required {
  border-color: #ff0000;
}
section.profile .form-group .input-general {
  padding-top: 2px;
}
section.profile .btn-submit {
  display: block;
  margin-top: 10px;
  color: #ffffff;
  cursor: pointer;
  position: relative;
  width: 100%;
}
section.profile .btn-submit input {
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 45px;
  line-height: 45px;
  background-color: #9e043e;
  font-size: 1.143em;
  font-weight: normal;
  color: #ffffff;
  padding: 0em 1.5em;
  position: relative;
  text-decoration: none;
  width: 100%;
  padding: 0 25px;
  border: none;
}
section.profile .btn-submit input:hover {
  background-color: #f05a00;
  text-decoration: none;
  color: #ffffff;
}
section.profile .btn-submit input:hover:after {
  background-color: #f05a00;
}
section.profile .btn-submit input.disabled {
  background-color: #dddddd;
  text-decoration: none;
  color: #050505;
}
section.profile .btn-submit input.disabled:after {
  background-color: #dddddd;
  color: #050505;
}
section.profile .btn-submit input.disabled:hover {
  background-color: #dddddd;
  cursor: not-allowed;
  text-decoration: none;
  color: #050505;
}
section.profile .btn-submit input.mobile {
  width: 100%;
  margin: 0 0 1px 0;
  text-align: center;
  display: block;
}
section.profile .btn-submit input:after {
  content: ' ';
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #9e043e;
  background-image: url(../images/arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  border-left: 1px solid #ffffff;
}
@media (min-width: 635px) {
  section.profile .btn-submit input {
    width: 64%;
  }
}
section.profile .btn-submit:hover {
  color: #fff;
}
section.profile .btn-submit:hover:after {
  background-color: #f05a00;
  background-image: url(../images/arrow.png);
}
section.profile .btn-submit:after {
  content: ' ';
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  left: initial;
  right: 0;
  top: 0px;
  background-color: #9e043e;
  background-image: url(../images/arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  border-left: 1px solid #ffffff;
}
@media (min-width: 635px) {
  section.profile .btn-submit {
    width: 157px;
  }
  section.profile .btn-submit input {
    width: 157px;
  }
  section.profile .btn-submit:after {
    content: ' ';
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    left: 157px;
    right: initial;
    top: 0px;
    background-color: #9e043e;
    background-image: url(../images/arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    border-left: 1px solid #ffffff;
  }
}
section.profile .btn-unsubscribe a {
  width: 100%;
  padding: 0 2em;
}
@media (min-width: 635px) {
  section.profile .btn-unsubscribe a {
    width: 200px;
  }
}
@media (min-width: 635px) {
  section.profile .form-group .input-field,
  section.profile .form-group .input-general {
    float: left;
    width: 50%;
    min-width: 160px;
    max-width: 400px;
    margin-bottom: 10px;
  }
  section.profile .form-group label {
    padding-top: 2px;
    float: left;
    width: 25%;
    width: 160px;
  }
  section.profile .msg {
    margin-bottom: 5px;
    padding-left: 160px;
    margin-top: -5px;
  }
}
@media (max-width: 634px) {
  body.profile .content-secondary {
    display: none !important;
  }
  section.profile .form-group {
    margin-bottom: 0;
  }
  section.profile a {
    margin-top: 20px;
  }
}
.survey-wrapper,
.studies-list-full {
  position: relative;
}
.survey-wrapper:before,
.studies-list-full:before,
.survey-wrapper:after,
.studies-list-full:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.survey-wrapper:after,
.studies-list-full:after {
  clear: both;
}
.survey-wrapper:before,
.studies-list-full:before,
.survey-wrapper:after,
.studies-list-full:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.survey-wrapper:after,
.studies-list-full:after {
  clear: both;
}
.survey-wrapper h1,
.studies-list-full h1 {
  *behavior: url(../boxsizing.htc);
  overflow: hidden;
  padding: 0;
  display: block;
  width: 100%;
}
.survey-wrapper > .closedate,
.studies-list-full > .closedate {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  *behavior: url(../boxsizing.htc);
  text-align: right;
  padding: 0;
  margin-bottom: 10px;
  padding-top: .5em;
}
@media (min-width: 635px) {
  .survey-wrapper > .closedate,
  .studies-list-full > .closedate {
    float: left;
    width: 58.333333333333336%;
  }
}
.survey-wrapper .list-item,
.studies-list-full .list-item {
  border-bottom: solid 1px #c2c2c2;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
  float: none;
  clear: both;
  padding: 10px 0;
}
.survey-wrapper .list-item:last-child,
.studies-list-full .list-item:last-child {
  border-bottom: none;
}
.survey-wrapper .list-item:before,
.studies-list-full .list-item:before,
.survey-wrapper .list-item:after,
.studies-list-full .list-item:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.survey-wrapper .list-item:after,
.studies-list-full .list-item:after {
  clear: both;
}
.survey-wrapper .list-item:before,
.studies-list-full .list-item:before,
.survey-wrapper .list-item:after,
.studies-list-full .list-item:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.survey-wrapper .list-item:after,
.studies-list-full .list-item:after {
  clear: both;
}
.survey-wrapper .list-item:first-of-type,
.studies-list-full .list-item:first-of-type {
  padding-top: 0;
}
.survey-wrapper .item-header,
.studies-list-full .item-header {
  display: inline;
  color: #040404;
  margin: 0;
  *behavior: url(../boxsizing.htc);
}
@media (min-width: 635px) {
  .survey-wrapper .item-header,
  .studies-list-full .item-header {
    padding: 0 0 0 9px;
  }
}
.survey-wrapper .label-closedate,
.studies-list-full .label-closedate {
  position: absolute;
  right: 30px;
  top: 55px;
  font-size: 1em;
  color: #666666;
}
@media (max-width: 800px) {
  .survey-wrapper .label-closedate,
  .studies-list-full .label-closedate {
    display: none;
  }
}
.survey-wrapper .item-close-date,
.studies-list-full .item-close-date {
  display: inline;
  float: right !important;
  font-size: 1em;
  text-align: right;
  padding: 0 13px 0 0;
  color: #666666;
  *behavior: url(../boxsizing.htc);
}
.survey-wrapper .item-close-date:before,
.studies-list-full .item-close-date:before,
.survey-wrapper .item-close-date:after,
.studies-list-full .item-close-date:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.survey-wrapper .item-close-date:after,
.studies-list-full .item-close-date:after {
  clear: both;
}
.survey-wrapper .item-close-date:before,
.studies-list-full .item-close-date:before,
.survey-wrapper .item-close-date:after,
.studies-list-full .item-close-date:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.survey-wrapper .item-close-date:after,
.studies-list-full .item-close-date:after {
  clear: both;
}
@media (max-width: 800px) {
  .survey-wrapper .item-close-date,
  .studies-list-full .item-close-date {
    display: none;
  }
}
.survey-wrapper .item-desc,
.studies-list-full .item-desc {
  display: none;
}
.survey-wrapper .btn-all,
.studies-list-full .btn-all {
  margin-top: 18px;
  display: block;
}
@media (min-width: 635px) {
  .survey-wrapper .btn-all,
  .studies-list-full .btn-all {
    padding-left: 9px;
  }
}
.survey-wrapper .btn-all a,
.studies-list-full .btn-all a {
  font-weight: bold;
  color: #040404;
  border-bottom: 1px solid #040404;
}
.survey-wrapper .btn-all a:hover,
.studies-list-full .btn-all a:hover {
  color: #f05a00;
  border-bottom: 1px solid #f05a00;
}
@media (max-width: 634px) {
  .survey-wrapper .btn-all a,
  .studies-list-full .btn-all a {
    border-bottom: none;
  }
  .survey-wrapper .btn-all a:hover,
  .studies-list-full .btn-all a:hover {
    border-bottom: none;
  }
}
.survey-wrapper ul,
.studies-list-full ul,
.survey-wrapper .pagination,
.studies-list-full .pagination {
  float: right !important;
  margin-bottom: 10px;
  background-color: #f5f5f5;
  float: right;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 0 15px;
  text-align: right;
}
.survey-wrapper ul > *,
.studies-list-full ul > *,
.survey-wrapper .pagination > *,
.studies-list-full .pagination > * {
  margin: 5px 5px 5px 15px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.survey-wrapper .pagination:last-of-type,
.studies-list-full .pagination:last-of-type {
  margin-top: 5px;
}
@media (max-width: 634px) {
  .survey-wrapper,
  .studies-list-full {
    padding-bottom: 2.5px;
  }
  .survey-wrapper h1,
  .studies-list-full h1 {
    margin-bottom: 10px;
    padding-bottom: 5px;
  }
  .survey-wrapper .label-closedate,
  .studies-list-full .label-closedate {
    display: none;
  }
  .survey-wrapper .item-close-date,
  .studies-list-full .item-close-date {
    display: none;
  }
  .survey-wrapper .btn-all a,
  .studies-list-full .btn-all a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 45px;
    line-height: 45px;
    background-color: #9e043e;
    font-size: 1.143em;
    font-weight: normal;
    color: #ffffff;
    padding: 0em 1.5em;
    position: relative;
    text-decoration: none;
    width: 100%;
  }
  .survey-wrapper .btn-all a:hover,
  .studies-list-full .btn-all a:hover {
    background-color: #f05a00;
    text-decoration: none;
    color: #ffffff;
  }
  .survey-wrapper .btn-all a:hover:after,
  .studies-list-full .btn-all a:hover:after {
    background-color: #f05a00;
  }
  .survey-wrapper .btn-all a.disabled,
  .studies-list-full .btn-all a.disabled {
    background-color: #dddddd;
    text-decoration: none;
    color: #050505;
  }
  .survey-wrapper .btn-all a.disabled:after,
  .studies-list-full .btn-all a.disabled:after {
    background-color: #dddddd;
    color: #050505;
  }
  .survey-wrapper .btn-all a.disabled:hover,
  .studies-list-full .btn-all a.disabled:hover {
    background-color: #dddddd;
    cursor: not-allowed;
    text-decoration: none;
    color: #050505;
  }
  .survey-wrapper .btn-all a.mobile,
  .studies-list-full .btn-all a.mobile {
    width: 100%;
    margin: 0 0 1px 0;
    text-align: center;
    display: block;
  }
  .survey-wrapper .btn-all a:after,
  .studies-list-full .btn-all a:after {
    content: ' ';
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #9e043e;
    background-image: url(../images/arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    border-left: 1px solid #ffffff;
  }
  .survey-wrapper .pagination,
  .studies-list-full .pagination,
  .survey-wrapper ul,
  .studies-list-full ul {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .survey-wrapper .pagination span,
  .studies-list-full .pagination span,
  .survey-wrapper ul span,
  .studies-list-full ul span,
  .survey-wrapper .pagination li,
  .studies-list-full .pagination li,
  .survey-wrapper ul li,
  .studies-list-full ul li {
    display: inline-block;
    text-align: center;
    float: none;
  }
  .survey-wrapper .pagination .btn-prev,
  .studies-list-full .pagination .btn-prev,
  .survey-wrapper ul .btn-prev,
  .studies-list-full ul .btn-prev,
  .survey-wrapper .pagination .btn-list-all,
  .studies-list-full .pagination .btn-list-all,
  .survey-wrapper ul .btn-list-all,
  .studies-list-full ul .btn-list-all {
    float: left;
  }
  .survey-wrapper .pagination .btn-next,
  .studies-list-full .pagination .btn-next,
  .survey-wrapper ul .btn-next,
  .studies-list-full ul .btn-next,
  .survey-wrapper .pagination .btn-list-all-complete,
  .studies-list-full .pagination .btn-list-all-complete,
  .survey-wrapper ul .btn-list-all-complete,
  .studies-list-full ul .btn-list-all-complete {
    float: right;
  }
  .survey-wrapper ul,
  .studies-list-full ul {
    margin-bottom: 5px;
  }
}
@media (max-width: 634px) and (min-width: 635px) {
  .survey-wrapper .btn-all a,
  .studies-list-full .btn-all a {
    width: 64%;
  }
}
@media (max-width: 634px) {
  .survey-wrapper .list-item,
  .studies-list-full .list-item {
    padding: 10px 0;
  }
}
.survey-wrapper .survey {
  position: relative;
  padding: 0 15px 20px;
}
.survey-wrapper .survey h2 {
  color: #f05a00;
}
@media (min-width: 635px) {
  .survey-wrapper .survey {
    border: 1px solid #ebebeb;
    padding: 25px 17px 60px 11px;
  }
  .survey-wrapper .survey h2 {
    margin-bottom: 35px;
    margin-top: 0;
    border: none;
    padding-left: 8px;
  }
}
.studies-list-full .item-header {
  display: inline;
  padding-left: 0;
}
.studies-list-full .item-close-date {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
}
@media (min-width: 635px) {
  .studies-list-full .item-close-date {
    float: left;
    width: 50%;
  }
}
.studies-list-full .item-status {
  float: right !important;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  text-align: right;
  padding-right: 0;
  display: block !important;
  font-size: 1em;
  color: #666666;
}
@media (min-width: 635px) {
  .studies-list-full .item-status {
    float: left;
    width: 16.666666666666664%;
  }
}
tr.studies-list-full .item-status {
  display: table-row !important;
}
th.studies-list-full .item-status,
td.studies-list-full .item-status {
  display: table-cell !important;
}
@media (max-width: 634px) {
  .studies-list-full .item-status {
    display: none !important;
  }
  tr.studies-list-full .item-status {
    display: none !important;
  }
  th.studies-list-full .item-status,
  td.studies-list-full .item-status {
    display: none !important;
  }
}
@media (min-width: 635px) and (max-width: 699px) {
  .studies-list-full .item-status.hidden-sm {
    display: none !important;
  }
  tr.studies-list-full .item-status.hidden-sm {
    display: none !important;
  }
  th.studies-list-full .item-status.hidden-sm,
  td.studies-list-full .item-status.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 700px) and (max-width: 1199px) {
  .studies-list-full .item-status.hidden-md {
    display: none !important;
  }
  tr.studies-list-full .item-status.hidden-md {
    display: none !important;
  }
  th.studies-list-full .item-status.hidden-md,
  td.studies-list-full .item-status.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .studies-list-full .item-status.hidden-lg {
    display: none !important;
  }
  tr.studies-list-full .item-status.hidden-lg {
    display: none !important;
  }
  th.studies-list-full .item-status.hidden-lg,
  td.studies-list-full .item-status.hidden-lg {
    display: none !important;
  }
}
@media (max-width: 700px) {
  .studies-list-full .item-status {
    display: none !important;
  }
}
@media (max-width: 634px) {
  .studies-list-full .item-close-date {
    display: none;
  }
}
