fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

.form-control, input[type=text], input[type=password], textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus, input[type=text]:focus, input[type=password]:focus, textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  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, input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, textarea::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled], input[disabled][type=text], input[disabled][type=password], textarea[disabled], .form-control[readonly], input[readonly][type=text], input[readonly][type=password], textarea[readonly], fieldset[disabled] .form-control, fieldset[disabled] input[type=text], fieldset[disabled] input[type=password], fieldset[disabled] textarea {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

textarea.form-control, textarea {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="date"] {
  line-height: 34px;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled], fieldset[disabled]
input[type="checkbox"],
.radio[disabled], fieldset[disabled]
.radio,
.radio-inline[disabled], fieldset[disabled]
.radio-inline,
.checkbox[disabled], fieldset[disabled]
.checkbox,
.checkbox-inline[disabled], fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].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;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control, .has-feedback input[type=text], .has-feedback input[type=password], .has-feedback textarea {
  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 .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control, .has-success input[type=text], .has-success input[type=password], .has-success textarea {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus, .has-success input[type=text]:focus, .has-success input[type=password]:focus, .has-success textarea:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  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-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control, .has-warning input[type=text], .has-warning input[type=password], .has-warning textarea {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus, .has-warning input[type=text]:focus, .has-warning input[type=password]:focus, .has-warning textarea:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  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-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control, .has-error input[type=text], .has-error input[type=password], .has-error textarea {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus, .has-error input[type=text]:focus, .has-error input[type=password]:focus, .has-error textarea:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  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;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.form-control-static {
  margin-bottom: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control, .form-inline input[type=text], .form-inline input[type=password], .form-inline textarea {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control, .form-inline .input-group > input[type=text], .form-inline .input-group > input[type=password], .form-inline .input-group > textarea {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}

.btn, input[type=submit] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, input[type=submit]:focus, .btn:active:focus, input[type=submit]:active:focus, .btn.active:focus, input.active[type=submit]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, input[type=submit]:hover, .btn:focus, input[type=submit]:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active, input[type=submit]:active, .btn.active, input.active[type=submit] {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, input.disabled[type=submit], .btn[disabled], input[disabled][type=submit], fieldset[disabled] .btn, fieldset[disabled] input[type=submit] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #333333;
  background-color: white;
  border-color: #cccccc;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.open .btn-default.dropdown-toggle {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active {
  background-image: none;
}
.open .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: #cccccc;
}
.btn-default .badge {
  color: white;
  background-color: #333333;
}

.btn-primary, input[type=submit] {
  color: white;
  background-color: #0088cc;
  border-color: #0077b3;
}
.btn-primary:hover, input[type=submit]:hover, .btn-primary:focus, input[type=submit]:focus, .btn-primary:active, input[type=submit]:active, .btn-primary.active, input.active[type=submit] {
  color: white;
  background-color: #006da3;
  border-color: #004e75;
}
.open .btn-primary.dropdown-toggle, .open input.dropdown-toggle[type=submit] {
  color: white;
  background-color: #006da3;
  border-color: #004e75;
}
.btn-primary:active, input[type=submit]:active, .btn-primary.active, input.active[type=submit] {
  background-image: none;
}
.open .btn-primary.dropdown-toggle, .open input.dropdown-toggle[type=submit] {
  background-image: none;
}
.btn-primary.disabled, input.disabled[type=submit], .btn-primary.disabled:hover, input.disabled[type=submit]:hover, .btn-primary.disabled:focus, input.disabled[type=submit]:focus, .btn-primary.disabled:active, input.disabled[type=submit]:active, .btn-primary.disabled.active, input.disabled.active[type=submit], .btn-primary[disabled], input[disabled][type=submit], .btn-primary[disabled]:hover, input[disabled][type=submit]:hover, .btn-primary[disabled]:focus, input[disabled][type=submit]:focus, .btn-primary[disabled]:active, input[disabled][type=submit]:active, .btn-primary[disabled].active, input[disabled].active[type=submit], fieldset[disabled] .btn-primary, fieldset[disabled] input[type=submit], fieldset[disabled] .btn-primary:hover, fieldset[disabled] input[type=submit]:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] input[type=submit]:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] input[type=submit]:active, fieldset[disabled] .btn-primary.active, fieldset[disabled] input.active[type=submit] {
  background-color: #0088cc;
  border-color: #0077b3;
}
.btn-primary .badge, input[type=submit] .badge {
  color: #0088cc;
  background-color: white;
}

.btn-success {
  color: white;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
  color: white;
  background-color: #47a447;
  border-color: #398439;
}
.open .btn-success.dropdown-toggle {
  color: white;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active, .btn-success.active {
  background-image: none;
}
.open .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: white;
}

.btn-info {
  color: white;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
  color: white;
  background-color: #39b3d7;
  border-color: #269abc;
}
.open .btn-info.dropdown-toggle {
  color: white;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active {
  background-image: none;
}
.open .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: white;
}

.btn-warning {
  color: white;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
  color: white;
  background-color: #ed9c28;
  border-color: #d58512;
}
.open .btn-warning.dropdown-toggle {
  color: white;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active {
  background-image: none;
}
.open .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: white;
}

.btn-danger {
  color: white;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
  color: white;
  background-color: #d2322d;
  border-color: #ac2925;
}
.open .btn-danger.dropdown-toggle {
  color: white;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active {
  background-image: none;
}
.open .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: white;
}

.btn-link {
  color: #0088cc;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

body {
  padding-top: 51px;
}
body.logged-in nav {
  top: 30px;
}
body.mobileapp {
  padding-top: 0 !important;
}
body.mobileapp .navbar, body.mobileapp #sidebar1, body.mobileapp #footerHero, body.mobileapp .marketing-link-large, body.mobileapp #headerHero {
  display: none !important;
}

a {
  outline: none !important;
  transition: all 0.2s ease;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.time {
  color: #999;
  font-weight: 200;
}

.navbar-inverse {
  background: #333e48 !important;
}

.navbar {
  font-size: 13px !important;
}
.navbar .navbar-header {
  padding: 0 15px;
}
.navbar .navbar-brand {
  fill: #fff;
  padding: 0;
}
.navbar .navbar-brand:hover {
  opacity: .75;
}
.navbar .searchButton {
  color: #fff !important;
  padding: 6px 14px;
  margin-right: 0;
}
.navbar .form-inline {
  padding: 0 15px;
}
.navbar form {
  width: 100%;
}
.navbar form .form-control, .navbar form input[type=text], .navbar form input[type=password], .navbar form textarea {
  height: 36px;
}
.navbar form .btn, .navbar form input[type=submit] {
  padding: 8px 12px 7px;
}
.navbar #app-main-menu a {
  color: #fff;
  padding: 6px 9px !important;
  margin: 8px 6px;
  border-radius: 0px;
  border: 1px solid #3A3A3A;
  line-height: 22px;
}
.navbar #app-main-menu a:hover, .navbar #app-main-menu a:focus {
  color: #fff;
  border: 1px solid  #ff9e16;
}
.navbar #app-main-menu a.active {
  background: #1d252c;
  border: 1px solid  #1d252c;
}

.pagination {
  font-size: 12px;
}

.tierB2G {
  background: url("../../images/tierB2G.jpg") top repeat-x;
}

#main section {
  background: #fff;
}

