body {
  position: relative;
  width: 100%;
}

.table {
  width: 100% !important;
}

.table p {
  margin-top: 0;
}

.table tr td:first-child.cb-callout,
.table tr th:first-child.cb-callout {
  font-size: inherit;
}

ul.primary li a {
  font-size: 14px;
}

li.menu-node-unpublished a {
  color: #c13145 !important;
  font-style: italic !important;
  font-weight: normal !important;
}

h2.section-title {
  border-bottom: 1px solid #cccac8;
  color: #4c4b4a;
  font-family: HelveticaNeueBold, "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
  font-size: 22px;
  margin: 0;
  padding: 10px 0px;
}


/**
 * YouTube responsiveness.
 */

.video-container {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.video-container iframe,
.video-container object,
.video-container embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}


/* Banner Section */

.region-page-header {
  background: url(../images/header_texture.jpg);
}

.branding-header {
  padding-top: 15px;
  padding-bottom: 12px;
}

.branding-header .section-title {
  font-family: SerifaStd-Light, Georgia, "Times New Roman", Times, serif;
  font-size: 22px;
  line-height: 1em;
  letter-spacing: -.03em;
  color: #4c4b4a;
}

.branding-header .section-logo {
  max-width: 230px;
  margin-right: 20px;
  float: left;
}

.branding-header .section-nav-trigger {
  color: #0092d5;
  text-align: right;
  font-size: 20px;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .branding-header .section-title {
    font-size: 32px;
  }
}

@media only screen and (min-width: 1250px) {
  .branding-header .section-title {
    font-size: 36px;
  }
}


/* Navbar */

.wi-globalheader {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .region.region-right-rail {
    margin-top: 40px;
  }

  .top-section-navigation .content .active-trail>a:first-child {
    background-color: #FFFFFF;
    background-image: linear-gradient(rgba(0, 0, 0, 0.0588235) 0%, rgba(255, 255, 255, 0.0588235) 50%, rgba(255, 255, 255, 0) 100%);
    border-right: 1px solid #E5E2E0;
    border-bottom: none;
    color: #333332;
    position: relative;
  }
}

.top-section-navigation .content .active-trail>a:first-child:after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 1px;
  left: 0;
  background: #ffffff;
}

.top-navigation-wrapper {
  visibility: hidden;
}


/* Page Sub Sections */

.sub_section-title {
  margin: 10px 0;
}


/* Apricot Components */

.cta-link {
  display: inline-block;
  font-weight: bold;
  position: relative;
  padding-left: 30px;
}

.cta-link:before {
  content: "\e916";
  /* Round Arrow Icon */
  font-family: 'CB Icons';
  position: absolute;
  left: 4px;
  top: -1px;
  z-index: 2;
  font-weight: normal;
}

.cta-link:after {
  content: " ";
  position: absolute;
  z-index: 1;
  display: block;
  border-radius: 50%;
  height: 1.5em;
  width: 1.5em;
  background-color: transparent;
  left: 0;
  top: 0;
  border: 2px solid #0077c8;
}

.cb-resource .cb-resource-info span.cb-glyph {
  font-family: 'CB Icons' !important;
}

.cb-tip-callout.float-left {
  float: left;
  margin-right: 20px;
  border-left: 0;
  border-right: 1px solid #666564;
}

.cb-tip-callout.float-right {
  float: right;
  margin-left: 20px;
}

#content-bottom-region {
  clear: both;
}

.cta-link:before {
  line-height: 26px;
  text-decoration: underline;
}

.cta-link:before,
.cta-link:hover:before {
  text-decoration: none;
}


/* JUMP MENU STYLES */

.view-jump-menu {
  display: none;
}

.jump-menu-header {
  background-color: #0060b3;
  color: white;
  display: block;
  font-size: 12px;
  font-weight: bold;
  padding-left: 15px;
}

.node-type-question .is_stuck .view-jump-menu {
  margin-top: 95px;
}

.has-local-nav .view-jump-menu {
  margin-top: 50px;
}

.is_stuck .view-jump-menu {
  margin-top: 15px;
}

.has-local-nav .is_stuck .view-jump-menu {
  margin-top: 77px;
}

.view-jump-menu ul.nav,
.view-jump-menu ul.nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.view-jump-menu ul.nav {
  background-color: #fbfbfa;
  padding: 10px 0;
}

