/*brokercheck widget*/
/*
 * Typography
 * --------------------------------------------------
 * Font, line-height, and color for body text, headings, and more.
 * Mobile first
 */
/*brokercheck widget*/
nav.block--system-main-menu li .touch-button {
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  width: 50px;
  display: inline-block;
  background: #acaca1;
  background: rgba(0, 0, 0, 0.075);
  text-align: center;
  padding: 0.3em;
  cursor: pointer;
}
@media (min-width: 65.625em) {
  nav.block--system-main-menu li .touch-button {
    display: none;
  }
}
@media (min-width: 65.625em) {
  nav.block--system-main-menu li .touch-button {
    display: none;
  }
}
nav.block--system-main-menu li .touch-button:after {
  position: relative;
  width: 100%;
  font-size: 2em;
  padding: 0;
  color: white;
}
.open nav.block--system-main-menu li .touch-button:after, nav.block--system-main-menu li .open .touch-button:after {
  content: "\f106";
}
@media (min-width: 65.625em) {
  nav.block--system-main-menu li .touch-button:after {
    display: none;
  }
}
@media (min-width: 65.625em) {
  nav.block--system-main-menu li .touch-button:after {
    display: none;
  }
}

.globalReset {
  background: transparent;
  padding: 0;
  margin: 0;
  border: none;
}

.l-region--sidebar-first .block--facetapi .block__title,
.l-region--sidebar-first .block--menu-block .block__title,
.l-region--sidebar-first .views-exposed-filter-form .block__title, .l-region--sidebar-first #block-views-exp-notices-page .block__content, .l-region--sidebar-first .views-exposed-form .views-exposed-widget {
  display: block;
  font-family: Georgia, "Times New Roman", Times, serif;
  padding: 0.56em 1.125em;
  margin: 0;
  text-transform: none;
}
@media (min-width: 65.625em) {
  .l-region--sidebar-first .block--facetapi .block__title,
  .l-region--sidebar-first .block--menu-block .block__title,
  .l-region--sidebar-first .views-exposed-filter-form .block__title, .l-region--sidebar-first #block-views-exp-notices-page .block__content, .l-region--sidebar-first .views-exposed-form .views-exposed-widget {
    color: #2a2f70;
  }
}
@media (min-width: 65.625em) {
  .l-region--sidebar-first .block--facetapi .block__title,
  .l-region--sidebar-first .block--menu-block .block__title,
  .l-region--sidebar-first .views-exposed-filter-form .block__title, .l-region--sidebar-first #block-views-exp-notices-page .block__content, .l-region--sidebar-first .views-exposed-form .views-exposed-widget {
    color: #2a2f70;
  }
}

nav.block--system-main-menu li .touch-button:after, .form-type-select select:after {
  content: "\f107";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  padding-right: 0.4375em;
  float: right;
}

.reset-center-text {
  text-align: left;
  margin: 0;
  display: inline;
}

.spaced-links li a {
  border-left: 1px solid #999;
  padding-left: 0.75em;
  text-decoration: none;
  color: #2a2f70;
}
.spaced-links li a:hover {
  color: #5960c1;
  text-decoration: underline;
}
.spaced-links li:first-child a {
  border-left: none;
}

.navmenu-brand, .l-footer {
  background-color: #f8cd3e;
  width: 100%;
}

/*
 * Migrated Class definition(from old finra.org)
 * Classes that Content editors could use in the content area
 * -----------------------------------------------------------
 * Mobile first
 */
/*hide map and associated text on smart phones*/
.hideFromSmartphone, .hideFromSmartPhone {
  display: none !important;
}
@media (min-width: 47.9375em) {
  .hideFromSmartphone, .hideFromSmartPhone {
    display: block !important;
  }
}
@media (min-width: 65.625em) {
  .hideFromSmartphone, .hideFromSmartPhone {
    display: block !important;
  }
}

span.hideFromSmartPhone {
  display: none !important;
}
@media (min-width: 47.9375em) {
  span.hideFromSmartPhone {
    display: inline !important;
  }
}
@media (min-width: 65.625em) {
  span.hideFromSmartPhone {
    display: inline !important;
  }
}
@media (min-width: 65.625em) {
  span.hideFromSmartPhone {
    display: inline !important;
  }
}

.showSmartPhoneOnly {
  display: block !important;
}
@media (min-width: 47.9375em) {
  .showSmartPhoneOnly {
    display: none !important;
  }
}

.showTabletOnly {
  display: none !important;
}
@media (min-width: 47.9375em) {
  .showTabletOnly {
    display: block !important;
  }
}
@media (min-width: 65.625em) {
  .showTabletOnly {
    display: none !important;
  }
}

.showDesktopOnly {
  display: none !important;
}
@media (min-width: 65.625em) {
  .showDesktopOnly {
    display: block !important;
  }
}
@media (min-width: 65.625em) {
  .showDesktopOnly {
    display: block !important;
  }
}