h3 a, h1 a, h2 a {
  color: #0D0F0D;
  transition: all 0.2s ease;
  display: block;
}
h3 a:hover, h1 a:hover, h2 a:hover {
  color: #0088cc;
  text-decoration: none;
}

.single .featureImage {
  margin: 0 -15px;
}
.single .featureImage img {
  margin-bottom: 0;
}
.single .essb_links {
  margin-bottom: 25px;
}
.single .essb_links .essb_item a {
  background: #fff;
  font-family: 'Open Sans';
}
.single .essb_links .essb_item a:hover {
  background: #fff;
  border-color: #3b8fe1;
}
.single .date {
  color: #777;
  margin-right: 5px;
  font-weight: 200;
}
.single p.meta {
  font-family: 'Open Sans';
  margin-bottom: 10px;
  font-size: 16px;
}
.single article p, .single article img, .single article ul, .single article ol {
  margin-bottom: 25px;
  font-family: 'Open Sans', sans-serif;
  line-height: 26px;
  font-size: 15px;
}
.single article header h1 {
  padding: 15px 15px;
  margin: 0 -15px 0px;
  font-size: 38px;
}
.single article .marketing-link-large {
  display: none;
}
.single article li {
  margin-bottom: 15px;
}
.single article table {
  width: 100%;
  margin-bottom: 30px;
}
.single article table thead tr {
  border-bottom: 1px solid #cccccc;
}
.single article table tbody tr:nth-child(even) {
  background-color: #efefef;
}
.single article table td, .single article table th {
  padding: 5px;
}
.single .author_panel {
  background: #fff;
}
.single .juiz_sps_links {
  margin: 0 0 20px;
}
.single .juiz_sps_links ul li {
  margin-right: 10px !important;
}
.single .juiz_sps_links ul li a:hover {
  background: #888 !important;
}
.single .juiz_sps_links ul li:nth-child(1) a {
  background: #3b5998;
}
.single .juiz_sps_links ul li:nth-child(2) a {
  background: #55acee;
}
.single .juiz_sps_links ul li:nth-child(3) a {
  background: #db4437;
}
.single .juiz_sps_links ul li:nth-child(4) a {
  background: #0976b4;
}
.single .juiz_sps_links .juiz_sps_totalcount {
  display: none;
}
.single #respond {
  background: #ddd;
  padding: 15px;
  margin: 0 -15px 0;
}
.single #respond label {
  display: block;
}
.single #respond .form-allowed-tags {
  display: none;
}
.single #respond h3 {
  margin: 0 0 15px;
  padding: 0;
}
.single .disclaimer {
  background: #ccc;
  color: #666;
  padding: 20px;
  margin: 0 -15px;
  font-size: 11px;
}
.single #headerHero {
  position: fixed;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 0px;
}
.single #headerHero .container {
  position: relative;
  height: 0px;
}
.single #headerHero h4 {
  font-size: 14px;
}
.single #headerHero .left {
  float: right;
  max-width: 360px;
  margin-top: 120px;
  display: none;
}
.single #headerHero .left img {
  max-width: 360px;
}
.single #headerHero .left .title {
  display: block;
  padding: 15px;
  background: #fff;
  font-size: 20px;
  color: #333333;
}
.single #headerHero .left .title:hover {
  color: #3b8fe1;
  text-decoration: none;
}
.single #footerHero {
  bottom: -300px;
  position: fixed;
  opacity: 1;
  left: 0px;
  width: 100%;
  height: 100px;
  background: #3b8fe1;
  transition: all 0.5s ease;
}
.single #footerHero .container {
  position: relative;
}
.single #footerHero.visible {
  opacity: 1;
  bottom: 0;
}
.single #footerHero .device {
  height: 400px;
  width: 443px;
  position: absolute;
  display: block;
  top: -160px;
  right: -26px;
  background: url("../../images/macpro.png") center top no-repeat;
}
.single #footerHero .left h4, .single #footerHero .left a {
  display: block;
  float: left;
}
.single #footerHero .left h4 {
  font-size: 36px;
  font-weight: 200;
  color: #fff;
  margin-top: 18px;
}
.single #footerHero .left a {
  background: #aa1f77;
  border: 1px solid #fff;
  color: #fff !important;
  border-radius: 4px;
  padding: 6px 9px !important;
  font-size: 18px;
  margin: 22px 0 0 34px;
  margin-right: -20px;
  text-decoration: none !important;
}
.single #footerHero .left a:hover {
  text-decoration: none;
  background-color: #7f1759 !important;
  border-color: #7f1759 !important;
}

