/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
.has-feedback,
sub,
sup {
  position: relative; }

.sr-only,
svg:not(:root) {
  overflow: hidden; }

hr,
img {
  border: 0; }

body,
figure {
  margin: 0; }

.btn,
.title-sign {
  white-space: nowrap; }

.email-header img,
.img-thumbnail,
iframe,
table {
  max-width: 100%; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background: 0 0; }

a:active,
a:hover {
  outline: 0; }

b,
optgroup,
strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  vertical-align: middle; }

hr {
  box-sizing: content-box;
  height: 0; }

pre,
textarea {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@media print {
  blockquote,
  img,
  pre,
  tr {
    page-break-inside: avoid; }
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: 0 0 !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  blockquote,
  pre {
    border: 1px solid #999; }
  thead {
    display: table-header-group; }
  img {
    max-width: 100% !important; }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  select {
    background: #fff !important; }
  .navbar {
    display: none; }
  .table td,
  .table th {
    background-color: #fff !important; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd !important; }
  .aside,
  .cc-badge,
  .feedback,
  .footer-links,
  .highlight-boxes,
  .page-banner,
  .share,
  .side-menu {
    display: none !important; }
  .masthead {
    border: 0 !important; }
  .accordion-section {
    display: block !important; }
  .accordion-section-toggle {
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    font-weight: 700; }
  .article-heading .h1,
  .article-heading h1 {
    width: 100% !important; } }

.btn,
.btn-danger.active,
.btn-danger:active,
.btn-default.active,
.btn-default:active,
.btn-info.active,
.btn-info:active,
.btn-primary.active,
.btn-primary:active,
.btn-success.active,
.btn-success:active,
.btn-warning.active,
.btn-warning:active,
.form-control,
.open .dropdown-toggle.btn-danger,
.open .dropdown-toggle.btn-default,
.open .dropdown-toggle.btn-info,
.open .dropdown-toggle.btn-primary,
.open .dropdown-toggle.btn-success,
.open .dropdown-toggle.btn-warning {
  background-image: none; }

.img-thumbnail,
body {
  background-color: #fff; }

*,
:after,
:before {
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent; }

body {
  font-size: 14px;
  line-height: 1.42857143; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #035ca3;
  text-decoration: none; }

a:focus,
a:hover {
  color: #197abc;
  text-decoration: underline; }

a:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all .2s ease-in-out;
  display: inline-block;
  height: auto; }

.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #eee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #999; }

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%; }

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%; }

.h1,
h1 {
  font-size: 36px; }

.h2,
h2 {
  font-size: 30px; }

.h3,
h3 {
  font-size: 24px; }

.h4,
h4 {
  font-size: 18px; }

.h5,
h5 {
  font-size: 14px; }

.h6,
h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4; }

@media (min-width: 768px) {
  .lead {
    font-size: 21px; } }

.small,
small {
  font-size: 85%; }

cite {
  font-style: normal; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-muted {
  color: #999; }

.text-primary {
  color: #428bca; }

a.text-primary:hover {
  color: #3071a9; }

.text-success {
  color: #3c763d; }

a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #fff;
  background-color: #428bca; }

a.bg-primary:hover {
  background-color: #3071a9; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee; }

dl,
ol,
ul {
  margin-top: 0; }

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child,
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0; }

address,
dl {
  margin-bottom: 20px; }

ol,
ul {
  margin-bottom: 10px; }

.list-inline {
  margin-left: -5px; }

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }

dd,
dt {
  line-height: 1.42857143; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #999; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #d2d2d2;
  font-weight: lighter; }

blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999; }

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right; }

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: ''; }

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: '\00A0 \2014'; }

blockquote:after,
blockquote:before {
  content: ""; }

address {
  font-style: normal;
  line-height: 1.42857143; }

table {
  background-color: transparent; }

th {
  text-align: left; }

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd; }

.btn,
.checkbox-inline,
.radio-inline {
  vertical-align: middle;
  font-weight: 400; }

.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0; }

.table > tbody + tbody {
  border-top: 2px solid #ddd; }

.table .table {
  background-color: #fff; }

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px; }

.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #f5f5f5; }

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column; }

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell; }

.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8; }

.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: #dff0d8; }

.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6; }

.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  background-color: #d9edf7; }

.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3; }

.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
  background-color: #fcf8e3; }

.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc; }

.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
  background-color: #f2dede; }

.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc; }

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch; }
  .table-responsive > .table {
    margin-bottom: 0; }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap; }
  .table-responsive > .table-bordered {
    border: 0; }
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0; }
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0; }
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; } }

fieldset,
legend {
  padding: 0;
  border: 0; }

fieldset {
  margin: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  margin-bottom: 5px; }

input[type=search] {
  box-sizing: border-box;
  -webkit-appearance: none; }

input[type=checkbox],
input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal; }

.form-control,
output {
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  display: block; }

input[type=file] {
  display: block; }

input[type=range] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px; }

output {
  padding-top: 7px; }

.form-control {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #999; }

.form-control::-webkit-input-placeholder {
  color: #999; }

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .form-control-feedback,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline {
  color: #3c763d; }

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 15px; }

.checkbox,
.radio {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px; }

.checkbox label,
.radio label {
  display: inline;
  font-weight: 400;
  cursor: pointer; }

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  float: left;
  margin-left: -20px; }

.checkbox + .checkbox,
.radio + .radio {
  margin-top: -5px; }

.checkbox-inline,
.radio-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  cursor: pointer; }

.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px; }

.checkbox-inline[disabled],
.checkbox[disabled],
.radio-inline[disabled],
.radio[disabled],
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=radio][disabled] {
  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; }

select[multiple].input-sm,
textarea.input-sm {
  height: auto; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

select[multiple].input-lg,
textarea.input-lg {
  height: auto; }

.has-feedback .form-control {
  padding-right: 42.5px; }

.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center; }

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .form-control-feedback,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .form-control-feedback,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.form-control-static {
  margin-bottom: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .checkbox,
  .form-inline .form-control,
  .form-inline .form-group,
  .form-inline .radio {
    display: inline-block;
    vertical-align: middle; }
  .form-inline .control-label,
  .form-inline .form-group {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .checkbox,
  .form-inline .radio {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0; }
  .form-inline .checkbox input[type=checkbox],
  .form-inline .radio input[type=radio] {
    float: none;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; }
  .form-horizontal .control-label {
    text-align: right; } }

.btn-block,
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
  width: 100%; }

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }

.form-horizontal .form-control-static {
  padding-top: 7px; }

.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.btn.active:focus,
.btn:active:focus,
.btn:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px; }

.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none; }

.btn.active,
.btn:active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  box-shadow: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

.btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad; }

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc; }

.btn-default .badge {
  color: #fff;
  background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd; }

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e; }

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #428bca;
  border-color: #357ebd; }

.btn-primary .badge {
  color: #428bca;
  background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success.active,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439; }

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info.active,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc; }

.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning.active,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512; }

.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger.active,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925; }

.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff; }

.btn-link {
  color: #428bca;
  font-weight: 400;
  cursor: pointer;
  border-radius: 0; }

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none; }

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent; }

