body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  background: #fff; }

a {
  color: #ED2125; }

h2.page-title {
  margin-top: 0px;
  display: inline-block; }

h3 {
  font-weight: 300; }

h4 {
  color: #d91215;
  font-style: italic;
  margin-top: 0;
  margin-bottom: 22px; }
  @media (max-width: 767px) {
    h4 {
      font-size: 1em; } }

h5 {
  font-size: 1.125em;
  font-weight: 400;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    h5 {
      font-size: 0.875em; } }

h6 {
  font-size: 1em;
  font-weight: 300;
  margin: 0;
  line-height: 1.375; }
  @media (max-width: 767px) {
    h6 {
      font-size: 0.875em; } }

.btn-default {
  color: #fff;
  background: #ED2125;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  padding-top: 6px;
  padding-bottom: 4px;
  box-shadow: none;
  border: 2px solid #ED2125;
  margin: 0 4px 0 4px;
  min-width: 100px; }
  .btn-default a {
    color: #fff; }
  .btn-default:hover {
    background: #FFFFFF;
    border: 2px solid #ED2125;
    color: #ED2125; }

.container {
  width: 100%;
  margin: 0;
  padding: 0; }

.container-fluid {
  margin: 0;
  padding: 0; }

.content-container {
  background: #f9f9f9;
  padding-top: 40px; }
  .content-container .content-wrapper {
    max-width: 1180px;
    margin: 40px auto 80px auto;
    padding: 20px;
    margin-top: 0px;
    background: #FFFFFF; }

form .fieldset {
  display: block;
  margin: 10px 0 20px 0; }
  form .fieldset:first-of-type {
    margin-top: 0px; }
form .fieldset-inline {
  max-width: 400px;
  margin-top: -10px; }
  @media (max-width: 480px) {
    form .fieldset-inline {
      width: 300px; } }
  form .fieldset-inline .fieldset {
    display: inline-block;
    vertical-align: middle;
    width: 49%; }
    form .fieldset-inline .fieldset:first-of-type {
      margin-top: 10px; }
    form .fieldset-inline .fieldset input {
      max-width: 100% !important; }
form label {
  font-size: 14px;
  font-weight: 600;
  display: block; }
  form label.input-required::after {
    color: #ED2125;
    content: "*"; }
form input,
form textarea,
form select {
  border: 1px solid #757578;
  border-radius: 6px;
  padding: 2px 5px 0 5px; }
  form input[type=checkbox],
  form textarea[type=checkbox],
  form select[type=checkbox] {
    margin: 4px 5px 0 0; }
  form input.input-small,
  form textarea.input-small,
  form select.input-small {
    width: 100px; }
  form input.input-medium,
  form textarea.input-medium,
  form select.input-medium {
    width: 300px; }
  form input.input-large,
  form textarea.input-large,
  form select.input-large {
    width: 400px; }
    @media (max-width: 480px) {
      form input.input-large,
      form textarea.input-large,
      form select.input-large {
        width: 300px; } }
  form input.input-extra-large,
  form textarea.input-extra-large,
  form select.input-extra-large {
    width: 95%; }
form textarea.input-large {
  height: 100px; }
form textarea.input-extra-large {
  height: 200px; }

.alert {
  text-align: center;
  padding: 5px; }
  .alert.alert-success {
    background-color: #00A02C;
    border-color: #00A02C;
    color: #fff; }
  .alert.alert-danger {
    background-color: #A00B0E;
    border-color: #A00B0E;
    color: #fff; }

.gravatar {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }
  .gravatar.gravatar-tiny {
    width: 10px;
    height: 10px; }
  .gravatar.gravatar-small {
    width: 50px;
    height: 50px; }
  .gravatar.gravatar-medium {
    width: 100px;
    height: 100px; }
  .gravatar.gravatar-large {
    width: 170px;
    height: 170px; }

.page-header {
  padding-bottom: 7px;
  border-bottom: 1px solid #000;
  margin: 0px 0px 20px 0px; }

.gigya-footer-row {
  margin-top: 40px; }

.gigya-seal {
  float: left;
  margin-top: 13px;
  margin-left: 20px; }

.masthead-wrapper .masthead-tabs {
  display: inline-block;
  margin: 0px !important;
  width: 100%;
  height: 60px;
  clear: both; }
  .masthead-wrapper .masthead-tabs li {
    border-radius: 0px !important;
    display: inline-block;
    margin: 0px;
    border-top: 1px solid #b3b3b6;
    border-bottom: 1px solid #b3b3b6;
    text-align: center;
    width: 33%;
    font-weight: 300; }
    .masthead-wrapper .masthead-tabs li a {
      display: block;
      padding: 12px 0 12px 0;
      color: #4d4d4f;
      width: 100%;
      height: 100%; }
    .masthead-wrapper .masthead-tabs li:hover, .masthead-wrapper .masthead-tabs li.ui-state-active {
      background: #ED2125;
      border-top: 1px solid #ED2125;
      border-bottom: 1px solid #ED2125; }
      .masthead-wrapper .masthead-tabs li:hover a, .masthead-wrapper .masthead-tabs li.ui-state-active a {
        color: #FFFFFF; }
    .masthead-wrapper .masthead-tabs li::before {
      content: "" !important;
      margin-right: 0 !important;
      left: 0 !important; }
.masthead-wrapper .team-masthead {
  display: none; }
.masthead-wrapper h2 {
  font-size: 34px;
  font-style: normal;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 10px; }
.masthead-wrapper .team {
  list-style: none;
  margin: 0 0 200px 60px !important;
  padding: 0;
  width: 100%;
  float: left; }
  @media (max-width: 928px) {
    .masthead-wrapper .team {
      margin-left: 0px !important; } }
  .masthead-wrapper .team li {
    display: block;
    float: left;
    width: 180px;
    margin-left: 0px !important;
    margin-right: 20px;
    margin-bottom: 30px; }
    .masthead-wrapper .team li::before {
      content: none !important; }
    .masthead-wrapper .team li img {
      max-width: 180px;
      padding: 2px;
      margin: 0px auto;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */ }
    .masthead-wrapper .team li .person-wrap {
      width: 100%;
      padding-left: 5px;
      text-align: center; }
    .masthead-wrapper .team li h3 {
      font-size: 20px;
      margin: 5px 0 5px 0;
      font-style: normal;
      font-weight: 300;
      color: #000000; }
      .masthead-wrapper .team li h3 a,
      .masthead-wrapper .team li h3 a:hover {
        color: #000000; }
    .masthead-wrapper .team li h4 {
      font-size: 16px;
      font-style: normal; }

#profile-overlay {
  cursor: default;
  background-color: #ED2125;
  opacity: 0.9;
  border-radius: 6px;
  color: #fff;
  display: none;
  padding: 20px;
  position: absolute;
  white-space: normal;
  width: 700px;
  max-width: 100%;
  z-index: 2147483647;
  font-weight: 300; }
  #profile-overlay p {
    margin-bottom: 0px; }
  #profile-overlay:before {
    content: "";
    position: absolute; }
  #profile-overlay.n:before, #profile-overlay.s:before {
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    left: 50%;
    margin-left: -5px; }
  #profile-overlay.e:before, #profile-overlay.w:before {
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    margin-top: -5px;
    top: 50%; }
  #profile-overlay.n:before {
    border-top: 10px solid #ED2125;
    bottom: -10px; }
  #profile-overlay.e:before {
    border-right: 10px solid #ED2125;
    left: -10px; }
  #profile-overlay.s:before {
    border-bottom: 10px solid #ED2125;
    top: -10px; }
  #profile-overlay.w:before {
    border-left: 10px solid #ED2125;
    right: -10px; }
  #profile-overlay.ne:before, #profile-overlay.se:before {
    border-right: 10px solid transparent;
    border-left: 0;
    left: 10px; }
  #profile-overlay.nw:before, #profile-overlay.sw:before {
    border-left: 10px solid transparent;
    border-right: 0;
    right: 10px; }
  #profile-overlay.ne:before, #profile-overlay.nw:before {
    border-top: 10px solid #ED2125;
    bottom: -10px; }
  #profile-overlay.se:before, #profile-overlay.sw:before {
    border-bottom: 10px solid #ED2125;
    top: -10px; }
  #profile-overlay.nw-alt:before, #profile-overlay.ne-alt:before, #profile-overlay.sw-alt:before, #profile-overlay.se-alt:before {
    border-top: 10px solid #ED2125;
    bottom: -10px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    left: 10px; }
  #profile-overlay.ne-alt:before {
    left: auto;
    right: 10px; }
  #profile-overlay.sw-alt:before, #profile-overlay.se-alt:before {
    border-top: none;
    border-bottom: 10px solid #ED2125;
    bottom: auto;
    top: -10px; }
  #profile-overlay.se-alt:before {
    left: auto;
    right: 10px; }

.page-webinars .skin-wrapper {
  background-color: #000000;
  background-image: url("//vbstatic.co/brand/img/webinars/background.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center; }
.page-webinars .content-wrap {
  background-color: transparent;
  color: #FFFFFF; }
.page-webinars .entry-header {
  background-image: url("//vbstatic.co/brand/img/webinars/header_text.png");
  background-repeat: no-repeat;
  background-position: 10px center;
  width: 100%;
  height: 60px;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 10px;
  background-color: #ED2125; }
.page-webinars .entry-header h1 {
  display: none;
  font-size: 20px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0px;
  font-weight: normal; }
.page-webinars #calendar_headline {
  font-size: 20px;
  font-weight: bold; }
.page-webinars .BrightTALKEmbed {
  float: left;
  width: 100%;
  height: 600px;
  margin-bottom: 20px; }
.page-webinars .custom_text {
  margin-bottom: 20px; }
.page-webinars #vb_recommended_widget {
  background-color: #FFFFFF; }
.page-webinars #vb_recommended_widget h2.widgettitle {
  background: #808285 !important; }

/*# sourceMappingURL=news.css.map */