.showInlineDesktop {
  display: none;
}
@media (min-width: 65.625em) {
  .showInlineDesktop {
    display: inline;
  }
}
@media (min-width: 65.625em) {
  .showInlineDesktop {
    display: inline;
  }
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 1.563em;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.globalCenter {
  display: table;
  margin: 0 auto;
}

.globalClearBoth {
  clear: both;
}

.globalFloatLeft {
  float: left;
}

.globalFloatRight {
  float: right;
}

.globalAlignLeft {
  text-align: left;
}

.globalAlignCenter {
  text-align: center;
}

.globalAlignRight {
  text-align: right;
}

.globalAlignTop {
  vertical-align: top;
}

.globalAlignMiddle {
  vertical-align: middle;
}

.globalAlignBottom {
  vertical-align: bottom;
}

.globalHide {
  display: none;
}

.globalShow {
  display: block;
}

.globalborderLeft {
  border-left: 1px solid #c7cfd3;
}

.globalborderRight {
  border-right: 1px solid #c7cfd3;
}

/*Considering the parent container font size is 16px*/
.fontSize10 {
  font-size: 0.625em;
}

.fontSize11 {
  font-size: 0.688em;
}

.fontSize12 {
  font-size: 0.750em;
}

.fontSize13 {
  font-size: 0.813em;
}

.fontSize14 {
  font-size: 0.875em;
}

.fontSize15 {
  font-size: 0.938em;
}

.fontSize16 {
  font-size: 1em;
}

.spanBold {
  font-weight: bold;
}

.indentItem {
  padding: 0 2em;
}

.dlnote {
  color: #fb483d;
}

.pipecolor {
  color: #9d9b94;
}

.gray-highlight {
  background-color: #dededb;
  padding: 0.625em;
  margin: 0.625em 0;
}

.green-highlight {
  background-color: #ecf3cd;
  padding: 0.625em;
  margin: 0.625em 0;
}

.blue-highlight {
  background-color: #cce6f6;
  padding: 0.625em;
  margin: 0.625em 0;
}

.yellow-highlight {
  background-color: #fffb91;
}

.red-highlight {
  background-color: #fb483d;
}

.red-color {
  color: #fb483d;
}

.faqList {
  line-height: 1.3em;
}
.faqList dt {
  font-weight: bold;
  text-indent: -1.35em;
  padding-left: 1.75em;
}
.faqList dd {
  padding-left: 1.75em;
  margin-top: 8px;
  margin-bottom: 20px;
  color: #333;
}
.faqList li, .faqList table {
  font-size: 1em;
}

.faqTop {
  height: 25px;
  border-bottom: 1px solid #9d9b94;
}
.faqTop a {
  float: right;
  width: 34px;
  height: 16px;
  margin-top: 10px;
}

.questionList {
  line-height: 1.3em;
  padding-bottom: 10px;
}

.inline-block {
  display: inline-block;
}

.red-link a, .node-readmore a, .more-link a {
  font-size: .813em;
  margin-bottom: 1.5em;
  font-weight: bold;
  line-height: 1.1;
  display: inline-block;
  text-transform: uppercase;
}

.red-link a:link, .node-readmore a:link, .more-link a:link, .red-link a:visited, .node-readmore a:visited, .more-link a:visited {
  color: #fb483d;
}

.red-link:after, .media-teaser p:after, .node-readmore a:after, .more-link:after {
  color: #fb483d;
  content: "\f101";
  font-family: FontAwesome;
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline;
}

.width10 {
  width: 10%;
}

.width12 {
  width: 12%;
}

.width14 {
  width: 14%;
}

.width16 {
  width: 16%;
}

.width18 {
  width: 18%;
}

.width20 {
  width: 20%;
}

.width22 {
  width: 22%;
}

.width24 {
  width: 24%;
}

.width26 {
  width: 26%;
}

.width28 {
  width: 28%;
}

.width30 {
  width: 30%;
}

.width32 {
  width: 32%;
}

.width34 {
  width: 34%;
}

.width36 {
  width: 36%;
}

.width38 {
  width: 38%;
}

.width40 {
  width: 40%;
}

.width50 {
  width: 50%;
}

.width55 {
  width: 55%;
}

.width60 {
  width: 60%;
}

.width70 {
  width: 70%;
}

.width80 {
  width: 80%;
}

.width90 {
  width: 90%;
}

.width100 {
  width: 100%;
}

.column-container, .quarter, .threequarter, .third, .twothird, .half {
  width: 100%;
  margin: 0%;
  padding: 0%;
  float: left;
}

@media (min-width: 47.9375em) {
  .quarter, .third {
    display: inline-block;
    width: 25%;
  }
}

.column-container {
  margin-left: -15px;
  display: inline-block;
  float: none;
}

.third {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 53.125em) {
  .third {
    position: relative;
    min-height: 1px;
    width: 33.33333333%;
    float: left;
  }
}
@media (min-width: 65.625em) {
  .third {
    position: relative;
    min-height: 1px;
    width: 33.33333333%;
    float: left;
  }
}

.paddingtop15 {
  padding-top: 15px;
}

.paddingbottom15 {
  padding-bottom: 15px;
}

.bordertop {
  border-top: thin dotted #ccc;
}

.borderbottom {
  border-bottom: thin dotted #ccc;
}

.c {
  margin-left: 20px;
}

.containerGrid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 767px) {
  .containerGrid {
    width: 750px;
  }
}
@media (min-width: 960px) {
  .containerGrid {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .containerGrid {
    width: 1170px;
  }
}
.containerGrid-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.rowGrid {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .sixth, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .quarter, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .half, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .twothird, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .threequarter, .threequarters, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .fivesixth, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 767px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 960px) {
  .col-md-1, .col-md-2, .sixth, .col-md-3, .quarter, .col-md-4, .col-md-5, .col-md-6, .half, .col-md-7, .col-md-8, .twothird, .col-md-9, .threequarter, .threequarters, .col-md-10, .fivesixth, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10, .fivesixth {
    width: 83.33333333%;
  }

  .col-md-9, .threequarter, .threequarters {
    width: 75%;
  }

  .col-md-8, .twothird {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6, .half {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3, .quarter {
    width: 25%;
  }

  .col-md-2, .sixth {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.containerGrid:before,
.containerGrid:after,
.containerGrid-fluid:before,
.containerGrid-fluid:after,
.rowGrid:before,
.rowGrid:after {
  content: " ";
  display: table;
}

.clearfix:after,
.containerGrid:after,
.containerGrid-fluid:after,
.rowGrid:after {
  clear: both;
}

.alpha {
  padding-left: 0;
}

.omega {
  padding-right: 0;
}

.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.nostyle {
  margin: 0;
  padding: 0;
}

.uppercase {
  text-transform: uppercase;
}

.gray-text {
  color: #c7cfd3;
}

.hiddenOverflow {
  overflow: hidden;
}

/*
 * Forms
 * --------------------------------------------------
 * Mobile first
 */
.l-main input[type=password], .l-main input[type=search], .l-main input[type=text], .l-main select,
.l-main .chosen-single, .l-main textarea {
  background-color: white;
  background-image: none;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  border-radius: 0;
  color: #434343;
  font-family: Arial, sans-serif;
  font-size: 0.9em;
  height: 36px;
  padding: 0.25em 2em 0 0.5em;
}
.l-main input[type=password]::-webkit-input-placeholder, .l-main input[type=search]::-webkit-input-placeholder, .l-main input[type=text]::-webkit-input-placeholder, .l-main select::-webkit-input-placeholder,
.l-main .chosen-single::-webkit-input-placeholder, .l-main textarea::-webkit-input-placeholder, .l-main input[type=password]:-moz-placeholder, .l-main input[type=search]:-moz-placeholder, .l-main input[type=text]:-moz-placeholder, .l-main select:-moz-placeholder,
.l-main .chosen-single:-moz-placeholder, .l-main textarea:-moz-placeholder, .l-main input[type=password]::-moz-placeholder, .l-main input[type=search]::-moz-placeholder, .l-main input[type=text]::-moz-placeholder, .l-main select::-moz-placeholder,
.l-main .chosen-single::-moz-placeholder, .l-main textarea::-moz-placeholder, .l-main input[type=password]:-ms-input-placeholder, .l-main input[type=search]:-ms-input-placeholder, .l-main input[type=text]:-ms-input-placeholder, .l-main select:-ms-input-placeholder,
.l-main .chosen-single:-ms-input-placeholder, .l-main textarea:-ms-input-placeholder {
  color: #8c8e90;
}
@media (min-width: 65.625em) {
  .l-main input[type=password], .l-main input[type=search], .l-main input[type=text], .l-main select,
  .l-main .chosen-single, .l-main textarea {
    font-size: 0.85em;
  }
}

#confirm-form {
  color: #464647;
}
#confirm-form .form-actions {
  margin-top: 1em;
}

.l-main {
  /*----- For Select / Dropdowns -----
  .chosen-container {
  	font-size:  0.8em;		
  }
  */
}
.l-main input {
  margin: 2px 0;
  width: 100%;
}
@media (min-width: 47.9375em) {
  .l-main input[type=password], .l-main input[type=search], .l-main input[type=text] {
    border-radius: 0;
  }
}
@media (min-width: 53.125em) {
  .l-main input[type=password], .l-main input[type=search], .l-main input[type=text] {
    width: 100%;
  }
}
.l-main input[type=password]::-ms-clear, .l-main input[type=search]::-ms-clear, .l-main input[type=text]::-ms-clear {
  width: 0;
  height: 0;
  display: none;
}
.l-main input[type=text] {
  padding: 5px;
  width: 100%;
}
.l-main input[type="image"] {
  width: auto;
}
@media (min-width: 65.625em) {
  .l-main input {
    width: auto;
  }
}
.l-main .form-type-select:after {
  color: #464647;
  top: 0.5em;
}
.l-main .form-type-select > .bef-select-as-links:after, .l-main .form-type-select > .form-checkboxes:after {
  background-color: white;
  height: 1em;
  right: 0.25em;
  width: 1em;
  z-index: 99;
}
@media (min-width: 65.625em) {
  .l-main .form-type-select:after {
    top: 0.6em;
  }
}
.l-main select,
.l-main .chosen-single {
  font-size: 1em;
  padding-top: 0.4em;
}
.l-main select div b,
.l-main .chosen-single div b {
  background-position: 0px 7px;
  background-size: 80px 40px !important;
}
.l-main .chosen-drop {
  font-family: Arial, sans-serif;
  font-size: 0.85em;
}
.l-main .chosen-container-active.chosen-with-drop div b {
  background-position: -28px 7px;
}
@media (min-width: 65.625em) {
  .l-main .chosen-container-active.chosen-with-drop div b {
    background-position: -18px 7px;
  }
}
@media (min-width: 65.625em) {
  .l-main .chosen-container-active.chosen-with-drop div b {
    background-position: -28px 7px;
  }
}
.l-main textarea {
  height: auto;
}
.l-main .hasPlaceholder {
  color: #999;
}
.l-main .chosen-container-active.chosen-with-drop .chosen-single {
  background-image: none;
}

img, media {
  max-width: 100%;
}

.l-header .logo-tablet {
  display: none;
}
.l-header .logo-main {
  display: none;
}
.l-header .logo-mobile {
  display: block;
}
@media (min-width: 47.9375em) {
  .l-header .logo-mobile {
    display: none;
  }
  .l-header .logo-tablet {
    display: block;
  }
  .l-header .logo-main {
    display: none;
  }
}
@media (min-width: 65.625em) {
  .l-header .logo-mobile {
    display: none;
  }
  .l-header .logo-tablet {
    display: none;
  }
  .l-header .logo-main {
    display: block;
  }
}
@media (min-width: 65.625em) {
  .l-header .logo-mobile {
    display: none;
  }
  .l-header .logo-tablet {
    display: none;
  }
  .l-header .logo-main {
    display: block;
  }
}
@media (min-width: 65.625em) {
  .l-header .logo-mobile {
    display: none;
  }
  .l-header .logo-tablet {
    display: none;
  }
  .l-header .logo-main {
    display: block;
  }
}

.media-youtube-player {
  width: 325px;
  margin: 0 auto;
  height: auto;
}
@media (min-width: 47.9375em) {
  .media-youtube-player {
    width: 500px;
    height: 300px;
  }
}
@media (min-width: 53.125em) {
  .media-youtube-player {
    width: 590px;
    height: 320px;
  }
}
@media (min-width: 65.625em) {
  .media-youtube-player {
    width: 750px;
    height: 390px;
  }
}

/*
 * Tables
 * --------------------------------------------------
 * Mobile first
 */
table > tbody > tr > th, table > thead > tr > th, table > tbody > tr > td {
  border-top: 1px solid #ddd;
  line-height: 1.4;
  text-align: left;
  vertical-align: top;
  white-space: normal;
}

table > tbody > tr > th, table > thead > tr > th {
  color: #464647;
  padding: 0.75em;
  vertical-align: bottom;
}

table {
  margin: 1em 0 1.5em;
  border-collapse: collapse;
  border-style: none;
  /*
  *  Requested classes from Investor Education
  */
}
table > tbody > tr.even, table > tbody > tr.odd {
  background-color: transparent;
}
table > tbody > tr > td {
  border: 1px dotted #c7cfd3;
  border-width: 0 0 1px;
  padding: 0.75em;
  min-width: 36px;
}
table > tbody > tr > td.active {
  background-color: white;
}
table > thead > tr > th a:link,
table > thead > tr > th a:visited,
table > thead > tr > th a:hover {
  text-decoration: none;
  color: white;
}
table.striped tr:nth-child(odd), table.tinyTable tr:nth-child(odd) {
  background-color: #c7cfd3;
}
table.striped tr:nth-child(even), table.tinyTable tr:nth-child(even) {
  background-color: white;
}
table.gridlines {
  border: 1px solid #c7cfd3;
}
table.gridlines th, table.gridlines td {
  border: 1px solid #c7cfd3;
}
table.outsideborder {
  border: 1px solid #c7cfd3;
}
table.tinyTable {
  border: 1px solid #c7cfd3;
}
table.tinyTable th, table.tinyTable td {
  background-color: transparent;
  border: none;
  color: #464647;
  font-family: Arial, sans-serif;
  line-height: 1em;
  padding: 5px;
  vertical-align: middle;
}
table.tinyTable th p:first-child, table.tinyTable td p:first-child {
  margin-top: .5em;
}
table.tinyTable th {
  font-weight: bold;
}

th {
  position: relative;
}

th a::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

article ul li, article ol li {
  margin-bottom: .5em;
}
article .field--name-body {
  font-family: Arial, sans-serif;
  font-size: 0.875em;
  color: #464647;
}
article h1 {
  color: #2a2f70;
  font-size: 1.5em;
  font-family: Arial, sans-serif;
}
article h2 {
  font-size: 1.25em;
}
article h3 {
  font-size: 1.125em;
}
article h4 {
  font-size: 1em;
}
article h5 {
  font-size: 0.875em;
}
article h6 {
  font-size: 0.75em;
}
article a {
  color: #2a2f70;
  text-decoration: none;
}
article a:hover {
  text-decoration: underline;
}

.field--name-field-text-bean-body, .field--type-text-with-summary {
  line-height: 1.3em;
}

.panels-flexible-region-last .panel-pane {
  background-color: #f1f1f1;
  padding: .2em 1.2em 1.2em 1.2em;
  margin-top: 1em;
}
.panels-flexible-region-last .panel-pane a {
  color: #2a2f70;
  text-decoration: none;
  font-size: 0.875em;
}
.panels-flexible-region-last .panel-pane a:hover {
  text-decoration: underline;
}
.panels-flexible-region-last .panel-pane h2 {
  font-weight: normal;
  color: #464647;
}
.panels-flexible-region-last .panel-pane h2 a {
  font-size: 1em;
}

.panel-pane.pane-sharethis {
  background: none;
  padding: 0;
  margin: 0;
}
.panel-pane.pane-sharethis h2 {
  display: inline-block;
  text-align: right;
  width: 50%;
}
@media (min-width: 65.625em) {
  .panel-pane.pane-sharethis h2 {
    width: 62%;
  }
}
.panel-pane.pane-sharethis .pane-content {
  display: inline-block;
  text-align: right;
}
@media (min-width: 65.625em) {
  .panel-pane.pane-sharethis .pane-content {
    width: 35%;
  }
}
.panel-pane.pane-sharethis h2 {
  font-size: 0.9375em;
  color: #2a2f70;
  font-weight: normal;
}
.panel-pane.pane-sharethis .st_email_custom,
.panel-pane.pane-sharethis .st_facebook_custom,
.panel-pane.pane-sharethis .st_twitter_custom {
  background: url("../images/sai-sprites.png") no-repeat;
  display: inline-block;
  cursor: pointer;
  vertical-align: bottom;
}
.panel-pane.pane-sharethis .st_email_custom {
  background-position: -65px 0;
  width: 29px;
  height: 22px;
  margin-bottom: .15em;
}
.panel-pane.pane-sharethis .st_facebook_custom {
  background-position: -2px -1px;
  width: 27px;
  height: 22px;
}
.panel-pane.pane-sharethis .st_twitter_custom {
  background-position: -33px 0;
  width: 29px;
  height: 22px;
}

.panels-flexible-region-first .panel-pane.pane-sharethis {
  display: block;
  border-bottom: solid 1px #464647;
}
.panels-flexible-region-first .panel-pane.pane-sharethis h2, .panels-flexible-region-first .panel-pane.pane-sharethis .pane-content {
  width: auto;
  text-align: left;
}
@media (min-width: 53.125em) {
  .panels-flexible-region-first .panel-pane.pane-sharethis {
    display: none;
  }
}

.field-collection-container {
  border-bottom: none;
  margin-bottom: 0;
}

.field-collection-view {
  margin: 0;
}

.block--bean-footer-follow-us-block {
  color: #464647;
  font-size: 0.875em;
  text-transform: uppercase;
  float: right;
  margin-top: 3em;
}
.block--bean-footer-follow-us-block .heading-text {
  font-size: .875em;
  margin-right: 1em;
}
@media (min-width: 47.9375em) {
  .block--bean-footer-follow-us-block .heading-text {
    font-size: 1em;
  }
}
.block--bean-footer-follow-us-block .footer-sm-facebook, .block--bean-footer-follow-us-block .footer-sm-twitter {
  background-image: url(../images/sai-sprites.png);
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: .5em;
}
.block--bean-footer-follow-us-block .footer-sm-facebook {
  background-position: -40px -29px;
  width: 31px;
  height: 32px;
}
@media (min-width: 47.9375em) {
  .block--bean-footer-follow-us-block .footer-sm-facebook {
    background-position: 0 -28px;
    width: 35px;
    height: 36px;
  }
}
.block--bean-footer-follow-us-block .footer-sm-twitter {
  background-position: -111px -30px;
  width: 30px;
  height: 32px;
}
@media (min-width: 47.9375em) {
  .block--bean-footer-follow-us-block .footer-sm-twitter {
    background-position: -73px -29px;
    width: 35px;
    height: 36px;
  }
}

.block--bean-footer-investor-ed-logo {
  float: left;
}
.block--bean-footer-investor-ed-logo .investor-ed-logo {
  display: inline-block;
  background-image: url(../images/FDTN-Logo-White.png);
  width: 124px;
  height: 68px;
  margin-top: 1.5em;
  background-size: 100%;
}
@media (min-width: 53.125em) {
  .block--bean-footer-investor-ed-logo .investor-ed-logo {
    width: 130px;
    height: 96px;
  }
}

.big-btn.dk-blue {
  background-color: #2a2f70;
}

.big-btn.green {
  background-color: #96b36b;
}

.big-btn.orange {
  background-color: #db8d5b;
}

.big-btn.gray {
  background-color: #464647;
}

.big-btn {
  display: block;
  width: 100%;
  height: 96px;
  display: table;
  margin-bottom: .5em;
}
.big-btn .btn-wrapper {
  display: table-row;
  width: 100%;
  height: 100%;
}
.big-btn .btn-wrapper:hover {
  text-decoration: none;
}
.big-btn .btn-wrapper .btn-icon, .big-btn .btn-wrapper .link-container {
  color: white;
  display: table;
  height: 100%;
  padding: 0 1em;
  display: table-cell;
  vertical-align: middle;
  width: auto;
}
.big-btn .btn-wrapper .btn-icon span, .big-btn .btn-wrapper .link-container span {
  font-size: 1.1875em;
  color: #ffffff;
  vertical-align: middle;
  text-align: left;
}
@media (min-width: 47.9375em) {
  .big-btn .btn-wrapper .btn-icon span, .big-btn .btn-wrapper .link-container span {
    font-size: 1.625em;
  }
}
.big-btn .btn-wrapper .btn-icon {
  width: 100px;
}
.big-btn .btn-wrapper .more-arrow {
  background-image: url(../images/sai-sprites.png);
  background-position: -138px -77px;
  width: 15px;
  height: 18px;
  display: table-cell;
  vertical-align: middle;
  float: right;
  margin-right: 1em;
  position: relative;
  top: 2.5em;
}

.bean-text .field--name-field-text-bean-body, .bean-feature-with-image .field--name-field-text-bean-body, .field--name-field-link-details .field--name-field-text-bean-body {
  font-size: .875em;
}
.bean-text .more-arrow-blue, .bean-feature-with-image .more-arrow-blue, .field--name-field-link-details .more-arrow-blue {
  display: inline-block;
  background-image: url(../images/sai-sprites.png);
  background-position: -132px -5px;
  width: 13px;
  height: 16px;
}

.bean-text .pane-title {
  display: table;
  width: 100%;
}
.bean-text .pane-title .title-wrapper {
  display: table-row;
  width: 100%;
}
.bean-text .pane-title .title-wrapper img {
  display: table-cell;
  vertical-align: middle;
  max-width: 85px;
  margin-right: .5em;
}
@media (min-width: 53.125em) {
  .bean-text .pane-title .title-wrapper img {
    max-width: 55px;
    margin-right: .25em;
  }
}
@media (min-width: 65.625em) {
  .bean-text .pane-title .title-wrapper img {
    max-width: 85px;
    margin-right: .5em;
  }
}
.bean-text .pane-title .title-wrapper a {
  display: table-cell;
  vertical-align: middle;
  width: 85%;
}
.bean-text .link-to {
  text-align: right;
}

.bean-feature-with-image {
  margin: 2em 0;
}
.bean-feature-with-image img {
  max-width: 290px;
  height: auto;
}
@media (min-width: 47.9375em) {
  .bean-feature-with-image img {
    max-width: 600px;
  }
}
.bean-feature-with-image .link-to {
  margin-right: 2.5em;
}
.bean-feature-with-image h2 a {
  font-size: 1.1875em;
  font-weight: normal;
  font-family: Arial, sans-serif;
}
@media (min-width: 53.125em) {
  .bean-feature-with-image .field--name-field-text-bean-body {
    padding-right: 2em;
  }
}
.bean-feature-with-image .field--name-field-link-to {
  font-size: 0.875em;
  padding-bottom: 1em;
  margin-right: .5em;
}
@media (min-width: 53.125em) {
  .bean-feature-with-image .field--name-field-link-to {
    font-size: 1em;
  }
}
.bean-feature-with-image .field--name-field-link-to, .bean-feature-with-image .more-arrow-blue {
  display: inline-block;
}
.bean-feature-with-image .more-arrow-blue {
  position: relative;
  top: 3px;
  overflow: hidden;
}
.bean-feature-with-image.left-image .block-image {
  display: block;
  float: none;
}
@media (min-width: 53.125em) {
  .bean-feature-with-image.left-image .block-image {
    display: inline-block;
    margin-right: .5em;
    padding: 0px;
    float: left;
  }
}
.bean-feature-with-image.left-image .description {
  overflow: hidden;
}
.bean-feature-with-image.left-image .description .block-title {
  margin-top: 0px;
}

.bean-link-list-with-images {
  text-align: left;
}
.bean-link-list-with-images .field--name-field-collection-image img {
  width: 80px;
  height: auto;
}
@media (min-width: 53.125em) {
  .bean-link-list-with-images .field--name-field-collection-image img {
    width: auto;
    height: 100px;
  }
}
.bean-link-list-with-images .field--name-field-link-list-images-teaser {
  font-size: 0.875em;
}
@media (min-width: 53.125em) {
  .bean-link-list-with-images {
    text-align: center;
  }
}
.bean-link-list-with-images .field-collection-view {
  border: none;
}
.bean-link-list-with-images .even {
  background-color: #f4f4f4;
}
@media (min-width: 53.125em) {
  .bean-link-list-with-images .even {
    background-color: #fff;
  }
}
.bean-link-list-with-images .field-item {
  padding: 0px 1em 0 0;
}
.bean-link-list-with-images.two_column_list.top-image .field-items .field-item {
  float: none;
  width: 100%;
  vertical-align: top;
}
@media (min-width: 53.125em) {
  .bean-link-list-with-images.two_column_list.top-image .field-items .field-item {
    width: 35%;
    margin-right: 3em;
    display: inline-block;
  }
}
.bean-link-list-with-images.two_column_list.left-image .field-items .field-item {
  float: none;
  width: 100%;
  vertical-align: top;
}
@media (min-width: 53.125em) {
  .bean-link-list-with-images.two_column_list.left-image .field-items .field-item {
    width: 48%;
    margin-right: 1em;
    display: inline-block;
  }
}
.bean-link-list-with-images.three_column_list.top-image .field-items .field-item {
  float: none;
  width: 100%;
  vertical-align: top;
}
@media (min-width: 53.125em) {
  .bean-link-list-with-images.three_column_list.top-image .field-items .field-item {
    width: 32%;
    margin-right: 1.5em;
    display: inline-block;
  }
}
.bean-link-list-with-images.three_column_list.left-image .field-items .field-item {
  float: none;
  width: 100%;
  vertical-align: top;
}
@media (min-width: 53.125em) {
  .bean-link-list-with-images.three_column_list.left-image .field-items .field-item {
    width: 29%;
    margin-right: 1.5em;
    display: inline-block;
  }
}
.bean-link-list-with-images .field--name-field-link-list-url {
  font-size: 1.25em;
}
@media (min-width: 53.125em) {
  .bean-link-list-with-images .field--name-field-link-list-url {
    font-size: 1.375em;
  }
}
.bean-link-list-with-images.top-image .field--name-field-collection-image {
  margin: 0 1em;
  float: left;
}
@media (min-width: 53.125em) {
  .bean-link-list-with-images.top-image .field--name-field-collection-image {
    margin-bottom: 2em;
    margin-right: 0;
    float: none;
  }
}
.bean-link-list-with-images.left-image .field--name-field-collection-image {
  margin: 0  1em;
  float: left;
}

.bean-image {
  text-align: center;
}

.bean-links-list .field--name-field-link-list-url {
  font-size: 1.125em;
  font-weight: normal;
  margin-bottom: .1em;
}
.bean-links-list .field--name-field-link-list-teaser {
  font-size: 0.875em;
}
.bean-links-list.topic_list .more-arrow-blue {
  display: inline-block;
  background-image: url(../images/sai-sprites.png);
  background-position: -132px -5px;
  width: 13px;
  height: 16px;
}
.bean-links-list.topic_list .field-items {
  display: table;
}
.bean-links-list.topic_list .field-items .field-item {
  display: table-row;
}
.bean-links-list.topic_list .field-items .field-item .arrow-container {
  display: table-cell;
  vertical-align: middle;
  padding-left: 1em;
}
.bean-links-list.topic_list .field-items .field-item .field-collection-view {
  display: table-cell;
  padding: 2em 1em;
}
.bean-links-list.topic_list .field-items .field-item.odd:last-child .arrow-container, .bean-links-list.topic_list .field-items .field-item.odd:last-child .field-collection-view {
  border-bottom: solid 1px #c7cfd3;
}
.bean-links-list.topic_list .even {
  background-color: #f1f1f1;
}

.pane-node-field-link-details .field--name-field-link-details .more-arrow-blue {
  display: inline-block;
  background-image: url(../images/sai-sprites.png);
  background-position: -132px -5px;
  width: 13px;
  height: 16px;
}
.pane-node-field-link-details .field--name-field-link-details .field-items {
  display: table;
  width: 100%;
}
.pane-node-field-link-details .field--name-field-link-details .field-items .field-item {
  display: table-row;
  width: 100%;
}
.pane-node-field-link-details .field--name-field-link-details .field-items .field-item .arrow-container {
  display: table-cell;
  vertical-align: middle;
  padding-left: 1em;
}
.pane-node-field-link-details .field--name-field-link-details .field-items .field-item .field-collection-view {
  display: table-cell;
  padding: 1em 1em 1em 0;
  border: none;
}

.bean-links-list.default .field--name-field-link-details .more-arrow-blue {
  display: none;
}

.front .outer-wrap,
.page-node-176 .outer-wrap,
.page-node-119 .outer-wrap,
.page-node-153 .outer-wrap,
.page-node-152 .outer-wrap,
.page-node-307 .outer-wrap {
  position: relative;
  z-index: 0;
}
@media (min-width: 65.625em) {
  .front .outer-wrap,
  .page-node-176 .outer-wrap,
  .page-node-119 .outer-wrap,
  .page-node-153 .outer-wrap,
  .page-node-152 .outer-wrap,
  .page-node-307 .outer-wrap {
    top: -105px;
  }
}
@media (min-width: 53.125em) {
  .front .navbar-offcanvas,
  .page-node-176 .navbar-offcanvas,
  .page-node-119 .navbar-offcanvas,
  .page-node-153 .navbar-offcanvas,
  .page-node-152 .navbar-offcanvas,
  .page-node-307 .navbar-offcanvas {
    z-index: 1000;
    border-bottom: none;
    /* Fallback for web browsers that doesn't support RGBa */
    background: white;
    /* RGBa with 0.6 opacity */
    background: rgba(255, 255, 255, 0.9);
    /* For IE 5.5 - 7*/
    /* For IE 8*/
  }
}

.pane-partner-carousels {
  margin-top: 3em;
  text-align: center;
  border-top: solid 1px #464647;
  border-bottom: solid 1px #464647;
  position: relative;
  padding: 0 3em;
}
.pane-partner-carousels h2.pane-title {
  font-size: 1em;
}
@media (min-width: 53.125em) {
  .pane-partner-carousels .owl-carousel .owl-item {
    padding-left: 5px;
  }
}
.pane-partner-carousels .owl-theme .owl-controls .owl-buttons div {
  color: transparent;
  display: inline-block;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  background: none;
  opacity: 1;
}
.pane-partner-carousels .owl-prev, .pane-partner-carousels .owl-next {
  position: absolute;
}
.pane-partner-carousels .owl-prev {
  top: 25%;
  left: -5em;
  background-position: 0 -176px !important;
  width: 40px;
  height: 43px;
  background-image: url(../images/sai-sprites.png) !important;
}
.pane-partner-carousels .owl-next {
  top: 25%;
  right: -5em;
  background-position: -58px -175px !important;
  width: 40px;
  height: 43px;
  background-image: url(../images/sai-sprites.png) !important;
}

.pane-carousels {
  /*Theme section common*/
}
.pane-carousels .flexslider {
  box-shadow: none;
  border-radius: 0;
  border: none;
}
@media (min-width: 65.625em) {
  .pane-carousels .flexslider .slides img {
    width: 100%;
    height: auto;
    display: block;
  }
}
@media (min-width: 65.625em) {
  .pane-carousels .flexslider .slides img {
    width: 100%;
    height: auto;
    display: block;
  }
}
@media (min-width: 65.625em) {
  .pane-carousels .flexslider .slides img {
    width: 100%;
    height: auto;
    display: block;
  }
}
.pane-carousels .flexslider .slides > li {
  position: relative;
}
.pane-carousels .carousel-caption {
  color: #2a2f70;
  position: relative;
  top: -47px;
  width: 100%;
}
@media (min-width: 65.625em) {
  .pane-carousels .carousel-caption {
    position: absolute;
    top: 60%;
    left: 10%;
    width: 500px;
  }
}
@media (min-width: 65.625em) {
  .pane-carousels .carousel-caption {
    position: absolute;
    top: 60%;
    left: 10%;
    width: 500px;
  }
}
@media (min-width: 65.625em) {
  .pane-carousels .carousel-caption {
    position: absolute;
    top: 60%;
    left: 10%;
    width: 500px;
  }
}
.pane-carousels .carousel-caption .subtitle {
  background: #2a2f70;
  color: white;
  padding: 0.3125em 0.9375em;
  width: 12em;
}
.pane-carousels .carousel-caption .transtitle {
  margin: 0;
  padding: 0.5em;
  background: #f8cd3e;
  color: white;
  text-transform: uppercase;
  /*Protect your money*/
  /* Military */
  /*Tools and Resources*/
  /*Educate Youth*/
}
@media (min-width: 65.625em) {
  .pane-carousels .carousel-caption .transtitle {
    margin: 0 0 0.625em 0;
    padding: 0.9375em;
    color: #2a2f70;
  }
}
@media (min-width: 65.625em) {
  .pane-carousels .carousel-caption .transtitle {
    margin: 0 0 0.625em 0;
    padding: 0.9375em;
    color: #2a2f70;
  }
}
@media (min-width: 65.625em) {
  .pane-carousels .carousel-caption .transtitle {
    margin: 0 0 0.625em 0;
    padding: 0.9375em;
    color: #2a2f70;
  }
}
.section-protect-your-money .pane-carousels .carousel-caption .transtitle {
  background: #db8d5b;
  color: white;
}
.section-military .pane-carousels .carousel-caption .transtitle {
  background: #96b36b;
  color: white;
}
.section-tools-resources .pane-carousels .carousel-caption .transtitle {
  background: #464647;
  color: white;
}
.section-educate-youth .pane-carousels .carousel-caption .transtitle {
  color: #2a2f70;
}
.pane-carousels .carousel-caption .trbody {
  background: #f8cd3e;
  color: white;
  padding: 0.5em;
  /*Protect your money*/
  /* Military */
  /*Tools and Resources*/
  /*Educate Youth*/
}
.pane-carousels .carousel-caption .trbody p {
  padding: 0;
  margin: 0;
  font-size: 0.813em;
}
.section-protect-your-money .pane-carousels .carousel-caption .trbody {
  background: #db8d5b;
  color: white;
}
@media (min-width: 65.625em) {
  .section-protect-your-money .pane-carousels .carousel-caption .trbody {
    background: #f3f4f8;
    color: #2a2f70;
  }
}
@media (min-width: 65.625em) {
  .section-protect-your-money .pane-carousels .carousel-caption .trbody {
    background: #f3f4f8;
    color: #2a2f70;
  }
}
@media (min-width: 65.625em) {
  .section-protect-your-money .pane-carousels .carousel-caption .trbody {
    background: #f3f4f8;
    color: #2a2f70;
  }
}
.section-military .pane-carousels .carousel-caption .trbody {
  background: #96b36b;
  color: white;
}
@media (min-width: 65.625em) {
  .section-military .pane-carousels .carousel-caption .trbody {
    background: #f3f4f8;
    color: #2a2f70;
  }
}
@media (min-width: 65.625em) {
  .section-military .pane-carousels .carousel-caption .trbody {
    background: #f3f4f8;
    color: #2a2f70;
  }
}
@media (min-width: 65.625em) {
  .section-military .pane-carousels .carousel-caption .trbody {
    background: #f3f4f8;
    color: #2a2f70;
  }
}
.section-tools-resources .pane-carousels .carousel-caption .trbody {
  background: #464647;
  color: white;
}
@media (min-width: 65.625em) {
  .section-tools-resources .pane-carousels .carousel-caption .trbody {
    background: #f3f4f8;
    color: #2a2f70;
  }
}
@media (min-width: 65.625em) {
  .section-tools-resources .pane-carousels .carousel-caption .trbody {
    background: #f3f4f8;
    color: #2a2f70;
  }
}
@media (min-width: 65.625em) {
  .section-tools-resources .pane-carousels .carousel-caption .trbody {
    background: #f3f4f8;
    color: #2a2f70;
  }
}
.section-educate-youth .pane-carousels .carousel-caption .trbody {
  color: #2a2f70;
}
@media (min-width: 65.625em) {
  .pane-carousels .carousel-caption .trbody {
    background: #f3f4f8;
    color: #2a2f70;
  }
}
@media (min-width: 65.625em) {
  .pane-carousels .carousel-caption .trbody {
    background: #f3f4f8;
    color: #2a2f70;
  }
}
@media (min-width: 65.625em) {
  .pane-carousels .carousel-caption .trbody {
    background: #f3f4f8;
    color: #2a2f70;
  }
}
.pane-carousels .carousel-caption .linkto {
  display: block;
  padding: 0.5em;
  background: #f8cd3e;
  /*Protect your money*/
  /* Military */
  /*Tools and Resources*/
  /*Educate Youth*/
}
.pane-carousels .carousel-caption .linkto a {
  color: white;
  font-weight: bold;
}
.section-educate-youth .pane-carousels .carousel-caption .linkto a {
  color: #2a2f70;
}
.section-protect-your-money .pane-carousels .carousel-caption .linkto {
  background: #db8d5b;
}
.section-military .pane-carousels .carousel-caption .linkto {
  background: #96b36b;
}
.section-tools-resources .pane-carousels .carousel-caption .linkto {
  background: #464647;
}
.section-educate-youth .pane-carousels .carousel-caption .linkto {
  background: #f8cd3e;
  color: #2a2f70;
}
@media (min-width: 65.625em) {
  .pane-carousels .carousel-caption .linkto {
    display: none;
  }
}
@media (min-width: 65.625em) {
  .pane-carousels .carousel-caption .linkto {
    display: none;
  }
}
@media (min-width: 65.625em) {
  .pane-carousels .carousel-caption .linkto {
    display: none;
  }
}
.pane-carousels .carousel-caption .linkto:after {
  color: white;
  content: "\f054";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  margin-right: 0.5em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pane-carousels .flex-direction-nav,
.pane-carousels .flex-control-nav {
  display: none;
}
@media (min-width: 65.625em) {
  .pane-carousels .flex-direction-nav,
  .pane-carousels .flex-control-nav {
    display: block;
  }
}
@media (min-width: 65.625em) {
  .pane-carousels .flex-direction-nav,
  .pane-carousels .flex-control-nav {
    display: block;
  }
}
@media (min-width: 65.625em) {
  .pane-carousels .flex-direction-nav,
  .pane-carousels .flex-control-nav {
    display: block;
  }
}
.pane-carousels .flex-control-paging li a {
  background: #eeeeee;
  /*Protect your money*/
  /* Military */
  /*Tools and Resources*/
  /*Educate Youth*/
}
.pane-carousels .flex-control-paging li a.flex-active {
  background: #f8cd3e;
}
.section-protect-your-money .pane-carousels .flex-control-paging li a.flex-active {
  background: #db8d5b;
}
.section-military .pane-carousels .flex-control-paging li a.flex-active {
  background: #96b36b;
}
.section-tools-and-resources .pane-carousels .flex-control-paging li a.flex-active {
  background: #464647;
}
.section-educate-youth .pane-carousels .flex-control-paging li a.flex-active {
  background: #2a2f70;
}

.flex-active-slide a:hover {
  text-decoration: none;
}

article .view-partners-lists .views-row {
  margin-bottom: 1.5em;
  border-bottom: solid 1px #464647;
  padding: 0 0 1.5em 0;
}
article .field--name-field-partner-logo {
  float: right;
  margin: 0 0 .5em 1.5em;
}
article .file-application-pdf {
  display: table;
}
article .file-application-pdf .file-description {
  display: table-cell;
  vertical-align: middle;
}
article .file-application-pdf .file-description .label {
  font-weight: bold;
  font-family: Arial, sans-serif;
  min-width: 3em;
  display: inline-block;
}
article .file-application-pdf .file-image {
  display: none;
}
@media (min-width: 53.125em) {
  article .file-application-pdf .file-image {
    display: table-cell;
  }
}
article .file-application-pdf .download-now.btn {
  background-color: #2a2f70;
  text-align: center;
  margin: 1em 0;
}
article .file-application-pdf .download-now.btn a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: white;
  padding: 1em;
}
article .panels-flexible-region-last .pane-sharethis {
  display: none;
}
@media (min-width: 53.125em) {
  article .panels-flexible-region-last .pane-sharethis {
    display: block;
  }
}

.node-type-custom-page .field--name-body {
  text-align: left;
}

span.ext {
  background: none;
}

.view-content .item-list ul {
  list-style-type: none;
  padding-left: 0;
}

.alignRight {
  text-align: right;
}

.front .pane-node-body .field--name-body h1 {
  text-align: left !important;
  font-weight: normal;
}
@media (min-width: 53.125em) {
  .front .pane-node-body .field--name-body h1 {
    text-align: center !important;
    font-weight: normal;
    font-size: 2em;
  }
}

.section-site-map .content-wrapper .main_menu_outer_ul {
  padding-left: 0;
  list-style: none;
}
.section-site-map .content-wrapper .main_menu_outer_ul > li {
  margin-bottom: 1em;
  float: none;
  width: 90%;
}
@media (min-width: 53.125em) {
  .section-site-map .content-wrapper .main_menu_outer_ul > li {
    float: left;
    width: 49%;
  }
}
.section-site-map .content-wrapper .main_menu_outer_ul > li.expanded span.menu-link-item {
  border-bottom: solid 1px #c7cfd3;
  display: inline-block;
  width: 90%;
  padding: .5em 0;
  font-weight: bold;
}
.section-site-map .content-wrapper .main_menu_outer_ul > li.expanded span.menu-link-item a {
  text-transform: uppercase;
}
.section-site-map .content-wrapper .main_menu_inner_ul {
  list-style: none;
  padding-left: 0;
  margin-top: 1em;
}
.section-site-map .content-wrapper .pane-menu-menu-footer-menu {
  margin-top: 3em;
  float: none;
  clear: both;
  padding-top: 1em;
}
.section-site-map .content-wrapper .pane-menu-menu-footer-menu .pane-content ul.menu {
  list-style: none;
  padding-left: 0;
}
.section-site-map .content-wrapper .pane-menu-menu-footer-menu .pane-content ul.menu li {
  list-style: none;
}
.section-site-map .content-wrapper .pane-menu-menu-footer-menu .pane-content ul.menu li a {
  font-weight: bold;
}

/*
 * Checkbox filter, Select dropdown filters
 * --------------------------------------------------
 * Mobile first
 */
.views-exposed-filter-form .block__title:before, .block--facetapi .block__title:before, .block--menu-block .block__title:before {
  color: white;
  content: "\f078";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  margin-right: 0.5em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #eeeeee;
  border-radius: 1em;
  font-size: 0.85em;
  padding: 0.2em 0.3em 0.3em;
}
.views-exposed-filter-form .hidden.block__title:before, .block--facetapi .hidden.block__title:before, .block--menu-block .hidden.block__title:before {
  color: white;
  content: "\f077";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  margin-right: 0.5em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 65.625em) {
  .views-exposed-filter-form .block__title:before, .block--facetapi .block__title:before, .block--menu-block .block__title:before {
    display: none;
  }
}
@media (min-width: 65.625em) {
  .views-exposed-filter-form .block__title:before, .block--facetapi .block__title:before, .block--menu-block .block__title:before {
    display: none;
  }
}

.l-region--sidebar-first .form-select {
  width: 100%;
}
.l-region--sidebar-first .form-select option {
  width: 100%;
}
.l-region--sidebar-first #block-views-exp-notices-page {
  padding: 0;
    /*.form-item-combine {   // Div containing Search Notices input field
      @include icon-in-field;

      #edit-combine {
        padding-right: 1.75em;    // Make room for seach icon
      }
    }*/
}
.l-region--sidebar-first #block-views-exp-notices-page .block__content {
  background-color: white;
  font-weight: normal;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  display: none;
}
@media (min-width: 65.625em) {
  .l-region--sidebar-first #block-views-exp-notices-page .block__content {
    display: block;
  }
}
@media (min-width: 65.625em) {
  .l-region--sidebar-first #block-views-exp-notices-page .block__content {
    display: block;
  }
}
@media (min-width: 65.625em) {
  .l-region--sidebar-first #block-views-exp-notices-page .block__content {
    display: block;
  }
}
.l-region--sidebar-first #edit-field-notice-publish-dt-value-value {
  width: 100%;
}
.l-region--sidebar-first .finra-checkbox-facetapi label.option {
  font-size: 0.75em;
  margin-left: 0.625em;
  width: 75%;
  line-height: 1.5em;
  display: inline-block;
}
.l-region--sidebar-first .finra-checkbox-facetapi .form-type-checkbox {
  line-height: 2;
  margin: 0;
}
.l-region--sidebar-first .facetapi-checkbox, .l-region--sidebar-first .views-exposed-form .views-exposed-widget input[type="checkbox"] {
  background: white;
  border-collapse: separate;
  float: left;
  height: 25px;
  position: relative;
  width: 25px;
  -webkit-box-shadow: inset 0 1px 2px 1px #cccccc;
  /* -moz-box-shadow: 0 1px 2px 1px #cccccc;
  box-shadow: inset 0 1px 2px 1px #cccccc;*/
  -webkit-appearance: none;
  -moz-appearance: none;
}
.l-region--sidebar-first .checked.facetapi-checkbox:before, .l-region--sidebar-first .views-exposed-form .views-exposed-widget input.checked[type="checkbox"]:before, .l-region--sidebar-first .facetapi-checkbox:checked:before, .l-region--sidebar-first .views-exposed-form .views-exposed-widget input[type="checkbox"]:checked:before {
  color: #fb483d;
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  margin-right: 0.5em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  display: block;
  left: 4px;
  top: 4px;
  font-size: 18px;
}
.l-region--sidebar-first .views-exposed-form .views-exposed-widget {
  background-color: #eeeeee;
  border-top: 1px dotted #c7cfd3;
  color: #464647;
  padding-bottom: 0.75em;
  padding-top: 0.75em;
  position: relative;
  width: 100%;
  list-style: none;
  clear: both;
}
.l-region--sidebar-first .views-exposed-form .views-exposed-widget:first-child {
  border-top: 0 none;
}
.l-region--sidebar-first .views-exposed-form .views-exposed-widget #edit-flagged .form-item-flagged {
  display: inline;
  padding: 5px 0 5px 15px;
}
.l-region--sidebar-first .views-exposed-form .views-exposed-widget label {
  display: inline-block;
  font-family: Arial, sans-serif;
  padding-bottom: 0.5em;
}
.l-region--sidebar-first .views-exposed-form .views-exposed-widget label.option {
  background: transparent;
  display: list-item;
  font-weight: normal;
  line-height: 1.5;
  padding: 5px 0 5px 35px;
  position: relative;
  top: 0.2em;
}
.l-region--sidebar-first .views-exposed-form .views-exposed-widget label .form-type-radio.option {
  display: inline;
}
@media (min-width: 65.625em) {
  .l-region--sidebar-first .views-exposed-form .views-exposed-widget label {
    font-size: 0.8em;
  }
}
.l-region--sidebar-first .views-exposed-form .views-exposed-widget input[type="checkbox"] {
  margin: 5px 10px 5px 0;
}
.l-region--sidebar-first .views-exposed-form .views-exposed-widget input[type="text"] {
  font-size: 0.95em;
}
.l-region--sidebar-first .views-exposed-form .views-exposed-widget input[type="radio"] {
  padding: 5px 0 5px 10px;
}
@media (min-width: 65.625em) {
  .l-region--sidebar-first .views-exposed-form .views-exposed-widget input[type="text"] {
    font-size: 0.7em;
  }
}
.l-region--sidebar-first .views-exposed-form .views-exposed-widget .form-submit {
  font-size: 0.95em;
  margin-top: 0;
}
.l-region--sidebar-first .views-exposed-form .views-exposed-widget .bef-checkboxes {
  list-style: none;
}
.l-region--sidebar-first .views-exposed-form .views-exposed-widget .bef-checkboxes input[type="checkbox"] {
  margin: 0;
}
.l-region--sidebar-first .views-exposed-form .views-exposed-widget .bef-checkboxes label.option {
  top: 0;
}
.l-region--sidebar-first .views-exposed-form .views-exposed-widget .bef-toggle {
  display: inline-block;
  font-family: Arial, sans-serif;
  padding: 0 0 5px;
  position: relative;
  width: 100%;
}
.l-region--sidebar-first .views-exposed-form .views-exposed-widget .bef-toggle:after {
  border-bottom: 1px dotted #808587;
  content: "";
  display: block;
  height: 2px;
  padding: 0 1em 5px;
  width: 100%;
}
@media (min-width: 65.625em) {
  .l-region--sidebar-first .views-exposed-form .views-exposed-widget .bef-toggle {
    font-size: 0.8em;
  }
}
@media (min-width: 75em) {
  .l-region--sidebar-first .views-exposed-form .views-exposed-widget .bef-toggle {
    position: absolute;
    right: 1.5em;
    top: 1.1em;
    width: auto;
  }
  .l-region--sidebar-first .views-exposed-form .views-exposed-widget .bef-toggle:after {
    display: none;
  }
}
.l-region--sidebar-first .views-exposed-form .views-exposed-widget .bef-tree {
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-region--sidebar-first .views-exposed-form .views-exposed-widget .bef-tree li {
  clear: both;
}
.l-region--sidebar-first .views-exposed-form .views-exposed-widget .bef-tree-child {
  list-style: none;
  padding: 0;
}
.l-region--sidebar-first .views-exposed-form .views-exposed-widget .bef-tree-child .bef-tree-child {
  padding: 0 20px;
}
.l-region--sidebar-first .views-exposed-form .views-exposed-widget .bef-tree-depth-2 {
  display: none;
}
@media (min-width: 65.625em) {
  .l-region--sidebar-first .views-exposed-form .views-exposed-widget .bef-tree-depth-2 {
    display: block;
  }
}
@media (min-width: 65.625em) {
  .l-region--sidebar-first .views-exposed-form .views-exposed-widget .bef-tree-depth-2 {
    display: block;
  }
}
@media (min-width: 65.625em) {
  .l-region--sidebar-first .views-exposed-form .views-exposed-widget .bef-tree-depth-2 {
    display: block;
  }
}
.l-region--sidebar-first .views-exposed-form .views-exposed-widget .bef-tree-depth-0 .bef-all-none-nested-processed .option:before {
  color: #00467e;
  content: "\f068";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  margin-right: 0.5em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.l-region--sidebar-first .views-exposed-form .views-exposed-widget .bef-tree-depth-0 .bef-tree-depth-1 .option:before {
  display: none;
}
.l-region--sidebar-first .views-exposed-form .views-exposed-widget .bef-tree-depth-0 .bef-tree-depth-1 .bef-all-none-nested-processed .option:before {
  color: #00467e;
  content: "\f068";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  margin-right: 0.5em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.l-region--sidebar-first .views-exposed-form .views-exposed-widget .bef-tree-depth-0 .bef-tree-depth-2 li.bef-all-none-nested-processed > .option:before {
  color: #00467e;
  content: "\f068";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  margin-right: 0.5em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.l-region--sidebar-first .views-exposed-form .views-exposed-widget .bef-tree-depth-0 .bef-tree-depth-2 .bef-tree-depth-3 .option:before {
  display: none;
}
.l-region--sidebar-first .views-exposed-form .views-exposed-widget .bef-tree-depth-0 .bef-tree-child .bef-all-none-nested-processed .option:before {
  color: #00467e;
  content: "\f068";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  margin-right: 0.5em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.l-region--sidebar-first .views-exposed-form .views-exposed-widget .bef-tree-depth-1 .bef-all-none-nested-processed .option:before {
  color: #00467e;
  content: "\f068";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  margin-right: 0.5em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.form-item .container-inline-date {
  margin: 0;
  width: 100%;
}

.date-padding {
  width: 100%;
}

.container-inline-date .form-item,
.container-inline-date .form-item input {
  width: 100%;
}

.view-news-release,
.block--views-exp-news-release-page,
.views-exposed-form-speeches-and-testimony-speech-search,
.ctools-auto-submit-full-form {
  /*
  .views-widget {
    width:83%;
    display:inline-block;
  }
  .form-item-combine {
    @include icon-in-field;
  }*/
}
.view-news-release .views-exposed-widget,
.block--views-exp-news-release-page .views-exposed-widget,
.views-exposed-form-speeches-and-testimony-speech-search .views-exposed-widget,
.ctools-auto-submit-full-form .views-exposed-widget {
  width: 99%;
}
.view-news-release .views-exposed-form,
.block--views-exp-news-release-page .views-exposed-form,
.views-exposed-form-speeches-and-testimony-speech-search .views-exposed-form,
.ctools-auto-submit-full-form .views-exposed-form {
  padding: .2em .5em;
  background-color: #00467e;
}

/*Filter on the Podcast Index*/
.form-type-select .form-type-bef-link {
  margin: 10px 0;
  font-size: 0.913em;
}
.form-type-select select {
  font-size: 0.75em;
}

.block--menu-menu-footer-menu {
  clear: both;
}

.block-utility-footer-tagline {
  font-size: 0.8125em;
  color: #464647;
  margin: 2em 0;
}
.block-utility-footer-tagline .showInlineDesktop {
  display: none;
}
@media (min-width: 53.125em) {
  .block-utility-footer-tagline .showInlineDesktop {
    display: inline;
  }
}

.l-region--footer-second {
  text-align: center;
}
.l-region--footer-second .menu {
  text-align: center;
}
@media (min-width: 53.125em) {
  .l-region--footer-second .menu {
    text-align: left;
  }
}
@media (min-width: 53.125em) {
  .l-region--footer-second {
    text-align: left;
  }
}

/* Make the footer sticky */
html {
  position: relative;
  min-height: 100%;
}

.outer-wrap {
  overflow: auto;
  margin-left: 0;
  float: left;
  z-index: 1;
  margin-bottom: -235px;
}

.outer-wrap:after {
  content: "";
  display: block;
  height: 235px;
}

.l-footer {
  position: relative;
  width: 100%;
  height: 235px;
  margin-top: -180px;
}

.site-logo {
  float: left;
  display: none;
}
@media (min-width: 65.625em) {
  .site-logo {
    display: block;
  }
}
@media (min-width: 65.625em) {
  .site-logo {
    display: block;
  }
}
@media (min-width: 65.625em) {
  .site-logo {
    display: block;
  }
}

.l-region--branding {
  text-align: right;
}
.l-region--branding .block--search-block-search-box {
  display: none;
}
@media (min-width: 47.9375em) {
  .l-region--branding .block--search-block-search-box {
    display: inline-block;
    position: relative;
    top: -25px;
  }
}
.l-region--branding .search-block-global-search-form {
  display: none;
}
@media (min-width: 47.9375em) {
  .l-region--branding .search-block-global-search-form {
    display: inline-block;
    color: white;
  }
  .l-region--branding .search-block-global-search-form input[placeholder], .l-region--branding .search-block-global-search-form [placeholder], .l-region--branding .search-block-global-search-form *[placeholder] {
    color: #2a2f70 !important;
  }
  .l-region--branding .search-block-global-search-form .form-text {
    background-color: #f8cd3e;
    border-color: -moz-use-text-color -moz-use-text-color #FFF;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    color: #2a2f70;
    font-family: Arial, sans-serif;
    font-size: 14px;
    border-style: none none solid;
    border-width: medium medium 1px;
    border-color: #fff;
  }
  .l-region--branding .search-block-global-search-form .form-text::-webkit-input-placeholder {
    color: #2a2f70;
  }
  .l-region--branding .search-block-global-search-form .form-text:-moz-placeholder {
    /* Firefox 18- */
    color: #2a2f70;
  }
  .l-region--branding .search-block-global-search-form .form-text::-moz-placeholder {
    /* Firefox 19+ */
    color: #2a2f70;
  }
  .l-region--branding .search-block-global-search-form .form-text:-ms-input-placeholder {
    color: #2a2f70;
  }
}
.l-region--branding .search-block-global-search-form .search-submit {
  display: none;
}
@media (min-width: 47.9375em) {
  .l-region--branding .search-block-global-search-form .search-submit {
    display: inline-block;
    background-color: #f8cd3e;
    background-image: url(../images/sai-sprites.png);
    background-position: 0 -68px;
    width: 27px;
    height: 36px;
    position: absolute;
    top: -.8em;
    border: medium none;
  }
}
.l-region--branding .block--bean-header-newsletter {
  display: none;
}
@media (min-width: 47.9375em) {
  .l-region--branding .block--bean-header-newsletter {
    display: inline-block;
    margin-right: 2.5em;
  }
}
.l-region--branding .block--bean-header-newsletter .field--name-field-text-bean-body {
  display: table;
}
.l-region--branding .block--bean-header-newsletter a {
  color: #2a2f70;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
  padding-top: .5em;
}
.l-region--branding .block--bean-header-newsletter a:hover {
  text-decoration: underline;
}
.l-region--branding .block--bean-header-newsletter .newsletter-icon {
  display: table-cell;
  background-image: url(../images/sai-sprites.png);
  background-position: -103px -68px;
  width: 33px;
  height: 36px;
}

html, body {
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  height: 100%;
}

@media (min-width: 65.625em) {
  .l-footer {
    height: 235px;
  }
}
@media (min-width: 65.625em) {
  .l-footer {
    height: 235px;
  }
}
@media (min-width: 65.625em) {
  .l-footer {
    height: 235px;
  }
}

.outer-wrap,
.l-page {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 65.625em) {
  .outer-wrap,
  .l-page {
    width: 100%;
  }
}
@media (min-width: 65.625em) {
  .outer-wrap,
  .l-page {
    width: 100%;
  }
}
@media (min-width: 65.625em) {
  .outer-wrap,
  .l-page {
    width: 100%;
  }
}

.l-header {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.top-menu-container,
.header-wrap,
.navbar-nav,
.top-navigation,
.main-menu-navigation,
.l-messaging,
.l-main,
.block-utility-footer,
.footer-container,
.l-region--branding {
  margin: 0 1em;
}
@media (min-width: 65.625em) {
  .top-menu-container,
  .header-wrap,
  .navbar-nav,
  .top-navigation,
  .main-menu-navigation,
  .l-messaging,
  .l-main,
  .block-utility-footer,
  .footer-container,
  .l-region--branding {
    width: 1050px;
    margin: 0 auto;
  }
}
@media (min-width: 65.625em) {
  .top-menu-container,
  .header-wrap,
  .navbar-nav,
  .top-navigation,
  .main-menu-navigation,
  .l-messaging,
  .l-main,
  .block-utility-footer,
  .footer-container,
  .l-region--branding {
    width: 1050px;
    margin: 0 auto;
  }
}
@media (min-width: 65.625em) {
  .top-menu-container,
  .header-wrap,
  .navbar-nav,
  .top-navigation,
  .main-menu-navigation,
  .l-messaging,
  .l-main,
  .block-utility-footer,
  .footer-container,
  .l-region--branding {
    width: 1050px;
    margin: 0 auto;
  }
}
@media (min-width: 65.625em) {
  .top-menu-container,
  .header-wrap,
  .navbar-nav,
  .top-navigation,
  .main-menu-navigation,
  .l-messaging,
  .l-main,
  .block-utility-footer,
  .footer-container,
  .l-region--branding {
    width: 1050px;
    margin: 0 auto;
  }
}
@media (min-width: 65.625em) {
  .top-menu-container,
  .header-wrap,
  .navbar-nav,
  .top-navigation,
  .main-menu-navigation,
  .l-messaging,
  .l-main,
  .block-utility-footer,
  .footer-container,
  .l-region--branding {
    width: 1050px;
    margin: 0 auto;
  }
}
@media (min-width: 75em) {
  .top-menu-container,
  .header-wrap,
  .navbar-nav,
  .top-navigation,
  .main-menu-navigation,
  .l-messaging,
  .l-main,
  .block-utility-footer,
  .footer-container,
  .l-region--branding {
    width: 1050px;
    margin: 0 auto;
  }
}

.l-navigation {
  display: none;
}
@media (min-width: 47.9375em) {
  .l-navigation {
    display: none;
  }
}
@media (min-width: 53.125em) {
  .l-navigation {
    display: none;
  }
}
@media (min-width: 65.625em) {
  .l-navigation {
    display: block;
  }
}
@media (min-width: 65.625em) {
  .l-navigation {
    display: block;
  }
}
@media (min-width: 65.625em) {
  .l-navigation {
    display: block;
  }
}

.l-main .element-invisible {
  display: none;
}

.l-region--branding:after,
.l-region--footer-first:after,
.l-region--footer-second:after,
.l-region--navigation:after {
  content: "";
  display: table;
  clear: both;
}

.l-region--navigation {
  margin: 0;
}
@media (min-width: 65.625em) {
  .l-region--navigation {
    margin: 1em 0;
  }
}
@media (min-width: 65.625em) {
  .l-region--navigation {
    margin: 1em 0;
  }
}
@media (min-width: 65.625em) {
  .l-region--navigation {
    margin: 1em 0;
  }
}

.panels-flexible-region-first {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 53.125em) {
  .panels-flexible-region-first {
    width: 71.01449%;
    float: left;
    margin-right: -100%;
    margin-left: 0%;
    clear: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (min-width: 65.625em) {
  .panels-flexible-region-first {
    width: 71.08434%;
    float: left;
    margin-right: -100%;
    margin-left: 0%;
    clear: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.panels-flexible-region-last {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 53.125em) {
  .panels-flexible-region-last {
    width: 27.53623%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (min-width: 65.625em) {
  .panels-flexible-region-last {
    width: 27.71084%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.panel-2col-bricks .center-wrapper .panel-col-first {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 53.125em) {
  .panel-2col-bricks .center-wrapper .panel-col-first {
    width: 49.27536%;
    float: left;
    margin-right: -100%;
    margin-left: 0%;
    clear: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (min-width: 65.625em) {
  .panel-2col-bricks .center-wrapper .panel-col-first {
    width: 49.39759%;
    float: left;
    margin-right: -100%;
    margin-left: 0%;
    clear: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.panel-2col-bricks .center-wrapper .panel-col-last {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 53.125em) {
  .panel-2col-bricks .center-wrapper .panel-col-last {
    width: 49.27536%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (min-width: 65.625em) {
  .panel-2col-bricks .center-wrapper .panel-col-last {
    width: 49.39759%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.page-search .content-wrapper {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 53.125em) {
  .page-search .content-wrapper {
    width: 71.01449%;
    float: left;
    margin-right: -100%;
    margin-left: 0%;
    clear: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (min-width: 65.625em) {
  .page-search .content-wrapper {
    width: 71.08434%;
    float: left;
    margin-right: -100%;
    margin-left: 0%;
    clear: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.page-search .l-region--sidebar-third {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 53.125em) {
  .page-search .l-region--sidebar-third {
    width: 27.53623%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (min-width: 65.625em) {
  .page-search .l-region--sidebar-third {
    width: 27.71084%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.panels-flexible-region-19-center.panels-flexible-region-first, .panels-flexible-region-19-center.panels-flexible-region-last {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.panel-2col-bricks .panel-col-first .inside, .panel-2col-bricks .panel-col-last .inside {
  margin: 0;
}
@media (min-width: 53.125em) {
  .panel-2col-bricks .panel-col-first .inside {
    margin: 0px 0.5em 0.5em 0px;
  }
}
@media (min-width: 53.125em) {
  .panel-2col-bricks .panel-col-last .inside {
    margin: 0px 0em 0.5em 0.5em;
  }
}

.l-page {
  background-color: #2f2f2f;
}
@media (min-width: 53.125em) {
  .l-page {
    background-color: white;
  }
}

.outer-wrap {
  background-color: white;
}
@media (min-width: 53.125em) {
  .outer-wrap {
    background: none;
  }
}

@media (min-width: 65.625em) {
  .front .panel-2col-bricks .panel-col-top,
  .page-node-176 .panel-2col-bricks .panel-col-top,
  .page-node-119 .panel-2col-bricks .panel-col-top,
  .page-node-153 .panel-2col-bricks .panel-col-top,
  .page-node-152 .panel-2col-bricks .panel-col-top,
  .page-node-307 .panel-2col-bricks .panel-col-top {
    width: 1280px;
    margin-left: -115px;
  }
  .front .panel-2col-bricks .panel-col-top .pane-node-body,
  .page-node-176 .panel-2col-bricks .panel-col-top .pane-node-body,
  .page-node-119 .panel-2col-bricks .panel-col-top .pane-node-body,
  .page-node-153 .panel-2col-bricks .panel-col-top .pane-node-body,
  .page-node-152 .panel-2col-bricks .panel-col-top .pane-node-body,
  .page-node-307 .panel-2col-bricks .panel-col-top .pane-node-body {
    max-width: 1050px;
    margin: 0 auto;
  }
}

.l-header .navbar-header {
  height: 60px;
  background: #f8cd3e;
  position: relative;
}
@media (min-width: 65.625em) {
  .l-header .navbar-header {
    display: none;
  }
}
@media (min-width: 65.625em) {
  .l-header .navbar-header {
    display: none;
  }
}
@media (min-width: 65.625em) {
  .l-header .navbar-header {
    display: none;
  }
}
.l-header .navbar-header .gbl-hamburger {
  width: 14%;
  position: absolute;
  top: 0;
  left: 0;
  float: left;
}
.l-header .navbar-header .gbl-logo.main-nav-mobile {
  width: 50%;
  margin: 0 auto;
}
.l-header .navbar-header .gbl-logo.main-nav-mobile a {
  margin: 0 auto;
  display: inline-block;
}
.l-header .navbar-header .gbl-search {
     /*

      .sb-icon-search{
        font-size: 2em;
        display: inline-block;
        position: absolute;
        right: 0;
        top: 9px;
      }

      .sb-icon-search:before {
        @include fontAwesome("\f002", $main-nav-blue);
        @include breakpoint($tab-portrait){
          color: $white;
          margin:0;
        }
        @include sizeDesktop(){
          color: $white;
        }
      }*/
}
.l-header .navbar-header .gbl-search.main-nav-mobile {
  width: 40%;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 65.625em) {
  .l-header .navbar-header .gbl-search.main-nav-mobile {
    display: none;
  }
}
@media (min-width: 65.625em) {
  .l-header .navbar-header .gbl-search.main-nav-mobile {
    display: none;
  }
}
@media (min-width: 65.625em) {
  .l-header .navbar-header .gbl-search.main-nav-mobile {
    display: none;
  }
}
.l-header .navbar-header .gbl-search .search-form {
  position: absolute;
  right: 20px;
  top: 8px;
}
.l-header .navbar-header .gbl-search .search-field {
  background-color: transparent;
  background-image: url(../images/sai-search-icon.png);
  background-repeat: no-repeat;
  background-size: 40px 32px;
  font-size: 1em;
  display: inline-block;
  position: absolute;
  right: 0;
  top: -1px;
  border: none;
  cursor: pointer;
  height: 32px;
  margin: 3px 0;
  padding: 0 0 0 36px;
  -webkit-transition: width 400ms ease, background 400ms ease;
  transition: width 400ms ease, background 400ms ease;
  width: 0;
}
.l-header .navbar-header .gbl-search .search-field:after {
  color: #00467e;
  content: "\f002";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  margin-right: 0.5em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 47.9375em) {
  .l-header .navbar-header .gbl-search .search-field:after {
    color: white;
    margin: 0;
  }
}
.l-header .navbar-header .gbl-search .search-field:focus {
  background-color: #fff;
  border: 1px solid #00467e;
  cursor: text;
  outline: 0;
  width: 230px;
}
.l-header .navbar-header .gbl-search .search-submit {
  display: none;
}
.l-header .navbar-header .gbl-search input[type="search"] {
  -webkit-appearance: textfield;
}
.l-header .navbar-header .gbl-search {
  width: 50px;
  height: auto;
  position: relative;
}
.l-header .navbar-header .gbl-search .sb-search-input,
.l-header .navbar-header .gbl-search .sb-search-submit {
  display: none;
}
.l-header .navbar-header .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.l-header .navbar-header .navbar-toggle {
  background: none repeat scroll 0 0;
  color: #00467e;
  border-radius: 0 0 0 0;
  display: block;
  margin: 0px;
  border: none;
  width: 100%;
  font-size: 2em;
  padding: 0.3em;
  cursor: pointer;
  line-height: 1.2;
}
.l-header .navbar-header .fa-navicon:before, .l-header .navbar-header .fa-reorder:before, .l-header .navbar-header .fa-bars:before {
  content: "\f0c9";
}

nav ul {
  margin: 0;
  padding: 0;
}
nav ul, nav li {
  list-style-type: none;
}
nav li {
  display: inline-block;
}

.breadcrumb {
  margin-left: 0;
  padding: 0;
}
.breadcrumb li {
  list-style-type: none;
  display: inline-block;
}
.breadcrumb li:before {
  color: #464647;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f101";
  padding-right: 8px;
  padding-left: 8px;
}
.breadcrumb li:first-child:before {
  display: none;
}
.breadcrumb a {
  font-size: 0.875em;
  text-decoration: none;
}

nav.block--system-main-menu {
  margin-top: 0;
  position: relative;
}
@media (min-width: 65.625em) {
  nav.block--system-main-menu {
    margin-top: .5em;
  }
}
@media (min-width: 65.625em) {
  nav.block--system-main-menu {
    margin-top: .5em;
  }
}
@media (min-width: 65.625em) {
  nav.block--system-main-menu {
    margin-top: .5em;
  }
}
@media (min-width: 65.625em) {
  nav.block--system-main-menu ul.main_menu_outer_ul {
    display: table;
    float: right;
    position: relative;
    top: 1em;
  }
}
@media (min-width: 65.625em) {
  nav.block--system-main-menu ul.main_menu_outer_ul {
    display: table;
    float: right;
    position: relative;
    top: 1em;
  }
}
@media (min-width: 65.625em) {
  nav.block--system-main-menu ul.main_menu_outer_ul {
    display: table;
    float: right;
    position: relative;
    top: 1em;
  }
}
nav.block--system-main-menu ul.main_menu_outer_ul.all-wide-open {
  padding-bottom: 1em;
  float: right;
}
nav.block--system-main-menu ul.main_menu_outer_ul.all-wide-open .main_menu_inner_ul {
  position: relative;
  z-index: 1;
}
nav.block--system-main-menu ul.main_menu_outer_ul.all-wide-open .main_menu_inner_ul .main_menu_outer_ul {
  display: none;
}
@media (min-width: 65.625em) {
  nav.block--system-main-menu ul.main_menu_outer_ul.all-wide-open .main_menu_inner_ul.open-dropdown {
    width: 200px;
    background: #d9d9d9;
  }
}
@media (min-width: 65.625em) {
  nav.block--system-main-menu ul.main_menu_outer_ul.all-wide-open .main_menu_inner_ul.open-dropdown {
    width: 200px;
    background: #d9d9d9;
  }
}
@media (min-width: 65.625em) {
  nav.block--system-main-menu ul.main_menu_outer_ul.all-wide-open .main_menu_inner_ul.open-dropdown {
    width: 200px;
    background: #d9d9d9;
  }
}
nav.block--system-main-menu ul.main_menu_outer_ul .active-trail .main_menu_inner_ul {
  display: block;
  background: #494949;
}
nav.block--system-main-menu ul.main_menu_outer_ul .active-trail .main_menu_inner_ul li ul.main_menu_outer_ul {
  display: none !important;
}
nav.block--system-main-menu ul.main_menu_outer_ul .active-trail .main_menu_inner_ul li ul.main_menu_outer_ul + .touch-button {
  display: none;
}
nav.block--system-main-menu ul.main_menu_outer_ul .active-trail .main_menu_inner_ul li:first-child {
  border-top: 1px solid white;
}
nav.block--system-main-menu ul.main_menu_outer_ul .active-trail .main_menu_inner_ul li:hover {
  background: #f8cd3e;
}
@media (min-width: 65.625em) {
  nav.block--system-main-menu ul.main_menu_outer_ul .active-trail .main_menu_inner_ul {
    display: none;
    background: none;
  }
}
@media (min-width: 65.625em) {
  nav.block--system-main-menu ul.main_menu_outer_ul .active-trail .main_menu_inner_ul {
    display: none;
    background: none;
  }
}
@media (min-width: 65.625em) {
  nav.block--system-main-menu ul.main_menu_outer_ul .active-trail .main_menu_inner_ul {
    display: none;
    background: none;
  }
}
nav.block--system-main-menu ul.main_menu_outer_ul .open-dropdown.main_menu_inner_ul {
  padding-left: 0;
}
@media (min-width: 65.625em) {
  nav.block--system-main-menu ul.main_menu_outer_ul .open-dropdown.main_menu_inner_ul {
    display: block;
    position: absolute;
    top: 40px;
    z-index: 1001;
    padding: 0;
  }
}
@media (min-width: 65.625em) {
  nav.block--system-main-menu ul.main_menu_outer_ul .open-dropdown.main_menu_inner_ul {
    display: block;
    position: absolute;
    top: 40px;
    z-index: 1001;
    padding: 0;
  }
}
@media (min-width: 65.625em) {
  nav.block--system-main-menu ul.main_menu_outer_ul .open-dropdown.main_menu_inner_ul {
    display: block;
    position: absolute;
    top: 40px;
    z-index: 1001;
    padding: 0;
  }
}
nav.block--system-main-menu ul.main_menu_outer_ul .open-dropdown.main_menu_inner_ul li {
  display: block;
  line-height: 1;
  background: #2f2f2f;
  border-top: 0px;
  width: 100%;
  height: 53px;
  border-bottom: 1px solid transparent;
}
@media (min-width: 65.625em) {
  nav.block--system-main-menu ul.main_menu_outer_ul .open-dropdown.main_menu_inner_ul li {
    background: #d9d9d9;
    font-size: 0.875em;
    width: 210px;
    border: none;
    height: 53px;
    border-top: none;
  }
}
@media (min-width: 65.625em) {
  nav.block--system-main-menu ul.main_menu_outer_ul .open-dropdown.main_menu_inner_ul li {
    background: #d9d9d9;
    font-size: 0.875em;
    width: 210px;
    border: none;
    height: 53px;
    border-top: none;
  }
}
@media (min-width: 65.625em) {
  nav.block--system-main-menu ul.main_menu_outer_ul .open-dropdown.main_menu_inner_ul li {
    background: #d9d9d9;
    font-size: 0.875em;
    width: 210px;
    border: none;
    height: 53px;
    border-top: none;
  }
}
nav.block--system-main-menu ul.main_menu_outer_ul .open-dropdown.main_menu_inner_ul li:hover {
  background: #f8cd3e;
}
@media (min-width: 65.625em) {
  nav.block--system-main-menu ul.main_menu_outer_ul .open-dropdown.main_menu_inner_ul li:hover {
    border-top: none;
  }
}
@media (min-width: 65.625em) {
  nav.block--system-main-menu ul.main_menu_outer_ul .open-dropdown.main_menu_inner_ul li:hover {
    border-top: none;
  }
}
@media (min-width: 65.625em) {
  nav.block--system-main-menu ul.main_menu_outer_ul .open-dropdown.main_menu_inner_ul li:hover {
    border-top: none;
  }
}
nav.block--system-main-menu ul.main_menu_outer_ul .open-dropdown.main_menu_inner_ul li a {
  width: 100%;
  border: none;
  padding: 16px;
  margin: 0;
}
@media (min-width: 65.625em) {
  nav.block--system-main-menu ul.main_menu_outer_ul .open-dropdown.main_menu_inner_ul li a {
    padding: 1em 0.5em;
    font-size: 0.875em;
    line-height: 1.1;
    height: 53px;
  }
}
@media (min-width: 65.625em) {
  nav.block--system-main-menu ul.main_menu_outer_ul .open-dropdown.main_menu_inner_ul li a {
    padding: 1em 0.5em;
    font-size: 0.875em;
    line-height: 1.1;
    height: 53px;
  }
}
@media (min-width: 65.625em) {
  nav.block--system-main-menu ul.main_menu_outer_ul .open-dropdown.main_menu_inner_ul li a {
    padding: 1em 0.5em;
    font-size: 0.875em;
    line-height: 1.1;
    height: 53px;
  }
}
nav.block--system-main-menu ul.main_menu_outer_ul .open-dropdown.main_menu_inner_ul .main_menu_outer_ul {
  display: none;
}
nav.block--system-main-menu li {
  width: 100%;
  line-height: 1;
  list-style: none;
  border-bottom: 1px solid transparent;
  position: relative;
}
@media (min-width: 65.625em) {
  nav.block--system-main-menu li {
    width: auto;
    display: inline-block;
    float: left;
    padding: 0;
    margin: 0;
    height: 53px;
    border-top: 4px solid transparent;
    box-sizing: content-box;
  }
}
@media (min-width: 65.625em) {
  nav.block--system-main-menu li {
    width: auto;
    display: inline-block;
    float: left;
    padding: 0;
    margin: 0;
    height: 53px;
    border-top: 4px solid transparent;
    box-sizing: content-box;
  }
}
@media (min-width: 65.625em) {
  nav.block--system-main-menu li {
    width: auto;
    display: inline-block;
    float: left;
    padding: 0;
    margin: 0;
    height: 53px;
    border-top: 4px solid transparent;
    box-sizing: content-box;
  }
}
nav.block--system-main-menu li.last a {
  border: none;
}
nav.block--system-main-menu li a {
  display: block;
  margin: 0;
  padding: 1em 3.5em 1em 1em;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  height: auto;
  line-height: 1;
  width: 100%;
  font-size: 0.9em;
}
@media (min-width: 65.625em) {
  nav.block--system-main-menu li a {
    padding: 0.5em;
    color: #464647;
    width: auto;
    border-right: 2px solid #96b36b;
    display: inline-block;
    white-space: normal;
    height: auto;
  }
}
@media (min-width: 65.625em) {
  nav.block--system-main-menu li a {
    padding: 0.5em;
    color: #464647;
    width: auto;
    border-right: 2px solid #96b36b;
    display: inline-block;
    white-space: normal;
    height: auto;
  }
}
@media (min-width: 65.625em) {
  nav.block--system-main-menu li a {
    padding: 0.5em;
    color: #464647;
    width: auto;
    border-right: 2px solid #96b36b;
    display: inline-block;
    white-space: normal;
    height: auto;
  }
}
nav.block--system-main-menu li .touch-button:after {
  padding: 0;
  font-size: 2em;
}
nav.block--system-main-menu li ul.main_menu_inner_ul {
  display: none;
}
@media (min-width: 65.625em) {
  nav.block--system-main-menu li ul.main_menu_inner_ul {
    display: none;
  }
}
@media (min-width: 65.625em) {
  nav.block--system-main-menu li ul.main_menu_inner_ul {
    display: none;
  }
}
@media (min-width: 65.625em) {
  nav.block--system-main-menu li ul.main_menu_inner_ul {
    display: none;
  }
}
nav.block--system-main-menu li :hover {
  background: #f8cd3e;
}
@media (min-width: 65.625em) {
  nav.block--system-main-menu li :hover {
    background: none;
  }
}
@media (min-width: 65.625em) {
  nav.block--system-main-menu li :hover {
    background: none;
  }
}
@media (min-width: 65.625em) {
  nav.block--system-main-menu li :hover {
    background: none;
  }
}
@media (min-width: 65.625em) {
  nav.block--system-main-menu li:nth-child(1):hover {
    border-top: 4px solid #ce9068;
  }
  nav.block--system-main-menu li:nth-child(1):hover.expanded li {
    border-top: none;
  }
  nav.block--system-main-menu li:nth-child(2):hover {
    border-top: 4px solid #96b36b;
  }
  nav.block--system-main-menu li:nth-child(2):hover.expanded li {
    border-top: none;
  }
  nav.block--system-main-menu li:nth-child(3):hover {
    border-top: 4px solid mediumblue;
  }
  nav.block--system-main-menu li:nth-child(3):hover.expanded li {
    border-top: none;
  }
  nav.block--system-main-menu li:nth-child(4):hover {
    border-top: 4px solid black;
  }
  nav.block--system-main-menu li:nth-child(4):hover.expanded li {
    border-top: none;
  }
}
@media (min-width: 65.625em) {
  nav.block--system-main-menu li:nth-child(1):hover {
    border-top: 4px solid #ce9068;
  }
  nav.block--system-main-menu li:nth-child(1):hover.expanded li {
    border-top: none;
  }
  nav.block--system-main-menu li:nth-child(2):hover {
    border-top: 4px solid #96b36b;
  }
  nav.block--system-main-menu li:nth-child(2):hover.expanded li {
    border-top: none;
  }
  nav.block--system-main-menu li:nth-child(3):hover {
    border-top: 4px solid mediumblue;
  }
  nav.block--system-main-menu li:nth-child(3):hover.expanded li {
    border-top: none;
  }
  nav.block--system-main-menu li:nth-child(4):hover {
    border-top: 4px solid black;
  }
  nav.block--system-main-menu li:nth-child(4):hover.expanded li {
    border-top: none;
  }
}
@media (min-width: 65.625em) {
  nav.block--system-main-menu li:nth-child(1):hover {
    border-top: 4px solid #ce9068;
  }
  nav.block--system-main-menu li:nth-child(1):hover.expanded li {
    border-top: none;
  }
  nav.block--system-main-menu li:nth-child(2):hover {
    border-top: 4px solid #96b36b;
  }
  nav.block--system-main-menu li:nth-child(2):hover.expanded li {
    border-top: none;
  }
  nav.block--system-main-menu li:nth-child(3):hover {
    border-top: 4px solid mediumblue;
  }
  nav.block--system-main-menu li:nth-child(3):hover.expanded li {
    border-top: none;
  }
  nav.block--system-main-menu li:nth-child(4):hover {
    border-top: 4px solid black;
  }
  nav.block--system-main-menu li:nth-child(4):hover.expanded li {
    border-top: none;
  }
}

nav.block--menu-menu-footer-menu li:after {
  content: "|";
  padding: 0 .5em;
  color: white;
}
nav.block--menu-menu-footer-menu li a {
  color: #464647;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.875em;
}
nav.block--menu-menu-footer-menu li.last:after {
  display: none;
}

li ul.main_menu_outer_ul {
  display: none !important;
}
li ul.main_menu_outer_ul + .touch-button {
  display: none;
}

.navbar-nav,
.main-menu-navigation {
  margin: 0;
}
@media (min-width: 65.625em) {
  .navbar-nav,
  .main-menu-navigation {
    margin: 0 auto;
  }
}
@media (min-width: 65.625em) {
  .navbar-nav,
  .main-menu-navigation {
    margin: 0 auto;
  }
}
@media (min-width: 65.625em) {
  .navbar-nav,
  .main-menu-navigation {
    margin: 0 auto;
  }
}

.navmenu-brand {
  height: 125px;
  padding: 0;
  position: relative;
  display: none;
}
@media (min-width: 53.125em) {
  .navmenu-brand {
    height: 60px;
  }
}
@media (min-width: 65.625em) {
  .navmenu-brand {
    display: block;
  }
}
@media (min-width: 65.625em) {
  .navmenu-brand {
    display: block;
  }
}
@media (min-width: 65.625em) {
  .navmenu-brand {
    display: block;
  }
}
.navmenu-brand .site-logo {
  position: relative;
  display: inline-block;
  z-index: 1000;
  outline: none;
  cursor: pointer;
}

.active .navbar-offcanvas {
  background-color: #2f2f2f;
  bottom: 0;
  position: absolute;
  top: 0;
  -webkit-transition: left 0.3s ease-out;
  -webkit-transition-delay: 0s;
  -moz-transition: left 0.3s ease-out 0s;
  -o-transition: left 0.3s ease-out 0s;
  transition: left 0.3s ease-out 0s;
  -webkit-backface-visibility: hidden;
}
@media (min-width: 65.625em) {
  .active .navbar-offcanvas {
    position: relative;
    background-color: none;
  }
}
@media (min-width: 65.625em) {
  .active .navbar-offcanvas {
    position: relative;
    background-color: none;
  }
}
@media (min-width: 65.625em) {
  .active .navbar-offcanvas {
    position: relative;
    background-color: none;
  }
}

.navbar-offcanvas {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.js .navbar-offcanvas {
  margin-left: -100%;
  float: left;
  z-index: 2;
}
.active .navbar-offcanvas {
  margin-left: 0;
  display: block;
  width: 75%;
}
@media (min-width: 47.9375em) {
  .active .navbar-offcanvas {
    width: 50%;
    float: left;
    margin-right: -100%;
    margin-left: 0%;
    clear: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (min-width: 65.625em) {
  .js .navbar-offcanvas {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
}
@media (min-width: 65.625em) {
  .js .navbar-offcanvas {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
}
@media (min-width: 65.625em) {
  .js .navbar-offcanvas {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
}
@media (min-width: 65.625em) {
  .navbar-offcanvas {
    position: relative;
  }
}

@media (min-width: 65.625em) {
  .navbar-offcanvas {
    margin-left: 0;
  }
}

.js .outer-wrap {
  margin-left: 0;
  float: left;
  z-index: 1;
}
.active .outer-wrap {
  margin-left: 75%;
  -webkit-transition: left 0.3s ease-out;
  -webkit-transition-delay: 0s;
  -moz-transition: left 0.3s ease-out 0s;
  -o-transition: left 0.3s ease-out 0s;
  transition: left 0.3s ease-out 0s;
  -webkit-backface-visibility: hidden;
}
@media (min-width: 47.9375em) {
  .active .outer-wrap {
    margin-left: 50%;
  }
}
@media (min-width: 65.625em) {
  .outer-wrap {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (min-width: 65.625em) {
  .outer-wrap {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (min-width: 65.625em) {
  .outer-wrap {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.page-search h3.no-results-title {
  font-weight: bold;
  font-size: 1.25em;
}
.page-search .italic {
  font-style: italic;
  font-size: 0.875em;
}
.page-search ol.search-no-results {
  padding-left: 1em;
}
.page-search ol.search-no-results li {
  border: none;
  list-style-type: decimal;
}
.page-search .block--finra-custom-search-blocks-recommended-content {
  border-top: solid 1px #e0e0e0;
  border-bottom: solid 1px #e0e0e0;
  margin: .8em 0;
  padding: .5em;
  background-color: #fafafa;
  border: solid 1px #e0e0e0;
}
.page-search .block--finra-custom-search-blocks-recommended-content .item-list > h2 {
  font-size: 0.875em;
  font-weight: bold;
  text-transform: uppercase;
  color: #808587;
}
.page-search .block--finra-custom-search-blocks-recommended-content ul.list-unstyled-links {
  padding: 0;
  margin: 0;
}
.page-search .block--finra-custom-search-blocks-recommended-content ul.list-unstyled-links li {
  border-bottom: none;
  padding: .2em 0;
}
.page-search .block--finra-custom-search-blocks-recommended-content ul.list-unstyled-links li h2.title {
  font-size: 1.5em;
  margin-top: .3em;
}
.page-search .block--finra-custom-search-blocks-recommended-content ul.list-unstyled-links li .page-url {
  font-size: 1em;
  line-height: 1.3em;
}
.page-search .block--finra-custom-search-blocks-recommended-content ul.list-unstyled-links li .page-url a {
  color: green;
}
.page-search .block--finra-custom-search-blocks-recommended-content ul.list-unstyled-links li .page-url p {
  margin: .3em 0;
}
.page-search form .search-form {
  padding: 1em;
  margin: 0.25em 0;
  background: #d8e1e8;
}
.page-search article ul, .page-search article ul.search-results {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}
.page-search article li {
  list-style: none;
  padding: 0em 0em 1em;
  border-bottom: 1px dotted #b4b4b4;
  margin-bottom: 0;
}
.page-search article li .page-url a {
  color: green;
  font-size: 0.75em;
}
.page-search article li .page-url a:hover {
  color: green;
  font-size: 0.75em;
}
.page-search article li p {
  font-size: 0.80em;
}
.page-search article li p.core-official-date {
  color: #808587;
  font-size: 0.75em;
  padding-top: .3em;
}
.page-search article li div.search-snippet-info p {
  margin-top: 4px;
  margin-bottom: 4px;
}
.page-search article h2 {
  margin-bottom: 0px;
}
.page-search article h2 a {
  font-size: 0.975em;
  font-family: Arial, sans-serif;
  color: #2a2f70;
  font-style: normal;
  text-decoration: none;
  font-weight: 200;
  line-height: 0.25;
}
.page-search article h2 a:hover {
  font-family: Arial, sans-serif;
  color: #2a2f70;
  font-style: normal;
  text-decoration: underline;
  font-weight: 200;
  line-height: 0.25;
}
.page-search article ul.pager li {
  border-bottom: 0px dotted #b4b4b4;
  font-size: 0.85em;
  padding: 0 1em;
}
.page-search article ul.pager li a {
  color: #2a2f70;
}
.page-search form .facetapi-checkbox {
  background: white;
  border-collapse: separate;
  float: left;
  height: 25px;
  position: relative;
  width: 25px;
  -webkit-box-shadow: inset 0 1px 2px 1px #cccccc;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.page-search aside .block--facetapi {
  background: #d8e1e8;
}
.page-search aside div.l-content {
  width: 57.74648%;
  float: left;
  margin-right: -100%;
  margin-left: 16.90141%;
  clear: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-search aside div.l-content article {
  margin-right: 1em;
}
.page-search .block--apachesolr-sort {
  border-bottom: solid 1px #e0e0e0;
  margin-top: 1.5em;
  padding-bottom: 0em;
}
.page-search .block--apachesolr-sort .block__content {
  padding: 0;
}
@media (min-width: 47.9375em) {
  .page-search .block--apachesolr-sort .block__content {
    padding: 0;
  }
}
.page-search .block--apachesolr-sort .sort-container {
  width: 50%;
  text-align: right;
  padding: 0;
  margin: 0;
  border: 0;
  font-size: .8em;
}
.page-search .block--apachesolr-sort .results-main-count {
  font-size: .8em;
  float: left;
  width: 50%;
  padding: 0;
  margin: 0;
}
.page-search .results-main-count {
  color: #808587;
  margin: 1em 0;
}
.page-search #link_relevance {
  padding: 0 0.825em;
  border-right: #c0c5c8 solid 1px;
}
.page-search #link_relevance a {
  color: #2a2f70;
  font-size: 0.87em;
}
.page-search .sort-container .fieldset-wrapper a.activeSort {
  font-weight: bold;
}
.page-search #edit-link-group div a#link_date_desc {
  padding: 0 0.825em;
}
.page-search .l-region--sidebar-first .block--facetapi .block__title, .page-search .l-region--sidebar-first .block--menu-block .block__title, .page-search .l-region--sidebar-first .views-exposed-filter-form .block__title, .page-search .l-region--sidebar-first #block-views-exp-notices-page .block__content, .page-search .l-region--sidebar-first .views-exposed-form .views-exposed-widget {
  background: #c4ced6;
  color: #0e0e0e;
  display: block;
  font-family: Arial, sans-serif;
  font-size: 1em;
  font-weight: 200;
  padding: 0.56em 1.125em;
  margin: 0;
  text-transform: none;
  font-weight: bold;
}
.page-search .l-region--sidebar-first .finra-checkbox-facetapi label.option {
  font-size: 0.75em;
  margin-left: 0.625em;
  width: 75%;
  line-height: 1.5em;
  display: inline-block;
  font-weight: normal;
}
.page-search .block--facetapi .block__content {
  display: block;
  padding: 0.315em;
}
.page-search h1, .page-search h2, .page-search h3, .page-search h4, .page-search h5, .page-search h6, .page-search .heading1, .page-search .heading2, .page-search .heading3 {
  font-family: Arial, sans-serif;
  font-weight: 600;
  line-height: 1.1;
  color: #0e0e0e;
  padding: 0;
  margin: 0.5em 0;
  font-size-adjust: 0.5;
  font-weight: 300;
}
.page-search .l-main input[type=password], .page-search .l-main input[type=search], .page-search .l-main input[type=text], .page-search .l-main select, .page-search .l-main .chosen-single, .page-search .l-main textarea {
  background-color: white;
  background-image: none;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  border-radius: 0;
  color: #434343;
  font-family: Arial, sans-serif;
  font-size: 0.9em;
  height: 36px;
  padding: 0.25em 2em 0 0.5em;
}

.block--finra-custom-search-blocks-broker-check-search-block .add-finra-bc-widget-search {
  border: 1px solid #D8E1E8;
}
.block--finra-custom-search-blocks-broker-check-search-block .add-finra-bc-widget-search .bc_results {
  padding: 0.5em 1em 1em 1.5em;
}
.block--finra-custom-search-blocks-broker-check-search-block .add-finra-bc-widget-search .bc_results .row {
  margin: 1em 0px 0px;
}
.block--finra-custom-search-blocks-broker-check-search-block .add-finra-bc-widget-search .bc_icon {
  color: #808587;
  font-size: 2em;
  display: inline-block;
  width: 15%;
  top: 2px;
  position: relative;
  vertical-align: top;
}
.block--finra-custom-search-blocks-broker-check-search-block .add-finra-bc-widget-search #individuals_count, .block--finra-custom-search-blocks-broker-check-search-block .add-finra-bc-widget-search #firms_count {
  width: 85%;
  display: inline-block;
  font-size: 0.8em;
}
.block--finra-custom-search-blocks-broker-check-search-block .add-finra-bc-widget-search .view-bc {
  text-align: center;
  font-size: 0.875em;
  margin-bottom: 1em;
}
.block--finra-custom-search-blocks-broker-check-search-block .add-finra-bc-widget-search .view-bc a {
  font-weight: bold;
}
.block--finra-custom-search-blocks-broker-check-search-block .add-finra-bc-widget-search h3 {
  background: #D8E1E8 none repeat scroll 0% 0%;
  margin: 0px;
  text-align: center;
  padding: 0.5em 1.5em 0px;
}
.block--finra-custom-search-blocks-broker-check-search-block .add-finra-bc-widget-search h3 img {
  max-width: 100%;
}

.site-map-menu li a {
  font-size: 0.913em;
}

.site-map-menus #site-map .site-map-box-menu-main-menu .site-map-menu li {
  width: 24%;
  float: left;
}

.videos-page .node--video--node-embed .field--name-field-core-short-title {
  padding-right: 2em;
  font-size: 1.5em;
}
.videos-page .node--video--node-embed .field--name-field-video-url {
  margin-bottom: 1em;
}
.videos-page .views-row-odd, .videos-page .views-row-even {
  display: block;
  width: 95%;
  margin: 1em auto;
}
@media (min-width: 47.9375em) {
  .videos-page .views-row-odd, .videos-page .views-row-even {
    display: inline-block;
    width: 42%;
    margin: 1em;
    vertical-align: top;
  }
}
@media (min-width: 53.125em) {
  .videos-page .views-row-odd, .videos-page .views-row-even {
    display: inline-block;
    vertical-align: top;
    width: 44%;
    margin: 1em 1.5em 0 0;
  }
}
@media (min-width: 65.625em) {
  .videos-page .views-row-odd, .videos-page .views-row-even {
    width: 46%;
  }
}
.videos-page .form-item-field-video-category-tid {
  border: none;
  border-radius: 0px;
  width: 100%;
  margin-top: .15em;
}
.videos-page .form-item-field-video-category-tid .description {
  display: none;
}
.videos-page input[type="select"], .videos-page input[type="text"] {
  border: none;
  color: #464647;
}
.videos-page .views-submit-button {
  background-color: #2a2f70;
}
.videos-page .views-submit-button input[type="submit"] {
  padding: .5em 1.5em;
  background: #2a2f70;
  border: none;
  color: white;
}
.videos-page .views-exposed-widget {
  width: 50%;
  padding: 0;
  margin-left: 0px;
  margin-right: 1em;
}
@media (min-width: 53.125em) {
  .videos-page .views-exposed-widget {
    width: 33%;
    float: left;
  }
}
@media (min-width: 65.625em) {
  .videos-page .views-exposed-widget {
    padding: .1em 1em .1em;
  }
}
.videos-page .views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 0px !important;
}
.videos-page .views-exposed-widget.views-submit-button {
  width: auto;
  margin-top: .2em;
}
.videos-page .views-exposed-form-videos-page {
  background-color: #ebebeb;
  padding: .75em 0 .75em 1em;
}
.videos-page .node--video .field--name-body {
  text-align: left;
  margin: 0;
  padding-right: 1em;
}
.videos-page .node--video .field--name-field-core-short-title {
  padding-right: 2em;
  font-size: 1.1em;
}
.videos-page .node--video table.views-view-grid tbody tr td {
  border: none;
}
.videos-page .node--video table.views-view-grid tbody tr td .field--name-field-core-short-title {
  font-size: 1.1em;
}
.videos-page .node--video table.views-view-grid tbody tr td .field--type-text-with-summary {
  text-align: left;
  margin: 0;
}
.videos-page .chosen-container-single .chosen-single {
  border: none;
}
.videos-page .chosen-container-single .chosen-single div {
  background-color: #2a2f70;
  width: 35px;
}
.videos-page .chosen-container-single .chosen-single div b {
  background-image: url("../images/sai-sprites.png") !important;
  background-position: -100px -188px;
  height: 11px;
  width: 19px;
  display: inline-block;
  background-size: auto !important;
  position: relative;
  top: 8px;
  left: 8px;
}
.videos-page #edit-field-video-category-tid-wrapper {
  display: none;
}
@media (min-width: 53.125em) {
  .videos-page #edit-field-video-category-tid-wrapper {
    display: inline-block;
    float: left;
    width: 200px;
  }
}

/*set up variables*/
/*ui autocomplete css*/
.ui-autocomplete {
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 300px;
  border-radius: 0px;
  background-image: none;
  background-color: #FFFFFF;
  border: 1px solid #AAAAAA;
  padding: 3px;
  top: 140px;
  position: absolute !important;
}
.ui-autocomplete .noResultsLink {
  font-size: 11px;
  margin-top: 10px;
  text-align: center;
}
.ui-autocomplete .noResultsLink a:link {
  color: #0000FF;
}
.ui-autocomplete .noResultsLink a:visited {
  color: #800080;
}
.ui-autocomplete .ui-autocomplete-category {
  width: 100%;
  zoom: 1;
  float: left;
  clear: left;
  font-size: 12px;
  font-weight: bold;
  background: #fff;
  margin-left: 0px;
  border-bottom: 4px solid #369;
}
.ui-autocomplete .ui-autocomplete-category.Individuals {
  padding: 2px;
}
.ui-autocomplete .ui-autocomplete-category.Firms {
  border: none;
}
.ui-autocomplete .ui-autocomplete-category.Individuals, .ui-autocomplete .ui-autocomplete-category.Firms {
  font-size: 0px;
  padding: 0px;
  line-height: 0px;
  display: none;
  height: 1px;
}
.ui-autocomplete .ui-autocomplete-category ul li {
  margin-bottom: 0px;
  font-size: 10px;
}
.ui-autocomplete .ui-autocomplete-category span {
  background-color: #dedede;
  color: #000;
  border-top: 4px solid #dedede;
  border-radius: 4px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom: none;
  width: 43%;
  margin-left: 6px;
  padding: 4px 0px 4px 7px;
  display: inline-block;
  margin-top: 5px;
}
.ui-autocomplete .ui-autocomplete-category span:hover {
  text-decoration: underline;
  cursor: pointer;
  background-color: #dedede;
}
.ui-autocomplete .ui-autocomplete-category-footer {
  margin: 0;
  padding: 2px 2px 2px 4px;
  zoom: 1;
  float: left;
  clear: left;
  width: 95%;
  font-size: 11px;
}
.ui-autocomplete .ui-autocomplete-help {
  margin: 0px -5px -5px -5px;
  padding: 2px 5px;
  zoom: 1;
  clear: both;
  font-size: 11px;
  background-color: #FFF8E3;
}
.ui-autocomplete .ui-menu-item {
  border-bottom: 1px solid #EEEEEE;
  float: left;
  clear: left;
  zoom: 1;
  margin: 0;
  padding: 0;
  width: 100%;
}
.ui-autocomplete .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: .2em .4em;
  line-height: 1.5;
  zoom: 1;
}
.ui-autocomplete .ui-menu-item a.ui-state-hover {
  background: none;
  background-color: #E4F1FC;
  border: 1px solid #99CAEE;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  padding: .2em .4em;
  border-radius: 0px;
}
.ui-autocomplete .ui-menu-item a.ui-state-hover div {
  color: #fff !important;
}
.ui-autocomplete .s4_more {
  color: #0088CC;
  display: inline;
  cursor: pointer;
  font-size: 11px;
  font-family: Arial, Verdana, sans-serif;
  float: right;
  margin: 10px;
}
.ui-autocomplete .s4_item-field {
  float: left;
  text-align: left;
  color: black;
  font-size: 11px;
  font-family: Arial, Verdana, sans-serif;
}
.ui-autocomplete .s4_item-field .cur_emp {
  color: #555;
}
.ui-autocomplete div.s4_item-field strong {
  background-color: #fdff78;
  font-weight: bold;
}
.ui-autocomplete .s4_colXXXL {
  width: 245px;
}
.ui-autocomplete .s4_colXXL {
  width: 225px;
}
.ui-autocomplete .s4_colXL {
  width: 175px;
}
.ui-autocomplete .s4_colL {
  width: 150px;
}
.ui-autocomplete .s4_colM {
  width: 100px;
}
.ui-autocomplete .s4_colS {
  width: 75px;
}
.ui-autocomplete .s4_colXS {
  width: 50px;
}
.ui-autocomplete span.s4_category {
  color: #fff;
  font-weight: bold;
  background-color: #336699;
  border: 1px solid #336699;
  border-top: 4px solid #336699;
  border-bottom: none;
  z-index: 100;
}
.ui-autocomplete span.s4_category:hover {
  text-decoration: none;
  cursor: default;
  background-color: #336699;
}
.ui-autocomplete .s4_suggestion {
  font-size: 11px;
  font-family: Arial, Verdana, sans-serif;
  width: 100%;
  overflow: auto;
}
.ui-autocomplete .s4_hdr {
  padding: 2px 4px;
  margin-top: 10px;
  background-color: #FDFDFD;
}
.ui-autocomplete .s4_inactive {
  color: #999;
  font-size: 11px;
  font-family: Arial, Verdana, sans-serif;
}
.ui-autocomplete .s4_filters {
  font-size: 11px;
  font-weight: bold;
  padding: 4px;
  float: right;
  display: inline;
  padding-right: 20px;
}
.ui-autocomplete .s4_filter {
  display: inline;
  padding-left: 15px;
  padding-right: 5px;
}
.ui-autocomplete .s4_filter select {
  width: auto;
  padding: 1px;
  margin: 0px;
  height: 20px;
  line-height: 20px;
}
.ui-autocomplete .s4_hr {
  margin: 2px;
}
.ui-autocomplete .s4_lucky {
  color: #08C;
  text-decoration: underline;
  cursor: pointer;
}
.ui-autocomplete .s4_lucky_hide {
  color: rgba(0, 0, 0, 0);
  text-decoration: none;
  display: none;
}
.ui-autocomplete .additive {
  color: #555;
  padding-left: 8px;
}
.ui-autocomplete .ui-autocomplete-input {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.ui-autocomplete .ui-autocomplete .ui-autocomplete-category {
  border-top: none;
}
.ui-autocomplete .ui-widget-content {
  border: 1px solid #5783AF;
}
.ui-autocomplete #ui-active-menuitem {
  font-weight: normal;
}
.ui-autocomplete .ui-autocomplete-loading {
  border: 1px solid red;
  display: none;
}
.ui-autocomplete .ui-autocomplete-category {
  border: 0px;
  padding: 0px;
  margin: 0px;
  float: none;
}
.ui-autocomplete li.ui-autocomeplete-category {
  border: 1px solid #000;
}

.ui-autocomplete-advanced {
  width: 750px;
}

.span4 {
  text-align: center;
  width: 370px;
  float: left;
  min-height: 20px;
  margin-left: 30px;
  line-height: 20px;
}

.tosWrapper-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: #999999;
  top: 0px;
  left: 0px;
  display: block;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}

.tosWrapper {
  display: block;
  position: absolute;
  top: 5%;
  left: 50%;
  margin: 0 auto;
  margin-left: -375px;
  width: 749px;
  height: 560px;
  min-height: 560px;
  padding: 0 20px 10px;
  z-index: 1011;
  background: #fff;
  color: #666;
  border: 2px solid #666;
  text-align: left;
  opacity: 1;
}
.tosWrapper ul {
  padding-left: 10px;
}
.tosWrapper ul li {
  list-style-type: none;
  list-style-image: none;
  margin-top: 10px;
}
.tosWrapper h3 {
  float: left;
  padding: 12px 5px;
  margin: 0;
}
.tosWrapper .tosClose {
  float: right;
  text-align: right;
  padding: 10px 5px;
}
.tosWrapper .tosClose a {
  cursor: pointer;
}
.tosWrapper.round {
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 12px;
  /* Firefox 1-3.6 */
  -moz-border-radius: 12px;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 12px;
}
.tosWrapper .clearBoth {
  clear: both;
}
.tosWrapper .tostext {
  border: 2px solid #999;
  padding: 10px;
  overflow-y: scroll;
  height: 460px;
  min-height: 460px;
  font-family: 12px Arial, Helvetica, sans-serif;
}
.tosWrapper .subsection {
  padding-left: 25px;
}

/*global.css*/
#finra-widget {
  position: relative;
  /* Override bootstrap.min.css */
}
#finra-widget label {
  display: block;
  padding-left: 15px;
  text-indent: -15px;
}
#finra-widget input[type="checkbox"] {
  width: 13px;
  height: 13px;
  padding: 0;
  margin: 4px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  *overflow: hidden;
}
#finra-widget input[type="text"] {
  font-size: 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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 linear .2s,box-shadow linear .2s;
  -moz-transition: border linear .2s,box-shadow linear .2s;
  -o-transition: border linear .2s,box-shadow linear .2s;
  transition: border linear .2s,box-shadow linear .2s;
  display: inline-block;
  height: 25px;
  padding: 4px 6px;
  margin-bottom: 10px;
  line-height: 20px;
  color: #999;
  vertical-align: middle;
  width: 95%;
  /*-webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;*/
}
#finra-widget #finra_pc_search_box[disabled] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
#finra-widget input, #finra-widget button, #finra-widget select, #finra-widget textarea {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
#finra-widget ul {
  padding-left: 2px;
}
#finra-widget h1, #finra-widget h2, #finra-widget h3, #finra-widget h4, #finra-widget h5, #finra-widget h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
#finra-widget h1, #finra-widget h2, #finra-widget h3 {
  line-height: 40px;
}
#finra-widget h3 {
  font-size: 20.5px;
}
#finra-widget h4 {
  font-size: 17.5px;
}
#finra-widget h5 {
  font-size: 14px;
}
#finra-widget .ui-autocomplete div {
  margin-top: 0px;
}
#finra-widget .ui-autocomplete a {
  font-weight: normal;
}
#finra-widget .tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
  width: 95%;
  left: 0;
}
#finra-widget .tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
#finra-widget .tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
#finra-widget .tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
#finra-widget .tooltip.bottom {
  margin-top: 46px;
  border: 1px solid #c1c1c1;
  position: absolute;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: 10px;
  text-align: center;
}
#finra-widget .tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
#finra-widget .tooltip-inner {
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
#finra-widget .tooltip-inner ul {
  color: #000;
  font-size: 10px;
}
#finra-widget .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  display: none;
}
#finra-widget .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #c1c1c1;
  border-width: 5px 5px 0;
}
#finra-widget .tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-top-color: #c1c1c1;
  border-width: 5px 5px 0;
}
#finra-widget .tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-top-color: #c1c1c1;
  border-width: 5px 5px 0;
}
#finra-widget .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #c1c1c1;
  border-width: 5px 5px 5px 0;
}
#finra-widget .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #c1c1c1;
  border-width: 5px 0 5px 5px;
}
#finra-widget .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #c1c1c1;
  border-width: 0 5px 5px;
}
#finra-widget .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-bottom-color: #c1c1c1;
  border-width: 0 5px 5px;
}
#finra-widget .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-bottom-color: #c1c1c1;
  border-width: 0 5px 5px;
}
#finra-widget.finra-widget {
  margin-top: -15px;
  position: relative;
  z-index: 1001;
  padding: 0 10px;
}
#finra-widget .finra-widget-common {
  width: auto;
  margin: 0 auto;
  min-height: 100%;
}
#finra-widget .finra-widget-common h4 {
  /*text-align: left;
  margin-bottom: 7px;
  margin-left: .5em;
  padding-right: .8em;
  padding-top:10px;
  width: 95%;
  font-size: 12px;
  color:#b8b8b8;
  font-weight: normal;
  font-family: Arial, Verdana, sans-serif;*/
  margin-left: .5em;
  padding-bottom: 7px;
  padding-right: 10px;
  border-bottom: 2px solid #c3c3c3;
  margin-bottom: 15px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  color: #828181;
  width: 95%;
  font-size: 13px;
  margin: 10px auto 15px 5px;
  line-height: 24px;
  *line-height: 34px;
}
#finra-widget .finra-widget-common p {
  font-size: 12px;
  text-align: left;
}
#finra-widget .finra-widget-common-bottom {
  height: 122px;
  padding: 10px;
  margin: 0 auto;
}
#finra-widget .finra-widget-common-bottom img {
  text-align: center;
}
#finra-widget #showall_btn {
  display: inline-block;
  width: auto;
  padding: 4px;
  margin: 2px;
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 16px;
  color: #555555;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#finra-widget .positionTooltip {
  zoom: 1;
}
#finra-widget .positionTooltip .closeIcon {
  top: 6px;
}
#finra-widget p.logo {
  margin-top: 12px;
  padding-top: 0em;
  text-align: right;
  width: 100%;
  margin-bottom: 5px;
  display: inline-block;
}
#finra-widget p.logo img {
  margin-top: -5px;
  height: 22px;
  width: 60px;
  cursor: pointer;
}
#finra-widget p.logo #imgLogo {
  margin-top: -5px;
  background: url("../images/brokercheck-finra-logo.png") no-repeat;
  height: 42px;
  width: 100px;
  display: inline-block;
  cursor: pointer;
}
#finra-widget .resultsArea {
  line-height: 16px;
  font-size: 12px;
  text-align: left;
  margin-top: 0px;
}
#finra-widget .resultsArea label {
  font-size: 12px;
}
#finra-widget .resultsArea .name {
  text-transform: uppercase;
  margin: 10px 0;
  line-height: 20px;
  margin-bottom: 3px;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 10px;
}
#finra-widget .resultsArea .positionRelative {
  position: relative;
  margin: 0 auto;
}
#finra-widget .resultsArea .crd {
  padding: 0 5px;
  color: #828181;
}
#finra-widget .resultsArea .crd .tooltip.bottom {
  position: absolute;
  width: auto;
  margin: auto 0px;
  *margin: auto;
  display: block;
  text-align: center;
  margin-top: 60px;
}
#finra-widget .resultsArea .crd .tooltip-inner {
  *padding: 20px 10px 15px 15px;
}
#finra-widget .resultsArea .crd .positionTooltip .closeIcon {
  top: 5px;
}
#finra-widget .resultsArea h5 {
  border-bottom: 1px solid #ddd;
  margin-bottom: 3px;
  text-transform: uppercase;
}
#finra-widget #tosAgree {
  width: 175px;
}
#finra-widget #tosAgree label {
  text-align: left;
}
#finra-widget .bcIntroText {
  font-size: 12px;
  margin: auto;
  width: auto;
  margin: 0 auto;
  padding: 15px;
  margin-top: 10px;
}
#finra-widget .bcHeader {
  background-image: url("../images/brokercheck-foldover-logo.png");
  background-repeat: no-repeat;
  margin-top: 0px;
  text-indent: -3333px;
  position: relative;
  text-indent: -3333px;
  top: 6px;
  width: 206px;
  height: 39px;
  margin: 0 auto;
}
#finra-widget .indivMatchName {
  font-weight: bold;
}
#finra-widget .currEmployer {
  color: #828181;
  font-size: 12px;
  padding: 3px 0;
  font-weight: bold;
}
#finra-widget #registered_status {
  color: #333;
}
#finra-widget #altNames {
  margin-top: 5px;
  margin-left: 0;
  font-size: 12px;
}
#finra-widget #altNames strong {
  font-weight: bold;
}
#finra-widget #prevEmployer {
  margin-left: 1em;
  font-size: 12px;
}
#finra-widget .viewSummary {
  font-weight: bold;
  margin: 2em 0 0;
}
#finra-widget .autocomplete-container {
  position: relative;
  top: 0;
  margin-top: 0px;
  background: none;
  text-align: center;
}
#finra-widget .hasPlaceholder {
  color: #999;
}
#finra-widget .serviceDown {
  color: red;
  font-size: bold;
  margin: 0 auto;
  width: 85%;
}
#finra-widget .overlay {
  position: absolute;
  z-index: 1000;
  left: -1px;
  margin: 0px;
  min-height: 80px;
  width: 100%;
  border: 1px solid #636363;
  border-top: none;
  background: white;
  background: -moz-linear-gradient(top, #ededed 0%, #f6f6f6 47%, #ededed 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ededed), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
  background: -webkit-linear-gradient(top, #ededed 0%, #f6f6f6 47%, #ededed 100%);
  background: -o-linear-gradient(top, #ededed 0%, #f6f6f6 47%, #ededed 100%);
  background: -ms-linear-gradient(top, #ededed 0%, #f6f6f6 47%, #ededed 100%);
  background: linear-gradient(to bottom, #ededed 0%, #f6f6f6 47%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ededed', GradientType=0 );
}
#finra-widget .addPadding {
  padding: 0 12px 10px 12px;
  line-height: 16px;
  position: relative;
  margin: 0 auto;
}
#finra-widget .navigation {
  width: 100%;
  height: 20px;
}
#finra-widget .summarize {
  font-size: 12px;
  position: relative;
  border-top: 1px solid #accbec;
}
#finra-widget .summarize .activeArea {
  background: #e9f4fe;
  border: 1px solid #accbec;
  border-top: none;
  padding: 10px;
}
#finra-widget .bcCallToAction {
  text-align: center;
  margin: 0px;
}
#finra-widget .bcCallToAction a {
  background: url(../images/CalltoActionBtn.png) repeat;
  border: 1px solid #d9a916;
  display: inline-block;
  color: #575755 !important;
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  margin: auto;
  width: 60%;
  min-width: 120px;
  max-width: 300px;
}
#finra-widget .disclosures {
  font-weight: bold;
  font-size: 12px;
}
#finra-widget .centerAlign {
  text-align: center;
}
#finra-widget .serviceDownClass .bcCallToAction {
  margin: 0px;
}
#finra-widget .bcCallToAction {
  padding: 10px 0;
}
#finra-widget .bcCallToAction a, #finra-widget .bcCallToAction button {
  background: url(../images/CalltoActionBtn.png) repeat;
  border: 1px solid #d9a916;
  display: inline-block;
  color: #575755 !important;
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  margin: auto;
  width: 60%;
  min-width: 120px;
  max-width: 300px;
}
#finra-widget .bcCallToAction a:hover {
  background-color: #3b5984;
  color: #fff;
  text-decoration: none;
}
#finra-widget .bcCallToAction:active {
  color: #fff;
  position: relative;
  top: 1px;
}
#finra-widget #disclosureStatus {
  font-size: 12px;
  margin-top: 16px;
}
#finra-widget #altNames {
  padding-bottom: 10px;
}
#finra-widget #prevEmmployer, #finra-widget .addfirmtype {
  padding: 0 10px;
}
#finra-widget #infoIcon {
  float: right;
  margin-top: -7px;
  margin-right: -7px;
  cursor: pointer;
}
#finra-widget .closePopup {
  cursor: pointer;
  float: right;
  background: url("../images/close_icon.png") no-repeat;
  display: inline-block;
  width: 12px;
  height: 12px;
  text-align: right;
  top: 4px;
}
#finra-widget .closeIcon {
  cursor: pointer;
  position: absolute;
  float: right;
  background: url("../images/close_icon.png") no-repeat;
  display: block;
  width: 12px;
  height: 12px;
  text-align: right;
  top: 6px;
  right: 7px;
  margin: 2px;
}
#finra-widget .tooltipContent {
  color: #3f6f9f;
  border-bottom: 1.5px solid #3f6f9f;
}
#finra-widget .tooltipContent:hover {
  cursor: pointer;
  text-decoration: none;
}
#finra-widget .tooltipContent ul li {
  font-size: 13px;
}
#finra-widget .ui-tooltip {
  background-color: #336699;
  border: 2px solid white;
  padding: 10px 20px;
  color: #000;
  border-radius: 20px;
  font-size: 13px;
  box-shadow: 0 0 7px black;
}
#finra-widget .tooltip-inner {
  background-color: #fff;
  padding: 20px 20px 10px 20px;
  color: #000;
  font-size: 11px;
  font-weight: normal;
  text-align: justify;
}
#finra-widget .tooltip.top .tooltip-arrow {
  border-top-color: #336699;
}
#finra-widget .tooltip.in {
  opacity: 1.0;
  filter: alpha(opacity=100);
}
#finra-widget .tooltip {
  display: block;
  zoom: 1;
  text-align: left;
}
#finra-widget .centerElement {
  position: absolute;
  left: 0;
  top: 16px;
  background-color: #fff;
  padding: 10px;
  color: #000;
  font-size: 12px;
  box-shadow: 0 0 2px #c1c1c1;
  border-radius: 4px;
  border: 1px solid #c1c1c1;
  font-weight: normal;
  text-align: left;
  opacity: 1.0;
  filter: alpha(opacity=100);
}
#finra-widget #aboutTooltipDiv {
  position: relative;
  left: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 100000;
}
#finra-widget #aboutTooltipDiv h5 {
  margin: 0px;
}
#finra-widget #aboutTooltipDiv p {
  margin: 0;
}
#finra-widget #aboutTooltipDiv ol li {
  margin-bottom: 0px;
}
#finra-widget #closeInfo {
  cursor: pointer;
}
#finra-widget .keyTerms {
  font-weight: bolder;
  font-size: 12px;
}
#finra-widget .capitalize {
  text-transform: capitalize;
}
#finra-widget .callToActionInstructions {
  margin-top: 16px;
  color: #828181;
}
#finra-widget .marginLR {
  display: -moz-inline-stack;
  display: inline-block;
  cursor: pointer;
}
#finra-widget .Individuals {
  padding: 2px;
}
#finra-widget .Firms {
  border: none;
}
#finra-widget .Individuals, #finra-widget .Firms {
  font-size: 0px;
  padding: 0px;
  line-height: 0px;
  display: none;
}
#finra-widget .ui-autocomplete-input-clear {
  width: 13px;
  height: 13px;
  position: relative;
  top: -36px;
  right: 10px;
  padding: 2px;
  float: right;
  display: none;
  background-color: #fff;
  vertical-align: middle;
  background: url(../images/close_icon.png) no-repeat;
  opacity: .4;
  filter: alpha(opacity=40);
}
#finra-widget .ui-autocomplete-input-clear:hover, #finra-widget .ui-autocomplete-input-clear:focus {
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: pointer;
}
#finra-widget input[type=text]::-ms-clear {
  display: none;
}
#finra-widget textarea:focus, #finra-widget input:focus {
  outline: 0;
}