.btn-link:focus,
.btn-link:hover {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #999;
  text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

.btn-sm,
.btn-xs {
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-sm {
  padding: 5px 10px; }

.btn-xs {
  padding: 1px 5px; }

.btn-block {
  display: block;
  padding-left: 0;
  padding-right: 0; }

.btn-block + .btn-block {
  margin-top: 5px; }

.clearfix:after,
.clearfix:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
  content: " ";
  display: table; }

.clearfix:after,
.form-horizontal .form-group:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.hidden,
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  visibility: hidden !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  td.visible-xs,
  th.visible-xs {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  td.visible-sm,
  th.visible-sm {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  td.visible-md,
  th.visible-md {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  td.visible-lg,
  th.visible-lg {
    display: table-cell !important; }
  .hidden-lg {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  td.visible-print,
  th.visible-print {
    display: table-cell !important; }
  .hidden-print {
    display: none !important; } }

@font-face {
  font-family: fontello;
  src: url(../fonts/fontello.eot?25753756);
  src: url(../fonts/fontello.eot?25753756#iefix) format("embedded-opentype"), url(../fonts/fontello.woff?25753756) format("woff"), url(../fonts/fontello.ttf?25753756) format("truetype"), url(../fonts/fontello.svg?25753756#fontello) format("svg");
  font-weight: 400;
  font-style: normal; }

.main-menu > li .caret,
[class*=" icon-"]:before,
[class^=icon-]:before {
  font-family: fontello;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em; }

.icon-down-dir:before {
  content: '\e800'; }

.icon-left-dir:before {
  content: '\e801'; }

.icon-right-dir:before {
  content: '\e802'; }

.icon-up-dir:before {
  content: '\e808'; }

.icon-clock:before {
  content: '\e809'; }

.icon-left-open:before {
  content: '\e806'; }

.icon-play:before {
  content: '\e803'; }

.icon-up-open:before,
.main-menu > li .active .caret:before,
.side-menu.expand .menu-toggle .caret:before {
  content: '\e804'; }

.icon-down-open:before,
.main-menu > li .caret:before,
.side-menu .menu-toggle .caret:before {
  content: '\e807'; }

.btn [class*=" icon-"]:before,
.btn [class^=icon-]:before {
  margin-right: -.2em;
  margin-left: 1em; }

.animate-spin {
  animation: spin 2s infinite linear;
  display: inline-block; }

@keyframes spin {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(359deg); } }

@font-face {
  font-family: texgyreheros;
  src: url(../fonts/texgyreheros-regular-webfont.eot);
  src: url(../fonts/texgyreheros-regular-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/texgyreheros-regular-webfont.woff) format("woff"), url(../fonts/texgyreheros-regular-webfont.ttf) format("truetype"), url(../fonts/texgyreheros-regular-webfont.svg#texgyreherosregular) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: texgyreheros;
  src: url(../fonts/texgyreheros-bold-webfont.eot);
  src: url(../fonts/texgyreheros-bold-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/texgyreheros-bold-webfont.woff) format("woff"), url(../fonts/texgyreheros-bold-webfont.ttf) format("truetype"), url(../fonts/texgyreheros-bold-webfont.svg#texgyreherosbold) format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: texgyreheros;
  src: url(../fonts/texgyreheros-bolditalic-webfont.eot);
  src: url(../fonts/texgyreheros-bolditalic-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/texgyreheros-bolditalic-webfont.woff) format("woff"), url(../fonts/texgyreheros-bolditalic-webfont.ttf) format("truetype"), url(../fonts/texgyreheros-bolditalic-webfont.svg#texgyreherosbold_italic) format("svg");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: texgyreheros;
  src: url(../fonts/texgyreheros-italic-webfont.eot);
  src: url(../fonts/texgyreheros-italic-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/texgyreheros-italic-webfont.woff) format("woff"), url(../fonts/texgyreheros-italic-webfont.ttf) format("truetype"), url(../fonts/texgyreheros-italic-webfont.svg#texgyreherositalic) format("svg");
  font-weight: 400;
  font-style: italic; }

.feedback .dropdown {
  border: 1px solid #6bcff1;
  margin-bottom: 10px; }

.advisory {
  display: block;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px !important;
  margin-top: 10px !important; }

.page-tools {
  display: table;
  margin-bottom: 10px;
  width: 100%; }

.page-tools .article-heading {
  display: table-cell;
  padding: 0;
  width: 82%; }

.page-tools .article-heading h1 {
  margin-bottom: 8px; }

.page-tools .share {
  display: table-cell;
  vertical-align: bottom; }

.share {
  margin: 0;
  padding: 0;
  position: relative; }

.ac-generated,
.share-options {
  position: absolute;
  z-index: 3;
  list-style-type: none; }

.share-buttons {
  display: table;
  list-style-type: none;
  margin: 0;
  padding: 0 !important;
  table-layout: fixed;
  width: 100%; }

.share-buttons__enclosure {
  border-bottom: 2px solid #66cff3;
  border-left: 2px solid #66cff3;
  display: table-cell;
  margin: 0;
  padding: 0;
  transition: all 1s linear;
  vertical-align: middle;
  width: 50%; }

.share-buttons__enclosure:first-child {
  border-left: 0; }

.share-buttons__enclosure.active {
  border-bottom: 2px solid #e2f6fd; }

.share-buttons-item {
  cursor: pointer;
  display: block;
  padding: 6px 11px; }

.share-buttons-item__object {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.share-buttons-item__object--state {
  display: none;
  margin-left: auto;
  margin-right: auto; }

.share-buttons-item.active .share-buttons-item__object,
.share-buttons-item:focus .share-buttons-item__object,
.share-buttons-item:hover .share-buttons-item__object {
  display: none; }

.share-buttons-item.active .share-buttons-item__object--state,
.share-buttons-item:focus .share-buttons-item__object--state,
.share-buttons-item:hover .share-buttons-item__object--state {
  display: block; }

.share-options {
  border-bottom: 1px solid #e6e6e6;
  display: none;
  margin: 0;
  padding: 0 !important;
  table-layout: fixed;
  width: 100%; }

.share-options__enclosure {
  background: #f5f5f5; }

.share-options__enclosure:nth-child(even) {
  background: #edecec; }

.share-options-item {
  cursor: pointer;
  display: table;
  margin-left: auto;
  margin-right: auto;
  padding: 6px 8px 7px 7px;
  table-layout: fixed;
  width: 100%; }

.form .fd-toggle,
.glossary-term:hover,
.scfForm .fd-toggle {
  cursor: help; }

.share-options-item__object {
  display: table-cell;
  margin-left: auto;
  margin-right: auto;
  padding-right: 7px; }

.share-options-item__title {
  display: table-cell;
  color: #004684;
  font-size: 14px;
  line-height: 1.5em;
  text-align: center;
  vertical-align: middle; }

.share-options-item:focus .share-options-item__title,
.share-options-item:hover .share-options-item__title {
  text-decoration: underline; }

.binary-required-error {
  border-bottom: 2px solid #ca0404;
  color: #ca0404; }

.validate-value-error .custom-selector,
.validate-value-error input {
  border: 1px solid #ca0404; }

.validate-value-error .validate-value-error-message {
  clear: both;
  color: #ca0404;
  float: left;
  font-weight: 700;
  margin-top: 5px; }

.data-heading {
  margin-top: 20px; }

.data-heading__title {
  font-size: 16px;
  font-size: 1.6rem;
  display: block; }

.email-feature:after,
.email-feature:before,
.email-header:after,
.email-header:before,
.email-properties:after,
.email-properties:before {
  display: table;
  content: ""; }

.email {
  background: #f3f3f3;
  padding: 50px;
  width: 100%; }

.email-header {
  zoom: 1;
  background: #002e5f; }

.email-header:after {
  clear: both; }

.email-header__title {
  float: left; }

.email-feature-main-footer__link,
.email-features-block-footer__link,
.email-header__sub-title {
  float: right; }

.email-properties {
  zoom: 1;
  padding: 8px 16px;
  text-align: right; }

.email-properties:after {
  clear: both; }

.email-properties__title {
  font-size: 16px;
  font-size: 1.6rem;
  color: #002e5f;
  font-weight: 300;
  font-style: italic;
  margin-right: 5px; }

.email-properties__sub-title {
  font-size: 16px;
  font-size: 1.6rem;
  color: #002e5f;
  font-weight: 600; }

.email-feature {
  zoom: 1;
  background: #fff;
  padding: 19px 24px; }

.email-feature:after {
  clear: both; }

.email-feature.secondary {
  margin-top: 10px; }

.email-feature-media {
  zoom: 1;
  display: inline-block;
  margin-right: -.25em;
  width: 190px; }

.email-feature-media:after,
.email-feature-media:before {
  content: "";
  display: table; }

.email-feature-media:after {
  clear: both; }

.email-feature-main {
  zoom: 1;
  display: inline-block;
  margin-left: 24px;
  width: 365px;
  vertical-align: middle; }

.email-feature-main:after,
.email-feature-main:before {
  content: "";
  display: table; }

.email-feature-main:after {
  clear: both; }

.email-feature-main:before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle; }

.email-feature-main-header {
  zoom: 1;
  display: block;
  margin-bottom: 20px; }

.email-feature-main-header:after,
.email-feature-main-header:before {
  content: "";
  display: table; }

.email-feature-main-header:after {
  clear: both; }

.email-feature-main-header__title,
.email-feature-main-header__title-link {
  font-size: 20px;
  font-size: 2rem;
  color: #002e5f;
  font-weight: 600;
  margin: 0; }

.email-feature-main-footer {
  zoom: 1;
  display: block;
  margin-top: 30px; }

.email-feature-main-footer:after,
.email-feature-main-footer:before {
  content: "";
  display: table; }

.email-feature-main-footer:after {
  clear: both; }

.email-features {
  zoom: 1;
  margin-top: 10px; }

.email-features:after,
.email-features:before {
  content: "";
  display: table; }

.email-features:after {
  clear: both; }

.email-features-row {
  display: table;
  margin-bottom: 10px;
  width: 100%; }

.email-features-block {
  background: #fff;
  padding: 38px 30px 38px 40px;
  width: 310px;
  display: table-cell;
  height: 100%;
  border-left: 5px solid #f3f3f3;
  border-right: 5px solid #f3f3f3; }

.email-features-block.blue .email-features-block-header__title,
.email-features-block.blue .email-features-block-header__title-link {
  color: #002d5e; }

.email-features-block.first {
  border-left: 0;
  border-right: 5px solid #f3f3f3; }

.email-features-block.last {
  border-right: 0;
  border-left: 5px solid #f3f3f3; }

.email-features-block.red .email-features-block-header__title,
.email-features-block.red .email-features-block-header__title-link {
  color: #98172a; }

.email-features-block-header {
  zoom: 1;
  margin-bottom: 21px; }

.email-features-block-header:after,
.email-features-block-header:before {
  content: "";
  display: table; }

.email-features-block-header:after {
  clear: both; }

.email-features-block-header-media {
  display: inline-block;
  margin-right: -.25em;
  width: 70px; }

.email-features-block-header__title {
  font-size: 20px;
  font-size: 2rem;
  color: #000;
  font-weight: 600;
  margin: 0 0 0 19px;
  display: inline-block;
  width: 150px;
  vertical-align: middle; }

.email-features-block-header__title:before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle; }

.email-features-block-header__title-link {
  font-size: 20px;
  font-size: 2rem;
  color: #000;
  font-weight: 600;
  margin: 0; }

.email-features-block-footer {
  zoom: 1;
  display: block;
  margin-top: 30px; }

.email-features-block-footer:after,
.email-features-block-footer:before {
  content: "";
  display: table; }

.email-features-block-footer:after {
  clear: both; }

.email-stories {
  zoom: 1;
  display: table;
  width: 100%;
  margin-top: 10px;
  table-layout: fixed; }

.email-stories:after,
.email-stories:before {
  content: "";
  display: table; }

.email-stories:after {
  clear: both; }

.email-stories-block {
  background: #fff;
  display: table-cell;
  padding-bottom: 16px;
  width: 33.3%; }

.email-stories-block-header-media__link img,
.summary .titleimg img {
  width: 100%; }

.email-stories-block.first,
.email-stories-block.second {
  border-right: 10px solid #f3f3f3; }

.email-stories-block.last {
  float: none; }

.email-stories-block-body {
  padding: 16px 16px 0; }

.email-stories-block-body p {
  font-size: 12px;
  font-size: 1.2rem; }

.email-stories-block-footer {
  zoom: 1;
  display: block;
  margin-top: 20px;
  padding: 0 16px; }

.email-stories-block-footer:after,
.email-stories-block-footer:before {
  content: "";
  display: table; }

.email-stories-block-footer:after {
  clear: both; }

.email-stories-block-footer__link {
  float: right; }

.ac-active {
  overflow: visible !important; }

.ac-generated {
  display: none;
  height: 0;
  left: 0;
  margin: 0;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
  right: 0;
  text-align: center; }

.ac-scope,
.glossary-term {
  position: relative; }

.ac-generated .enclosure {
  background: #f0f0f0;
  float: none; }

.ac-generated .enclosure:first-child .item {
  border-top: 0; }

.ac-generated .item {
  background: 0 0;
  border-bottom: 0;
  border-left: 0;
  border-top: 1px solid #fff;
  border-right: 0;
  color: #07779b;
  display: block;
  font-weight: 400;
  margin: 0;
  padding: 5px 10px;
  text-align: left; }

.pullquote,
.pullquote p,
.warning,
.warning p {
  text-align: left !important; }

.ac-generated .item:focus,
.ac-generated .item:hover {
  color: #07779b;
  text-decoration: underline; }

.ac-generated.ac-generated-active {
  display: block;
  height: auto; }

iframe {
  display: block; }

iframe form,
iframe ~ iframe,
iframe ~ p,
iframe ~ table,
p ~ iframe {
  margin: 30px 0; }

h1 ~ iframe,
h2 ~ iframe,
h3 ~ iframe,
h4 ~ iframe,
h5 ~ iframe,
h6 ~ iframe,
iframe ~ h1,
iframe ~ h2,
iframe ~ h3,
iframe ~ h4,
iframe ~ h5,
iframe ~ h6 {
  margin: 15px 0; }

.pullquote,
.warning {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px 20px;
  margin: 0 0 20px;
  background: #ffeac4; }

.article h2,
.article h3 {
  color: #197abc;
  margin-top: 0;
  font-weight: 700; }

.pullquote .title,
.warning .title {
  display: block;
  font-weight: 700; }

.pullquote p:last-child,
.warning p:last-child {
  margin-bottom: 0; }

.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  margin-bottom: 10px; }

.article h2 {
  font-size: 18px;
  font-size: 1.8rem; }

.article h3 {
  font-size: 17px; }

.article h4 {
  font-size: 14px;
  font-weight: 700;
  color: #197abc;
  margin-top: 0; }

.article h5,
.article h6 {
  font-weight: 400;
  color: #197abc;
  margin-top: 0;
  text-decoration: underline; }

.article h5 {
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase; }

.article h6 {
  font-size: 14px;
  font-size: 1.4rem; }

.article .text-indent,
.article ol,
.article ul {
  padding-left: 30px; }

.warning {
  background: #f6d5d5; }

.summary .titleimg {
  margin-bottom: 20px; }

.summary .titlemeta {
  color: #002e5f;
  margin: 0;
  text-align: right; }

.summary p {
  font-size: 18px;
  font-size: 1.8rem; }

.summary p a {
  background: #ebebeb;
  font-style: italic;
  padding: 5px; }

.page {
  zoom: 1;
  margin-bottom: 20px; }

.page:after,
.page:before {
  content: "";
  display: table; }

.page:after {
  clear: both; }

.page .page-button {
  display: inline;
  float: right; }

.page .page-column {
  display: inline;
  float: left;
  margin-left: 2%;
  width: 29%; }

.pagination .pagination-list:after,
.pagination .pagination-list:before,
.pagination .pagination-total:after,
.pagination .pagination-total:before,
.pagination:after,
.pagination:before,
.results-block .results-block-content-header:after,
.results-block .results-block-content-header:before,
.results-block .results-block-content:after,
.results-block .results-block-content:before {
  content: "";
  display: table; }

.page .page-column:first-child {
  margin-left: 0;
  width: 69%; }

.page .page-title {
  font-size: 22px;
  font-size: 2.2rem;
  margin: 10px 0 0; }

.pagination {
  zoom: 1;
  border-top: 2px solid #ebebeb;
  margin-top: 30px;
  padding-top: 30px; }

.pagination:after {
  clear: both; }

.pagination .pagination-list {
  zoom: 1;
  float: right; }

.pagination .pagination-list:after {
  clear: both; }

.pagination .pagination-list li {
  margin-left: 5px; }

.pagination .pagination-list li:first-child {
  margin-left: 0; }

.pagination .pagination-list-next a,
.pagination .pagination-list-previous a {
  padding: 6px 9px; }

.pagination .pagination-list-current span {
  background: #002e5f;
  color: #fff;
  font-weight: 700;
  padding: 6px 9px; }

.pagination .pagination-total {
  zoom: 1;
  float: left;
  padding-left: 0; }

.pagination .pagination-total:after {
  clear: both; }

.pagination .pagination-total li {
  margin-left: 5px; }

.pagination .pagination-total li:first-child {
  margin-left: 0; }

.results-block {
  padding-left: 0 !important; }

.results-block .results-block-content {
  zoom: 1;
  border-top: 2px solid #ebebeb;
  margin-top: 20px;
  padding: 30px 0 0; }

.results-block .results-block-content:after {
  clear: both; }

.results-block .results-block-content-footer-read-more {
  float: right; }

.results-block .results-block-content-header {
  zoom: 1;
  margin-bottom: 20px; }

.results-block .results-block-content-header:after {
  clear: both; }

.results-block .results-block-content-header-title {
  font-size: 17px;
  font-size: 1.7rem;
  float: left;
  font-weight: 700;
  margin-right: 2%;
  width: 69%; }

.results-block .results-block-content-header-type {
  font-size: 14px;
  font-size: 1.4rem;
  color: #197abc;
  float: right;
  text-align: right;
  width: 29%; }

.results-block .results-block-content-header-type .icon {
  float: right;
  margin-left: 7px; }

.glossary-term.active {
  outline: 0; }

.glossary-term.active .glossary-term-title {
  color: #197abc;
  font-weight: 600; }

.glossary-term.active .glossary-term-definition {
  background: #ebebeb;
  border: 1px solid #d7d7d7;
  display: block;
  left: 0;
  margin-top: 8px;
  padding: 8px;
  position: absolute;
  width: 175px;
  z-index: 1; }

.form .form-fieldset,
.form .scfSectionContent,
.form .scfSectionUsefulInfo,
.scfForm .form-fieldset,
.scfForm .scfSectionContent,
.scfForm .scfSectionUsefulInfo {
  background: #caf0fe;
  padding: 20px 10px 15px;
  zoom: 1; }

.glossary-term.active .glossary-term-definition:before {
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: transparent transparent #ebebeb;
  content: " ";
  display: block;
  height: 0;
  -webkit-transform: rotate(360deg);
  position: absolute;
  top: -10px;
  width: 0; }

.glossary-term .glossary-term-definition {
  display: none; }

.form:after,
.form:before,
.form > :after,
.form > :before,
.scfForm:after,
.scfForm:before,
.scfForm > :after,
.scfForm > :before {
  content: "";
  display: table; }

.glossary-term .glossary-term-title {
  border-bottom: 1px dotted #404040; }

.article-heading ~ .form,
.article-heading ~ .scfForm {
  margin-top: 20px; }

.form,
.scfForm {
  zoom: 1; }

.form:after,
.scfForm:after {
  clear: both; }

.form .btn,
.form .scfSubmitButton,
.scfForm .btn,
.scfForm .scfSubmitButton {
  float: right; }

.form > *,
.scfForm > * {
  zoom: 1; }

.form > :after,
.scfForm > :after {
  clear: both; }

.form .containing,
.scfForm .containing {
  margin-top: 9px; }

.form .forgot-link,
.scfForm .forgot-link {
  float: left; }

.form .forgot-link__title,
.scfForm .forgot-link__title {
  display: block;
  margin-top: 10px; }

.form .pullquote,
.form .warning,
.scfForm .pullquote,
.scfForm .warning {
  margin: 0; }

.form .custom-selector-rf,
.form .pullquote ~ label,
.form .warning ~ label,
.form label ~ .pullquote,
.form label ~ .warning,
.scfForm .custom-selector-rf,
.scfForm .pullquote ~ label,
.scfForm .warning ~ label,
.scfForm label ~ .pullquote,
.scfForm label ~ .warning {
  margin-top: 10px; }

.form .mandatory,
.form .scfRequired,
.scfForm .mandatory,
.scfForm .scfRequired {
  font-size: 16px;
  font-size: 1.6rem;
  color: #ca0404;
  margin-left: 8px; }

.form .custom-selector .caret,
.scfForm .custom-selector .caret {
  display: none; }

.form .form-fieldset:after,
.form .form-fieldset:before,
.form .scfSectionContent:after,
.form .scfSectionContent:before,
.form .scfSectionUsefulInfo:after,
.form .scfSectionUsefulInfo:before,
.scfForm .form-fieldset:after,
.scfForm .form-fieldset:before,
.scfForm .scfSectionContent:after,
.scfForm .scfSectionContent:before,
.scfForm .scfSectionUsefulInfo:after,
.scfForm .scfSectionUsefulInfo:before {
  content: "";
  display: table; }

.form .fd-panel,
.scfForm .fd-panel {
  margin: 20px 0 0; }

.form .form-fieldset:after,
.form .scfSectionContent:after,
.scfForm .form-fieldset:after,
.scfForm .scfSectionContent:after {
  clear: both; }

.form .scfSectionUsefulInfo:after,
.scfForm .scfSectionUsefulInfo:after {
  clear: both; }

.form .scfMultipleLineTextUsefulInfo,
.form .scfSingleLineTextUsefulInfo,
.scfForm .scfMultipleLineTextUsefulInfo,
.scfForm .scfSingleLineTextUsefulInfo {
  color: #626061;
  float: right;
  font-weight: 400;
  width: 74%; }

.form .form-header,
.form .scfTitleBorder,
.scfForm .form-header,
.scfForm .scfTitleBorder {
  background: #07779b;
  padding: 10px; }

.form .form-header-title,
.form .scfTitleBorder,
.scfForm .form-header-title,
.scfForm .scfTitleBorder {
  font-size: 17px;
  font-size: 1.7rem;
  color: #fff;
  font-weight: 700;
  margin: 0; }

.form .form-group,
.scfForm .form-group {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  margin-bottom: 0;
  margin-top: 15px;
  padding-bottom: 15px;
  padding-top: 15px; }

.form .form-group:first-child,
.scfForm .form-group:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0; }

.form .form-row,
.form .scfCaptchaGeneralPanel,
.form .scfCheckbox,
.form .scfCheckboxBorder,
.form .scfConfirmPasswordBorder,
.form .scfConfirmPasswordGeneralPanel,
.form .scfDatePickerBorder,
.form .scfDropListBorder,
.form .scfEmailBorder,
.form .scfFileUploadBorder,
.form .scfMultipleLineTextBorder,
.form .scfNumberBorder,
.form .scfRadioButtonListBorder,
.form .scfSingleLineTextBorder,
.form .scfSubmitButtonBorder,
.form .scfTelephoneBorder,
.scfForm .form-row,
.scfForm .scfCaptchaGeneralPanel,
.scfForm .scfCheckbox,
.scfForm .scfCheckboxBorder,
.scfForm .scfConfirmPasswordBorder,
.scfForm .scfConfirmPasswordGeneralPanel,
.scfForm .scfDatePickerBorder,
.scfForm .scfDropListBorder,
.scfForm .scfEmailBorder,
.scfForm .scfFileUploadBorder,
.scfForm .scfMultipleLineTextBorder,
.scfForm .scfNumberBorder,
.scfForm .scfRadioButtonListBorder,
.scfForm .scfSingleLineTextBorder,
.scfForm .scfSubmitButtonBorder,
.scfForm .scfTelephoneBorder {
  zoom: 1;
  clear: both;
  display: block;
  margin-top: 10px;
  padding-top: 10px;
  position: relative; }

.form .form-row-content:after,
.form .form-row-content:before,
.form .form-row:after,
.form .form-row:before,
.form .scfCaptchaGeneralPanel:after,
.form .scfCaptchaGeneralPanel:before,
.form .scfCaptchaTextBox:after,
.form .scfCaptchaTextBox:before,
.form .scfCheckBoxListGeneralPanel:after,
.form .scfCheckBoxListGeneralPanel:before,
.form .scfCheckbox:after,
.form .scfCheckbox:before,
.form .scfCheckboxBorder:after,
.form .scfCheckboxBorder:before,
.form .scfConfirmPasswordBorder:after,
.form .scfConfirmPasswordBorder:before,
.form .scfConfirmPasswordGeneralPanel:after,
.form .scfConfirmPasswordGeneralPanel:before,
.form .scfConfirmPasswordTextBox:after,
.form .scfConfirmPasswordTextBox:before,
.form .scfDatePickerBorder:after,
.form .scfDatePickerBorder:before,
.form .scfDatePickerTextBox:after,
.form .scfDatePickerTextBox:before,
.form .scfDropListBorder:after,
.form .scfDropListBorder:before,
.form .scfDropListGeneralPanel:after,
.form .scfDropListGeneralPanel:before,
.form .scfEmailBorder:after,
.form .scfEmailBorder:before,
.form .scfEmailTextBox:after,
.form .scfEmailTextBox:before,
.form .scfFileUploadBorder:after,
.form .scfFileUploadBorder:before,
.form .scfFileUploadGeneralPanel:after,
.form .scfFileUploadGeneralPanel:before,
.form .scfMultipleLineTextBorder:after,
.form .scfMultipleLineTextBorder:before,
.form .scfMultipleLineTextBox:after,
.form .scfMultipleLineTextBox:before,
.form .scfNumberBorder:after,
.form .scfNumberBorder:before,
.form .scfNumberTextBox:after,
.form .scfNumberTextBox:before,
.form .scfRadioButtonListBorder:after,
.form .scfRadioButtonListBorder:before,
.form .scfRadioButtonListGeneralPanel:after,
.form .scfRadioButtonListGeneralPanel:before,
.form .scfSingleLineTextBorder:after,
.form .scfSingleLineTextBorder:before,
.form .scfSingleLineTextBox:after,
.form .scfSingleLineTextBox:before,
.form .scfSubmitButtonBorder:after,
.form .scfSubmitButtonBorder:before,
.form .scfTelephoneBorder:after,
.form .scfTelephoneBorder:before,
.form .scfTelephoneTextBox:after,
.form .scfTelephoneTextBox:before,
.scfForm .form-row-content:after,
.scfForm .form-row-content:before,
.scfForm .form-row:after,
.scfForm .form-row:before,
.scfForm .scfCaptchaGeneralPanel:after,
.scfForm .scfCaptchaGeneralPanel:before,
.scfForm .scfCaptchaTextBox:after,
.scfForm .scfCaptchaTextBox:before,
.scfForm .scfCheckBoxListGeneralPanel:after,
.scfForm .scfCheckBoxListGeneralPanel:before,
.scfForm .scfCheckbox:after,
.scfForm .scfCheckbox:before,
.scfForm .scfCheckboxBorder:after,
.scfForm .scfCheckboxBorder:before,
.scfForm .scfConfirmPasswordBorder:after,
.scfForm .scfConfirmPasswordBorder:before,
.scfForm .scfConfirmPasswordGeneralPanel:after,
.scfForm .scfConfirmPasswordGeneralPanel:before,
.scfForm .scfConfirmPasswordTextBox:after,
.scfForm .scfConfirmPasswordTextBox:before,
.scfForm .scfDatePickerBorder:after,
.scfForm .scfDatePickerBorder:before,
.scfForm .scfDatePickerTextBox:after,
.scfForm .scfDatePickerTextBox:before,
.scfForm .scfDropListBorder:after,
.scfForm .scfDropListBorder:before,
.scfForm .scfDropListGeneralPanel:after,
.scfForm .scfDropListGeneralPanel:before,
.scfForm .scfEmailBorder:after,
.scfForm .scfEmailBorder:before,
.scfForm .scfEmailTextBox:after,
.scfForm .scfEmailTextBox:before,
.scfForm .scfFileUploadBorder:after,
.scfForm .scfFileUploadBorder:before,
.scfForm .scfFileUploadGeneralPanel:after,
.scfForm .scfFileUploadGeneralPanel:before,
.scfForm .scfMultipleLineTextBorder:after,
.scfForm .scfMultipleLineTextBorder:before,
.scfForm .scfMultipleLineTextBox:after,
.scfForm .scfMultipleLineTextBox:before,
.scfForm .scfNumberBorder:after,
.scfForm .scfNumberBorder:before,
.scfForm .scfNumberTextBox:after,
.scfForm .scfNumberTextBox:before,
.scfForm .scfRadioButtonListBorder:after,
.scfForm .scfRadioButtonListBorder:before,
.scfForm .scfRadioButtonListGeneralPanel:after,
.scfForm .scfRadioButtonListGeneralPanel:before,
.scfForm .scfSingleLineTextBorder:after,
.scfForm .scfSingleLineTextBorder:before,
.scfForm .scfSingleLineTextBox:after,
.scfForm .scfSingleLineTextBox:before,
.scfForm .scfSubmitButtonBorder:after,
.scfForm .scfSubmitButtonBorder:before,
.scfForm .scfTelephoneBorder:after,
.scfForm .scfTelephoneBorder:before,
.scfForm .scfTelephoneTextBox:after,
.scfForm .scfTelephoneTextBox:before {
  content: "";
  display: table; }

.form .form-row:after,
.form .scfCaptchaGeneralPanel:after,
.form .scfCheckbox:after,
.form .scfCheckboxBorder:after,
.form .scfConfirmPasswordBorder:after,
.form .scfConfirmPasswordGeneralPanel:after,
.form .scfDatePickerBorder:after,
.form .scfDropListBorder:after,
.form .scfEmailBorder:after,
.form .scfFileUploadBorder:after,
.form .scfMultipleLineTextBorder:after,
.form .scfNumberBorder:after,
.form .scfRadioButtonListBorder:after,
.form .scfSingleLineTextBorder:after,
.form .scfSubmitButtonBorder:after,
.form .scfTelephoneBorder:after,
.scfForm .form-row:after,
.scfForm .scfCaptchaGeneralPanel:after,
.scfForm .scfCheckbox:after,
.scfForm .scfCheckboxBorder:after,
.scfForm .scfConfirmPasswordBorder:after,
.scfForm .scfConfirmPasswordGeneralPanel:after,
.scfForm .scfDatePickerBorder:after,
.scfForm .scfDropListBorder:after,
.scfForm .scfEmailBorder:after,
.scfForm .scfFileUploadBorder:after,
.scfForm .scfMultipleLineTextBorder:after,
.scfForm .scfNumberBorder:after,
.scfForm .scfRadioButtonListBorder:after,
.scfForm .scfSingleLineTextBorder:after,
.scfForm .scfSubmitButtonBorder:after,
.scfForm .scfTelephoneBorder:after {
  clear: both; }

.form .form-row:first-child,
.form .scfCaptchaGeneralPanel:first-child,
.form .scfCheckbox:first-child,
.form .scfCheckboxBorder:first-child,
.form .scfConfirmPasswordBorder:first-child,
.form .scfConfirmPasswordGeneralPanel:first-child,
.form .scfDatePickerBorder:first-child,
.form .scfDropListBorder:first-child,
.form .scfEmailBorder:first-child,
.form .scfFileUploadBorder:first-child,
.form .scfMultipleLineTextBorder:first-child,
.form .scfNumberBorder:first-child,
.form .scfRadioButtonListBorder:first-child,
.form .scfSingleLineTextBorder:first-child,
.form .scfSubmitButtonBorder:first-child,
.form .scfTelephoneBorder:first-child,
.scfForm .form-row:first-child,
.scfForm .scfCaptchaGeneralPanel:first-child,
.scfForm .scfCheckbox:first-child,
.scfForm .scfCheckboxBorder:first-child,
.scfForm .scfConfirmPasswordBorder:first-child,
.scfForm .scfConfirmPasswordGeneralPanel:first-child,
.scfForm .scfDatePickerBorder:first-child,
.scfForm .scfDropListBorder:first-child,
.scfForm .scfEmailBorder:first-child,
.scfForm .scfFileUploadBorder:first-child,
.scfForm .scfMultipleLineTextBorder:first-child,
.scfForm .scfNumberBorder:first-child,
.scfForm .scfRadioButtonListBorder:first-child,
.scfForm .scfSingleLineTextBorder:first-child,
.scfForm .scfSubmitButtonBorder:first-child,
.scfForm .scfTelephoneBorder:first-child {
  margin-top: 0;
  padding-top: 0; }

.form .form-row:first-child .mandatory,
.form .form-row:first-child .scfRequired,
.form .scfCaptchaGeneralPanel:first-child .mandatory,
.form .scfCaptchaGeneralPanel:first-child .scfRequired,
.form .scfCheckbox:first-child .mandatory,
.form .scfCheckbox:first-child .scfRequired,
.form .scfCheckboxBorder:first-child .mandatory,
.form .scfCheckboxBorder:first-child .scfRequired,
.form .scfConfirmPasswordBorder:first-child .mandatory,
.form .scfConfirmPasswordBorder:first-child .scfRequired,
.form .scfConfirmPasswordGeneralPanel:first-child .mandatory,
.form .scfConfirmPasswordGeneralPanel:first-child .scfRequired,
.form .scfDatePickerBorder:first-child .mandatory,
.form .scfDatePickerBorder:first-child .scfRequired,
.form .scfDropListBorder:first-child .mandatory,
.form .scfDropListBorder:first-child .scfRequired,
.form .scfEmailBorder:first-child .mandatory,
.form .scfEmailBorder:first-child .scfRequired,
.form .scfFileUploadBorder:first-child .mandatory,
.form .scfFileUploadBorder:first-child .scfRequired,
.form .scfMultipleLineTextBorder:first-child .mandatory,
.form .scfMultipleLineTextBorder:first-child .scfRequired,
.form .scfNumberBorder:first-child .mandatory,
.form .scfNumberBorder:first-child .scfRequired,
.form .scfRadioButtonListBorder:first-child .mandatory,
.form .scfRadioButtonListBorder:first-child .scfRequired,
.form .scfSingleLineTextBorder:first-child .mandatory,
.form .scfSingleLineTextBorder:first-child .scfRequired,
.form .scfSubmitButtonBorder:first-child .mandatory,
.form .scfSubmitButtonBorder:first-child .scfRequired,
.form .scfTelephoneBorder:first-child .mandatory,
.form .scfTelephoneBorder:first-child .scfRequired,
.scfForm .form-row:first-child .mandatory,
.scfForm .form-row:first-child .scfRequired,
.scfForm .scfCaptchaGeneralPanel:first-child .mandatory,
.scfForm .scfCaptchaGeneralPanel:first-child .scfRequired,
.scfForm .scfCheckbox:first-child .mandatory,
.scfForm .scfCheckbox:first-child .scfRequired,
.scfForm .scfCheckboxBorder:first-child .mandatory,
.scfForm .scfCheckboxBorder:first-child .scfRequired,
.scfForm .scfConfirmPasswordBorder:first-child .mandatory,
.scfForm .scfConfirmPasswordBorder:first-child .scfRequired,
.scfForm .scfConfirmPasswordGeneralPanel:first-child .mandatory,
.scfForm .scfConfirmPasswordGeneralPanel:first-child .scfRequired,
.scfForm .scfDatePickerBorder:first-child .mandatory,
.scfForm .scfDatePickerBorder:first-child .scfRequired,
.scfForm .scfDropListBorder:first-child .mandatory,
.scfForm .scfDropListBorder:first-child .scfRequired,
.scfForm .scfEmailBorder:first-child .mandatory,
.scfForm .scfEmailBorder:first-child .scfRequired,
.scfForm .scfFileUploadBorder:first-child .mandatory,
.scfForm .scfFileUploadBorder:first-child .scfRequired,
.scfForm .scfMultipleLineTextBorder:first-child .mandatory,
.scfForm .scfMultipleLineTextBorder:first-child .scfRequired,
.scfForm .scfNumberBorder:first-child .mandatory,
.scfForm .scfNumberBorder:first-child .scfRequired,
.scfForm .scfRadioButtonListBorder:first-child .mandatory,
.scfForm .scfRadioButtonListBorder:first-child .scfRequired,
.scfForm .scfSingleLineTextBorder:first-child .mandatory,
.scfForm .scfSingleLineTextBorder:first-child .scfRequired,
.scfForm .scfSubmitButtonBorder:first-child .mandatory,
.scfForm .scfSubmitButtonBorder:first-child .scfRequired,
.scfForm .scfTelephoneBorder:first-child .mandatory,
.scfForm .scfTelephoneBorder:first-child .scfRequired {
  top: 0; }

.form .scfValidator,
.scfForm .scfValidator {
  clear: both;
  color: #ca0404;
  float: left;
  font-weight: 700;
  margin-left: 26%;
  margin-top: 5px; }

.form .scfCaptchaLimitGeneralPanel table,
.scfForm .scfCaptchaLimitGeneralPanel table {
  margin: 0 auto; }

.form .scfSubmitButtonBorder,
.scfForm .scfSubmitButtonBorder {
  padding: 10px 10px 15px; }

.form .form-row-content,
.form .scfCaptchaTextBox,
.form .scfCheckBoxListGeneralPanel,
.form .scfConfirmPasswordTextBox,
.form .scfDatePickerTextBox,
.form .scfDropListGeneralPanel,
.form .scfEmailTextBox,
.form .scfFileUploadGeneralPanel,
.form .scfMultipleLineTextBox,
.form .scfNumberTextBox,
.form .scfRadioButtonListGeneralPanel,
.form .scfSingleLineTextBox,
.form .scfTelephoneTextBox,
.scfForm .form-row-content,
.scfForm .scfCaptchaTextBox,
.scfForm .scfCheckBoxListGeneralPanel,
.scfForm .scfConfirmPasswordTextBox,
.scfForm .scfDatePickerTextBox,
.scfForm .scfDropListGeneralPanel,
.scfForm .scfEmailTextBox,
.scfForm .scfFileUploadGeneralPanel,
.scfForm .scfMultipleLineTextBox,
.scfForm .scfNumberTextBox,
.scfForm .scfRadioButtonListGeneralPanel,
.scfForm .scfSingleLineTextBox,
.scfForm .scfTelephoneTextBox {
  zoom: 1;
  float: left;
  width: 70%; }

.form .form-row-content:after,
.form .scfCaptchaTextBox:after,
.form .scfCheckBoxListGeneralPanel:after,
.form .scfConfirmPasswordTextBox:after,
.form .scfDatePickerTextBox:after,
.form .scfDropListGeneralPanel:after,
.form .scfEmailTextBox:after,
.form .scfFileUploadGeneralPanel:after,
.form .scfMultipleLineTextBox:after,
.form .scfNumberTextBox:after,
.form .scfRadioButtonListGeneralPanel:after,
.form .scfSingleLineTextBox:after,
.form .scfTelephoneTextBox:after,
.scfForm .form-row-content:after,
.scfForm .scfCaptchaTextBox:after,
.scfForm .scfCheckBoxListGeneralPanel:after,
.scfForm .scfConfirmPasswordTextBox:after,
.scfForm .scfDatePickerTextBox:after,
.scfForm .scfDropListGeneralPanel:after,
.scfForm .scfEmailTextBox:after,
.scfForm .scfFileUploadGeneralPanel:after,
.scfForm .scfMultipleLineTextBox:after,
.scfForm .scfNumberTextBox:after,
.scfForm .scfRadioButtonListGeneralPanel:after,
.scfForm .scfSingleLineTextBox:after,
.scfForm .scfTelephoneTextBox:after {
  clear: both; }

.form .form-row-content.error .custom-selector,
.form .form-row-content.error input,
.form .scfCaptchaTextBox.error .custom-selector,
.form .scfCaptchaTextBox.error input,
.form .scfCheckBoxListGeneralPanel.error .custom-selector,
.form .scfCheckBoxListGeneralPanel.error input,
.form .scfConfirmPasswordTextBox.error .custom-selector,
.form .scfConfirmPasswordTextBox.error input,
.form .scfDatePickerTextBox.error .custom-selector,
.form .scfDatePickerTextBox.error input,
.form .scfDropListGeneralPanel.error .custom-selector,
.form .scfDropListGeneralPanel.error input,
.form .scfEmailTextBox.error .custom-selector,
.form .scfEmailTextBox.error input,
.form .scfFileUploadGeneralPanel.error .custom-selector,
.form .scfFileUploadGeneralPanel.error input,
.form .scfMultipleLineTextBox.error .custom-selector,
.form .scfMultipleLineTextBox.error input,
.form .scfNumberTextBox.error .custom-selector,
.form .scfNumberTextBox.error input,
.form .scfRadioButtonListGeneralPanel.error .custom-selector,
.form .scfRadioButtonListGeneralPanel.error input,
.form .scfSingleLineTextBox.error .custom-selector,
.form .scfSingleLineTextBox.error input,
.form .scfTelephoneTextBox.error .custom-selector,
.form .scfTelephoneTextBox.error input,
.scfForm .form-row-content.error .custom-selector,
.scfForm .form-row-content.error input,
.scfForm .scfCaptchaTextBox.error .custom-selector,
.scfForm .scfCaptchaTextBox.error input,
.scfForm .scfCheckBoxListGeneralPanel.error .custom-selector,
.scfForm .scfCheckBoxListGeneralPanel.error input,
.scfForm .scfConfirmPasswordTextBox.error .custom-selector,
.scfForm .scfConfirmPasswordTextBox.error input,
.scfForm .scfDatePickerTextBox.error .custom-selector,
.scfForm .scfDatePickerTextBox.error input,
.scfForm .scfDropListGeneralPanel.error .custom-selector,
.scfForm .scfDropListGeneralPanel.error input,
.scfForm .scfEmailTextBox.error .custom-selector,
.scfForm .scfEmailTextBox.error input,
.scfForm .scfFileUploadGeneralPanel.error .custom-selector,
.scfForm .scfFileUploadGeneralPanel.error input,
.scfForm .scfMultipleLineTextBox.error .custom-selector,
.scfForm .scfMultipleLineTextBox.error input,
.scfForm .scfNumberTextBox.error .custom-selector,
.scfForm .scfNumberTextBox.error input,
.scfForm .scfRadioButtonListGeneralPanel.error .custom-selector,
.scfForm .scfRadioButtonListGeneralPanel.error input,
.scfForm .scfSingleLineTextBox.error .custom-selector,
.scfForm .scfSingleLineTextBox.error input,
.scfForm .scfTelephoneTextBox.error .custom-selector,
.scfForm .scfTelephoneTextBox.error input {
  border: 1px solid #ca0404; }

.form .scfDropListGeneralPanel,
.scfForm .scfDropListGeneralPanel {
  margin-top: 8px; }

.form .form-row-content-tip,
.scfForm .form-row-content-tip {
  color: #626061;
  display: block;
  font-weight: 400;
  margin-top: 8px; }

.form .form-row-content-error,
.form .scfValidationSummary,
.scfForm .form-row-content-error,
.scfForm .scfValidationSummary {
  background: #f5f5f5;
  clear: both;
  padding: 15px;
  color: #ca0404;
  float: left;
  font-weight: 700;
  width: 100%; }

.form .scfValidationSummary ul,
.scfForm .scfValidationSummary ul {
  list-style: none;
  padding-left: 0; }

.form .scfValidationSummary ul li,
.scfForm .scfValidationSummary ul li {
  font-weight: 700;
  margin-top: 10px; }

.form .scfValidationSummary ul li:first-child,
.scfForm .scfValidationSummary ul li:first-child {
  margin-top: 0; }

.form .form-row-header,
.form .scfCaptchaLabelText,
.form .scfCheckBoxListLabel,
.form .scfConfirmPasswordLabel,
.form .scfDatePickerLabel,
.form .scfDropListLabel,
.form .scfEmailLabel,
.form .scfFileUploadLabel,
.form .scfMultipleLineTextLabel,
.form .scfNumberLabel,
.form .scfRadioButtonListLabel,
.form .scfSingleLineTextLabel,
.form .scfTelephoneLabel,
.scfForm .form-row-header,
.scfForm .scfCaptchaLabelText,
.scfForm .scfCheckBoxListLabel,
.scfForm .scfConfirmPasswordLabel,
.scfForm .scfDatePickerLabel,
.scfForm .scfDropListLabel,
.scfForm .scfEmailLabel,
.scfForm .scfFileUploadLabel,
.scfForm .scfMultipleLineTextLabel,
.scfForm .scfNumberLabel,
.scfForm .scfRadioButtonListLabel,
.scfForm .scfSingleLineTextLabel,
.scfForm .scfTelephoneLabel {
  float: left;
  margin-right: 2%;
  width: 24%; }

.form .form-row-header-title,
.form .scfCaptchaLabelText,
.form .scfCheckBoxListLabel,
.form .scfConfirmPasswordLabel,
.form .scfDatePickerLabel,
.form .scfDropListLabel,
.form .scfEmailLabel,
.form .scfFileUploadLabel,
.form .scfMultipleLineTextLabel,
.form .scfNumberLabel,
.form .scfRadioButtonListLabel,
.form .scfSingleLineTextLabel,
.form .scfTelephoneLabel,
.scfForm .form-row-header-title,
.scfForm .scfCaptchaLabelText,
.scfForm .scfCheckBoxListLabel,
.scfForm .scfConfirmPasswordLabel,
.scfForm .scfDatePickerLabel,
.scfForm .scfDropListLabel,
.scfForm .scfEmailLabel,
.scfForm .scfFileUploadLabel,
.scfForm .scfMultipleLineTextLabel,
.scfForm .scfNumberLabel,
.scfForm .scfRadioButtonListLabel,
.scfForm .scfSingleLineTextLabel,
.scfForm .scfTelephoneLabel {
  display: block;
  font-weight: 700;
  margin-top: 9px; }

.form .list,
.scfForm .list {
  margin-top: 8px; }

.form::-webkit-input-placeholder,
.scfForm::-webkit-input-placeholder {
  color: #404040; }

.form:-moz-placeholder,
.scfForm:-moz-placeholder {
  color: #404040; }

.form::-moz-placeholder,
.scfForm::-moz-placeholder {
  color: #404040; }

.form:-ms-input-placeholder,
.scfForm:-ms-input-placeholder {
  color: #404040; }

.form button,
.form input[type=date],
.form input[type=email],
.form input[type=password],
.form input[type=text],
.form input[type=tel],
.form input[type=number],
.form textarea,
.scfForm button,
.scfForm input[type=date],
.scfForm input[type=email],
.scfForm input[type=password],
.scfForm input[type=text],
.scfForm input[type=tel],
.scfForm input[type=number],
.scfForm textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.form input[type=date],
.form input[type=email],
.form input[type=password],
.form input[type=text],
.form input[type=tel],
.form input[type=number],
.form select,
.form textarea,
.scfForm input[type=date],
.scfForm input[type=email],
.scfForm input[type=password],
.scfForm input[type=text],
.scfForm input[type=tel],
.scfForm input[type=number],
.scfForm select,
.scfForm textarea {
  line-height: inherit;
  width: 100%; }

.form input[type=date],
.form input[type=email],
.form input[type=password],
.form input[type=text],
.form input[type=tel],
.form input[type=number],
.form textarea,
.scfForm input[type=date],
.scfForm input[type=email],
.scfForm input[type=password],
.scfForm input[type=text],
.scfForm input[type=tel],
.scfForm input[type=number],
.scfForm textarea {
  padding: 8px;
  border: 0; }

.form input[type=checkbox],
.form input[type=radio],
.scfForm input[type=checkbox],
.scfForm input[type=radio] {
  margin-right: 10px; }

.form label,
.scfForm label {
  font-weight: 400; }

.form select,
.scfForm select {
  font-size: 14px; }

.form textarea,
.scfForm textarea {
  min-height: 145px;
  resize: vertical; }

.form p,
.scfForm p {
  margin: 0;
  text-align: left; }

.scfForm .scfCheckboxBorder {
  display: table;
  width: 100% !important; }

.ui-datepicker {
  background: #f0f0f0;
  border: 1px solid #fff;
  padding: 10px;
  z-index: 100 !important; }

.ui-datepicker .ui-datepicker-prev {
  float: left; }

.ui-datepicker .ui-datepicker-title {
  text-align: center; }

.ui-datepicker .ui-datepicker-next {
  float: right; }

.ui-datepicker table td,
.ui-datepicker table th {
  padding: 5px; }

#form_50854249EEA14C2E9B4AF42F8779BC26 {
  background: 0 0;
  border-top: 2px solid #6bcff1;
  margin-top: 25px;
  padding: 10px 0 0; }

#form_50854249EEA14C2E9B4AF42F8779BC26 fieldset > div > span {
  color: red;
  display: block;
  font-size: 11px;
  margin-top: 10px; }

#form_50854249EEA14C2E9B4AF42F8779BC26 .scfRequired,
#form_50854249EEA14C2E9B4AF42F8779BC26 .scfTitleBorder,
#form_50854249EEA14C2E9B4AF42F8779BC26 .scfValidatorRequired,
#question-form {
  display: none; }

#form_50854249EEA14C2E9B4AF42F8779BC26 textarea {
  border: 1px solid #6bcff1 !important; }

#form_50854249EEA14C2E9B4AF42F8779BC26 .scfSectionContent {
  background: 0 0;
  padding: 0; }

#form_50854249EEA14C2E9B4AF42F8779BC26 .scfIntroBorder {
  margin-bottom: 10px; }

#form_50854249EEA14C2E9B4AF42F8779BC26 .scfRadioButtonListBorder {
  position: relative; }

#form_50854249EEA14C2E9B4AF42F8779BC26 .scfRequired {
  position: absolute;
  right: 0;
  top: 0; }

#form_50854249EEA14C2E9B4AF42F8779BC26 .scfMultipleLineTextBorder {
  margin-top: 0;
  padding-top: 0; }

#form_50854249EEA14C2E9B4AF42F8779BC26 .scfRadioButtonListLabel {
  font-weight: 400;
  text-align: left;
  margin-top: 0;
  width: auto; }

#form_50854249EEA14C2E9B4AF42F8779BC26 .scfMultipleLineTextLabel {
  font-weight: 400;
  text-align: left; }

#form_50854249EEA14C2E9B4AF42F8779BC26 .scfMultipleLineTextBox {
  border: 1px solid #ccc;
  color: #555;
  width: 100% !important; }

#form_50854249EEA14C2E9B4AF42F8779BC26 .scfSubmitButtonBorder {
  padding: 0; }

#form_50854249EEA14C2E9B4AF42F8779BC26 .scfValidationSummary {
  background: 0 0;
  float: none;
  padding: 0;
  width: auto; }

#form_50854249EEA14C2E9B4AF42F8779BC26 .scfFooterBorder {
  font-size: 11px;
  margin-top: 20px; }

#form_50854249EEA14C2E9B4AF42F8779BC26 .counter {
  line-height: 40px;
  float: left;
  font-size: 11px;
  margin-right: 10px; }

#form_50854249EEA14C2E9B4AF42F8779BC26 .scfRadioButtonList tr {
  float: left;
  margin-left: 15px; }

#form_50854249EEA14C2E9B4AF42F8779BC26 .scfRadioButtonList tr:first-child {
  margin-left: 0; }

#form_50854249EEA14C2E9B4AF42F8779BC26 .form-row-content-error {
  background: 0 0;
  border-top: 1px solid #ca0404;
  margin-top: 15px;
  padding: 10px 0; }

.accordion ~ .overflow-table,
.accordion ~ .table,
.accordion ~ .table-alternating-rows,
.accordion ~ .table-blue,
.accordion ~ .table-blue-alternating-rows,
.form ~ .over-table,
.form ~ .table,
.form ~ .table-alternating-rows,
.form ~ .table-blue,
.form ~ .table-blue-alternating-rows,
.overflow-table ~ .highlight,
.overflow-table ~ .overflow-table,
.overflow-table ~ .warning,
.scfForm ~ .over-table,
.scfForm ~ .table,
.table-alternating-rows ~ .table-alternating-rows,
.table-blue-alternating-rows ~ .table-blue-alternating-rows,
.table-blue ~ .table-blue,
.table ~ .table,
p ~ .accordion,
p ~ .form,
p ~ .scfForm,
p ~ .table,
p ~ .table-alternating-rows,
p ~ .table-blue,
p ~ .table-blue-alternating-rows {
  margin-top: 13px; }

.table-alternating-rows ~ p,
.table-blue-alternating-rows ~ p,
.table-blue ~ p,
.table ~ p,
p ~ .table,
p ~ .table-alternating-rows,
p ~ .table-blue,
p ~ .table-blue-alternating-rows {
  margin-bottom: 13px;
  margin-top: 13px; }

.table,
.table-alternating-rows,
.table-blue,
.table-blue-alternating-rows {
  margin-bottom: 0;
  table-layout: fixed;
  width: 100%; }

.wrap-text {
  display: inline-block;
  white-space: pre-wrap;
  word-wrap: -ms-break-all;
  word-wrap: -moz-break-all;
  word-wrap: -webkit-break-all;
  word-wrap: break-all;
  word-break: -ms-break-all;
  word-break: -moz-break-all;
  word-break: -webkit-break-all;
  word-break: break-all; }

.call-block .call-block-content-details:after,
.call-block .call-block-content-details:before,
.call-block .call-block-content-header:after,
.call-block .call-block-content-header:before,
.call-block .call-block-content:after,
.call-block .call-block-content:before,
.call-block .call-block-thumb:after,
.call-block .call-block-thumb:before,
.call-block:after,
.call-block:before,
.list:after,
.list:before {
  content: "";
  display: table; }

.table {
  background: tranparent; }

.table > tbody > tr {
  background: #e7e7e7; }

.table > tbody > tr:first-child > td,
.table > tbody > tr:first-child > th {
  border-top: 0; }

.table > tbody > tr > td,
.table > tbody > tr > th {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  padding: 8px;
  vertical-align: top; }

.table > tbody > tr > td:first-child,
.table > tbody > tr > th:first-child {
  border-left: 0; }

.table > tbody > tr > th {
  background: #7a7a7a;
  color: #fff;
  font-weight: 700; }

.table > tfoot {
  background: #d7d7d7; }

.table > tfoot > tr > td,
.table > tfoot > tr > th {
  font-size: 12px;
  font-size: 1.2rem;
  border: 0;
  padding: 8px; }

.table > thead > tr {
  background: #7a7a7a; }

.table > thead > tr > th {
  border-bottom: 0;
  border-left: 1px solid #fff;
  border-top: 0;
  color: #fff;
  padding: 8px;
  vertical-align: top; }

.table > thead > tr > th:first-child {
  border-left: 0; }

.table > thead > tr.sub-title,
.table > thead > tr.title {
  background: 0 0; }

.table > thead > tr.sub-title > th,
.table > thead > tr.title > th {
  color: #454344;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0 0 10px; }

.table > thead > tr.title > th {
  font-size: 20px;
  font-size: 2rem; }

.table > thead > tr.title.separate > th {
  padding-bottom: 20px; }

.table .error {
  background: #fcd2d2; }

.table .error input {
  background: #fcd2d2;
  border: 1px solid #ca0404 !important; }

.table .table-title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700; }

.table-blue {
  background: tranparent; }

.table-blue .error {
  background: #fcd2d2; }

.table-blue .error input {
  background: #fcd2d2;
  border: 1px solid #ca0404 !important; }

.table-blue .table-title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700; }

.table-blue > thead > tr {
  background: #002e5f; }

.table-blue > thead > tr > th {
  border-bottom: 0;
  border-left: 1px solid #fff;
  border-top: 0;
  color: #fff;
  padding: 8px;
  vertical-align: top; }

.table-blue > thead > tr > th:first-child {
  border-left: 0; }

.table-blue > thead > tr td,
.table-blue > thead > tr th {
  color: #fff; }

.table-blue > thead > tr.sub-title,
.table-blue > thead > tr.title {
  background: 0 0; }

.table-blue > thead > tr.sub-title > th,
.table-blue > thead > tr.title > th {
  color: #454344;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0 0 10px; }

.table-blue > thead > tr.title > th {
  font-size: 20px;
  font-size: 2rem; }

.table-blue > thead > tr.title.separate > th {
  padding-bottom: 20px; }

.table-blue > tbody > tr:first-child > td,
.table-blue > tbody > tr:first-child > th {
  border-top: 0; }

.table-blue > tbody > tr > td,
.table-blue > tbody > tr > th {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  padding: 8px;
  vertical-align: top; }

.table-blue > tbody > tr > td:first-child,
.table-blue > tbody > tr > th:first-child {
  border-left: 0; }

.table-blue > tbody > tr th {
  background: #002e5f;
  color: #fff;
  font-weight: 700; }

.table-blue > tbody > tr {
  background: #caf0fe; }

.table-blue > tfoot {
  background: #6bcff1; }

.table-blue > tfoot > tr > td,
.table-blue > tfoot > tr > th {
  font-size: 12px;
  font-size: 1.2rem;
  border: 0;
  padding: 8px; }

.table-blue-alternating-rows {
  background: tranparent; }

.table-blue-alternating-rows .error {
  background: #fcd2d2; }

.table-blue-alternating-rows .error input {
  background: #fcd2d2;
  border: 1px solid #ca0404 !important; }

.table-blue-alternating-rows .table-title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700; }

.table-blue-alternating-rows > thead > tr {
  background: #002e5f; }

.table-blue-alternating-rows > thead > tr > th {
  border-bottom: 0;
  border-left: 1px solid #fff;
  border-top: 0;
  color: #fff;
  padding: 8px;
  vertical-align: top; }

.table-blue-alternating-rows > thead > tr > th:first-child {
  border-left: 0; }

.table-blue-alternating-rows > thead > tr td,
.table-blue-alternating-rows > thead > tr th {
  color: #fff; }

.table-blue-alternating-rows > thead > tr.sub-title,
.table-blue-alternating-rows > thead > tr.title {
  background: 0 0; }

.table-blue-alternating-rows > thead > tr.sub-title > th,
.table-blue-alternating-rows > thead > tr.title > th {
  color: #454344;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0 0 10px; }

.table-blue-alternating-rows > thead > tr.title > th {
  font-size: 20px;
  font-size: 2rem; }

.table-blue-alternating-rows > thead > tr.title.separate > th {
  padding-bottom: 20px; }

.table-blue-alternating-rows > tbody > tr:first-child > td,
.table-blue-alternating-rows > tbody > tr:first-child > th {
  border-top: 0;
  vertical-align: top; }

.table-blue-alternating-rows > tbody > tr:nth-child(even) {
  background: #6bcff1; }

.table-blue-alternating-rows > tbody > tr > td,
.table-blue-alternating-rows > tbody > tr > th {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  padding: 8px;
  vertical-align: top; }

.table-blue-alternating-rows > tbody > tr > td:first-child,
.table-blue-alternating-rows > tbody > tr > th:first-child {
  border-left: 0; }

.table-blue-alternating-rows > tbody > tr th {
  background: #002e5f;
  color: #fff;
  font-weight: 700; }

.table-blue-alternating-rows > tbody > tr {
  background: #caf0fe; }

.table-blue-alternating-rows > tfoot {
  background: #6bcff1; }

.table-blue-alternating-rows > tfoot > tr > td,
.table-blue-alternating-rows > tfoot > tr > th {
  font-size: 12px;
  font-size: 1.2rem;
  border: 0;
  padding: 8px; }

.table-alternating-rows {
  background: tranparent; }

.table-alternating-rows .error {
  background: #fcd2d2; }

.table-alternating-rows .error input {
  background: #fcd2d2;
  border: 1px solid #ca0404 !important; }

.table-alternating-rows .table-title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700; }

.table-alternating-rows > tbody > tr {
  background: #f5f5f5; }

.table-alternating-rows > tbody > tr:nth-child(even) {
  background: #e7e7e7; }

.table-alternating-rows > tbody > tr:first-child > td,
.table-alternating-rows > tbody > tr:first-child > th {
  border-top: 0; }

.table-alternating-rows > tbody > tr > td,
.table-alternating-rows > tbody > tr > th {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  padding: 8px;
  vertical-align: top; }

.table-alternating-rows > tbody > tr > td:first-child,
.table-alternating-rows > tbody > tr > th:first-child {
  border-left: 0; }

.table-alternating-rows > tbody > tr > th {
  background: #7a7a7a;
  color: #fff;
  font-weight: 700; }

.table-alternating-rows > tfoot {
  background: #d7d7d7; }

.table-alternating-rows > tfoot > tr > td,
.table-alternating-rows > tfoot > tr > th {
  font-size: 12px;
  font-size: 1.2rem;
  border: 0;
  padding: 8px; }

.table-alternating-rows > thead > tr {
  background: #7a7a7a; }

.table-alternating-rows > thead > tr > th {
  border-bottom: 0;
  border-left: 1px solid #fff;
  border-top: 0;
  color: #fff;
  padding: 8px;
  vertical-align: top; }

.table-alternating-rows > thead > tr > th:first-child {
  border-left: 0; }

.table-alternating-rows > thead > tr.sub-title,
.table-alternating-rows > thead > tr.title {
  background: 0 0; }

.table-alternating-rows > thead > tr.sub-title > th,
.table-alternating-rows > thead > tr.title > th {
  color: #454344;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0 0 10px; }

.table-alternating-rows > thead > tr.title > th {
  font-size: 20px;
  font-size: 2rem; }

.table-alternating-rows > thead > tr.title.separate > th {
  padding-bottom: 20px; }

input[type=date],
input[type=email],
input[type=text],
input[type=number],
select,
textarea {
  line-height: inherit;
  width: 100%; }

input[type=date],
input[type=email],
input[type=text],
input[type=number],
textarea {
  border: 1px solid #f2f2f2;
  padding: 8px; }

input[type=number] {
  max-width: 90px; }

input[type=checkbox],
input[type=radio] {
  margin-right: 10px; }

label {
  font-weight: 400; }

textarea {
  min-height: 145px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

.call-block {
  zoom: 1;
  float: left;
  margin-left: 4%;
  margin-top: 20px;
  width: 48%; }

.call-block:after {
  clear: both; }

.call-block.expand {
  float: none;
  margin-left: 0;
  width: auto; }

.call-block:first-child,
.call-block:nth-child(3n+3) {
  margin-left: 0; }

.call-block .call-block-content {
  zoom: 1; }

.call-block .call-block-content:after {
  clear: both; }

.call-block .call-block-content-header {
  margin-bottom: 5px;
  zoom: 1; }

.call-block .call-block-thumb {
  zoom: 1;
  overflow: hidden;
  margin-bottom: 25px; }

.call-block .call-block-thumb:after {
  clear: both; }

.call-block .call-block-thumb img {
  min-width: 100%;
  max-width: 100%; }

.call-block .call-block-content-header:after {
  clear: both; }

.call-block .call-block-content-details {
  zoom: 1; }

.call-block .call-block-content-details:after {
  clear: both; }

.call-block .call-block-content-details .list {
  padding-left: 0; }

.call-block .call-block-content-header-title {
  color: #035ca3;
  font-weight: 700;
  font-size: 17px;
  font-size: 1.7rem; }

.list {
  zoom: 1;
  margin: 0;
  padding: 0; }

.list:after {
  clear: both; }

.list.horizontal li {
  float: left; }

.list.no-bullets {
  list-style: none; }

.list.vertical {
  display: block; }

.list.vertical.carets {
  list-style: none;
  margin-left: 7px; }

.list.vertical.carets li {
  margin-left: 12px; }

.list.vertical.carets li:before {
  font-size: 11px;
  font-size: 1.1rem;
  content: '\e805';
  font-family: fontello;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 8px;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: -20px; }

.dropdown {
  background: #fff;
  position: relative;
  display: block;
  height: 40px;
  margin-top: 0;
  overflow: hidden;
  width: 100%;
  max-width: 100%; }

.dropdown:after {
  background: 0 0;
  color: #222;
  content: "\25BC";
  font-size: 11px;
  padding: 0;
  position: absolute;
  right: 1em;
  top: 1.2em;
  bottom: .3em;
  z-index: 1;
  pointer-events: none; }

select {
  width: 110%;
  max-width: 110%;
  min-width: 110%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: window;
  text-indent: .01px;
  text-overflow: "...";
  font-size: 13px;
  font-weight: 400;
  background: 0 0;
  border: none;
  color: #555;
  padding: 11px 19% 12px 8px;
  line-height: 1.25em;
  margin: 0; }

select::-ms-expand {
  display: none; }

.form-bordered {
  border-style: solid;
  border-color: #34b6e4;
  border-width: 2px 2px 0; }

.form-bordered .form-fieldset {
  padding-bottom: 0 !important;
  margin-bottom: -2px !important;
  position: relative; }

.form-image {
  background-repeat: no-repeat;
  position: absolute;
  min-height: 85px;
  min-width: 85px;
  left: 10px;
  background-position: center;
  top: 10px; }

.hidden-radio {
  left: -10000px; }

.form-row-center .form-row-header-title {
  text-align: center !important;
  min-height: 50px;
  margin: 0 21%; }

.form-row-center .form-row-header-title a {
  font-weight: 700; }

.form-row-center-answer {
  text-align: left;
  padding-left: 37%; }

.form-row-center-answer .glossary-term {
  padding-left: 10px; }

.form-row-center-answer .glossary-term .glossary-term-title {
  border-bottom: 0 !important; }

.form-row-center-answer .glossary-term .glossary-term-definition {
  z-index: 999; }

.form-row-right {
  float: right !important; }

.next,
.prev,
.progress-wrap {
  float: left;
  min-height: 58px; }

.progress-nav {
  background-color: #07799e;
  min-height: 58px;
  margin: 0 -12px -17px; }

.progress-nav.align-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0; }

#self-help-form {
  padding-top: 63px; }

.progress-wrap {
  margin: 0 auto;
  position: absolute;
  width: 100%; }

.custom-radio {
  background: url(../images/radio-sprite.png) no-repeat;
  height: 20px;
  width: 20px;
  padding: 0 0 4px 30px; }

.custom-radio.selected {
  background-position: 0 -30px; }

.custom-radio input[type=radio] {
  margin: 1px;
  position: absolute;
  z-index: 2;
  outline: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0; }

.next,
.prev {
  min-width: 58px;
  width: 50px;
  height: 100%;
  position: relative;
  background: url(../images/arrow.png) center no-repeat;
  border-right: 1px solid #83bccf;
  cursor: pointer; }

.progress,
.progress-bar {
  background-repeat: repeat-x; }

.next {
  float: right; }

.prev {
  z-index: 99; }

.next img,
.prev img {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%; }

.flip {
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH"; }

.progress-percentage {
  text-align: center;
  color: #fff;
  font-size: .786em;
  margin-top: .5em; }

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #34b6e4;
  transition: width .6s ease; }

.intro-btn-wrapper {
  position: relative; }

.intro-btn-wrapper .btn {
  position: relative;
  float: right;
  margin-top: 10px;
  background-position: 94% center !important; }

.accordion-form-wrapper {
  padding-bottom: 10%; }

.progress {
  margin: 1em auto 0;
  height: 15px;
  max-width: 55%;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 10px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(to bottom, #ebebeb 0, #f5f5f5 100%); }

.form-control,
.lt-ie9 .search.on .form-control:focus {
  box-shadow: none; }

.disabled-button {
  background-color: #6bafc6;
  border-right: 1px solid #dffbff;
  cursor: default !important; }

.icon-right-open:before {
  content: " " !important; }

#main_3_PlaceVote,
.btn-submit,
.scfSubmitButton {
  background-image: url(../images/submit.png) !important;
  background-position: 90% center !important;
  background-repeat: no-repeat !important;
  padding-right: 30px !important;
  text-align: left;
  background-color: #002e5f;
  color: #fff;
  border: 0;
  padding: 10px 15px; }

#main_3_PlaceVote:focus,
#main_3_PlaceVote:hover,
.btn-submit:focus,
.btn-submit:hover,
.scfSubmitButton:focus,
.scfSubmitButton:hover {
  color: #fff;
  text-decoration: underline; }

.link-list {
  padding: 0;
  margin: 0 0 0 15px;
  list-style-type: none; }

.link-list li {
  padding-left: 10px; }

.link-list .caret {
  font-size: 11px;
  font-size: 1.1rem;
  display: block;
  float: left;
  margin: 2px 0 0 -20px; }

.module #main_3_PlaceVote,
.module a {
  float: right; }

.module {
  zoom: 1;
  background: #caf0fe;
  border: 2px solid #34b6e4;
  margin: 30px 0;
  padding: 10px 10px 15px; }

.module:after,
.module:before {
  content: "";
  display: table; }

.module:after {
  clear: both; }

.module:first-child,
.module:nth-child(2) {
  margin-top: 0; }

.module .scDMSPollOptionIntro h1 {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  color: #002e5f;
  font-weight: 700;
  padding: 0 0 4px;
  margin: 0 0 10px; }

.module .scDMSPollOptionResults {
  background: #07799e;
  color: #fff; }

.module .scDMSPollOptionItemName {
  font-weight: 500; }

.module .scDMSPollOptionItemResultValue {
  color: #fff;
  float: right; }

.module .scDMSPollVisualisation {
  display: none; }

.module .scDMSPollThankYou {
  line-height: 1em;
  font-size: .9em;
  margin-top: 10px; }

.module .scDMSPollThankYou * {
  display: block;
  margin: 0; }

.module a {
  background-image: url(../images/submit.png) !important;
  background-position: 90% center !important;
  background-repeat: no-repeat !important;
  padding-right: 30px !important;
  text-align: left;
  background-color: #002e5f !important;
  color: #fff;
  border: 0;
  padding: 10px 15px;
  margin-top: 20px; }

.icon-box,
.icon-key {
  overflow: hidden;
  text-indent: -9999px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  display: block;
  width: 50px;
  height: 50px; }

.module a:focus,
.module a:hover {
  color: #fff;
  text-decoration: underline; }

.icon-box {
  background: url(../images/sprite.png) -224px -28px no-repeat;
  border-radius: 25px; }

.icon-key {
  background: url(../images/sprite.png) -224px -129px no-repeat;
  border-radius: 25px; }

.icon-loudspeaker {
  background: url(../images/sprite.png) -224px -230px no-repeat;
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  text-indent: -9999px;
  border-radius: 25px; }

.icon-print,
.icon-social {
  width: 20px;
  height: 20px;
  display: block;
  overflow: hidden;
  text-indent: -9999px; }

.icon-social {
  background: url(../images/sprite.png) -239px -335px no-repeat; }

.icon-print {
  background: url(../images/sprite.png) -339px -335px no-repeat; }

.icon-question-mark {
  background: url(../images/sprite.png) -27px -425px no-repeat;
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  text-indent: -9999px; }

.accordion-section-toggle {
  position: relative;
  display: block;
  padding: 10px 55px 10px 15px;
  background: #caf0fe;
  color: #444;
  margin-bottom: 5px; }

.accordion-section-toggle .icon {
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/sprite.png) -130px -114px no-repeat #197abc;
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-indent: -9999px; }

.accordion-section-toggle .icon-toggle-less {
  background-position: -130px -154px; }

.accordion-section-toggle:hover {
  background: #b2e7f9;
  text-decoration: none;
  color: #444; }

.custom-icon-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  padding-left: 0 !important; }

.custom-icon-list li {
  position: relative;
  padding-left: 40px;
  line-height: 1.6;
  margin-bottom: 10px; }

.custom-icon-list .icon-bullet {
  position: absolute;
  left: 0;
  top: -4px; }

.fd-toggle {
  padding: 3px; }

.margin-bottom-clear {
  margin-bottom: 0 !important; }

.margin-left-clear {
  margin-left: 0 !important; }

.doc:first-child,
.pdf:first-child,
.xsl:first-child {
  margin-left: 0; }

.margin-right-clear {
  margin-right: 0 !important; }

.margin-top-clear {
  margin-top: 0 !important; }

.doc,
.pdf,
.xsl {
  background-position: left center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-bottom: 1px;
  margin-top: 1px;
  padding: 3px 0 3px 25px; }

.doc {
  background-image: url(../images/word.png); }

.pdf {
  background-image: url(../images/pdf.png); }

.xsl {
  background-image: url(../images/excel.png); }

#outerContainer {
  opacity: 1 !important; }

.btn,
.form-control {
  border-radius: 0; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  color: #035ca3;
  transition-property: opacity;
  transition-duration: .2s;
  transition-timing-function: linear;
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: .2s;
  -webkit-transition-timing-function: linear; }

.stButton .stButton_gradient,
.stButton .stFb,
.stButton .stMainServices,
.stButton .stTwbutton {
  height: 24px !important; }

#stOCClose {
  width: 30px !important;
  height: 29px !important; }

.body .left-col,
.body .right-col {
  padding: 0 15px; }

.article-heading {
  zoom: 1;
  position: relative;
  border-bottom: 2px solid #6bcff1;
  margin-bottom: 20px;
  padding-bottom: 10px; }

.article-heading:after,
.article-heading:before {
  content: "";
  display: table; }

.article-heading:after {
  clear: both; }

.article-heading .h1,
.article-heading h1 {
  font-size: 20px;
  font-size: 2rem;
  float: left;
  width: 70%;
  margin: 0;
  font-weight: 700;
  color: #002e5f; }

.article-heading .h1 img,
.article-heading .h1.expand,
.article-heading h1 img,
.article-heading h1.expand {
  width: 100%; }

.article-heading .article-widget {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
  right: 0;
  top: 0; }

.article-heading .article-widget.filter {
  float: right;
  margin-top: -10px;
  position: static;
  width: 30%; }

.article-heading .article-widget li {
  float: left;
  margin-left: 10px; }

.article-heading .article-widget label {
  margin-right: 10px; }

.article-heading .article-widget .dropdown {
  border: 1px solid #ebebeb; }

.article-heading .article-widget .dropdown select {
  padding-left: 8px; }

.article-heading .article-widget a:hover {
  opacity: .6; }

.introduction {
  padding: 20px 15px; }

.popular-links {
  padding: 0 15px;
  text-align: center; }

.popular-links .title-icon {
  display: block;
  margin-bottom: 3px;
  text-decoration: none; }

.popular-links .title {
  display: block;
  font-weight: 700;
  font-size: 17px;
  font-size: 1.7rem; }

.popular-links .red .title {
  color: #98172b; }

.popular-links .red .title .icon {
  background-color: #98172b; }

.popular-links .green .title {
  color: #00963b; }

.popular-links .green .title .icon {
  background-color: #00963b; }

.popular-links .blue .title {
  color: #07779b; }

.guide a,
.guide a:hover .title-sign {
  color: #404040; }

.popular-links .blue .title .icon {
  background-color: #07779b; }

.popular-links .icon {
  margin: 0 auto 10px; }

.popular-links .col {
  margin: 0 auto 30px;
  max-width: 360px; }

.popular-links .list {
  text-align: left;
  display: inline-block; }

.aside #module_poll,
.aside .col,
.highlight-boxes #module_poll,
.highlight-boxes .col {
  overflow: hidden;
  position: relative;
  max-width: 315px;
  min-height: 315px;
  margin: 10px auto;
  zoom: 1; }

.guide .overlay,
.guide img {
  position: absolute;
  top: 0; }

.aside #module_poll:after,
.aside #module_poll:before,
.aside .col:after,
.aside .col:before,
.highlight-boxes #module_poll:after,
.highlight-boxes #module_poll:before,
.highlight-boxes .col:after,
.highlight-boxes .col:before {
  content: "";
  display: table; }

.aside #module_poll:after,
.aside .col:after,
.highlight-boxes #module_poll:after,
.highlight-boxes .col:after {
  clear: both; }

.aside #module_poll img,
.aside .col img,
.highlight-boxes #module_poll img,
.highlight-boxes .col img {
  max-width: none;
  width: auto; }

.aside #module_poll iframe,
.aside .col iframe,
.highlight-boxes #module_poll iframe,
.highlight-boxes .col iframe {
  margin: 0; }

.aside #module_poll .h5,
.aside .col .h5,
.highlight-boxes #module_poll .h5,
.highlight-boxes .col .h5 {
  font-weight: 700; }

.highlight-boxes .col .h5 {
  font-size: 16px;
  font-size: 1.6rem; }

.aside #module_poll,
.aside .col {
  min-height: inherit; }

.guide {
  background: #eaeae0; }

.guide a {
  display: block; }

.guide .overlay {
  background: rgba(0, 46, 95, 0.5);
  bottom: 0;
  left: 0;
  padding: 45% 0 100%;
  right: 0;
  z-index: 1; }

.guide .overlay a {
  margin: auto;
  width: 93px; }

.guide .overlay img {
  display: block;
  margin: auto;
  min-height: 0;
  position: static; }

.trending {
  background: url(../images/dummy/trending.jpg) bottom left no-repeat #0379b1; }

.trending .title-sign {
  top: 25px;
  right: 0;
  left: auto;
  text-align: right;
  padding: 0 15px 0 20px; }

.trending .link-list {
  margin: 85px 0 10px 18px; }

.trending .link-list li {
  padding: 3px 18px 3px 10px; }

.trending .link-list a {
  color: #fff; }

.newsletter {
  background: url(../images/dummy/newsletter.jpg) bottom left no-repeat #0379b1; }

.newsletter .title-sign {
  top: 70px; }

.newsletter .subscribe-form {
  position: relative;
  margin: 180px 30px 20px; }

.newsletter .subscribe-form .form-control {
  height: 30px;
  border: 1px solid #002e5f;
  padding: 4px 30px 5px 8px; }

.newsletter .subscribe-form .btn {
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/sprite.png) -334px -233px no-repeat;
  display: block;
  width: 30px;
  bottom: 0;
  overflow: hidden;
  text-indent: -9999px;
  background-position: center center !important;
  padding-right: 0 !important; }

.title-sign {
  display: block;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 3;
  height: 43px;
  background: #fff;
  border-bottom: 3px solid #c2c2c2;
  line-height: 43px;
  padding: 0 25px 0 15px;
  margin: 0; }

.title-sign .left-sign-end,
.title-sign .right-sign-end {
  position: absolute;
  display: block;
  width: 15px;
  height: 46px;
  top: 0; }

.title-sign .right-sign-end {
  right: -14px;
  background: url(../images/sprite.png) -344px -31px no-repeat;
  overflow: hidden;
  text-indent: -9999px; }

.title-sign .left-sign-end {
  left: -14px;
  background: url(../images/sprite.png) -341px -131px no-repeat;
  overflow: hidden;
  text-indent: -9999px; }

.icon-promo .box-bottom-border,
.icon-promo .box-top-border {
  height: 50px;
  overflow: hidden;
  text-indent: -9999px;
  display: block;
  width: 100%;
  left: 0; }

.aside .image-promo img {
  width: 100%; }

.icon-promo {
  background: #197abc;
  min-height: auto;
  padding: 36px 15px;
  position: relative; }

.icon-promo .title {
  font-size: 24px;
  font-size: 2.4rem;
  display: block;
  font-weight: 700;
  line-height: 1em;
  margin-top: 20px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 55px;
  max-width: 200px; }

.icon-promo .title .icon {
  position: absolute;
  left: 0;
  top: 0; }

.icon-promo .box-top-border {
  position: absolute;
  top: 0;
  background: url(../images/sprite_help_border.png) no-repeat; }

.icon-promo .box-bottom-border {
  position: absolute;
  bottom: 0;
  background: url(../images/sprite_help_border.png) 0 -50px no-repeat; }

.icon-promo a {
  color: #fff;
  position: relative;
  z-index: 10;
  text-decoration: none;
  display: block; }

.icon-promo a:hover {
  opacity: .8; }

.related-links {
  background: #caf0fe;
  padding: 15px 15px 20px; }

.related-links .title {
  font-size: 24px;
  font-size: 2.4rem;
  display: block;
  color: #002e5f;
  font-weight: 700;
  padding: 0 0 4px;
  margin: 0 0 10px;
  border-bottom: 2px solid #6bcff1; }

.related-links ul {
  padding: 0;
  margin: 0 0 0 15px;
  list-style-type: none; }

.related-links ul li {
  padding: 5px 0; }

.median-rent-finder {
  background: #6bcff1;
  padding: 15px; }

.median-rent-finder .rents-finder-form {
  margin-top: 90px; }

.median-rent-finder .rents-finder-form .form-group {
  zoom: 1;
  margin-bottom: 10px; }

.median-rent-finder .rents-finder-form .form-group:after,
.median-rent-finder .rents-finder-form .form-group:before {
  content: "";
  display: table; }

.median-rent-finder .rents-finder-form .form-group:after {
  clear: both; }

.median-rent-finder .rents-finder-form .median-rent-finder-error {
  color: #ca0404;
  margin-bottom: 15px;
  text-align: right;
  font-weight: 700;
  width: 100%; }

.median-rent-finder label {
  float: left;
  width: 30%;
  line-height: 30px;
  text-align: right;
  padding-right: 10px; }

.median-rent-finder input[type=text] {
  width: 50%;
  float: right; }

.median-rent-finder .dropdown {
  cursor: pointer;
  float: left;
  width: 70%; }

.median-rent-finder .dropdown select {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 13px 8px 10px; }

.median-rent-finder .dwelling label {
  line-height: 1.2; }

.median-rent-finder .postcode label {
  width: 60%; }

.median-rent-finder .postcode input {
  width: 40%; }

.median-rent-finder .btn-submit {
  float: right; }

.accordion-section {
  padding-bottom: 15px;
  padding-top: 15px; }

.accordion .accordion-section:last-child {
  padding-bottom: 0; }

.js .accordion {
  margin-bottom: 13px;
  visibility: hidden; }

.no-js button {
  display: none !important; }

.sharethis-widget {
  position: relative;
  text-align: center; }

.sharethis {
  position: absolute;
  display: none;
  top: 25px;
  right: -10px;
  width: 140px;
  background: #fff;
  border: 1px solid #ccc;
  z-index: 50;
  border-radius: 5px; }

.sharethis > span {
  display: block;
  padding: 5px;
  border-bottom: 1px solid #ccc;
  text-align: left; }

.sharethis > span:last-child {
  border: none; }

.radio-controls {
  margin: 0; }

.radio-controls label {
  margin-left: 10px; }

.radio-controls input {
  margin-right: 5px; }

.feedback {
  zoom: 1;
  border-top: 2px solid #6bcff1;
  margin-top: 25px; }

.feedback:after,
.feedback:before {
  content: "";
  display: table; }

.feedback:after {
  clear: both; }

.feedback .submit-group {
  margin-top: 10px;
  float: right;
  text-align: right; }

.feedback .submit-group .counter {
  line-height: 40px;
  margin-right: 10px; }

.feedback .info {
  font-size: 11px;
  font-size: 1.1rem;
  margin: 10px 0 0;
  display: block;
  width: 50%;
  float: left; }

.masthead {
  position: relative;
  border-bottom: 2px solid #6bcff1; }

.site-logo {
  padding: 15px 10px;
  width: 35%; }

.site-logo h1,
.site-logo h2 {
  margin: 0; }

.site-logo img {
  max-width: 165px;
  width: 100%;
  min-width: 150px; }

.mobile-menu {
  position: absolute;
  bottom: 20px;
  right: 10px; }

.mobile-menu a {
  text-align: center;
  font-weight: 700;
  float: right;
  margin-left: 15px;
  text-decoration: none; }

.mobile-menu .menu-button .icon,
.mobile-menu .search-button .icon {
  height: 26px;
  overflow: hidden;
  text-indent: -9999px;
  display: block;
  margin: auto; }

.mobile-menu .search-button .icon {
  background: url(../images/sprite.png) -39px -38px no-repeat;
  width: 26px; }

.mobile-menu .menu-button .icon {
  background: url(../images/sprite.png) -134px -38px no-repeat;
  width: 35px; }

.main-menu,
.top-bar {
  position: absolute;
  width: 100%;
  z-index: 100;
  top: 100%;
  border-top: 2px solid #6bcff1;
  display: none; }

.main-menu ul,
.top-bar ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.main-menu a,
.top-bar a {
  zoom: 1;
  display: block;
  background: #035ca3;
  color: #fff;
  padding: 15px;
  border-bottom: 1px solid #1e4a79;
  text-decoration: none; }

.main-menu a:after,
.main-menu a:before,
.top-bar a:after,
.top-bar a:before {
  content: "";
  display: table; }

.main-menu a:after,
.top-bar a:after {
  clear: both; }

.main-menu a span,
.top-bar a span {
  float: left; }

.main-menu a .caret,
.search .btn .caret,
.top-bar a .caret {
  float: right; }

.main-menu .active a,
.top-bar .active a {
  background: #035ca3; }

.main-menu a {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700; }

.main-menu a span {
  display: block; }

.search {
  background: #197abc;
  padding: 15px; }

.search .form-control {
  height: 38px;
  font-size: 12px;
  border: none; }

.search .btn {
  background-position: center !important;
  padding-right: 10px !important;
  width: 100%;
  margin-top: 10px; }

.side-menu {
  margin-bottom: 25px; }

.side-menu .subtitle {
  margin: 0 0 15px;
  font-weight: 700;
  display: none;
  font-size: 18px;
  font-size: 1.8rem; }

.side-menu .subtitle a {
  display: block;
  font-weight: 400; }

.side-menu .go-back-to,
.side-menu .title {
  margin: 0 0 5px;
  font-weight: 700;
  display: none; }

.side-menu .go-back-to {
  font-size: 14px;
  font-size: 1.4rem; }

.side-menu .title {
  font-size: 18px;
  font-size: 1.8rem; }

.side-menu .title a {
  display: block;
  font-weight: 400; }

.side-menu .sub-menu {
  display: none;
  border-left: 2px solid #197abc;
  padding-left: 10px;
  margin: 10px 0; }

.side-menu .sub-menu > a {
  border-bottom: none;
  padding: 0 20px 0 0; }

.side-menu .sub-menu.active {
  display: block; }

.side-menu .sub-menu.active > .active a {
  font-weight: 600;
  text-decoration: underline; }

.side-menu .menu-toggle,
.side-menu > ul > li li a,
.side-menu > ul > li > a {
  text-decoration: none;
  display: block; }

.side-menu ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.side-menu > ul > li > a {
  position: relative;
  color: #035ca3;
  padding: 4px 20px 5px 0;
  border-bottom: 1px solid #eee;
  line-height: 1.2; }

.side-menu > ul > li > a .caret {
  position: absolute;
  right: -3px;
  top: 4px; }

.side-menu > ul > li > a:hover {
  color: #07779b; }

.side-menu > ul > li li a {
  color: #035ca3;
  line-height: 1.2;
  padding-top: 10px; }

.side-menu > ul > li li a:focus,
.side-menu > ul > li li a:hover {
  color: #07779b; }

.side-menu > ul > li li:first-child a {
  padding-top: 0; }

.side-menu > ul > li.active > a {
  font-weight: 700;
  color: #197abc; }

.side-menu .menu-toggle {
  font-size: 20px;
  font-size: 2rem;
  position: relative;
  font-weight: 700;
  margin: 20px 0 4px;
  border-bottom: 1px solid #eee; }

.side-menu .menu-toggle .caret {
  font-size: 14px;
  font-size: 1.4rem;
  position: absolute;
  right: -3px;
  top: 4px; }

.footer,
.footer-links,
.page-banner {
  position: relative; }

.page-banner {
  background: center top no-repeat #000;
  min-height: 100px;
  padding-top: 100px;
  background-size: cover;
  visibility: hidden; }

.page-banner.title-only {
  min-height: 100px;
  padding-top: 15px; }

.page-banner.title-only .page-title {
  display: block;
  padding: 15px 15px 10px;
  margin: auto;
  color: #fff;
  font-weight: 700;
  text-shadow: 1px 1px 1px #000;
  font-size: 56px;
  font-size: 5.6rem; }

.finder {
  width: 100%;
  padding: 20px;
  background: #197abc;
  text-align: center; }

.finder .dropdown select {
  font-size: 14px; }

.finder .form-control {
  height: 40px;
  border: none; }

.finder .btn-submit {
  margin-top: 10px;
  padding: 10px 66px 10px 20px !important; }

.finder .btn-submit .caret {
  margin: 0 -8px 0 30px; }

.finder label {
  color: #fff;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
  padding: 0;
  font-size: 28px;
  font-size: 2.8rem; }

.finder .term label {
  display: block;
  text-align: center;
  margin: 5px 0; }

.finder .persona {
  zoom: 1;
  display: inline-block;
  text-align: center; }

.finder .persona:after,
.finder .persona:before {
  content: "";
  display: table; }

.finder .persona:after {
  clear: both; }

.finder .persona label {
  display: block;
  text-align: right;
  padding-right: 10px;
  float: left; }

.finder .persona .custom-selector {
  cursor: pointer; }

.footer {
  background: #ebebeb;
  zoom: 1; }

.footer:after,
.footer:before {
  content: "";
  display: table; }

.footer:after {
  clear: both; }

.footer-links {
  margin: 30px 15px; }

.footer-links .section-list {
  display: block;
  width: 50%; }

.footer-links .pinterest,
.footer-links .youtube {
  width: 34px;
  height: 35px;
  overflow: hidden;
  text-indent: -9999px; }

.footer-links .section-list a {
  color: #404040;
  display: inline-block;
  padding-bottom: 6px;
  line-height: 1.3;
  font-size: 12px;
  font-size: 1.2rem; }

.footer-links .section-list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: none; }

.footer-links .about,
.footer-links .contact,
.footer-links .follow {
  position: absolute;
  right: 0;
  top: 0; }

.footer-links .contact {
  top: 25px; }

.footer-links .follow {
  top: auto;
  bottom: 0; }

.footer-links .follow ul {
  zoom: 1;
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: block; }

.footer-links .follow ul:after,
.footer-links .follow ul:before {
  content: "";
  display: table; }

.footer-links .follow ul:after {
  clear: both; }

.footer-links .follow li {
  float: left; }

.footer-links .follow h4 {
  font-size: inherit;
  font-weight: 400; }

.footer-links .pinterest {
  background: url(../images/sprite.png) -34px -239px no-repeat;
  display: block;
  margin-right: 5px; }

.footer-links .youtube {
  background: url(../images/sprite.png) -128px -239px no-repeat;
  display: block; }

.footer-links .pinterest:hover {
  background-position: -34px -200px; }

.footer-links .youtube:hover {
  background-position: -128px -200px; }

.footer-footer {
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
  padding: 25px 15px 15px;
  background: #d7d7d7; }

.footer-footer ul {
  padding: 0;
  margin: 0 0 5px;
  list-style-type: none;
  display: block; }

.footer-footer ul li {
  display: inline-block;
  margin-right: -3px; }

.footer-footer ul li:first-child a {
  border-left: 0; }

.footer-footer ul li.cc-badge {
  border-left: 0;
  display: block;
  float: none;
  clear: both;
  margin: 10px auto 20px;
  text-align: right; }

.footer-footer ul li.cc-badge a {
  background: url(../images/sprite.png) -11px -145px no-repeat;
  width: 81px;
  height: 15px;
  display: inline-block;
  font-size: 0 !important;
  overflow: hidden;
  text-indent: -9999px; }

.footer-footer ul a {
  color: #404040;
  padding: 0 4px;
  border-left: 1px solid #404040; }

@media only screen and (min-width: 48em) {
  .aside:after,
  .aside:before,
  .body:after,
  .body:before,
  .three-col:after,
  .three-col:before {
    display: table;
    content: ""; }
  .body {
    zoom: 1;
    margin: 30px auto;
    padding: 0 15px; }
  .body:after {
    clear: both; }
  .body .left-col,
  .body .right-col {
    padding: 0; }
  .body .left-col {
    width: 26%;
    margin-right: 4%;
    float: left; }
  .body .right-col {
    width: 70%;
    float: left;
    clear: right; }
  .three-col {
    zoom: 1; }
  .three-col:after {
    clear: both; }
  .three-col #module_poll,
  .three-col .col {
    width: 32.2%;
    margin: 0 0 0 1.5%;
    float: left; }
  .three-col #module_poll:nth-child(3n-2),
  .three-col .col:nth-child(3n-2) {
    margin-left: 0; }
  .highlight-boxes .three-col .col {
    margin-bottom: 15px; }
  .aside {
    zoom: 1;
    padding-top: 50px;
    clear: left; }
  .aside:after,
  .footer-footer:after,
  .footer-links:after {
    clear: both; }
  .aside #module_poll,
  .aside .col {
    height: 388px;
    overflow: hidden; }
  .aside #module_poll img,
  .aside .col img {
    height: 388px;
    width: auto; }
  .aside .image-promo a {
    display: block;
    text-align: center; }
  .popular-links,
  .popular-links .three-col .col {
    padding: 0; }
  .highlight-boxes {
    padding: 0 15px;
    margin-bottom: 50px; }
  .side-menu .subtitle,
  .side-menu .title {
    display: block; }
  .introduction {
    padding: 0 0 15px; }
  .page-banner {
    min-height: 180px;
    padding-top: 75px; }
  .finder {
    position: relative;
    padding: 5px;
    width: 680px;
    margin: auto; }
  .finder label {
    display: block;
    position: absolute;
    top: -50px;
    left: 0;
    float: none;
    text-shadow: 1px 1px 3px #444; }
  .finder .term {
    position: relative;
    width: 267px;
    float: left; }
  .finder .term label {
    text-align: left;
    margin: 0; }
  .finder .persona {
    position: relative;
    display: block;
    width: 260px;
    margin-right: 5px;
    float: left;
    text-align: center; }
  .finder .persona label {
    float: none;
    text-align: left; }
  .finder .persona .custom-selector {
    width: 100%; }
  .finder .btn {
    position: absolute;
    right: 5px;
    bottom: 5px; }
  .footer-links {
    margin: 0;
    padding: 30px 15px;
    zoom: 1; }
  .footer-links:after,
  .footer-links:before {
    content: "";
    display: table; }
  .footer-links .section-list {
    width: 85%;
    margin-bottom: 15px; }
  .footer-links .section-list ul {
    display: block; }
  .footer-links .section-list.follow .title,
  .footer-links .section-list > a {
    font-weight: 700;
    font-size: 16px;
    font-size: 1.6rem; }
  .footer-links .about,
  .footer-links .contact,
  .footer-links .follow {
    position: relative;
    right: auto;
    top: auto; }
  .footer-links .col {
    width: 22%;
    float: left; }
  .footer-links .col:last-child {
    float: right;
    width: 75px; }
  .footer-links .col:last-child .section-list {
    width: 100%; }
  .footer-footer {
    zoom: 1;
    padding: 20px 15px 0; }
  .footer-footer:after,
  .footer-footer:before {
    content: "";
    display: table; }
  .footer-footer .copyright {
    float: left; }
  .footer-footer .links {
    float: right; }
  .footer-footer .links ul {
    text-align: right; }
  .footer-footer .links .cc-badge {
    margin-right: 0; } }

@media only screen and (max-width: 47.99em) {
  .page-tools .article-heading {
    width: 70%; }
  .article-heading {
    margin-top: 20px; }
  .form .scfCheckbox label,
  .scfForm .scfCheckbox label {
    width: 100%;
    margin-right: 0; }
  .form .scfCheckboxBorder .scfCheckbox,
  .scfForm .scfCheckboxBorder .scfCheckbox {
    padding-bottom: 16px; }
  .form .scfCheckbox input[type=checkbox],
  .scfForm .scfCheckbox input[type=checkbox] {
    vertical-align: top;
    display: block;
    margin-top: 0;
    position: absolute;
    bottom: 0; }
  .form .mandatory,
  .form .scfRequired,
  .scfForm .mandatory,
  .scfForm .scfRequired {
    display: block;
    position: absolute;
    right: 0;
    top: 20px; }
  .form .scfValidator,
  .scfForm .scfValidator {
    margin-left: 0; }
  .form .form-row-content,
  .scfForm .form-row-content {
    float: none;
    width: auto; }
  .form .scfCaptchaGeneralPanel,
  .form .scfCheckBoxListGeneralPanel,
  .form .scfCheckboxBorder,
  .form .scfConfirmPasswordBorder,
  .form .scfDatePickerTextBox,
  .form .scfDropListBorder,
  .form .scfDropListGeneralPanel,
  .form .scfFileUploadBorder,
  .form .scfMultipleLineTextBorder,
  .form .scfMultipleLineTextBox,
  .form .scfNumberBorder,
  .form .scfSingleLineTextBorder,
  .form .scfSingleLineTextBox,
  .form .scfSubmitButtonBorder,
  .form .scfTelephoneBorder,
  .scfForm .scfCaptchaGeneralPanel,
  .scfForm .scfCheckBoxListGeneralPanel,
  .scfForm .scfCheckboxBorder,
  .scfForm .scfConfirmPasswordBorder,
  .scfForm .scfDatePickerTextBox,
  .scfForm .scfDropListBorder,
  .scfForm .scfDropListGeneralPanel,
  .scfForm .scfFileUploadBorder,
  .scfForm .scfMultipleLineTextBorder,
  .scfForm .scfMultipleLineTextBox,
  .scfForm .scfNumberBorder,
  .scfForm .scfSingleLineTextBorder,
  .scfForm .scfSingleLineTextBox,
  .scfForm .scfSubmitButtonBorder,
  .scfForm .scfTelephoneBorder {
    float: none;
    width: 100%; }
  .form .scfMultipleLineTextUsefulInfo,
  .form .scfSingleLineTextUsefulInfo,
  .scfForm .scfMultipleLineTextUsefulInfo,
  .scfForm .scfSingleLineTextUsefulInfo {
    float: left;
    margin-left: 0;
    width: auto; }
  .form .form-row-header,
  .form .scfCaptchaLabelText,
  .form .scfCheckBoxListLabel,
  .form .scfConfirmPasswordLabel,
  .form .scfDatePickerLabel,
  .form .scfDropListLabel,
  .form .scfFileUploadLabel,
  .form .scfMultipleLineTextLabel,
  .form .scfNumberLabel,
  .form .scfRadioButtonListLabel,
  .form .scfSingleLineTextLabel,
  .form .scfTelephoneLabel,
  .scfForm .form-row-header,
  .scfForm .scfCaptchaLabelText,
  .scfForm .scfCheckBoxListLabel,
  .scfForm .scfConfirmPasswordLabel,
  .scfForm .scfDatePickerLabel,
  .scfForm .scfDropListLabel,
  .scfForm .scfFileUploadLabel,
  .scfForm .scfMultipleLineTextLabel,
  .scfForm .scfNumberLabel,
  .scfForm .scfRadioButtonListLabel,
  .scfForm .scfSingleLineTextLabel,
  .scfForm .scfTelephoneLabel {
    float: none;
    margin-right: 0;
    margin-top: 0;
    width: 100%; }
  .form textarea,
  .scfForm textarea {
    min-height: 105px; }
  .top-bar .search {
    border-bottom: 2px solid #002e5f; }
  .summary {
    text-align: center; }
  .page-banner.title-only .page-title {
    font-size: 40px;
    font-size: 4rem; }
  .page-banner {
    padding-top: 0; }
  .finder .persona label {
    float: none;
    padding: 0 30px;
    text-align: center; }
  .finder .persona .custom-selector {
    width: 100%; } }

@media only screen and (max-width: 64em) {
  .email-feature-media:after,
  .email-features-block-header:after {
    clear: both; }
  .email-features-block.last,
  .email-stories-block.last,
  .email-stories-block.second {
    border-left: 0; }
  .email-header__sub-title,
  .email-header__title,
  .email-stories-block,
  .email-stories-block.last {
    float: none; }
  .email-feature-main,
  .email-features-block-body,
  .email-header,
  .email-stories-block-body {
    text-align: center; }
  .page-tools .article-heading {
    width: 80%; }
  .search .btn {
    background-origin: content-box;
    background-position: center right !important;
    padding-right: 10px !important; }
  .email {
    padding: 25px; }
  .email-feature-media {
    zoom: 1;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 190px; }
  .email-feature-media:after,
  .email-feature-media:before {
    content: "";
    display: table; }
  .email-feature-main {
    display: block;
    margin-left: 0;
    margin-top: 20px;
    width: auto; }
  .email-feature-main:before {
    display: none; }
  .email-features-block {
    display: block;
    float: none;
    margin-top: 10px;
    padding: 19px 24px;
    width: auto; }
  .email-features-block.first,
  .email-features-block:first-child {
    margin-right: 0;
    margin-top: 0;
    border-right: 0; }
  .email-features-block-header {
    zoom: 1;
    margin-bottom: 21px;
    text-align: center; }
  .email-features-block-header:after,
  .email-features-block-header:before {
    content: "";
    display: table; }
  .email-features-block-header-media {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70px; }
  .email-features-block-header__title {
    display: block;
    margin-left: 0;
    margin-top: 20px !important;
    width: auto; }
  .email-features-block-header__title:before {
    display: none; }
  .email-stories {
    display: block; }
  .email-stories-block {
    display: block;
    margin-top: 10px;
    padding: 19px 24px;
    width: auto; }
  .email-stories-block.first,
  .email-stories-block:first-child {
    margin-top: 0; }
  .email-stories-block.first,
  .email-stories-block.second {
    border-right: 0; }
  .email-stories-block-header {
    display: none; }
  .email-stories-block-body {
    padding: 0; }
  .email-stories-block-body p {
    font-size: 14px;
    font-size: 1.4rem; }
  .email-stories-block-footer {
    padding: 0; }
  .email-stories-block-footer__link {
    float: right; } }

@media only screen and (max-width: 64em) and (min-width: 48em) {
  .panelaside {
    margin-top: 20px; }
  .highlight-boxes .col .h5 {
    font-size: 14px;
    font-size: 1.4rem; }
  .two-col-flip .right-col {
    width: auto;
    float: none; }
  .two-col-flip .left-col {
    width: 100%;
    margin-right: 0;
    float: none;
    clear: right; }
  .form .form-row-content,
  .form .scfCaptchaTextBox,
  .form .scfCheckBoxListGeneralPanel,
  .form .scfConfirmPasswordTextBox,
  .form .scfDatePickerTextBox,
  .form .scfDropListGeneralPanel,
  .form .scfEmailTextBox,
  .form .scfFileUploadGeneralPanel,
  .form .scfMultipleLineTextBox,
  .form .scfNumberTextBox,
  .form .scfRadioButtonListGeneralPanel,
  .form .scfSingleLineTextBox,
  .form .scfTelephoneTextBox,
  .scfForm .form-row-content,
  .scfForm .scfCaptchaTextBox,
  .scfForm .scfCheckBoxListGeneralPanel,
  .scfForm .scfConfirmPasswordTextBox,
  .scfForm .scfDatePickerTextBox,
  .scfForm .scfDropListGeneralPanel,
  .scfForm .scfEmailTextBox,
  .scfForm .scfFileUploadGeneralPanel,
  .scfForm .scfMultipleLineTextBox,
  .scfForm .scfNumberTextBox,
  .scfForm .scfRadioButtonListGeneralPanel,
  .scfForm .scfSingleLineTextBox,
  .scfForm .scfTelephoneTextBox {
    width: 70% !important; } }

@media only screen and (max-width: 48em) and (min-width: 37em) {
  .call-block .call-block-thumb {
    float: none;
    margin-right: 0;
    width: auto; } }

@media only screen and (min-width: 64em) {
  .site-logo {
    padding: 15px 0 8px; }
  .wingspan {
    width: 960px;
    margin: auto;
    position: relative; }
  .highlight-boxes {
    padding: 15px 0; }
  .aside #module_poll,
  .aside .col {
    height: auto; }
  .aside #module_poll img,
  .aside .col img {
    min-height: 0;
    height: auto; }
  .body {
    padding: 0;
    margin: 30px auto; }
  .body .left-col {
    width: 195px;
    margin-right: 35px; }
  .body .right-col {
    width: 490px; }
  .body.two-col .right-col {
    width: 730px; }
  .body.two-col-flip .left-col {
    width: 720px; }
  .body.two-col-flip .right-col {
    width: 205px; }
  .body .aside {
    padding: 0;
    width: 205px;
    float: right;
    clear: none;
    margin-top: 40px; }
  .main-menu ul > li > a:after,
  .masthead:after {
    clear: both; }
  .body .aside #module_poll img,
  .body .aside .col img {
    max-width: 100%; }
  .body .aside .three-col > :first-child {
    margin-top: 0; }
  .body .aside .three-col #module_poll,
  .body .aside .three-col .col {
    width: 100%;
    float: none;
    clear: both;
    min-height: inherit;
    margin: 0 0 30px; }
  .highlight-boxes {
    margin-bottom: 20px; }
  .feedback .info {
    width: 70%;
    line-height: 40px; }
  .feedback input {
    margin-left: 0; }
  .masthead {
    zoom: 1;
    margin-top: 25px; }
  .masthead:after,
  .masthead:before {
    content: "";
    display: table; }
  .top-bar {
    display: block !important;
    background: #002e5f;
    margin: 0;
    top: -25px;
    border-top: none;
    z-index: 100; }
  .search,
  .search .btn {
    display: block;
    overflow: hidden; }
  .top-bar ul {
    float: right; }
  .main-menu ul > li,
  .top-bar li {
    float: left; }
  .top-bar li a {
    margin: 6px 0;
    border-left: 1px solid #fff;
    border-bottom: none;
    background: 0 0;
    padding: 0 10px;
    font-weight: 300; }
  .top-bar li a:hover {
    color: #eaeaea;
    text-decoration: underline !important; }
  .top-bar li:first-child a {
    border: none; }
  .search {
    background: 0 0;
    padding: 0;
    width: 33px; }
  .search .search-wrapper {
    margin: 3px;
    width: 210px;
    position: relative; }
  .search .form-control {
    padding: 0 35px 0 30px;
    height: 26px;
    background: url(../images/sprite_search.png) 0 -1px no-repeat;
    cursor: pointer; }
  .search .form-control:hover {
    background-position: 0 -61px; }
  .search .btn {
    border: 1px solid #fff;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
    background: url(../images/sprite.png) -334px -235px no-repeat;
    width: 30px;
    height: 26px;
    text-indent: -9999px; }
  .search.on .form-control {
    background-color: #fff;
    background-position: 0 -31px;
    cursor: text; }
  .search.on .form-control:focus {
    box-shadow: none; }
  .main-menu {
    display: block !important;
    border-top: none;
    top: auto;
    bottom: -2px;
    right: 0;
    width: auto; }
  .main-menu ul > li > a {
    zoom: 1;
    padding: 0 0 15px;
    background: 0 0;
    color: #000;
    border-bottom: 2px solid #6bcff1; }
  .main-menu ul > li > a:after,
  .main-menu ul > li > a:before {
    content: "";
    display: table; }
  .main-menu ul > li > a > span {
    border-right: 1px solid #ccc;
    float: left;
    padding: 12px 24px 0; }
  .main-menu ul > li.active > a,
  .main-menu ul > li > a:hover {
    border-color: #035ca3;
    color: #035ca3;
    background: 0 0; }
  .main-menu ul > li:last-child > a span {
    padding-right: 0;
    border: none; }
  .page-banner {
    min-height: 280px;
    padding-top: 125px;
    background-size: cover; }
  .page-banner.title-only {
    min-height: 175px;
    padding-top: 70px; }
  .page-banner.title-only .page-title {
    padding: 15px 0 20px;
    width: 960px; }
  .footer-links {
    padding: 30px 0; }
  .footer-links .col {
    width: 23%; }
  .search .btn {
    background-position: center !important;
    padding-right: 0 !important; }
  .form .form-row-header-title,
  .form .scfCaptchaLabelText,
  .form .scfCheckBoxListLabel,
  .form .scfConfirmPasswordLabel,
  .form .scfDatePickerLabel,
  .form .scfDropListLabel,
  .form .scfEmailLabel,
  .form .scfFileUploadLabel,
  .form .scfMultipleLineTextLabel,
  .form .scfNumberLabel,
  .form .scfRadioButtonListLabel,
  .form .scfSingleLineTextLabel,
  .form .scfTelephoneLabel,
  .scfForm .form-row-header-title,
  .scfForm .scfCaptchaLabelText,
  .scfForm .scfCheckBoxListLabel,
  .scfForm .scfConfirmPasswordLabel,
  .scfForm .scfDatePickerLabel,
  .scfForm .scfDropListLabel,
  .scfForm .scfEmailLabel,
  .scfForm .scfFileUploadLabel,
  .scfForm .scfMultipleLineTextLabel,
  .scfForm .scfNumberLabel,
  .scfForm .scfRadioButtonListLabel,
  .scfForm .scfSingleLineTextLabel,
  .scfForm .scfTelephoneLabel {
    display: block;
    text-align: right; }
  .form .form-row-content,
  .form .scfCaptchaTextBox,
  .form .scfCheckBoxListGeneralPanel,
  .form .scfConfirmPasswordTextBox,
  .form .scfDatePickerTextBox,
  .form .scfDropListGeneralPanel,
  .form .scfEmailTextBox,
  .form .scfFileUploadGeneralPanel,
  .form .scfMultipleLineTextBox,
  .form .scfNumberTextBox,
  .form .scfRadioButtonListGeneralPanel,
  .form .scfSingleLineTextBox,
  .form .scfTelephoneTextBox,
  .scfForm .form-row-content,
  .scfForm .scfCaptchaTextBox,
  .scfForm .scfCheckBoxListGeneralPanel,
  .scfForm .scfConfirmPasswordTextBox,
  .scfForm .scfDatePickerTextBox,
  .scfForm .scfDropListGeneralPanel,
  .scfForm .scfEmailTextBox,
  .scfForm .scfFileUploadGeneralPanel,
  .scfForm .scfMultipleLineTextBox,
  .scfForm .scfNumberTextBox,
  .scfForm .scfRadioButtonListGeneralPanel,
  .scfForm .scfSingleLineTextBox,
  .scfForm .scfTelephoneTextBox {
    width: 54% !important; } }

@media only screen and (max-width: 37em) {
  .page-tools .article-heading {
    width: 60%; }
  #stSegmentFrame,
  #stwrapper {
    display: none; }
  .page-banner {
    padding-top: 0; }
  .article-widget.filter {
    margin-top: 10px !important;
    float: none !important;
    width: 100% !important; }
  .article-widget.filter label {
    display: block; }
  .article-heading h1 {
    font-size: 22px;
    font-size: 2.2rem;
    float: none; }
  .pagination {
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
    width: 100%; }
  .pagination .pagination-total {
    display: none; }
  .pagination .pagination-list {
    display: inline-block;
    float: none; }
  .results-block .results-block-content-header-title {
    display: block;
    float: none;
    margin-bottom: 10px;
    width: auto; }
  .results-block .results-block-content-header-type {
    display: block;
    float: none;
    text-align: left;
    width: auto; }
  .results-block .results-block-content-header-type .icon {
    float: left;
    margin: 0 7px 0 0; }
  .call-block,
  .call-block .call-block-content {
    float: none;
    width: auto; }
  .summary a {
    display: block;
    width: auto; }
  .side-menu {
    margin-bottom: 0; }
  .side-menu .caret {
    padding: 5px; }
  .side-menu .menu-toggle .caret {
    top: -1px; }
  .side-menu > ul > li > a {
    padding-bottom: 15px;
    padding-top: 10px; }
  .side-menu > ul > li > a .caret.icon-down-open {
    top: 10px; }
  .side-menu > ul > li > a .caret.icon-up-open {
    top: 5px; }
  .article {
    margin-top: 25px; }
  .call-block {
    display: block;
    margin-left: 0;
    margin-top: 20px; }
  .call-block .call-block-thumb {
    float: none;
    margin-right: 0;
    width: auto; } }

@media only screen and (max-width: 32em) {
  .email-feature-main,
  .email-properties {
    text-align: center; }
  .email {
    padding: 10px; }
  .email-properties {
    zoom: 1; }
  .email-properties:after,
  .email-properties:before {
    content: "";
    display: table; }
  .email-properties:after {
    clear: both; }
  .email-properties__title {
    display: block;
    margin-right: 0; }
  .email-properties__sub-title {
    display: block; } }

@media only screen and (max-width: 37em) {
  .form-row-center .form-row-header-title {
    margin: 0 !important;
    text-align: left !important; }
  .form-image {
    display: none; }
  .form-row-center-answer {
    padding-left: 0 !important; }
  .progress-intro-wrap {
    max-width: 100%; }
  .glossary-term {
    position: static !important; }
  .glossary-term-definition {
    width: 100% !important; }
  .glossary-term-definition:before {
    right: 10px !important; } }

.lt-ie9 .aside:after,
.lt-ie9 .aside:before,
.lt-ie9 .body:after,
.lt-ie9 .body:before,
.lt-ie9 .three-col:after,
.lt-ie9 .three-col:before {
  display: table;
  content: ""; }

.ie9 .dropdown select {
  max-width: 130%;
  min-width: 130%;
  padding-bottom: 9px;
  padding-top: 9px; }

.lt-ie9 .body:after {
  clear: both; }

.lt-ie9 .body .left-col,
.lt-ie9 .body .right-col {
  padding: 0; }

.lt-ie9 .body .left-col {
  float: left; }

.lt-ie9 .body .right-col {
  float: left;
  clear: right; }

.lt-ie9 .three-col {
  zoom: 1; }

.lt-ie9 .three-col:after {
  clear: both; }

.lt-ie9 .three-col #module_poll,
.lt-ie9 .three-col .col {
  width: 32.2%;
  margin: 0 0 0 1.5%;
  float: left; }

.lt-ie9 .three-col #module_poll:first-child,
.lt-ie9 .three-col .col:first-child {
  margin-left: 0; }

.lt-ie9 .aside {
  zoom: 1;
  padding-top: 50px;
  clear: left; }

.lt-ie9 .aside:after,
.lt-ie9 .footer-footer:after,
.lt-ie9 .footer-links:after {
  clear: both; }

.lt-ie9 .aside #module_poll,
.lt-ie9 .aside .col {
  overflow: hidden;
  height: auto; }

.lt-ie9 .aside #module_poll img,
.lt-ie9 .aside .col img {
  width: auto;
  min-height: 0;
  height: auto; }

.lt-ie9 .aside .image-promo a {
  display: block;
  text-align: center; }

.lt-ie9 .popular-links,
.lt-ie9 .popular-links .three-col .col {
  padding: 0; }

.lt-ie9 .side-menu .subtitle,
.lt-ie9 .side-menu .title {
  display: block; }

.lt-ie9 .introduction {
  padding: 0 0 15px; }

.lt-ie9 .finder {
  position: relative;
  padding: 5px;
  width: 680px;
  margin: auto; }

.lt-ie9 .finder label {
  display: block;
  position: absolute;
  top: -50px;
  left: 0;
  float: none;
  text-shadow: 1px 1px 3px #444; }

.lt-ie9 .finder .term {
  position: relative;
  width: 267px;
  float: left; }

.lt-ie9 .finder .term label {
  text-align: left;
  margin: 0; }

.lt-ie9 .finder .persona {
  position: relative;
  display: block;
  width: 260px;
  margin-right: 5px;
  float: left;
  text-align: center; }

.lt-ie9 .finder .persona label {
  float: none;
  text-align: left; }

.lt-ie9 .finder .persona .custom-selector {
  width: 100%; }

.lt-ie9 .finder .btn {
  position: absolute;
  right: 5px;
  bottom: 5px; }

.lt-ie9 .footer-links {
  margin: 0;
  zoom: 1; }

.lt-ie9 .footer-links:after,
.lt-ie9 .footer-links:before {
  content: "";
  display: table; }

.lt-ie9 .footer-links .section-list {
  width: 85%;
  margin-bottom: 15px; }

.lt-ie9 .footer-links .section-list ul {
  display: block; }

.lt-ie9 .footer-footer:after,
.lt-ie9 .footer-footer:before,
.lt-ie9 .masthead:after,
.lt-ie9 .masthead:before {
  display: table;
  content: ""; }

.lt-ie9 .footer-links .section-list.follow .title,
.lt-ie9 .footer-links .section-list > a {
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem; }

.lt-ie9 .footer-links .about,
.lt-ie9 .footer-links .contact,
.lt-ie9 .footer-links .follow {
  position: relative;
  right: auto;
  top: auto; }

.lt-ie9 .footer-links .col {
  float: left; }

.lt-ie9 .footer-links .col:last-child {
  float: right;
  width: 75px; }

.lt-ie9 .footer-links .col:last-child .section-list {
  width: 100%; }

.lt-ie9 .footer-footer {
  zoom: 1;
  padding: 20px 15px 0; }

.lt-ie9 .footer-footer .copyright {
  float: left; }

.lt-ie9 .footer-footer .links {
  float: right; }

.lt-ie9 .footer-footer .links ul {
  text-align: right; }

.lt-ie9 .footer-footer .links .cc-badge {
  margin-right: 0; }

.lt-ie9 .site-logo {
  padding: 15px 0 8px; }

.lt-ie9 .wingspan {
  width: 960px;
  margin: auto;
  position: relative; }

.lt-ie9 .highlight-boxes {
  padding: 15px 0; }

.lt-ie9 .body {
  zoom: 1;
  padding: 0;
  margin: 30px auto; }

.lt-ie9 .body .left-col {
  width: 195px;
  margin-right: 35px; }

.lt-ie9 .body .right-col {
  width: 490px; }

.lt-ie9 .body.two-col .right-col {
  width: 730px; }

.lt-ie9 .body.two-col-flip .left-col {
  width: 720px; }

.lt-ie9 .body.two-col-flip .right-col {
  width: 205px; }

.lt-ie9 .body .aside {
  padding: 0;
  width: 205px;
  float: right;
  clear: none;
  margin-top: 40px; }

.lt-ie9 .main-menu ul > li > a:after,
.lt-ie9 .masthead:after {
  clear: both; }

.lt-ie9 .body .aside #module_poll img,
.lt-ie9 .body .aside .col img {
  max-width: 100%; }

.lt-ie9 .body .aside .three-col > :first-child {
  margin-top: 0; }

.lt-ie9 .body .aside .three-col #module_poll,
.lt-ie9 .body .aside .three-col .col {
  width: 100%;
  float: none;
  clear: both;
  min-height: inherit;
  margin: 0 0 30px; }

.lt-ie9 .highlight-boxes {
  margin-bottom: 20px; }

.lt-ie9 .feedback .info {
  width: 70%;
  line-height: 40px; }

.lt-ie9 .feedback input {
  margin-left: 0; }

.lt-ie9 .masthead {
  zoom: 1;
  margin-top: 25px; }

.lt-ie9 .top-bar {
  display: block !important;
  background: #002e5f;
  margin: 0;
  top: -25px;
  border-top: none;
  z-index: 100; }

.lt-ie9 .top-bar ul {
  float: right; }

.lt-ie9 .main-menu ul > li,
.lt-ie9 .top-bar li {
  float: left; }

.lt-ie9 .top-bar li a {
  margin: 6px 0;
  border-left: 1px solid #8097af;
  border-bottom: none;
  background: 0 0;
  padding: 0 10px;
  font-weight: 300; }

.lt-ie9 .top-bar li a:hover {
  color: #6bcff1; }

.lt-ie9 .top-bar li:first-child a {
  border: none; }

.lt-ie9 .search {
  background: 0 0;
  padding: 0;
  display: block;
  overflow: hidden;
  width: 33px; }

.lt-ie9 .search .search-wrapper {
  margin: 3px;
  width: 210px;
  position: relative; }

.lt-ie9 .search .form-control {
  padding: 0 35px 0 30px;
  height: 26px;
  background: url(../images/sprite_search.png) 0 -1px no-repeat;
  cursor: pointer; }

.lt-ie9 .search .form-control:hover {
  background-position: 0 -61px; }

.lt-ie9 .search .btn {
  border: 1px solid #fff;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 0;
  background: url(../images/sprite.png) -334px -235px no-repeat;
  display: block;
  width: 30px;
  height: 26px;
  overflow: hidden;
  text-indent: -9999px; }

.lt-ie9 .search.on .form-control {
  background-color: #fff;
  background-position: 0 -31px;
  cursor: text; }

.lt-ie9 .main-menu {
  display: block !important;
  border-top: none;
  top: auto;
  bottom: -2px; }

.lt-ie9 .main-menu ul > li > a {
  zoom: 1;
  padding: 0 0 15px;
  background: 0 0;
  color: #000;
  border-bottom: 2px solid #6bcff1; }

.lt-ie9 .main-menu ul > li > a:after,
.lt-ie9 .main-menu ul > li > a:before {
  content: "";
  display: table; }

.lt-ie9 .main-menu ul > li > a > span {
  border-right: 1px solid #ccc;
  float: left;
  padding: 12px 24px 0; }

.lt-ie9 .main-menu ul > li.active > a,
.lt-ie9 .main-menu ul > li > a:hover {
  border-color: #035ca3;
  color: #035ca3;
  background: 0 0; }

.lt-ie9 .main-menu ul > li:last-child > a span {
  padding-right: 0;
  border: none; }

.lt-ie9 .page-banner {
  padding-top: 125px;
  background-size: cover; }

.lt-ie9 .page-banner.title-only {
  min-height: 175px;
  padding-top: 70px; }

.lt-ie9 .page-banner.title-only .page-title {
  padding: 15px 0 20px;
  width: 960px; }

.lt-ie9 .footer-links {
  padding: 30px 0; }

.lt-ie9 .footer-links .col {
  width: 23%; }

.lt-ie9 .site-logo img {
  width: auto; }

.lt-ie9 .custom-selector select {
  width: 110%; }

.lt-ie9 .term input {
  padding: 10px 10px 0;
  width: 96%;
  height: 40px; }

.lt-ie9 .page-banner {
  background-color: #fff;
  height: 240px;
  min-height: 0; }

.lt-ie9 .main-menu {
  width: 90%;
  left: 165px;
  right: auto; }

.lt-ie8 .footer-footer ul li {
  display: inline;
  zoom: 1; }

.lt-ie8 .footer-footer ul li.cc-badge,
.lt-ie8 .footer-links .section-list a {
  display: block; }

.lt-ie8 .btn .caret {
  margin-left: 10px; }

.lt-ie8 .popular-links .three-col .col {
  width: 29%; }

.lt-ie8 .newsletter .subscribe-form .form-control {
  padding: 5px 0 0 10px;
  height: 23px;
  width: 177px; }

.lt-ie8 .newsletter .subscribe-form .btn-submit {
  top: 2px; }

.lt-ie8 .term input {
  padding: 10px 10px 0;
  height: 30px; }

.lt-ie8 .search {
  position: relative; }

.lt-ie8 .search .form-control {
  padding: 0; }

.lt-ie8 .page-banner {
  height: 140px;
  min-height: 0; }

.lt-ie8 .page-banner.title-only {
  min-height: 0;
  padding-top: 0; }

.lt-ie8 .body .aside .three-col #module_poll,
.lt-ie8 .body .aside .three-col .col {
  width: auto;
  min-height: 0; }

.lt-ie8 .feedback textarea {
  width: 465px; }

.lt-ie8 .median-rent-finder .postcode input {
  padding: 6px;
  height: auto;
  margin-right: 10px; }

.lt-ie8 .median-rent-finder {
  padding: 0; }

.lt-ie8 .median-rent-finder .custom-selector {
  width: 60%;
  height: auto; }

.lt-ie8 .median-rent-finder .custom-selector .caret {
  display: none; }

.lt-ie8 .median-rent-finder .custom-selector select {
  width: 100%; }

.lt-ie8 .median-rent-finder .postcode label {
  width: 45%; }

iframe {
  display: block;
  width: 100%; }

img {
  image-rendering: -webkit-optimize-contrast; }

video {
  display: block; }

@media print {
  .print-exclude {
    display: none; }
  .print-include {
    display: block; }
  a, a:visited {
    text-decoration: underline !important; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  img {
    max-width: 100% !important; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  @page {
    margin: 1cm; }
  * {
    background: transparent !important;
    color: black !important;
    filter: none !important;
    -ms-filter: none !important;
    text-shadow: none; }
  img, table, ul, li, dl, dt, dd, tr, td {
    page-break-inside: avoid; }
  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid; } }

.utility.background-color-abbey {
  background-color: #50505a;
  color: #fff; }

.utility.background-color-black {
  background-color: #000;
  color: #fff; }

.utility.background-color-congress {
  background-color: #004781;
  color: #fff; }

.utility.background-color-crimson {
  background-color: #e52d27;
  color: #fff; }

.utility.background-color-dark-crimson {
  background-color: #c9080b;
  color: #fff; }

.utility.background-color-denim {
  background-color: #197abc;
  color: #fff; }

.utility.background-color-dove-grey {
  background-color: #6e6e6e;
  color: #fff; }

.utility.background-color-endeavour {
  background-color: #035ca3;
  color: #fff; }

.utility.background-color-gallery {
  background-color: #eaeaea;
  color: #000; }

.utility.background-color-emperor {
  background-color: #505050;
  color: #fff; }

.utility.background-color-link-water {
  background-color: #e8f1f8;
  color: #000; }

.utility.background-color-midnight {
  background-color: #002e5f;
  color: #fff; }

.utility.background-color-st-tropaz {
  background-color: #2a6496;
  color: #fff; }

.utility.background-color-tundora {
  background-color: #444444;
  color: #fff; }

.utility.background-color-we-peep {
  background-color: #f6d5d5;
  color: #000; }

.utility.background-color-white {
  background-color: #fff;
  color: #000; }

.utility.foreground-color-abbey {
  color: #50505a;
  fill: #50505a; }

.utility.foreground-color-black {
  color: #000;
  fill: #000; }

.utility.foreground-color-congress {
  color: #004781;
  fill: #004781; }

.utility.foreground-color-crimson {
  color: #e52d27;
  fill: #e52d27; }

.utility.foreground-color-dark-crimson {
  color: #c9080b;
  fill: #c9080b; }

.utility.foreground-color-denim {
  color: #197abc;
  fill: #197abc; }

.utility.foreground-color-dove-grey {
  color: #6e6e6e;
  fill: #6e6e6e; }

.utility.foreground-color-endeavour {
  color: #035ca3;
  fill: #035ca3; }

.utility.foreground-color-gallery {
  color: #eaeaea;
  fill: #eaeaea; }

.utility.foreground-color-emperor {
  color: #505050;
  fill: #505050; }

.utility.foreground-color-link-water {
  color: #e8f1f8;
  fill: #e8f1f8; }

.utility.foreground-color-midnight {
  color: #002e5f;
  fill: #002e5f; }

.utility.foreground-color-st-tropaz {
  color: #2a6496;
  fill: #2a6496; }

.utility.foreground-color-tundora {
  color: #444444;
  fill: #444444; }

.utility.foreground-color-we-peep {
  color: #f6d5d5;
  fill: #f6d5d5; }

.utility.foreground-color-white {
  color: #fff;
  fill: #fff; }

.ac-input {
  border: 1px solid #444444 !important; }

.ac-generated {
  z-index: 9999; }
  .ac-generated .enclosure {
    background: #e8f1f8; }
    .ac-generated .enclosure .item {
      border: none;
      font-weight: lighter; }

.accordion-section-toggle {
  background-color: #e8f1f8; }
  .accordion-section-toggle:focus, .accordion-section-toggle:hover {
    background-color: rgba(25, 122, 188, 0.4); }

.alert {
  background-color: rgba(246, 213, 213, 0.5);
  border-left: 4px solid #c9080b;
  display: block;
  margin-bottom: 25px;
  padding: 13px 16px;
  width: 100%; }
  .alert p:last-child {
    margin-bottom: 0; }
  @media all and (max-width: 47.99em) {
    .alert {
      margin: 25px 15px 0; } }

.article-heading {
  border-bottom: none; }
  .article-heading h1 {
    color: #197abc;
    font-size: 30px;
    font-weight: lighter;
    width: 85%; }

.article p {
  line-height: 22px; }

.article ul li {
  margin-top: 2px; }
  .article ul li:first-child {
    margin-top: 0; }

.article h2, .article h3, .article h4, .article h5, .article h6 {
  font-weight: 500; }

@media only screen and (min-width: 64em) {
  .aside {
    margin-top: 0 !important; } }

.box-bottom-border {
  display: none !important; }

.box-top-border {
  display: none !important; }

.call-block-content-header-title {
  font-weight: 100; }

.carets li:before {
  color: #197abc; }

.copyright {
  font-size: 12px; }
  .copyright p {
    margin-bottom: 5px; }
  .copyright a {
    color: #fff; }

@media only screen and (min-width: 48em) {
  .copyright p {
    text-align: left; } }

html {
  font-family: "Roboto", sans-serif;
  font-weight: lighter;
  overflow-x: hidden; }

body {
  color: #444444; }

.dropdown {
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid #505050;
  display: -ms-flexbox;
  display: flex;
  height: auto; }
  .dropdown:after {
    -ms-flex-align: center;
    align-items: center;
    background-color: #6e6e6e;
    color: #fff;
    bottom: 0;
    content: '\e807';
    display: -ms-flexbox;
    display: flex;
    font-family: fontello;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1em;
    padding: 5px 15px;
    right: 0;
    top: 0; }
  .dropdown select {
    padding-bottom: 11px;
    padding-top: 11px; }

.featured-header {
  border: 1px solid #6e6e6e;
  display: block;
  padding: 10px;
  transition: background 0.5s ease; }
  .featured-header__title {
    color: #505050;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1em; }
  .featured-header:focus, .featured-header:hover {
    background-color: rgba(110, 110, 110, 0.25); }
  .featured-header:focus .featured-header__title, .featured-header:hover .featured-header__title {
    color: #2a6496; }

.featured-main {
  color: #444444;
  font-weight: lighter;
  margin-top: 10px; }
  .featured-main a:after, .featured-main strong:after, .featured-main i:after, .featured-main em:after {
    display: none; }
  .featured-main a {
    text-decoration: none; }
    .featured-main a:focus, .featured-main a:hover {
      text-decoration: underline; }
  .featured-main ul, .featured-main ol, .featured-main dl {
    list-style-position: inside;
    margin-top: 20px; }
    .featured-main ul li, .featured-main ul dt, .featured-main ul dd, .featured-main ol li, .featured-main ol dt, .featured-main ol dd, .featured-main dl li, .featured-main dl dt, .featured-main dl dd {
      font-family: "Roboto", sans-serif; }
    .featured-main ul:first-child, .featured-main ol:first-child, .featured-main dl:first-child {
      margin-top: 0; }
  .featured-main p {
    margin-bottom: 0;
    margin-top: 20px; }
    .featured-main p:first-child {
      margin-top: 0; }
  .featured-main h1, .featured-main h2, .featured-main h3, .featured-main h4, .featured-main h5, .featured-main h6 {
    margin-bottom: 10px; }
  .featured-main ul {
    display: block !important; }

.feedback {
  border-top: 1px solid #444444; }

.finder {
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: rgba(255, 255, 255, 0.5);
  display: -ms-flexbox;
  display: flex; }
  .finder label {
    font-weight: normal;
    text-shadow: 1px 1px 0px #505050; }

.footer-footer {
  background-color: #197abc;
  color: #fff;
  padding-bottom: 35px;
  padding-top: 20px; }
  .footer-footer .links ul li a {
    border-color: #fff;
    color: #fff;
    font-size: 12px; }

.form {
  background-color: #eaeaea; }
  .form input[type="password"], .form input[type="number"],
  .form input[type="email"], .form input[type="tel"], .form input[type="text"],
  .form textarea {
    border: 1px solid #444444; }
  .form select {
    color: #999 !important;
    font-weight: 100; }
  .form-fieldset {
    background: none !important; }
  .form-header {
    background-color: #197abc !important; }
    .form-header-title {
      font-weight: 500 !important; }
  .form-row-content-error {
    background: none !important;
    font-weight: 500 !important;
    margin-top: 4px;
    padding: 0 !important; }
  .form-row-header-title {
    font-weight: 500 !important; }
  .form .table tbody tr {
    background: #f9f9f9 !important; }
  .form .table thead .title th {
    color: #fff !important;
    padding: 8px !important; }

.guide img {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1; }

.guide .overlay {
  z-index: 2; }

.highlighted {
  display: -ms-flexbox;
  display: flex; }
  a.highlighted:hover .highlighted-header-title, a.highlighted:focus .highlighted-header-title {
    text-decoration: underline; }
  a.highlighted:hover .highlighted-layer-media, a.highlighted:focus .highlighted-layer-media {
    transform: scale(0.9); }
  a.highlighted:hover .highlighted-media-object, a.highlighted:focus .highlighted-media-object {
    transform: scale(1.1); }
  .highlighted-background {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 1; }
  .highlighted-foreground {
    position: absolute;
    top: 32px;
    z-index: 3; }
  .highlighted-header {
    background: #fff;
    padding: 10px 43px 10px 21px;
    border: 1px solid #6e6e6e;
    border-left: 0;
    display: inline-block; }
    .highlighted-header-title {
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      color: #505050;
      display: block;
      font-size: 16px;
      font-weight: normal;
      line-height: 1.1em; }
  .highlighted-layer {
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.25);
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
    .highlighted-layer-media {
      display: -ms-flexbox;
      display: flex;
      transition: transform 0.5s ease; }
      .highlighted-layer-media-object {
        position: static !important; }
  .highlighted-media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
    .highlighted-media-object {
      display: -ms-flexbox;
      display: flex;
      position: static !important;
      transition: transform 0.5s ease; }

.icon-promo {
  background-color: #197abc;
  padding: 0; }
  .icon-promo:focus .title, .icon-promo:hover .title {
    text-decoration: underline; }
  .icon-promo .title {
    font-weight: 100;
    margin-top: 0;
    padding-left: 60px; }
  .icon-promo .icon {
    fill: #fff;
    height: 50px;
    width: 50px; }
  .icon-promo p {
    margin-bottom: 0;
    margin-top: 20px; }
  .icon-promo > a {
    opacity: 1 !important;
    padding: 15px; }

.introduction {
  color: #444444;
  font-weight: lighter; }

.logo-media__object {
  fill: #004781;
  height: 75px;
  width: 165px; }

.main-menu {
  bottom: 0; }
  .main-menu ul li:first-child span:before {
    display: none; }
  .main-menu ul li.active a {
    background-color: #fff;
    border-bottom: 4px solid #197abc; }
    @media all and (max-width: 64em) {
      .main-menu ul li.active a {
        background-color: #197abc;
        color: #fff; } }
    .main-menu ul li.active a:focus, .main-menu ul li.active a:hover {
      border-color: #197abc; }
      .main-menu ul li.active a:focus span, .main-menu ul li.active a:hover span {
        text-decoration: underline; }
  .main-menu ul li a {
    background-color: #fff;
    border-bottom: 4px solid transparent;
    color: #50505a;
    font-weight: 500;
    padding-bottom: 10px; }
    @media all and (max-width: 63.99em) {
      .main-menu ul li a {
        background-color: #f0f0f0;
        border-bottom: 1px solid #e0e0e0; } }
    .main-menu ul li a:focus, .main-menu ul li a:hover {
      border-color: transparent; }
      .main-menu ul li a:focus span, .main-menu ul li a:hover span {
        text-decoration: underline; }
    .main-menu ul li a span {
      border: 0; }
      @media screen and (min-width: 64em) {
        .main-menu ul li a span {
          position: relative; }
          .main-menu ul li a span:before {
            background: #ccc;
            content: '';
            display: block;
            left: 0;
            height: 20px;
            position: absolute;
            top: 13px;
            width: 1px; } }

.masthead {
  border-bottom: 0;
  margin: 0; }
  @media screen and (min-width: 64em) {
    .masthead {
      position: relative; } }
  .masthead .site-logo {
    background: none; }
  @media screen and (min-width: 64em) {
    .masthead > .wingspan .site-logo {
      display: none; } }
  @media screen and (min-width: 64em) {
    .masthead > .wingspan .main-menu {
      position: relative; } }

.median-rent-finder {
  background-color: #e8f1f8; }
  .median-rent-finder-error {
    margin: 0 !important; }
    .median-rent-finder-error .form-row-content-error {
      display: block;
      margin-bottom: 10px; }

@media only screen and (min-width: 64em) {
  .page-banner {
    min-height: 220px; } }

.page-banner .page-title {
  font-weight: normal !important; }

.page-tools .share {
  vertical-align: middle; }

.pdf {
  background-size: 20px 20px;
  padding-left: 24px;
  margin-left: 4px !important; }
  .pdf:first-child {
    margin-left: 0 !important; }

.module {
  background-color: #eaeaea;
  border: 1px solid #6e6e6e; }
  .module h1 {
    color: #197abc !important;
    font-weight: 500 !important; }
  .module label {
    color: #444444;
    font-weight: lighter; }
  .module .scDMSButtons a {
    background-color: #6e6e6e !important;
    font-weight: 500 !important; }

.promotional {
  display: block;
  position: relative; }
  a.promotional:hover .promotional-header__title, a.promotional:focus .promotional-header__title {
    text-decoration: underline; }
  a.promotional:hover .promotional-media__object, a.promotional:focus .promotional-media__object {
    transform: scale(1.1); }
  .promotional-header {
    background: #fff;
    padding: 10px 43px 10px 21px;
    border: 1px solid #6e6e6e;
    border-left: 0;
    display: block;
    left: 0;
    position: absolute;
    top: 32px;
    z-index: 3; }
    .promotional-header.middle {
      top: 50%;
      transform: perspective(1px) translate3d(0, -50%, 0); }
    .promotional-header__title {
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      color: #505050;
      display: block;
      font-size: 16px;
      font-weight: normal;
      line-height: 1.1em; }
  .promotional-main {
    padding: 75px 20px 15px; }
  .promotional-media__object {
    display: block;
    min-width: 100%;
    position: static !important;
    transition: transform 0.5s ease; }
  .promotional .rents-finder-form {
    margin-top: 0 !important;
    position: relative;
    top: 85px; }
  .promotional .subscribe-form {
    display: none; }

.related-links {
  background-color: #eaeaea; }
  .related-links .title {
    border: none;
    color: #444444;
    font-weight: 100;
    padding: 0; }

.scfForm {
  background-color: #eaeaea; }
  .scfForm .scfSectionContent {
    background: none; }
  .scfForm .scfTitleBorder {
    background-color: #197abc;
    font-weight: 500; }
  .scfForm .scfSubmitButton {
    font-weight: 500; }
  .scfForm .scfValidator {
    font-weight: 500; }
  .scfForm label {
    font-weight: 500 !important; }
  .scfForm input[type="text"], .scfForm textarea {
    border: 1px solid #444444; }

.search .form-control {
  height: 26px !important; }

.search .btn.btn-submit {
  border-color: #444444; }

.section-list a {
  font-weight: 400 !important; }

.section-list ul li a {
  font-size: 12px;
  font-weight: lighter !important; }

.share-buttons__enclosure {
  border: none;
  padding-left: 5px; }

.share-buttons-item {
  background-color: #6e6e6e; }
  .share-buttons-item:focus .share-buttons-item__object, .share-buttons-item:hover .share-buttons-item__object {
    fill: #000; }
  .share-buttons-item__object {
    display: block !important;
    fill: #fff;
    height: 20px;
    transition: fill 0.5s ease;
    width: 20px; }

.side-menu .title {
  font-weight: 500; }

.side-menu .subtitle {
  font-weight: 500; }
  .side-menu .subtitle a {
    font-weight: 100; }

.side-menu > ul > li.active > a {
  font-weight: 500; }

.side-menu > ul > li > a {
  border-bottom: none;
  font-weight: 100; }
  .side-menu > ul > li > a:focus, .side-menu > ul > li > a:hover {
    color: #197abc;
    text-decoration: underline; }

.side-menu > ul > li li a {
  color: #035ca3;
  font-weight: 100; }
  .side-menu > ul > li li a:focus, .side-menu > ul > li li a:hover {
    color: #035ca3;
    text-decoration: underline; }

.side-menu .sub-menu {
  border-left-width: 4px; }

.site-logo {
  display: block; }
  .site-logo h1 {
    height: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden; }

table tbody tr, .table tbody tr, .table-blue tbody tr {
  background-color: #e7e7e7 !important; }

table thead, .table thead, .table-blue thead {
  background-color: #197abc; }
  table thead .sub-title > th, .table thead .sub-title > th, .table-blue thead .sub-title > th {
    color: #fff !important;
    padding: 8px !important; }
  table thead tr, .table thead tr, .table-blue thead tr {
    background: none; }
  table thead th, .table thead th, .table-blue thead th {
    font-weight: 400; }

.top-bar {
  background-color: #505050;
  position: static; }
  .top-bar .site-logo {
    display: none;
    padding: 5px; }
    .top-bar .site-logo svg {
      height: 52px;
      fill: #fff;
      width: 131px; }
    @media all and (min-width: 64em) {
      .top-bar .site-logo {
        display: block; } }
  .top-bar .wingspan {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media all and (max-width: 63.99em) {
      .top-bar .wingspan {
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .top-bar ul {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex; }
    .top-bar ul li a {
      display: block;
      border-color: rgba(255, 255, 255, 0.5);
      line-height: 1em; }

.warning {
  background-color: rgba(246, 213, 213, 0.5); }

.btn-submit {
  background-color: #6e6e6e !important; }

.network:focus .network-media__object, .network:hover .network-media__object {
  fill: #e52d27; }

.network-media__object {
  height: 24px;
  transition: fill 0.5s ease;
  width: 32px; }

.scfSubmitButton {
  background-color: #6e6e6e !important; }

.trigger {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  .trigger-label {
    display: -ms-flexbox;
    display: flex; }
    .trigger-label__title {
      display: block;
      text-align: center; }
  .trigger-media {
    display: -ms-flexbox;
    display: flex; }
    .trigger-media__object {
      fill: #002e5f;
      height: 26px;
      width: 30px; }

.feedback {
  background-color: #eaeaea;
  padding: 12px; }

.form-control {
  border: 1px solid #505050 !important;
  height: 41px !important; }

.form .dropdown, .form textarea {
  border-color: #505050 !important; }

.graphic {
  display: block;
  text-indent: -9999px; }