#comment-nav {
  display: none;
}

#commentsHeader {
  background: #ddd;
  margin: 0;
  padding: 15px;
  margin: 0 -15px;
}

.commentlist {
  background: #fff;
  padding: 20px 0;
  margin-bottom: 0;
}
.commentlist ol, .commentlist ul {
  margin: 0;
  padding: 0;
}
.commentlist .avatar {
  border-radius: 50px;
}
.commentlist li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.commentlist li ul {
  padding-left: 15px;
  border-left: 1px solid #ccc;
}
.commentlist article {
  padding: 0 !important;
  margin-bottom: 25px;
}
.commentlist article p {
  margin-bottom: 10px;
}
.commentlist .comment-author > div {
  padding: 0;
}
.commentlist .commentDetails {
  margin-bottom: 15px;
}
.commentlist .avatarContainer {
  width: 55px;
  height: 55px;
}
.commentlist .avatarContainer, .commentlist .commentName {
  float: left;
  margin-left: 15px;
}
.commentlist .avatarContainer h4, .commentlist .commentName h4 {
  margin: 5px 0 5px;
  padding: 0;
}
.commentlist time {
  color: #888;
}

.gray {
  background: #ddd;
  padding: 20px 0;
}

.authorTier .avatarFrame {
  float: left;
  width: 12%;
}
.authorTier .avatarFrame img {
  border-radius: 100px;
}
.authorTier .bio {
  float: right;
  width: 86%;
  margin-left: 2%;
}
.authorTier h1 {
  margin: 0;
  font-weight: 200;
}
.authorTier p {
  font-weight: 200;
}