/*#finra_pc_search_box.ui-autocomplete-input {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}*/
/*Overriding esp display css*/
.dcInput {
  width: auto !important;
  font-size: 12px !important;
}

.simpleSearch {
  margin-left: 10px !important;
  margin-bottom: 25px;
  width: 400px !important;
}

.noresults {
  font-size: 12px;
  font-weight: bold;
  padding-left: 8px;
  margin-left: 0;
  line-height: 24px;
}

.bcwidgetCover {
  background: white;
  background: -moz-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
  background: -webkit-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  background: -o-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  background: -ms-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
  width: auto;
  max-width: 480px;
  margin: 0 auto;
  margin-top: 1em;
  font-size: 9px;
  font-family: Arial, Verdana, sans-serif;
  text-align: left;
  border: 1px solid #636363;
}

.bcwidgetBottom {
  background: url(../images/box-bottom.png) no-repeat;
  height: 4px;
  width: 271px;
  margin: 0 auto;
  display: block;
}

.finra-widget {
  border-radius: none;
  padding: 0px;
  padding-bottom: 0px;
  background: none;
  border: none;
  margin-top: 1em;
  background-color: #51A2DA;
  border: solid 1px #51A2DA;
  color: #ffffff;
  font-weight: normal;
  min-width: 250px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.finra-widget::before, .finra-widget::after {
  box-sizing: border-box;
}
@media (min-width: 47.9375em) and (max-width: 65.625em) {
  .finra-widget {
    height: 150px;
    margin-top: 0px;
  }
}
.finra-widget .finra-widget-common {
  padding-bottom: 15px;
}
.finra-widget .finra-widget-common.rulessearch {
  padding-bottom: 0px;
}
@media (min-width: 47.9375em) and (max-width: 65.625em) {
  .finra-widget .finra-widget-common.rulessearch .widget_header {
    height: 171px;
  }
}
.finra-widget .finra-widget-common .widget_header {
  float: none;
  height: auto;
  padding: 0;
  width: 100%;
  background-color: #fff;
}
@media (min-width: 47.9375em) and (max-width: 65.625em) {
  .finra-widget .finra-widget-common .widget_header {
    float: left;
    height: 148px;
    padding: 0;
    width: 30%;
    min-width: 0px;
    background-image: none;
    background-color: #fff;
  }
  .finra-widget .finra-widget-common .widget_header h3 {
    vertical-align: middle;
    min-height: 100%;
    padding: 45px 0px;
    text-align: center;
  }
}
@media (min-width: 65.625em) {
  .finra-widget .finra-widget-common .widget_header {
    background: #fff;
  }
  .finra-widget .finra-widget-common .widget_header h3 {
    min-height: 60px;
  }
}
@media (min-width: 47.9375em) and (max-width: 65.625em) {
  .finra-widget .finra-widget-common .widget_body {
    float: left;
    width: 70%;
    padding-top: 20px;
  }
}
.finra-widget .finra-widget-common h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 26px;
  font-weight: normal;
  background-image: none;
  background-repeat: no-repeat;
  margin: 0;
  text-indent: 0px;
  position: static;
  top: 0px;
  width: auto;
  min-height: 42px;
  color: #fff;
  text-decoration: none;
  text-align: left;
  line-height: 14px;
  padding: 7px 25px 7px;
  box-sizing: border-box;
}
@media (min-width: 47.9375em) and (max-width: 65.625em) {
  .finra-widget .finra-widget-common h3 {
    padding: 20px 25px;
  }
}
.finra-widget .finra-widget-common h3.rulessearch {
  font-size: 17px;
  padding: 15px 25px;
}
@media (min-width: 47.9375em) and (max-width: 65.625em) {
  .finra-widget .finra-widget-common h3.rulessearch {
    font-size: 22px;
    padding: 60px 25px;
    line-height: 1.2em;
  }
}
@media (min-width: 20em) and (max-width: 47.9375em) {
  .finra-widget .finra-widget-common h3.rulessearch {
    font-size: 18px;
    padding: 15px 25px;
  }
}
.finra-widget .finra-widget-common h3.rulessearch sup {
  font-size: 8px;
}
.finra-widget .finra-widget-common h3 sup {
  font-size: 10px;
}
.finra-widget .finra-widget-common h4 {
  padding: 15px 25px 15px;
  border-bottom: none;
  margin: 0px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  width: auto;
}
@media (min-width: 47.9375em) and (max-width: 65.625em) {
  .finra-widget .finra-widget-common h4 {
    padding: 7px 25px 17px;
  }
  .finra-widget .finra-widget-common h4.rulessearch {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 0px;
  }
}
@media (min-width: 65.625em) {
  .finra-widget .finra-widget-common h4 {
    padding: 15px 25px 15px;
  }
}
.finra-widget .finra-widget-common a.showHand {
  cursor: pointer;
  cursor: hand;
  width: 169px;
  color: #fff;
  text-decoration: none;
}
.finra-widget .finra-widget-common .searchfor_checks {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 0px 25px;
  background-color: #015da6;
}
.finra-widget .finra-widget-common .searchfor_checks .checks {
  overflow: hidden;
  padding-bottom: 25px;
  border-top: 1px dotted #003158;
}
.finra-widget .finra-widget-common .searchfor_checks .checks.rulessearch p {
  margin-bottom: 0px;
  font-weight: bold;
}
@media (min-width: 47.9375em) and (max-width: 65.625em) {
  .finra-widget .finra-widget-common .searchfor_checks .checks.rulessearch {
    border: none;
  }
  .finra-widget .finra-widget-common .searchfor_checks .checks.rulessearch p {
    display: none;
  }
}
.finra-widget .finra-widget-common .searchfor_checks .checks .checkbox_rf {
  float: left;
  width: 50%;
  margin-top: 20px;
}
@media (min-width: 47.9375em) and (max-width: 65.625em) {
  .finra-widget .finra-widget-common .searchfor_checks .checks .checkbox_rf {
    width: 25%;
    margin-top: 10px;
  }
}
.finra-widget .finra-widget-common .searchfor_checks .checks .checkbox_rf input[type="checkbox"] {
  display: none;
}
.finra-widget .finra-widget-common .searchfor_checks .checks .checkbox_rf input[type="checkbox"] + label {
  background: #FFF;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  display: inline;
  padding: 2px 11px;
  position: relative;
  margin-top: 1px;
  margin-right: 5px;
  margin-left: 0;
  -webkit-box-shadow: inset 0 1px 2px 1px #cccccc;
  -moz-box-shadow: inset 0 1px 2px 1px #cccccc;
  box-shadow: inset 0 1px 2px 1px #cccccc;
}
.finra-widget .finra-widget-common .searchfor_checks .checks .checkbox_rf input[type="checkbox"]:checked + label::before {
  position: absolute;
  left: 1px;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../images/checkbox.png") no-repeat 2px 4px;
}
.finra-widget .finra-widget-common .searchfor_checks .checks .checkbox_rf p {
  font-weight: bold;
}
.finra-widget .finra-widget-common .autocomplete-container {
  position: relative;
  top: 0;
  margin-top: 0px;
  background: none;
  padding: 0px 25px;
}
.finra-widget .finra-widget-common .autocomplete-container .bcCallToAction {
  border: none;
  background: #fb483d;
  font-size: 20px;
  margin: 0px;
  padding: 4px 0;
  width: 100%;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  letter-spacing: .05em;
  font-family: "HelveticaNeueW01-Thin",Helvetica,Arial,sans-serif;
  text-align: center;
}
.finra-widget .finra-widget-common .autocomplete-container .bcCallToAction a {
  color: white;
}
.finra-widget .finra-widget-common .autocomplete-container.rulessearch {
  background-color: #026cc1;
  padding: 25px;
}
@media (min-width: 47.9375em) and (max-width: 65.625em) {
  .finra-widget .finra-widget-common .autocomplete-container.rulessearch {
    padding: 0px 25px 25px;
    background-color: #015da6;
    margin-top: -1px;
  }
}
@media (min-width: 47.9375em) and (max-width: 65.625em) {
  .finra-widget .finra-widget-common .autocomplete-container.rulessearch input[type="text"] {
    width: 64%;
  }
}
.finra-widget .finra-widget-common .autocomplete-container input[type="text"] {
  border-radius: 0px;
  width: 100%;
  height: 30px;
  color: #434343;
  border: none;
  font-family: Georgia, "Times New Roman", Times, serif;
  -webkit-box-shadow: 3px 4px 5px -4px rgba(0, 0, 0, 0.2), inset 0px 5px 5px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 4px 5px -4px rgba(0, 0, 0, 0.2), inset 0px 5px 5px -3px rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 4px 1.5%;
  box-sizing: border-box;
  margin-bottom: 15px;
}
@media (min-width: 47.9375em) and (max-width: 65.625em) {
  .finra-widget .finra-widget-common .autocomplete-container input[type="text"] {
    width: 65%;
    float: left;
    margin-top: 3px;
  }
}
.finra-widget .finra-widget-common .autocomplete-container .red.btn {
  border: none;
  background: #fb483d;
  color: #fff;
  font-size: 20px;
  margin: 0px;
  padding: 4px 0;
  width: 100%;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  letter-spacing: .05em;
  font-family: Georgia, "Times New Roman", Times, serif;
}
@media (min-width: 47.9375em) and (max-width: 65.625em) {
  .finra-widget .finra-widget-common .autocomplete-container .red.btn {
    margin-left: 5%;
    width: 30%;
  }
}
.finra-widget .finra-widget-common .autocomplete-container .ui-autocomplete-input-clear {
  top: 13px;
  right: 30px;
  position: absolute;
  background: url("../images/Close.gif") no-repeat;
}
@media (min-width: 47.9375em) and (max-width: 65.625em) {
  .finra-widget .finra-widget-common .autocomplete-container .ui-autocomplete-input-clear {
    right: 43%;
  }
}