.view-jump-menu ul.nav>li {
  float: none;
  display: block;
}

.view-jump-menu ul.nav>li>a {
  color: #7f7e7d;
  font-size: 12px;
  font-weight: 600;
  margin: 10px 0px;
  padding: 0 15px;
  text-transform: uppercase;
  line-height: inherit;
  border: none;
  border-radius: 0;
}

.view-jump-menu ul.nav>li.first>a {
  margin-top: 0;
}

.view-jump-menu .nav>li.active>a,
.view-jump-menu .nav>li>a:hover,
.view-jump-menu .nav>li>a:hover,
.view-jump-menu .nav>li>a:focus {
  background: transparent;
  color: #00539b;
  border: none;
  border-left: 3px solid #00539b;
  padding: 0 15px 0 12px;
  text-decoration: none;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {

  .view-jump-menu ul.nav>li>a {
    padding-left: 20px;
  }

  .view-jump-menu .nav>li.active>a,
  .view-jump-menu .nav>li>a:hover,
  .view-jump-menu .nav>li>a:focus {
    padding-left: 17px;
  }
}

@media only screen and (min-width: 1024px) {
  .region.region-right-rail {
    margin-top: 50px;
  }
}


/* Contextual Links */

.cb-left-navigation a.contextual-links-trigger {
  border: 1px solid transparent;
  display: none;
  padding: 0 2px;
}

.cb-left-navigation a.contextual-links-trigger-active,
.cb-left-navigation div.contextual-links-active a.contextual-links-trigger,
.cb-left-navigation div.contextual-links-active ul.contextual-links {
  display: block;
}

.cb-left-navigation ul.contextual-links li a {
  color: #333 !important;
  padding: 0.25em 1em 0.25em 0.5em;
  border-top: none;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  position: relative;
}

span.keep-together {
  white-space: nowrap;
}

.cb-scrollbar-container.active {
  position: relative;
  overflow: hidden;
  border: 1px solid #cccac8;
}

.cb-scrollbar-container.active .table-responsive {
  position: relative;
  overflow: hidden;
}

.cb-scrollbar-container.active .table {
  position: absolute;
  border-bottom: 0px !important;
}

.cb-scrollbar-container.active .cb-scrollbar {
  position: relative;
  width: 100%;
  height: 14px;
  padding: 2px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  display: none;
}

.cb-scrollbar-container.active .cb-scrollbar .cb-scrollbar-thumb {
  position: absolute;
  height: 10px;
  min-width: 30px;
  left: 0;
  background-color: #807f7d;
  opacity: 0.4;
  border-radius: 3px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.cb-scrollbar-container.active .cb-scrollbar:hover .cb-scrollbar-thumb {
  opacity: 0.7;
}

.cb-local-navigation.sticky-local-nav {
  left: 0;
}

.cb-tip-callout {
  width: 50%;
}


/* Admin Menu */

div#admin-menu {
  -webkit-font-smoothing: auto;
}

@media only screen and (max-width: 767px) {
  .cb-tip-callout.float-right,
  .cb-tip-callout.float-left {
    float: none;
    margin: 0 0 20px 0;
    border: none;
    width: 100%;
    border-bottom: 1px solid #666564;
    padding: 0px 0px 20px 0px;
  }
}

div:focus {
  outline: none;
}

.panel-heading p {
  font-weight: 400;
}


/*Safari Table Fix (ARUS-1537)*/

table {
  border: none;
}


/* Preview page on a form submission needs some spacing */

.entity .field-items,
.entity-entityform .field-items,
.entity-entityform .submitted {
  margin: 0 0 1em;
}


/**
 * TODO: Remove the next two styles, after apricot fixes the issue.
 */

.cb-hi-transactionsband {
  border-top: none;
}

.cb-hi-transactions .cb-hi-transactions-image img {
  background-color: transparent;
}

/**
 * Margin issue fix for hero section and welcome-mat section
 */
body:not(.has-breadcrumbs):not(.node-type-portalx):not(.node-type-portal1):not(.page-story):not(.page-program):not(.node-type-feature-page) #content-wrapper {
  padding-top: 24px;
}

/**
 * This will only need for forum as feature content type is using as home page on forum
 */
body.front.node-type-feature-page #content-wrapper {
  padding-top: 24px;
}