.category #main section h1, .search #main section h1, .author #main section h1 {
  margin: 0;
  background: #ddd;
  margin: 0 -15px;
  padding: 15px;
  font-size: 19px;
}
.category #main section h1 span, .search #main section h1 span, .author #main section h1 span {
  margin: 0 15px 0 10px;
}

.author #main section h1 .avatar {
  display: inline-block;
  width: 40px;
  border-radius: 50px;
  margin: 0 10px;
}

.stream article {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px;
}
.stream article img {
  margin: 10px 0 15px;
}
.stream article h3 a:hover {
  text-decoration: none;
}

.author_panel {
  text-align: center;
  margin-bottom: 20px;
}
.author_panel > div {
  background: #fff;
}
.author_panel h1 {
  margin: 0;
  padding: 20px;
  font-size: 28px;
  border-bottom: 1px solid #ccc;
  margin: 0 0 20px;
}
.author_panel .portrait {
  display: inline-block;
  padding: 20px;
  background: white url("../../images/authorbg.png") center no-repeat;
}
.author_panel img {
  display: inline;
  border-radius: 50px;
}
.author_panel .author_bio {
  padding: 30px 0;
}
.author_panel .authorSocialIcon {
  height: 40px;
  width: 40px;
  margin: 20px 5px;
}

#frontPage .noPadding {
  padding: 0;
}
#frontPage article {
  margin: 0 0 30px;
  background: #fff;
  border-bottom: 2px solid #ddd;
  height: 460px;
}
#frontPage article .meta {
  margin-bottom: 20px;
}
#frontPage .exerpt {
  margin-bottom: 30px;
}
#frontPage .latest-post {
  background: #f1f1f1;
  border-bottom: 2px solid #ccc;
  margin-bottom: 30px;
}
#frontPage .latest-post .copy {
  padding: 0 20px;
}
#frontPage .latest-post img {
  margin-bottom: 20px;
}
#frontPage .latest-post h1 {
  margin-top: 0;
}
#frontPage .latest-post img {
  max-width: 100%;
  height: auto;
}

.category-preview:nth-child(1) .item > div > a {
  border-color: #40c893;
}
.category-preview:nth-child(2) .item > div > a {
  border-color: #96cc33;
}
.category-preview:nth-child(3) .item > div > a {
  border-color: #aa1f77;
}
.category-preview:nth-child(4) .item > div > a {
  border-color: #00aaff;
}
.category-preview:nth-child(5) .item > div > a {
  border-color: #aa1f77;
}
.category-preview .item > div > a {
  display: block;
  min-height: 220px;
  background: #fff;
  text-align: center;
  border-bottom: 2px solid #0088cc;
  overflow: hidden;
  color: #666;
}
.category-preview .item > div > a:hover {
  color: #000;
}
.category-preview .item > div > a:hover > img {
  /* Webkit for Chrome and Safari */
}
.category-preview .item > div > a > img {
  max-width: 100%;
  height: auto;
}
.category-preview .item > div > a span {
  display: inline-block;
  margin: 10px;
  font-size: 18px;
}

