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

*/
/*! 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: 14px;
  line-height: 1.428571429;
  color: #666666;
  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: #40d6c2;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #24a695;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-12 {
  width: 100%;
}
@media (min-width: 751px) {
  .container {
    max-width: 750px;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
@media (min-width: 980px) {
  .container {
    max-width: 970px;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
  padding-top: 7px;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a6a6a6;
}
@media (min-width: 751px) {
  .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: 751px) {
  .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;
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.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: 750px) {
  .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: 751px) and (max-width: 979px) {
  .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: 980px) 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: 750px) {
  .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: 751px) and (max-width: 979px) {
  .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: 980px) 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: 750px) {
  .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: 751px) and (max-width: 979px) {
  .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: 980px) 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: 750px) {
  .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: 751px) and (max-width: 979px) {
  .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: 980px) 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: 750px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 751px) and (max-width: 979px) {
  .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: 980px) 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: 750px) {
  .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: 751px) and (max-width: 979px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 980px) 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: 750px) {
  .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: 751px) and (max-width: 979px) {
  .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: 980px) 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: 750px) {
  .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: 751px) and (max-width: 979px) {
  .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: 980px) 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;
  }
}
/* Fonts */
/* Headings */
/* Layout */
/* Layout // Border Colors */
/* footer border colour */
/* survey & newsletter border colour */
/* Colors // Global */
/* Colors // Links */
/* Login Form */
/* Buttons */
/* Userdetail */
/* Navigation */
/* Quick Poll */
/* Survey */
/* Profile */
/* Footer */
html {
  font-family: Arial, Helvetica, sans-serif;
}
@media (min-width: 751px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 750px) {
  html {
    margin: 0;
    font-size: 16px;
  }
}
#hiddenButton {
  display: none;
}
h1 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.857rem;
  color: #002b45;
  line-height: 1.857rem;
}
h2 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.714rem;
  color: #ffffff;
  line-height: 1.714rem;
}
h3 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.429rem;
  color: #000000;
  line-height: 1.429rem;
}
legend {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.714rem;
  color: #ffffff;
  line-height: 1.714rem;
  text-transform: capitalize;
}
p {
  margin: 0 0 10px 0;
}
a {
  color: #40d6c2;
  text-decoration: none;
}
a:hover {
  color: #298a8b;
  text-decoration: none;
}
a.fa {
  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 input,
.btn-unsubscribe a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 10.5px 40px;
  border-radius: 20px;
  font-size: 1.071rem;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  text-transform: capitalize;
  background-color: #40d6c2;
  transition: background-color 0.25s ease;
  border: 0;
}
.submit-field input:hover,
.btn-unsubscribe a:hover {
  background-color: #298a8b;
  text-decoration: none;
  color: #ffffff;
}
.submit-field input.disabled,
.btn-unsubscribe a.disabled {
  background-color: #cccccc;
}
.submit-field input.disabled:hover,
.btn-unsubscribe a.disabled:hover {
  cursor: not-allowed;
}
@media (max-width: 750px) {
  .submit-field input,
  .btn-unsubscribe a {
    width: 100%;
    margin: 0 0 1px 0;
    text-align: center;
    display: block;
  }
}
.submit-field input.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');
}
/* Bootstrap overrides:
   -Forms
   -Text inputs */
