/*
  ______                      __       __       _____
 /_  __/___  ____ ___  ____  / /____ _/ /____  |__  /
  / /  / _ \/ __ `__ \/ __ \/ // __ `/ __/ _ \  /_ < 
 / /  /  __/ / / / / / /_/ / // /_/ / /_/  __/___/ / 
/_/   \___/_/ /_/ /_/ .___/_/ \__,_/\__/\___//____/  
                   /_/                               

*/
/*! 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: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.42857143;
  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.42857143;
  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: 18px;
  margin-bottom: 18px;
  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.33333333%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-12 {
  width: 100%;
}
@media (min-width: 621px) {
  .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.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1025px) {
  .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.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
}
@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.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 19.5px;
  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: 32px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  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: 18px;
  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: 44px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 44px;
  line-height: 44px;
}
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: 621px) {
  .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: 621px) {
  .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;
}
.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.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.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: 621px) {
  .modal-dialog {
    left: 50%;
    right: auto;
    width: auto;
    max-width: 960px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .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);
  }
}
.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: 620px) {
  .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: 621px) and (max-width: 1024px) {
  .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: 1025px) 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: 620px) {
  .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: 621px) and (max-width: 1024px) {
  .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: 1025px) 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: 620px) {
  .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: 621px) and (max-width: 1024px) {
  .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: 1025px) 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: 620px) {
  .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: 621px) and (max-width: 1024px) {
  .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: 1025px) 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: 620px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 621px) and (max-width: 1024px) {
  .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: 1025px) 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: 620px) {
  .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: 621px) and (max-width: 1024px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1025px) 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: 620px) {
  .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: 621px) and (max-width: 1024px) {
  .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: 1025px) 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: 620px) {
  .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: 621px) and (max-width: 1024px) {
  .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: 1025px) 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;
  }
}
body {
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
}
h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.385em;
  color: #0071bc;
}
h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.5em;
  color: #0071bc;
}
p {
  margin: 0 0 10px 0;
}
a {
  color: #0071bc;
  text-decoration: none;
}
a:hover {
  color: #999999;
  text-decoration: none;
}
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 {
  border-radius: 5px;
  background: #1187c5;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExODdjNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMjk4OWQ4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDklIiBzdG9wLWNvbG9yPSIjMTE4N2M1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMGI3OWJhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA1NWU5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1187c5), color-stop(0%, #2989d8), color-stop(49%, #1187c5), color-stop(50%, #0b79ba), color-stop(100%, #055e9b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1187c5', endColorstr='#055e9b', GradientType=0);
  /* IE6-8 */
  color: #ffffff;
  padding: .5em 1.5em;
  display: inline-block;
  zoom: 1;
  *display: inline;
  transition: background-color 0.25s ease;
  text-align: center;
}
.submit-field a:hover,
.btn-unsubscribe a:hover {
  background: #055e9b;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA1NWU5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzBiNzliYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzExODdjNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyOTg5ZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTE4N2M1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, #055e9b 0%, #0b79ba 50%, #1187c5 51%, #2989d8 100%, #1187c5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #055e9b), color-stop(50%, #0b79ba), color-stop(51%, #1187c5), color-stop(100%, #2989d8), color-stop(100%, #1187c5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #055e9b 0%, #0b79ba 50%, #1187c5 51%, #2989d8 100%, #1187c5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #055e9b 0%, #0b79ba 50%, #1187c5 51%, #2989d8 100%, #1187c5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #055e9b 0%, #0b79ba 50%, #1187c5 51%, #2989d8 100%, #1187c5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #055e9b 0%, #0b79ba 50%, #1187c5 51%, #2989d8 100%, #1187c5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#055e9b', endColorstr='#1187c5', GradientType=0);
  /* IE6-8 */
  text-decoration: none;
  color: #ffffff;
}
.submit-field a.disabled,
.btn-unsubscribe a.disabled {
  background: #1187c5;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExODdjNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMjk4OWQ4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDklIiBzdG9wLWNvbG9yPSIjMTE4N2M1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMGI3OWJhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA1NWU5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1187c5), color-stop(0%, #2989d8), color-stop(49%, #1187c5), color-stop(50%, #0b79ba), color-stop(100%, #055e9b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1187c5', endColorstr='#055e9b', GradientType=0);
  /* IE6-8 */
}
.submit-field a.disabled:hover,
.btn-unsubscribe a.disabled:hover {
  background: #1187c5;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExODdjNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMjk4OWQ4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDklIiBzdG9wLWNvbG9yPSIjMTE4N2M1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMGI3OWJhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA1NWU5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1187c5), color-stop(0%, #2989d8), color-stop(49%, #1187c5), color-stop(50%, #0b79ba), color-stop(100%, #055e9b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1187c5', endColorstr='#055e9b', GradientType=0);
  /* IE6-8 */
  cursor: not-allowed;
}
@media (max-width: 620px) {
  .submit-field a,
  .btn-unsubscribe a {
    width: 100%;
    margin: 0 0 1px 0;
    text-align: center;
    display: block;
  }
}
.submit-field a.mobile,
.btn-unsubscribe a.mobile {
  width: 100%;
  margin: 0 0 1px 0;
  text-align: center;
  display: block;
}
#KeepAliveFrame {
  display: none;
}
.form-group {
  *behavior: url('../boxsizing.htc');
}
input[type="text"],
input[type="password"],
textarea {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  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: #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: solid 1px #999;
  box-shadow: 0px 0px 10px #d3d3d3;
}
.form-control-static {
  margin-top: 0;
}
.modal-content {
  border-radius: 0;
}
.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;
}
@media (min-width: 621px) {
  .container {
    max-width: 980px !important;
    padding: 0;
  }
}
@media (min-width: 621px) {
  body {
    margin-top: 35px;
  }
}
@media (max-width: 620px) {
  body {
    margin: 0;
    font-size: 1.5em;
  }
}
.content {
  background-color: #fff;
  *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;
}
@media (max-width: 620px) {
  .content {
    margin-left: -15px;
    margin-right: -15px;
  }
  .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;
  }
}
.login .content-primary {
  display: none;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 30px;
}
@media (min-width: 621px) {
  .login .content-primary {
    float: left;
    width: 35.41666667%;
  }
}
@media (min-width: 621px) {
  .login .content-primary {
    left: 27.08333333%;
  }
}
@media (max-width: 1025px) {
  .login .content-primary {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 30px;
  }
}
@media (max-width: 1025px) and (min-width: 621px) {
  .login .content-primary {
    float: left;
    width: 50%;
  }
}
@media (max-width: 1025px) and (min-width: 621px) {
  .login .content-primary {
    left: 50%;
  }
}
.login .content-secondary {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 35px 30px;
  border-left: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
}
@media (min-width: 621px) {
  .login .content-secondary {
    float: left;
    width: 35.41666667%;
  }
}
@media (min-width: 621px) {
  .login .content-secondary {
    left: 64.58333333%;
  }
}
@media (max-width: 1025px) {
  .login .content-secondary {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 30px;
  }
}
@media (max-width: 1025px) and (min-width: 621px) {
  .login .content-secondary {
    float: left;
    width: 50%;
  }
}
@media (max-width: 1025px) and (min-width: 621px) {
  .login .content-secondary {
    left: 50%;
  }
}
.login .content-tertiary {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
  border-top: 1px solid #dcdcdc;
}
@media (min-width: 621px) {
  .login .content-tertiary {
    float: left;
    width: 64.58333333%;
  }
}
@media (min-width: 621px) {
  .login .content-tertiary {
    right: 35.41666667%;
  }
}
@media (max-width: 1025px) {
  .login .content-tertiary {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0;
  }
}
@media (max-width: 1025px) and (min-width: 621px) {
  .login .content-tertiary {
    float: left;
    width: 50%;
  }
}
@media (max-width: 1025px) and (min-width: 621px) {
  .login .content-tertiary {
    right: 50%;
  }
}
@media (max-width: 1025px) {
  .login .content-tertiary {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0;
  }
}
@media (max-width: 1025px) and (min-width: 621px) {
  .login .content-tertiary {
    float: left;
    width: 50%;
  }
}
@media (max-width: 1025px) and (min-width: 621px) {
  .login .content-tertiary {
    right: 50%;
  }
}
@media (max-width: 620px) {
  .login .content-tertiary {
    display: none;
  }
}
.member {
  margin-top: 0;
}
.member .content-primary {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 35px 30px;
  background-color: #fff;
}
@media (min-width: 621px) {
  .member .content-primary {
    float: left;
    width: 66.66666667%;
  }
}
@media (max-width: 1025px) {
  .member .content-primary {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 30px;
  }
}
@media (max-width: 1025px) and (min-width: 621px) {
  .member .content-primary {
    float: left;
    width: 50%;
  }
}
@media (max-width: 1025px) and (min-width: 621px) {
  .member .content-primary {
    left: 0%;
  }
}
.member .content-secondary {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
  background-color: #fff;
  border-left: 1px solid #dcdcdc;
}
@media (min-width: 621px) {
  .member .content-secondary {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 1025px) {
  .member .content-secondary {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0;
  }
}
@media (max-width: 1025px) and (min-width: 621px) {
  .member .content-secondary {
    float: left;
    width: 50%;
  }
}
@media (max-width: 1025px) and (min-width: 621px) {
  .member .content-secondary {
    left: 0%;
  }
}
.member .content-tertiary {
  display: none;
}
section {
  margin-top: 20px;
}
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;
}
section:first-child {
  margin-top: 0;
}
.header-main {
  *behavior: url('/css/boxsizing.htc');
}
@media (min-width: 621px) {
  .header-main .desktop img.logo {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .header-main .desktop a.logo {
    border: none;
    display: block;
  }
  .header-main .mobile {
    display: none;
  }
}
@media (max-width: 620px) {
  .header-main {
    margin-left: -15px;
    margin-right: -15px;
  }
  .header-main:before,
  .header-main:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .header-main:after {
    clear: both;
  }
  .header-main:before,
  .header-main:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .header-main:after {
    clear: both;
  }
  .header-main .mobile {
    display: block;
  }
  .header-main img.logo {
    border: none;
  }
  .header-main .logo {
    width: 100%;
    height: auto;
  }
  .header-main .desktop {
    display: none;
  }
}
.footer-main {
  padding: 0;
  background-color: #ffffff;
  border-top: 1px solid #dcdcdc;
}
.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 ul {
  list-style: none;
  margin: 0;
  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: 0 0 0;
}
@media (min-width: 621px) {
  .footer-main .nav {
    float: left;
    width: 75%;
  }
}
.footer-main .nav li {
  float: left;
}
.footer-main .nav li > * {
  border-left: solid 1px #dcdcdc;
  display: block;
}
.footer-main .nav li:first-child > * {
  border-left: none;
  padding-left: 0;
}
.footer-main .nav a {
  font-size: 0.923em;
  padding: 15px 20px 3px;
  display: block;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
}
.footer-main .nav a:hover {
  color: #999999;
}
.footer-main .vclogo {
  float: right !important;
  display: block;
  width: 113px;
  height: 34px;
  padding-top: 10px;
  margin-right: 7px;
}
@media (max-width: 621px) {
  .footer-main {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 !important;
  }
  .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 .nav {
    margin: 0;
    padding: 0;
  }
  .footer-main .nav li {
    display: block;
    width: 100%;
    float: none;
    border-bottom: solid 1px #dcdcdc;
    border-left: none;
    padding: 0;
  }
  .footer-main .nav a {
    display: block;
    text-align: center;
    padding: 15px;
    font-size: 0.923em;
  }
  .footer-main .vclogo {
    margin-bottom: 10px;
    margin-right: 15px;
    display: block;
  }
}
@media (max-width: 620px) {
  .footer-main {
    border: none;
  }
  .footer-main .nav li:first-child a {
    padding-left: 15px;
  }
  .footer-main .footer-main .nav a {
    background-color: #fff;
  }
  .footer-main .nav li a {
    border-left: none;
  }
}
.gradiant-button-normal {
  background: #1187c5;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExODdjNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMjk4OWQ4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDklIiBzdG9wLWNvbG9yPSIjMTE4N2M1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMGI3OWJhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA1NWU5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1187c5), color-stop(0%, #2989d8), color-stop(49%, #1187c5), color-stop(50%, #0b79ba), color-stop(100%, #055e9b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1187c5', endColorstr='#055e9b', GradientType=0);
  /* IE6-8 */
}
.gradiant-button-hover {
  background: #055e9b;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA1NWU5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzBiNzliYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzExODdjNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyOTg5ZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTE4N2M1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, #055e9b 0%, #0b79ba 50%, #1187c5 51%, #2989d8 100%, #1187c5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #055e9b), color-stop(50%, #0b79ba), color-stop(51%, #1187c5), color-stop(100%, #2989d8), color-stop(100%, #1187c5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #055e9b 0%, #0b79ba 50%, #1187c5 51%, #2989d8 100%, #1187c5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #055e9b 0%, #0b79ba 50%, #1187c5 51%, #2989d8 100%, #1187c5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #055e9b 0%, #0b79ba 50%, #1187c5 51%, #2989d8 100%, #1187c5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #055e9b 0%, #0b79ba 50%, #1187c5 51%, #2989d8 100%, #1187c5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#055e9b', endColorstr='#1187c5', GradientType=0);
  /* IE6-8 */
}
.btn {
  border-radius: 5px;
  background: #1187c5;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExODdjNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMjk4OWQ4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDklIiBzdG9wLWNvbG9yPSIjMTE4N2M1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMGI3OWJhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA1NWU5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1187c5), color-stop(0%, #2989d8), color-stop(49%, #1187c5), color-stop(50%, #0b79ba), color-stop(100%, #055e9b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1187c5', endColorstr='#055e9b', GradientType=0);
  /* IE6-8 */
  color: #ffffff;
  padding: .5em 1.5em;
  display: inline-block;
  zoom: 1;
  *display: inline;
  transition: background-color 0.25s ease;
  text-align: center;
}
.btn:hover {
  background: #055e9b;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA1NWU5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzBiNzliYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzExODdjNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyOTg5ZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTE4N2M1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, #055e9b 0%, #0b79ba 50%, #1187c5 51%, #2989d8 100%, #1187c5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #055e9b), color-stop(50%, #0b79ba), color-stop(51%, #1187c5), color-stop(100%, #2989d8), color-stop(100%, #1187c5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #055e9b 0%, #0b79ba 50%, #1187c5 51%, #2989d8 100%, #1187c5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #055e9b 0%, #0b79ba 50%, #1187c5 51%, #2989d8 100%, #1187c5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #055e9b 0%, #0b79ba 50%, #1187c5 51%, #2989d8 100%, #1187c5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #055e9b 0%, #0b79ba 50%, #1187c5 51%, #2989d8 100%, #1187c5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#055e9b', endColorstr='#1187c5', GradientType=0);
  /* IE6-8 */
  text-decoration: none;
  color: #ffffff;
}
.btn.disabled {
  background: #1187c5;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExODdjNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMjk4OWQ4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDklIiBzdG9wLWNvbG9yPSIjMTE4N2M1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMGI3OWJhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA1NWU5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1187c5), color-stop(0%, #2989d8), color-stop(49%, #1187c5), color-stop(50%, #0b79ba), color-stop(100%, #055e9b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1187c5', endColorstr='#055e9b', GradientType=0);
  /* IE6-8 */
}
.btn.disabled:hover {
  background: #1187c5;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExODdjNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMjk4OWQ4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDklIiBzdG9wLWNvbG9yPSIjMTE4N2M1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMGI3OWJhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA1NWU5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1187c5), color-stop(0%, #2989d8), color-stop(49%, #1187c5), color-stop(50%, #0b79ba), color-stop(100%, #055e9b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1187c5', endColorstr='#055e9b', GradientType=0);
  /* IE6-8 */
  cursor: not-allowed;
}
@media (max-width: 620px) {
  .btn {
    width: 100%;
    margin: 0 0 1px 0;
    text-align: center;
    display: block;
  }
}
.btn.mobile {
  width: 100%;
  margin: 0 0 1px 0;
  text-align: center;
  display: block;
}
.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 #dcdcdc;
  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 #dcdcdc;
}
.bordered-list-right:last-child > * {
  border-right: none;
  padding-right: 0;
}
.bordered-list-bottom {
  border-bottom: solid 1px #d9d9d9;
  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: 621px) {
  #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: #939393;
  text-decoration: none;
}
#errorModal .modal-body {
  padding: 2.5px 10px;
}
#errorModal .modal-dialog {
  max-width: 300px;
}
#errorModal .modal-content {
  background-color: deeppink;
  color: #fff;
}
#errorModal .modal-header {
  padding-bottom: 0;
}
#errorModal .modal-footer {
  padding-top: 0;
}
body.login .join-now a {
  border-radius: 5px;
  background: #1187c5;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExODdjNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMjk4OWQ4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDklIiBzdG9wLWNvbG9yPSIjMTE4N2M1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMGI3OWJhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA1NWU5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1187c5), color-stop(0%, #2989d8), color-stop(49%, #1187c5), color-stop(50%, #0b79ba), color-stop(100%, #055e9b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1187c5', endColorstr='#055e9b', GradientType=0);
  /* IE6-8 */
  color: #ffffff;
  padding: .5em 1.5em;
  display: inline-block;
  zoom: 1;
  *display: inline;
  transition: background-color 0.25s ease;
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  padding: .3em 2.2em;
  text-decoration: none;
}
body.login .join-now a:hover {
  background: #055e9b;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA1NWU5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzBiNzliYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzExODdjNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyOTg5ZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTE4N2M1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, #055e9b 0%, #0b79ba 50%, #1187c5 51%, #2989d8 100%, #1187c5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #055e9b), color-stop(50%, #0b79ba), color-stop(51%, #1187c5), color-stop(100%, #2989d8), color-stop(100%, #1187c5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #055e9b 0%, #0b79ba 50%, #1187c5 51%, #2989d8 100%, #1187c5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #055e9b 0%, #0b79ba 50%, #1187c5 51%, #2989d8 100%, #1187c5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #055e9b 0%, #0b79ba 50%, #1187c5 51%, #2989d8 100%, #1187c5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #055e9b 0%, #0b79ba 50%, #1187c5 51%, #2989d8 100%, #1187c5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#055e9b', endColorstr='#1187c5', GradientType=0);
  /* IE6-8 */
  text-decoration: none;
  color: #ffffff;
}
body.login .join-now a.disabled {
  background: #1187c5;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExODdjNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMjk4OWQ4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDklIiBzdG9wLWNvbG9yPSIjMTE4N2M1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMGI3OWJhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA1NWU5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1187c5), color-stop(0%, #2989d8), color-stop(49%, #1187c5), color-stop(50%, #0b79ba), color-stop(100%, #055e9b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1187c5', endColorstr='#055e9b', GradientType=0);
  /* IE6-8 */
}
body.login .join-now a.disabled:hover {
  background: #1187c5;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExODdjNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMjk4OWQ4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDklIiBzdG9wLWNvbG9yPSIjMTE4N2M1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMGI3OWJhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA1NWU5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1187c5), color-stop(0%, #2989d8), color-stop(49%, #1187c5), color-stop(50%, #0b79ba), color-stop(100%, #055e9b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1187c5', endColorstr='#055e9b', GradientType=0);
  /* IE6-8 */
  cursor: not-allowed;
}
@media (max-width: 620px) {
  body.login .join-now a {
    width: 100%;
    margin: 0 0 1px 0;
    text-align: center;
    display: block;
  }
}
body.login .join-now a.mobile {
  width: 100%;
  margin: 0 0 1px 0;
  text-align: center;
  display: block;
}
@media (max-width: 685px) {
  body.login .join-now a {
    padding: .3em 2.0em;
  }
}
@media (max-width: 661px) {
  body.login .join-now a {
    padding: .3em 1.5em;
  }
}
@media (max-width: 620px) {
  body.login .login-image {
    display: none;
  }
}
@media (min-width: 621px) {
  body.login .login-image img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    max-width: 650px;
  }
}
.login-form {
  padding-bottom: 20px;
}
.login-form:before,
.login-form:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.login-form:after {
  clear: both;
}
.login-form:before,
.login-form:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.login-form:after {
  clear: both;
}
.login-form input[type="text"],
.login-form input[type="password"] {
  line-height: 20px;
  border-color: #999999;
  font-size: 1.077em;
}
.login-form p {
  display: none;
}
.login-form .form-submit:before,
.login-form .form-submit:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.login-form .form-submit:after {
  clear: both;
}
.login-form .form-submit:before,
.login-form .form-submit:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.login-form .form-submit:after {
  clear: both;
}
.login-form .form-group {
  margin: 0 0 10px 0;
}
.login-form .btn-login {
  float: left;
}
.login-form .form-input input {
  height: auto;
}
.login-form .form-input label {
  display: none;
}
.login-form .errMsg {
  clear: both;
  display: block;
  margin: 10px 0;
  color: #ae1b2b;
}
.login-form .submit-forgot-password {
  float: left;
  clear: both;
  display: block;
  margin: 0;
  padding-left: 0;
  padding-top: 10px;
}
.login-form .submit-forgot-password a {
  color: #0071bc;
}
.login-form .submit-forgot-password a:hover {
  color: #999999;
  text-decoration: none;
}
.login-form .submit-field a {
  font-size: 0.923em;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 15px;
}
.login-form .form-checkbox {
  display: block !important;
  font-size: 1em;
  color: #000000;
}
tr.login-form .form-checkbox {
  display: table-row !important;
}
th.login-form .form-checkbox,
td.login-form .form-checkbox {
  display: table-cell !important;
}
@media (max-width: 620px) {
  .login-form .form-checkbox {
    display: none !important;
  }
  tr.login-form .form-checkbox {
    display: none !important;
  }
  th.login-form .form-checkbox,
  td.login-form .form-checkbox {
    display: none !important;
  }
}
@media (min-width: 621px) and (max-width: 1024px) {
  .login-form .form-checkbox.hidden-sm {
    display: none !important;
  }
  tr.login-form .form-checkbox.hidden-sm {
    display: none !important;
  }
  th.login-form .form-checkbox.hidden-sm,
  td.login-form .form-checkbox.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .login-form .form-checkbox.hidden-md {
    display: none !important;
  }
  tr.login-form .form-checkbox.hidden-md {
    display: none !important;
  }
  th.login-form .form-checkbox.hidden-md,
  td.login-form .form-checkbox.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .login-form .form-checkbox.hidden-lg {
    display: none !important;
  }
  tr.login-form .form-checkbox.hidden-lg {
    display: none !important;
  }
  th.login-form .form-checkbox.hidden-lg,
  td.login-form .form-checkbox.hidden-lg {
    display: none !important;
  }
}
@media (max-width: 621px) {
  .login-form h1 {
    margin-top: 0;
  }
}
@media (max-width: 620px) {
  .login-form {
    padding-bottom: 10px;
  }
  .login-form .form-input input {
    font-size: 1.2em;
  }
  .login-form .submit-field {
    margin-top: 10px;
    padding: 0;
  }
  .login-form .submit-field a {
    border-radius: 5px;
    background: #1187c5;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExODdjNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMjk4OWQ4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDklIiBzdG9wLWNvbG9yPSIjMTE4N2M1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMGI3OWJhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA1NWU5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1187c5), color-stop(0%, #2989d8), color-stop(49%, #1187c5), color-stop(50%, #0b79ba), color-stop(100%, #055e9b));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1187c5', endColorstr='#055e9b', GradientType=0);
    /* IE6-8 */
    color: #ffffff;
    padding: .5em 1.5em;
    display: inline-block;
    zoom: 1;
    *display: inline;
    transition: background-color 0.25s ease;
    text-align: center;
  }
  .login-form .submit-field a:hover {
    background: #055e9b;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA1NWU5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzBiNzliYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzExODdjNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyOTg5ZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTE4N2M1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, #055e9b 0%, #0b79ba 50%, #1187c5 51%, #2989d8 100%, #1187c5 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #055e9b), color-stop(50%, #0b79ba), color-stop(51%, #1187c5), color-stop(100%, #2989d8), color-stop(100%, #1187c5));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #055e9b 0%, #0b79ba 50%, #1187c5 51%, #2989d8 100%, #1187c5 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #055e9b 0%, #0b79ba 50%, #1187c5 51%, #2989d8 100%, #1187c5 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #055e9b 0%, #0b79ba 50%, #1187c5 51%, #2989d8 100%, #1187c5 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #055e9b 0%, #0b79ba 50%, #1187c5 51%, #2989d8 100%, #1187c5 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#055e9b', endColorstr='#1187c5', GradientType=0);
    /* IE6-8 */
    text-decoration: none;
    color: #ffffff;
  }
  .login-form .submit-field a.disabled {
    background: #1187c5;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExODdjNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMjk4OWQ4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDklIiBzdG9wLWNvbG9yPSIjMTE4N2M1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMGI3OWJhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA1NWU5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1187c5), color-stop(0%, #2989d8), color-stop(49%, #1187c5), color-stop(50%, #0b79ba), color-stop(100%, #055e9b));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1187c5', endColorstr='#055e9b', GradientType=0);
    /* IE6-8 */
  }
  .login-form .submit-field a.disabled:hover {
    background: #1187c5;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExODdjNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMjk4OWQ4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDklIiBzdG9wLWNvbG9yPSIjMTE4N2M1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMGI3OWJhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA1NWU5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1187c5), color-stop(0%, #2989d8), color-stop(49%, #1187c5), color-stop(50%, #0b79ba), color-stop(100%, #055e9b));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1187c5', endColorstr='#055e9b', GradientType=0);
    /* IE6-8 */
    cursor: not-allowed;
  }
  .login-form .submit-field a.mobile {
    width: 100%;
    margin: 0 0 1px 0;
    text-align: center;
    display: block;
  }
}
@media (max-width: 620px) and (max-width: 620px) {
  .login-form .submit-field a {
    width: 100%;
    margin: 0 0 1px 0;
    text-align: center;
    display: block;
  }
}
.member .welcome h1 {
  font-size: 0.923em;
  font-weight: bold;
  color: #333333;
}
@media (max-width: 620px) {
  .member .welcome {
    margin-top: 0;
  }
}
.member .subpage.newsletters ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.member .subpage.newsletters li {
  border-bottom: solid 1px #d9d9d9;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
  float: none;
  clear: both;
  padding: 15px 0;
}
.member .subpage.newsletters li:last-child {
  border-bottom: none;
}
.userdetail {
  /**
	*
	* Classic Userdetail Menu
	* enable one by changing display: none / block
	*
	**/
  /**
	*
	* Dropdown Userdetail menu
	*
	**/
}
.userdetail ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.userdetail .userdetail-classic {
  /* change this to display: none to disable */
  display: block;
  margin-bottom: 10px;
  float: right;
}
.userdetail .userdetail-classic li {
  float: left;
}
.userdetail .userdetail-classic li > * {
  border-left: solid 1px #dcdcdc;
  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: #000000;
  font-size: 0.923em;
}
.userdetail .userdetail-classic li a:hover {
  color: #999999;
}
@media (min-width: 621px) {
  .userdetail .userdetail-classic li {
    margin-top: 10px;
  }
  .userdetail .userdetail-classic li:last-child a {
    padding-right: 0px;
  }
}
@media (max-width: 620px) {
  .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: #0071bc;
    color: #000000;
    padding: 5px;
    margin-bottom: 1px;
    text-align: center;
  }
  .userdetail .userdetail-classic li a:hover {
    color: #fff;
  }
  .userdetail .userdetail-classic li.userdetail-profile {
    border-top: 1px solid #fff;
  }
  .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.33333333px;
  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: #0000ff;
}
@media (max-width: 620px) {
  .userdetail .dropdown {
    display: none;
  }
}
.userdetail .nav-trigger {
  padding: 3.33333333px 5px;
  display: block;
  background-color: #0071bc;
  text-align: left;
  color: #fff;
}
.userdetail .nav-trigger:hover {
  color: #ccc;
  text-decoration: none;
}
.userdetail .nav-trigger .cog {
  height: 15px;
  vertical-align: -2px;
}
@media (min-width: 621px) {
  .userdetail .panel {
    display: none;
  }
  .userdetail #navs {
    display: block;
    margin: 0 !important;
    padding: 0;
    height: auto;
  }
}
@media (max-width: 620px) {
  .userdetail {
    margin-left: -15px;
    margin-right: -15px;
    background: #d3d3d3;
  }
  .userdetail:before,
  .userdetail:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .userdetail:after {
    clear: both;
  }
  .userdetail:before,
  .userdetail:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .userdetail:after {
    clear: both;
  }
  .userdetail .panel-body {
    margin-bottom: 0;
  }
}
.nav-main {
  background-color: #ffffff;
  padding-left: 30px;
  overflow: hidden;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.nav-main ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-main li {
  float: left;
}
.nav-main li > * {
  border-left: solid 1px #dcdcdc;
  display: block;
}
.nav-main li:first-child > * {
  border-left: none;
  padding-left: 0;
}
.nav-main li a {
  color: #000000;
  padding: 5px 30px;
  text-transform: uppercase;
}
.nav-main li a.active {
  background-color: #dcdcdc;
}
.nav-main li a:hover {
  color: #ffffff;
  background-color: #adadad;
  text-decoration: none;
}
@media (min-width: 621px) {
  .nav-main li:first-child a {
    padding-left: 30px;
    border-left: solid 1px #dcdcdc;
  }
  .nav-main li:last-child a {
    border-right: solid 1px #dcdcdc;
  }
}
@media (max-width: 620px) {
  .nav-main {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0;
  }
  .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: 15px 0;
    text-align: center;
    width: 100%;
  }
  .nav-main li:first-child {
    border-top: none;
  }
}
.widget {
  padding: 30px;
}
.widget:last-child {
  border-bottom: none;
}
.widget.newsletters h1 {
  margin: 0;
}
.widget.newsletters ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget.newsletters ul li {
  border-bottom: solid 1px #d9d9d9;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
  float: none;
  clear: both;
  padding: 15px 0;
}
.widget.newsletters ul li:last-child {
  border-bottom: none;
}
@media (min-width: 621px) {
  .widget.newsletters {
    /* a:before {
			   content: "";
			   position: absolute;
			   z-index: -1;
			   top: 17px;
			   left: 0px;
			   right: 0px;
			   bottom: 5px;
			   border-bottom: 1px solid @color-link;
			   width:auto;
			} */
  }
  .widget.newsletters a {
    display: inline-block;
    padding: 15px 0;
    /*DOUBLE BORDER*/
    position: relative;
    z-index: 1;
    padding: 0px;
    border-bottom: 1px solid #9fcae6;
  }
}
@media (max-width: 620px) {
  .widget.newsletters a {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .widget.newsletters .view-all {
    padding-top: 10px;
  }
  .widget.newsletters .view-all a {
    border-radius: 5px;
    background: #1187c5;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExODdjNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMjk4OWQ4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDklIiBzdG9wLWNvbG9yPSIjMTE4N2M1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMGI3OWJhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA1NWU5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1187c5), color-stop(0%, #2989d8), color-stop(49%, #1187c5), color-stop(50%, #0b79ba), color-stop(100%, #055e9b));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1187c5', endColorstr='#055e9b', GradientType=0);
    /* IE6-8 */
    color: #ffffff;
    padding: .5em 1.5em;
    display: inline-block;
    zoom: 1;
    *display: inline;
    transition: background-color 0.25s ease;
    width: 100%;
    margin: 0 0 1px 0;
    text-align: center;
    display: block;
  }
  .widget.newsletters .view-all a:hover {
    background: #055e9b;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA1NWU5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzBiNzliYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzExODdjNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyOTg5ZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTE4N2M1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, #055e9b 0%, #0b79ba 50%, #1187c5 51%, #2989d8 100%, #1187c5 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #055e9b), color-stop(50%, #0b79ba), color-stop(51%, #1187c5), color-stop(100%, #2989d8), color-stop(100%, #1187c5));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #055e9b 0%, #0b79ba 50%, #1187c5 51%, #2989d8 100%, #1187c5 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #055e9b 0%, #0b79ba 50%, #1187c5 51%, #2989d8 100%, #1187c5 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #055e9b 0%, #0b79ba 50%, #1187c5 51%, #2989d8 100%, #1187c5 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #055e9b 0%, #0b79ba 50%, #1187c5 51%, #2989d8 100%, #1187c5 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#055e9b', endColorstr='#1187c5', GradientType=0);
    /* IE6-8 */
    text-decoration: none;
    color: #ffffff;
  }
  .widget.newsletters .view-all a.disabled {
    background: #1187c5;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExODdjNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMjk4OWQ4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDklIiBzdG9wLWNvbG9yPSIjMTE4N2M1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMGI3OWJhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA1NWU5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1187c5), color-stop(0%, #2989d8), color-stop(49%, #1187c5), color-stop(50%, #0b79ba), color-stop(100%, #055e9b));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1187c5', endColorstr='#055e9b', GradientType=0);
    /* IE6-8 */
  }
  .widget.newsletters .view-all a.disabled:hover {
    background: #1187c5;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExODdjNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMjk4OWQ4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDklIiBzdG9wLWNvbG9yPSIjMTE4N2M1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMGI3OWJhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA1NWU5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1187c5), color-stop(0%, #2989d8), color-stop(49%, #1187c5), color-stop(50%, #0b79ba), color-stop(100%, #055e9b));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1187c5', endColorstr='#055e9b', GradientType=0);
    /* IE6-8 */
    cursor: not-allowed;
  }
  .widget.newsletters .view-all a.mobile {
    width: 100%;
    margin: 0 0 1px 0;
    text-align: center;
    display: block;
  }
}
@media (max-width: 620px) and (max-width: 620px) {
  .widget.newsletters .view-all a {
    width: 100%;
    margin: 0 0 1px 0;
    text-align: center;
    display: block;
  }
}
.widget.quickpoll table {
  width: 100%;
  margin-bottom: 10px;
}
.widget.quickpoll label {
  float: left;
  width: 90%;
  padding-left: 10px;
  font-weight: normal;
}
.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 #000000;
  margin-bottom: 1em;
  margin-top: 0;
}
.widget.quickpoll .quick-poll-result div {
  background-color: #000000;
  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 a {
  border-radius: 5px;
  background: #1187c5;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExODdjNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMjk4OWQ4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDklIiBzdG9wLWNvbG9yPSIjMTE4N2M1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMGI3OWJhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA1NWU5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1187c5), color-stop(0%, #2989d8), color-stop(49%, #1187c5), color-stop(50%, #0b79ba), color-stop(100%, #055e9b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1187c5', endColorstr='#055e9b', GradientType=0);
  /* IE6-8 */
  color: #ffffff;
  padding: .5em 1.5em;
  display: inline-block;
  zoom: 1;
  *display: inline;
  transition: background-color 0.25s ease;
  text-align: center;
}
.widget.quickpoll .btn-submit a:hover {
  background: #055e9b;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA1NWU5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzBiNzliYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzExODdjNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyOTg5ZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTE4N2M1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, #055e9b 0%, #0b79ba 50%, #1187c5 51%, #2989d8 100%, #1187c5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #055e9b), color-stop(50%, #0b79ba), color-stop(51%, #1187c5), color-stop(100%, #2989d8), color-stop(100%, #1187c5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #055e9b 0%, #0b79ba 50%, #1187c5 51%, #2989d8 100%, #1187c5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #055e9b 0%, #0b79ba 50%, #1187c5 51%, #2989d8 100%, #1187c5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #055e9b 0%, #0b79ba 50%, #1187c5 51%, #2989d8 100%, #1187c5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #055e9b 0%, #0b79ba 50%, #1187c5 51%, #2989d8 100%, #1187c5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#055e9b', endColorstr='#1187c5', GradientType=0);
  /* IE6-8 */
  text-decoration: none;
  color: #ffffff;
}
.widget.quickpoll .btn-submit a.disabled {
  background: #1187c5;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExODdjNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMjk4OWQ4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDklIiBzdG9wLWNvbG9yPSIjMTE4N2M1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMGI3OWJhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA1NWU5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1187c5), color-stop(0%, #2989d8), color-stop(49%, #1187c5), color-stop(50%, #0b79ba), color-stop(100%, #055e9b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1187c5', endColorstr='#055e9b', GradientType=0);
  /* IE6-8 */
}
.widget.quickpoll .btn-submit a.disabled:hover {
  background: #1187c5;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExODdjNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMjk4OWQ4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDklIiBzdG9wLWNvbG9yPSIjMTE4N2M1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMGI3OWJhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA1NWU5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1187c5), color-stop(0%, #2989d8), color-stop(49%, #1187c5), color-stop(50%, #0b79ba), color-stop(100%, #055e9b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1187c5', endColorstr='#055e9b', GradientType=0);
  /* IE6-8 */
  cursor: not-allowed;
}
@media (max-width: 620px) {
  .widget.quickpoll .btn-submit a {
    width: 100%;
    margin: 0 0 1px 0;
    text-align: center;
    display: block;
  }
}
.widget.quickpoll .btn-submit a.mobile {
  width: 100%;
  margin: 0 0 1px 0;
  text-align: center;
  display: block;
}
section.profile {
  padding-bottom: 10px;
  *behavior: url(../boxsizing.htc);
}
@media (min-width: 621px) {
  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 {
  padding-top: 10px;
}
section.profile .msg {
  padding: 0;
}
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-general {
  padding-top: 2px;
}
section.profile .msg {
  border-bottom: solid 1px #d9d9d9;
  padding-bottom: 5px;
}
section.profile .btn-submit {
  display: block;
  margin-top: 10px;
}
section.profile .btn-submit a {
  border-radius: 5px;
  background: #1187c5;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExODdjNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMjk4OWQ4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDklIiBzdG9wLWNvbG9yPSIjMTE4N2M1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMGI3OWJhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA1NWU5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1187c5), color-stop(0%, #2989d8), color-stop(49%, #1187c5), color-stop(50%, #0b79ba), color-stop(100%, #055e9b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1187c5', endColorstr='#055e9b', GradientType=0);
  /* IE6-8 */
  color: #ffffff;
  padding: .5em 1.5em;
  display: inline-block;
  zoom: 1;
  *display: inline;
  transition: background-color 0.25s ease;
  text-align: center;
}
section.profile .btn-submit a:hover {
  background: #055e9b;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA1NWU5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzBiNzliYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzExODdjNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyOTg5ZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTE4N2M1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, #055e9b 0%, #0b79ba 50%, #1187c5 51%, #2989d8 100%, #1187c5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #055e9b), color-stop(50%, #0b79ba), color-stop(51%, #1187c5), color-stop(100%, #2989d8), color-stop(100%, #1187c5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #055e9b 0%, #0b79ba 50%, #1187c5 51%, #2989d8 100%, #1187c5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #055e9b 0%, #0b79ba 50%, #1187c5 51%, #2989d8 100%, #1187c5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #055e9b 0%, #0b79ba 50%, #1187c5 51%, #2989d8 100%, #1187c5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #055e9b 0%, #0b79ba 50%, #1187c5 51%, #2989d8 100%, #1187c5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#055e9b', endColorstr='#1187c5', GradientType=0);
  /* IE6-8 */
  text-decoration: none;
  color: #ffffff;
}
section.profile .btn-submit a.disabled {
  background: #1187c5;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExODdjNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMjk4OWQ4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDklIiBzdG9wLWNvbG9yPSIjMTE4N2M1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMGI3OWJhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA1NWU5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1187c5), color-stop(0%, #2989d8), color-stop(49%, #1187c5), color-stop(50%, #0b79ba), color-stop(100%, #055e9b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1187c5', endColorstr='#055e9b', GradientType=0);
  /* IE6-8 */
}
section.profile .btn-submit a.disabled:hover {
  background: #1187c5;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExODdjNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMjk4OWQ4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDklIiBzdG9wLWNvbG9yPSIjMTE4N2M1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMGI3OWJhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA1NWU5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1187c5), color-stop(0%, #2989d8), color-stop(49%, #1187c5), color-stop(50%, #0b79ba), color-stop(100%, #055e9b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1187c5', endColorstr='#055e9b', GradientType=0);
  /* IE6-8 */
  cursor: not-allowed;
}
@media (max-width: 620px) {
  section.profile .btn-submit a {
    width: 100%;
    margin: 0 0 1px 0;
    text-align: center;
    display: block;
  }
}
section.profile .btn-submit a.mobile {
  width: 100%;
  margin: 0 0 1px 0;
  text-align: center;
  display: block;
}
@media (min-width: 621px) {
  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%;
    min-width: 160px;
  }
  section.profile .msg {
    margin-bottom: 5px;
    padding-left: 160px;
    margin-top: -5px;
  }
}
@media (max-width: 620px) {
  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;
  /* @media(min-width: @screen-sm) {
		.item-header:before {
		   content: "";
		   position: absolute;
		   z-index: -1;
		   top: 17px;
		   left: 0px;
		   right: 5px;
		   bottom: 5px;
		   border-bottom: 1px solid @color-link;
		   width:100%;
	
		}
	} */
  /* .btn-all a:before {
	   content: "";
	   position: absolute;
	   z-index: -1;
	   top: 17px;
	   left: 0px;
	   right: 5px;
	   bottom: 5px;
	   border-bottom: 1px solid @color-link;
	   width:100%;
	
	} */
}
.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 0 10px 0;
  display: block;
  width: 100%;
  border-bottom: solid 1px #d9d9d9;
}
.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: 621px) {
  .survey-wrapper > .closedate,
  .studies-list-full > .closedate {
    float: left;
    width: 58.33333333%;
  }
}
@media (max-width: 1025px) {
  .survey-wrapper > .closedate,
  .studies-list-full > .closedate {
    display: none;
  }
}
.survey-wrapper .list-item,
.studies-list-full .list-item {
  border-bottom: solid 1px #d9d9d9;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
  float: none;
  clear: both;
  padding: 15px 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: 5px;
}
.survey-wrapper .item-header,
.studies-list-full .item-header {
  display: inline;
  color: #0071bc;
  padding: 0;
  margin: 0;
  *behavior: url(../boxsizing.htc);
  border-bottom: 1px solid #9fcae6;
  padding: 0px;
}
.survey-wrapper .label-closedate,
.studies-list-full .label-closedate {
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 0.923em;
  color: #666666;
}
@media (max-width: 1025px) {
  .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: 0.923em;
  text-align: right;
  padding: 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: 850px) {
  .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: 10px;
  display: block;
}
.survey-wrapper .btn-all a,
.studies-list-full .btn-all a {
  border-bottom: 1px solid #9fcae6;
  /*DOUBLE BORDER*/
  position: relative;
  z-index: 1;
  padding: 0px;
}
.survey-wrapper ul,
.studies-list-full ul,
.survey-wrapper .pagination,
.studies-list-full .pagination {
  float: right !important;
  margin-bottom: 10px;
  background-color: #d3d3d3;
  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: 620px) {
  .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 {
    border-radius: 5px;
    background: #1187c5;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExODdjNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMjk4OWQ4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDklIiBzdG9wLWNvbG9yPSIjMTE4N2M1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMGI3OWJhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA1NWU5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1187c5), color-stop(0%, #2989d8), color-stop(49%, #1187c5), color-stop(50%, #0b79ba), color-stop(100%, #055e9b));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1187c5', endColorstr='#055e9b', GradientType=0);
    /* IE6-8 */
    color: #ffffff;
    padding: .5em 1.5em;
    display: inline-block;
    zoom: 1;
    *display: inline;
    transition: background-color 0.25s ease;
    width: 100%;
    margin: 0 0 1px 0;
    text-align: center;
    display: block;
  }
  .survey-wrapper .btn-all a:hover,
  .studies-list-full .btn-all a:hover {
    background: #055e9b;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA1NWU5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzBiNzliYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzExODdjNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyOTg5ZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTE4N2M1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, #055e9b 0%, #0b79ba 50%, #1187c5 51%, #2989d8 100%, #1187c5 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #055e9b), color-stop(50%, #0b79ba), color-stop(51%, #1187c5), color-stop(100%, #2989d8), color-stop(100%, #1187c5));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #055e9b 0%, #0b79ba 50%, #1187c5 51%, #2989d8 100%, #1187c5 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #055e9b 0%, #0b79ba 50%, #1187c5 51%, #2989d8 100%, #1187c5 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #055e9b 0%, #0b79ba 50%, #1187c5 51%, #2989d8 100%, #1187c5 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #055e9b 0%, #0b79ba 50%, #1187c5 51%, #2989d8 100%, #1187c5 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#055e9b', endColorstr='#1187c5', GradientType=0);
    /* IE6-8 */
    text-decoration: none;
    color: #ffffff;
  }
  .survey-wrapper .btn-all a.disabled,
  .studies-list-full .btn-all a.disabled {
    background: #1187c5;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExODdjNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMjk4OWQ4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDklIiBzdG9wLWNvbG9yPSIjMTE4N2M1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMGI3OWJhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA1NWU5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1187c5), color-stop(0%, #2989d8), color-stop(49%, #1187c5), color-stop(50%, #0b79ba), color-stop(100%, #055e9b));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1187c5', endColorstr='#055e9b', GradientType=0);
    /* IE6-8 */
  }
  .survey-wrapper .btn-all a.disabled:hover,
  .studies-list-full .btn-all a.disabled:hover {
    background: #1187c5;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExODdjNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMjk4OWQ4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDklIiBzdG9wLWNvbG9yPSIjMTE4N2M1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMGI3OWJhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA1NWU5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1187c5), color-stop(0%, #2989d8), color-stop(49%, #1187c5), color-stop(50%, #0b79ba), color-stop(100%, #055e9b));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #1187c5 0%, #2989d8 0%, #1187c5 49%, #0b79ba 50%, #055e9b 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1187c5', endColorstr='#055e9b', GradientType=0);
    /* IE6-8 */
    cursor: not-allowed;
  }
  .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 .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: 620px) and (max-width: 620px) {
  .survey-wrapper .btn-all a,
  .studies-list-full .btn-all a {
    width: 100%;
    margin: 0 0 1px 0;
    text-align: center;
    display: block;
  }
}
@media (max-width: 620px) {
  .survey-wrapper .list-item,
  .studies-list-full .list-item {
    padding: 10px 0;
  }
}
.survey-wrapper {
  padding-top: 10px;
}
.survey-wrapper .survey {
  position: relative;
}
.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: 621px) {
  .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: 0.923em;
  color: #666666;
}
@media (min-width: 621px) {
  .studies-list-full .item-status {
    float: left;
    width: 16.66666667%;
  }
}
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: 620px) {
  .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: 621px) and (max-width: 1024px) {
  .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: 1025px) 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: 1025px) {
  .studies-list-full .item-status {
    display: none !important;
  }
}
@media (max-width: 620px) {
  .studies-list-full .item-close-date {
    display: none;
  }
}