.ui-autocomplete {
  padding: 0px;
  border: thin solid #efefef;
}
.ui-autocomplete ::first-child {
  border-top-color: #00467e;
}
@media (min-width: 47.9375em) and (max-width: 65.625em) {
  .ui-autocomplete {
    top: 82px;
  }
}
.ui-autocomplete .ui-autocomplete-category {
  border-bottom: #51a2da 4px solid;
}
.ui-autocomplete .ui-autocomplete-category .s4_category {
  height: 30px;
}
.ui-autocomplete .ui-autocomplete-category span {
  border-radius: 0px;
  width: 45%;
  height: 30px;
  background-color: #eeeeee;
  border-top-color: #eeeeee;
}
.ui-autocomplete .ui-autocomplete-category span:hover {
  background-color: #c7cfd3;
  border-top-color: #c7cfd3;
  text-decoration: none;
}
.ui-autocomplete span.s4_category {
  background-color: #51a2da;
  border-top-color: #51a2da;
}
.ui-autocomplete span.s4_category:hover {
  background-color: #032D4E;
  border-top-color: #032D4E;
}
.ui-autocomplete li.ui-menu-item {
  border-bottom: 1px dotted #a7aeb4;
  cursor: pointer;
  font-size: 0;
}
.ui-autocomplete li.ui-menu-item a {
  color: #292929;
  background-color: #EBF1F5;
  padding: 10px 5px;
}
.ui-autocomplete li.ui-menu-item a .s4_item-field strong {
  background-color: #b9c5ca;
}
.ui-autocomplete li.ui-menu-item a div.s4_item-field span,
.ui-autocomplete li.ui-menu-item a div.s4_item-field div {
  color: #025191;
  font-family: Arial, sans-serif;
}
.ui-autocomplete li.ui-menu-item a.ui-state-hover,
.ui-autocomplete li.ui-menu-item a:active {
  background: #51a2da;
  color: #fff;
  border: none !important;
  padding: 10px 5px;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
.ui-autocomplete li.ui-menu-item a.ui-state-hover div.s4_item-field span,
.ui-autocomplete li.ui-menu-item a.ui-state-hover div.s4_item-field div,
.ui-autocomplete li.ui-menu-item a:active div.s4_item-field span,
.ui-autocomplete li.ui-menu-item a:active div.s4_item-field div {
  color: #fff;
  font-family: Arial, sans-serif;
}
.ui-autocomplete li.ui-menu-item a.ui-state-hover div.s4_item-field span strong,
.ui-autocomplete li.ui-menu-item a.ui-state-hover div.s4_item-field div strong,
.ui-autocomplete li.ui-menu-item a:active div.s4_item-field span strong,
.ui-autocomplete li.ui-menu-item a:active div.s4_item-field div strong {
  background-color: #002F55;
  color: #fff;
}
.ui-autocomplete .noResultsLink {
  font-size: 1em;
  margin-top: 10px;
  text-align: center;
}
.ui-autocomplete .noResultsLink a:link {
  COLOR: #0000FF;
}
.ui-autocomplete .noResultsLink a:visited {
  COLOR: #800080;
}

.block--finra-custom-blocks-broker-check-widget-block,
.finra-widget {
  margin-top: 1em;
}
@media (min-width: 47.9375em) {
  .block--finra-custom-blocks-broker-check-widget-block,
  .finra-widget {
    margin-top: 0px;
  }
}

.block--finra-custom-blocks-broker-check-widget-block,
.block--finra-custom-blocks-broker-rulesandguidance-block {
  margin-bottom: 20px;
}
.block--finra-custom-blocks-broker-check-widget-block h3.widgetHeader,
.block--finra-custom-blocks-broker-rulesandguidance-block h3.widgetHeader {
  text-align: center;
}

.panel-pane.pane-finra-custom-blocks-broker-check-widget-block {
  padding: 0;
}