input[type="text"],
input[type="password"],
textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  border-radius: 0;
}
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999999;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
input[type="text"][disabled],
input[type="password"][disabled],
textarea[disabled],
input[type="text"][readonly],
input[type="password"][readonly],
textarea[readonly],
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="password"],
fieldset[disabled] textarea {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textareainput[type="text"],
textareainput[type="password"],
textareatextarea {
  height: auto;
}
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #7f95a2;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #7f95a2;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #7f95a2;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #7f95a2;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  border: solid 1px #999;
  box-shadow: 0px 0px 10px #40d6c2;
}
.form-control-static {
  margin-top: 0;
}
/* remove rounded corners on modal windows. */
.modal-content {
  border-radius: 0;
}
/* line up checkbox labels. not sure why this is needed, but it is for now. */
.checkbox label {
  line-height: 1.75em;
}
/* add caret (up arrow) to all dropdowns */
.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: '';
}
/* Adds fade behaviour to bootstrap carousel (which doesn't natively support fade) */
.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;
}
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;
}
/* language switch */
body.en-CA .fr-CA,
body.en-CA .es-ES,
body.en-CA .pt-BR {
  display: none;
}
body.fr-CA .en-CA,
body.fr-CA .es-ES,
body.fr-CA .pt-BR {
  display: none;
}
body.es-ES .en-CA,
body.es-ES .fr-CA,
body.es-ES .pt-BR {
  display: none;
}
body.pt-BR .en-CA,
body.pt-BR .fr-CA,
body.pt-BR .es-ES {
  display: none;
}
.container {
  max-width: 100%;
  padding: 0;
}
/*
	uncomment this section below for 100% width portal
	add the .container-inner class on any div that you
	want to be the regular width inside of the container
	(example: add to .content for the whole content div)
*/
/*@media (min-width: @screen-sm) {
	.container {
		max-width: 100%;
		padding: 0;
	}

	.container-inner {
		max-width: 980px;
		margin: 0 auto;
		padding: 0 @spacing;
	}
}*/
@media (max-width: 750px) {
  body {
    margin: 0;
    font-size: 16px;
  }
}
/* Login and Member Layout */
.content {
  *behavior: url('/css/boxsizing.htc');
}
.content:before,
.content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.content:after {
  clear: both;
}
.content:before,
.content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.content:after {
  clear: both;
}
.content .content-heights {
  /* for whatever reason, you need both of these to make this div pick up the height */
  clear: both;
}
.content .content-heights:before,
.content .content-heights:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.content .content-heights:after {
  clear: both;
}
.content .content-heights:before,
.content .content-heights:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.content .content-heights: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;
}
/* Login Layout */
.login .content {
  background: #002b45 url('../images/login-bg.jpg') no-repeat;
  background-size: cover;
  background-position: bottom center;
}
@media (max-width: 750px) {
  .login .content {
    background: #002b45;
  }
}
.login .content-heights {
  max-width: 970px;
  margin: 0 auto;
  padding: 38px 15px 50px;
}
@media (max-width: 750px) {
  .login .content-heights {
    padding: 0;
  }
}
.login .content-primary {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 16px 40px 0 0;
}
@media (min-width: 751px) {
  .login .content-primary {
    float: left;
    width: 65.5%;
  }
}
@media (max-width: 989px) {
  .login .content-primary {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 16px 15px 0 0;
  }
}
@media (max-width: 989px) and (min-width: 751px) {
  .login .content-primary {
    float: left;
    width: 66.16666666666667%;
  }
}
.login .content-primary.lg-subpage {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 751px) {
  .login .content-primary.lg-subpage {
    float: left;
    width: 100%;
  }
}
@media (max-width: 750px) {
  .login .content-primary {
    padding: 0 15px;
  }
}
.login .content-secondary {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}
@media (min-width: 751px) {
  .login .content-secondary {
    float: left;
    width: 34.5%;
  }
}
@media (max-width: 989px) {
  .login .content-secondary {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0;
  }
}
@media (max-width: 989px) and (min-width: 751px) {
  .login .content-secondary {
    float: left;
    width: 33.83333333333333%;
  }
}
.login .content-secondary.lg-subpage {
  display: none;
}
@media (max-width: 750px) {
  .login .content-secondary {
    padding: 20px 0 0;
  }
}
.login .content-tertiary {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}
@media (min-width: 751px) {
  .login .content-tertiary {
    float: left;
    width: 100%;
  }
}
@media (min-width: 751px) {
  .login .content-tertiary {
    right: 0%;
  }
}
.login .content-quaternary {
  display: none;
}
/* Member Layout */
.member .content-heights {
  background: #002b45;
}
.member .content-heights .content-heights-container {
  max-width: 970px;
  margin: 0 auto;
  padding: 38px 15px 37px;
  clear: both;
}
.member .content-heights .content-heights-container:before,
.member .content-heights .content-heights-container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.member .content-heights .content-heights-container:after {
  clear: both;
}
.member .content-heights .content-heights-container:before,
.member .content-heights .content-heights-container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.member .content-heights .content-heights-container:after {
  clear: both;
}
@media (max-width: 750px) {
  .member .content-heights .content-heights-container {
    padding: 0;
    max-width: 100%;
  }
}
.member .content-primary {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0 30px 0 0;
}
@media (min-width: 751px) {
  .member .content-primary {
    float: left;
    width: 68.66666666666667%;
  }
}
@media (max-width: 750px) {
  .member .content-primary {
    padding: 0;
  }
}
.member .content-secondary {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}
@media (min-width: 751px) {
  .member .content-secondary {
    float: left;
    width: 31.33333333333333%;
  }
}
.member .content-tertiary {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
  min-height: 0;
}
@media (min-width: 751px) {
  .member .content-tertiary {
    float: left;
    width: 100%;
  }
}
@media (min-width: 751px) {
  .member .content-tertiary {
    right: 0%;
  }
}
.member .content-quaternary .content-quaternary-outer {
  background: #002b45;
  padding: 0 0 45px;
  clear: both;
}
.member .content-quaternary .content-quaternary-outer:before,
.member .content-quaternary .content-quaternary-outer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.member .content-quaternary .content-quaternary-outer:after {
  clear: both;
}
.member .content-quaternary .content-quaternary-outer:before,
.member .content-quaternary .content-quaternary-outer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.member .content-quaternary .content-quaternary-outer:after {
  clear: both;
}
@media (max-width: 750px) {
  .member .content-quaternary .content-quaternary-outer {
    padding-bottom: 0;
  }
}
.member .content-quaternary .content-quaternary-outer .content-quaternary-inner {
  max-width: 970px;
  margin: 0 auto;
  padding: 0 15px;
  clear: both;
}
.member .content-quaternary .content-quaternary-outer .content-quaternary-inner:before,
.member .content-quaternary .content-quaternary-outer .content-quaternary-inner:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.member .content-quaternary .content-quaternary-outer .content-quaternary-inner:after {
  clear: both;
}
.member .content-quaternary .content-quaternary-outer .content-quaternary-inner:before,
.member .content-quaternary .content-quaternary-outer .content-quaternary-inner:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.member .content-quaternary .content-quaternary-outer .content-quaternary-inner:after {
  clear: both;
}
.header-border-top {
  background: url('../images/top.jpg') no-repeat center center;
  background-size: cover;
  height: 8px;
}
.header-border-top-mobile-member {
  margin-left: -15px;
  margin-right: -15px;
  background: url('../images/top.jpg') no-repeat;
  background-size: cover;
  height: 8px;
  display: none;
}
.header-border-top-mobile-member:before,
.header-border-top-mobile-member:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.header-border-top-mobile-member:after {
  clear: both;
}
.header-border-top-mobile-member:before,
.header-border-top-mobile-member:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.header-border-top-mobile-member:after {
  clear: both;
}
.header-main {
  *behavior: url('/css/boxsizing.htc');
  background: #002b45;
}
.header-main .header-main-container {
  max-width: 970px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  background: #002b45;
}
.header-main img.logo {
  max-width: 100%;
}
.header-main a.logo {
  display: block;
  border: none;
}
@media (max-width: 750px) {
  .header-main .logo {
    height: auto;
  }
}
@media (max-width: 750px) {
  .member .header-border-top {
    display: none;
  }
  .member .header-border-top-mobile-member {
    display: block;
  }
}
.footer-main {
  padding: 10px;
  border-top: 1px solid #dddddd;
  background-color: transparent;
  max-width: 670px;
  margin: 0 auto;
}
.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;
}
@media (max-width: 750px) {
  .footer-main {
    max-width: none;
  }
}
.footer-main .footer-main-container {
  text-align: center;
}
.footer-main .initiative {
  font-size: 1.071rem;
  font-weight: 400;
  padding-top: 17px;
  padding-bottom: 15px;
  color: #b2b8bc;
}
.footer-main .abn {
  font-size: 0.9286rem;
  color: #b2b8bc;
  font-weight: 500;
}
@media (max-width: 750px) {
  .footer-main .abn {
    padding-top: 7px;
  }
}
.footer-main .nav {
  *behavior: url('/css/boxsizing.htc');
  padding-top: 26px;
  padding-bottom: 2px;
  padding-left: 0;
  list-style: none;
  margin: 0;
  display: inline-block;
}
@media (max-width: 750px) {
  .footer-main .nav {
    display: block;
  }
}
.footer-main .nav li {
  float: left;
}
.footer-main .nav li > * {
  border-left: solid 1px #dddddd;
  display: block;
}
.footer-main .nav li:first-child > * {
  border-left: none;
  padding-left: 0;
}
.footer-main .nav a {
  font-size: 0.9286rem;
  line-height: 0.9286rem;
  font-weight: 500;
  padding: 0 10px;
  display: block;
  color: #b2b8bc;
}
.footer-main .nav a:hover {
  color: #298a8b;
}
.footer-main .vclogo {
  padding-top: 20px;
  margin-bottom: 25px;
  margin-right: 10px;
  display: inline-block;
  width: 113px;
  height: 34px;
}
@media (max-width: 750px) {
  .footer-main .vclogo {
    padding-top: 10px;
  }
}
@media (max-width: 750px) {
  .footer-main {
    padding: 0 !important;
    border: 0;
    border-top: 1px solid #dddddd;
  }
  .footer-main .nav {
    margin: 0;
    padding: 0;
  }
  .footer-main .nav li {
    display: block;
    width: 100%;
    float: none;
    border-bottom: solid 1px #dddddd;
    border-left: none;
    padding: 0;
  }
  .footer-main .nav li:first-child a {
    padding-left: 10px;
  }
  .footer-main .nav a {
    display: block;
    text-align: center;
    padding: 10px;
    font-size: 0.9286rem;
    border-left: none;
  }
}
a.more {
  font-weight: normal;
  display: inline-block;
}
@media (max-width: 750px) {
  a.more {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 10.5px 40px;
    border-radius: 20px;
    font-size: 1.071rem;
    font-weight: normal;
    color: #ffffff;
    text-transform: capitalize;
    background-color: #40d6c2;
    transition: background-color 0.25s ease;
    border: 0;
    width: 100%;
    margin: 0 0 1px 0;
    text-align: center;
    display: block;
  }
  a.more:hover {
    background-color: #298a8b;
    text-decoration: none;
    color: #ffffff;
  }
  a.more.disabled {
    background-color: #cccccc;
  }
  a.more.disabled:hover {
    cursor: not-allowed;
  }
  a.more.mobile {
    width: 100%;
    margin: 0 0 1px 0;
    text-align: center;
    display: block;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  a.more {
    width: 100%;
    margin: 0 0 1px 0;
    text-align: center;
    display: block;
  }
}
.btn {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 10.5px 40px;
  border-radius: 20px;
  font-size: 1.071rem;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  text-transform: capitalize;
  background-color: #40d6c2;
  transition: background-color 0.25s ease;
  border: 0;
}
.btn:hover {
  background-color: #298a8b;
  text-decoration: none;
  color: #ffffff;
}
.btn.disabled {
  background-color: #cccccc;
}
.btn.disabled:hover {
  cursor: not-allowed;
}
@media (max-width: 750px) {
  .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;
}
.btn-secondary {
  background-color: #40d6c2;
  color: #ffffff;
  padding: 10.5px 30px;
}
.btn-secondary:hover {
  background-color: #298a8b;
  color: #ffffff;
}
.transition {
  transition: background-color 0.25s ease;
}
.img-responsive {
  width: 100%;
  height: auto;
}
/* Bordered lists */
.bordered-list-left {
  float: left;
}
.bordered-list-left > * {
  border-left: solid 1px #dddddd;
  display: block;
}
.bordered-list-left:first-child > * {
  border-left: none;
  padding-left: 0;
}
.bordered-list-right {
  float: right;
}
.bordered-list-right > * {
  border-right: solid 1px #dddddd;
}
.bordered-list-right:last-child > * {
  border-right: none;
  padding-right: 0;
}
.bordered-list-bottom {
  border-bottom: solid 1px #ebeced;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
  float: none;
  clear: both;
}
.bordered-list-bottom:last-child {
  border-bottom: none;
}
/* Error Modal (disabled in script.js by default) */
@media (min-width: 751px) {
  .modal {
    padding-top: 15%;
  }
}
.modal * {
  border: none;
}
.modal .modal-header {
  padding: 15px;
  border-bottom: 1px solid #dddddd;
}
.modal .modal-header:before,
.modal .modal-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal .modal-header:after {
  clear: both;
}
.modal .modal-header:before,
.modal .modal-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal .modal-header:after {
  clear: both;
}
.modal h4 {
  float: left !important;
  font-size: 2rem;
  margin-bottom: 0;
  padding-bottom: 0;
}
.modal .close {
  float: right !important;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
}
.modal .close:hover {
  color: #1b7c6f;
  text-decoration: none;
}
.modal .modal-body {
  padding: 10px 15px;
}
.modal .modal-dialog {
  max-width: 300px;
}
.modal .modal-content {
  color: #666666;
}
.modal .modal-footer {
  padding-top: 0;
}
body.login .tertiary-outer {
  background: url('../images/login-image.png') no-repeat;
  background-size: cover;
  background-position: center center;
  height: 460px;
  color: #fff;
  padding: 0;
  max-width: 1252px;
  margin: 0 auto;
}
body.login .tertiary-outer:before,
body.login .tertiary-outer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
body.login .tertiary-outer:after {
  clear: both;
}
body.login .tertiary-outer:before,
body.login .tertiary-outer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
body.login .tertiary-outer:after {
  clear: both;
}
@media (max-width: 750px) {
  body.login .tertiary-outer {
    background: #002b45;
    height: auto;
  }
}
body.login .tertiary-outer .tertiary-inner {
  max-width: 940px;
  margin: 0 auto;
}
body.login .tertiary-outer .tertiary-inner .left-text {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
  margin-top: 172px;
}
@media (min-width: 751px) {
  body.login .tertiary-outer .tertiary-inner .left-text {
    float: left;
    width: 65.5%;
  }
}
@media (max-width: 1014px) {
  body.login .tertiary-outer .tertiary-inner .left-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 920px) {
  body.login .tertiary-outer .tertiary-inner .left-text {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 230px;
  }
}
@media (max-width: 920px) and (min-width: 751px) {
  body.login .tertiary-outer .tertiary-inner .left-text {
    float: left;
    width: 58.333333333333336%;
  }
}
body.login .tertiary-outer .tertiary-inner .left-text .left-text-container {
  margin-left: -88px;
}
@media (max-width: 1150px) {
  body.login .tertiary-outer .tertiary-inner .left-text .left-text-container {
    margin-left: 0;
  }
}
@media (max-width: 750px) {
  body.login .tertiary-outer .tertiary-inner .left-text {
    display: none;
  }
}
body.login .tertiary-outer .tertiary-inner .left-text .green_line1 {
  color: #ffffff;
  background: #35d7c2;
  font-weight: 700;
  font-size: 3.857rem;
  padding: 0px 0px 1px 10px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}
@media (max-width: 850px) {
  body.login .tertiary-outer .tertiary-inner .left-text .green_line1 {
    font-size: 3rem;
  }
}
body.login .tertiary-outer .tertiary-inner .left-text .blue {
  color: #002a46;
  background: #35d7c2;
  font-weight: 700;
  font-size: 3.857rem;
  padding: 0px 10px 1px 0px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}
@media (max-width: 850px) {
  body.login .tertiary-outer .tertiary-inner .left-text .blue {
    font-size: 3rem;
  }
}
body.login .tertiary-outer .tertiary-inner .left-text .green_line2 {
  color: #ffffff;
  background: #35d7c2;
  font-weight: 700;
  font-size: 3.857rem;
  padding: 0px 15px 1px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}
@media (max-width: 850px) {
  body.login .tertiary-outer .tertiary-inner .left-text .green_line2 {
    font-size: 3rem;
  }
}
body.login .tertiary-outer .tertiary-inner .left-text .nospace {
  margin-top: -10px;
  padding-left: 48px;
}
@media (max-width: 850px) {
  body.login .tertiary-outer .tertiary-inner .left-text .nospace {
    margin-top: -8px;
  }
}
body.login .login-subpage {
  padding: 0 ;
  border-radius: 4px;
  min-height: 460px;
  line-height: 1.571rem;
  color: #ffffff;
}
@media (max-width: 750px) {
  body.login .login-subpage {
    min-height: initial;
    padding-bottom: 0;
  }
}
body.login .login-subpage h2 {
  color: #ffffff;
  border-bottom: 1px solid #ebeced;
  padding-bottom: 18px;
  margin-bottom: 20px;
}
body.login .login-welcome {
  font-size: 1.143rem;
  color: #ffffff;
  font-weight: 400;
  line-height: 2rem;
}
body.login .login-welcome h2 {
  line-height: 2.571rem;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 15px;
}
body.login .join-now {
  margin-top: 25px;
}
body.login .join-now a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 10.5px 40px;
  border-radius: 20px;
  font-size: 1.071rem;
  font-weight: normal;
  text-align: center;
  text-transform: capitalize;
  transition: background-color 0.25s ease;
  border: 0;
  background-color: #40d6c2;
  color: #ffffff;
  padding: 10.5px 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 0.9286rem;
  font-weight: 500;
  padding: 13px 26px;
}
body.login .join-now a:hover {
  background-color: #298a8b;
  text-decoration: none;
  color: #ffffff;
}
body.login .join-now a.disabled {
  background-color: #cccccc;
}
body.login .join-now a.disabled:hover {
  cursor: not-allowed;
}
@media (max-width: 750px) {
  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;
}
body.login .join-now a:hover {
  background-color: #298a8b;
  color: #ffffff;
}
body.login .join-member {
  font-size: 1.286rem;
  color: #ffffff;
  font-weight: 400;
  padding-right: 5px;
}
@media (min-width: 751px) {
  body.login .join-member {
    float: right;
    max-width: 300px;
    margin-top: -80px;
  }
}
@media (min-width: 751px) {
  body.login .join-member .join-now {
    float: right;
    margin-top: -10px;
    margin-left: 15px;
  }
}
@media (max-width: 750px) {
  body.login .join-member .join-now {
    padding-top: 15px;
    margin-top: 0;
    padding-bottom: 1px;
  }
}
@media (max-width: 980px) {
  body.login .media-object {
    display: none;
  }
}
@media (max-width: 750px) {
  body.login .tertiary-inner {
    padding: 20px 0 15px;
    min-height: 0;
  }
  body.login .tertiary-inner .tertiary-text {
    padding: 0;
  }
  body.login .tertiary-inner .tertiary-image {
    display: none;
  }
}
@media (min-width: 751px) {
  body.login .tertiary-inner {
    min-height: 0;
  }
  body.login .tertiary-image img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    max-width: 500px;
  }
}
.login-form {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  background: #ffffff;
  padding: 20px 27px 20px;
  position: relative;
}
@media (min-width: 751px) {
  .login-form {
    float: left;
    width: 34.5%;
  }
}
.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;
}
@media (min-width: 751px) {
  .login-form {
    height: 460px;
  }
}
@media (max-width: 920px) {
  .login-form {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 15px;
  }
}
@media (max-width: 920px) and (min-width: 751px) {
  .login-form {
    float: left;
    width: 41.66666666666667%;
  }
}
@media (max-width: 750px) {
  .login-form {
    height: auto;
    padding: 15px;
  }
}
.login-form h1 {
  text-align: center;
  margin-top: 20px;
  font-size: 1.571rem;
}
@media (max-width: 890px) {
  .login-form h1 {
    margin-top: 15px;
    margin-bottom: 0;
  }
}
.login-form .login-desc {
  font-weight: 400;
  font-size: 1.143rem;
  color: #002b45;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 27px;
  line-height: 1.714rem;
}
@media (max-width: 1014px) {
  .login-form .login-desc {
    margin-bottom: 18px;
    margin-top: 18px;
    font-size: 1.143rem;
    line-height: 1.714rem;
  }
}
@media (max-width: 890px) {
  .login-form .login-desc {
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 1.143rem;
    line-height: 1.714rem;
  }
}
@media (max-width: 884px) {
  .login-form .login-desc {
    font-size: 1.143rem;
    line-height: 1.714rem;
  }
}
@media (max-width: 750px) {
  .login-form .login-desc {
    font-size: 1.143rem;
    line-height: 1.714rem;
  }
}
.login-form .form-group {
  margin-bottom: 0;
}
.login-form input[type="text"] {
  /*background-image: url(../images/icn-username.png);*/
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border: 1px solid #e6e6e6;
  line-height: 20px;
  background-position: 10px center;
  background-repeat: no-repeat;
  background: #ffffff;
  box-shadow: none;
  font-size: 0.9286rem;
  color: #7f95a2;
  font-weight: 400;
  padding: 15px 17px;
}
.login-form input[type="password"],
.login-form .password-field {
  /*background-image: url(../images/icn-password.png) !important;*/
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border: 1px solid #e6e6e6;
  border-top: none;
  line-height: 20px;
  background-position: 10px center;
  background-repeat: no-repeat;
  background: #ffffff;
  box-shadow: none;
  font-size: 0.9286rem;
  color: #7f95a2;
  font-weight: 400;
  padding: 15px 17px;
}
.login-form .input-field ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #7f95a2;
}
.login-form .input-field :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #7f95a2;
  opacity: 1;
}
.login-form .input-field ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #7f95a2 !important;
  opacity: 1;
}
.login-form .input-field :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7f95a2;
}
.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 .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: 15px 27px 10px 0;
  color: #ee0000;
  font-size: 0.9286rem;
  position: absolute;
  top: 306px;
}
@media (max-width: 1014px) {
  .login-form .errMsg {
    top: 292px;
  }
}
@media (max-width: 750px) {
  .login-form .errMsg {
    position: relative;
    top: 0;
    margin-right: 0;
    text-align: center;
    padding-bottom: 5px;
  }
}
.login-form .submit-forgot-password {
  float: right;
  margin: 0;
  display: block;
  padding-left: 0;
  padding-top: 10px;
  font-size: 0.9286rem;
  margin-top: -112px;
  z-index: 2;
  position: relative;
}
@media (max-width: 1014px) {
  .login-form .submit-forgot-password {
    margin-top: -112px;
  }
}
@media (max-width: 750px) {
  .login-form .submit-forgot-password {
    float: none;
    clear: both;
    margin-top: 0;
    text-align: left;
  }
  .login-form .submit-forgot-password:before,
  .login-form .submit-forgot-password:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .login-form .submit-forgot-password:after {
    clear: both;
  }
  .login-form .submit-forgot-password:before,
  .login-form .submit-forgot-password:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .login-form .submit-forgot-password:after {
    clear: both;
  }
}
.login-form .form-submit {
  text-align: center;
}
.login-form .submit-field {
  display: inline-block;
}
.login-form .submit-field input {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 0.9286rem;
  font-weight: 500;
  padding: 10.5px 40px;
  border-radius: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 6px 22px 4px #d8f6f2;
  -moz-box-shadow: 0px 6px 22px 4px #d8f6f2;
  box-shadow: 0px 6px 22px 4px #d8f6f2;
}
.login-form .form-checkbox {
  display: block !important;
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 16px 0 82px;
  font-size: 0.9286rem;
  font-weight: 400;
  color: #4c6a7c;
}
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: 750px) {
  .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: 751px) and (max-width: 979px) {
  .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: 980px) 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: 1014px) {
  .login-form .form-checkbox {
    margin-bottom: 82px;
  }
}
.login-form .form-checkbox label {
  line-height: 1.75em;
}
@media (max-width: 750px) {
  .login-form .form-input input {
    font-size: 1.143rem;
  }
  .login-form .submit-field {
    margin-top: 10px;
    padding: 0;
  }
  .login-form .submit-field input {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 10.5px 40px;
    border-radius: 20px;
    font-size: 1.071rem;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    text-transform: capitalize;
    background-color: #40d6c2;
    transition: background-color 0.25s ease;
    border: 0;
  }
  .login-form .submit-field input:hover {
    background-color: #298a8b;
    text-decoration: none;
    color: #ffffff;
  }
  .login-form .submit-field input.disabled {
    background-color: #cccccc;
  }
  .login-form .submit-field input.disabled:hover {
    cursor: not-allowed;
  }
  .login-form .submit-field input.mobile {
    width: 100%;
    margin: 0 0 1px 0;
    text-align: center;
    display: block;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  .login-form .submit-field input {
    width: 100%;
    margin: 0 0 1px 0;
    text-align: center;
    display: block;
  }
}
.content-secondary .login-form {
  width: 100%;
  margin-top: 15px;
}
@media (max-width: 750px) {
  .content-secondary .login-form {
    margin-top: 0;
  }
}
.member .content-tertiary-outer {
  background: #5a87ca url('../images/member-image.jpg') no-repeat;
  background-position: right 37%;
  background-size: 85%;
  height: 460px;
}
@media (max-width: 1415px) {
  .member .content-tertiary-outer {
    background-size: cover;
    background-position: center bottom;
  }
}
@media (max-width: 750px) {
  .member .content-tertiary-outer {
    background: #5a87ca;
    height: auto;
  }
}
.member .content-tertiary-outer .content-tertiary-inner {
  max-width: 970px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.member .content-tertiary-outer .content-tertiary-inner .welcome-wrapper {
  clear: both;
}
.member .content-tertiary-outer .content-tertiary-inner .welcome-wrapper:before,
.member .content-tertiary-outer .content-tertiary-inner .welcome-wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.member .content-tertiary-outer .content-tertiary-inner .welcome-wrapper:after {
  clear: both;
}
.member .content-tertiary-outer .content-tertiary-inner .welcome-wrapper:before,
.member .content-tertiary-outer .content-tertiary-inner .welcome-wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.member .content-tertiary-outer .content-tertiary-inner .welcome-wrapper:after {
  clear: both;
}
.member .content-tertiary-outer .content-tertiary-inner .welcome-wrapper .welcome {
  color: #333;
  padding: 0;
}
.member .content-tertiary-outer .content-tertiary-inner .welcome-wrapper .welcome:before,
.member .content-tertiary-outer .content-tertiary-inner .welcome-wrapper .welcome:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.member .content-tertiary-outer .content-tertiary-inner .welcome-wrapper .welcome:after {
  clear: both;
}
.member .content-tertiary-outer .content-tertiary-inner .welcome-wrapper .welcome:before,
.member .content-tertiary-outer .content-tertiary-inner .welcome-wrapper .welcome:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.member .content-tertiary-outer .content-tertiary-inner .welcome-wrapper .welcome:after {
  clear: both;
}
.member .content-tertiary-outer .content-tertiary-inner .welcome-wrapper .welcome .welcome-text {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 108px 0 0 0;
  font-weight: 400;
  font-size: 1.143rem;
  line-height: 2rem;
  color: #ffffff;
}
@media (min-width: 751px) {
  .member .content-tertiary-outer .content-tertiary-inner .welcome-wrapper .welcome .welcome-text {
    float: left;
    width: 41.66666666666667%;
  }
}
@media (max-width: 980px) {
  .member .content-tertiary-outer .content-tertiary-inner .welcome-wrapper .welcome .welcome-text {
    padding-top: 75px;
  }
}
@media (max-width: 750px) {
  .member .content-tertiary-outer .content-tertiary-inner .welcome-wrapper .welcome .welcome-text {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.member .content-tertiary-outer .content-tertiary-inner .welcome-wrapper .welcome .welcome-text h1 {
  font-weight: 500;
  font-size: 2.857rem;
  color: #ffffff;
  margin-bottom: 30px;
  line-height: 3.286rem;
}
@media (max-width: 750px) {
  .member .content-tertiary-outer .content-tertiary-inner .welcome-wrapper .welcome .welcome-text h1 {
    margin-bottom: 15px;
  }
}
.member .subpage {
  background: #ffffff;
  padding: 25px;
  border-radius: 4px;
  min-height: 460px;
  line-height: 1.571rem;
}
@media (max-width: 750px) {
  .member .subpage {
    padding: 15px;
    border-radius: 0;
    min-height: initial;
  }
}
.member .subpage h1,
.member .subpage h2 {
  color: #002b45;
  border-bottom: 1px solid #ebeced;
  padding-bottom: 18px;
  margin-bottom: 20px;
}
.member .subpage img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media (max-width: 750px) {
  .member .welcome {
    min-height: 0;
    padding: 10px 20px;
    margin-top: 0;
  }
  .member .welcome .welcome-text {
    padding: 0;
  }
  .member .welcome .welcome-image {
    display: none;
  }
}
@media (min-width: 751px) {
  .member .welcome {
    min-height: 0;
  }
  .member .welcome-image img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    max-width: 545px;
  }
}
.userdetail {
  /*	
	* Classic userdetail menu	
	*/
  /*	
	* Dropdown userdetail menu	
	*/
  /* styles for mobile userdetail */
}
.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;
  margin-top: 5px;
}
.userdetail .userdetail-classic li {
  float: left;
  margin-left: 5px;
  /* uncomment for top aligned userdetail menu
			   margin-top: 0 !important;
			   a, &.userdetail-name {
			   padding-top: @spacing;
			} */
}
.userdetail .userdetail-classic li > * {
  border-left: solid 1px #dddddd;
  display: block;
}
.userdetail .userdetail-classic li:first-child > * {
  border-left: none;
  padding-left: 0;
}
@media (max-width: 750px) {
  .userdetail .userdetail-classic li {
    margin-left: 0;
  }
}
.userdetail .userdetail-classic li a,
.userdetail .userdetail-classic li.userdetail-name {
  padding: 0 10px;
  display: block;
  color: #ffffff;
  font-size: 1.071rem;
  font-weight: 400;
  border-color: transparent;
}
.userdetail .userdetail-classic li.userdetail-logout {
  text-transform: capitalize;
}
.userdetail .userdetail-classic li a:hover {
  color: #298a8b;
}
.userdetail .userdetail-classic li.userdetail-name {
  padding-top: 1px;
}
.userdetail .userdetail-classic li.userdetail-profile {
  background: url(../images/profile.png) no-repeat;
  padding: 1px 0 0 20px;
}
@media (max-width: 750px) {
  .userdetail .userdetail-classic li.userdetail-profile {
    background: none;
    padding: 0;
  }
}
.userdetail .userdetail-classic li.userdetail-logout {
  background: url(../images/signout.png) no-repeat;
  padding: 1px 0 0 20px;
}
@media (max-width: 750px) {
  .userdetail .userdetail-classic li.userdetail-logout {
    background: none;
    padding: 0;
  }
}
@media (min-width: 751px) {
  .userdetail .userdetail-classic li {
    margin-top: 10px;
  }
  .userdetail .userdetail-classic li.nav-mobile {
    display: none;
  }
  .userdetail .userdetail-classic li:last-child a {
    padding-right: 2px;
  }
}
@media (max-width: 750px) {
  .userdetail .userdetail-classic {
    display: block;
    margin: 0;
    float: none;
    background-color: #fff;
  }
  .userdetail .userdetail-classic li {
    width: 100%;
  }
  .userdetail .userdetail-classic li .fa {
    display: none;
  }
  .userdetail .userdetail-classic li a {
    background-color: #f5f5f5;
    color: #ffffff;
    padding: 10px;
    border: 0;
    border-bottom: 1px solid #333333;
    text-align: center;
  }
  .userdetail .userdetail-classic li.userdetail-name {
    display: none;
  }
}
.userdetail .dropdown {
  /* change this to display: block to enable */
  display: none;
  margin-bottom: 10px;
}
.userdetail .dropdown a[data-toggle="dropdown"] {
  display: inline-block;
  margin-top: 3.3333333333333335px;
  padding-right: 0;
}
.userdetail .dropdown .dropdown-menu {
  width: auto;
  min-width: 175px;
  margin-top: 8px;
}
.userdetail .dropdown .dropdown-menu a {
  padding: 5px 10px;
}
.userdetail .dropdown .dropdown-menu a:hover {
  background-color: #f5f5f5;
}
@media (max-width: 750px) {
  .userdetail .dropdown {
    display: none;
  }
}
.userdetail .nav-trigger {
  padding: 15px 5px;
  display: block;
  background-color: #000000;
  text-align: left;
  color: #ffffff;
  text-decoration: none;
  line-height: 1.2em;
  border-bottom: 1px solid #333333;
  /* hamburger menu */
}
.userdetail .nav-trigger:before,
.userdetail .nav-trigger:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.userdetail .nav-trigger:after {
  clear: both;
}
.userdetail .nav-trigger:before,
.userdetail .nav-trigger:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.userdetail .nav-trigger:after {
  clear: both;
}
.userdetail .nav-trigger:hover {
  color: #cccccc;
  text-decoration: none;
}
.userdetail .nav-trigger .cog {
  height: 15px;
  vertical-align: -2px;
}
.userdetail .nav-trigger .name {
  float: right;
  margin-right: 15px;
}
.userdetail .nav-trigger .hamburger-icon {
  width: 22px;
  height: 18px;
  margin-right: 5px;
  position: relative;
  float: right;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.userdetail .nav-trigger .hamburger-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform, top;
  -moz-transition: -moz-transform, top;
  -o-transition: -o-transform, top;
  transition: transform , top;
  -webkit-transition-duration: 200ms, 200ms;
  -moz-transition-duration: 200ms, 200ms;
  -o-transition-duration: 200ms, 200ms;
  transition-duration: 200ms, 200ms;
  -webkit-transition-delay: 0s, 200ms;
  -moz-transition-delay: 0s, 200ms;
  -o-transition-delay: 0s, 200ms;
  transition-delay: 0s, 200ms;
  -webkit-transition-timing-function: ease-in-out, ease-in-out;
  -moz-transition-timing-function: ease-in-out, ease-in-out;
  -o-transition-timing-function: ease-in-out, ease-in-out;
  transition-timing-function: ease-in-out, ease-in-out;
}
.userdetail .nav-trigger .hamburger-icon span:nth-child(1) {
  top: 0px;
}
.userdetail .nav-trigger .hamburger-icon span:nth-child(2) {
  top: 7px;
  opacity: 1;
  -webkit-transition: opacity;
  -moz-transition: opacity;
  -o-transition: opacity;
  transition: opacity;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.userdetail .nav-trigger .hamburger-icon span:nth-child(3) {
  top: 14px;
}
.userdetail .nav-trigger .hamburger-icon.hamburger-icon-open span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform, top;
  -moz-transition: -moz-transform, top;
  -o-transition: -o-transform, top;
  transition: transform , top;
  -webkit-transition-duration: 200ms, 200ms;
  -moz-transition-duration: 200ms, 200ms;
  -o-transition-duration: 200ms, 200ms;
  transition-duration: 200ms, 200ms;
  -webkit-transition-delay: 200ms, 0s;
  -moz-transition-delay: 200ms, 0s;
  -o-transition-delay: 200ms, 0s;
  transition-delay: 200ms, 0s;
  -webkit-transition-timing-function: ease-in-out, ease-in-out;
  -moz-transition-timing-function: ease-in-out, ease-in-out;
  -o-transition-timing-function: ease-in-out, ease-in-out;
  transition-timing-function: ease-in-out, ease-in-out;
  width: 100%;
  top: 7px;
}
.userdetail .nav-trigger .hamburger-icon.hamburger-icon-open span:nth-child(2) {
  opacity: 0;
  -webkit-transition: opacity;
  -moz-transition: opacity;
  -o-transition: opacity;
  transition: opacity;
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.userdetail .nav-trigger .hamburger-icon.hamburger-icon-open span:nth-child(3) {
  width: 100%;
  top: 7px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform, top;
  -moz-transition: -moz-transform, top;
  -o-transition: -o-transform, top;
  transition: transform , top;
  -webkit-transition-duration: 200ms, 200ms;
  -moz-transition-duration: 200ms, 200ms;
  -o-transition-duration: 200ms, 200ms;
  transition-duration: 200ms, 200ms;
  -webkit-transition-delay: 200ms, 0s;
  -moz-transition-delay: 200ms, 0s;
  -o-transition-delay: 200ms, 0s;
  transition-delay: 200ms, 0s;
  -webkit-transition-timing-function: ease-in-out, ease-in-out;
  -moz-transition-timing-function: ease-in-out, ease-in-out;
  -o-transition-timing-function: ease-in-out, ease-in-out;
  transition-timing-function: ease-in-out, ease-in-out;
}
@media (min-width: 751px) {
  .userdetail .panel {
    display: none;
  }
  .userdetail #navs {
    display: block;
    margin: 0 !important;
    padding: 0;
    height: auto;
  }
}
@media (max-width: 750px) {
  .userdetail {
    margin-left: -15px;
    margin-right: -15px;
    background: #40d6c2;
  }
  .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 .userdetail-classic li a {
    color: #ffffff;
    background-color: #000000;
    border-color: #333333;
  }
  .userdetail .userdetail-classic li a:hover {
    color: #cccccc;
  }
  .userdetail .panel-body {
    margin-bottom: 0;
  }
}
.nav-main {
  background: #5a87ca url('../images/mask.png') repeat-x;
}
.nav-main .nav-main-container {
  max-width: 970px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.nav-main ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-main li {
  float: left;
  border: none;
}
.nav-main li > * {
  border-left: solid 1px #dddddd;
  display: block;
}
.nav-main li:first-child > * {
  border-left: none;
  padding-left: 0;
}
.nav-main li a {
  font-size: 1.286rem;
  font-weight: 400;
  color: #ffffff;
  padding: 10px 20px;
  border-color: transparent;
  text-decoration: none;
}
.nav-main li a:hover {
  color: #298a8b;
  text-decoration: none;
}
.nav-main li a.active {
  color: #298a8b;
  text-decoration: none;
}
@media (min-width: 751px) {
  .nav-main li {
    border: 0;
  }
  .nav-main li:first-child a {
    padding-left: 0;
    border: 0;
  }
  .nav-main li:last-child a {
    border: 0;
  }
}
@media (max-width: 750px) {
  .nav-main {
    display: none;
  }
}
@media (max-width: 750px) {
  .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 transparent;
  }
  .nav-main li a {
    padding: 10px 0;
    text-align: center;
    width: 100%;
  }
  .nav-main li:first-child {
    border-top: none;
  }
}
/* Base widget styles */
.widget {
  padding-left: 20px;
  padding-right: 20px;
}
.widget.newsletters h1 {
  margin: 0;
}
.widget.newsletters ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget.newsletters ul li {
  border-bottom: solid 1px #ebeced;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
  float: none;
  clear: both;
  padding: 0;
}
.widget.newsletters ul li:last-child {
  border-bottom: none;
}
.widget.newsletters a {
  display: block;
  padding: 10px 0;
}
@media (max-width: 750px) {
  .widget.newsletters a {
    padding-left: 0;
    padding-right: 0;
  }
  .widget.newsletters .view-all {
    padding-top: 10px;
  }
  .widget.newsletters .view-all a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 10.5px 40px;
    border-radius: 20px;
    font-size: 1.071rem;
    font-weight: normal;
    color: #ffffff;
    text-transform: capitalize;
    background-color: #40d6c2;
    transition: background-color 0.25s ease;
    border: 0;
    width: 100%;
    margin: 0 0 1px 0;
    text-align: center;
    display: block;
  }
  .widget.newsletters .view-all a:hover {
    background-color: #298a8b;
    text-decoration: none;
    color: #ffffff;
  }
  .widget.newsletters .view-all a.disabled {
    background-color: #cccccc;
  }
  .widget.newsletters .view-all a.disabled:hover {
    cursor: not-allowed;
  }
  .widget.newsletters .view-all a.mobile {
    width: 100%;
    margin: 0 0 1px 0;
    text-align: center;
    display: block;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  .widget.newsletters .view-all a {
    width: 100%;
    margin: 0 0 1px 0;
    text-align: center;
    display: block;
  }
}
.widget.quickpoll {
  padding: 20px 25px 20px 0;
  color: #ffffff;
  font-size: 1.071rem;
  font-weight: 400;
  line-height: 1.857rem;
}
@media (max-width: 750px) {
  .widget.quickpoll {
    padding: 20px 15px;
  }
}
.widget.quickpoll legend {
  border: 0;
  margin-bottom: 22px;
}
.widget.quickpoll table {
  width: 100%;
  margin-bottom: 10px;
}
.widget.quickpoll label {
  float: left;
  width: 90%;
  padding-left: 10px;
  font-weight: normal;
}
.widget.quickpoll .question {
  margin-bottom: 5px;
}
.widget.quickpoll table tr td {
  border-bottom: 1px solid #0c466a;
  padding: 10px 0 5px;
}
.widget.quickpoll table tr:last-child td {
  border-bottom: none;
}
.widget.quickpoll input {
  float: left;
  width: 10%;
  max-width: 15px;
  margin: 6px 0 0 0;
}
.widget.quickpoll .checkbox {
  padding-left: 0;
}
.widget.quickpoll .quick-poll-result {
  width: 100%;
  display: block;
  height: 15px;
  background-color: #ffffff;
  border: solid 1px #dddddd;
  margin-bottom: 1em;
  margin-top: 0;
}
.widget.quickpoll .quick-poll-result div {
  background-color: #40d6c2;
  display: block;
  height: 100%;
}
.widget.quickpoll .quick-poll-answer {
  margin-bottom: .5em;
}
.widget.quickpoll .btn-submit {
  margin-top: 20px;
  margin-bottom: 0;
}
.widget.quickpoll .btn-submit input {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 10.5px 40px;
  border-radius: 20px;
  font-size: 1.071rem;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  text-transform: capitalize;
  background-color: #40d6c2;
  transition: background-color 0.25s ease;
  border: 0;
  max-width: none;
  width: auto;
  padding: 8.5px 37.5px;
  margin-top: 15px;
}
.widget.quickpoll .btn-submit input:hover {
  background-color: #298a8b;
  text-decoration: none;
  color: #ffffff;
}
.widget.quickpoll .btn-submit input.disabled {
  background-color: #cccccc;
}
.widget.quickpoll .btn-submit input.disabled:hover {
  cursor: not-allowed;
}
@media (max-width: 750px) {
  .widget.quickpoll .btn-submit input {
    width: 100%;
    margin: 0 0 1px 0;
    text-align: center;
    display: block;
  }
}
.widget.quickpoll .btn-submit input.mobile {
  width: 100%;
  margin: 0 0 1px 0;
  text-align: center;
  display: block;
}
.content-quaternary .widget {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border-right: 1px solid #dddddd;
  padding: 0 15px;
}
@media (min-width: 751px) {
  .content-quaternary .widget {
    float: left;
    width: 50%;
  }
}
@media (max-width: 750px) {
  .content-quaternary .widget {
    border: 0;
    padding: 0 0 10px 0;
  }
}
.content-quaternary .widget:last-child {
  border: 0;
}
.login .widget {
  padding: 0;
}
.login .widget.faqs {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 750px) {
  .login .widget.faqs {
    border-radius: 0;
  }
}
.login .widget.faqs .faqs-list-item {
  padding: 15px 30px 28px;
}
@media (max-width: 980px) {
  .login .widget.faqs .faqs-list-item {
    padding: 15px;
  }
}
@media (max-width: 750px) {
  .login .widget.faqs .faqs-list-item {
    padding: 15px;
  }
}
.login .widget.faqs .faqs-list-item .list-item {
  border-bottom: 1px solid #ebeced;
  padding: 13px 0;
}
.login .widget.faqs .faqs-list-item .list-item a {
  color: #002b45;
  font-weight: 400;
  font-size: 1.071rem;
}
.login .widget.faqs .faqs-list-item .list-item a:hover {
  color: #298a8b;
}
.login .widget.faqs .faqs-list-item .list-item.last {
  border-bottom: 0;
}
.login .widget.faqs .faqs-list-item .list-item p {
  margin-bottom: 0;
}
.login .widget.faqs .faqs-list-item .more {
  margin-top: 30px;
  font-weight: 400;
  font-size: 1.071rem;
}
.login .widget.faqs img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media (max-width: 750px) {
  .login .widget.faqs img {
    display: none;
  }
}
.content-quaternary-inner .widget-three {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0 0 25px 0;
  border: none;
  position: relative;
}
@media (min-width: 751px) {
  .content-quaternary-inner .widget-three {
    float: left;
    width: 31.206666666666667%;
  }
}
@media (max-width: 750px) {
  .content-quaternary-inner .widget-three {
    margin-bottom: 13px;
  }
}
.content-quaternary-inner .widget-three.virtual-reality {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}
@media (min-width: 751px) {
  .content-quaternary-inner .widget-three.virtual-reality {
    float: left;
    width: 34.39666666666667%;
  }
}
@media (min-width: 751px) {
  .content-quaternary-inner .widget-three.virtual-reality {
    padding-right: 30px;
  }
}
.content-quaternary-inner .widget-three.newsletters {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}
@media (min-width: 751px) {
  .content-quaternary-inner .widget-three.newsletters {
    float: left;
    width: 34.39666666666667%;
  }
}
@media (min-width: 751px) {
  .content-quaternary-inner .widget-three.newsletters {
    padding-right: 30px;
  }
}
@media (max-width: 750px) {
  .content-quaternary-inner .widget-three.winners {
    padding-bottom: 8px;
  }
}
.content-quaternary-inner .widget-three img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  .content-quaternary-inner .widget-three img {
    display: none;
  }
}
.content-quaternary-inner .widget-three .widget-desc {
  font-size: 1.071rem;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.857rem;
  margin-bottom: 10px;
  clear: both;
}
.content-quaternary-inner .widget-three .widget-desc:before,
.content-quaternary-inner .widget-three .widget-desc:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.content-quaternary-inner .widget-three .widget-desc:after {
  clear: both;
}
.content-quaternary-inner .widget-three .widget-desc:before,
.content-quaternary-inner .widget-three .widget-desc:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.content-quaternary-inner .widget-three .widget-desc:after {
  clear: both;
}
.content-quaternary-inner .widget-three a.more {
  position: absolute;
  bottom: 0;
  padding: 0;
}
@media (max-width: 750px) {
  .content-quaternary-inner .widget-three a.more {
    position: relative;
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 10.5px 40px;
    border-radius: 20px;
    font-size: 1.071rem;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    text-transform: capitalize;
    background-color: #40d6c2;
    transition: background-color 0.25s ease;
    border: 0;
  }
  .content-quaternary-inner .widget-three a.more:hover {
    background-color: #298a8b;
    text-decoration: none;
    color: #ffffff;
  }
  .content-quaternary-inner .widget-three a.more.disabled {
    background-color: #cccccc;
  }
  .content-quaternary-inner .widget-three a.more.disabled:hover {
    cursor: not-allowed;
  }
  .content-quaternary-inner .widget-three a.more.mobile {
    width: 100%;
    margin: 0 0 1px 0;
    text-align: center;
    display: block;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  .content-quaternary-inner .widget-three a.more {
    width: 100%;
    margin: 0 0 1px 0;
    text-align: center;
    display: block;
  }
}
section.profile {
  padding-bottom: 10px;
  *behavior: url(../boxsizing.htc);
}
@media (min-width: 751px) {
  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;
  font-size: 1.714rem;
}
section.profile h2 {
  margin-top: 20px;
  line-height: 2rem;
}
section.profile .msg {
  padding: 0 0 5px 0;
  border-bottom: solid 1px #ebeced;
}
section.profile .errormsg {
  color: #ff0000;
}
section.profile .confirmmsg {
  color: #008000;
}
section.profile .form-group {
  width: 100%;
}
section.profile .form-group:last-child {
  border-bottom: none;
}
section.profile .form-group label {
  padding: 0;
  *behavior: url(../boxsizing.htc);
  font-weight: normal;
}
section.profile .form-group input.input-field-required {
  border-color: #ff0000;
}
section.profile .form-group .input-general {
  padding-top: 2px;
}
section.profile .btn-submit {
  display: block;
  margin-top: 10px;
}
section.profile .btn-submit input {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 10.5px 40px;
  border-radius: 20px;
  font-size: 1.071rem;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  text-transform: capitalize;
  background-color: #40d6c2;
  transition: background-color 0.25s ease;
  border: 0;
}
section.profile .btn-submit input:hover {
  background-color: #298a8b;
  text-decoration: none;
  color: #ffffff;
}
section.profile .btn-submit input.disabled {
  background-color: #cccccc;
}
section.profile .btn-submit input.disabled:hover {
  cursor: not-allowed;
}
@media (max-width: 750px) {
  section.profile .btn-submit input {
    width: 100%;
    margin: 0 0 1px 0;
    text-align: center;
    display: block;
  }
}
section.profile .btn-submit input.mobile {
  width: 100%;
  margin: 0 0 1px 0;
  text-align: center;
  display: block;
}
@media (min-width: 751px) {
  section.profile .form-group .input-field,
  section.profile .form-group .input-general {
    float: left;
    width: 50%;
    min-width: 160px;
    max-width: 400px;
    margin-bottom: 10px;
  }
  section.profile .form-group label {
    padding-top: 2px;
    float: left;
    width: 25%;
    width: 160px;
  }
  section.profile .msg {
    margin-bottom: 5px;
    padding-left: 160px;
    margin-top: -5px;
  }
}
@media (max-width: 750px) {
  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;
  /* This is for the "stay tuned for upcoming activities" text */
}
.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,
.survey-wrapper h2,
.studies-list-full h2 {
  *behavior: url(../boxsizing.htc);
  overflow: hidden;
  padding: 28px 30px 23px;
  display: block;
  width: 100%;
  border-bottom: solid 1px #ebeced;
  background: #ffffff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #002b45;
  margin-bottom: 0;
}
.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: 751px) {
  .survey-wrapper > .closedate,
  .studies-list-full > .closedate {
    float: left;
    width: 58.333333333333336%;
  }
}
.survey-wrapper .list-item,
.studies-list-full .list-item {
  border-bottom: solid 1px #ebeced;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
  float: none;
  clear: both;
  padding-top: 16px;
  padding-bottom: 16px;
}
.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:last-of-type,
.studies-list-full .list-item:last-of-type {
  border-bottom: none;
}
.survey-wrapper .item-header,
.studies-list-full .item-header {
  display: inline;
  color: #002b45;
  padding: 0;
  margin: 0;
  *behavior: url(../boxsizing.htc);
}
.survey-wrapper .item-header a,
.studies-list-full .item-header a {
  margin-left: 5px;
  color: #002b45;
  font-size: 1.071rem;
  font-weight: 400;
}
.survey-wrapper .item-header a:hover,
.studies-list-full .item-header a:hover {
  color: #46b7a1;
}
.survey-wrapper .label-closedate,
.studies-list-full .label-closedate {
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 1.071rem;
  color: #3d454a;
  display: none;
}
.survey-wrapper .item-close-date,
.studies-list-full .item-close-date {
  display: inline;
  float: right !important;
  font-size: 1.071rem;
  text-align: right;
  padding: 0;
  color: #3d454a;
  *behavior: url(../boxsizing.htc);
  font-weight: 400;
}
.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;
}
.survey-wrapper .item-desc,
.studies-list-full .item-desc {
  display: none;
}
.survey-wrapper .stdLstNoDataLbl,
.studies-list-full .stdLstNoDataLbl {
  color: #666666;
  padding-top: 20px;
}
.survey-wrapper .btn-all,
.studies-list-full .btn-all {
  margin-top: 40px;
  display: block;
}
.survey-wrapper ul,
.studies-list-full ul,
.survey-wrapper .pagination,
.studies-list-full .pagination {
  float: right !important;
  margin: 0 0 15px 0;
  background-color: #f5f5f5;
  float: right;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 0 15px;
  text-align: right;
}
.survey-wrapper ul > *,
.studies-list-full ul > *,
.survey-wrapper .pagination > *,
.studies-list-full .pagination > * {
  margin: 5px 5px 5px 15px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.survey-wrapper .pagination:last-of-type,
.studies-list-full .pagination:last-of-type {
  margin-top: 10px;
}
@media (max-width: 750px) {
  .survey-wrapper,
  .studies-list-full {
    padding-bottom: 10px;
  }
  .survey-wrapper h1,
  .studies-list-full h1,
  .survey-wrapper h2,
  .studies-list-full h2 {
    margin-bottom: 10px;
    padding-bottom: 5px;
  }
  .survey-wrapper .label-closedate,
  .studies-list-full .label-closedate {
    display: none;
  }
  .survey-wrapper .item-close-date,
  .studies-list-full .item-close-date {
    display: none;
  }
  .survey-wrapper .btn-all a,
  .studies-list-full .btn-all a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 10.5px 40px;
    border-radius: 20px;
    font-size: 1.071rem;
    font-weight: normal;
    color: #ffffff;
    text-transform: capitalize;
    background-color: #40d6c2;
    transition: background-color 0.25s ease;
    border: 0;
    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-color: #298a8b;
    text-decoration: none;
    color: #ffffff;
  }
  .survey-wrapper .btn-all a.disabled,
  .studies-list-full .btn-all a.disabled {
    background-color: #cccccc;
  }
  .survey-wrapper .btn-all a.disabled:hover,
  .studies-list-full .btn-all a.disabled:hover {
    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: 10px;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  .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: 750px) {
  .survey-wrapper .list-item,
  .studies-list-full .list-item {
    padding: 10px 0;
  }
}
.survey-wrapper .survey {
  position: relative;
  background: #ffffff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 0 0 22px 30px;
}
.survey-wrapper .survey h2 {
  display: none;
}
.survey-wrapper .survey .list-item {
  padding-right: 30px;
}
@media (max-width: 750px) {
  .survey-wrapper {
    padding-bottom: 0;
  }
  .survey-wrapper h2 {
    border-radius: 0;
    margin-bottom: 0;
    padding: 15px;
  }
  .survey-wrapper .survey {
    border-radius: 0;
    padding: 0 15px;
  }
  .survey-wrapper .survey .btn-all {
    padding: 5px 0 20px 0;
    margin-top: 0;
  }
}
.studies-list-full .studies-list-container:before,
.studies-list-full .studies-list-container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.studies-list-full .studies-list-container:after {
  clear: both;
}
.studies-list-full .studies-list-container:before,
.studies-list-full .studies-list-container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.studies-list-full .studies-list-container:after {
  clear: both;
}
.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: 751px) {
  .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: 1.071rem;
  color: #3d454a;
}
@media (min-width: 751px) {
  .studies-list-full .item-status {
    float: left;
    width: 16.666666666666664%;
  }
}
tr.studies-list-full .item-status {
  display: table-row !important;
}
th.studies-list-full .item-status,
td.studies-list-full .item-status {
  display: table-cell !important;
}
@media (max-width: 750px) {
  .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: 751px) and (max-width: 979px) {
  .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: 980px) 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;
  }
}
.studies-list-full h1 {
  color: #666666;
  border-bottom: 1px solid #ebeced;
  padding-bottom: 18px;
  margin-bottom: 20px;
  padding: 0;
}
@media (max-width: 980px) {
  .studies-list-full .item-status {
    display: none !important;
  }
}
@media (max-width: 750px) {
  .studies-list-full .item-close-date {
    display: none;
  }
}
@media (max-width: 400px) {
  .studies-list-full .btn-list-all a,
  .studies-list-full .btn-list-all-active a,
  .studies-list-full .btn-list-all-complete a,
  .studies-list-full .btn-next a,
  .studies-list-full .btn-prev a {
    font-size: 0.8571rem;
  }
  .studies-list-full .page-number {
    font-size: 0.8571rem;
  }
}
@media (max-width: 290px) {
  .survey-wrapper ul > *,
  .studies-list-full ul > *,
  .survey-wrapper .pagination > *,
  .studies-list-full .pagination > * {
    margin: 0;
  }
}