@media only screen and (max-width: 768px) {
  .single header h1 {
    font-size: 26px !important;
  }

  .stream h3 {
    font-size: 22px;
  }

  .authorTier .avatarFrame {
    float: none;
    width: 90px;
    display: block;
    margin: 0 auto;
  }
  .authorTier .bio {
    float: none;
    width: 100%;
    margin-left: 0%;
    text-align: center;
  }
  .authorTier h1 {
    margin: 0;
    font-weight: 200;
    margin: 10px 0;
  }
  .authorTier p {
    font-weight: 200;
  }
}
@media only screen and (max-width: 1200px) {
  #footerHero, #headerHero {
    display: none !important;
  }
}
@media only screen and (max-height: 740px) {
  #headerHero {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .navbar .navbar-brand{
    position: absolute;
    left: 50%;
    margin-left: -89px;
  }
}
@media only screen and (min-width: 768px) {
  body {
    background: #f1f1f1;
    padding-bottom: 30px;
  }

  .navbar {
    border-color: #ccc;
  }
  .navbar .navbar-header {
    padding: 0 15px;
  }
  .navbar .navbar-brand {
    position: relative;
    left: auto;
    margin-left: auto;
  }
  .navbar form {
    width: 280px;
    float: right;
    padding: 9px 0!important;
  }

  .navbar-header button.navbar-toggle {
    margin-right: 25px;
  }

  .mainContent {
    padding-top: 75px;
  }

  .single .mainArticle article {
    background: #fff;
    padding: 0 25px 0;
  }
  .single .mainArticle article .featureImage {
    margin: 0 -25px;
  }
  .single .mainArticle article header h1 {
    margin: 0 -25px 0px;
    padding: 15px 25px;
  }

  #respond {
    margin: 0 !important;
    padding: 25px !important;
  }

  #commentsHeader {
    background: #ddd;
    margin: 0;
    padding: 15px 25px;
    margin: 0;
  }

  .commentlist {
    padding: 25px;
  }

  #frontPage .latest-post {
    background: #fff;
    margin: 0 15px 30px;
  }
  #frontPage article section {
    padding: 0 20px;
  }

  .stream article {
    border-bottom: 1px solid #ccc;
    padding: 5px 25px 25px;
  }
  .stream article img {
    margin: 10px 0 15px;
  }
  .stream .pagination {
    margin-left: 25px;
  }

  .category #main section h1 {
    margin: 0;
  }

  .single .disclaimer {
    margin: 0;
    padding: 25px;
    font-family: Arial;
  }

  .search #main section h1, .author #main section h1 {
    margin: 0;
  }
}
@media only screen and (min-width: 1200px) {
  body {
    padding-top: 105px;
  }

  .navbar a {
    transition: all 0.2s ease;
    outline: none;
  }
  .navbar .logIn {
    background: none;
    color: #fff !important;
    border: 1px solid #ff9e16;
    padding: 5px 25px;
    margin: 10px;
  }
  .navbar .logIn span {
    font-size: 14px;
    margin: 2px 4px 0 0;
    vertical-align: top;
  }
  .navbar .logIn:hover {
    background-color: #4d4d4d !important;
  }
  .navbar .getStarted {
    background: #ff9e16;
    border: 1px solid #ff9e16;
    color: #fff !important;
    padding: 5px 25px;
    margin: 10px;
  }
  .navbar .getStarted span {
    font-size: 16px;
    margin: 1px 4px 0 0;
    vertical-align: top;
  }
  .navbar .getStarted:hover {
    background-color: #e68500 !important;
    border-color: #e68500 !important;
  }
  .navbar .navbar-right:last-child {
    margin-right: 0;
  }
  .navbar .navbar-right:last-child a {
    margin-right: 0;
    margin-left: 12px;
  }
  .navbar .submenu form {
    width: 360px;
    padding: 8px 0 0 0 !important;
  }
  .navbar form {
    padding: 0 !important;
  }

  .mainContent {
    padding-top: 30px;
  }

  .single {
    padding-bottom: 130px;
  }
  .single .mainArticle {
    position: relative;
  }
  .single .mainArticle .marketing-link-large {
    display: block;
    width: 80%;
    margin: auto;
    background: #ff9e16;
    text-align: center;
    color: #fff;
    padding: 10px 20px;
    border-radius: 0px;
    transition: all 0.2s ease;
    font-family: 'Open Sans' !important;
  }
  .single .mainArticle .marketing-link-large:hover {
    text-decoration: none;
    color: #fff;
    background: #e68500;
  }

  #sidebar1 > div {
    background: #fff;
    margin-bottom: 30px;
    padding: 20px;
  }
  #sidebar1 > div h4 {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
  }
  #sidebar1 #simple-social-icons-3, #sidebar1 #simple-social-icons-2 {
    background: #ddd;
    border: 1px solid #666;
    padding: 0;
    border-radius: 3px;
  }
  #sidebar1 #simple-social-icons-3 h4, #sidebar1 #simple-social-icons-2 h4 {
    color: #fff;
    font-size: 14px;
    background-color: #666;
    padding: 8px 5px;
    text-align: center;
  }
  #sidebar1 #simple-social-icons-3 ul li a, #sidebar1 #simple-social-icons-2 ul li a {
    margin: 0 1px;
    color: #fff !important;
  }
  #sidebar1 #simple-social-icons-3 ul li a:hover, #sidebar1 #simple-social-icons-2 ul li a:hover {
    transform: translate(0, -5px);
    -webkit-transform: translate(0, -5px);
  }
  #sidebar1 #simple-social-icons-3 ul li:nth-child(1) a, #sidebar1 #simple-social-icons-2 ul li:nth-child(1) a {
    background: #00aced !important;
  }
  #sidebar1 #simple-social-icons-3 ul li:nth-child(2) a, #sidebar1 #simple-social-icons-2 ul li:nth-child(2) a {
    background: #3b5998 !important;
  }
  #sidebar1 #simple-social-icons-3 ul li:nth-child(3) a, #sidebar1 #simple-social-icons-2 ul li:nth-child(3) a {
    background: #007bb6 !important;
  }
  #sidebar1 #simple-social-icons-3 ul li:nth-child(4) a, #sidebar1 #simple-social-icons-2 ul li:nth-child(4) a {
    background: #dd4b39 !important;
  }
  #sidebar1 #simple-social-icons-3 ul li:nth-child(5) a, #sidebar1 #simple-social-icons-2 ul li:nth-child(5) a {
    background: #FF6600 !important;
  }
  #sidebar1 #simple-social-icons-3 ul li:nth-child(6) a, #sidebar1 #simple-social-icons-2 ul li:nth-child(6) a {
    background: #669966 !important;
  }
  #sidebar1 .widget_recent_entries li, #sidebar1 .widget_recent_entries ul, #sidebar1 .jetpack-post-views li, #sidebar1 .jetpack-post-views ul, #sidebar1 .widget_top-posts li, #sidebar1 .widget_top-posts ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  #sidebar1 .widget_recent_entries li a, #sidebar1 .jetpack-post-views li a, #sidebar1 .widget_top-posts li a {
    display: block;
    padding: 10px 0;
    border-top: 1px solid #ddd;
  }
  #sidebar1 .widget_recent_entries li a:hover, #sidebar1 .jetpack-post-views li a:hover, #sidebar1 .widget_top-posts li a:hover {
    text-decoration: none;
  }
  #sidebar1 #easiest h3 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 200;
    background: #3A3A3A;
    color: #fff;
    padding: 5px 5px 5px 30px;
  }
  #sidebar1 #easiest a.image {
    display: block;
    height: 300px;
    padding: 15px 35px;
    font-size: 23px;
    background: url("../../images/easiest.png") 0 0 no-repeat;
  }
  #sidebar1 #easiest a.image span {
    text-decoration: none !important;
    float: right;
    display: block;
    clear: right;
    transition: all 0.6s ease;
  }
  #sidebar1 #easiest a.image span.ease {
    padding-right: 10px;
  }
  #sidebar1 #easiest a.image .ease, #sidebar1 #easiest a.image .manage {
    opacity: 0;
    transform: translateY(10px);
  }
  #sidebar1 #easiest a.image .ease.visible, #sidebar1 #easiest a.image .manage.visible {
    transform: translateY(0px);
    opacity: 1;
  }
  #sidebar1 #easiest a.image:hover {
    text-decoration: none;
  }
  #sidebar1 #easiest a.image:hover span.ease, #sidebar1 #easiest a.image:hover span.manage {
    color: #aa1f77;
  }
  #sidebar1 #easiest a.image span.stars {
    display: inline-block;
    width: 90px;
    height: 20px;
    float: right;
    margin-top: 10px;
    background: url("https://www.personalcapital.com/images/website3/index/stars.png") no-repeat;
  }
  #sidebar1 #easiest a.image .source {
    font-size: 12px;
    color: #333 !important;
    float: right;
    width: 80px;
    text-align: right;
    margin: 10px 10px 0 0;
  }
  #sidebar1 #easiest a.image span.learnMore {
    display: inline-block;
    margin-top: 35px;
    padding: 5px 10px;
    border: 1px solid #aa1f77;
    border-radius: 3px;
    font-size: 13px;
    margin-right: -3px;
    color: #fff;
    background: #aa1f77;
    transition: all 0.2s ease;
  }
  #sidebar1 #easiest a.image span.learnMore:hover {
    color: #fff !important;
    background-color: #7f1759 !important;
    border-color: #7f1759 !important;
  }
  #sidebar1 #storeButtons {
    padding: 0;
    height: 35px;
    background: none;
  }
  #sidebar1 #storeButtons a {
    float: left;
    margin-right: 10px;
  }
  #sidebar1 #storeButtons a:last-child {
    margin-right: 0;
  }
  #sidebar1 #storeButtons a img {
    width: 113px;
  }
  #sidebar1 #accolade {
    height: 540px;
    display: block;
    background: url("../../images/E2-DB_Track & Manage_390x516.jpg") center top no-repeat;
  }

  #sidebarConvert > div {
    background: #fff;
  }
  #sidebarConvert #easiest h3 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 200;
    background: #3b8fe1;
    color: #fff;
  }
  #sidebarConvert #easiest a.image {
    display: block;
    height: 300px;
    padding: 25px 35px;
    text-align: right;
    font-size: 23px;
    background: url("../../images/easiest.png") 0 0 no-repeat;
  }
  #sidebarConvert #easiest a.image span {
    color: #888;
    font-size: 16px;
    padding-right: 5px;
    transition: all 0.2s ease;
  }
  #sidebarConvert #easiest a.image:hover {
    text-decoration: none;
  }
  #sidebarConvert #easiest a.image:hover span {
    color: #aa1f77;
  }
  #sidebarConvert #internalGetStarted {
    padding-bottom: 25px;
    text-align: center;
  }
  #sidebarConvert #internalGetStarted h2 {
    margin: 0;
    font-size: 24px;
    text-align: center;
    padding: 30px 0 25px;
    color: #444;
  }
  #sidebarConvert #internalGetStarted h2 span {
    font-weight: 200;
    color: #777;
  }
  #sidebarConvert #internalGetStarted img {
    text-align: center;
    display: inline;
  }
  #sidebarConvert #internalGetStarted a.cnbc {
    display: block;
    height: 142px;
    margin: 0 0 10px 0;
    background: url("../../images/cnbc.png") center 20px no-repeat;
  }
  #sidebarConvert #internalGetStarted a.image {
    display: block;
    height: 202px;
    margin: 0 0 5px 0;
    background: url("../../images/add.png") 0 0 no-repeat;
  }
  #sidebarConvert #internalGetStarted .btn, #sidebarConvert #internalGetStarted input[type=submit] {
    display: block;
    font-size: 18px;
    margin: 35px 25px 20px;
  }
}

@media only screen and (min-width: 768px) {
  .navbar .submenu {
    background: #f1f1f1;
  }
  .navbar .submenu li:first-child a {
    margin-left: 0;
  }
  .navbar .submenu li a {
    padding: 6px 9px !important;
    margin: 8px 6px;
    color: #3a3a3a;
    font-size: 14px;
    border-radius: 0px;
    border: 1px solid #f1f1f1;
    line-height: 22px;
  }
  .navbar .submenu li a:hover, .navbar .submenu li a:focus {
    color: #000;
    border: 1px solid #D2D2D2;
  }
  .navbar .submenu li a.active {
    background: #3b8fe1;
    border: 1px solid #3b8fe1;
    color: #fff;
  }
}

.sidebarPromo {
  display: block;
  height: 516px;
  background: url("../../images/promo.png") center 0 no-repeat;
  margin: -20px;
}

.followLinkedIn {
  display: block;
  text-align: center;
  color: #fff;
  background: #0088cc;
  border-radius: 5px;
  font-size: 20px;
  padding: 5px 0px;
}
.followLinkedIn:hover {
  color: #fff;
  text-decoration: none;
  background: #004466;
}

.keypoints li {
  display: block;
  font-family: 'Open Sans', sans-serif;
}

.keypoints li:before {
  content: "\e080";
  font-family: 'Glyphicons Halflings';
  font-size: 9px;
  float: left;
  margin-left: -17px;
  color: #1b1b1b;
}

.logo--text {
  width: 170px;
  height: 51px;
}